{
    "oeselftest_almalinux-9.3_qemux86-64_20240205195228": {
        "configuration": {
            "HOST_DISTRO": "almalinux-9.3",
            "HOST_NAME": "alma9-ty-1.yocto.io",
            "LAYERS": {
                "meta": {
                    "branch": "abelloni/master-next",
                    "commit": "6c39d37f17330d7d87e172f818017c088e376ec8",
                    "commit_count": 73378
                },
                "meta-poky": {
                    "branch": "abelloni/master-next",
                    "commit": "6c39d37f17330d7d87e172f818017c088e376ec8",
                    "commit_count": 73378
                },
                "meta-selftest": {
                    "branch": "abelloni/master-next",
                    "commit": "6c39d37f17330d7d87e172f818017c088e376ec8",
                    "commit_count": 73378
                },
                "meta-yocto-bsp": {
                    "branch": "abelloni/master-next",
                    "commit": "6c39d37f17330d7d87e172f818017c088e376ec8",
                    "commit_count": 73378
                }
            },
            "MACHINE": "qemux86-64",
            "OESELFTEST_METADATA": {
                "exclude_tags": null,
                "run_all_tests": true,
                "run_tests": null,
                "select_tags": [
                    "yocto-mirrors"
                ],
                "skips": null
            },
            "STARTTIME": "20240205195228",
            "TEST_TYPE": "oeselftest"
        },
        "result": {
            "buildoptions.SourceMirroring.test_yocto_source_mirror": {
                "duration": 211.86202216148376,
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "PASSED"
            },
            "sstatetests.SStateMirrors.test_cdn_mirror_qemuarm64": {
                "duration": 960.8461360931396,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 965, in test_cdn_mirror_qemuarm64\n    self.run_test(\"qemuarm64\", \"core-image-minimal core-image-full-cmdline core-image-sato-sdk\", exceptions)\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 957, in run_test\n    self.check_bb_output(result.output, exceptions, check_cdn)\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 930, in check_bb_output\n    self.assertEqual(len(failed_urls), 0, \"Missing objects in the cache:\\n{}\\nFetcher diagnostics:\\n{}\".format(\"\\n\".join(failed_urls), \"\\n\".join(failed_urls_extrainfo)))\n  File \"/usr/lib64/python3.9/unittest/case.py\", line 837, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib64/python3.9/unittest/case.py\", line 830, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 2 != 0 : Missing objects in the cache:\nfile://universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst\nfile://universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst\nFetcher diagnostics:\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst: HTTP Error 404: Not Found\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst: HTTP Error 404: Not Found\n\n\nStderr:\n2024-02-05 19:52:31,535 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/a-full/build/build-st-915875/conf/local.conf\n2024-02-05 19:52:31,536 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "FAILED"
            },
            "sstatetests.SStateMirrors.test_cdn_mirror_qemux86_64": {
                "duration": 1573.6281430721283,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 961, in test_cdn_mirror_qemux86_64\n    self.run_test(\"qemux86-64\", \"core-image-minimal core-image-full-cmdline core-image-sato-sdk\", exceptions)\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 955, in run_test\n    result = bitbake(\"-DD -n {}\".format(targets))\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/utils/commands.py\", line 212, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -DD -n core-image-minimal core-image-full-cmdline core-image-sato-sdk' returned non-zero exit status 1:\nDEBUG: Removed the following variables from the environment: HISTCONTROL, OE_ADDED_PATHS, HISTSIZE, HOSTNAME, ABHELPER_JSON, _, LANG, LS_COLORS, VIRTUAL_ENV, PYTHONPATH, TERM, SCRIPTSDIR, LESSOPEN, DISPLAY, SHLVL, S_COLORS, DEBUGINFOD_URLS, which_declare, BUILDDIR, MAIL, OLDPWD, BASH_FUNC_which%%\nNOTE: Reconnecting to bitbake server...\nDEBUG: Using cache in '/home/pokybuild/yocto-worker/a-full/build/build-st-915875/cache/bb_unihashes.dat'\nDEBUG: Processing core in collection list\nDEBUG: Processing yocto in collection list\nDEBUG: Processing yoctobsp in collection list\nDEBUG: Processing selftest in collection list\nDEBUG: Sanity-checking tuning 'core2-64' (default) features:\nDEBUG:   m64: IA32e (x86_64) ELF64 standard ABI\nDEBUG:   core2: Enable core2 specific processor optimizations\nDEBUG: collecting .bb files\nLoading cache...DEBUG: Cache: default: Cache dir: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/cache\nDEBUG: Cache: default: Checking if /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/cache/bb_cache.dat.53743163d5d7904b516384693a95b6f2487677cfc2fcf27aeac9a91af947ae54 exists: False\nDEBUG: Cache: default: Checking if /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/cache/bb_cache_SiggenRecipeInfo.dat.53743163d5d7904b516384693a95b6f2487677cfc2fcf27aeac9a91af947ae54 exists: False\nDEBUG: Cache: default: Cache file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/cache/bb_cache.dat.53743163d5d7904b516384693a95b6f2487677cfc2fcf27aeac9a91af947ae54 not found, building...\ndone.\nLoaded 0 entries from dependency cache.\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-bootconf_1.00.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/fts/fts_1.2.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.38.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-fast.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/build-sysroots.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/cve-update-nvd2-native.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-world-pkgdata.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/package-index.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/signing-keys.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/wic-tools.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/bsd-headers.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/gcompat_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libc-test_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libssp-nonshared.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libucontext_1.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-legacy-error.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-locales_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-obstack.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-utils.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/newlib/libgloss_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/newlib/newlib_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/os-release/os-release.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-bootconf_1.00.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-compat-units.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-conf_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-serialgetty.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-native.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/volatile-binds/volatile-binds.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dmidecode/dmidecode_3.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mmc/mmc-utils_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm_9.65.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release_1.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.98.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-pages/man-pages_6.05.01.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mingetty/mingetty_1.08.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.268.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.268.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests_1.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-dummy.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/x264/x264_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/hwlatdetect_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.14.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/argp-standalone/argp-standalone_1.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_1.7.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-image-testpkg.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/delay/delay.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/emptytest/emptytest.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/error/error.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/fortran/fortran-helloworld.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-license-alias.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-license.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-licenses.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/logging-test/logging-test.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/packagenameconflict/packagenameconflict.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/poison/poison.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/postinst/postinst_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/pseudo-pyc-test/pseudo-pyc-test.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-shebang-test_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch1_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch2_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-test_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm_0.0.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb is not cached\nParsing recipes...DEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/packagenameconflict/packagenameconflict.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/packagenameconflict/packagenameconflict.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb:9: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mmc/mmc-utils_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mmc/mmc-utils_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb: Searching for init-live.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/init-live.sh for init-live.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20230628.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for configure-sbindir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch for configure-sbindir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for runuser.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser.pamd for runuser.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for runuser-l.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser-l.pamd for runuser-l.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for display_testname_for_subtest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/display_testname_for_subtest.patch for display_testname_for_subtest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch for avoid_parallel_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for 0001-login-utils-include-libgen.h-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/0001-login-utils-include-libgen.h-for-basename-API.patch for 0001-login-utils-include-libgen.h-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for configure-sbindir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch for configure-sbindir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for runuser.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser.pamd for runuser.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for runuser-l.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser-l.pamd for runuser-l.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for display_testname_for_subtest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/display_testname_for_subtest.patch for display_testname_for_subtest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch for avoid_parallel_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for 0001-login-utils-include-libgen.h-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/0001-login-utils-include-libgen.h-for-basename-API.patch for 0001-login-utils-include-libgen.h-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for configure-sbindir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch for configure-sbindir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for runuser.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser.pamd for runuser.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for runuser-l.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser-l.pamd for runuser-l.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for display_testname_for_subtest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/display_testname_for_subtest.patch for display_testname_for_subtest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch for avoid_parallel_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for 0001-login-utils-include-libgen.h-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/0001-login-utils-include-libgen.h-for-basename-API.patch for 0001-login-utils-include-libgen.h-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb:1: including glibc_2.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: Searching for meson.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent-1.7.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent-1.7.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent-1.7.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent-1.7.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent-1.7.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent/meson.patch for meson.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb:2: including glibc-tests.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Searching for 0001-Add-a-note-line-to-the-quick-reference.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/0001-Add-a-note-line-to-the-quick-reference.patch for 0001-Add-a-note-line-to-the-quick-reference.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Searching for backported.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/backported.patch for backported.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-world-pkgdata.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-world-pkgdata.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Searching for 0001-utils-Conside-musl-when-wrapping-qsort_r.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch for 0001-utils-Conside-musl-when-wrapping-qsort_r.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:1: including sudo.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo.inc:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Searching for 0001-utils-Conside-musl-when-wrapping-qsort_r.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch for 0001-utils-Conside-musl-when-wrapping-qsort_r.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Searching for 0001-utils-Conside-musl-when-wrapping-qsort_r.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv-0.7.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch for 0001-utils-Conside-musl-when-wrapping-qsort_r.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:1: including timezone.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Searching for 0001-meson.build-bump-version-to-1.7.0.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/0001-meson.build-bump-version-to-1.7.0.patch for 0001-meson.build-bump-version-to-1.7.0.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Searching for 0002-meson-allow-building-from-shallow-clones.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb: Searching for init-boot.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/0002-meson-allow-building-from-shallow-clones.patch for 0002-meson-allow-building-from-shallow-clones.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/init-boot.sh for init-boot.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-license-alias.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-license-alias.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Searching for 0001-meson.build-bump-version-to-1.7.0.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/0001-meson.build-bump-version-to-1.7.0.patch for 0001-meson.build-bump-version-to-1.7.0.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Searching for 0002-meson-allow-building-from-shallow-clones.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/0002-meson-allow-building-from-shallow-clones.patch for 0002-meson-allow-building-from-shallow-clones.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Searching for 0001-meson.build-bump-version-to-1.7.0.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/0001-meson.build-bump-version-to-1.7.0.patch for 0001-meson.build-bump-version-to-1.7.0.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Searching for 0002-meson-allow-building-from-shallow-clones.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc/0002-meson-allow-building-from-shallow-clones.patch for 0002-meson-allow-building-from-shallow-clones.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-test_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-test_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for etc/ld.so.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/etc/ld.so.conf for etc/ld.so.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for generate-supported.mk in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/generate-supported.mk for generate-supported.mk\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for makedbs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/makedbs.sh for makedbs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0009-yes-within-the-path-sets-wrong-config-variables.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0009-yes-within-the-path-sets-wrong-config-variables.patch for 0009-yes-within-the-path-sets-wrong-config-variables.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0010-eglibc-Cross-building-and-testing-instructions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0010-eglibc-Cross-building-and-testing-instructions.patch for 0010-eglibc-Cross-building-and-testing-instructions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb: Searching for 0001-sudo.conf.in-fix-conflict-with-multilib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo-1.9.15p5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo-1.9.15p5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo-1.9.15p5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo-1.9.15p5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo-1.9.15p5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0011-eglibc-Help-bootstrap-cross-toolchain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0011-eglibc-Help-bootstrap-cross-toolchain.patch for 0011-eglibc-Help-bootstrap-cross-toolchain.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch for 0001-sudo.conf.in-fix-conflict-with-multilib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0012-eglibc-Resolve-__fpscr_values-on-SH4.patch for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0013-eglibc-Forward-port-cross-locale-generation-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0013-eglibc-Forward-port-cross-locale-generation-support.patch for 0013-eglibc-Forward-port-cross-locale-generation-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch for 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch for 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch for 0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib-1.8.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch for 0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-read-config-files-from-HOME.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-read-config-files-from-HOME.patch for 0001-Do-not-read-config-files-from-HOME.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-When-cross-installing-execute-package-scriptlets-wit.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch for 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-When-cross-installing-execute-package-scriptlets-wit.patch for 0001-When-cross-installing-execute-package-scriptlets-wit.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch for 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch for 0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch for 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch for 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch for 0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Add-a-color-setting-for-mips64_n32-binaries.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch for 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Add-a-color-setting-for-mips64_n32-binaries.patch for 0001-Add-a-color-setting-for-mips64_n32-binaries.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-perl-disable-auto-reqs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch for 0001-perl-disable-auto-reqs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch for 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch for 0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Searching for kea-dhcp4.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch for 0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/kea-dhcp4.service for kea-dhcp4.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch for 0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Searching for kea-dhcp6.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch for 0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/kea-dhcp6.service for kea-dhcp6.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Searching for kea-dhcp-ddns.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch for 0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/kea-dhcp-ddns.service for kea-dhcp-ddns.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch for 0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Searching for kea-dhcp4-server in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/kea-dhcp4-server for kea-dhcp4-server\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch for 0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Searching for kea-dhcp6-server in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/kea-dhcp6-server for kea-dhcp6-server\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Searching for kea-dhcp-ddns-server in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/kea-dhcp-ddns-server for kea-dhcp-ddns-server\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl-3.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Searching for fix-multilib-conflict.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch for fix-multilib-conflict.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Searching for fix_pid_keactrl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch for fix_pid_keactrl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Searching for 0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch for 0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Searching for 0001-kea-fix-reproducible-build-failure.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea-2.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/files/0001-kea-fix-reproducible-build-failure.patch for 0001-kea-fix-reproducible-build-failure.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch for 0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/kea/kea_2.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-read-config-files-from-HOME.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-read-config-files-from-HOME.patch for 0001-Do-not-read-config-files-from-HOME.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-When-cross-installing-execute-package-scriptlets-wit.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-When-cross-installing-execute-package-scriptlets-wit.patch for 0001-When-cross-installing-execute-package-scriptlets-wit.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch for 0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch for 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch for 0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Add-a-color-setting-for-mips64_n32-binaries.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Add-a-color-setting-for-mips64_n32-binaries.patch for 0001-Add-a-color-setting-for-mips64_n32-binaries.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-perl-disable-auto-reqs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch for 0001-perl-disable-auto-reqs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch for 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch for 0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch for 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for 0001-Do-not-error-out-if-xsltproc-is-not-found.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch for 0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb:116)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch for 0001-Do-not-error-out-if-xsltproc-is-not-found.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for conditionaltests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch for 0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/conditionaltests.patch for conditionaltests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for no-clobber.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch for 0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/no-clobber.patch for no-clobber.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for 0001-Don-t-use-docdir-from-environment.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch for 0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/0001-Don-t-use-docdir-from-environment.patch for 0001-Don-t-use-docdir-from-environment.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch for 0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch for 0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb:12: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch for 0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-read-config-files-from-HOME.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-read-config-files-from-HOME.patch for 0001-Do-not-read-config-files-from-HOME.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-When-cross-installing-execute-package-scriptlets-wit.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-When-cross-installing-execute-package-scriptlets-wit.patch for 0001-When-cross-installing-execute-package-scriptlets-wit.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch for 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb:15: including recipes-kernel/linux/linux-yocto-dev-revisions.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for 0001-Do-not-error-out-if-xsltproc-is-not-found.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch for 0001-Do-not-error-out-if-xsltproc-is-not-found.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch for 0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: CONF file 'recipes-kernel/linux/linux-yocto-dev-revisions.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for conditionaltests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/conditionaltests.patch for conditionaltests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch for 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: while parsing oe_libinstall, unable to handle non-literal command '$*'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for no-clobber.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/no-clobber.patch for no-clobber.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for 0001-Don-t-use-docdir-from-environment.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch for 0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/0001-Don-t-use-docdir-from-environment.patch for 0001-Don-t-use-docdir-from-environment.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Add-a-color-setting-for-mips64_n32-binaries.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for pkg-config-native.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Add-a-color-setting-for-mips64_n32-binaries.patch for 0001-Add-a-color-setting-for-mips64_n32-binaries.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch for pkg-config-native.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-perl-disable-auto-reqs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch for 0001-perl-disable-auto-reqs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch for 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch for 0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch for 0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch for 0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch for 0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch for 0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch for 0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Searching for 0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm-4.19.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch for 0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch for 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for 0001-Do-not-error-out-if-xsltproc-is-not-found.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch for 0001-Do-not-error-out-if-xsltproc-is-not-found.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for conditionaltests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/conditionaltests.patch for conditionaltests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for no-clobber.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/no-clobber.patch for no-clobber.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Searching for 0001-Don-t-use-docdir-from-environment.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.33.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/files/0001-Don-t-use-docdir-from-environment.patch for 0001-Don-t-use-docdir-from-environment.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-compat-units.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-compat-units.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Searching for 0001-desktop-file-Hide-the-keyboard-from-app-list.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard-0.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard-0.1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard-0.1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard-0.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard-0.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-pages/man-pages_6.05.01.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-pages/man-pages_6.05.01.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/0001-desktop-file-Hide-the-keyboard-from-app-list.patch for 0001-desktop-file-Hide-the-keyboard-from-app-list.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Searching for 80matchboxkeyboard.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard-0.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard-0.1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard-0.1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard-0.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard-0.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-compat-units.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-compat-units.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-pages/man-pages_6.05.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-pages/man-pages_6.05.01.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh for 80matchboxkeyboard.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-pages/man-pages_6.05.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 00_man_quoting.diff in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff for 00_man_quoting.diff\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 01_man_portability.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder_0.1.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch for 01_man_portability.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 05_wildcard_matching.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch for 05_wildcard_matching.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 06_fix_gethostbyname.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch for 06_fix_gethostbyname.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 10_usagi-ipv6.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch for 10_usagi-ipv6.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 11_tcpd_blacklist.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch for 11_tcpd_blacklist.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 11_usagi_fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch for 11_usagi_fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 12_makefile_config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch for 12_makefile_config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 13_shlib_weaksym.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch for 13_shlib_weaksym.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 14_cidr_support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch for 14_cidr_support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 15_match_clarify.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch for 15_match_clarify.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for expand_remote_port.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch for expand_remote_port.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for have_strerror.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch for have_strerror.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for man_fromhost.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch for man_fromhost.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for restore_sigalarm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch for restore_sigalarm.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for rfc931.diff in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff for rfc931.diff\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for safe_finger.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch for safe_finger.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl_git.bb:4: including musl.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for sig_fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch for sig_fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for siglongjmp.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl_git.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch for siglongjmp.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for socklen_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch for socklen_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for tcpdchk_libwrapped.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch for tcpdchk_libwrapped.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for ldflags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch for ldflags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for rename_strings_variable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch for rename_strings_variable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for try-from.8 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/try-from.8 for try-from.8\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for safe_finger.8 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.8 for safe_finger.8\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for makefile-fix-parallel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch for makefile-fix-parallel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for musl-decls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch for musl-decls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 0001-Fix-build-with-clang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-build-with-clang.patch for 0001-Fix-build-with-clang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for fix_warnings.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings.patch for fix_warnings.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for fix_warnings2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings2.patch for fix_warnings2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 0001-Remove-fgets-extern-declaration.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Remove-fgets-extern-declaration.patch for 0001-Remove-fgets-extern-declaration.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Searching for 0001-Fix-implicit-function-declaration-warnings.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-implicit-function-declaration-warnings.patch for 0001-Fix-implicit-function-declaration-warnings.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch for 0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch for 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0003-ltmain.in-Add-missing-sysroot-to-library-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch for 0003-ltmain.in-Add-missing-sysroot-to-library-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch for 0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch for 0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/dont-depend-on-help2man.patch for dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0003-libtool.m4-Cleanup-sysroot-trailing.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0003-libtool.m4-Cleanup-sysroot-trailing.patch for 0003-libtool.m4-Cleanup-sysroot-trailing.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0006-libtool.m4-Handle-as-a-sysroot-correctly.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0006-libtool.m4-Handle-as-a-sysroot-correctly.patch for 0006-libtool.m4-Handle-as-a-sysroot-correctly.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for nohardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/nohardcodepaths.patch for nohardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0007-libtool-Fix-support-for-NIOS2-processor.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch for 0007-libtool-Fix-support-for-NIOS2-processor.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0008-libtool-Check-for-static-libs-for-internal-compiler-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch for 0008-libtool-Check-for-static-libs-for-internal-compiler-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch for 0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0010-Makefile.am-make-sure-autoheader-run-before-automake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0010-Makefile.am-make-sure-autoheader-run-before-automake.patch for 0010-Makefile.am-make-sure-autoheader-run-before-automake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch for 0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch for 0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for 0001-ltmain.in-Parse-additional-clang-options.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0001-ltmain.in-Parse-additional-clang-options.patch for 0001-ltmain.in-Parse-additional-clang-options.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Searching for fixinstall.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/fixinstall.patch for fixinstall.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Searching for no-examples.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/no-examples.patch for no-examples.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Searching for test-install-makefile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch for test-install-makefile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Searching for 0001-urandom-xauth-changes-to-options.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch for 0001-urandom-xauth-changes-to-options.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Searching for dropbearkey.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/dropbearkey.service for dropbearkey.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Searching for dropbear@.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Searching for no-examples.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/dropbear@.service for dropbear@.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/no-examples.patch for no-examples.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Searching for dropbear.socket in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Searching for test-install-makefile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib-0.112/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/dropbear.socket for dropbear.socket\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch for test-install-makefile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Searching for dropbear.default in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/dropbear.default for dropbear.default\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Searching for dropbear-disable-weak-ciphers.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/dropbear-disable-weak-ciphers.patch for dropbear-disable-weak-ciphers.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Searching for CVE-2023-36328.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2022.83/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear/CVE-2023-36328.patch for CVE-2023-36328.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2022.83.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Searching for 0001-waffle-do-not-make-core-protocol-into-the-library.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle-1.7.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle-1.7.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle-1.7.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle-1.7.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle-1.7.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/0001-waffle-do-not-make-core-protocol-into-the-library.patch for 0001-waffle-do-not-make-core-protocol-into-the-library.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Searching for 0001-meson.build-request-native-wayland-scanner.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle-1.7.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle-1.7.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle-1.7.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle-1.7.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle-1.7.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.7.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle/0001-meson.build-request-native-wayland-scanner.patch for 0001-meson.build-request-native-wayland-scanner.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl-2.25/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl-2.25/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl-2.25/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl-2.25/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder_0.1.bb: Searching for builder_session.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder-0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder-0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl-2.25/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl-2.25/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl-2.25/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl-2.25/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl-2.25/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/builder_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/builder/files/builder_session.sh for builder_session.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ply_3.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6277-Apply-1-suggestion-s-to-1-file-s.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-Apply-1-suggestion-s-to-1-file-s.patch for CVE-2023-6277-Apply-1-suggestion-s-to-1-file-s.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6228.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6228.patch for CVE-2023-6228.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-52355-0001.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0001.patch for CVE-2023-52355-0001.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-52355-0002.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0002.patch for CVE-2023-52355-0002.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-52356.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52356.patch for CVE-2023-52356.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6277-Apply-1-suggestion-s-to-1-file-s.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-Apply-1-suggestion-s-to-1-file-s.patch for CVE-2023-6277-Apply-1-suggestion-s-to-1-file-s.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6228.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6228.patch for CVE-2023-6228.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-52355-0001.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0001.patch for CVE-2023-52355-0001.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-52355-0002.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0002.patch for CVE-2023-52355-0002.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-52356.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52356.patch for CVE-2023-52356.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Searching for 0001-topology.c-include-locale.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils-1.2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils-1.2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils-1.2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils-1.2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils-1.2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/0001-topology.c-include-locale.h.patch for 0001-topology.c-include-locale.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Searching for 0001-nhlt-nhlt-dmic-info.c-include-sys-types.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils-1.2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils-1.2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils-1.2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils-1.2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils-1.2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils/0001-nhlt-nhlt-dmic-info.c-include-sys-types.h.patch for 0001-nhlt-nhlt-dmic-info.c-include-sys-types.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch for CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6277-Apply-1-suggestion-s-to-1-file-s.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-Apply-1-suggestion-s-to-1-file-s.patch for CVE-2023-6277-Apply-1-suggestion-s-to-1-file-s.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-6228.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-6228.patch for CVE-2023-6228.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-52355-0001.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0001.patch for CVE-2023-52355-0001.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/wic-tools.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/wic-tools.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-52355-0002.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Searching for 0001-remove-INCLUDEDIR-to-prevent-build-issues.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0002.patch for CVE-2023-52355-0002.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch for 0001-remove-INCLUDEDIR-to-prevent-build-issues.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Searching for CVE-2023-52356.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Searching for 0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52356.patch for CVE-2023-52356.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/wic-tools.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/wic-tools.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch for 0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Searching for dhcpcd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/dhcpcd.service for dhcpcd.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Searching for dhcpcd@.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/dhcpcd@.service for dhcpcd@.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Searching for 0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch for 0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Adding task do_image_cpio before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:1: including linux-libc-headers.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Searching for 0001-remove-hardcoded-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream-1.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream-1.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream-1.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream-1.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch for 0001-remove-hardcoded-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Searching for 0001-remove-hardcoded-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream-1.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream-1.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream-1.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream-1.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream-1.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch for 0001-remove-hardcoded-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:82)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-testcontroller-initramfs/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0002-apr-Remove-workdir-path-references-from-installed-ap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch for 0002-apr-Remove-workdir-path-references-from-installed-ap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0004-Fix-packet-discards-HTTP-redirect.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0004-Fix-packet-discards-HTTP-redirect.patch for 0004-Fix-packet-discards-HTTP-redirect.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch for 0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch for 0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for libtoolize_check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/libtoolize_check.patch for libtoolize_check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0001-Add-option-to-disable-timed-dependant-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch for 0001-Add-option-to-disable-timed-dependant-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch for 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch for 0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb:1: including cryptodev.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb:1: including binutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0002-apr-Remove-workdir-path-references-from-installed-ap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch for 0002-apr-Remove-workdir-path-references-from-installed-ap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0004-Fix-packet-discards-HTTP-redirect.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0004-Fix-packet-discards-HTTP-redirect.patch for 0004-Fix-packet-discards-HTTP-redirect.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch for 0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch for 0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for libtoolize_check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/libtoolize_check.patch for libtoolize_check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0001-Add-option-to-disable-timed-dependant-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch for 0001-Add-option-to-disable-timed-dependant-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch for 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch for 0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb:2: including binutils-2.41.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0002-apr-Remove-workdir-path-references-from-installed-ap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch for 0002-apr-Remove-workdir-path-references-from-installed-ap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0004-Fix-packet-discards-HTTP-redirect.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0004-Fix-packet-discards-HTTP-redirect.patch for 0004-Fix-packet-discards-HTTP-redirect.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch for 0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch for 0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for libtoolize_check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/libtoolize_check.patch for libtoolize_check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0001-Add-option-to-disable-timed-dependant-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch for 0001-Add-option-to-disable-timed-dependant-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch for 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Searching for 0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-1.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr/0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch for 0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: Searching for 0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch for 0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:6: including xorg-font-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: Searching for 0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-6.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-6.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch for 0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Searching for CVE-2023-48795.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/CVE-2023-48795.patch for CVE-2023-48795.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb:3: including xorg-font-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: Using absolute /home/pokybuild/yocto-worker/a-full/build/scripts/runqemu\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: Using absolute /home/pokybuild/yocto-worker/a-full/build/scripts/runqemu-addptable2image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: Using absolute /home/pokybuild/yocto-worker/a-full/build/scripts/runqemu-gen-tapdevs\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Searching for CVE-2023-48795.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: Using absolute /home/pokybuild/yocto-worker/a-full/build/scripts/runqemu-ifup\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/CVE-2023-48795.patch for CVE-2023-48795.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: Using absolute /home/pokybuild/yocto-worker/a-full/build/scripts/runqemu-ifdown\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: Using absolute /home/pokybuild/yocto-worker/a-full/build/scripts/oe-find-native-sysroot\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: Using absolute /home/pokybuild/yocto-worker/a-full/build/scripts/runqemu-extract-sdk\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: Using absolute /home/pokybuild/yocto-worker/a-full/build/scripts/runqemu-export-rootfs\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Searching for CVE-2023-48795.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2-1.11.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2/CVE-2023-48795.patch for CVE-2023-48795.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Searching for fatal-loader.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch for fatal-loader.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Searching for 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch for 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Searching for fatal-loader.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch for fatal-loader.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Searching for 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch for 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:1: including xorg-driver-video.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0004-Point-scripts-location-to-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Searching for fatal-loader.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch for 0004-Point-scripts-location-to-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch for fatal-loader.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb:78)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Searching for 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch for 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb:78)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb: Searching for 0001-Disable-installing-header-file-provided-by-another-p.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module-1.13+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module-1.13+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module-1.13+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module-1.13+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module-1.13+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0008-Use-libtool-2.4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch for 0001-Disable-installing-header-file-provided-by-another-p.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch for 0008-Use-libtool-2.4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb:78)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0010-sync-with-OE-libtool-changes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch for 0010-sync-with-OE-libtool-changes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0011-Check-for-clang-before-checking-gcc-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch for 0011-Check-for-clang-before-checking-gcc-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-license.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-license.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb:84: including /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/required-distro-features.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/required-distro-features.inc:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Searching for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-utils_2.20.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Searching for net-tools-config.h in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd-0.8.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd-0.8.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd-0.8.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd-0.8.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd-0.8.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Searching for libassuan_pkgconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb: Searching for init-live.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/net-tools-config.h for net-tools-config.h\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/libassuan_pkgconf.patch for libassuan_pkgconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd_0.8.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/seatd/seatd/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Searching for net-tools-config.make in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Searching for gpg-error_pkconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/init-live.sh for init-live.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/gpg-error_pkconf.patch for gpg-error_pkconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/net-tools-config.make for net-tools-config.make\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Searching for Add_missing_headers.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/Add_missing_headers.patch for Add_missing_headers.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Searching for net-tools-config.h in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb:5: including recipes-core/images/core-image-minimal.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Searching for libassuan_pkgconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/net-tools-config.h for net-tools-config.h\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/libassuan_pkgconf.patch for libassuan_pkgconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Searching for net-tools-config.make in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Searching for gpg-error_pkconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/net-tools-config.make for net-tools-config.make\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/gpg-error_pkconf.patch for gpg-error_pkconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Searching for Add_missing_headers.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/Add_missing_headers.patch for Add_missing_headers.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Searching for net-tools-config.h in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Searching for libassuan_pkgconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/net-tools-config.h for net-tools-config.h\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/libassuan_pkgconf.patch for libassuan_pkgconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Searching for net-tools-config.make in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Searching for gpg-error_pkconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/net-tools-config.make for net-tools-config.make\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.2.1/gpg-error_pkconf.patch for gpg-error_pkconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Searching for Add_missing_headers.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools/Add_missing_headers.patch for Add_missing_headers.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for 0001-tests-add-a-target-for-building-tests-without-runnin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/0001-tests-add-a-target-for-building-tests-without-runnin.patch for 0001-tests-add-a-target-for-building-tests-without-runnin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for disable-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/disable-tests.patch for disable-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for 0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch for 0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for check-funcs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/check-funcs.patch for check-funcs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Searching for weston.env in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for 0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch for 0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/weston.env for weston.env\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Searching for weston.ini in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/weston.ini for weston.ini\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Searching for weston.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/weston.service for weston.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Searching for weston.socket in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/weston.socket for weston.socket\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Searching for weston-socket.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/weston-socket.sh for weston-socket.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Searching for weston-autologin in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/weston-autologin for weston-autologin\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Searching for weston-start in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-init/weston-start for weston-start\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for 0001-tests-add-a-target-for-building-tests-without-runnin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/0001-tests-add-a-target-for-building-tests-without-runnin.patch for 0001-tests-add-a-target-for-building-tests-without-runnin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for disable-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/disable-tests.patch for disable-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for 0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch for 0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for check-funcs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/check-funcs.patch for check-funcs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for 0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch for 0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for 0001-tests-add-a-target-for-building-tests-without-runnin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/0001-tests-add-a-target-for-building-tests-without-runnin.patch for 0001-tests-add-a-target-for-building-tests-without-runnin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for 0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch for 0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for check-funcs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/check-funcs.patch for check-funcs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Searching for 0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex/0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch for 0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cffi_1.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Searching for mips-byte-order.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/mips-byte-order.patch for mips-byte-order.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Searching for mips-coredump-register.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/mips-coredump-register.patch for mips-coredump-register.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Searching for 0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch for 0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Searching for 0001-src-Gtrace-remove-unguarded-print-calls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/0001-src-Gtrace-remove-unguarded-print-calls.patch for 0001-src-Gtrace-remove-unguarded-print-calls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Searching for mips-byte-order.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/mips-byte-order.patch for mips-byte-order.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Searching for mips-coredump-register.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/mips-coredump-register.patch for mips-coredump-register.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Searching for 0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch for 0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Searching for 0001-src-Gtrace-remove-unguarded-print-calls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind-1.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind/0001-src-Gtrace-remove-unguarded-print-calls.patch for 0001-src-Gtrace-remove-unguarded-print-calls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb:7: including opensbi-payloads.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/opensbi/opensbi_1.4.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:1: including dpkg.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb: Searching for init-install-efi.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/init-install-efi.sh for init-install-efi.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_1.7.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_1.7.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_1.7.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Searching for parallel-make-archives.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch for parallel-make-archives.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Searching for gnu-efi-3.0.9-fix-clang-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/gnu-efi-3.0.9-fix-clang-build.patch for gnu-efi-3.0.9-fix-clang-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Searching for 0001-riscv64-adjust-type-definitions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/0001-riscv64-adjust-type-definitions.patch for 0001-riscv64-adjust-type-definitions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Searching for 0001-riscv64-ignore-unknown-relocs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/0001-riscv64-ignore-unknown-relocs.patch for 0001-riscv64-ignore-unknown-relocs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Searching for no-werror.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/no-werror.patch for no-werror.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Searching for parallel-make-archives.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch for parallel-make-archives.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Searching for gnu-efi-3.0.9-fix-clang-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/gnu-efi-3.0.9-fix-clang-build.patch for gnu-efi-3.0.9-fix-clang-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Searching for 0001-riscv64-adjust-type-definitions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/0001-riscv64-adjust-type-definitions.patch for 0001-riscv64-adjust-type-definitions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Searching for 0001-riscv64-ignore-unknown-relocs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/0001-riscv64-ignore-unknown-relocs.patch for 0001-riscv64-ignore-unknown-relocs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Searching for no-werror.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/no-werror.patch for no-werror.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-kernel-dev.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-kernel-dev/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:4: including diffutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-extmk-fix-cross-compilation-of-external-gems.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch for 0001-extmk-fix-cross-compilation-of-external-gems.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0002-Obey-LDFLAGS-for-the-link-of-libruby.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch for 0002-Obey-LDFLAGS-for-the-link-of-libruby.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for remove_has_include_macros.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/remove_has_include_macros.patch for remove_has_include_macros.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch for 0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0002-template-Makefile.in-filter-out-f-prefix-map.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0002-template-Makefile.in-filter-out-f-prefix-map.patch for 0002-template-Makefile.in-filter-out-f-prefix-map.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0003-rdoc-build-reproducible-documentation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch for 0003-rdoc-build-reproducible-documentation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.47.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch for 0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch for 0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0006-Make-gemspecs-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch for 0006-Make-gemspecs-reproducible.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch for 0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch for 0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Searching for 0001-Reinstate-xdg-terminal.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/0001-Reinstate-xdg-terminal.patch for 0001-Reinstate-xdg-terminal.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Searching for 0001-Don-t-build-the-in-script-manual.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/0001-Don-t-build-the-in-script-manual.patch for 0001-Don-t-build-the-in-script-manual.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_1.7.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Searching for 1f199813e0eb0246f63b54e9e154970e609575af.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/1f199813e0eb0246f63b54e9e154970e609575af.patch for 1f199813e0eb0246f63b54e9e154970e609575af.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Searching for CVE-2022-4055.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils-1.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils/CVE-2022-4055.patch for CVE-2022-4055.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-extmk-fix-cross-compilation-of-external-gems.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch for 0001-extmk-fix-cross-compilation-of-external-gems.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0002-Obey-LDFLAGS-for-the-link-of-libruby.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch for 0002-Obey-LDFLAGS-for-the-link-of-libruby.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for remove_has_include_macros.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Searching for disable_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/remove_has_include_macros.patch for remove_has_include_macros.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch for disable_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Searching for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch for 0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0002-template-Makefile.in-filter-out-f-prefix-map.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0002-template-Makefile.in-filter-out-f-prefix-map.patch for 0002-template-Makefile.in-filter-out-f-prefix-map.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0003-rdoc-build-reproducible-documentation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch for 0003-rdoc-build-reproducible-documentation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch for 0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch for 0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:3: including qemu-native.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0006-Make-gemspecs-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Searching for disable_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb: Searching for inittab in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch for 0006-Make-gemspecs-reproducible.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:1: including qemu.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Searching for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch for disable_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/inittab for inittab\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch for 0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch for 0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Searching for disable_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Searching for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4-2.74.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch for disable_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4/0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-extmk-fix-cross-compilation-of-external-gems.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch for 0001-extmk-fix-cross-compilation-of-external-gems.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0002-Obey-LDFLAGS-for-the-link-of-libruby.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch for 0002-Obey-LDFLAGS-for-the-link-of-libruby.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for remove_has_include_macros.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/remove_has_include_macros.patch for remove_has_include_macros.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch for 0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0002-template-Makefile.in-filter-out-f-prefix-map.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0002-template-Makefile.in-filter-out-f-prefix-map.patch for 0002-template-Makefile.in-filter-out-f-prefix-map.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0003-rdoc-build-reproducible-documentation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Adding task do_image_wic before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch for 0003-rdoc-build-reproducible-documentation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch for 0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch for 0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0006-Make-gemspecs-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch for 0006-Make-gemspecs-reproducible.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch for 0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Searching for 0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby/0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch for 0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release_1.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release_1.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb: Searching for pointercal.xinput in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput-0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput-0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput-0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput-0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput-0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput for pointercal.xinput\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for powerpc_rom.bin in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin for powerpc_rom.bin\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb:40: including dummy-sdk-package.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch for 0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/dummy-sdk-package.inc:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0003-apic-fixup-fallthrough-to-PIC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0003-apic-fixup-fallthrough-to-PIC.patch for 0003-apic-fixup-fallthrough-to-PIC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0004-configure-Add-pkg-config-handling-for-libgcrypt.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0004-configure-Add-pkg-config-handling-for-libgcrypt.patch for 0004-configure-Add-pkg-config-handling-for-libgcrypt.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0005-qemu-Do-not-include-file-if-not-exists.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb:42)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0005-qemu-Do-not-include-file-if-not-exists.patch for 0005-qemu-Do-not-include-file-if-not-exists.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch for 0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0007-qemu-Determinism-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0007-qemu-Determinism-fixes.patch for 0007-qemu-Determinism-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0008-tests-meson.build-use-relative-path-to-refer-to-file.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0008-tests-meson.build-use-relative-path-to-refer-to-file.patch for 0008-tests-meson.build-use-relative-path-to-refer-to-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch for 0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch for 0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch for 0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for fixedmeson.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/fixedmeson.patch for fixedmeson.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0001-vfio-container-Replace-basename-with-g_path_get_base.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0001-vfio-container-Replace-basename-with-g_path_get_base.patch for 0001-vfio-container-Replace-basename-with-g_path_get_base.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for no-pip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/no-pip.patch for no-pip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for fix_segv.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/fix_segv.patch for fix_segv.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for qemu-guest-agent.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.init for qemu-guest-agent.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for qemu-guest-agent.udev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.udev for qemu-guest-agent.udev\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch for 0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Searching for 0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch for 0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-bootconf_1.00.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-bootconf_1.00.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb: Searching for 0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-bootconf_1.00.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd-boot-cfg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-bootconf_1.00.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch for 0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb: Searching for separate-objdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-bootconf_1.00.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fs-uuid.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd-boot-cfg.bbclass:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw/separate-objdir.patch for separate-objdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release_1.4.bb: Searching for 0001-fix-lsb_release-to-work-with-busybox-head-and-find.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release_1.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/0001-fix-lsb_release-to-work-with-busybox-head-and-find.patch for 0001-fix-lsb_release-to-work-with-busybox-head-and-find.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release_1.4.bb: Searching for 0001-Remove-timestamp-from-manpage.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release_1.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/0001-Remove-timestamp-from-manpage.patch for 0001-Remove-timestamp-from-manpage.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release_1.4.bb: Searching for help2man-reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release-1.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release_1.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsb/lsb-release/help2man-reproducibility.patch for help2man-reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb:1: including core-image-sato.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for noman.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/noman.patch for noman.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for remove-tar-no-timestamp.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch for remove-tar-no-timestamp.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for arch_pm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch for arch_pm.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for add_armeb_triplet_entry.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch for add_armeb_triplet_entry.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch for 0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch for 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch for 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0006-add-musleabi-to-known-target-tripets.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0006-add-musleabi-to-known-target-tripets.patch for 0006-add-musleabi-to-known-target-tripets.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch for 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0001-dpkg-Support-muslx32-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0001-dpkg-Support-muslx32-build.patch for 0001-dpkg-Support-muslx32-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for pager.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/pager.patch for pager.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0001-Add-support-for-riscv32-CPU.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch for 0001-Add-support-for-riscv32-CPU.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for noman.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/noman.patch for noman.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for remove-tar-no-timestamp.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch for remove-tar-no-timestamp.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for arch_pm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch for arch_pm.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for add_armeb_triplet_entry.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch for add_armeb_triplet_entry.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch for 0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch for 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch for 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0006-add-musleabi-to-known-target-tripets.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0006-add-musleabi-to-known-target-tripets.patch for 0006-add-musleabi-to-known-target-tripets.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch for 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0001-dpkg-Support-muslx32-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0001-dpkg-Support-muslx32-build.patch for 0001-dpkg-Support-muslx32-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for pager.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/pager.patch for pager.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0001-Add-support-for-riscv32-CPU.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch for 0001-Add-support-for-riscv32-CPU.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0001-build.c-ignore-return-of-1-from-tar-cf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch for 0001-build.c-ignore-return-of-1-from-tar-cf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Searching for 0001-Skip-strip-trailing-cr-test-case.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch for 0001-Skip-strip-trailing-cr-test-case.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Searching for rexec.xinetd.inetutils in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/rexec.xinetd.inetutils for rexec.xinetd.inetutils\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Searching for rlogin.xinetd.inetutils in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/rlogin.xinetd.inetutils for rlogin.xinetd.inetutils\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Searching for rsh.xinetd.inetutils in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils for rsh.xinetd.inetutils\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for noman.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Searching for telnet.xinetd.inetutils in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/noman.patch for noman.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/telnet.xinetd.inetutils for telnet.xinetd.inetutils\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Searching for tftpd.xinetd.inetutils in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils-2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for remove-tar-no-timestamp.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils/tftpd.xinetd.inetutils for tftpd.xinetd.inetutils\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch for remove-tar-no-timestamp.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for arch_pm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/inetutils/inetutils_2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch for arch_pm.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for add_armeb_triplet_entry.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch for add_armeb_triplet_entry.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch for 0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch for 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch for 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0006-add-musleabi-to-known-target-tripets.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Searching for 0001-fix-compile-procan.c-failed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0006-add-musleabi-to-known-target-tripets.patch for 0006-add-musleabi-to-known-target-tripets.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch for 0001-fix-compile-procan.c-failed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Searching for 0001-Skip-strip-trailing-cr-test-case.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch for 0001-Skip-strip-trailing-cr-test-case.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch for 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0001-dpkg-Support-muslx32-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0001-dpkg-Support-muslx32-build.patch for 0001-dpkg-Support-muslx32-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for pager.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/pager.patch for pager.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Searching for 0001-Add-support-for-riscv32-CPU.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch for 0001-Add-support-for-riscv32-CPU.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Searching for 0001-Skip-strip-trailing-cr-test-case.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils-3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Searching for 0001-fix-compile-procan.c-failed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch for 0001-Skip-strip-trailing-cr-test-case.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch for 0001-fix-compile-procan.c-failed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Searching for 0001-fix-compile-procan.c-failed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat-1.8.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb:1: including xcb-util.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch for 0001-fix-compile-procan.c-failed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for triehash in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/triehash for triehash\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Disable-documentation-directory-altogether.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Disable-documentation-directory-altogether.patch for 0001-Disable-documentation-directory-altogether.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Fix-musl-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Fix-musl-build.patch for 0001-Fix-musl-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch for 0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-cmake-Do-not-build-po-files.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch for 0001-cmake-Do-not-build-po-files.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch for 0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-aptwebserver.cc-Include-array.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-aptwebserver.cc-Include-array.patch for 0001-aptwebserver.cc-Include-array.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Remove-using-std-binary_function.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Remove-using-std-binary_function.patch for 0001-Remove-using-std-binary_function.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Do-not-init-tables-from-dpkg-configuration.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Do-not-init-tables-from-dpkg-configuration.patch for 0001-Do-not-init-tables-from-dpkg-configuration.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb: Searching for dwarfsrcfiles.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch for 0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/dwarfsrcfiles.c for dwarfsrcfiles.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb: Searching for dwarfsrcfiles.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/files/dwarfsrcfiles.c for dwarfsrcfiles.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for triehash in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/triehash for triehash\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Disable-documentation-directory-altogether.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Disable-documentation-directory-altogether.patch for 0001-Disable-documentation-directory-altogether.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Fix-musl-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Fix-musl-build.patch for 0001-Fix-musl-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch for 0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-cmake-Do-not-build-po-files.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch for 0001-cmake-Do-not-build-po-files.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch for 0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-aptwebserver.cc-Include-array.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-aptwebserver.cc-Include-array.patch for 0001-aptwebserver.cc-Include-array.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Remove-using-std-binary_function.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Remove-using-std-binary_function.patch for 0001-Remove-using-std-binary_function.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb:103)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Do-not-init-tables-from-dpkg-configuration.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Do-not-init-tables-from-dpkg-configuration.patch for 0001-Do-not-init-tables-from-dpkg-configuration.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb:103)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch for 0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb:103)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb:103)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for triehash in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/triehash for triehash\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Disable-documentation-directory-altogether.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Disable-documentation-directory-altogether.patch for 0001-Disable-documentation-directory-altogether.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Fix-musl-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Fix-musl-build.patch for 0001-Fix-musl-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch for 0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-cmake-Do-not-build-po-files.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch for 0001-cmake-Do-not-build-po-files.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch for 0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-aptwebserver.cc-Include-array.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-aptwebserver.cc-Include-array.patch for 0001-aptwebserver.cc-Include-array.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Searching for 0001-Remove-using-std-binary_function.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt-2.6.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt_2.6.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/apt/apt/0001-Remove-using-std-binary_function.patch for 0001-Remove-using-std-binary_function.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl-0.033/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for kdump in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/kdump for kdump\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for kdump.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/kdump.conf for kdump.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for kdump.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/kdump.service for kdump.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for 0001-powerpc-change-the-memory-size-limit.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/0001-powerpc-change-the-memory-size-limit.patch for 0001-powerpc-change-the-memory-size-limit.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for 0002-purgatory-Pass-r-directly-to-linker.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/0002-purgatory-Pass-r-directly-to-linker.patch for 0002-purgatory-Pass-r-directly-to-linker.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for 0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch for 0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for 0005-Disable-PIE-during-link.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/0005-Disable-PIE-during-link.patch for 0005-Disable-PIE-during-link.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for 0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch for 0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for 0001-kexec-tools-purgatory-fix-build-on-binutils-2.42.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools-2.0.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/0001-kexec-tools-purgatory-fix-build-on-binutils-2.42.patch for 0001-kexec-tools-purgatory-fix-build-on-binutils-2.42.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for configure-sbindir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: Searching for clang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image-0.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image-0.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image-0.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image-0.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image-0.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch for configure-sbindir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image/clang.patch for clang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for runuser.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser.pamd for runuser.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for runuser-l.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser-l.pamd for runuser-l.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for display_testname_for_subtest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/display_testname_for_subtest.patch for display_testname_for_subtest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch for avoid_parallel_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for 0001-login-utils-include-libgen.h-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-licenses.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-licenses.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/0001-login-utils-include-libgen.h-for-basename-API.patch for 0001-login-utils-include-libgen.h-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-dev.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-dev/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for configure-sbindir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch for configure-sbindir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for runuser.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser.pamd for runuser.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for runuser-l.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser-l.pamd for runuser-l.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for display_testname_for_subtest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/display_testname_for_subtest.patch for display_testname_for_subtest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch for avoid_parallel_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for 0001-login-utils-include-libgen.h-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/0001-login-utils-include-libgen.h-for-basename-API.patch for 0001-login-utils-include-libgen.h-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for configure-sbindir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch for configure-sbindir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for runuser.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser.pamd for runuser.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for runuser-l.pamd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/runuser-l.pamd for runuser-l.pamd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for display_testname_for_subtest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/display_testname_for_subtest.patch for display_testname_for_subtest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch for avoid_parallel_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Searching for 0001-login-utils-include-libgen.h-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-2.39.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/0001-login-utils-include-libgen.h-for-basename-API.patch for 0001-login-utils-include-libgen.h-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/delay/delay.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/delay/delay.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:1: including libxcrypt.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Searching for 0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch for 0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Searching for 0002-tests-do-not-run-target-executables.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch for 0002-tests-do-not-run-target-executables.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Searching for 0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch for 0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Searching for 0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch for 0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Searching for 0002-tests-do-not-run-target-executables.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch for 0002-tests-do-not-run-target-executables.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Searching for bootchartd_stop.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/bootchartd_stop.sh for bootchartd_stop.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Searching for 0001-collector-Allocate-space-on-heap-for-chunks.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/0001-collector-Allocate-space-on-heap-for-chunks.patch for 0001-collector-Allocate-space-on-heap-for-chunks.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Searching for 0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch for 0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Searching for 0001-Do-not-include-linux-fs.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/0001-Do-not-include-linux-fs.h.patch for 0001-Do-not-include-linux-fs.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Searching for 0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch for 0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Searching for 0002-tests-do-not-run-target-executables.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap-2.69/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch for 0002-tests-do-not-run-target-executables.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Searching for bootchartd_stop.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/bootchartd_stop.sh for bootchartd_stop.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Searching for 0001-collector-Allocate-space-on-heap-for-chunks.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/0001-collector-Allocate-space-on-heap-for-chunks.patch for 0001-collector-Allocate-space-on-heap-for-chunks.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Searching for 0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch for 0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Searching for 0001-Do-not-include-linux-fs.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2-0.14.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bootchart2/bootchart2/0001-Do-not-include-linux-fs.h.patch for 0001-Do-not-include-linux-fs.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/build-sysroots.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/build-sysroots.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/build-sysroots.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/build-sysroots.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb: Searching for 0001-Fix-build-race-in-Makefile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch for 0001-Fix-build-race-in-Makefile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb: Searching for notempdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/notempdir.patch for notempdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb: Searching for no-strip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew-2.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew_2.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glew/glew/no-strip.patch for no-strip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:1: including gzip.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-x11.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-x11/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/wic-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.bb: Using absolute /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/wic-image-minimal.wks\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:13: including lttng-platforms.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:43)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Searching for remove_plus_from_invalid_characters_list.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch for remove_plus_from_invalid_characters_list.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Searching for unable-connect-dbus.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/unable-connect-dbus.patch for unable-connect-dbus.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Searching for create_config_directory.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/create_config_directory.patch for create_config_directory.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Searching for python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/python3.patch for python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Searching for remove_plus_from_invalid_characters_list.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch for remove_plus_from_invalid_characters_list.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Searching for unable-connect-dbus.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/unable-connect-dbus.patch for unable-connect-dbus.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Searching for create_config_directory.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/create_config_directory.patch for create_config_directory.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Searching for python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf-3.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf/python3.patch for python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Searching for 0001-tests-do-not-strip-a-helper-library.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/0001-tests-do-not-strip-a-helper-library.patch for 0001-tests-do-not-strip-a-helper-library.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Searching for lttng-sessiond.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service for lttng-sessiond.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Searching for disable-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch for disable-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Searching for 0001-compat-Define-off64_t-as-off_t-on-linux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch for 0001-compat-Define-off64_t-as-off_t-on-linux.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Searching for 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch for 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch for 0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for depmod-search.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/depmod-search.conf for depmod-search.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch for 0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-locate.c-Include-attr.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch for avoid_parallel_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-locate.c-Include-attr.h.patch for 0001-locate.c-Include-attr.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for 0001-Use-portable-implementation-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-fix-building-on-macOS.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch for 0001-Use-portable-implementation-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-fix-building-on-macOS.patch for 0001-fix-building-on-macOS.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for gtkdocdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-attr-fix-utime-for-symlink.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch for gtkdocdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-attr-fix-utime-for-symlink.patch for 0001-attr-fix-utime-for-symlink.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch for 0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch for 0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for depmod-search.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-locate.c-Include-attr.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-locate.c-Include-attr.h.patch for 0001-locate.c-Include-attr.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/depmod-search.conf for depmod-search.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-fix-building-on-macOS.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-fix-building-on-macOS.patch for 0001-fix-building-on-macOS.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch for avoid_parallel_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-attr-fix-utime-for-symlink.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for 0001-Use-portable-implementation-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-attr-fix-utime-for-symlink.patch for 0001-attr-fix-utime-for-symlink.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch for 0001-Use-portable-implementation-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for gtkdocdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch for gtkdocdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch for 0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch for 0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for depmod-search.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-locate.c-Include-attr.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/depmod-search.conf for depmod-search.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-locate.c-Include-attr.h.patch for 0001-locate.c-Include-attr.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-fix-building-on-macOS.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch for avoid_parallel_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-fix-building-on-macOS.patch for 0001-fix-building-on-macOS.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for 0001-Use-portable-implementation-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Searching for 0001-attr-fix-utime-for-symlink.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3-0.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch for 0001-Use-portable-implementation-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3/0001-attr-fix-utime-for-symlink.patch for 0001-attr-fix-utime-for-symlink.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Searching for gtkdocdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch for gtkdocdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb: Searching for Update-x86emu-from-X.org.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/Update-x86emu-from-X.org.patch for Update-x86emu-from-X.org.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb: Searching for ar-from-env.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/ar-from-env.patch for ar-from-env.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb: Searching for Support-for-cross-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d-0.1.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Searching for fixsort.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:1: including go-cross.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d/Support-for-cross-compilation.patch for Support-for-cross-compilation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/fixsort.patch for fixsort.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Searching for 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch for 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:11: including glibc-version.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Searching for fixsort.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/fixsort.patch for fixsort.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Searching for 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch for 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:2: including go-1.20.13.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Searching for fixsort.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/fixsort.patch for fixsort.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Searching for 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.43.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:7: including rust-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch for 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/newlib/newlib_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/newlib/newlib_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/newlib/newlib_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/newlib/newlib_git.bb:1: including newlib.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb:2: including python-cython.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-cython.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk-5.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb:9: including cpp-example.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cpp-example.inc:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Searching for 0001-localedef-Add-hardlink-resolver-from-util-linux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0001-localedef-Add-hardlink-resolver-from-util-linux.patch for 0001-localedef-Add-hardlink-resolver-from-util-linux.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Searching for 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0002-localedef-fix-ups-hardlink-to-make-it-compile.patch for 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Searching for 0010-eglibc-Cross-building-and-testing-instructions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0010-eglibc-Cross-building-and-testing-instructions.patch for 0010-eglibc-Cross-building-and-testing-instructions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Searching for 0011-eglibc-Help-bootstrap-cross-toolchain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0011-eglibc-Help-bootstrap-cross-toolchain.patch for 0011-eglibc-Help-bootstrap-cross-toolchain.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Searching for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0012-eglibc-Resolve-__fpscr_values-on-SH4.patch for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Searching for 0013-eglibc-Forward-port-cross-locale-generation-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0013-eglibc-Forward-port-cross-locale-generation-support.patch for 0013-eglibc-Forward-port-cross-locale-generation-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Searching for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Searching for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Searching for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Searching for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Searching for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Searching for 0003-ld-add-soname-to-shareable-objects.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch for 0003-ld-add-soname-to-shareable-objects.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Searching for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Searching for 0001-Change-hash-bang-to-python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/0001-Change-hash-bang-to-python3.patch for 0001-Change-hash-bang-to-python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Searching for 0005-cmd-dist-separate-host-and-target-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch for 0005-cmd-dist-separate-host-and-target-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Searching for 0006-cmd-go-make-GOROOT-precious-by-default.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch for 0006-cmd-go-make-GOROOT-precious-by-default.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Searching for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-do-not-write-linker-flags-into-buildids.patch for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Searching for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Searching for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-core2-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Searching for 0001-Change-hash-bang-to-python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/0001-Change-hash-bang-to-python3.patch for 0001-Change-hash-bang-to-python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Searching for 0001-Change-hash-bang-to-python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants-2.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants/0001-Change-hash-bang-to-python3.patch for 0001-Change-hash-bang-to-python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Searching for 0007-llvm-allow-env-override-of-exe-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch for 0007-llvm-allow-env-override-of-exe-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Searching for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Searching for llvm-config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/llvm-config for llvm-config\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Searching for 0007-llvm-allow-env-override-of-exe-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch for 0007-llvm-allow-env-override-of-exe-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Searching for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Searching for llvm-config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/llvm-config for llvm-config\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Searching for 0007-llvm-allow-env-override-of-exe-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch for 0007-llvm-allow-env-override-of-exe-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Searching for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Searching for llvm-config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-17.0.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm/llvm-config for llvm-config\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Searching for cpp-example.cpp in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/cpp-example.cpp for cpp-example.cpp\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Searching for cpp-example-lib.hpp in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/cpp-example-lib.hpp for cpp-example-lib.hpp\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Searching for cpp-example-lib.cpp in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/cpp-example-lib.cpp for cpp-example-lib.cpp\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Searching for test-cpp-example.cpp in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/test-cpp-example.cpp for test-cpp-example.cpp\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Searching for meson.build in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/meson.build for meson.build\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Searching for meson.options in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/meson.options for meson.options\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb:1: including glibc_2.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/package-index.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/package-index.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/package-index.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/package-index.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb:2: including glibc-tests.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Searching for fix_cflags_handling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch for fix_cflags_handling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Searching for fix_cflags_handling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch for fix_cflags_handling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Searching for fix_cflags_handling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-4.4.36/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch for fix_cflags_handling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for update-gawk-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/update-gawk-paths.patch for update-gawk-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for Makefile-ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/Makefile-ptest.patch for Makefile-ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for ptest-spacesave.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/ptest-spacesave.patch for ptest-spacesave.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for 0001-strace-fix-reproducibilty-issues.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Searching for 0001-Skip-running-test-layout-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/0001-strace-fix-reproducibilty-issues.patch for 0001-strace-fix-reproducibilty-issues.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/0001-Skip-running-test-layout-test.patch for 0001-Skip-running-test-layout-test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for skip-load.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/skip-load.patch for skip-load.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for 0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch for 0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for 0002-tests-Replace-off64_t-with-off_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/0002-tests-Replace-off64_t-with-off_t.patch for 0002-tests-Replace-off64_t-with-off_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Searching for 0001-Skip-running-test-layout-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/0001-Skip-running-test-layout-test.patch for 0001-Skip-running-test-layout-test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for update-gawk-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/update-gawk-paths.patch for update-gawk-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for Makefile-ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/Makefile-ptest.patch for Makefile-ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for ptest-spacesave.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/ptest-spacesave.patch for ptest-spacesave.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for 0001-strace-fix-reproducibilty-issues.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/0001-strace-fix-reproducibilty-issues.patch for 0001-strace-fix-reproducibilty-issues.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for skip-load.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/skip-load.patch for skip-load.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for 0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch for 0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Searching for 0001-Skip-running-test-layout-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Searching for 0002-tests-Replace-off64_t-with-off_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango/0001-Skip-running-test-layout-test.patch for 0001-Skip-running-test-layout-test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace/0002-tests-Replace-off64_t-with-off_t.patch for 0002-tests-Replace-off64_t-with-off_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Searching for 00_arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/00_arches.patch for 00_arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb: Skipping mpeg2dec: Has a restricted license 'commercial' which is not listed in your LICENSE_FLAGS_ACCEPTED.\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Searching for libaio_fix_for_mips_syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/libaio_fix_for_mips_syscalls.patch for libaio_fix_for_mips_syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libssp-nonshared.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libssp-nonshared.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Searching for system-linkage.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/system-linkage.patch for system-linkage.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Searching for 00_arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/00_arches.patch for 00_arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Searching for libaio_fix_for_mips_syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/libaio_fix_for_mips_syscalls.patch for libaio_fix_for_mips_syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Searching for system-linkage.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/system-linkage.patch for system-linkage.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb:9: including cpp-example.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cpp-example.inc:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Searching for 00_arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/00_arches.patch for 00_arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Searching for wrong-path-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake-qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Searching for libaio_fix_for_mips_syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip-1.13/wrong-path-fix.patch for wrong-path-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake-qemu.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/libaio_fix_for_mips_syscalls.patch for libaio_fix_for_mips_syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb: Searching for source in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Searching for system-linkage.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio-0.3.113/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake-qemu.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-patch-overrides/source for source\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio/system-linkage.patch for system-linkage.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-fast.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-fast.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-fast.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-fast.bb:1: including core-image-ptest-all.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-fast.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-fast.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Searching for install-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/install-tests.patch for install-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-fast.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb:9: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Searching for install-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/install-tests.patch for install-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Searching for install-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.11.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2/install-tests.patch for install-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:7: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for etc/ld.so.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/etc/ld.so.conf for etc/ld.so.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for generate-supported.mk in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/generate-supported.mk for generate-supported.mk\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for makedbs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/makedbs.sh for makedbs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch for 0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch for 0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch for 0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch for 0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch for 0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch for 0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0009-yes-within-the-path-sets-wrong-config-variables.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0009-yes-within-the-path-sets-wrong-config-variables.patch for 0009-yes-within-the-path-sets-wrong-config-variables.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0010-eglibc-Cross-building-and-testing-instructions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0010-eglibc-Cross-building-and-testing-instructions.patch for 0010-eglibc-Cross-building-and-testing-instructions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0011-eglibc-Help-bootstrap-cross-toolchain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0011-eglibc-Help-bootstrap-cross-toolchain.patch for 0011-eglibc-Help-bootstrap-cross-toolchain.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0012-eglibc-Resolve-__fpscr_values-on-SH4.patch for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0013-eglibc-Forward-port-cross-locale-generation-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0013-eglibc-Forward-port-cross-locale-generation-support.patch for 0013-eglibc-Forward-port-cross-locale-generation-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch for 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch for 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch for 0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch for 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch for 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch for 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch for 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for check-test-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/check-test-wrapper for check-test-wrapper\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for etc/ld.so.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/etc/ld.so.conf for etc/ld.so.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for generate-supported.mk in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/generate-supported.mk for generate-supported.mk\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for makedbs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/makedbs.sh for makedbs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0009-yes-within-the-path-sets-wrong-config-variables.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0009-yes-within-the-path-sets-wrong-config-variables.patch for 0009-yes-within-the-path-sets-wrong-config-variables.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Searching for revert-static-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0010-eglibc-Cross-building-and-testing-instructions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch for revert-static-pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0010-eglibc-Cross-building-and-testing-instructions.patch for 0010-eglibc-Cross-building-and-testing-instructions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0011-eglibc-Help-bootstrap-cross-toolchain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0011-eglibc-Help-bootstrap-cross-toolchain.patch for 0011-eglibc-Help-bootstrap-cross-toolchain.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0012-eglibc-Resolve-__fpscr_values-on-SH4.patch for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0013-eglibc-Forward-port-cross-locale-generation-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0013-eglibc-Forward-port-cross-locale-generation-support.patch for 0013-eglibc-Forward-port-cross-locale-generation-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch for 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch for 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch for 0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch for 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Searching for revert-static-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch for 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch for revert-static-pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Searching for cpp-example.cpp in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch for 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/cpp-example.cpp for cpp-example.cpp\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Searching for cpp-example-lib.hpp in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch for 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/cpp-example-lib.hpp for cpp-example-lib.hpp\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Searching for check-test-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Searching for cpp-example-lib.cpp in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/check-test-wrapper for check-test-wrapper\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/cpp-example-lib.cpp for cpp-example-lib.cpp\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Searching for test-cpp-example.cpp in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/test-cpp-example.cpp for test-cpp-example.cpp\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Searching for CMakeLists.txt in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/cpp/files/CMakeLists.txt for CMakeLists.txt\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Searching for revert-static-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig-2.15.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch for revert-static-pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:1: including busybox.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/error-image.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/error-image/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb: Searching for misc in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc for misc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Searching for automount.rules in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:364)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/automount.rules for automount.rules\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:1: including boost-1.83.0.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Searching for mount.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/mount.sh for mount.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:2: including boost.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Searching for mount.ignorelist in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/mount.ignorelist for mount.ignorelist\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Searching for autonet.rules in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/autonet.rules for autonet.rules\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Searching for network.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost.inc:60)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/network.sh for network.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Searching for localextra.rules in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf-1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf/localextra.rules for localextra.rules\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb: Searching for session in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato-0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato-0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session for session\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb: Searching for index.theme in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato-0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato-0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato/index.theme for index.theme\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:1: including gdb-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Searching for 0001-meson.build-use-python3-directly-for-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/0001-meson.build-use-python3-directly-for-python.patch for 0001-meson.build-use-python3-directly-for-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:12: including gdb.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Searching for 0001-meson.build-use-python3-directly-for-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for meson-setup.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/0001-meson.build-use-python3-directly-for-python.patch for 0001-meson.build-use-python3-directly-for-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/meson-setup.py for meson-setup.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for meson-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/meson-wrapper for meson-wrapper\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for 0001-python-module-do-not-manipulate-the-environment-when.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch for 0001-python-module-do-not-manipulate-the-environment-when.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for 0001-Make-CPU-family-warnings-fatal.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch for 0001-Make-CPU-family-warnings-fatal.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for 0002-Support-building-allarch-recipes-again.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch for 0002-Support-building-allarch-recipes-again.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Searching for 0001-Make-the-code-C-17-compliant.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/0001-Make-the-code-C-17-compliant.patch for 0001-Make-the-code-C-17-compliant.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Searching for 1862c6e57a308a05889c80c048dbc58bdc378dcb.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Searching for 0001-meson.build-use-python3-directly-for-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer-1.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/1862c6e57a308a05889c80c048dbc58bdc378dcb.patch for 1862c6e57a308a05889c80c048dbc58bdc378dcb.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer/0001-meson.build-use-python3-directly-for-python.patch for 0001-meson.build-use-python3-directly-for-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for meson-setup.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/meson-setup.py for meson-setup.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for meson-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/meson-wrapper for meson-wrapper\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for 0001-python-module-do-not-manipulate-the-environment-when.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch for 0001-python-module-do-not-manipulate-the-environment-when.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Searching for 0001-Make-the-code-C-17-compliant.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for 0001-Make-CPU-family-warnings-fatal.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/0001-Make-the-code-C-17-compliant.patch for 0001-Make-the-code-C-17-compliant.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch for 0001-Make-CPU-family-warnings-fatal.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Searching for 1862c6e57a308a05889c80c048dbc58bdc378dcb.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for 0002-Support-building-allarch-recipes-again.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/1862c6e57a308a05889c80c048dbc58bdc378dcb.patch for 1862c6e57a308a05889c80c048dbc58bdc378dcb.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch for 0002-Support-building-allarch-recipes-again.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for meson-setup.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Searching for 0001-Make-the-code-C-17-compliant.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/meson-setup.py for meson-setup.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/0001-Make-the-code-C-17-compliant.patch for 0001-Make-the-code-C-17-compliant.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for meson-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Searching for 1862c6e57a308a05889c80c048dbc58bdc378dcb.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/meson-wrapper for meson-wrapper\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf/1862c6e57a308a05889c80c048dbc58bdc378dcb.patch for 1862c6e57a308a05889c80c048dbc58bdc378dcb.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for 0001-python-module-do-not-manipulate-the-environment-when.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch for 0001-python-module-do-not-manipulate-the-environment-when.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for 0001-Make-CPU-family-warnings-fatal.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch for 0001-Make-CPU-family-warnings-fatal.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Searching for 0002-Support-building-allarch-recipes-again.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch for 0002-Support-building-allarch-recipes-again.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for 0001-depmod-Ignore-.debug-directories.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb:1: including vim.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/0001-depmod-Ignore-.debug-directories.patch for 0001-depmod-Ignore-.debug-directories.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for busybox-udhcpc-no_deconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/busybox-udhcpc-no_deconfig.patch for busybox-udhcpc-no_deconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for find-touchscreen.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/find-touchscreen.sh for find-touchscreen.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Searching for 99_mandb in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for busybox-cron in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/99_mandb for 99_mandb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/busybox-cron for busybox-cron\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Searching for 0001-man-Move-local-variable-declaration-to-function-scop.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for busybox-httpd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/files/0001-man-Move-local-variable-declaration-to-function-scop.patch for 0001-man-Move-local-variable-declaration-to-function-scop.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/busybox-httpd for busybox-httpd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for busybox-udhcpd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/busybox-udhcpd for busybox-udhcpd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for default.script in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/default.script for default.script\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for simple.script in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/simple.script for simple.script\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for hwclock.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/hwclock.sh for hwclock.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for syslog in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/syslog for syslog\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for syslog-startup.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/syslog-startup.conf for syslog-startup.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for syslog.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/syslog.conf for syslog.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for perl-rdepends.txt in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for busybox-syslog.default in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/perl-rdepends.txt for perl-rdepends.txt\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/busybox-syslog.default for busybox-syslog.default\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch for 0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for mdev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for errno_ver.diff in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/mdev for mdev\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/errno_ver.diff for errno_ver.diff\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for native-perlinc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for mdev.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/native-perlinc.patch for native-perlinc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/mdev.conf for mdev.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for perl-dynloader.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for mdev-mount.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/perl-dynloader.patch for perl-dynloader.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0002-Constant-Fix-up-shebang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/mdev-mount.sh for mdev-mount.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch for 0002-Constant-Fix-up-shebang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for defconfig in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/defconfig for defconfig\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/determinism.patch for determinism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for busybox-syslog.service.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/busybox-syslog.service.in for busybox-syslog.service.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch for 0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for busybox-klogd.service.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch for 0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/busybox-klogd.service.in for busybox-klogd.service.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for fail_on_no_media.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/fail_on_no_media.patch for fail_on_no_media.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for inetd.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/inetd.conf for inetd.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for inetd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/inetd for inetd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for login-utilities.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/login-utilities.cfg for login-utilities.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Searching for 0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte-0.74.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte-0.74.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte-0.74.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte-0.74.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte-0.74.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for recognize_connmand.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch for 0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/recognize_connmand.patch for recognize_connmand.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for busybox-cross-menuconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch for busybox-cross-menuconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for mount-via-label.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/mount-via-label.cfg for mount-via-label.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for sha1sum.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/sha1sum.cfg for sha1sum.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for sha256sum.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/sha256sum.cfg for sha256sum.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for getopts.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/getopts.cfg for getopts.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for perl-rdepends.txt in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for longopts.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/perl-rdepends.txt for perl-rdepends.txt\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/longopts.cfg for longopts.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch for 0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for resize.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for errno_ver.diff in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/resize.cfg for resize.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/errno_ver.diff for errno_ver.diff\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for syslog.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for native-perlinc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/native-perlinc.patch for native-perlinc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/syslog.cfg for syslog.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for perl-dynloader.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for unicode.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/perl-dynloader.patch for perl-dynloader.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/unicode.cfg for unicode.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0002-Constant-Fix-up-shebang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch for 0002-Constant-Fix-up-shebang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for rev.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/rev.cfg for rev.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/determinism.patch for determinism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for pgrep.cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/pgrep.cfg for pgrep.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch for 0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for rcS in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch for 0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/rcS for rcS\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for rcK in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for perl-configpm-switch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/rcK for rcK\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/perl-configpm-switch.patch for perl-configpm-switch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for makefile-libbb-race.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/makefile-libbb-race.patch for makefile-libbb-race.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for 0001-testsuite-check-uudecode-before-using-it.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch for 0001-testsuite-check-uudecode-before-using-it.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for 0001-testsuite-use-www.example.org-for-wget-test-cases.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/0001-testsuite-use-www.example.org-for-wget-test-cases.patch for 0001-testsuite-use-www.example.org-for-wget-test-cases.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for 0001-du-l-works-fix-to-use-145-instead-of-144.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/0001-du-l-works-fix-to-use-145-instead-of-144.patch for 0001-du-l-works-fix-to-use-145-instead-of-144.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for 0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch for 0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for 0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch for 0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for 0002-nslookup-sanitize-all-printed-strings-with-printable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/0002-nslookup-sanitize-all-printed-strings-with-printable.patch for 0002-nslookup-sanitize-all-printed-strings-with-printable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Searching for start-stop-false.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox-1.36.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox/start-stop-false.patch for start-stop-false.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for perl-rdepends.txt in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/perl-rdepends.txt for perl-rdepends.txt\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch for 0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for errno_ver.diff in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/errno_ver.diff for errno_ver.diff\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Searching for 0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for native-perlinc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch for 0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/native-perlinc.patch for native-perlinc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Searching for 0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for perl-dynloader.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch for 0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/perl-dynloader.patch for perl-dynloader.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Searching for 0003-Dont-disable-libreadline.a-when-using-disable-static.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0002-Constant-Fix-up-shebang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0003-Dont-disable-libreadline.a-when-using-disable-static.patch for 0003-Dont-disable-libreadline.a-when-using-disable-static.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch for 0002-Constant-Fix-up-shebang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Searching for 0004-use-asm-sgidefs.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0004-use-asm-sgidefs.h.patch for 0004-use-asm-sgidefs.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/determinism.patch for determinism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Searching for 0005-Change-order-of-CFLAGS.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0005-Change-order-of-CFLAGS.patch for 0005-Change-order-of-CFLAGS.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch for 0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Searching for 0006-resolve-restrict-keyword-conflict.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for 0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0006-resolve-restrict-keyword-conflict.patch for 0006-resolve-restrict-keyword-conflict.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch for 0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Searching for 0007-Fix-invalid-sigprocmask-call.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0007-Fix-invalid-sigprocmask-call.patch for 0007-Fix-invalid-sigprocmask-call.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Searching for 0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Searching for encodefix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-5.38.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/encodefix.patch for encodefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb: Searching for securetty in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty-4.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty-4.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty-4.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty-4.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty-4.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/securetty for securetty\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors-1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors_1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-webcolors/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Searching for ac_config_links.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/ac_config_links.patch for ac_config_links.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Searching for 0001-sigsegv-Fix-build-on-ppc-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/0001-sigsegv-Fix-build-on-ppc-musl.patch for 0001-sigsegv-Fix-build-on-ppc-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Searching for 0001-Define-alignof_slot-using-_Alignof-when-using-C11-or.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/0001-Define-alignof_slot-using-_Alignof-when-using-C11-or.patch for 0001-Define-alignof_slot-using-_Alignof-when-using-C11-or.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Searching for disable_acl_header_check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/disable_acl_header_check.patch for disable_acl_header_check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Searching for vim-add-knob-whether-elf.h-are-checked.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch for vim-add-knob-whether-elf.h-are-checked.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb:1: including recipes-core/images/core-image-minimal.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Searching for 0001-src-Makefile-improve-reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch for 0001-src-Makefile-improve-reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Searching for no-path-adjust.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/no-path-adjust.patch for no-path-adjust.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/poison/poison.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/poison/poison.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/poison/poison.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/poison/poison.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb: Searching for init-install-efi.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/init-install-efi.sh for init-install-efi.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Searching for 0001-cmake-Do-not-export-CC-into-gir-compiler.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch for 0001-cmake-Do-not-export-CC-into-gir-compiler.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Searching for 0001-cmake-Do-not-export-CC-into-gir-compiler.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical-3.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical-3.0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical-3.0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical-3.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical-3.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch for 0001-cmake-Do-not-export-CC-into-gir-compiler.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: Searching for no-handed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk-0.2+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk-0.2+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk-0.2+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk-0.2+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk-0.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch for no-handed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb:1: including recipes-core/images/core-image-minimal.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb: Searching for mini-x-session in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session-0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session-0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/files/mini-x-session for mini-x-session\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:2: including recipes-devtools/gcc/gcc-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_c.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_c.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt-sdk.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_c.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb:15: including rust-c-lib-example-crates.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Searching for 0002-comm.h-now-depends-on-term.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/0002-comm.h-now-depends-on-term.h.patch for 0002-comm.h-now-depends-on-term.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Searching for 0001-fix-for-multijob-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/0001-fix-for-multijob-build.patch for 0001-fix-for-multijob-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Searching for 0001-Remove-more-compatibility-stuff.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen-4.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen/0001-Remove-more-compatibility-stuff.patch for 0001-Remove-more-compatibility-stuff.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/screen/screen_4.9.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for no-x.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/no-x.patch for no-x.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for dont-link-to-host.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/dont-link-to-host.patch for dont-link-to-host.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for test-add-output-in-the-format-result-testname.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/test-add-output-in-the-format-result-testname.patch for test-add-output-in-the-format-result-testname.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for terminfo_fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/terminfo_fixes.patch for terminfo_fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for array_test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/array_test.patch for array_test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for no-x.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/no-x.patch for no-x.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for dont-link-to-host.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/dont-link-to-host.patch for dont-link-to-host.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for test-add-output-in-the-format-result-testname.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/test-add-output-in-the-format-result-testname.patch for test-add-output-in-the-format-result-testname.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for terminfo_fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/terminfo_fixes.patch for terminfo_fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for array_test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/array_test.patch for array_test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch for 0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0002-gcc-poison-system-directories.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch for 0002-gcc-poison-system-directories.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0003-64-bit-multilib-hack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0003-64-bit-multilib-hack.patch for 0003-64-bit-multilib-hack.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch for 0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch for 0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0006-cpp-honor-sysroot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch for 0006-cpp-honor-sysroot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch for 0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0008-libtool.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0008-libtool.patch for 0008-libtool.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch for 0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch for 0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0011-aarch64-Fix-include-paths-when-S-B.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0011-aarch64-Fix-include-paths-when-S-B.patch for 0011-aarch64-Fix-include-paths-when-S-B.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for no-x.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/no-x.patch for no-x.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch for 0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for dont-link-to-host.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/dont-link-to-host.patch for dont-link-to-host.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0013-Ensure-target-gcc-headers-can-be-included.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for test-add-output-in-the-format-result-testname.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/test-add-output-in-the-format-result-testname.patch for test-add-output-in-the-format-result-testname.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch for 0013-Ensure-target-gcc-headers-can-be-included.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for terminfo_fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/terminfo_fixes.patch for terminfo_fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for array_test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/array_test.patch for array_test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch for 0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang-2.3.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.82/download to cc-1.0.82.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch for 0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0016-handle-sysroot-support-for-nativesdk-gcc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0016-handle-sysroot-support-for-nativesdk-gcc.patch for 0016-handle-sysroot-support-for-nativesdk-gcc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch for 0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/num-traits/0.2.16/download to num-traits-0.2.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch for 0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0019-Re-introduce-spe-commandline-options.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.32/download to quote-1.0.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.28/download to syn-2.0.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-go-toolchain.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/meta-go-toolchain/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0019-Re-introduce-spe-commandline-options.patch for 0019-Re-introduce-spe-commandline-options.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/time/0.1.45/download to time-0.1.45.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.98.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.98.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/wasi/0.10.0+wasi-snapshot-preview1/download to wasi-0.10.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch for 0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch for 0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0022-libatomic-Do-not-enforce-march-on-aarch64.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0022-libatomic-Do-not-enforce-march-on-aarch64.patch for 0022-libatomic-Do-not-enforce-march-on-aarch64.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0023-Fix-install-path-of-linux64.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0023-Fix-install-path-of-linux64.h.patch for 0023-Fix-install-path-of-linux64.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch for 0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0025-gcc-testsuite-tweaks-for-mips-OE.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch for 0025-gcc-testsuite-tweaks-for-mips-OE.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for CVE-2023-4039.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/images/core-image-rt.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/CVE-2023-4039.patch for CVE-2023-4039.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Searching for 0026-aarch64-Fix-loose-ldpstp-check-PR111411.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/backport/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.268.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.268.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0026-aarch64-Fix-loose-ldpstp-check-PR111411.patch for 0026-aarch64-Fix-loose-ldpstp-check-PR111411.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.268.0.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.268.0.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.268.0.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.98.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.98.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.98.0.bb: Searching for remove-host-information.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof-4.98.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof-4.98.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof-4.98.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof-4.98.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof-4.98.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.98.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/files/remove-host-information.patch for remove-host-information.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.6.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-conf_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-conf_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-conf_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-conf_1.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:1: including timezone.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Searching for boost-math-disable-pch-for-gcc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch for boost-math-disable-pch-for-gcc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Searching for 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch for 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Searching for 0001-dont-setup-compiler-flags-m32-m64.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch for 0001-dont-setup-compiler-flags-m32-m64.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Searching for boost-math-disable-pch-for-gcc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch for boost-math-disable-pch-for-gcc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Searching for 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch for 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Searching for 0001-dont-setup-compiler-flags-m32-m64.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch for 0001-dont-setup-compiler-flags-m32-m64.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch for 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for 0001-numpy-core-Define-RISCV-32-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/0001-numpy-core-Define-RISCV-32-support.patch for 0001-numpy-core-Define-RISCV-32-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for fix_reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Searching for boost-math-disable-pch-for-gcc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch for fix_reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch for boost-math-disable-pch-for-gcc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Searching for 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch for 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for 0001-BUG-Use-large-file-fallocate-on-32-bit-linux-platfor.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/0001-BUG-Use-large-file-fallocate-on-32-bit-linux-platfor.patch for 0001-BUG-Use-large-file-fallocate-on-32-bit-linux-platfor.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Searching for 0001-dont-setup-compiler-flags-m32-m64.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-1.83.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch for 0001-dont-setup-compiler-flags-m32-m64.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb:1: including xorg-driver-input.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb: Searching for 0001-docs-do-not-build-efisecdb-manpage.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar-38+39+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar-38+39+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar-38+39+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar-38+39+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/0001-docs-do-not-build-efisecdb-manpage.patch for 0001-docs-do-not-build-efisecdb-manpage.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict-0.13.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-xmltodict/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb: Searching for 0001-docs-do-not-build-efisecdb-manpage.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar-38+39+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar-38+39+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar-38+39+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar-38+39+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar-38+39+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar/0001-docs-do-not-build-efisecdb-manpage.patch for 0001-docs-do-not-build-efisecdb-manpage.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_45.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Fix-DATADIRNAME-on-uclibc-Linux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Fix-DATADIRNAME-on-uclibc-Linux.patch for 0001-Fix-DATADIRNAME-on-uclibc-Linux.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch for 0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch for 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0010-Do-not-hardcode-python-path-into-various-tools.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0010-Do-not-hardcode-python-path-into-various-tools.patch for 0010-Do-not-hardcode-python-path-into-various-tools.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Set-host_machine-correctly-when-building-with-mingw3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Set-host_machine-correctly-when-building-with-mingw3.patch for 0001-Set-host_machine-correctly-when-building-with-mingw3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Do-not-write-bindir-into-pkg-config-files.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Do-not-write-bindir-into-pkg-config-files.patch for 0001-Do-not-write-bindir-into-pkg-config-files.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-meson-Run-atomics-test-on-clang-as-well.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-meson-Run-atomics-test-on-clang-as-well.patch for 0001-meson-Run-atomics-test-on-clang-as-well.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch for 0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for native-gtkdoc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/native-gtkdoc.patch for native-gtkdoc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb:1: including grub2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub2.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub2.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub2.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub2.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb:3: including conf/image-uefi.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb:42)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Fix-DATADIRNAME-on-uclibc-Linux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Fix-DATADIRNAME-on-uclibc-Linux.patch for 0001-Fix-DATADIRNAME-on-uclibc-Linux.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch for 0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch for 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0010-Do-not-hardcode-python-path-into-various-tools.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0010-Do-not-hardcode-python-path-into-various-tools.patch for 0010-Do-not-hardcode-python-path-into-various-tools.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch for 0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Set-host_machine-correctly-when-building-with-mingw3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Set-host_machine-correctly-when-building-with-mingw3.patch for 0001-Set-host_machine-correctly-when-building-with-mingw3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch for 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Do-not-write-bindir-into-pkg-config-files.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0003-ltmain.in-Add-missing-sysroot-to-library-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Do-not-write-bindir-into-pkg-config-files.patch for 0001-Do-not-write-bindir-into-pkg-config-files.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch for 0003-ltmain.in-Add-missing-sysroot-to-library-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-meson-Run-atomics-test-on-clang-as-well.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-meson-Run-atomics-test-on-clang-as-well.patch for 0001-meson-Run-atomics-test-on-clang-as-well.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch for 0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch for 0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch for 0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for native-gtkdoc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/dont-depend-on-help2man.patch for dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/native-gtkdoc.patch for native-gtkdoc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0003-libtool.m4-Cleanup-sysroot-trailing.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for relocate-modules.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0003-libtool.m4-Cleanup-sysroot-trailing.patch for 0003-libtool.m4-Cleanup-sysroot-trailing.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch for relocate-modules.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0006-libtool.m4-Handle-as-a-sysroot-correctly.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0006-libtool.m4-Handle-as-a-sysroot-correctly.patch for 0006-libtool.m4-Handle-as-a-sysroot-correctly.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch for 0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for nohardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/nohardcodepaths.patch for nohardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0007-libtool-Fix-support-for-NIOS2-processor.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch for 0007-libtool-Fix-support-for-NIOS2-processor.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0008-libtool-Check-for-static-libs-for-internal-compiler-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch for 0008-libtool-Check-for-static-libs-for-internal-compiler-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch for 0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0010-Makefile.am-make-sure-autoheader-run-before-automake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0010-Makefile.am-make-sure-autoheader-run-before-automake.patch for 0010-Makefile.am-make-sure-autoheader-run-before-automake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch for 0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch for 0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for 0001-ltmain.in-Parse-additional-clang-options.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0001-ltmain.in-Parse-additional-clang-options.patch for 0001-ltmain.in-Parse-additional-clang-options.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Searching for fixinstall.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/fixinstall.patch for fixinstall.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Fix-DATADIRNAME-on-uclibc-Linux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Fix-DATADIRNAME-on-uclibc-Linux.patch for 0001-Fix-DATADIRNAME-on-uclibc-Linux.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch for 0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch for 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0010-Do-not-hardcode-python-path-into-various-tools.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0010-Do-not-hardcode-python-path-into-various-tools.patch for 0010-Do-not-hardcode-python-path-into-various-tools.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Set-host_machine-correctly-when-building-with-mingw3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Set-host_machine-correctly-when-building-with-mingw3.patch for 0001-Set-host_machine-correctly-when-building-with-mingw3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-Do-not-write-bindir-into-pkg-config-files.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-Do-not-write-bindir-into-pkg-config-files.patch for 0001-Do-not-write-bindir-into-pkg-config-files.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-meson-Run-atomics-test-on-clang-as-well.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-meson-Run-atomics-test-on-clang-as-well.patch for 0001-meson-Run-atomics-test-on-clang-as-well.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for 0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch for 0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Searching for native-gtkdoc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.78.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0/native-gtkdoc.patch for native-gtkdoc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb: Searching for dropbear_rsa_host_key in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/dropbear_rsa_host_key for dropbear_rsa_host_key\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb: Searching for openssh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh for openssh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Searching for 0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch for 0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Searching for 0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch for 0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-serialgetty.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-serialgetty.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-serialgetty.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-serialgetty.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Searching for 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch for 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Searching for autogen.sh-exclude-pc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/autogen.sh-exclude-pc.patch for autogen.sh-exclude-pc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Searching for grub-module-explicitly-keeps-symbole-.module_license.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/grub-module-explicitly-keeps-symbole-.module_license.patch for grub-module-explicitly-keeps-symbole-.module_license.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Searching for 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch for 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Searching for 0001-RISC-V-Restore-the-typcast-to-long.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-RISC-V-Restore-the-typcast-to-long.patch for 0001-RISC-V-Restore-the-typcast-to-long.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Searching for cfg in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/cfg for cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-efi_2.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: Searching for obsolete_automake_macros.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/obsolete_automake_macros.patch for obsolete_automake_macros.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: Searching for time_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification-0.12/time_t.patch for time_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb: Searching for devtool-test-long-filename.tar.gz in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/devtool-test-long-filename.tar.gz for devtool-test-long-filename.tar.gz\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb: Searching for 0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-long-filename/0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch for 0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Searching for xinetd.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/xinetd.init for xinetd.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Searching for xinetd.default in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/xinetd.default for xinetd.default\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Searching for xinetd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd-2.3.15.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd/xinetd.service for xinetd.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Searching for dt-doc-validate in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-doc-validate for dt-doc-validate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Searching for dt-mk-schema in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-mk-schema for dt-mk-schema\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Searching for dt-validate in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-validate for dt-validate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Searching for dt-doc-validate in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-doc-validate for dt-doc-validate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Searching for dt-mk-schema in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-mk-schema for dt-mk-schema\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Searching for dt-validate in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-validate for dt-validate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Searching for dt-doc-validate in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-doc-validate for dt-doc-validate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Searching for dt-mk-schema in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-mk-schema for dt-mk-schema\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Searching for dt-validate in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper-2021.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-validate for dt-validate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb: Searching for 99_resolvconf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf-1.92/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf-1.92/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf-1.92/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf-1.92/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf-1.92/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/99_resolvconf for 99_resolvconf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb: Searching for 0001-avoid-using-m-option-for-readlink.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf-1.92/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf-1.92/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf-1.92/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf-1.92/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf-1.92/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch for 0001-avoid-using-m-option-for-readlink.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Searching for default in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/default for default\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Searching for rng-tools.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools/rng-tools.service for rng-tools.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch for 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for 0001-numpy-core-Define-RISCV-32-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/0001-numpy-core-Define-RISCV-32-support.patch for 0001-numpy-core-Define-RISCV-32-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for fix_reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch for fix_reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for 0001-BUG-Use-large-file-fallocate-on-32-bit-linux-platfor.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/0001-BUG-Use-large-file-fallocate-on-32-bit-linux-platfor.patch for 0001-BUG-Use-large-file-fallocate-on-32-bit-linux-platfor.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch for 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for 0001-numpy-core-Define-RISCV-32-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/0001-numpy-core-Define-RISCV-32-support.patch for 0001-numpy-core-Define-RISCV-32-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for fix_reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch for fix_reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Searching for 0001-BUG-Use-large-file-fallocate-on-32-bit-linux-platfor.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy/0001-BUG-Use-large-file-fallocate-on-32-bit-linux-platfor.patch for 0001-BUG-Use-large-file-fallocate-on-32-bit-linux-platfor.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Searching for gnu-configize.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb: Searching for init-install.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/gnu-configize.in for gnu-configize.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/init-install.sh for init-install.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Searching for gnu-configize.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/gnu-configize.in for gnu-configize.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Searching for gnu-configize.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config-20231127+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config/gnu-configize.in for gnu-configize.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb:1: including cmake.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Searching for 0001-Add-a-possibility-to-specify-where-python-modules-ar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch for 0001-Add-a-possibility-to-specify-where-python-modules-ar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Searching for 0001-Add-a-possibility-to-specify-where-python-modules-ar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch for 0001-Add-a-possibility-to-specify-where-python-modules-ar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/signing-keys.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/signing-keys.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Searching for 0001-Add-a-possibility-to-specify-where-python-modules-ar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools-6.5.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch for 0001-Add-a-possibility-to-specify-where-python-modules-ar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0002-update-ca-certificates-use-SYSROOT.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch for 0002-update-ca-certificates-use-SYSROOT.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch for 0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for default-sysroot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch for default-sysroot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0003-update-ca-certificates-use-relative-symlinks-from-ET.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch for 0003-update-ca-certificates-use-relative-symlinks-from-ET.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch for 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/signing-keys.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/signing-keys.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0002-update-ca-certificates-use-SYSROOT.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch for 0002-update-ca-certificates-use-SYSROOT.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch for 0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/signing-keys.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/signing-keys.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for default-sysroot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch for default-sysroot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0003-update-ca-certificates-use-relative-symlinks-from-ET.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch for 0003-update-ca-certificates-use-relative-symlinks-from-ET.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch for 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:1: including xorg-driver-input.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0002-update-ca-certificates-use-SYSROOT.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch for 0002-update-ca-certificates-use-SYSROOT.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch for 0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for default-sysroot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch for default-sysroot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0003-update-ca-certificates-use-relative-symlinks-from-ET.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch for 0003-update-ca-certificates-use-relative-symlinks-from-ET.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Searching for 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates-20211016/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch for 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb:4: including go-1.20.13.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: Searching for nomandate.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc-4.8.30/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc-4.8.30/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc-4.8.30/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc-4.8.30/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc-4.8.30/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/files/nomandate.patch for nomandate.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Searching for 0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch for 0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Searching for 0003-viv-fb-Make-sure-config.h-is-included.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-viv-fb-Make-sure-config.h-is-included.patch for 0003-viv-fb-Make-sure-config.h-is-included.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Searching for 0002-ssaparse-enhance-SSA-text-lines-parsing.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-ssaparse-enhance-SSA-text-lines-parsing.patch for 0002-ssaparse-enhance-SSA-text-lines-parsing.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:10: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Searching for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Searching for 0002-help-meson.build-disable-the-use-of-yelp.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch for 0002-help-meson.build-disable-the-use-of-yelp.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Searching for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Searching for migrator.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Searching for 0003-ld-add-soname-to-shareable-objects.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/migrator.patch for migrator.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch for 0003-ld-add-soname-to-shareable-objects.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Searching for distributor.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-45.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Searching for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_45.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/files/distributor.patch for distributor.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Searching for 0005-cmd-dist-separate-host-and-target-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch for 0005-cmd-dist-separate-host-and-target-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Searching for 0006-cmd-go-make-GOROOT-precious-by-default.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch for 0006-cmd-go-make-GOROOT-precious-by-default.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Searching for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-do-not-write-linker-flags-into-buildids.patch for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Searching for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Searching for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb:1: including gitunpackoffline.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c-0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Searching for OEToolchainConfig.cmake in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake for OEToolchainConfig.cmake\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Searching for SDKToolchainConfig.cmake.template in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/SDKToolchainConfig.cmake.template for SDKToolchainConfig.cmake.template\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Searching for cmake-setup.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/cmake-setup.py for cmake-setup.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Searching for environment.d-cmake.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/environment.d-cmake.sh for environment.d-cmake.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_253.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:2: including gcc-cross.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:17: including gcc-configure-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb: Searching for main.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf/main.conf for main.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb:179)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb: Searching for 50-sato.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato-1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato-1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato-1/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/50-sato.conf for 50-sato.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Searching for 0001-Fix-man-page-installation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/0001-Fix-man-page-installation.patch for 0001-Fix-man-page-installation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Searching for 0001-Fix-man-page-installation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons-4.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons-4.6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons-4.6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons-4.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons-4.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons/0001-Fix-man-page-installation.patch for 0001-Fix-man-page-installation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch for dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch for dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Searching for add-with-bisonlocaledir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/add-with-bisonlocaledir.patch for add-with-bisonlocaledir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1-4.19.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch for dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Searching for add-with-bisonlocaledir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/add-with-bisonlocaledir.patch for add-with-bisonlocaledir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Searching for add-with-bisonlocaledir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison-3.8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison/add-with-bisonlocaledir.patch for add-with-bisonlocaledir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb: Searching for 0001-libc-compat.h-add-musl-workaround.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2-6.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2-6.7.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2-6.7.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2-6.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2-6.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch for 0001-libc-compat.h-add-musl-workaround.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Searching for test_binary_search.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/test_binary_search.py for test_binary_search.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Searching for test_rle.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/test_rle.py for test_rle.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb:2: including systemtap_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:7: including systemtap_git.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:10: including lttng-platforms.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Searching for test_binary_search.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/test_binary_search.py for test_binary_search.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Searching for test_rle.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/test_rle.py for test_rle.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Searching for test_binary_search.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/test_binary_search.py for test_binary_search.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Searching for test_rle.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.92.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis/test_rle.py for test_rle.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb: Searching for configure.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils-3.10.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils-3.10.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils-3.10.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils-3.10.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils-3.10.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils/configure.patch for configure.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Searching for 0001-setup.py-move-pytest-runner-to-test_requirements.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch for 0001-setup.py-move-pytest-runner-to-test_requirements.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Searching for 0001-setup.py-move-pytest-runner-to-test_requirements.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch for 0001-setup.py-move-pytest-runner-to-test_requirements.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Searching for 0001-setup.py-move-pytest-runner-to-test_requirements.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator-0.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-rfc3986-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch for 0001-setup.py-move-pytest-runner-to-test_requirements.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm_9.65.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm_9.65.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm_9.65.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm_9.65.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for no-gen-libmath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/no-gen-libmath.patch for no-gen-libmath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for libmath.h in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/libmath.h for libmath.h\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for 0001-dc-fix-exit-code-of-q-command.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/0001-dc-fix-exit-code-of-q-command.patch for 0001-dc-fix-exit-code-of-q-command.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz-5.4.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz-5.4.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz-5.4.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz-5.4.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz-5.4.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for no-gen-libmath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/no-gen-libmath.patch for no-gen-libmath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for libmath.h in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/libmath.h for libmath.h\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for 0001-dc-fix-exit-code-of-q-command.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/0001-dc-fix-exit-code-of-q-command.patch for 0001-dc-fix-exit-code-of-q-command.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for no-gen-libmath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/no-gen-libmath.patch for no-gen-libmath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for libmath.h in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/libmath.h for libmath.h\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for 0001-dc-fix-exit-code-of-q-command.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/0001-dc-fix-exit-code-of-q-command.patch for 0001-dc-fix-exit-code-of-q-command.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc-1.07.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb: Searching for no-gtk1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame-3.100/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame-3.100/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame-3.100/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame-3.100/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame-3.100/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame/no-gtk1.patch for no-gtk1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Searching for makefile-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/makefile-fix.patch for makefile-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Searching for libacpi_fix_for_x32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/libacpi_fix_for_x32.patch for libacpi_fix_for_x32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Searching for use_correct_strip_in_cross_environment.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch for use_correct_strip_in_cross_environment.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch2_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch2_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Searching for ldflags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/ldflags.patch for ldflags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Searching for 0001-libacpi-Fix-build-witth-fno-commom.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi-0.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/libacpi_0.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/libacpi/files/0001-libacpi-Fix-build-witth-fno-commom.patch for 0001-libacpi-Fix-build-witth-fno-commom.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/devupstream.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: Searching for fcntl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota-4.09/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota-4.09/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota-4.09/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota-4.09/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota-4.09/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota/fcntl.patch for fcntl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb: Searching for modutils.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/files/modutils.sh for modutils.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm_9.65.bb: Searching for wiper.sh-fix-stat-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm-9.65/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm-9.65/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm-9.65/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm-9.65/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm-9.65/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-Do-not-let-configure-write-a-python-location-into-th.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm_9.65.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/hdparm/hdparm/wiper.sh-fix-stat-path.patch for wiper.sh-fix-stat-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Do-not-let-configure-write-a-python-location-into-th.patch for 0001-Do-not-let-configure-write-a-python-location-into-th.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-Install-python-modules-to-correct-library-dir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch for 0001-Install-python-modules-to-correct-library-dir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch for 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch for 0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-prerelease-datestamp-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-prerelease-datestamp-fixes.patch for 0001-prerelease-datestamp-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch for 0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch for 0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch for 0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-improve-reproducibility-for-c-compiling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-improve-reproducibility-for-c-compiling.patch for 0001-improve-reproducibility-for-c-compiling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-staprun-address-ncurses-6.3-failures.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-address-ncurses-6.3-failures.patch for 0001-staprun-address-ncurses-6.3-failures.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-Do-not-let-configure-write-a-python-location-into-th.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Do-not-let-configure-write-a-python-location-into-th.patch for 0001-Do-not-let-configure-write-a-python-location-into-th.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-Install-python-modules-to-correct-library-dir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch for 0001-Install-python-modules-to-correct-library-dir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch for 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch for 0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-prerelease-datestamp-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-prerelease-datestamp-fixes.patch for 0001-prerelease-datestamp-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch for 0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch for 0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch for 0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-improve-reproducibility-for-c-compiling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-improve-reproducibility-for-c-compiling.patch for 0001-improve-reproducibility-for-c-compiling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-staprun-address-ncurses-6.3-failures.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-address-ncurses-6.3-failures.patch for 0001-staprun-address-ncurses-6.3-failures.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/jquery/jquery_3.7.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb:1: including cryptodev.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Searching for 0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch for 0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Searching for 0001-Fix-sched_stat_runtime-changed-in-linux-6.8.0-rc1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0001-Fix-sched_stat_runtime-changed-in-linux-6.8.0-rc1.patch for 0001-Fix-sched_stat_runtime-changed-in-linux-6.8.0-rc1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Searching for 0002-Fix-timer_start-changed-in-linux-6.8.0-rc1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0002-Fix-timer_start-changed-in-linux-6.8.0-rc1.patch for 0002-Fix-timer_start-changed-in-linux-6.8.0-rc1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Searching for 0003-Fix-strlcopy-removed-in-linux-6.8.0-rc1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0003-Fix-strlcopy-removed-in-linux-6.8.0-rc1.patch for 0003-Fix-strlcopy-removed-in-linux-6.8.0-rc1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Searching for 0004-Fix-btrfs_chunk-tracepoints-changed-in-linux-6.8.0-r.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0004-Fix-btrfs_chunk-tracepoints-changed-in-linux-6.8.0-r.patch for 0004-Fix-btrfs_chunk-tracepoints-changed-in-linux-6.8.0-r.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Searching for 0005-Fix-btrfs_get_extent-flags-and-compress_type-changed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0005-Fix-btrfs_get_extent-flags-and-compress_type-changed.patch for 0005-Fix-btrfs_get_extent-flags-and-compress_type-changed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Searching for 0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch for 0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb:59: including dummy-sdk-package.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/dummy-sdk-package.inc:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb: Searching for ldflags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch for ldflags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb: Searching for tcf-agent.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.init for tcf-agent.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb: Searching for tcf-agent.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent-1.8.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service for tcf-agent.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Searching for 0001-configure-Pass-LDFLAGS-to-link-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/0001-configure-Pass-LDFLAGS-to-link-tests.patch for 0001-configure-Pass-LDFLAGS-to-link-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Searching for 0001-configure-Pass-LDFLAGS-to-link-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/0001-configure-Pass-LDFLAGS-to-link-tests.patch for 0001-configure-Pass-LDFLAGS-to-link-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Searching for 0001-configure-Pass-LDFLAGS-to-link-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/0001-configure-Pass-LDFLAGS-to-link-tests.patch for 0001-configure-Pass-LDFLAGS-to-link-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/newlib/libgloss_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/newlib/libgloss_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/newlib/libgloss_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/newlib/libgloss_git.bb:1: including newlib.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dmidecode/dmidecode_3.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dmidecode/dmidecode_3.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-chardet_5.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.1.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb:1: including recipes-devtools/gcc/gcc-cross_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Searching for file1 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/file1 for file1\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Searching for file2 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:2: including gcc-cross.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/file2 for file2\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Searching for file3 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/file3 for file3\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Searching for file1 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/file1 for file1\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Searching for file2 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-localonly/file2 for file2\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:17: including gcc-configure-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:1: including quilt.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:7: including systemtap_git.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb:2: including gcc-crosssdk.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/crosssdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:2)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Adding task do_image_cpio before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0002-llvm-allow-env-override-of-exe-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/0002-llvm-allow-env-override-of-exe-path.patch for 0002-llvm-allow-env-override-of-exe-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0003-llvm-fix-include-benchmarks.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch for 0003-llvm-fix-include-benchmarks.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Searching for lua.pc.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/lua.pc.in for lua.pc.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Searching for lua.pc.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/lua.pc.in for lua.pc.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0002-llvm-allow-env-override-of-exe-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/0002-llvm-allow-env-override-of-exe-path.patch for 0002-llvm-allow-env-override-of-exe-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0003-llvm-fix-include-benchmarks.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch for 0003-llvm-fix-include-benchmarks.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Searching for lua.pc.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/lua.pc.in for lua.pc.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua-5.4.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross-canadian.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0002-llvm-allow-env-override-of-exe-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/0002-llvm-allow-env-override-of-exe-path.patch for 0002-llvm-allow-env-override-of-exe-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Searching for test.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch for 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/test.sh for test.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Searching for 0003-llvm-fix-include-benchmarks.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Searching for 0001-tests-Allow-different-output-from-mv.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch for 0003-llvm-fix-include-benchmarks.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/0001-tests-Allow-different-output-from-mv.patch for 0001-tests-Allow-different-output-from-mv.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Searching for fix-grep-3.8.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/fix-grep-3.8.patch for fix-grep-3.8.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Searching for faildiff-order.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/faildiff-order.patch for faildiff-order.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Searching for 0001-test-Fix-a-race-condition-in-merge.test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/0001-test-Fix-a-race-condition-in-merge.test.patch for 0001-test-Fix-a-race-condition-in-merge.test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/pseudo-pyc-test/pseudo-pyc-test.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/pseudo-pyc-test/pseudo-pyc-test.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4-1.9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for Makefile-missing-test-dir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/Makefile-missing-test-dir.patch for Makefile-missing-test-dir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch for 0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0002-test-regress.h-Increase-default-timeval-tolerance-50.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0002-test-regress.h-Increase-default-timeval-tolerance-50.patch for 0002-test-regress.h-Increase-default-timeval-tolerance-50.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch for 0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch for 0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for Makefile-missing-test-dir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/Makefile-missing-test-dir.patch for Makefile-missing-test-dir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch for 0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0002-test-regress.h-Increase-default-timeval-tolerance-50.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0002-test-regress.h-Increase-default-timeval-tolerance-50.patch for 0002-test-regress.h-Increase-default-timeval-tolerance-50.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch for 0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch for 0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-initramfs.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal-initramfs/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for Makefile-missing-test-dir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/Makefile-missing-test-dir.patch for Makefile-missing-test-dir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch for 0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0002-test-regress.h-Increase-default-timeval-tolerance-50.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0002-test-regress.h-Increase-default-timeval-tolerance-50.patch for 0002-test-regress.h-Increase-default-timeval-tolerance-50.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch for 0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Searching for 0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent-2.1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch for 0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Searching for 0001-xcb-proto.pc.in-reinstate-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc.in-reinstate-libdir.patch for 0001-xcb-proto.pc.in-reinstate-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Searching for 0001-Fix-install-conflict-when-enable-multilib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Fix-install-conflict-when-enable-multilib.patch for 0001-Fix-install-conflict-when-enable-multilib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb:1: including python-pycryptodome.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-pycryptodome.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb:2)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Searching for 0001-xcb-proto.pc.in-reinstate-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc.in-reinstate-libdir.patch for 0001-xcb-proto.pc.in-reinstate-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Searching for 0001-Fix-install-conflict-when-enable-multilib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Fix-install-conflict-when-enable-multilib.patch for 0001-Fix-install-conflict-when-enable-multilib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Searching for 0001-xcb-proto.pc.in-reinstate-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc.in-reinstate-libdir.patch for 0001-xcb-proto.pc.in-reinstate-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Searching for 0001-Fix-install-conflict-when-enable-multilib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Fix-install-conflict-when-enable-multilib.patch for 0001-Fix-install-conflict-when-enable-multilib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-Do-not-let-configure-write-a-python-location-into-th.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Do-not-let-configure-write-a-python-location-into-th.patch for 0001-Do-not-let-configure-write-a-python-location-into-th.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-Install-python-modules-to-correct-library-dir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch for 0001-Install-python-modules-to-correct-library-dir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch for 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch for 0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-prerelease-datestamp-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-prerelease-datestamp-fixes.patch for 0001-prerelease-datestamp-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch for 0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch for 0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch for 0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-improve-reproducibility-for-c-compiling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-improve-reproducibility-for-c-compiling.patch for 0001-improve-reproducibility-for-c-compiling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-staprun-address-ncurses-6.3-failures.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-address-ncurses-6.3-failures.patch for 0001-staprun-address-ncurses-6.3-failures.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-Do-not-let-configure-write-a-python-location-into-th.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Do-not-let-configure-write-a-python-location-into-th.patch for 0001-Do-not-let-configure-write-a-python-location-into-th.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-Install-python-modules-to-correct-library-dir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch for 0001-Install-python-modules-to-correct-library-dir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch for 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch for 0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-prerelease-datestamp-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-prerelease-datestamp-fixes.patch for 0001-prerelease-datestamp-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch for 0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch for 0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch for 0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-improve-reproducibility-for-c-compiling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-improve-reproducibility-for-c-compiling.patch for 0001-improve-reproducibility-for-c-compiling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-staprun-address-ncurses-6.3-failures.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap/0001-staprun-address-ncurses-6.3-failures.patch for 0001-staprun-address-ncurses-6.3-failures.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Searching for configure.ac in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/configure.ac for configure.ac\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Searching for Makefile.am in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/Makefile.am for Makefile.am\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Searching for configure.ac in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/configure.ac for configure.ac\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Searching for Makefile.am in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/Makefile.am for Makefile.am\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch for 0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch for 0001-pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch for 0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0003-Correctly-install-python-modules.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch for 0003-Correctly-install-python-modules.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0004-python-import.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0004-python-import.patch for 0004-python-import.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch for 0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0006-fix-build-path-issue.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch for 0006-fix-build-path-issue.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0008-do-not-auto-check-var-PYTHON.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0008-do-not-auto-check-var-PYTHON.patch for 0008-do-not-auto-check-var-PYTHON.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-use-closefrom-on-linux-and-glibc-2.34.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch for 0001-use-closefrom-on-linux-and-glibc-2.34.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-posix-io.c-Use-off_t-instead-of-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch for 0001-posix-io.c-Use-off_t-instead-of-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-autogen.sh-remove-unknown-in-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch for 0001-autogen.sh-remove-unknown-in-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb:1: including core-image-minimal.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Searching for cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff for cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch for 0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch for 0001-pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch for 0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0003-Correctly-install-python-modules.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch for 0003-Correctly-install-python-modules.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0004-python-import.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0004-python-import.patch for 0004-python-import.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch for 0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0006-fix-build-path-issue.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch for 0006-fix-build-path-issue.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0008-do-not-auto-check-var-PYTHON.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0008-do-not-auto-check-var-PYTHON.patch for 0008-do-not-auto-check-var-PYTHON.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-use-closefrom-on-linux-and-glibc-2.34.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch for 0001-use-closefrom-on-linux-and-glibc-2.34.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-posix-io.c-Use-off_t-instead-of-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch for 0001-posix-io.c-Use-off_t-instead-of-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-autogen.sh-remove-unknown-in-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch for 0001-autogen.sh-remove-unknown-in-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Searching for cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch for 0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff for cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch for 0001-pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch for 0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0003-Correctly-install-python-modules.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch for 0003-Correctly-install-python-modules.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0004-python-import.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0004-python-import.patch for 0004-python-import.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch for 0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0006-fix-build-path-issue.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch for 0006-fix-build-path-issue.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0008-do-not-auto-check-var-PYTHON.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0008-do-not-auto-check-var-PYTHON.patch for 0008-do-not-auto-check-var-PYTHON.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-use-closefrom-on-linux-and-glibc-2.34.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch for 0001-use-closefrom-on-linux-and-glibc-2.34.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-posix-io.c-Use-off_t-instead-of-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch for 0001-posix-io.c-Use-off_t-instead-of-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Searching for 0001-autogen.sh-remove-unknown-in-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme-1.23.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Searching for cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo-1.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch for 0001-autogen.sh-remove-unknown-in-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo/cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff for cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:1: including cmake.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:2)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-cargo.bbclass:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:3: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb:22: including hello-rs-crates.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-container.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-test-image.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:1: including connman.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Searching for OEToolchainConfig.cmake in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake for OEToolchainConfig.cmake\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Searching for environment.d-cmake.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/environment.d-cmake.sh for environment.d-cmake.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Searching for 0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch for 0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Searching for 0001-CMakeLists.txt-disable-USE_NGHTTP2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.27.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch for 0001-CMakeLists.txt-disable-USE_NGHTTP2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Fetching https://crates.io/api/v1/crates/figlet-rs/0.1.5/download to figlet-rs-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:2: including libgcc-initial.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial.inc:30: including libgcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for 0002-use-pkgconfig-instead-of-npth-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch for 0002-use-pkgconfig-instead-of-npth-config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for 0004-autogen.sh-fix-find-version-for-beta-checking.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/0004-autogen.sh-fix-find-version-for-beta-checking.patch for 0004-autogen.sh-fix-find-version-for-beta-checking.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for 0001-Woverride-init-is-not-needed-with-gcc-9.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch for 0001-Woverride-init-is-not-needed-with-gcc-9.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for relocate.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/relocate.patch for relocate.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial.inc:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: while parsing cargo_do_install, unable to handle non-literal command '$have_installed'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for 0002-use-pkgconfig-instead-of-npth-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch for 0002-use-pkgconfig-instead-of-npth-config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for 0004-autogen.sh-fix-find-version-for-beta-checking.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/0004-autogen.sh-fix-find-version-for-beta-checking.patch for 0004-autogen.sh-fix-find-version-for-beta-checking.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for 0001-Woverride-init-is-not-needed-with-gcc-9.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch for 0001-Woverride-init-is-not-needed-with-gcc-9.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for 0001-configure.ac-use-a-custom-value-for-the-location-of-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch for 0001-configure.ac-use-a-custom-value-for-the-location-of-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for relocate.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/relocate.patch for relocate.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for 0002-use-pkgconfig-instead-of-npth-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch for 0002-use-pkgconfig-instead-of-npth-config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for 0004-autogen.sh-fix-find-version-for-beta-checking.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/0004-autogen.sh-fix-find-version-for-beta-checking.patch for 0004-autogen.sh-fix-find-version-for-beta-checking.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Searching for 0001-Woverride-init-is-not-needed-with-gcc-9.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch for 0001-Woverride-init-is-not-needed-with-gcc-9.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/test-empty-image.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/test-empty-image/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Searching for 0001-fetch-ocsp-response-use-python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/0001-fetch-ocsp-response-use-python3.patch for 0001-fetch-ocsp-response-use-python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Searching for 0001-fetch-ocsp-response-use-python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/0001-fetch-ocsp-response-use-python3.patch for 0001-fetch-ocsp-response-use-python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Searching for 0001-fetch-ocsp-response-use-python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2-1.59.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2/0001-fetch-ocsp-response-use-python3.patch for 0001-fetch-ocsp-response-use-python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Searching for filter.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/filter.json for filter.json\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Searching for fix-install-manx.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/fix-install-manx.patch for fix-install-manx.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Searching for 0001-icu-Added-armeb-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch for 0001-icu-Added-armeb-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal-mtdutils/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Searching for filter.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/filter.json for filter.json\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Searching for fix-install-manx.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/fix-install-manx.patch for fix-install-manx.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Searching for 0001-icu-Added-armeb-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch for 0001-icu-Added-armeb-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Searching for filter.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/filter.json for filter.json\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Searching for fix-install-manx.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/fix-install-manx.patch for fix-install-manx.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Searching for 0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Searching for 0001-icu-Added-armeb-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch for 0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch for 0001-icu-Added-armeb-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Searching for 0001-connman.service-stop-systemd-resolved-when-we-use-co.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Searching for 0001-Disable-LDFLAGSICUDT-for-Linux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-74-1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch for 0001-connman.service-stop-systemd-resolved-when-we-use-co.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch for 0001-Disable-LDFLAGSICUDT-for-Linux.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Searching for connman in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/connman for connman\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Searching for no-version-scripts.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/no-version-scripts.patch for no-version-scripts.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Searching for 0001-vpn-Adding-support-for-latest-pppd-2.5.0-release.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb: Searching for setup-live in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/0001-vpn-Adding-support-for-latest-pppd-2.5.0-release.patch for 0001-vpn-Adding-support-for-latest-pppd-2.5.0-release.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/setup-live for setup-live\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Searching for 0001-src-log.c-Include-libgen.h-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-1.42/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman/0001-src-log.c-Include-libgen.h-for-basename-API.patch for 0001-src-log.c-Include-libgen.h-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/error/error.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/error/error.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:5: including qemu-native.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:1: including qemu.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Searching for neard.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/neard.in for neard.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Searching for Makefile.am-fix-parallel-issue.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch for Makefile.am-fix-parallel-issue.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Searching for Makefile.am-do-not-ship-version.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/Makefile.am-do-not-ship-version.h.patch for Makefile.am-do-not-ship-version.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Searching for 0001-Add-header-dependency-to-nciattach.o.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard-0.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard/0001-Add-header-dependency-to-nciattach.o.patch for 0001-Add-header-dependency-to-nciattach.o.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.2.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0001-linux-syslinux-support-ext2-3-4-device.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0001-linux-syslinux-support-ext2-3-4-device.patch for 0001-linux-syslinux-support-ext2-3-4-device.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0002-linux-syslinux-implement-open_ext2_fs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0002-linux-syslinux-implement-open_ext2_fs.patch for 0002-linux-syslinux-implement-open_ext2_fs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0003-linux-syslinux-implement-install_to_ext2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0003-linux-syslinux-implement-install_to_ext2.patch for 0003-linux-syslinux-implement-install_to_ext2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch for 0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0005-linux-syslinux-implement-handle_adv_on_ext.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0005-linux-syslinux-implement-handle_adv_on_ext.patch for 0005-linux-syslinux-implement-handle_adv_on_ext.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch for 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch for 0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch for 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0009-linux-syslinux-implement-install_bootblock.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0009-linux-syslinux-implement-install_bootblock.patch for 0009-linux-syslinux-implement-install_bootblock.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0010-Workaround-multiple-definition-of-symbol-errors.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0010-Workaround-multiple-definition-of-symbol-errors.patch for 0010-Workaround-multiple-definition-of-symbol-errors.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0011-install-don-t-install-obsolete-file-com32.ld.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0011-install-don-t-install-obsolete-file-com32.ld.patch for 0011-install-don-t-install-obsolete-file-com32.ld.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for powerpc_rom.bin in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0012-libinstaller-Fix-build-with-glibc-2.36.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch for 0012-libinstaller-Fix-build-with-glibc-2.36.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin for powerpc_rom.bin\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0013-remove-clean-script.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0013-remove-clean-script.patch for 0013-remove-clean-script.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0014-Fix-reproducibility-issues.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0014-Fix-reproducibility-issues.patch for 0014-Fix-reproducibility-issues.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch for 0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0003-apic-fixup-fallthrough-to-PIC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0003-apic-fixup-fallthrough-to-PIC.patch for 0003-apic-fixup-fallthrough-to-PIC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0004-configure-Add-pkg-config-handling-for-libgcrypt.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0004-configure-Add-pkg-config-handling-for-libgcrypt.patch for 0004-configure-Add-pkg-config-handling-for-libgcrypt.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0005-qemu-Do-not-include-file-if-not-exists.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0005-qemu-Do-not-include-file-if-not-exists.patch for 0005-qemu-Do-not-include-file-if-not-exists.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch for 0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0007-qemu-Determinism-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0007-qemu-Determinism-fixes.patch for 0007-qemu-Determinism-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0008-tests-meson.build-use-relative-path-to-refer-to-file.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0008-tests-meson.build-use-relative-path-to-refer-to-file.patch for 0008-tests-meson.build-use-relative-path-to-refer-to-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch for 0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch for 0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/uninative-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-nativesdk-pokysdk-linux/uninative-tarball/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch for 0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for fixedmeson.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/fixedmeson.patch for fixedmeson.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0001-vfio-container-Replace-basename-with-g_path_get_base.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0001-vfio-container-Replace-basename-with-g_path_get_base.patch for 0001-vfio-container-Replace-basename-with-g_path_get_base.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for no-pip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/no-pip.patch for no-pip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for fix_segv.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0001-linux-syslinux-support-ext2-3-4-device.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/fix_segv.patch for fix_segv.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for qemu-guest-agent.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0001-linux-syslinux-support-ext2-3-4-device.patch for 0001-linux-syslinux-support-ext2-3-4-device.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.init for qemu-guest-agent.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0002-linux-syslinux-implement-open_ext2_fs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for qemu-guest-agent.udev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0002-linux-syslinux-implement-open_ext2_fs.patch for 0002-linux-syslinux-implement-open_ext2_fs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.udev for qemu-guest-agent.udev\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0003-linux-syslinux-implement-install_to_ext2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0003-linux-syslinux-implement-install_to_ext2.patch for 0003-linux-syslinux-implement-install_to_ext2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch for 0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Searching for 0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch for 0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch for 0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0005-linux-syslinux-implement-handle_adv_on_ext.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0005-linux-syslinux-implement-handle_adv_on_ext.patch for 0005-linux-syslinux-implement-handle_adv_on_ext.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch for 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch for 0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch for 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0009-linux-syslinux-implement-install_bootblock.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0009-linux-syslinux-implement-install_bootblock.patch for 0009-linux-syslinux-implement-install_bootblock.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0010-Workaround-multiple-definition-of-symbol-errors.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0010-Workaround-multiple-definition-of-symbol-errors.patch for 0010-Workaround-multiple-definition-of-symbol-errors.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0011-install-don-t-install-obsolete-file-com32.ld.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0011-install-don-t-install-obsolete-file-com32.ld.patch for 0011-install-don-t-install-obsolete-file-com32.ld.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0012-libinstaller-Fix-build-with-glibc-2.36.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch for 0012-libinstaller-Fix-build-with-glibc-2.36.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb:6: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0013-remove-clean-script.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0013-remove-clean-script.patch for 0013-remove-clean-script.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0014-Fix-reproducibility-issues.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0014-Fix-reproducibility-issues.patch for 0014-Fix-reproducibility-issues.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0001-linux-syslinux-support-ext2-3-4-device.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0001-linux-syslinux-support-ext2-3-4-device.patch for 0001-linux-syslinux-support-ext2-3-4-device.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0002-linux-syslinux-implement-open_ext2_fs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0002-linux-syslinux-implement-open_ext2_fs.patch for 0002-linux-syslinux-implement-open_ext2_fs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0003-linux-syslinux-implement-install_to_ext2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0003-linux-syslinux-implement-install_to_ext2.patch for 0003-linux-syslinux-implement-install_to_ext2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch for 0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0005-linux-syslinux-implement-handle_adv_on_ext.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0005-linux-syslinux-implement-handle_adv_on_ext.patch for 0005-linux-syslinux-implement-handle_adv_on_ext.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch for 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Searching for 0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-1.3.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-1.3.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch for 0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch for 0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Searching for 0001-Do-not-add-library-path-to-avoid-host-contamination.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-1.3.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-1.3.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch for 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch for 0001-Do-not-add-library-path-to-avoid-host-contamination.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0009-linux-syslinux-implement-install_bootblock.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0009-linux-syslinux-implement-install_bootblock.patch for 0009-linux-syslinux-implement-install_bootblock.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0010-Workaround-multiple-definition-of-symbol-errors.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0010-Workaround-multiple-definition-of-symbol-errors.patch for 0010-Workaround-multiple-definition-of-symbol-errors.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0011-install-don-t-install-obsolete-file-com32.ld.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0011-install-don-t-install-obsolete-file-com32.ld.patch for 0011-install-don-t-install-obsolete-file-com32.ld.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0012-libinstaller-Fix-build-with-glibc-2.36.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch for 0012-libinstaller-Fix-build-with-glibc-2.36.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0013-remove-clean-script.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0013-remove-clean-script.patch for 0013-remove-clean-script.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Searching for 0014-Fix-reproducibility-issues.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux-6.04-pre2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/syslinux/syslinux/0014-Fix-reproducibility-issues.patch for 0014-Fix-reproducibility-issues.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb:9: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb:1: including xorg-driver-input.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for 0001-configure-Prune-PIE-flags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/0001-configure-Prune-PIE-flags.patch for 0001-configure-Prune-PIE-flags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for glibc238.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/glibc238.patch for glibc238.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for fallback-passwd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/fallback-passwd for fallback-passwd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for fallback-group in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb:2: including gcc-cross-canadian.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/fallback-group for fallback-group\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for older-glibc-symbols.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/older-glibc-symbols.patch for older-glibc-symbols.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross-canadian.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian.inc:10: including gcc-configure-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for 0001-configure-Prune-PIE-flags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/0001-configure-Prune-PIE-flags.patch for 0001-configure-Prune-PIE-flags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Searching for configure.ac in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for glibc238.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/glibc238.patch for glibc238.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/configure.ac for configure.ac\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for fallback-passwd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Searching for Makefile.am in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/fallback-passwd for fallback-passwd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/Makefile.am for Makefile.am\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for fallback-group in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2-1.0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/fallback-group for fallback-group\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for older-glibc-symbols.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/older-glibc-symbols.patch for older-glibc-symbols.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb: Searching for pong-clock-no-flicker.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pong-clock/pong-clock/pong-clock-no-flicker.c for pong-clock-no-flicker.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for 0001-configure-Prune-PIE-flags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb: Searching for init-install-testfs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/0001-configure-Prune-PIE-flags.patch for 0001-configure-Prune-PIE-flags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/init-install-testfs.sh for init-install-testfs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for glibc238.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/glibc238.patch for glibc238.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for fallback-passwd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/fallback-passwd for fallback-passwd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Searching for fallback-group in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo-1.9.0+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/files/fallback-group for fallback-group\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb:1: including xcb-util.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb:1: including acpid.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:115)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:169)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb:15: including dummy-sdk-package.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/dummy-sdk-package.inc:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb: Searching for qemu-oe-bridge-helper.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper/qemu-oe-bridge-helper.c for qemu-oe-bridge-helper.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:6: including recipes-kernel/linux/cve-exclusion.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:7: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb:1: including go-1.20.13.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb:2: including go-target.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Searching for acpid.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/acpid.service for acpid.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Searching for 0001-Replace-stat64-with-stat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid-2.0.34/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid/0001-Replace-stat64-with-stat.patch for 0001-Replace-stat64-with-stat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/acpid/acpid_2.0.34.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Searching for xserver-nodm in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm for xserver-nodm\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs-23.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Searching for Xserver in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/Xserver for Xserver\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Searching for X11 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/X11 for X11\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Searching for gplv2-license.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/gplv2-license.patch for gplv2-license.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Searching for xserver-nodm.service.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.service.in for xserver-nodm.service.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Searching for xserver-nodm.conf.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in for xserver-nodm.conf.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Searching for capability.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init/capability.conf for capability.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb:1: including gdb-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb:2: including gdb-cross-canadian.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross-canadian.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian.inc:2)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian.inc:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb:3: including gdb.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Searching for 0001-Greet-OE-Core.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs-0.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs-0.1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs-0.1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs-0.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs-0.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-extended/hello-rs/hello-rs/0001-Greet-OE-Core.patch for 0001-Greet-OE-Core.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Searching for file1 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/file1 for file1\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Searching for file2 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/file2 for file2\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Searching for file3 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/file3 for file3\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Searching for file1 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/file1 for file1\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Searching for file2 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-local/file2 for file2\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb:1: including recipes-core/meta/buildtools-tarball.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:52)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-toolchain.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/meta-toolchain/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for program_prefix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/program_prefix.patch for program_prefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for autoreconf-exclude.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/autoreconf-exclude.patch for autoreconf-exclude.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for remove-usr-local-lib-from-m4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:53)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch for remove-usr-local-lib-from-m4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for preferbash.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/preferbash.patch for preferbash.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:54)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for autotest-automake-result-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/autotest-automake-result-format.patch for autotest-automake-result-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for man-host-perl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/man-host-perl.patch for man-host-perl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for program_prefix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/program_prefix.patch for program_prefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for autoreconf-exclude.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/autoreconf-exclude.patch for autoreconf-exclude.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for remove-usr-local-lib-from-m4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch for remove-usr-local-lib-from-m4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for preferbash.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/preferbash.patch for preferbash.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for autotest-automake-result-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/autotest-automake-result-format.patch for autotest-automake-result-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for man-host-perl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/man-host-perl.patch for man-host-perl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for no-man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/no-man.patch for no-man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for program_prefix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/program_prefix.patch for program_prefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for autoreconf-exclude.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/autoreconf-exclude.patch for autoreconf-exclude.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for remove-usr-local-lib-from-m4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch for remove-usr-local-lib-from-m4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Searching for 0001-packlib.c-support-dictionary-byte-order-dependent.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for preferbash.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch for 0001-packlib.c-support-dictionary-byte-order-dependent.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/preferbash.patch for preferbash.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for autotest-automake-result-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Searching for 0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/autotest-automake-result-format.patch for autotest-automake-result-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch for 0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Searching for man-host-perl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf-2.72e/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Searching for 0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf/man-host-perl.patch for man-host-perl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch for 0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Searching for 0003-Dont-disable-libreadline.a-when-using-disable-static.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0003-ld-add-soname-to-shareable-objects.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0003-Dont-disable-libreadline.a-when-using-disable-static.patch for 0003-Dont-disable-libreadline.a-when-using-disable-static.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch for 0003-ld-add-soname-to-shareable-objects.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Searching for 0004-use-asm-sgidefs.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0004-use-asm-sgidefs.h.patch for 0004-use-asm-sgidefs.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0005-cmd-dist-separate-host-and-target-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Searching for 0005-Change-order-of-CFLAGS.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch for 0005-cmd-dist-separate-host-and-target-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0005-Change-order-of-CFLAGS.patch for 0005-Change-order-of-CFLAGS.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0006-cmd-go-make-GOROOT-precious-by-default.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Searching for 0006-resolve-restrict-keyword-conflict.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch for 0006-cmd-go-make-GOROOT-precious-by-default.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0006-resolve-restrict-keyword-conflict.patch for 0006-resolve-restrict-keyword-conflict.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-do-not-write-linker-flags-into-buildids.patch for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Searching for 0007-Fix-invalid-sigprocmask-call.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0007-Fix-invalid-sigprocmask-call.patch for 0007-Fix-invalid-sigprocmask-call.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Searching for 0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.14.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.14.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.14.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Searching for 0001-packlib.c-support-dictionary-byte-order-dependent.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch for 0001-packlib.c-support-dictionary-byte-order-dependent.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.14.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.14.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Searching for 0001-packlib.c-support-dictionary-byte-order-dependent.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib-2.9.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch for 0001-packlib.c-support-dictionary-byte-order-dependent.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0003-ld-add-soname-to-shareable-objects.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch for 0003-ld-add-soname-to-shareable-objects.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0005-cmd-dist-separate-host-and-target-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch for 0005-cmd-dist-separate-host-and-target-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0006-cmd-go-make-GOROOT-precious-by-default.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch for 0006-cmd-go-make-GOROOT-precious-by-default.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-do-not-write-linker-flags-into-buildids.patch for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Searching for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Searching for 0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch for 0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Searching for 0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch for 0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-extended-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-nativesdk-pokysdk-linux/buildtools-extended-tarball/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Searching for 0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps-0.1.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps/0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch for 0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Searching for 0001-cmake-disable-building-external-dependencies.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch for 0001-cmake-disable-building-external-dependencies.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Searching for 0002-libshaderc_util-fix-glslang-header-file-location.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch for 0002-libshaderc_util-fix-glslang-header-file-location.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Searching for 0001-CMakeLists.txt-drop-OSDependent-OGLCompiler-from-lis.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/0001-CMakeLists.txt-drop-OSDependent-OGLCompiler-from-lis.patch for 0001-CMakeLists.txt-drop-OSDependent-OGLCompiler-from-lis.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Searching for 0001-cmake-disable-building-external-dependencies.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch for 0001-cmake-disable-building-external-dependencies.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Searching for 0002-libshaderc_util-fix-glslang-header-file-location.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch for 0002-libshaderc_util-fix-glslang-header-file-location.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Searching for 0001-CMakeLists.txt-drop-OSDependent-OGLCompiler-from-lis.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/0001-CMakeLists.txt-drop-OSDependent-OGLCompiler-from-lis.patch for 0001-CMakeLists.txt-drop-OSDependent-OGLCompiler-from-lis.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:52)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:53)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:54)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb: Searching for 0001-CMakeLists.txt-do-not-run-cross-binary.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty-2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty-2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty-2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty-2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty-2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty/0001-CMakeLists.txt-do-not-run-cross-binary.patch for 0001-CMakeLists.txt-do-not-run-cross-binary.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Searching for 0001-cmake-disable-building-external-dependencies.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch for 0001-cmake-disable-building-external-dependencies.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for remove-usr-local-lib-from-m4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Searching for 0002-libshaderc_util-fix-glslang-header-file-location.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click-8.1.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/remove-usr-local-lib-from-m4.patch for remove-usr-local-lib-from-m4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch for 0002-libshaderc_util-fix-glslang-header-file-location.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click_8.1.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-click/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for 0001-local.mk-fix-cross-compiling-problem.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Searching for 0001-CMakeLists.txt-drop-OSDependent-OGLCompiler-from-lis.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc-2023.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/0001-local.mk-fix-cross-compiling-problem.patch for 0001-local.mk-fix-cross-compiling-problem.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for 0001-posixtm-pacify-clang-18.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/files/0001-CMakeLists.txt-drop-OSDependent-OGLCompiler-from-lis.patch for 0001-CMakeLists.txt-drop-OSDependent-OGLCompiler-from-lis.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/0001-posixtm-pacify-clang-18.patch for 0001-posixtm-pacify-clang-18.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:16: including lttng-platforms.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for remove-usr-local-lib-from-m4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/remove-usr-local-lib-from-m4.patch for remove-usr-local-lib-from-m4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for 0001-local.mk-fix-cross-compiling-problem.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/0001-local.mk-fix-cross-compiling-problem.patch for 0001-local.mk-fix-cross-compiling-problem.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for 0001-posixtm-pacify-clang-18.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/0001-posixtm-pacify-clang-18.patch for 0001-posixtm-pacify-clang-18.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-configure.in.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-configure.in.patch for 0001-configure.in.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0002-tcl.m4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0002-tcl.m4.patch for 0002-tcl.m4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-expect-install-scripts-without-using-the-fixline1-tc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch for 0001-expect-install-scripts-without-using-the-fixline1-tc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-Resolve-string-formatting-issues.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch for 0001-Resolve-string-formatting-issues.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch for 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch for 0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-fixline1-fix-line-1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-fixline1-fix-line-1.patch for 0001-fixline1-fix-line-1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-Add-prototype-to-function-definitions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-Add-prototype-to-function-definitions.patch for 0001-Add-prototype-to-function-definitions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for remove-usr-local-lib-from-m4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/remove-usr-local-lib-from-m4.patch for remove-usr-local-lib-from-m4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for 0001-local.mk-fix-cross-compiling-problem.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/0001-local.mk-fix-cross-compiling-problem.patch for 0001-local.mk-fix-cross-compiling-problem.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for 0001-posixtm-pacify-clang-18.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/0001-posixtm-pacify-clang-18.patch for 0001-posixtm-pacify-clang-18.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-isodate_0.6.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-configure.in.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-configure.in.patch for 0001-configure.in.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0002-tcl.m4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0002-tcl.m4.patch for 0002-tcl.m4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-expect-install-scripts-without-using-the-fixline1-tc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch for 0001-expect-install-scripts-without-using-the-fixline1-tc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-Resolve-string-formatting-issues.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch for 0001-Resolve-string-formatting-issues.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch for 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch for 0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-fixline1-fix-line-1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-fixline1-fix-line-1.patch for 0001-fixline1-fix-line-1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-Add-prototype-to-function-definitions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-Add-prototype-to-function-definitions.patch for 0001-Add-prototype-to-function-definitions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-configure.in.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-configure.in.patch for 0001-configure.in.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0002-tcl.m4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0002-tcl.m4.patch for 0002-tcl.m4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-expect-install-scripts-without-using-the-fixline1-tc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-nativesdk-pokysdk-linux/buildtools-tarball/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch for 0001-expect-install-scripts-without-using-the-fixline1-tc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-Resolve-string-formatting-issues.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch for 0001-Resolve-string-formatting-issues.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch for 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch for 0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-fixline1-fix-line-1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-fixline1-fix-line-1.patch for 0001-fixline1-fix-line-1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for 0001-Add-prototype-to-function-definitions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/0001-Add-prototype-to-function-definitions.patch for 0001-Add-prototype-to-function-definitions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect-5.45.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account_0.1.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account_0.1.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/devupstream.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Searching for 0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch for 0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Searching for 0001-lttng-ust-common-link-with-liburcu-explicitly.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch for 0001-lttng-ust-common-link-with-liburcu-explicitly.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Searching for 0001-Makefile.am-update-rpath-link.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust-2.13.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch for 0001-Makefile.am-update-rpath-link.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb:6: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Searching for opengl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/opengl.patch for opengl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Searching for opengl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/opengl.patch for opengl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Searching for opengl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.38/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3/opengl.patch for opengl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm-1.23/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/files/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch for 0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch for 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0003-ltmain.in-Add-missing-sysroot-to-library-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch for 0003-ltmain.in-Add-missing-sysroot-to-library-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch for 0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch for 0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/dont-depend-on-help2man.patch for dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0003-libtool.m4-Cleanup-sysroot-trailing.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0003-libtool.m4-Cleanup-sysroot-trailing.patch for 0003-libtool.m4-Cleanup-sysroot-trailing.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0006-libtool.m4-Handle-as-a-sysroot-correctly.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0006-libtool.m4-Handle-as-a-sysroot-correctly.patch for 0006-libtool.m4-Handle-as-a-sysroot-correctly.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for nohardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/nohardcodepaths.patch for nohardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0007-libtool-Fix-support-for-NIOS2-processor.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch for 0007-libtool-Fix-support-for-NIOS2-processor.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0008-libtool-Check-for-static-libs-for-internal-compiler-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch for 0008-libtool-Check-for-static-libs-for-internal-compiler-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch for 0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0010-Makefile.am-make-sure-autoheader-run-before-automake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0010-Makefile.am-make-sure-autoheader-run-before-automake.patch for 0010-Makefile.am-make-sure-autoheader-run-before-automake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch for 0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch for 0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Searching for 0001-ltmain.in-Parse-additional-clang-options.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0001-ltmain.in-Parse-additional-clang-options.patch for 0001-ltmain.in-Parse-additional-clang-options.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/x264/x264_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/x264/x264_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/x264/x264_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/x264/x264_git.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/x264/x264_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/x264/x264_git.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/x264/x264_git.bb: Skipping x264: Has a restricted license 'commercial' which is not listed in your LICENSE_FLAGS_ACCEPTED.\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb: Searching for 0001-Don-t-set-uid-gid-during-install.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-3.01/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-3.01/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-3.01/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-3.01/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/0001-Don-t-set-uid-gid-during-install.patch for 0001-Don-t-set-uid-gid-during-install.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb: Searching for riscv64-linux-gcc.rul in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-3.01/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-3.01/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-3.01/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-3.01/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/riscv64-linux-gcc.rul for riscv64-linux-gcc.rul\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Searching for 0001-stdlib-Add-strlcat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/0001-stdlib-Add-strlcat.patch for 0001-stdlib-Add-strlcat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Searching for 0002-Add-debug-prefix-map-option.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/0002-Add-debug-prefix-map-option.patch for 0002-Add-debug-prefix-map-option.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Searching for 0001-stdlib-Add-strlcat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/0001-stdlib-Add-strlcat.patch for 0001-stdlib-Add-strlcat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Searching for 0002-Add-debug-prefix-map-option.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm-2.16.01/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm/0002-Add-debug-prefix-map-option.patch for 0002-Add-debug-prefix-map-option.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Searching for standarddoc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch for standarddoc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:1: including xcb-util.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Unset-need_charset_alias-when-building-for-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch for 0001-Unset-need_charset_alias-when-building-for-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0002-Fix-segfault-with-mangled-rename-patch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0002-Fix-segfault-with-mangled-rename-patch.patch for 0002-Fix-segfault-with-mangled-rename-patch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch for 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch for 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Fix-swapping-fake-lines-in-pch_swap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Fix-swapping-fake-lines-in-pch_swap.patch for 0001-Fix-swapping-fake-lines-in-pch_swap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for CVE-2019-13636.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/CVE-2019-13636.patch for CVE-2019-13636.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Searching for standarddoc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Invoke-ed-directly-instead-of-using-the-shell.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Invoke-ed-directly-instead-of-using-the-shell.patch for 0001-Invoke-ed-directly-instead-of-using-the-shell.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch for standarddoc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch for 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch for 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for CVE-2019-20633.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/CVE-2019-20633.patch for CVE-2019-20633.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Searching for standarddoc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath-0.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch for standarddoc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Unset-need_charset_alias-when-building-for-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch for 0001-Unset-need_charset_alias-when-building-for-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0002-Fix-segfault-with-mangled-rename-patch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0002-Fix-segfault-with-mangled-rename-patch.patch for 0002-Fix-segfault-with-mangled-rename-patch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch for 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch for 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Fix-swapping-fake-lines-in-pch_swap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:1: including glibc-mtrace.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Fix-swapping-fake-lines-in-pch_swap.patch for 0001-Fix-swapping-fake-lines-in-pch_swap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for CVE-2019-13636.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace.inc:1: including glibc-collateral.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/CVE-2019-13636.patch for CVE-2019-13636.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Invoke-ed-directly-instead-of-using-the-shell.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Invoke-ed-directly-instead-of-using-the-shell.patch for 0001-Invoke-ed-directly-instead-of-using-the-shell.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch for 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch for 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for CVE-2019-20633.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/CVE-2019-20633.patch for CVE-2019-20633.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Unset-need_charset_alias-when-building-for-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch for 0001-Unset-need_charset_alias-when-building-for-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0002-Fix-segfault-with-mangled-rename-patch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0002-Fix-segfault-with-mangled-rename-patch.patch for 0002-Fix-segfault-with-mangled-rename-patch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch for 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch for 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Fix-swapping-fake-lines-in-pch_swap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Fix-swapping-fake-lines-in-pch_swap.patch for 0001-Fix-swapping-fake-lines-in-pch_swap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for CVE-2019-13636.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshd_config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/CVE-2019-13636.patch for CVE-2019-13636.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshd_config for sshd_config\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Invoke-ed-directly-instead-of-using-the-shell.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for ssh_config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Invoke-ed-directly-instead-of-using-the-shell.patch for 0001-Invoke-ed-directly-instead-of-using-the-shell.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/ssh_config for ssh_config\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch for 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshd.service for sshd.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch for 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshd.socket in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Searching for CVE-2019-20633.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch-2.7.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshd.socket for sshd.socket\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch/CVE-2019-20633.patch for CVE-2019-20633.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshd@.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshd@.service for sshd@.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshdgenkeys.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service for sshdgenkeys.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for volatiles.99_sshd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd for volatiles.99_sshd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for fix-potential-signed-overflow-in-pointer-arithmatic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch for fix-potential-signed-overflow-in-pointer-arithmatic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshd_check_keys in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshd_check_keys for sshd_check_keys\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for add-test-support-for-busybox.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/add-test-support-for-busybox.patch for add-test-support-for-busybox.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for 0001-regress-banner.sh-log-input-and-output-files-on-erro.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch for 0001-regress-banner.sh-log-input-and-output-files-on-erro.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for 0001-systemd-Add-optional-support-for-systemd-sd_notify.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch for 0001-systemd-Add-optional-support-for-systemd-sd_notify.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshd_config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshd_config for sshd_config\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for ssh_config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/ssh_config for ssh_config\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshd.service for sshd.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshd.socket in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshd.socket for sshd.socket\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshd@.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshd@.service for sshd@.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshdgenkeys.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service for sshdgenkeys.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for volatiles.99_sshd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd for volatiles.99_sshd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for fix-potential-signed-overflow-in-pointer-arithmatic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch for fix-potential-signed-overflow-in-pointer-arithmatic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for sshd_check_keys in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/sshd_check_keys for sshd_check_keys\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for add-test-support-for-busybox.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/add-test-support-for-busybox.patch for add-test-support-for-busybox.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for 0001-regress-banner.sh-log-input-and-output-files-on-erro.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch for 0001-regress-banner.sh-log-input-and-output-files-on-erro.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Searching for 0001-systemd-Add-optional-support-for-systemd-sd_notify.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.5p1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch for 0001-systemd-Add-optional-support-for-systemd-sd_notify.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for exec in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/exec for exec\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for nfsrootfs in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/nfsrootfs for nfsrootfs\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for rootfs in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/rootfs for rootfs\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for finish in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/finish for finish\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for mdev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/mdev for mdev\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for udev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/udev for udev\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for e2fs in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/e2fs for e2fs\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for debug in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/debug for debug\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for lvm in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/lvm for lvm\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Searching for overlayroot in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-framework/overlayroot for overlayroot\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl-0.34/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl-0.34/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl-0.34/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl-0.34/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl-0.34/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl-0.34/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl-0.34/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl-0.34/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl-0.34/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Searching for 0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch for 0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Searching for 0002-avoid-including-sys-poll.h-directly.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-avoid-including-sys-poll.h-directly.patch for 0002-avoid-including-sys-poll.h-directly.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Searching for 0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch for 0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-obstack.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-obstack.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-obstack.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-obstack.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-obstack.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-obstack.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-obstack.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-obstack.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb:9: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account_0.1.bb: Searching for system-xuser.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account-0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account-0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account-0.1/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/xuser-account_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/user-creation/files/system-xuser.conf for system-xuser.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libc-test_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libc-test_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libc-test_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libc-test_git.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libc-test_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Searching for 0001-Remove-OOM-tests-from-runtest-mm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch for 0001-Remove-OOM-tests-from-runtest-mm.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Searching for disable_hanging_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch for disable_hanging_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Searching for 0001-testcases-kernel-syscalls-fcntl-define-_LARGEFILE64_.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20230929/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/0001-testcases-kernel-syscalls-fcntl-define-_LARGEFILE64_.patch for 0001-testcases-kernel-syscalls-fcntl-define-_LARGEFILE64_.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Searching for 0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch for 0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Searching for acinclude.m4 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/acinclude.m4 for acinclude.m4\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Searching for 0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch for 0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Searching for acinclude.m4 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/acinclude.m4 for acinclude.m4\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Searching for 0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch for 0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl-2.46/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Searching for acinclude.m4 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop-1.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop/acinclude.m4 for acinclude.m4\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzop/lzop_1.04.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:2: including gcc-runtime.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: including gcc-configure-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:274: including gcc-testsuite.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-testsuite.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:55)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Searching for configurehack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/configurehack.patch for configurehack.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Searching for configurehack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/configurehack.patch for configurehack.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:1: including findutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Searching for configurehack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive/configurehack.patch for configurehack.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Searching for Add-target-to-only-build-tests-not-run-them.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch for Add-target-to-only-build-tests-not-run-them.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest-all.bb:9: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Searching for check-header-files-of-openssl-only-if-enable_.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch for check-header-files-of-openssl-only-if-enable_.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Searching for Add-target-to-only-build-tests-not-run-them.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch for Add-target-to-only-build-tests-not-run-them.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Searching for check-header-files-of-openssl-only-if-enable_.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch for check-header-files-of-openssl-only-if-enable_.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Searching for Add-target-to-only-build-tests-not-run-them.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch for Add-target-to-only-build-tests-not-run-them.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Searching for check-header-files-of-openssl-only-if-enable_.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle-3.9.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch for check-header-files-of-openssl-only-if-enable_.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Searching for 0001-Use-memcpy-instead-of-reinventing-it.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch for 0001-Use-memcpy-instead-of-reinventing-it.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Searching for 0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch for 0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Searching for 0001-Use-memcpy-instead-of-reinventing-it.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch for 0001-Use-memcpy-instead-of-reinventing-it.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Searching for 0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch for 0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Searching for 0001-Use-memcpy-instead-of-reinventing-it.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch for 0001-Use-memcpy-instead-of-reinventing-it.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Searching for 0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch for 0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lzo/lzo_2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.14.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Searching for 0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch for 0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Searching for 0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch for 0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Searching for 0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb-1.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb/0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch for 0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Searching for avoid-check-user-break-cc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch for avoid-check-user-break-cc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb: Searching for matchbox-session in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session-0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session-0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session/matchbox-session for matchbox-session\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace-1.5.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace-1.5.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace-1.5.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace-1.5.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace-1.5.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb:1: including core-image-minimal.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Searching for avoid-check-user-break-cc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat-1.66/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch for avoid-check-user-break-cc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Adding task do_image_cpio before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.9.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb:20: including python3-maturin-crates.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pyo3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pyo3.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb:1: including xorg-driver-input.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for install.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/install.patch for install.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for crypt-lib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch for crypt-lib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for pidof-add-m-option.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/pidof-add-m-option.patch for pidof-add-m-option.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for realpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/realpath.patch for realpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for 0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch for 0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for sysvinit_remove_linux_fs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/sysvinit_remove_linux_fs.patch for sysvinit_remove_linux_fs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for rcS-default in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/rcS-default for rcS-default\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for rc in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/rc for rc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for rcS in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pyo3.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/rcS for rcS\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for bootlogd.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/bootlogd.init for bootlogd.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for 01_bootlogd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/01_bootlogd for 01_bootlogd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Searching for 0001-hddown-include-libgen.h-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-3.04/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit/0001-hddown-include-libgen.h-for-basename-API.patch for 0001-hddown-include-libgen.h-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-initramfs-boot.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-initramfs-boot/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Searching for 0001-meson.build-check-for-all-linux-host_os-combinations.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch for 0001-meson.build-check-for-all-linux-host_os-combinations.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Searching for 0001-meson-misdetects-64bit-atomics-on-mips-clang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch for 0001-meson-misdetects-64bit-atomics-on-mips-clang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Searching for 0001-gallium-Fix-build-with-llvm-17.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch for 0001-gallium-Fix-build-with-llvm-17.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Searching for 0001-meson.build-check-for-all-linux-host_os-combinations.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch for 0001-meson.build-check-for-all-linux-host_os-combinations.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Searching for 0001-meson-misdetects-64bit-atomics-on-mips-clang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch for 0001-meson-misdetects-64bit-atomics-on-mips-clang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Searching for 0001-gallium-Fix-build-with-llvm-17.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch for 0001-gallium-Fix-build-with-llvm-17.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal-dev.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal-dev/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Searching for 0001-meson.build-check-for-all-linux-host_os-combinations.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch for 0001-meson.build-check-for-all-linux-host_os-combinations.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Searching for 0001-meson-misdetects-64bit-atomics-on-mips-clang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch for 0001-meson-misdetects-64bit-atomics-on-mips-clang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Searching for 0001-gallium-Fix-build-with-llvm-17.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-23.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch for 0001-gallium-Fix-build-with-llvm-17.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.268.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.268.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.268.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.268.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.268.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ahash/0.8.6/download to ahash-0.8.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/aho-corasick/1.1.2/download to aho-corasick-1.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/allocator-api2/0.2.16/download to allocator-api2-0.2.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstream/0.6.4/download to anstream-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.2/download to anstyle-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.2/download to anstyle-wincon-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.1/download to anstyle-wincon-3.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/base64/0.13.1/download to base64-0.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.5/download to base64-0.21.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.1/download to bitflags-2.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/block-buffer/0.10.4/download to block-buffer-0.10.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bstr/1.8.0/download to bstr-1.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bytes/1.5.0/download to bytes-1.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bytesize/1.3.0/download to bytesize-1.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bzip2/0.4.4/download to bzip2-0.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download to bzip2-sys-0.1.11+1.0.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cab/0.4.1/download to cab-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/camino/1.1.6/download to camino-1.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-config2/0.1.16/download to cargo-config2-0.1.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-options/0.7.2/download to cargo-options-0.7.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-platform/0.1.5/download to cargo-platform-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-xwin/0.16.2/download to cargo-xwin-0.16.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-zigbuild/0.18.0/download to cargo-zigbuild-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo_metadata/0.18.1/download to cargo_metadata-0.18.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cbindgen/0.26.0/download to cbindgen-0.26.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.83/download to cc-1.0.83.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cfb/0.9.0/download to cfb-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/charset/0.1.3/download to charset-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/chumsky/0.9.3/download to chumsky-0.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap/4.3.24/download to clap-4.3.24.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.24/download to clap_builder-4.3.24.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete_command/0.5.1/download to clap_complete_command-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete_fig/4.3.1/download to clap_complete_fig-4.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete_nushell/0.1.11/download to clap_complete_nushell-0.1.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cli-table/0.4.7/download to cli-table-0.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/configparser/3.0.3/download to configparser-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/console/0.15.7/download to console-0.15.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/content_inspector/0.2.4/download to content_inspector-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation/0.9.3/download to core-foundation-0.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cpufeatures/0.2.11/download to cpufeatures-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crypto-common/0.1.6/download to crypto-common-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/data-encoding/2.5.0/download to data-encoding-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.9/download to deranged-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb: Searching for xorg.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config-0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config-0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dialoguer/0.11.0/download to dialoguer-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf for xorg.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/diff/0.1.13/download to diff-0.1.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/digest/0.10.7/download to digest-0.10.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dirs/5.0.1/download to dirs-5.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dirs-sys/0.4.1/download to dirs-sys-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dissimilar/1.0.7/download to dissimilar-1.0.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dunce/1.0.4/download to dunce-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/either/1.9.0/download to either-1.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/encode_unicode/0.3.6/download to encode_unicode-0.3.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/errno/0.3.8/download to errno-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/expect-test/1.4.1/download to expect-test-1.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fat-macho/0.4.7/download to fat-macho-0.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/filetime/0.2.22/download to filetime-0.2.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/foreign-types/0.3.2/download to foreign-types-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download to foreign-types-shared-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fs-err/2.11.0/download to fs-err-2.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/generic-array/0.14.7/download to generic-array-0.14.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/glob/0.3.1/download to glob-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/globset/0.4.14/download to globset-0.4.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/goblin/0.7.1/download to goblin-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.3/download to hashbrown-0.14.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Searching for 0001-connect-has-a-different-signature-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch for 0001-connect-has-a-different-signature-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/home/0.5.5/download to home-0.5.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/humantime/2.1.0/download to humantime-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/humantime-serde/1.1.1/download to humantime-serde-1.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/idna/0.5.0/download to idna-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ignore/0.4.20/download to ignore-0.4.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indicatif/0.17.7/download to indicatif-0.17.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indoc/2.0.4/download to indoc-2.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/instant/0.1.12/download to instant-0.1.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download to io-lifetimes-1.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/itertools/0.12.0/download to itertools-0.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/keyring/2.0.5/download to keyring-2.0.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lddtree/0.3.3/download to lddtree-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.150/download to libc-0.2.150.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/libredox/0.0.1/download to libredox-0.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/linux-keyutils/0.2.3/download to linux-keyutils-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download to linux-raw-sys-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for fix-security-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.11/download to linux-raw-sys-0.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/fix-security-format.patch for fix-security-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.11/download to lock_api-0.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2023.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 10-remove-build-date.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/10-remove-build-date.patch for 10-remove-build-date.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lzxd/0.1.4/download to lzxd-0.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for zipnote-crashes-with-segfault.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/mailparse/0.14.0/download to mailparse-0.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/zipnote-crashes-with-segfault.patch for zipnote-crashes-with-segfault.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/matchers/0.1.0/download to matchers-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0001-configure-use-correct-CPP.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0001-configure-use-correct-CPP.patch for 0001-configure-use-correct-CPP.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0002-configure-support-PIC-code-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0002-configure-support-PIC-code-build.patch for 0002-configure-support-PIC-code-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/mime/0.3.17/download to mime-0.3.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch for 0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/mime_guess/2.0.4/download to mime_guess-2.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0001-configure-Specify-correct-function-signatures-and-de.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/minijinja/1.0.10/download to minijinja-1.0.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0001-configure-Specify-correct-function-signatures-and-de.patch for 0001-configure-Specify-correct-function-signatures-and-de.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download to minimal-lexical-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0002-unix.c-Do-not-redefine-DIR-as-FILE.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0002-unix.c-Do-not-redefine-DIR-as-FILE.patch for 0002-unix.c-Do-not-redefine-DIR-as-FILE.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/msi/0.7.0/download to msi-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch for 0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/multipart/0.18.0/download to multipart-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/native-tls/0.2.11/download to native-tls-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/nom/7.1.3/download to nom-7.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/normpath/1.1.1/download to normpath-1.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/nu-ansi-term/0.46.0/download to nu-ansi-term-0.46.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/number_prefix/0.4.0/download to number_prefix-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.60/download to openssl-0.10.60.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for fix-security-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl-macros/0.1.1/download to openssl-macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/fix-security-format.patch for fix-security-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl-probe/0.1.5/download to openssl-probe-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 10-remove-build-date.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.96/download to openssl-sys-0.9.96.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/10-remove-build-date.patch for 10-remove-build-date.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/option-ext/0.2.0/download to option-ext-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for zipnote-crashes-with-segfault.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/os_pipe/1.1.4/download to os_pipe-1.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/zipnote-crashes-with-segfault.patch for zipnote-crashes-with-segfault.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/overload/0.1.1/download to overload-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0001-configure-use-correct-CPP.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0001-configure-use-correct-CPP.patch for 0001-configure-use-correct-CPP.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0002-configure-support-PIC-code-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0002-configure-support-PIC-code-build.patch for 0002-configure-support-PIC-code-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/path-slash/0.2.1/download to path-slash-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pep440_rs/0.3.12/download to pep440_rs-0.3.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch for 0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pep508_rs/0.2.3/download to pep508_rs-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0001-configure-Specify-correct-function-signatures-and-de.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.1/download to percent-encoding-2.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0001-configure-Specify-correct-function-signatures-and-de.patch for 0001-configure-Specify-correct-function-signatures-and-de.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0002-unix.c-Do-not-redefine-DIR-as-FILE.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0002-unix.c-Do-not-redefine-DIR-as-FILE.patch for 0002-unix.c-Do-not-redefine-DIR-as-FILE.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/plain/0.2.3/download to plain-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Searching for 0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/platform-info/2.0.2/download to platform-info-2.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch for 0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.5.1/download to portable-atomic-1.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pretty_assertions/1.4.0/download to pretty_assertions-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/psm/0.1.21/download to psm-0.1.21.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pyproject-toml/0.8.1/download to pyproject-toml-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/python-pkginfo/0.6.0/download to python-pkginfo-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/quoted_printable/0.4.8/download to quoted_printable-0.4.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rayon/1.8.0/download to rayon-1.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/redox_users/0.4.4/download to redox_users-0.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.1.10/download to regex-automata-0.1.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rfc2047-decoder/0.2.2/download to rfc2047-decoder-0.2.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ring/0.17.6/download to ring-0.17.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustix/0.37.27/download to rustix-0.37.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.21/download to rustix-0.38.21.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls/0.21.9/download to rustls-0.21.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pemfile/2.0.0/download to rustls-pemfile-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pki-types/1.0.0/download to rustls-pki-types-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls-webpki/0.101.7/download to rustls-webpki-0.101.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustversion/1.0.14/download to rustversion-1.0.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/schannel/0.1.22/download to schannel-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/scroll/0.11.0/download to scroll-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/scroll_derive/0.11.1/download to scroll_derive-0.11.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/sct/0.7.1/download to sct-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/security-framework/2.9.2/download to security-framework-2.9.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/security-framework-sys/2.9.1/download to security-framework-sys-2.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.20/download to semver-1.0.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/sha2/0.10.8/download to sha2-0.10.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/sharded-slab/0.1.7/download to sharded-slab-0.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/shell-words/1.1.0/download to shell-words-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/shlex/1.2.0/download to shlex-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/similar/2.3.0/download to similar-2.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/smawk/0.3.2/download to smawk-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/snapbox/0.4.14/download to snapbox-0.4.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/snapbox-macros/0.3.6/download to snapbox-macros-0.3.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/socks/0.3.4/download to socks-0.3.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/spin/0.9.8/download to spin-0.9.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/stacker/0.1.15/download to stacker-0.1.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/static_assertions/1.1.0/download to static_assertions-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.39/download to syn-2.0.39.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tar/0.4.40/download to tar-0.4.40.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/termcolor/1.4.0/download to termcolor-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/terminal_size/0.2.6/download to terminal_size-0.2.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/thread_local/1.1.7/download to thread_local-1.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml/0.5.11/download to toml-0.5.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml/0.8.8/download to toml-0.8.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.5/download to toml_datetime-0.6.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.20.7/download to toml_edit-0.20.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.21.0/download to toml_edit-0.21.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing/0.1.40/download to tracing-0.1.40.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download to tracing-attributes-0.1.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-core/0.1.32/download to tracing-core-0.1.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-log/0.2.0/download to tracing-log-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-serde/0.1.3/download to tracing-serde-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-subscriber/0.3.18/download to tracing-subscriber-0.3.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/trycmd/0.14.19/download to trycmd-0.14.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/twox-hash/1.6.3/download to twox-hash-1.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicase/2.7.0/download to unicase-2.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download to unicode-linebreak-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-width/0.1.11/download to unicode-width-0.1.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/untrusted/0.9.0/download to untrusted-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ureq/2.9.1/download to ureq-2.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/url/2.5.0/download to url-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/uuid/1.6.1/download to uuid-1.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/valuable/0.1.0/download to valuable-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/vcpkg/0.2.15/download to vcpkg-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/versions/5.0.1/download to versions-5.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/walkdir/2.4.0/download to walkdir-2.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/webpki-roots/0.25.3/download to webpki-roots-0.25.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/which/5.0.0/download to which-5.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/wild/2.2.0/download to wild-2.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.6/download to winapi-util-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.45.0/download to windows-sys-0.45.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.42.2/download to windows-targets-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download to windows_aarch64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download to windows_aarch64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download to windows_i686_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download to windows_i686_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download to windows_x86_64_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download to windows_x86_64_gnu-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.0/download to windows_x86_64_gnu-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download to windows_x86_64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download to windows_x86_64_gnullvm-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.0/download to windows_x86_64_gnullvm-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download to windows_x86_64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download to windows_x86_64_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.0/download to windows_x86_64_msvc-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.19/download to winnow-0.5.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/xattr/1.0.1/download to xattr-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/xwin/0.5.0/download to xwin-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/yansi/0.5.1/download to yansi-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy/0.7.28/download to zerocopy-0.7.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy-derive/0.7.28/download to zerocopy-derive-0.7.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zeroize/1.7.0/download to zeroize-1.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zip/0.6.6/download to zip-0.6.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Searching for init.d in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/init.d for init.d\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Searching for rpcbind.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf for rpcbind.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Searching for rpcbind_add_option_to_fix_port_number.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/rpcbind_add_option_to_fix_port_number.patch for rpcbind_add_option_to_fix_port_number.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Searching for 0001-systemd-use-EnvironmentFile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind-1.2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind/0001-systemd-use-EnvironmentFile.patch for 0001-systemd-use-EnvironmentFile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init.bb: Searching for rc.local.sample in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init/\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/tiny-init.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/tiny-init/files/rc.local.sample for rc.local.sample\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for functions in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/functions for functions\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for halt in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/halt for halt\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for umountfs in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/umountfs for umountfs\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for devpts.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/devpts.sh for devpts.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for devpts in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/devpts for devpts\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for hostname.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/hostname.sh for hostname.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for mountall.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/mountall.sh for mountall.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for banner.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/banner.sh for banner.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for bootmisc.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh for bootmisc.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for mountnfs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh for mountnfs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for reboot in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/reboot for reboot\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for checkfs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/checkfs.sh for checkfs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for single in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/single for single\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for sendsigs in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/sendsigs for sendsigs\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for urandom in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/urandom for urandom\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for rmnologin.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/rmnologin.sh for rmnologin.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for checkroot.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh for checkroot.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for umountnfs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/umountnfs.sh for umountnfs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for sysfs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/sysfs.sh for sysfs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for populate-volatile.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh for populate-volatile.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for read-only-rootfs-hook.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/read-only-rootfs-hook.sh for read-only-rootfs-hook.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb:1: including mesa.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for volatiles in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/volatiles for volatiles\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for save-rtc.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh for save-rtc.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for dmesg.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/dmesg.sh for dmesg.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Searching for logrotate-dmesg.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts-1.0/logrotate-dmesg.conf for logrotate-dmesg.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Searching for fix-parallel-build-failures.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/fix-parallel-build-failures.patch for fix-parallel-build-failures.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb:1: including grub2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub2.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Searching for fix-parallel-build-failures.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/fix-parallel-build-failures.patch for fix-parallel-build-failures.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub2.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub2.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub2.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Searching for fix-parallel-build-failures.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit-0.25.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/p11-kit/files/fix-parallel-build-failures.patch for fix-parallel-build-failures.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Adding task do_image_wic before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Searching for index.html.lighttpd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd for index.html.lighttpd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Searching for lighttpd.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/lighttpd.conf for lighttpd.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Searching for lighttpd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.73/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.73.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd/lighttpd for lighttpd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for arm_eabi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/arm_eabi.patch for arm_eabi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for 0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch for 0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-utils.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-utils.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for Add-ptest-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch for Add-ptest-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-utils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-utils.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-utils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-utils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ahash/0.8.6/download to ahash-0.8.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/aho-corasick/1.1.2/download to aho-corasick-1.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/allocator-api2/0.2.16/download to allocator-api2-0.2.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstream/0.6.4/download to anstream-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.2/download to anstyle-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for arm_eabi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/arm_eabi.patch for arm_eabi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for 0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.2/download to anstyle-wincon-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch for 0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.1/download to anstyle-wincon-3.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for Add-ptest-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch for Add-ptest-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/base64/0.13.1/download to base64-0.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.5/download to base64-0.21.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.1/download to bitflags-2.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/block-buffer/0.10.4/download to block-buffer-0.10.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bstr/1.8.0/download to bstr-1.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bytes/1.5.0/download to bytes-1.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bytesize/1.3.0/download to bytesize-1.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bzip2/0.4.4/download to bzip2-0.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download to bzip2-sys-0.1.11+1.0.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cab/0.4.1/download to cab-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/camino/1.1.6/download to camino-1.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-config2/0.1.16/download to cargo-config2-0.1.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-options/0.7.2/download to cargo-options-0.7.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-platform/0.1.5/download to cargo-platform-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-xwin/0.16.2/download to cargo-xwin-0.16.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-zigbuild/0.18.0/download to cargo-zigbuild-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo_metadata/0.18.1/download to cargo_metadata-0.18.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cbindgen/0.26.0/download to cbindgen-0.26.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for arm_eabi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.83/download to cc-1.0.83.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/arm_eabi.patch for arm_eabi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cfb/0.9.0/download to cfb-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for 0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch for 0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/charset/0.1.3/download to charset-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/chumsky/0.9.3/download to chumsky-0.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap/4.3.24/download to clap-4.3.24.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Searching for Add-ptest-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.24/download to clap_builder-4.3.24.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch for Add-ptest-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete_command/0.5.1/download to clap_complete_command-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete_fig/4.3.1/download to clap_complete_fig-4.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete_nushell/0.1.11/download to clap_complete_nushell-0.1.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cli-table/0.4.7/download to cli-table-0.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/configparser/3.0.3/download to configparser-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/console/0.15.7/download to console-0.15.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/content_inspector/0.2.4/download to content_inspector-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation/0.9.3/download to core-foundation-0.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cpufeatures/0.2.11/download to cpufeatures-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Searching for 0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crypto-common/0.1.6/download to crypto-common-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch for 0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/data-encoding/2.5.0/download to data-encoding-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.9/download to deranged-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dialoguer/0.11.0/download to dialoguer-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/diff/0.1.13/download to diff-0.1.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/digest/0.10.7/download to digest-0.10.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dirs/5.0.1/download to dirs-5.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dirs-sys/0.4.1/download to dirs-sys-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dissimilar/1.0.7/download to dissimilar-1.0.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dunce/1.0.4/download to dunce-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/either/1.9.0/download to either-1.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/encode_unicode/0.3.6/download to encode_unicode-0.3.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/errno/0.3.8/download to errno-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/expect-test/1.4.1/download to expect-test-1.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fat-macho/0.4.7/download to fat-macho-0.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/filetime/0.2.22/download to filetime-0.2.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/foreign-types/0.3.2/download to foreign-types-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Searching for 0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download to foreign-types-shared-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch for 0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fs-err/2.11.0/download to fs-err-2.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/generic-array/0.14.7/download to generic-array-0.14.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/glob/0.3.1/download to glob-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/globset/0.4.14/download to globset-0.4.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/goblin/0.7.1/download to goblin-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.3/download to hashbrown-0.14.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/home/0.5.5/download to home-0.5.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/humantime/2.1.0/download to humantime-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/humantime-serde/1.1.1/download to humantime-serde-1.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Searching for 0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman-0.42.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/idna/0.5.0/download to idna-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman/0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch for 0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ignore/0.4.20/download to ignore-0.4.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indicatif/0.17.7/download to indicatif-0.17.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indoc/2.0.4/download to indoc-2.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/instant/0.1.12/download to instant-0.1.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download to io-lifetimes-1.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/itertools/0.12.0/download to itertools-0.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/keyring/2.0.5/download to keyring-2.0.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb:3: including recipeutils-test.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lddtree/0.3.3/download to lddtree-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.150/download to libc-0.2.150.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/libredox/0.0.1/download to libredox-0.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/linux-keyutils/0.2.3/download to linux-keyutils-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download to linux-raw-sys-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.11/download to linux-raw-sys-0.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.11/download to lock_api-0.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lzxd/0.1.4/download to lzxd-0.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/mailparse/0.14.0/download to mailparse-0.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/matchers/0.1.0/download to matchers-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/mime/0.3.17/download to mime-0.3.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/mime_guess/2.0.4/download to mime_guess-2.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/minijinja/1.0.10/download to minijinja-1.0.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download to minimal-lexical-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/msi/0.7.0/download to msi-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/multipart/0.18.0/download to multipart-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/native-tls/0.2.11/download to native-tls-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/nom/7.1.3/download to nom-7.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/normpath/1.1.1/download to normpath-1.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/nu-ansi-term/0.46.0/download to nu-ansi-term-0.46.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/number_prefix/0.4.0/download to number_prefix-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool-6.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool-6.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool-6.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool-6.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool-6.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.60/download to openssl-0.10.60.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl-macros/0.1.1/download to openssl-macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool-6.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool-6.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool-6.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool-6.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool-6.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl-probe/0.1.5/download to openssl-probe-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch for avoid_parallel_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.96/download to openssl-sys-0.9.96.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/option-ext/0.2.0/download to option-ext-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/os_pipe/1.1.4/download to os_pipe-1.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/overload/0.1.1/download to overload-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/path-slash/0.2.1/download to path-slash-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pep440_rs/0.3.12/download to pep440_rs-0.3.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pep508_rs/0.2.3/download to pep508_rs-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.1/download to percent-encoding-2.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/plain/0.2.3/download to plain-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/platform-info/2.0.2/download to platform-info-2.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.5.1/download to portable-atomic-1.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pretty_assertions/1.4.0/download to pretty_assertions-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-shell-image.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/ovmf-shell-image/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/psm/0.1.21/download to psm-0.1.21.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pyproject-toml/0.8.1/download to pyproject-toml-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/python-pkginfo/0.6.0/download to python-pkginfo-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/quoted_printable/0.4.8/download to quoted_printable-0.4.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rayon/1.8.0/download to rayon-1.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/redox_users/0.4.4/download to redox_users-0.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.1.10/download to regex-automata-0.1.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rfc2047-decoder/0.2.2/download to rfc2047-decoder-0.2.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ring/0.17.6/download to ring-0.17.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustix/0.37.27/download to rustix-0.37.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.21/download to rustix-0.38.21.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls/0.21.9/download to rustls-0.21.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pemfile/2.0.0/download to rustls-pemfile-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pki-types/1.0.0/download to rustls-pki-types-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls-webpki/0.101.7/download to rustls-webpki-0.101.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustversion/1.0.14/download to rustversion-1.0.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/schannel/0.1.22/download to schannel-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/scroll/0.11.0/download to scroll-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/scroll_derive/0.11.1/download to scroll_derive-0.11.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/sct/0.7.1/download to sct-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/security-framework/2.9.2/download to security-framework-2.9.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/security-framework-sys/2.9.1/download to security-framework-sys-2.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.20/download to semver-1.0.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/sha2/0.10.8/download to sha2-0.10.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/sharded-slab/0.1.7/download to sharded-slab-0.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/shell-words/1.1.0/download to shell-words-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/shlex/1.2.0/download to shlex-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/similar/2.3.0/download to similar-2.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/smawk/0.3.2/download to smawk-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/snapbox/0.4.14/download to snapbox-0.4.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/snapbox-macros/0.3.6/download to snapbox-macros-0.3.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/socks/0.3.4/download to socks-0.3.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/spin/0.9.8/download to spin-0.9.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/stacker/0.1.15/download to stacker-0.1.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/static_assertions/1.1.0/download to static_assertions-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.39/download to syn-2.0.39.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tar/0.4.40/download to tar-0.4.40.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/termcolor/1.4.0/download to termcolor-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/terminal_size/0.2.6/download to terminal_size-0.2.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/thread_local/1.1.7/download to thread_local-1.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml/0.5.11/download to toml-0.5.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml/0.8.8/download to toml-0.8.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.5/download to toml_datetime-0.6.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.20.7/download to toml_edit-0.20.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.21.0/download to toml_edit-0.21.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing/0.1.40/download to tracing-0.1.40.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download to tracing-attributes-0.1.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-core/0.1.32/download to tracing-core-0.1.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-log/0.2.0/download to tracing-log-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-serde/0.1.3/download to tracing-serde-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-subscriber/0.3.18/download to tracing-subscriber-0.3.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/trycmd/0.14.19/download to trycmd-0.14.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/twox-hash/1.6.3/download to twox-hash-1.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicase/2.7.0/download to unicase-2.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download to unicode-linebreak-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-width/0.1.11/download to unicode-width-0.1.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/untrusted/0.9.0/download to untrusted-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ureq/2.9.1/download to ureq-2.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/url/2.5.0/download to url-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/uuid/1.6.1/download to uuid-1.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/valuable/0.1.0/download to valuable-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/vcpkg/0.2.15/download to vcpkg-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/versions/5.0.1/download to versions-5.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/walkdir/2.4.0/download to walkdir-2.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/webpki-roots/0.25.3/download to webpki-roots-0.25.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/which/5.0.0/download to which-5.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/wild/2.2.0/download to wild-2.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.6/download to winapi-util-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.45.0/download to windows-sys-0.45.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.42.2/download to windows-targets-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download to windows_aarch64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_23.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download to windows_aarch64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download to windows_i686_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download to windows_i686_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download to windows_x86_64_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download to windows_x86_64_gnu-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.0/download to windows_x86_64_gnu-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download to windows_x86_64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download to windows_x86_64_gnullvm-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.0/download to windows_x86_64_gnullvm-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download to windows_x86_64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download to windows_x86_64_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.0/download to windows_x86_64_msvc-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.19/download to winnow-0.5.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/xattr/1.0.1/download to xattr-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/xwin/0.5.0/download to xwin-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/yansi/0.5.1/download to yansi-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy/0.7.28/download to zerocopy-0.7.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy-derive/0.7.28/download to zerocopy-derive-0.7.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zeroize/1.7.0/download to zeroize-1.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zip/0.6.6/download to zip-0.6.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Searching for test.awk in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/test.awk for test.awk\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Searching for test.awk in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/wrapper/files/test.awk for test.awk\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:2: including gcc-target.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-target.inc:2: including gcc-configure-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: Searching for 0001-applets-systray-Allow-icons-to-be-smaller.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/files/0001-applets-systray-Allow-icons-to-be-smaller.patch for 0001-applets-systray-Allow-icons-to-be-smaller.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Searching for 0001-Make-player-examples-installable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples-1.18.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples-1.18.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples-1.18.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples-1.18.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples-1.18.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch for 0001-Make-player-examples-installable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Searching for gst-player.desktop in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples-1.18.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples-1.18.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples-1.18.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples-1.18.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples-1.18.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples/gst-player.desktop for gst-player.desktop\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-legacy-error.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-legacy-error.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ahash/0.8.6/download to ahash-0.8.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/aho-corasick/1.1.2/download to aho-corasick-1.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/allocator-api2/0.2.16/download to allocator-api2-0.2.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstream/0.6.4/download to anstream-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.2/download to anstyle-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Searching for posixtm.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/posixtm.c for posixtm.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.2/download to anstyle-wincon-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Searching for posixtm.h in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.1/download to anstyle-wincon-3.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch for 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/posixtm.h for posixtm.h\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for autogen.sh-exclude-pc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Searching for file_replacement_with_gplv2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/autogen.sh-exclude-pc.patch for autogen.sh-exclude-pc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for grub-module-explicitly-keeps-symbole-.module_license.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/file_replacement_with_gplv2.patch for file_replacement_with_gplv2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/base64/0.13.1/download to base64-0.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/grub-module-explicitly-keeps-symbole-.module_license.patch for grub-module-explicitly-keeps-symbole-.module_license.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.5/download to base64-0.21.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Searching for atd.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/atd.init for atd.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch for 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.1/download to bitflags-2.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for 0001-RISC-V-Restore-the-typcast-to-long.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Searching for atd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-RISC-V-Restore-the-typcast-to-long.patch for 0001-RISC-V-Restore-the-typcast-to-long.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/block-buffer/0.10.4/download to block-buffer-0.10.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/atd.service for atd.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bstr/1.8.0/download to bstr-1.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Searching for makefile-fix-parallel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/makefile-fix-parallel.patch for makefile-fix-parallel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bytes/1.5.0/download to bytes-1.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Searching for 0001-remove-glibc-assumption.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at-3.2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch for 0001-remove-glibc-assumption.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bytesize/1.3.0/download to bytesize-1.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bzip2/0.4.4/download to bzip2-0.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download to bzip2-sys-0.1.11+1.0.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cab/0.4.1/download to cab-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/camino/1.1.6/download to camino-1.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-config2/0.1.16/download to cargo-config2-0.1.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-options/0.7.2/download to cargo-options-0.7.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-platform/0.1.5/download to cargo-platform-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-xwin/0.16.2/download to cargo-xwin-0.16.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo-zigbuild/0.18.0/download to cargo-zigbuild-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cargo_metadata/0.18.1/download to cargo_metadata-0.18.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cbindgen/0.26.0/download to cbindgen-0.26.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.83/download to cc-1.0.83.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cfb/0.9.0/download to cfb-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/charset/0.1.3/download to charset-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/chumsky/0.9.3/download to chumsky-0.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap/4.3.24/download to clap-4.3.24.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.24/download to clap_builder-4.3.24.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete_command/0.5.1/download to clap_complete_command-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete_fig/4.3.1/download to clap_complete_fig-4.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete_nushell/0.1.11/download to clap_complete_nushell-0.1.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch for 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for autogen.sh-exclude-pc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cli-table/0.4.7/download to cli-table-0.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/autogen.sh-exclude-pc.patch for autogen.sh-exclude-pc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for grub-module-explicitly-keeps-symbole-.module_license.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/configparser/3.0.3/download to configparser-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/grub-module-explicitly-keeps-symbole-.module_license.patch for grub-module-explicitly-keeps-symbole-.module_license.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/console/0.15.7/download to console-0.15.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch for 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/content_inspector/0.2.4/download to content_inspector-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for 0001-RISC-V-Restore-the-typcast-to-long.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation/0.9.3/download to core-foundation-0.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-RISC-V-Restore-the-typcast-to-long.patch for 0001-RISC-V-Restore-the-typcast-to-long.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/cpufeatures/0.2.11/download to cpufeatures-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/crypto-common/0.1.6/download to crypto-common-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/data-encoding/2.5.0/download to data-encoding-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.9/download to deranged-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dialoguer/0.11.0/download to dialoguer-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/diff/0.1.13/download to diff-0.1.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/digest/0.10.7/download to digest-0.10.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dirs/5.0.1/download to dirs-5.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dirs-sys/0.4.1/download to dirs-sys-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dissimilar/1.0.7/download to dissimilar-1.0.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/dunce/1.0.4/download to dunce-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/either/1.9.0/download to either-1.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/encode_unicode/0.3.6/download to encode_unicode-0.3.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch for 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for autogen.sh-exclude-pc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/errno/0.3.8/download to errno-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/autogen.sh-exclude-pc.patch for autogen.sh-exclude-pc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/expect-test/1.4.1/download to expect-test-1.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for grub-module-explicitly-keeps-symbole-.module_license.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/grub-module-explicitly-keeps-symbole-.module_license.patch for grub-module-explicitly-keeps-symbole-.module_license.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fat-macho/0.4.7/download to fat-macho-0.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/filetime/0.2.22/download to filetime-0.2.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch for 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Searching for 0001-RISC-V-Restore-the-typcast-to-long.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/files/0001-RISC-V-Restore-the-typcast-to-long.patch for 0001-RISC-V-Restore-the-typcast-to-long.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/foreign-types/0.3.2/download to foreign-types-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download to foreign-types-shared-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub_2.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/fs-err/2.11.0/download to fs-err-2.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/generic-array/0.14.7/download to generic-array-0.14.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/glob/0.3.1/download to glob-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/globset/0.4.14/download to globset-0.4.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/goblin/0.7.1/download to goblin-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.3/download to hashbrown-0.14.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/home/0.5.5/download to home-0.5.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-native.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-native.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/humantime/2.1.0/download to humantime-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/humantime-serde/1.1.1/download to humantime-serde-1.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/idna/0.5.0/download to idna-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-native.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ignore/0.4.20/download to ignore-0.4.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indicatif/0.17.7/download to indicatif-0.17.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/indoc/2.0.4/download to indoc-2.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/instant/0.1.12/download to instant-0.1.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download to io-lifetimes-1.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/itertools/0.12.0/download to itertools-0.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/keyring/2.0.5/download to keyring-2.0.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lddtree/0.3.3/download to lddtree-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.150/download to libc-0.2.150.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/libredox/0.0.1/download to libredox-0.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/linux-keyutils/0.2.3/download to linux-keyutils-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download to linux-raw-sys-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.11/download to linux-raw-sys-0.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.11/download to lock_api-0.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/lzxd/0.1.4/download to lzxd-0.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/mailparse/0.14.0/download to mailparse-0.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/matchers/0.1.0/download to matchers-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/mime/0.3.17/download to mime-0.3.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/mime_guess/2.0.4/download to mime_guess-2.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/minijinja/1.0.10/download to minijinja-1.0.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download to minimal-lexical-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/msi/0.7.0/download to msi-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/multipart/0.18.0/download to multipart-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/native-tls/0.2.11/download to native-tls-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/nom/7.1.3/download to nom-7.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/normpath/1.1.1/download to normpath-1.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/nu-ansi-term/0.46.0/download to nu-ansi-term-0.46.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/number_prefix/0.4.0/download to number_prefix-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.60/download to openssl-0.10.60.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl-macros/0.1.1/download to openssl-macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl-probe/0.1.5/download to openssl-probe-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.96/download to openssl-sys-0.9.96.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/option-ext/0.2.0/download to option-ext-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/os_pipe/1.1.4/download to os_pipe-1.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/overload/0.1.1/download to overload-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/path-slash/0.2.1/download to path-slash-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pep440_rs/0.3.12/download to pep440_rs-0.3.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pep508_rs/0.2.3/download to pep508_rs-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.1/download to percent-encoding-2.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/plain/0.2.3/download to plain-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/platform-info/2.0.2/download to platform-info-2.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.5.1/download to portable-atomic-1.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pretty_assertions/1.4.0/download to pretty_assertions-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/psm/0.1.21/download to psm-0.1.21.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/pyproject-toml/0.8.1/download to pyproject-toml-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/python-pkginfo/0.6.0/download to python-pkginfo-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/quoted_printable/0.4.8/download to quoted_printable-0.4.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rayon/1.8.0/download to rayon-1.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Searching for somefile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/redox_users/0.4.4/download to redox_users-0.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile for somefile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Searching for anotherfile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.1.10/download to regex-automata-0.1.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile for anotherfile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rfc2047-decoder/0.2.2/download to rfc2047-decoder-0.2.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ring/0.17.6/download to ring-0.17.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustix/0.37.27/download to rustix-0.37.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.21/download to rustix-0.38.21.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls/0.21.9/download to rustls-0.21.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pemfile/2.0.0/download to rustls-pemfile-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pki-types/1.0.0/download to rustls-pki-types-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustls-webpki/0.101.7/download to rustls-webpki-0.101.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/rustversion/1.0.14/download to rustversion-1.0.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/schannel/0.1.22/download to schannel-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/scroll/0.11.0/download to scroll-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Searching for somefile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/scroll_derive/0.11.1/download to scroll_derive-0.11.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile for somefile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Searching for anotherfile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/sct/0.7.1/download to sct-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile for anotherfile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/security-framework/2.9.2/download to security-framework-2.9.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/security-framework-sys/2.9.1/download to security-framework-sys-2.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.20/download to semver-1.0.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/sha2/0.10.8/download to sha2-0.10.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/sharded-slab/0.1.7/download to sharded-slab-0.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/shell-words/1.1.0/download to shell-words-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/shlex/1.2.0/download to shlex-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/similar/2.3.0/download to similar-2.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/smawk/0.3.2/download to smawk-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/snapbox/0.4.14/download to snapbox-0.4.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Searching for somefile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/snapbox-macros/0.3.6/download to snapbox-macros-0.3.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile for somefile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/socks/0.3.4/download to socks-0.3.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Searching for anotherfile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/spin/0.9.8/download to spin-0.9.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile for anotherfile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/stacker/0.1.15/download to stacker-0.1.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/static_assertions/1.1.0/download to static_assertions-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.39/download to syn-2.0.39.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tar/0.4.40/download to tar-0.4.40.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/termcolor/1.4.0/download to termcolor-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/terminal_size/0.2.6/download to terminal_size-0.2.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/thread_local/1.1.7/download to thread_local-1.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml/0.5.11/download to toml-0.5.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml/0.8.8/download to toml-0.8.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.5/download to toml_datetime-0.6.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.20.7/download to toml_edit-0.20.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Searching for 0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.21.0/download to toml_edit-0.21.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch for 0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing/0.1.40/download to tracing-0.1.40.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Searching for watchdog.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download to tracing-attributes-0.1.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/watchdog.init for watchdog.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-core/0.1.32/download to tracing-core-0.1.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Searching for wd_keepalive.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-log/0.2.0/download to tracing-log-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/wd_keepalive.init for wd_keepalive.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-serde/0.1.3/download to tracing-serde-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Searching for 0001-wd_keepalive.service-use-run-instead-of-var-run.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/tracing-subscriber/0.3.18/download to tracing-subscriber-0.3.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-native.bb: Searching for systemctl in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/0001-wd_keepalive.service-use-run-instead-of-var-run.patch for 0001-wd_keepalive.service-use-run-instead-of-var-run.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/trycmd/0.14.19/download to trycmd-0.14.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl-native.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-systemctl/systemctl for systemctl\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Searching for 0001-shutdown-Do-not-guard-sys-quota.h-sys-swap.h-and-sys.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-5.16/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/twox-hash/1.6.3/download to twox-hash-1.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog/0001-shutdown-Do-not-guard-sys-quota.h-sys-swap.h-and-sys.patch for 0001-shutdown-Do-not-guard-sys-quota.h-sys-swap.h-and-sys.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicase/2.7.0/download to unicase-2.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog_5.16.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download to unicode-linebreak-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/unicode-width/0.1.11/download to unicode-width-0.1.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/untrusted/0.9.0/download to untrusted-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/ureq/2.9.1/download to ureq-2.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/url/2.5.0/download to url-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/uuid/1.6.1/download to uuid-1.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/valuable/0.1.0/download to valuable-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/vcpkg/0.2.15/download to vcpkg-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/versions/5.0.1/download to versions-5.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/walkdir/2.4.0/download to walkdir-2.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/webpki-roots/0.25.3/download to webpki-roots-0.25.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/which/5.0.0/download to which-5.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/wild/2.2.0/download to wild-2.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.6/download to winapi-util-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.45.0/download to windows-sys-0.45.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.42.2/download to windows-targets-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download to windows_aarch64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download to windows_aarch64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download to windows_i686_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download to windows_i686_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download to windows_x86_64_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download to windows_x86_64_gnu-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.0/download to windows_x86_64_gnu-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download to windows_x86_64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download to windows_x86_64_gnullvm-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.0/download to windows_x86_64_gnullvm-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download to windows_x86_64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download to windows_x86_64_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.0/download to windows_x86_64_msvc-0.52.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.19/download to winnow-0.5.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/xattr/1.0.1/download to xattr-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch for 0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/xwin/0.5.0/download to xwin-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-Configure-do-not-tweak-mips-cflags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/yansi/0.5.1/download to yansi-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch for 0001-Configure-do-not-tweak-mips-cflags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy/0.7.28/download to zerocopy-0.7.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-Added-handshake-history-reporting-when-test-fails.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy-derive/0.7.28/download to zerocopy-derive-0.7.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch for 0001-Added-handshake-history-reporting-when-test-fails.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zeroize/1.7.0/download to zeroize-1.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for aarch64-bti.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.4.0.bb: Fetching https://crates.io/api/v1/crates/zip/0.6.6/download to zip-0.6.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/aarch64-bti.patch for aarch64-bti.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-riscv-Fix-mispelling-of-extension-test-macro.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-riscv-Fix-mispelling-of-extension-test-macro.patch for 0001-riscv-Fix-mispelling-of-extension-test-macro.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for CVE-2023-6129.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/CVE-2023-6129.patch for CVE-2023-6129.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for environment.d-openssl.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/environment.d-openssl.sh for environment.d-openssl.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch for 0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-Configure-do-not-tweak-mips-cflags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch for 0001-Configure-do-not-tweak-mips-cflags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-Added-handshake-history-reporting-when-test-fails.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch for 0001-Added-handshake-history-reporting-when-test-fails.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for aarch64-bti.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/aarch64-bti.patch for aarch64-bti.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-riscv-Fix-mispelling-of-extension-test-macro.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-riscv-Fix-mispelling-of-extension-test-macro.patch for 0001-riscv-Fix-mispelling-of-extension-test-macro.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for CVE-2023-6129.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/CVE-2023-6129.patch for CVE-2023-6129.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch for 0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-Configure-do-not-tweak-mips-cflags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch for 0001-Configure-do-not-tweak-mips-cflags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-Added-handshake-history-reporting-when-test-fails.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch for 0001-Added-handshake-history-reporting-when-test-fails.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for aarch64-bti.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/aarch64-bti.patch for aarch64-bti.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for 0001-riscv-Fix-mispelling-of-extension-test-macro.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/0001-riscv-Fix-mispelling-of-extension-test-macro.patch for 0001-riscv-Fix-mispelling-of-extension-test-macro.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Searching for CVE-2023-6129.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl/CVE-2023-6129.patch for CVE-2023-6129.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Searching for icecc-create-env in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env for icecc-create-env\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb: Searching for 0001-testpatch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Searching for icecc-create-env in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitrepotest/gitrepotest/0001-testpatch.patch for 0001-testpatch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env for icecc-create-env\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Searching for icecc-create-env in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env for icecc-create-env\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-dummy.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-dummy.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-dummy.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-dummy.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-dummy.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-dummy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-dummy.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan_build.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan_build.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan_build.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Searching for pkg-config-esdk.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-esdk.in for pkg-config-esdk.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Searching for pkg-config-native.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in for pkg-config-native.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Searching for 0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch for 0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Searching for pkg-config-esdk.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-esdk.in for pkg-config-esdk.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Searching for pkg-config-native.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in for pkg-config-native.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Searching for 0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch for 0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Searching for pkg-config-esdk.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-esdk.in for pkg-config-esdk.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Searching for pkg-config-native.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in for pkg-config-native.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Searching for 0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig-0.29.2+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch for 0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/postinst/postinst_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/postinst/postinst_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/postinst/postinst_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/postinst/postinst_1.0.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb:58)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb: Searching for template.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py for template.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb: Searching for COPYING in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/COPYING for COPYING\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross-canadian.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:1: including pulseaudio.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: Searching for vfolders/ in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop-2.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop-2.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop-2.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop-2.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop-2.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/files/vfolders/ for vfolders/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Searching for 0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch for 0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Searching for 0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch for 0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Searching for 0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess-0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess/0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch for 0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Searching for iptables.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/iptables.service for iptables.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Searching for iptables.rules in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/iptables.rules for iptables.rules\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Searching for ip6tables.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/ip6tables.service for ip6tables.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Searching for ip6tables.rules in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/ip6tables.rules for ip6tables.rules\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Searching for 0001-configure-Add-option-to-enable-disable-libnfnetlink.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/0001-configure-Add-option-to-enable-disable-libnfnetlink.patch for 0001-configure-Add-option-to-enable-disable-libnfnetlink.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Searching for 0002-iptables-xshared.h-add-missing-sys.types.h-include.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/0002-iptables-xshared.h-add-missing-sys.types.h-include.patch for 0002-iptables-xshared.h-add-missing-sys.types.h-include.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Searching for 0004-configure.ac-only-check-conntrack-when-libnfnetlink-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables-1.8.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables/0004-configure.ac-only-check-conntrack-when-libnfnetlink-.patch for 0004-configure.ac-only-check-conntrack-when-libnfnetlink-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.31.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Searching for groff-not-search-fonts-on-build-host.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch for groff-not-search-fonts-on-build-host.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Searching for 0001-Make-manpages-mulitlib-identical.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch for 0001-Make-manpages-mulitlib-identical.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Searching for 0001-build-Fix-Savannah-64681-webpage.ps-deps.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/0001-build-Fix-Savannah-64681-webpage.ps-deps.patch for 0001-build-Fix-Savannah-64681-webpage.ps-deps.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Searching for 0001-build-meintro_fr.ps-depends-on-tbl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/0001-build-meintro_fr.ps-depends-on-tbl.patch for 0001-build-meintro_fr.ps-depends-on-tbl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Searching for groff-not-search-fonts-on-build-host.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch for groff-not-search-fonts-on-build-host.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Searching for 0001-Make-manpages-mulitlib-identical.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch for 0001-Make-manpages-mulitlib-identical.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Searching for 0001-build-Fix-Savannah-64681-webpage.ps-deps.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Searching for 0001-xxhash.h-Fix-build-with-gcc-12.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/0001-build-Fix-Savannah-64681-webpage.ps-deps.patch for 0001-build-Fix-Savannah-64681-webpage.ps-deps.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch for 0001-xxhash.h-Fix-build-with-gcc-12.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Searching for 0001-build-meintro_fr.ps-depends-on-tbl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff-1.23.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/files/0001-build-meintro_fr.ps-depends-on-tbl.patch for 0001-build-meintro_fr.ps-depends-on-tbl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config.bb: Searching for watchdog.default in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/watchdog.default for watchdog.default\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config.bb: Searching for watchdog.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/watchdog/watchdog-config/watchdog.conf for watchdog.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Searching for conf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/conf.patch for conf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Searching for named.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/named.service for named.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Searching for bind9 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/bind9 for bind9\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Searching for generate-rndc-key.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/generate-rndc-key.sh for generate-rndc-key.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Searching for make-etc-initd-bind-stop-work.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch for make-etc-initd-bind-stop-work.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Searching for init.d-add-support-for-read-only-rootfs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch for init.d-add-support-for-read-only-rootfs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Searching for bind-ensure-searching-for-json-headers-searches-sysr.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch for bind-ensure-searching-for-json-headers-searches-sysr.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Searching for 0001-named-lwresd-V-and-start-log-hide-build-options.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch for 0001-named-lwresd-V-and-start-log-hide-build-options.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Searching for 0001-avoid-start-failure-with-bind-user.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch for 0001-avoid-start-failure-with-bind-user.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.21.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Searching for 0001-client-conf-Add-allow-autospawn-for-root.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch for 0001-client-conf-Add-allow-autospawn-for-root.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Searching for 0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch for 0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Searching for volatiles.04_pulse in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse for volatiles.04_pulse\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Searching for 0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio-17.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch for 0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bin_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for fix-doc-mandir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb: Searching for init-install.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/fix-doc-mandir.patch for fix-doc-mandir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/init-install.sh for init-install.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for 0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch for 0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libucontext_1.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libucontext_1.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libucontext_1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libucontext_1.2.bb:52)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libucontext_1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libucontext_1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libucontext_1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libucontext_1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/libucontext_1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for fix-doc-mandir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/fix-doc-mandir.patch for fix-doc-mandir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for 0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch for 0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for fix-doc-mandir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/fix-doc-mandir.patch for fix-doc-mandir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for 0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch for 0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted-3.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/parted/parted_3.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:9: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Searching for 0001-Add-a-shutdown-group.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/0001-Add-a-shutdown-group.patch for 0001-Add-a-shutdown-group.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Searching for 0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch for 0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Searching for 0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch for 0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Searching for 0004-Add-an-input-group-for-the-dev-input-devices.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/0004-Add-an-input-group-for-the-dev-input-devices.patch for 0004-Add-an-input-group-for-the-dev-input-devices.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Searching for 0005-Add-kvm-group.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/0005-Add-kvm-group.patch for 0005-Add-kvm-group.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Searching for 0007-Add-wheel-group.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch for 0007-Add-wheel-group.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Searching for 0001-base-passwd-Add-the-sgx-group.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd-3.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd/0001-base-passwd-Add-the-sgx-group.patch for 0001-base-passwd-Add-the-sgx-group.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb:19: including python3-cryptography-crates.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools3_rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pyo3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools3_rust.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pyo3.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pyo3.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools3_rust.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for installscript.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/installscript.sh for installscript.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for selftest-replaceme-orig in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-orig for selftest-replaceme-orig\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for selftest-replaceme-todir in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-todir for selftest-replaceme-todir\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for file1 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Searching for 0001-vulkan-samples-Fix-reproducibility-issue.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/file1 for file1\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/0001-vulkan-samples-Fix-reproducibility-issue.patch for 0001-vulkan-samples-Fix-reproducibility-issue.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl-2.30/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl-2.30/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl-2.30/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl-2.30/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for add-file.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Searching for 0001-Do-not-use-LFS64-functions-on-linux-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/add-file.patch for add-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/0001-Do-not-use-LFS64-functions-on-linux-musl.patch for 0001-Do-not-use-LFS64-functions-on-linux-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for subdir in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Searching for 0001-Deprecate-u8string_view.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/subdir for subdir\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/0001-Deprecate-u8string_view.patch for 0001-Deprecate-u8string_view.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for selftest-replaceme-inst-globfile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Searching for 32bit.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples-git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-globfile for selftest-replaceme-inst-globfile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-samples/32bit.patch for 32bit.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for selftest-replaceme-inst-todir-globfile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-todir-globfile for selftest-replaceme-inst-todir-globfile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for selftest-replaceme-inst-func in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-func for selftest-replaceme-inst-func\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl-2.30/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl-2.30/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl-2.30/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl-2.30/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl-2.30/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libtimedate-perl_2.30.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/scons.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/scons.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/Inflector/0.11.4/download to Inflector-0.11.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/aliasable/0.1.3/download to aliasable-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/asn1/0.15.2/download to asn1-0.15.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/asn1_derive/0.15.2/download to asn1_derive-0.15.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/base64/0.13.1/download to base64-0.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.1/download to bitflags-2.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/foreign-types/0.3.2/download to foreign-types-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download to foreign-types-shared-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/indoc/1.0.9/download to indoc-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.144/download to libc-0.2.144.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.9/download to lock_api-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.8.0/download to memoffset-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.17.2/download to once_cell-1.17.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.60/download to openssl-0.10.60.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/openssl-macros/0.1.1/download to openssl-macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.96/download to openssl-sys-0.9.96.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/ouroboros/0.15.6/download to ouroboros-0.15.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/ouroboros_macro/0.15.6/download to ouroboros_macro-0.15.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.7/download to parking_lot_core-0.9.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pem/1.1.1/download to pem-1.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.64/download to proc-macro2-1.0.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.18.3/download to pyo3-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.18.3/download to pyo3-build-config-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.18.3/download to pyo3-ffi-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.18.3/download to pyo3-macros-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.18.3/download to pyo3-macros-backend-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Searching for 0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.28/download to quote-1.0.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.2.16/download to redox_syscall-0.2.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch for 0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/scopeguard/1.1.0/download to scopeguard-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.10.0/download to smallvec-1.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.18/download to syn-2.0.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.7/download to target-lexicon-0.12.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.9/download to unicode-ident-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/unindent/0.1.11/download to unindent-0.1.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/vcpkg/0.2.15/download to vcpkg-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.45.0/download to windows-sys-0.45.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.42.2/download to windows-targets-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download to windows_aarch64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download to windows_aarch64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download to windows_i686_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download to windows_i686_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download to windows_x86_64_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download to windows_x86_64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download to windows_x86_64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Searching for 0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch for 0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Searching for 0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make-4.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make/0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch for 0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Searching for automake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/automake.patch for automake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Searching for automake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which-2.21/automake.patch for automake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb: Searching for devtool-test-ignored.tar.gz in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.tar.gz for devtool-test-ignored.tar.gz\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb: Searching for devtool-test-ignored.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch for devtool-test-ignored.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl-0.4234/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb:1: including recipes-core/meta/buildtools-tarball.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Adding task do_image_cpio before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:52)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:53)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:54)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Searching for 0001-xxhash.h-Fix-build-with-gcc-12.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch for 0001-xxhash.h-Fix-build-with-gcc-12.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Searching for 0001-xxhash.h-Fix-build-with-gcc-12.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache-4.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch for 0001-xxhash.h-Fix-build-with-gcc-12.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/Inflector/0.11.4/download to Inflector-0.11.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/aliasable/0.1.3/download to aliasable-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/asn1/0.15.2/download to asn1-0.15.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/asn1_derive/0.15.2/download to asn1_derive-0.15.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/base64/0.13.1/download to base64-0.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.1/download to bitflags-2.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/foreign-types/0.3.2/download to foreign-types-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download to foreign-types-shared-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/indoc/1.0.9/download to indoc-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.144/download to libc-0.2.144.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.9/download to lock_api-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.8.0/download to memoffset-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.17.2/download to once_cell-1.17.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.60/download to openssl-0.10.60.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/openssl-macros/0.1.1/download to openssl-macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.96/download to openssl-sys-0.9.96.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/ouroboros/0.15.6/download to ouroboros-0.15.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/ouroboros_macro/0.15.6/download to ouroboros_macro-0.15.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-make-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-nativesdk-pokysdk-linux/buildtools-make-tarball/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.7/download to parking_lot_core-0.9.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pem/1.1.1/download to pem-1.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.64/download to proc-macro2-1.0.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.18.3/download to pyo3-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.18.3/download to pyo3-build-config-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.18.3/download to pyo3-ffi-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.18.3/download to pyo3-macros-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.18.3/download to pyo3-macros-backend-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.28/download to quote-1.0.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.2.16/download to redox_syscall-0.2.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/scopeguard/1.1.0/download to scopeguard-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.10.0/download to smallvec-1.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.18/download to syn-2.0.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.7/download to target-lexicon-0.12.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.9/download to unicode-ident-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/unindent/0.1.11/download to unindent-0.1.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/vcpkg/0.2.15/download to vcpkg-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.45.0/download to windows-sys-0.45.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.42.2/download to windows-targets-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download to windows_aarch64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download to windows_aarch64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download to windows_i686_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download to windows_i686_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download to windows_x86_64_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download to windows_x86_64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download to windows_x86_64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Searching for configure-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch for configure-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Searching for parallel-make.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch for parallel-make.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Searching for makefile-docdir-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch for makefile-docdir-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Searching for dynamicloader-linking.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/dynamicloader-linking.patch for dynamicloader-linking.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Searching for disable-so-versioning.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil-0.9.3/disable-so-versioning.patch for disable-so-versioning.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:8: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for norpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/norpath.patch for norpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for env.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/env.patch for env.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for 0002-SConstruct-Fix-path-quoting-for-.def-generator.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/0002-SConstruct-Fix-path-quoting-for-.def-generator.patch for 0002-SConstruct-Fix-path-quoting-for-.def-generator.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for 0003-gen_def.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/0003-gen_def.patch for 0003-gen_def.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch for SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for norpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/norpath.patch for norpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for env.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/env.patch for env.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for 0002-SConstruct-Fix-path-quoting-for-.def-generator.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/0002-SConstruct-Fix-path-quoting-for-.def-generator.patch for 0002-SConstruct-Fix-path-quoting-for-.def-generator.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for 0003-gen_def.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/0003-gen_def.patch for 0003-gen_def.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch for SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for norpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/norpath.patch for norpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for env.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/env.patch for env.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for 0002-SConstruct-Fix-path-quoting-for-.def-generator.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/0002-SConstruct-Fix-path-quoting-for-.def-generator.patch for 0002-SConstruct-Fix-path-quoting-for-.def-generator.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for 0003-gen_def.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/0003-gen_def.patch for 0003-gen_def.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Searching for SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf-1.3.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf_1.3.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/serf/serf/SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch for SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Searching for 0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch for 0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Searching for reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch for reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Searching for 0d3344e17d258106617b0e6d783d073b188a2548.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/0d3344e17d258106617b0e6d783d073b188a2548.patch for 0d3344e17d258106617b0e6d783d073b188a2548.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Searching for 0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch for 0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Searching for no-musttail-arm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.42.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/no-musttail-arm.patch for no-musttail-arm.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:2: including gcc-sanitizers.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers.inc:1: including gcc-configure-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb: Searching for 0001-arcam_av.c-Include-missing-string.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins-1.2.7.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins-1.2.7.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins-1.2.7.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins-1.2.7.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins-1.2.7.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam_av.c-Include-missing-string.h.patch for 0001-arcam_av.c-Include-missing-string.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/logging-test/logging-test.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/logging-test/logging-test.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Searching for mtools-makeinfo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch for mtools-makeinfo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Searching for clang_UNUSED.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch for clang_UNUSED.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Searching for 99_network in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/99_network for 99_network\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Searching for 0001-Define-FNM_EXTMATCH-for-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch for 0001-Define-FNM_EXTMATCH-for-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Searching for 0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch for 0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Searching for 0001-ifupdown-skip-wrong-test-case.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Searching for mtools-makeinfo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch for 0001-ifupdown-skip-wrong-test-case.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch for mtools-makeinfo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Searching for clang_UNUSED.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Searching for defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch for clang_UNUSED.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch for defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Searching for disable-hardcoded-configs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Searching for tweak-ptest-script.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown-0.8.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch for disable-hardcoded-configs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch for tweak-ptest-script.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb:1: including u-boot-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-common.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb:2: including u-boot.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Searching for mtools-makeinfo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb:1: including recipes-graphics/xorg-lib/xcb-util.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch for mtools-makeinfo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Searching for clang_UNUSED.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools-4.0.43/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/uboot-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch for clang_UNUSED.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/uboot-extlinux-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/uboot-sign.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_23.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot.inc:27: including u-boot-configure.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-configure.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Searching for makedevs.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/makedevs.c for makedevs.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Searching for makedevs.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/makedevs.c for makedevs.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: while parsing do_configure, unable to handle non-literal command '$relpath/configure'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Searching for makedevs.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs-1.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs/makedevs.c for makedevs.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:1: including systemd.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb:1: including gitunpackoffline.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Searching for 0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch for 0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:4: including core-image-minimal.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Searching for 0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch for 0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:5: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:1: including go-1.20.13.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Searching for 0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence/0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch for 0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:2: including go-runtime.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-tiny-initramfs.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-tiny-initramfs/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: while parsing do_compile, unable to handle non-literal command '$GOTOOLDIR/go_bootstrap'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/Inflector/0.11.4/download to Inflector-0.11.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/aliasable/0.1.3/download to aliasable-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/asn1/0.15.2/download to asn1-0.15.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/asn1_derive/0.15.2/download to asn1_derive-0.15.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/base64/0.13.1/download to base64-0.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.1/download to bitflags-2.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/foreign-types/0.3.2/download to foreign-types-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download to foreign-types-shared-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/indoc/1.0.9/download to indoc-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.144/download to libc-0.2.144.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.9/download to lock_api-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.8.0/download to memoffset-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.17.2/download to once_cell-1.17.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.60/download to openssl-0.10.60.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/openssl-macros/0.1.1/download to openssl-macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.96/download to openssl-sys-0.9.96.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/ouroboros/0.15.6/download to ouroboros-0.15.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/ouroboros_macro/0.15.6/download to ouroboros_macro-0.15.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.7/download to parking_lot_core-0.9.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pem/1.1.1/download to pem-1.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.64/download to proc-macro2-1.0.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.18.3/download to pyo3-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.18.3/download to pyo3-build-config-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.18.3/download to pyo3-ffi-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.18.3/download to pyo3-macros-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.18.3/download to pyo3-macros-backend-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.28/download to quote-1.0.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.2.16/download to redox_syscall-0.2.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/scopeguard/1.1.0/download to scopeguard-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.10.0/download to smallvec-1.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.18/download to syn-2.0.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.7/download to target-lexicon-0.12.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.9/download to unicode-ident-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:9: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/unindent/0.1.11/download to unindent-0.1.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/vcpkg/0.2.15/download to vcpkg-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.45.0/download to windows-sys-0.45.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.42.2/download to windows-targets-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download to windows_aarch64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download to windows_aarch64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download to windows_i686_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download to windows_i686_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download to windows_x86_64_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download to windows_x86_64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download to windows_x86_64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Searching for netifnames.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/netifnames.patch for netifnames.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Searching for local.rules in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev-3.2.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev/local.rules for local.rules\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Searching for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Searching for 0002-Handle-build-with-older-versions-of-GCC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/0002-Handle-build-with-older-versions-of-GCC.patch for 0002-Handle-build-with-older-versions-of-GCC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-testcontroller.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-testcontroller/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gconf.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Searching for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Searching for 0002-Handle-build-with-older-versions-of-GCC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/0002-Handle-build-with-older-versions-of-GCC.patch for 0002-Handle-build-with-older-versions-of-GCC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Searching for autotools-update.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch for autotools-update.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Searching for autotools.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools.patch for autotools.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Searching for makefile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/makefile.patch for makefile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Searching for lrzsz-check-locale.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0003-ld-add-soname-to-shareable-objects.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch for lrzsz-check-locale.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch for 0003-ld-add-soname-to-shareable-objects.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Searching for cve-2018-10195.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/cve-2018-10195.patch for cve-2018-10195.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0005-cmd-dist-separate-host-and-target-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Searching for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Searching for include.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch for 0005-cmd-dist-separate-host-and-target-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/include.patch for include.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch for 0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0006-cmd-go-make-GOROOT-precious-by-default.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Searching for 0001-Fix-cross-compilation-using-autoconf-detected-AR.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Searching for 0002-Handle-build-with-older-versions-of-GCC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch for 0006-cmd-go-make-GOROOT-precious-by-default.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/0001-Fix-cross-compilation-using-autoconf-detected-AR.patch for 0001-Fix-cross-compilation-using-autoconf-detected-AR.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info/0002-Handle-build-with-older-versions-of-GCC.patch for 0002-Handle-build-with-older-versions-of-GCC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-do-not-write-linker-flags-into-buildids.patch for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for 0001-pyproject.toml-remove-benchmark-disable-option.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch for 0001-pyproject.toml-remove-benchmark-disable-option.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for 0001-Fix-include-directory-when-cross-compiling-9129.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/0001-Fix-include-directory-when-cross-compiling-9129.patch for 0001-Fix-include-directory-when-cross-compiling-9129.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for check-memfree.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/check-memfree.py for check-memfree.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0003-ld-add-soname-to-shareable-objects.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch for 0003-ld-add-soname-to-shareable-objects.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0005-cmd-dist-separate-host-and-target-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch for 0005-cmd-dist-separate-host-and-target-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0006-cmd-go-make-GOROOT-precious-by-default.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch for 0006-cmd-go-make-GOROOT-precious-by-default.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-do-not-write-linker-flags-into-buildids.patch for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Searching for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for 0001-pyproject.toml-remove-benchmark-disable-option.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch for 0001-pyproject.toml-remove-benchmark-disable-option.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for 0001-Fix-include-directory-when-cross-compiling-9129.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/0001-Fix-include-directory-when-cross-compiling-9129.patch for 0001-Fix-include-directory-when-cross-compiling-9129.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for check-memfree.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/check-memfree.py for check-memfree.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for 0001-pyproject.toml-remove-benchmark-disable-option.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch for 0001-pyproject.toml-remove-benchmark-disable-option.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for 0001-Fix-include-directory-when-cross-compiling-9129.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/0001-Fix-include-directory-when-cross-compiling-9129.patch for 0001-Fix-include-directory-when-cross-compiling-9129.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for check-memfree.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/check-memfree.py for check-memfree.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-41.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_41.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt-1.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Searching for addsoundkeys.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon-0.0.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon-0.0.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon-0.0.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon-0.0.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon-0.0.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/addsoundkeys.patch for addsoundkeys.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Searching for 70settings-daemon.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon-0.0.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon-0.0.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon-0.0.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon-0.0.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon-0.0.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/files/70settings-daemon.sh for 70settings-daemon.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-apr/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Searching for 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch for 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Searching for 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch for 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-magic_0.4.27.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Searching for 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2-1.1.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2/0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch for 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Searching for crond.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/crond.init for crond.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Searching for crontab in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/crontab for crontab\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Searching for crond.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie/crond.service for crond.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl-0.002010/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl-0.002010/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl-0.002010/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl-0.002010/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl-0.002010/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl-0.002010/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl-0.002010/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl-0.002010/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl-0.002010/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Searching for 0001-cube-gears-Change-header-file-to-GLES3-gl3.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube-0.0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube-0.0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube-0.0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube-0.0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube-0.0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/kmscube/kmscube/0001-cube-gears-Change-header-file-to-GLES3-gl3.h.patch for 0001-cube-gears-Change-header-file-to-GLES3-gl3.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/os-release/os-release.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/os-release/os-release.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/os-release/os-release.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/os-release/os-release.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Searching for Makefile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/Makefile for Makefile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-dso-link-change.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch for 0001-dso-link-change.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch for 0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0003-fixheadercheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0003-fixheadercheck.patch for 0003-fixheadercheck.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0006-Fix-build-on-aarch64-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0006-Fix-build-on-aarch64-musl.patch for 0006-Fix-build-on-aarch64-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-libasm-may-link-with-libbz2-if-found.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-libasm-may-link-with-libbz2-if-found.patch for 0001-libasm-may-link-with-libbz2-if-found.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch for 0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-skip-the-test-when-gcc-not-deployed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch for 0001-skip-the-test-when-gcc-not-deployed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Searching for Makefile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/Makefile for Makefile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch for 0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-Add-helper-function-for-basename.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-Add-helper-function-for-basename.patch for 0001-Add-helper-function-for-basename.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch for 0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Searching for Makefile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre-8.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre/Makefile for Makefile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-dso-link-change.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch for 0001-dso-link-change.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-bzip2/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch for 0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0003-fixheadercheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0003-fixheadercheck.patch for 0003-fixheadercheck.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0006-Fix-build-on-aarch64-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0006-Fix-build-on-aarch64-musl.patch for 0006-Fix-build-on-aarch64-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-libasm-may-link-with-libbz2-if-found.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-libasm-may-link-with-libbz2-if-found.patch for 0001-libasm-may-link-with-libbz2-if-found.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch for 0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-skip-the-test-when-gcc-not-deployed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch for 0001-skip-the-test-when-gcc-not-deployed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch for 0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-Add-helper-function-for-basename.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-Add-helper-function-for-basename.patch for 0001-Add-helper-function-for-basename.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch for 0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-dso-link-change.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch for 0001-dso-link-change.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch for 0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0003-fixheadercheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0003-fixheadercheck.patch for 0003-fixheadercheck.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0006-Fix-build-on-aarch64-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0006-Fix-build-on-aarch64-musl.patch for 0006-Fix-build-on-aarch64-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-libasm-may-link-with-libbz2-if-found.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-libasm-may-link-with-libbz2-if-found.patch for 0001-libasm-may-link-with-libbz2-if-found.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch for 0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-skip-the-test-when-gcc-not-deployed.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch for 0001-skip-the-test-when-gcc-not-deployed.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch for 0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-Add-helper-function-for-basename.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-Add-helper-function-for-basename.patch for 0001-Add-helper-function-for-basename.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Searching for 0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.189/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch for 0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Searching for wpa-supplicant.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh for wpa-supplicant.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Searching for wpa_supplicant.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf for wpa_supplicant.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Searching for wpa_supplicant.conf-sane in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf-sane for wpa_supplicant.conf-sane\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Searching for 99_wpa_supplicant in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/99_wpa_supplicant for 99_wpa_supplicant\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Searching for 0001-build-Re-enable-options-for-libwpa_client.so-and-wpa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-build-Re-enable-options-for-libwpa_client.so-and-wpa.patch for 0001-build-Re-enable-options-for-libwpa_client.so-and-wpa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Searching for 0002-Fix-removal-of-wpa_passphrase-on-make-clean.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0002-Fix-removal-of-wpa_passphrase-on-make-clean.patch for 0002-Fix-removal-of-wpa_passphrase-on-make-clean.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Searching for automake-output.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/automake-output.patch for automake-output.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Searching for not-echo-compiler-info-to-check_stdint.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/not-echo-compiler-info-to-check_stdint.h.patch for not-echo-compiler-info-to-check_stdint.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Searching for 0001-Install-wpa_passphrase-when-not-disabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-Install-wpa_passphrase-when-not-disabled.patch for 0001-Install-wpa_passphrase-when-not-disabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Searching for automake-output.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/automake-output.patch for automake-output.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Searching for not-echo-compiler-info-to-check_stdint.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/not-echo-compiler-info-to-check_stdint.h.patch for not-echo-compiler-info-to-check_stdint.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Searching for automake-output.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/automake-output.patch for automake-output.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Searching for not-echo-compiler-info-to-check_stdint.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck-0.15.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck/not-echo-compiler-info-to-check_stdint.h.patch for not-echo-compiler-info-to-check_stdint.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/erofs-utils/erofs-utils_1.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb:1: including xorg-driver-input.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Searching for add_stdlib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/add_stdlib.patch for add_stdlib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Searching for ldflags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/ldflags.patch for ldflags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Searching for 0001-setserial.c-Add-needed-system-headers-for-ioctl-and-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial-2.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial/0001-setserial.c-Add-needed-system-headers-for-ioctl-and-.patch for 0001-setserial.c-Add-needed-system-headers-for-ioctl-and-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/setserial/setserial_2.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross-canadian.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb: Searching for buildcleanup.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52-0.7.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52-0.7.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52-0.7.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52-0.7.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52-0.7.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52/buildcleanup.patch for buildcleanup.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/liba52/liba52_0.7.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:1: including xorg-driver-video.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl-1.09/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Searching for stdc-predef.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/stdc-predef.patch for stdc-predef.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:75)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Searching for stdc-predef.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/stdc-predef.patch for stdc-predef.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Searching for stdc-predef.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20230828-3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb: Searching for host-peer in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin-0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin-0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin-0.1/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit/stdc-predef.patch for stdc-predef.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/host-peer for host-peer\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb: Searching for ppp-dialin in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin-0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin-0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin-0.1/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp-dialin/files/ppp-dialin for ppp-dialin\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb:1: including python-pycryptodome.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-pycryptodome.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb:2)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/argp-standalone/argp-standalone_1.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/argp-standalone/argp-standalone_1.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/argp-standalone/argp-standalone_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/argp-standalone/argp-standalone_1.4.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/argp-standalone/argp-standalone_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/argp-standalone/argp-standalone_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb:9: including rt-tests.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl-0.31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtry-tiny-perl_0.31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb: Searching for rt_bmark.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/rt_bmark.py for rt_bmark.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb: Searching for 0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests-2.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch for 0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb:1: including xcb-util.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Searching for 0001-Skip-TODO-test-cases-that-fail.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch for 0001-Skip-TODO-test-cases-that-fail.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Searching for 0001-Skip-TODO-test-cases-that-fail.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch for 0001-Skip-TODO-test-cases-that-fail.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl-5.25/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.25.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb:1: including systemd.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb:4: including conf/image-uefi.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Searching for 0001-setup.py-hard-code-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/0001-setup.py-hard-code-version.patch for 0001-setup.py-hard-code-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Searching for 0001-setup.py-hard-code-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/0001-setup.py-hard-code-version.patch for 0001-setup.py-hard-code-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Searching for 0001-setup.py-hard-code-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver-2022.6.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver/0001-setup.py-hard-code-version.patch for 0001-setup.py-hard-code-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-ide-support.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb: Searching for docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets-1.79.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets-1.79.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets-1.79.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets-1.79.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch for docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.16.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb: Searching for docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets-1.79.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets-1.79.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets-1.79.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets-1.79.1/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets-1.79.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch for docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb: Searching for shutdown.desktop in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop for shutdown.desktop\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-coreutils/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb:29: including gstreamer1.0-plugins-packaging.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config.bb: Searching for distcc.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/distcc-config/distcc.sh for distcc.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.9.bb: Skipping gstreamer1.0-libav: Has a restricted license 'commercial' which is not listed in your LICENSE_FLAGS_ACCEPTED.\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for opkg.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/opkg.conf for opkg.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for 0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch for 0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for 0001-libopkg-Use-libgen.h-to-provide-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/0001-libopkg-Use-libgen.h-to-provide-basename-API.patch for 0001-libopkg-Use-libgen.h-to-provide-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for opkg.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/opkg.conf for opkg.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for 0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch for 0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for 0001-libopkg-Use-libgen.h-to-provide-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/0001-libopkg-Use-libgen.h-to-provide-basename-API.patch for 0001-libopkg-Use-libgen.h-to-provide-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for opkg.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/opkg.conf for opkg.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for 0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch for 0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for 0001-libopkg-Use-libgen.h-to-provide-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/0001-libopkg-Use-libgen.h-to-provide-basename-API.patch for 0001-libopkg-Use-libgen.h-to-provide-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-bootconf_1.00.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-bootconf_1.00.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-bootconf_1.00.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/grub-efi-cfg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-bootconf_1.00.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-bootconf_1.00.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fs-uuid.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/grub-efi-cfg.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-bootconf_1.00.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/grub/grub-bootconf_1.00.bb:12: including conf/image-uefi.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Searching for 30xinput_calibrate.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/30xinput_calibrate.sh for 30xinput_calibrate.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Searching for Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch for Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Searching for 0001-calibrator.hh-Include-string-to-get-std-string.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator-0.7.5+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/0001-calibrator.hh-Include-string-to-get-std-string.patch for 0001-calibrator.hh-Include-string-to-get-std-string.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:1: including psmisc.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:51)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Searching for ksba-add-pkgconfig-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch for ksba-add-pkgconfig-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Searching for ksba-add-pkgconfig-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch for ksba-add-pkgconfig-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Searching for ksba-add-pkgconfig-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba-1.6.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch for ksba-add-pkgconfig-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Searching for serfmacro.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Searching for 0001-fix-typos-in-manpage.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/serfmacro.patch for serfmacro.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/0001-fix-typos-in-manpage.patch for 0001-fix-typos-in-manpage.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Searching for 0002-fix-string-error.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/0002-fix-string-error.patch for 0002-fix-string-error.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Searching for 0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch for 0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Searching for 0004-fix-ftbfs-glibc-2.28.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool-4-7.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool/0004-fix-ftbfs-glibc-2.28.patch for 0004-fix-ftbfs-glibc-2.28.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Searching for serfmacro.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/serfmacro.patch for serfmacro.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Searching for serfmacro.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion-1.14.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion/serfmacro.patch for serfmacro.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/subversion/subversion_1.14.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-curl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/mcextend.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pretend_1.0.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: Searching for 0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc-23.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc-23.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc-23.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc-23.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc-23.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc/0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch for 0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Searching for test.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/test.sh for test.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb:1: including binutils-cross_2.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:1: including binutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Searching for test.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/test.sh for test.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:2: including binutils-2.41.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:3: including binutils-cross.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Searching for test.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/files/test.sh for test.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/crosssdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/psplash_git.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross-canadian.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0004-Point-scripts-location-to-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch for 0004-Point-scripts-location-to-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0008-Use-libtool-2.4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch for 0008-Use-libtool-2.4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0010-sync-with-OE-libtool-changes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch for 0010-sync-with-OE-libtool-changes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0011-Check-for-clang-before-checking-gcc-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch for 0011-Check-for-clang-before-checking-gcc-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0002-binutils-cross-Do-not-generate-linker-script-directo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch for 0002-binutils-cross-Do-not-generate-linker-script-directo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Searching for 0001-binutils-crosssdk-Generate-relocatable-SDKs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch for 0001-binutils-crosssdk-Generate-relocatable-SDKs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Searching for print_c.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/print_c.patch for print_c.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Searching for print_c.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/print_c.patch for print_c.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Searching for print_c.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file-5.45/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/files/print_c.patch for print_c.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:1: including rxvt-unicode.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Searching for psplash-init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-init for psplash-init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Searching for psplash-start.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-start.service for psplash-start.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Searching for psplash-systemd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-systemd.service for psplash-systemd.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:8: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Searching for xwc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/xwc.patch for xwc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Searching for rxvt.desktop in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop for rxvt.desktop\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Searching for rxvt.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.31/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png for rxvt.png\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb:1: including vim.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less-643/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less-643/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less-643/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less-643/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less-643/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Searching for 0001-tests-respect-the-idententaion-used-in-meson.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-tests-respect-the-idententaion-used-in-meson.patch for 0001-tests-respect-the-idententaion-used-in-meson.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Searching for 0002-tests-add-support-for-install-the-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch for 0002-tests-add-support-for-install-the-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Searching for 0003-tests-use-a-dictionaries-for-environment.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch for 0003-tests-use-a-dictionaries-for-environment.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Searching for 0004-tests-add-helper-script-to-run-the-installed_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch for 0004-tests-add-helper-script-to-run-the-installed_tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:7: including gettext-sources.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Searching for 0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch for 0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Searching for 0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch for 0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Searching for 0001-tests-Fix-narrowing-errors-seen-with-clang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit-1.0+gitr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch for 0001-tests-Fix-narrowing-errors-seen-with-clang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/creategroup2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/emptytest/emptytest.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/emptytest/emptytest.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/emptytest/emptytest.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/emptytest/emptytest.bb:1: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/emptytest/emptytest.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Searching for use-includedir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/use-includedir.patch for use-includedir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Searching for 0001-Append-the-user-provided-flags-to-the-auto-detected-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch for 0001-Append-the-user-provided-flags-to-the-auto-detected-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Searching for 0001-confiure.ac-Believe-the-cflags-from-environment.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/0001-confiure.ac-Believe-the-cflags-from-environment.patch for 0001-confiure.ac-Believe-the-cflags-from-environment.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Searching for use-includedir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/use-includedir.patch for use-includedir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Searching for 0001-Append-the-user-provided-flags-to-the-auto-detected-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch for 0001-Append-the-user-provided-flags-to-the-auto-detected-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Searching for 0001-confiure.ac-Believe-the-cflags-from-environment.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/0001-confiure.ac-Believe-the-cflags-from-environment.patch for 0001-confiure.ac-Believe-the-cflags-from-environment.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Searching for use-includedir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/use-includedir.patch for use-includedir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Searching for 0001-Append-the-user-provided-flags-to-the-auto-detected-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch for 0001-Append-the-user-provided-flags-to-the-auto-detected-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Searching for 0001-confiure.ac-Believe-the-cflags-from-environment.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp-6.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp/0001-confiure.ac-Believe-the-cflags-from-environment.patch for 0001-confiure.ac-Believe-the-cflags-from-environment.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb: Searching for COPYING in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal/COPYING for COPYING\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Searching for 0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch for 0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Searching for 0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch for 0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Searching for ipv6.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/ipv6.patch for ipv6.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb:2: including python-extras.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-extras.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Searching for 0002-Don-t-use-build-time-hardcoded-python-binary-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool-2.0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool/0002-Don-t-use-build-time-hardcoded-python-binary-path.patch for 0002-Don-t-use-build-time-hardcoded-python-binary-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Searching for ipv6.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/ipv6.patch for ipv6.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Searching for ipv6.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc-1.3.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc/ipv6.patch for ipv6.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Searching for 0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch for 0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Searching for 0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch for 0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: Searching for copyright in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/copyright for copyright\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: Searching for interfaces in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuall/interfaces for interfaces\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Searching for 0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: Searching for nfsroot in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch for 0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/nfsroot for nfsroot\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.26/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb:42)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb:42)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb:42)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for ldconfig-native-2.12.1.tar.bz2 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-native-2.12.1.tar.bz2 for ldconfig-native-2.12.1.tar.bz2\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for ldconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch for ldconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for ldconfig_aux-cache_path_fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig_aux-cache_path_fix.patch for ldconfig_aux-cache_path_fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for 32and64bit.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/32and64bit.patch for 32and64bit.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for endian-ness_handling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling.patch for endian-ness_handling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for flag_fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/flag_fix.patch for flag_fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for endianess-header.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/endianess-header.patch for endianess-header.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for ldconfig-default-to-all-multilib-dirs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-default-to-all-multilib-dirs.patch for ldconfig-default-to-all-multilib-dirs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for endian-ness_handling_fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch for endian-ness_handling_fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for add-64-bit-flag-for-ELF64-entries.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch for add-64-bit-flag-for-ELF64-entries.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for no-aux-cache.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/no-aux-cache.patch for no-aux-cache.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for add-riscv-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-riscv-support.patch for add-riscv-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Searching for ldconfig-add-usrmerge-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-2.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-add-usrmerge-support.patch for ldconfig-add-usrmerge-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-dbus/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb:3: including qemu.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for disable_acl_header_check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/disable_acl_header_check.patch for disable_acl_header_check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for vim-add-knob-whether-elf.h-are-checked.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch for vim-add-knob-whether-elf.h-are-checked.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for 0001-src-Makefile-improve-reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch for 0001-src-Makefile-improve-reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for no-path-adjust.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/no-path-adjust.patch for no-path-adjust.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for disable_acl_header_check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/disable_acl_header_check.patch for disable_acl_header_check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for vim-add-knob-whether-elf.h-are-checked.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch for vim-add-knob-whether-elf.h-are-checked.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for 0001-src-Makefile-improve-reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch for 0001-src-Makefile-improve-reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for no-path-adjust.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/no-path-adjust.patch for no-path-adjust.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for disable_acl_header_check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/disable_acl_header_check.patch for disable_acl_header_check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for vim-add-knob-whether-elf.h-are-checked.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Searching for multilibfix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch for vim-add-knob-whether-elf.h-are-checked.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch for multilibfix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for 0001-src-Makefile-improve-reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch for 0001-src-Makefile-improve-reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Searching for no-path-adjust.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.0.2130/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/files/no-path-adjust.patch for no-path-adjust.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Searching for multilibfix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch for multilibfix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Searching for multilibfix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans-1.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch for multilibfix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb:3: including meta-environment.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross-canadian.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Searching for 0001-build-Fix-strndup-detection-on-MinGW.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch for 0001-build-Fix-strndup-detection-on-MinGW.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Searching for 0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch for 0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-e2fsprogs/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Searching for 0001-build-Fix-strndup-detection-on-MinGW.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch for 0001-build-Fix-strndup-detection-on-MinGW.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Searching for 0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch for 0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Searching for 0001-build-Fix-strndup-detection-on-MinGW.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch for 0001-build-Fix-strndup-detection-on-MinGW.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Searching for 0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.22.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland/0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch for 0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: Searching for sysklogd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd-2.5.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd-2.5.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd-2.5.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd-2.5.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd-2.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/files/sysklogd for sysklogd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for disable-native-tools.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/disable-native-tools.patch for disable-native-tools.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for link-zip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/link-zip.patch for link-zip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch for dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Searching for disable-tests in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for use_host_makedoc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/disable-tests for disable-tests\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch for use_host_makedoc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for powerpc_rom.bin in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin for powerpc_rom.bin\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Searching for disable-tests in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/disable-tests for disable-tests\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for disable-native-tools.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch for 0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/disable-native-tools.patch for disable-native-tools.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0003-apic-fixup-fallthrough-to-PIC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0003-apic-fixup-fallthrough-to-PIC.patch for 0003-apic-fixup-fallthrough-to-PIC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for link-zip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0004-configure-Add-pkg-config-handling-for-libgcrypt.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/link-zip.patch for link-zip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0004-configure-Add-pkg-config-handling-for-libgcrypt.patch for 0004-configure-Add-pkg-config-handling-for-libgcrypt.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0005-qemu-Do-not-include-file-if-not-exists.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0005-qemu-Do-not-include-file-if-not-exists.patch for 0005-qemu-Do-not-include-file-if-not-exists.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch for dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch for 0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0007-qemu-Determinism-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0007-qemu-Determinism-fixes.patch for 0007-qemu-Determinism-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0008-tests-meson.build-use-relative-path-to-refer-to-file.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0008-tests-meson.build-use-relative-path-to-refer-to-file.patch for 0008-tests-meson.build-use-relative-path-to-refer-to-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch for 0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch for 0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch for 0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for fixedmeson.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/fixedmeson.patch for fixedmeson.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0001-vfio-container-Replace-basename-with-g_path_get_base.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Searching for disable-tests in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0001-vfio-container-Replace-basename-with-g_path_get_base.patch for 0001-vfio-container-Replace-basename-with-g_path_get_base.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/disable-tests for disable-tests\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for no-pip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/no-pip.patch for no-pip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for fix_segv.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/fix_segv.patch for fix_segv.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for disable-native-tools.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for qemu-guest-agent.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.init for qemu-guest-agent.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/disable-native-tools.patch for disable-native-tools.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for qemu-guest-agent.udev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for link-zip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.udev for qemu-guest-agent.udev\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/link-zip.patch for link-zip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch for 0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch for dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch for 0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Searching for use_host_makedoc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch for use_host_makedoc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for powerpc_rom.bin in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin for powerpc_rom.bin\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch for 0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0003-apic-fixup-fallthrough-to-PIC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0003-apic-fixup-fallthrough-to-PIC.patch for 0003-apic-fixup-fallthrough-to-PIC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0004-configure-Add-pkg-config-handling-for-libgcrypt.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0004-configure-Add-pkg-config-handling-for-libgcrypt.patch for 0004-configure-Add-pkg-config-handling-for-libgcrypt.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0005-qemu-Do-not-include-file-if-not-exists.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0005-qemu-Do-not-include-file-if-not-exists.patch for 0005-qemu-Do-not-include-file-if-not-exists.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch for 0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0007-qemu-Determinism-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0007-qemu-Determinism-fixes.patch for 0007-qemu-Determinism-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0008-tests-meson.build-use-relative-path-to-refer-to-file.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0008-tests-meson.build-use-relative-path-to-refer-to-file.patch for 0008-tests-meson.build-use-relative-path-to-refer-to-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch for 0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch for 0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch for 0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for fixedmeson.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/fixedmeson.patch for fixedmeson.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for 0001-vfio-container-Replace-basename-with-g_path_get_base.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0001-vfio-container-Replace-basename-with-g_path_get_base.patch for 0001-vfio-container-Replace-basename-with-g_path_get_base.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for no-pip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/no-pip.patch for no-pip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for fix_segv.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/fix_segv.patch for fix_segv.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for qemu-guest-agent.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.init for qemu-guest-agent.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Searching for qemu-guest-agent.udev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-8.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.udev for qemu-guest-agent.udev\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Searching for pkg-config-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-wrapper for pkg-config-wrapper\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Searching for pkg-config-native.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-native.in for pkg-config-native.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Searching for pkg-config-esdk.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-esdk.in for pkg-config-esdk.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Searching for pkg-config-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-wrapper for pkg-config-wrapper\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Searching for pkg-config-native.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-native.in for pkg-config-native.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Searching for pkg-config-esdk.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-esdk.in for pkg-config-esdk.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: while parsing oe_libinstall, unable to handle non-literal command '$*'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Searching for pkg-config-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-wrapper for pkg-config-wrapper\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Searching for pkg-config-native.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-native.in for pkg-config-native.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Searching for pkg-config-esdk.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-esdk.in for pkg-config-esdk.in\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Searching for 30-liberation-aliases.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/30-liberation-aliases.conf for 30-liberation-aliases.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Searching for 0001-Fix-builds-with-Cython-3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/0001-Fix-builds-with-Cython-3.patch for 0001-Fix-builds-with-Cython-3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Searching for 30-liberation-aliases.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/30-liberation-aliases.conf for 30-liberation-aliases.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Searching for 30-liberation-aliases.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts-2.1.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for rsyncd.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts/30-liberation-aliases.conf for 30-liberation-aliases.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/rsyncd.conf for rsyncd.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for makefile-no-rebuild.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Searching for 0001-Fix-builds-with-Cython-3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch for makefile-no-rebuild.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/0001-Fix-builds-with-Cython-3.patch for 0001-Fix-builds-with-Cython-3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for determism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/determism.patch for determism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for 0001-Add-missing-prototypes-to-function-declarations.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Searching for 0001-mesa-demos-Add-missing-data-files.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos-8.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos-8.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos-8.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos-8.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos-8.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch for 0001-Add-missing-prototypes-to-function-declarations.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/0001-mesa-demos-Add-missing-data-files.patch for 0001-mesa-demos-Add-missing-data-files.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Searching for 0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos-8.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos-8.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos-8.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos-8.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos-8.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos/0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch for 0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Searching for 0001-Fix-builds-with-Cython-3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml-6.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/0001-Fix-builds-with-Cython-3.patch for 0001-Fix-builds-with-Cython-3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for rsyncd.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/rsyncd.conf for rsyncd.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for makefile-no-rebuild.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch for makefile-no-rebuild.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for determism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/determism.patch for determism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for 0001-Add-missing-prototypes-to-function-declarations.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch for 0001-Add-missing-prototypes-to-function-declarations.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for rsyncd.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/rsyncd.conf for rsyncd.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for makefile-no-rebuild.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch for makefile-no-rebuild.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for determism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/determism.patch for determism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Searching for 0001-Add-missing-prototypes-to-function-declarations.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.2.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch for 0001-Add-missing-prototypes-to-function-declarations.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.21.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-elfutils/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb: Searching for login.defs_shadow-sysroot in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot-4.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot-4.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot-4.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot-4.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot-4.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/login.defs_shadow-sysroot for login.defs_shadow-sysroot\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for intltool-nowarn.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/intltool-nowarn.patch for intltool-nowarn.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for perl-522-deprecations.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/perl-522-deprecations.patch for perl-522-deprecations.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for remove-perl-check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch for remove-perl-check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for noperlcheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/noperlcheck.patch for noperlcheck.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Searching for default in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for intltool-nowarn.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/intltool-nowarn.patch for intltool-nowarn.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/default for default\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for perl-522-deprecations.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Searching for distcc in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/perl-522-deprecations.patch for perl-522-deprecations.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/distcc for distcc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for remove-perl-check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Searching for distcc.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc-3.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch for remove-perl-check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/files/distcc.service for distcc.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for noperlcheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/noperlcheck.patch for noperlcheck.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/distcc/distcc_3.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:6: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for intltool-nowarn.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/intltool-nowarn.patch for intltool-nowarn.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for perl-522-deprecations.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/perl-522-deprecations.patch for perl-522-deprecations.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for remove-perl-check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch for remove-perl-check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Searching for noperlcheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool-0.51.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool/noperlcheck.patch for noperlcheck.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtd/mtd-utils_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for parallel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/parallel.patch for parallel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for use-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/use-pkgconfig.patch for use-pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for tcl-add-soname.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch for tcl-add-soname.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for serial-tests-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for fix_non_native_build_issue.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/serial-tests-config.patch for serial-tests-config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch for fix_non_native_build_issue.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for 0001-tests-autopoint-3-unset-MAKEFLAGS.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for fix_issue_with_old_distro_glibc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/0001-tests-autopoint-3-unset-MAKEFLAGS.patch for 0001-tests-autopoint-3-unset-MAKEFLAGS.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch for fix_issue_with_old_distro_glibc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for 0001-init-env.in-do-not-add-C-CXX-parameters.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for tcl-remove-hardcoded-install-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/0001-init-env.in-do-not-add-C-CXX-parameters.patch for 0001-init-env.in-do-not-add-C-CXX-parameters.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch for tcl-remove-hardcoded-install-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for alter-includedir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch for alter-includedir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for interp.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/interp.patch for interp.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for parallel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/parallel.patch for parallel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for use-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Searching for 0001-Relocate-the-repository-directory-for-native-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection-1.78.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection-1.78.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection-1.78.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection-1.78.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/use-pkgconfig.patch for use-pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch for 0001-Relocate-the-repository-directory-for-native-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for serial-tests-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for tcl-add-soname.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/serial-tests-config.patch for serial-tests-config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch for tcl-add-soname.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for 0001-tests-autopoint-3-unset-MAKEFLAGS.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/0001-tests-autopoint-3-unset-MAKEFLAGS.patch for 0001-tests-autopoint-3-unset-MAKEFLAGS.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for 0001-init-env.in-do-not-add-C-CXX-parameters.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/0001-init-env.in-do-not-add-C-CXX-parameters.patch for 0001-init-env.in-do-not-add-C-CXX-parameters.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for tcl-add-soname.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch for tcl-add-soname.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for fix_non_native_build_issue.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch for fix_non_native_build_issue.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for parallel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for fix_issue_with_old_distro_glibc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/parallel.patch for parallel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch for fix_issue_with_old_distro_glibc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for use-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/use-pkgconfig.patch for use-pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for tcl-remove-hardcoded-install-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch for tcl-remove-hardcoded-install-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for alter-includedir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for serial-tests-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch for alter-includedir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/serial-tests-config.patch for serial-tests-config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for interp.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for 0001-tests-autopoint-3-unset-MAKEFLAGS.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/interp.patch for interp.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/0001-tests-autopoint-3-unset-MAKEFLAGS.patch for 0001-tests-autopoint-3-unset-MAKEFLAGS.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Searching for 0001-init-env.in-do-not-add-C-CXX-parameters.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/0001-init-env.in-do-not-add-C-CXX-parameters.patch for 0001-init-env.in-do-not-add-C-CXX-parameters.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:2: including libgcc.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc.inc:1: including libgcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/fts/fts_1.2.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/fts/fts_1.2.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/fts/fts_1.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/fts/fts_1.2.7.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/fts/fts_1.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/fts/fts_1.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/fts/fts_1.2.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/fts/fts_1.2.7.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb: Searching for asound.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/asound.conf for asound.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb: Searching for asound.state in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/asound.state for asound.state\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb: Searching for alsa-state-init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state-0.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init for alsa-state-init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb: Searching for hello.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/hello.c for hello.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb: Searching for gdb.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/gdb.sh for gdb.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests_1.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests_1.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests_1.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests_1.13.bb:1: including cryptodev.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for etc/ld.so.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/etc/ld.so.conf for etc/ld.so.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for generate-supported.mk in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/generate-supported.mk for generate-supported.mk\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for makedbs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/makedbs.sh for makedbs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch for 0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch for 0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch for 0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch for 0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch for 0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch for 0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0009-yes-within-the-path-sets-wrong-config-variables.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0009-yes-within-the-path-sets-wrong-config-variables.patch for 0009-yes-within-the-path-sets-wrong-config-variables.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0010-eglibc-Cross-building-and-testing-instructions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0010-eglibc-Cross-building-and-testing-instructions.patch for 0010-eglibc-Cross-building-and-testing-instructions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0011-eglibc-Help-bootstrap-cross-toolchain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0011-eglibc-Help-bootstrap-cross-toolchain.patch for 0011-eglibc-Help-bootstrap-cross-toolchain.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0012-eglibc-Resolve-__fpscr_values-on-SH4.patch for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0013-eglibc-Forward-port-cross-locale-generation-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0013-eglibc-Forward-port-cross-locale-generation-support.patch for 0013-eglibc-Forward-port-cross-locale-generation-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch for 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch for 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch for 0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch for 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch for 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch for 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch for 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.2.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for etc/ld.so.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/etc/ld.so.conf for etc/ld.so.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for generate-supported.mk in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/generate-supported.mk for generate-supported.mk\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for makedbs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/makedbs.sh for makedbs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0009-yes-within-the-path-sets-wrong-config-variables.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0009-yes-within-the-path-sets-wrong-config-variables.patch for 0009-yes-within-the-path-sets-wrong-config-variables.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0010-eglibc-Cross-building-and-testing-instructions.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0010-eglibc-Cross-building-and-testing-instructions.patch for 0010-eglibc-Cross-building-and-testing-instructions.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0011-eglibc-Help-bootstrap-cross-toolchain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0011-eglibc-Help-bootstrap-cross-toolchain.patch for 0011-eglibc-Help-bootstrap-cross-toolchain.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0012-eglibc-Resolve-__fpscr_values-on-SH4.patch for 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0013-eglibc-Forward-port-cross-locale-generation-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0013-eglibc-Forward-port-cross-locale-generation-support.patch for 0013-eglibc-Forward-port-cross-locale-generation-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch for 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch for 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch for 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch for 0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch for 0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch for 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch for 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch for 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch for 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Searching for 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.38+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch for 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Adding task do_image_wic before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: Searching for 0001-wakeup_xxx.h-include-limits.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop-2.15/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop-2.15/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop-2.15/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop-2.15/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop-2.15/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop/0001-wakeup_xxx.h-include-limits.h.patch for 0001-wakeup_xxx.h-include-limits.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for 0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch for 0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for 0001-test-patch-out-failing-bits.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/0001-test-patch-out-failing-bits.patch for 0001-test-patch-out-failing-bits.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for 0001-chacl-Use-portable-version-of-dirent-and-readdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/0001-chacl-Use-portable-version-of-dirent-and-readdir.patch for 0001-chacl-Use-portable-version-of-dirent-and-readdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: Searching for sepbuildfix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit-0.4.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit-0.4.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit-0.4.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit-0.4.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit-0.4.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/sepbuildfix.patch for sepbuildfix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: Searching for add-polkit-configure-argument.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit-0.4.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit-0.4.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit-0.4.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit-0.4.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit-0.4.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit/add-polkit-configure-argument.patch for add-polkit-configure-argument.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for 0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch for 0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for 0001-test-patch-out-failing-bits.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/0001-test-patch-out-failing-bits.patch for 0001-test-patch-out-failing-bits.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for 0001-chacl-Use-portable-version-of-dirent-and-readdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/0001-chacl-Use-portable-version-of-dirent-and-readdir.patch for 0001-chacl-Use-portable-version-of-dirent-and-readdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for 0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch for 0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb:47)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for 0001-test-patch-out-failing-bits.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/0001-test-patch-out-failing-bits.patch for 0001-test-patch-out-failing-bits.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Searching for 0001-chacl-Use-portable-version-of-dirent-and-readdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl/0001-chacl-Use-portable-version-of-dirent-and-readdir.patch for 0001-chacl-Use-portable-version-of-dirent-and-readdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb:47)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb: Skipping ffmpeg: Has a restricted license 'commercial' which is not listed in your LICENSE_FLAGS_ACCEPTED.\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:1: including binutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:2: including binutils-2.41.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:3: including binutils-cross.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-automake-Update-for-python.m4-to-respect-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-automake-Update-for-python.m4-to-respect-libdir.patch for 0001-automake-Update-for-python.m4-to-respect-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for buildtest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/buildtest.patch for buildtest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for performance.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/performance.patch for performance.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for new_rt_path_for_test-driver.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/new_rt_path_for_test-driver.patch for new_rt_path_for_test-driver.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-automake-Add-default-libtool_tag-to-cppasm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-automake-Add-default-libtool_tag-to-cppasm.patch for 0001-automake-Add-default-libtool_tag-to-cppasm.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-build-fix-race-in-parallel-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-build-fix-race-in-parallel-builds.patch for 0001-build-fix-race-in-parallel-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-Drop-ar-u-argument.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-Drop-ar-u-argument.patch for 0001-Drop-ar-u-argument.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-gettext/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-automake-Update-for-python.m4-to-respect-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-automake-Update-for-python.m4-to-respect-libdir.patch for 0001-automake-Update-for-python.m4-to-respect-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for buildtest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/buildtest.patch for buildtest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for performance.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/performance.patch for performance.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for new_rt_path_for_test-driver.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed-4.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed-4.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed-4.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed-4.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/new_rt_path_for_test-driver.patch for new_rt_path_for_test-driver.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-automake-Add-default-libtool_tag-to-cppasm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-automake-Add-default-libtool_tag-to-cppasm.patch for 0001-automake-Add-default-libtool_tag-to-cppasm.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-build-fix-race-in-parallel-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-build-fix-race-in-parallel-builds.patch for 0001-build-fix-race-in-parallel-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-Drop-ar-u-argument.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-Drop-ar-u-argument.patch for 0001-Drop-ar-u-argument.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for avoid-strip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/avoid-strip.patch for avoid-strip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-automake-Update-for-python.m4-to-respect-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for define-ldflags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-automake-Update-for-python.m4-to-respect-libdir.patch for 0001-automake-Update-for-python.m4-to-respect-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/define-ldflags.patch for define-ldflags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for buildtest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/buildtest.patch for buildtest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch for 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for cve-2014-9636.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for performance.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed-4.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed-4.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed-4.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed-4.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed-4.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/cve-2014-9636.patch for cve-2014-9636.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/performance.patch for performance.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 09-cve-2014-8139-crc-overflow.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for new_rt_path_for_test-driver.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/09-cve-2014-8139-crc-overflow.patch for 09-cve-2014-8139-crc-overflow.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/new_rt_path_for_test-driver.patch for new_rt_path_for_test-driver.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 10-cve-2014-8140-test-compr-eb.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-automake-Add-default-libtool_tag-to-cppasm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/10-cve-2014-8140-test-compr-eb.patch for 10-cve-2014-8140-test-compr-eb.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 11-cve-2014-8141-getzip64data.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-automake-Add-default-libtool_tag-to-cppasm.patch for 0001-automake-Add-default-libtool_tag-to-cppasm.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/11-cve-2014-8141-getzip64data.patch for 11-cve-2014-8141-getzip64data.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-build-fix-race-in-parallel-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2015-7696.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-build-fix-race-in-parallel-builds.patch for 0001-build-fix-race-in-parallel-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2015-7696.patch for CVE-2015-7696.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Searching for 0001-Drop-ar-u-argument.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake-1.16.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2015-7697.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake/0001-Drop-ar-u-argument.patch for 0001-Drop-ar-u-argument.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2015-7697.patch for CVE-2015-7697.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for fix-security-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/fix-security-format.patch for fix-security-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 18-cve-2014-9913-unzip-buffer-overflow.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/18-cve-2014-9913-unzip-buffer-overflow.patch for 18-cve-2014-9913-unzip-buffer-overflow.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 19-cve-2016-9844-zipinfo-buffer-overflow.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/19-cve-2016-9844-zipinfo-buffer-overflow.patch for 19-cve-2016-9844-zipinfo-buffer-overflow.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for symlink.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/symlink.patch for symlink.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:1: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-unzip-fix-CVE-2018-1000035.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-unzip-fix-CVE-2018-1000035.patch for 0001-unzip-fix-CVE-2018-1000035.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2018-18384.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2018-18384.patch for CVE-2018-18384.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2019-13232_p1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p1.patch for CVE-2019-13232_p1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2019-13232_p2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p2.patch for CVE-2019-13232_p2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2019-13232_p3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p3.patch for CVE-2019-13232_p3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for unzip_optimization.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/unzip_optimization.patch for unzip_optimization.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch for 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2021-4217.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch for CVE-2021-4217.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2022-0529.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2022-0529.patch for CVE-2022-0529.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2022-0530.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2022-0530.patch for CVE-2022-0530.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-configure-Add-correct-system-headers-and-prototypes-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-configure-Add-correct-system-headers-and-prototypes-.patch for 0001-configure-Add-correct-system-headers-and-prototypes-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-unix-configure-fix-detection-for-cross-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-unix-configure-fix-detection-for-cross-compilation.patch for 0001-unix-configure-fix-detection-for-cross-compilation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0004-Point-scripts-location-to-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch for 0004-Point-scripts-location-to-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0008-Use-libtool-2.4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch for 0008-Use-libtool-2.4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0010-sync-with-OE-libtool-changes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch for 0010-sync-with-OE-libtool-changes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0011-Check-for-clang-before-checking-gcc-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch for 0011-Check-for-clang-before-checking-gcc-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for avoid-strip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/avoid-strip.patch for avoid-strip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for define-ldflags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/define-ldflags.patch for define-ldflags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch for 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for cve-2014-9636.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/cve-2014-9636.patch for cve-2014-9636.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 09-cve-2014-8139-crc-overflow.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/09-cve-2014-8139-crc-overflow.patch for 09-cve-2014-8139-crc-overflow.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 10-cve-2014-8140-test-compr-eb.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Searching for 0002-binutils-cross-Do-not-generate-linker-script-directo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/10-cve-2014-8140-test-compr-eb.patch for 10-cve-2014-8140-test-compr-eb.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch for 0002-binutils-cross-Do-not-generate-linker-script-directo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 11-cve-2014-8141-getzip64data.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/11-cve-2014-8141-getzip64data.patch for 11-cve-2014-8141-getzip64data.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2015-7696.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2015-7696.patch for CVE-2015-7696.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2015-7697.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2015-7697.patch for CVE-2015-7697.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for fix-security-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/fix-security-format.patch for fix-security-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 18-cve-2014-9913-unzip-buffer-overflow.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/18-cve-2014-9913-unzip-buffer-overflow.patch for 18-cve-2014-9913-unzip-buffer-overflow.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 19-cve-2016-9844-zipinfo-buffer-overflow.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/19-cve-2016-9844-zipinfo-buffer-overflow.patch for 19-cve-2016-9844-zipinfo-buffer-overflow.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for symlink.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/symlink.patch for symlink.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-unzip-fix-CVE-2018-1000035.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-unzip-fix-CVE-2018-1000035.patch for 0001-unzip-fix-CVE-2018-1000035.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2018-18384.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2018-18384.patch for CVE-2018-18384.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2019-13232_p1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p1.patch for CVE-2019-13232_p1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2019-13232_p2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p2.patch for CVE-2019-13232_p2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2019-13232_p3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p3.patch for CVE-2019-13232_p3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for unzip_optimization.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/unzip_optimization.patch for unzip_optimization.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch for 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2021-4217.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch for CVE-2021-4217.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2022-0529.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2022-0529.patch for CVE-2022-0529.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2022-0530.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2022-0530.patch for CVE-2022-0530.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-configure-Add-correct-system-headers-and-prototypes-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-configure-Add-correct-system-headers-and-prototypes-.patch for 0001-configure-Add-correct-system-headers-and-prototypes-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-unix-configure-fix-detection-for-cross-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-unix-configure-fix-detection-for-cross-compilation.patch for 0001-unix-configure-fix-detection-for-cross-compilation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Searching for float-div.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/float-div.patch for float-div.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for avoid-strip.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/avoid-strip.patch for avoid-strip.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for define-ldflags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Searching for float-div.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/define-ldflags.patch for define-ldflags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/float-div.patch for float-div.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch for 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for cve-2014-9636.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/cve-2014-9636.patch for cve-2014-9636.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 09-cve-2014-8139-crc-overflow.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/09-cve-2014-8139-crc-overflow.patch for 09-cve-2014-8139-crc-overflow.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 10-cve-2014-8140-test-compr-eb.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/10-cve-2014-8140-test-compr-eb.patch for 10-cve-2014-8140-test-compr-eb.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 11-cve-2014-8141-getzip64data.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/11-cve-2014-8141-getzip64data.patch for 11-cve-2014-8141-getzip64data.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2015-7696.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2015-7696.patch for CVE-2015-7696.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2015-7697.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2015-7697.patch for CVE-2015-7697.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for fix-security-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/fix-security-format.patch for fix-security-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 18-cve-2014-9913-unzip-buffer-overflow.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/18-cve-2014-9913-unzip-buffer-overflow.patch for 18-cve-2014-9913-unzip-buffer-overflow.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Searching for float-div.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene-1.10.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 19-cve-2016-9844-zipinfo-buffer-overflow.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/files/float-div.patch for float-div.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/19-cve-2016-9844-zipinfo-buffer-overflow.patch for 19-cve-2016-9844-zipinfo-buffer-overflow.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for symlink.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/symlink.patch for symlink.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-unzip-fix-CVE-2018-1000035.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-unzip-fix-CVE-2018-1000035.patch for 0001-unzip-fix-CVE-2018-1000035.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2018-18384.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2018-18384.patch for CVE-2018-18384.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2019-13232_p1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p1.patch for CVE-2019-13232_p1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2019-13232_p2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p2.patch for CVE-2019-13232_p2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2019-13232_p3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p3.patch for CVE-2019-13232_p3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for unzip_optimization.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/unzip_optimization.patch for unzip_optimization.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch for 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2021-4217.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch for CVE-2021-4217.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2022-0529.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2022-0529.patch for CVE-2022-0529.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for CVE-2022-0530.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/CVE-2022-0530.patch for CVE-2022-0530.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-configure-Add-correct-system-headers-and-prototypes-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-configure-Add-correct-system-headers-and-prototypes-.patch for 0001-configure-Add-correct-system-headers-and-prototypes-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Searching for 0001-unix-configure-fix-detection-for-cross-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip-6.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip/0001-unix-configure-fix-detection-for-cross-compilation.patch for 0001-unix-configure-fix-detection-for-cross-compilation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb: Searching for run-postinsts in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts for run-postinsts\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb: Searching for run-postinsts.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.init for run-postinsts.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb: Searching for run-postinsts.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service for run-postinsts.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for 00avahi-autoipd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/00avahi-autoipd for 00avahi-autoipd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for 99avahi-autoipd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/99avahi-autoipd for 99avahi-autoipd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for initscript.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/initscript.patch for initscript.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for 0001-Fix-opening-etc-resolv.conf-error.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/0001-Fix-opening-etc-resolv.conf-error.patch for 0001-Fix-opening-etc-resolv.conf-error.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for handle-hup.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/handle-hup.patch for handle-hup.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for local-ping.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/local-ping.patch for local-ping.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for invalid-service.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/invalid-service.patch for invalid-service.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for CVE-2023-1981.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/CVE-2023-1981.patch for CVE-2023-1981.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for CVE-2023-38469-1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/CVE-2023-38469-1.patch for CVE-2023-38469-1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for CVE-2023-38469-2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/CVE-2023-38469-2.patch for CVE-2023-38469-2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for CVE-2023-38470-1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/CVE-2023-38470-1.patch for CVE-2023-38470-1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for CVE-2023-38470-2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/CVE-2023-38470-2.patch for CVE-2023-38470-2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for CVE-2023-38471-1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/CVE-2023-38471-1.patch for CVE-2023-38471-1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for CVE-2023-38471-2.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/CVE-2023-38471-2.patch for CVE-2023-38471-2.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for CVE-2023-38472.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/CVE-2023-38472.patch for CVE-2023-38472.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Searching for CVE-2023-38473.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi-0.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/files/CVE-2023-38473.patch for CVE-2023-38473.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/fortran/fortran-helloworld.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/fortran/fortran-helloworld.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:1: including binutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests_1.13.bb: Searching for 0001-tests-Makefile-do-not-use-Werror.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests-1.13+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests-1.13+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests-1.13+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests-1.13+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests-1.13+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/cryptodev-tests_1.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/cryptodev/files/0001-tests-Makefile-do-not-use-Werror.patch for 0001-tests-Makefile-do-not-use-Werror.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:2: including binutils-2.41.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb:22: including cargo-c-crates.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0001-Corretly-install-tmpfiles.d-configuration.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-Corretly-install-tmpfiles.d-configuration.patch for 0001-Corretly-install-tmpfiles.d-configuration.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch for 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0005-Do-not-prepend-installroot-to-logdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch for 0005-Do-not-prepend-installroot-to-logdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch for 0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0030-Run-python-scripts-using-env.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch for 0030-Run-python-scripts-using-env.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0001-set-python-path-for-completion_helper.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-set-python-path-for-completion_helper.patch for 0001-set-python-path-for-completion_helper.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0001-Corretly-install-tmpfiles.d-configuration.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-Corretly-install-tmpfiles.d-configuration.patch for 0001-Corretly-install-tmpfiles.d-configuration.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch for 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0005-Do-not-prepend-installroot-to-logdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch for 0005-Do-not-prepend-installroot-to-logdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch for 0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0030-Run-python-scripts-using-env.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Searching for gnome-fs-directory.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch for 0030-Run-python-scripts-using-env.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png for gnome-fs-directory.png\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0001-set-python-path-for-completion_helper.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-set-python-path-for-completion_helper.patch for 0001-set-python-path-for-completion_helper.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Searching for gnome-fs-regular.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0001-dnf-write-the-log-lock-to-root.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png for gnome-fs-regular.png\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch for 0001-dnf-write-the-log-lock-to-root.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Searching for gnome-mime-text-plain.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png for gnome-mime-text-plain.png\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Searching for emblem-symbolic-link.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-glib-2.0/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png for emblem-symbolic-link.png\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Searching for no-desktop.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/files/no-desktop.patch for no-desktop.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0001-Corretly-install-tmpfiles.d-configuration.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-Corretly-install-tmpfiles.d-configuration.patch for 0001-Corretly-install-tmpfiles.d-configuration.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch for 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0005-Do-not-prepend-installroot-to-logdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch for 0005-Do-not-prepend-installroot-to-logdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch for 0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb:1: including systemd.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0030-Run-python-scripts-using-env.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch for 0030-Run-python-scripts-using-env.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Searching for 0001-set-python-path-for-completion_helper.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.18.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-set-python-path-for-completion_helper.patch for 0001-set-python-path-for-completion_helper.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.3/download to aho-corasick-1.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.2/download to anstyle-wincon-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/arrayvec/0.5.2/download to arrayvec-0.5.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/base16ct/0.2.0/download to base16ct-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/base64/0.13.1/download to base64-0.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/base64ct/1.6.0/download to base64ct-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/bitmaps/2.1.0/download to bitmaps-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/block-buffer/0.10.4/download to block-buffer-0.10.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/bytes/1.4.0/download to bytes-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/bytesize/1.2.0/download to bytesize-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/cargo/0.69.1/download to cargo-0.69.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/cargo-platform/0.1.3/download to cargo-platform-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/cargo-util/0.2.4/download to cargo-util-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/cbindgen/0.24.5/download to cbindgen-0.24.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.82/download to cc-1.0.82.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/clap/4.3.21/download to clap-4.3.21.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.21/download to clap_builder-4.3.21.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/combine/4.6.6/download to combine-4.6.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/const-oid/0.9.5/download to const-oid-0.9.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/core-foundation/0.9.3/download to core-foundation-0.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/cpufeatures/0.2.9/download to cpufeatures-0.2.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/crates-io/0.35.1/download to crates-io-0.35.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/crypto-bigint/0.5.2/download to crypto-bigint-0.5.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/crypto-common/0.1.6/download to crypto-common-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/ct-codecs/1.1.1/download to ct-codecs-1.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/curl/0.4.44/download to curl-0.4.44.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/curl-sys/0.4.65+curl-8.2.1/download to curl-sys-0.4.65+curl-8.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/der/0.7.8/download to der-0.7.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.7/download to deranged-0.3.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/digest/0.10.7/download to digest-0.10.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/ecdsa/0.16.8/download to ecdsa-0.16.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/ed25519-compact/2.0.4/download to ed25519-compact-2.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/either/1.9.0/download to either-1.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/elliptic-curve/0.13.5/download to elliptic-curve-0.13.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/env_logger/0.10.0/download to env_logger-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/errno/0.3.2/download to errno-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/ff/0.13.0/download to ff-0.13.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/fiat-crypto/0.1.20/download to fiat-crypto-0.1.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/filetime/0.2.22/download to filetime-0.2.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/foreign-types/0.3.2/download to foreign-types-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download to foreign-types-shared-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/fwdansi/1.1.0/download to fwdansi-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/generic-array/0.14.7/download to generic-array-0.14.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/git2/0.16.0/download to git2-0.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/git2-curl/0.17.0/download to git2-curl-0.17.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/glob/0.3.1/download to glob-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/globset/0.4.13/download to globset-0.4.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/group/0.13.0/download to group-0.13.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/hex/0.4.3/download to hex-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/hkdf/0.12.3/download to hkdf-0.12.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/hmac/0.12.1/download to hmac-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/home/0.5.5/download to home-0.5.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/http-auth/0.1.8/download to http-auth-0.1.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/humantime/2.1.0/download to humantime-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/ignore/0.4.20/download to ignore-0.4.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/im-rc/15.1.0/download to im-rc-15.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/jobserver/0.1.26/download to jobserver-0.1.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/kstring/2.0.0/download to kstring-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/lazycell/1.3.0/download to lazycell-1.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/libgit2-sys/0.14.1+1.5.0/download to libgit2-sys-0.14.1+1.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/libnghttp2-sys/0.1.8+1.55.1/download to libnghttp2-sys-0.1.8+1.55.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/libssh2-sys/0.2.23/download to libssh2-sys-0.2.23.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/libz-sys/1.1.12/download to libz-sys-1.1.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.5/download to linux-raw-sys-0.4.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/miow/0.5.0/download to miow-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/num-traits/0.2.16/download to num-traits-0.2.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/opener/0.5.2/download to opener-0.5.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.56/download to openssl-0.10.56.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/openssl-macros/0.1.1/download to openssl-macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/openssl-probe/0.1.5/download to openssl-probe-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/openssl-src/111.27.0+1.1.1v/download to openssl-src-111.27.0+1.1.1v.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.91/download to openssl-sys-0.9.91.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/ordered-float/2.10.0/download to ordered-float-2.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/orion/0.17.5/download to orion-0.17.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/os_info/3.7.0/download to os_info-3.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/p384/0.13.0/download to p384-0.13.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/pasetors/0.6.7/download to pasetors-0.6.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/pathdiff/0.2.1/download to pathdiff-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/pem-rfc7468/0.7.0/download to pem-rfc7468-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/pkcs8/0.10.2/download to pkcs8-0.10.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/primeorder/0.13.2/download to primeorder-0.13.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.32/download to quote-1.0.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/rand_xoshiro/0.6.0/download to rand_xoshiro-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/regex/1.9.3/download to regex-1.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.6/download to regex-automata-0.3.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/rfc6979/0.4.0/download to rfc6979-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/rustc-workspace-hack/1.0.0/download to rustc-workspace-hack-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/rustfix/0.6.1/download to rustfix-0.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.8/download to rustix-0.38.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/schannel/0.1.22/download to schannel-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/sec1/0.7.3/download to sec1-0.7.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.183/download to serde-1.0.183.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/serde-value/0.7.0/download to serde-value-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.183/download to serde_derive-1.0.183.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/serde_ignored/0.1.9/download to serde_ignored-0.1.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.104/download to serde_json-1.0.104.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/sha1/0.10.5/download to sha1-0.10.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/sha2/0.10.7/download to sha2-0.10.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/shell-escape/0.1.5/download to shell-escape-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/signature/2.1.0/download to signature-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/sized-chunks/0.6.5/download to sized-chunks-0.6.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/socket2/0.4.9/download to socket2-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/spki/0.7.2/download to spki-0.7.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/static_assertions/1.1.0/download to static_assertions-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/strip-ansi-escapes/0.1.1/download to strip-ansi-escapes-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/subtle/2.5.0/download to subtle-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.28/download to syn-2.0.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/tar/0.4.40/download to tar-0.4.40.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.7.1/download to tempfile-3.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/termcolor/1.2.0/download to termcolor-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/thread_local/1.1.7/download to thread_local-1.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/time/0.3.25/download to time-0.3.25.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/time-core/0.1.1/download to time-core-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.2.11/download to time-macros-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/toml/0.5.11/download to toml-0.5.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/toml_datetime/0.5.1/download to toml_datetime-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.15.0/download to toml_edit-0.15.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/unicode-width/0.1.10/download to unicode-width-0.1.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/unicode-xid/0.2.4/download to unicode-xid-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/vcpkg/0.2.15/download to vcpkg-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/vte/0.10.1/download to vte-0.10.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/vte_generate_state_changes/0.1.1/download to vte_generate_state_changes-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.42.0/download to windows-sys-0.42.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.45.0/download to windows-sys-0.45.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.42.2/download to windows-targets-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download to windows_aarch64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download to windows_aarch64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download to windows_i686_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download to windows_i686_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download to windows_x86_64_gnu-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download to windows_x86_64_gnullvm-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download to windows_x86_64_msvc-0.42.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.7/download to winnow-0.5.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Fetching https://crates.io/api/v1/crates/zeroize/1.6.0/download to zeroize-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/build-appliance-image/15.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Searching for 0001-Add-Cargo.lock-file.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-0.9.18/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-0.9.18/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-0.9.18/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-0.9.18/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c/0001-Add-Cargo.lock-file.patch for 0001-Add-Cargo.lock-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Searching for 0001-pzstd-use-directly-for-the-test-c-snippet.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/0001-pzstd-use-directly-for-the-test-c-snippet.patch for 0001-pzstd-use-directly-for-the-test-c-snippet.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Searching for 0001-pzstd-use-directly-for-the-test-c-snippet.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/0001-pzstd-use-directly-for-the-test-c-snippet.patch for 0001-pzstd-use-directly-for-the-test-c-snippet.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Searching for 0001-pzstd-use-directly-for-the-test-c-snippet.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd-1.5.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd/0001-pzstd-use-directly-for-the-test-c-snippet.patch for 0001-pzstd-use-directly-for-the-test-c-snippet.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb:26: including /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/required-distro-features.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/required-distro-features.inc:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Searching for Yocto_Build_Appliance.vmx in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx for Yocto_Build_Appliance.vmx\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Searching for Yocto_Build_Appliance.vmxf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf for Yocto_Build_Appliance.vmxf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Searching for README_VirtualBox_Guest_Additions.txt in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/README_VirtualBox_Guest_Additions.txt for README_VirtualBox_Guest_Additions.txt\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Searching for README_VirtualBox_Toaster.txt in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image-15.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image_15.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/build-appliance-image/README_VirtualBox_Toaster.txt for README_VirtualBox_Toaster.txt\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0004-Point-scripts-location-to-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch for 0004-Point-scripts-location-to-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0008-Use-libtool-2.4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch for 0008-Use-libtool-2.4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0010-sync-with-OE-libtool-changes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch for 0010-sync-with-OE-libtool-changes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0011-Check-for-clang-before-checking-gcc-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch for 0011-Check-for-clang-before-checking-gcc-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch for 0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0004-Point-scripts-location-to-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch for 0004-Point-scripts-location-to-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0008-Use-libtool-2.4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch for 0008-Use-libtool-2.4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0010-sync-with-OE-libtool-changes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch for 0010-sync-with-OE-libtool-changes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0011-Check-for-clang-before-checking-gcc-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch for 0011-Check-for-clang-before-checking-gcc-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0004-Point-scripts-location-to-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch for 0004-Point-scripts-location-to-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0008-Use-libtool-2.4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch for 0008-Use-libtool-2.4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0010-sync-with-OE-libtool-changes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch for 0010-sync-with-OE-libtool-changes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0011-Check-for-clang-before-checking-gcc-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch for 0011-Check-for-clang-before-checking-gcc-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Searching for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for pon in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/pon for pon\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for poff in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poff for poff\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for ip-up in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/ip-up for ip-up\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for ip-down in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/ip-down for ip-down\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for 08setupdns in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/08setupdns for 08setupdns\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Searching for 0001-libweston-tools-Include-libgen.h-for-basename-signat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for 92removedns in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/0001-libweston-tools-Include-libgen.h-for-basename-signat.patch for 0001-libweston-tools-Include-libgen.h-for-basename-signat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/92removedns for 92removedns\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Searching for 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Searching for weston.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for pap in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch for 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/weston.png for weston.png\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/pap for pap\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for ppp_on_boot in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Searching for weston.desktop in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/ppp_on_boot for ppp_on_boot\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/weston.desktop for weston.desktop\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for provider in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Searching for xwayland.weston-start in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/provider for provider\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/xwayland.weston-start for xwayland.weston-start\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Searching for ppp@.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Searching for systemd-notify.weston-start in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp/ppp@.service for ppp@.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston/systemd-notify.weston-start for systemd-notify.weston-start\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Searching for 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch for 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Searching for 0001-conditionally-do-not-fetch-code-by-easy_install.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch for 0001-conditionally-do-not-fetch-code-by-easy_install.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:1: including glibc-locale.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:1: including glibc-collateral.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb:248)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:92)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Searching for 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-69.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch for 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass:97)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Searching for 0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch for 0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Searching for 0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch for 0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Searching for 0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib-1.2.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib/0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch for 0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Searching for 0001-include-string.h-for-memset.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/0001-include-string.h-for-memset.patch for 0001-include-string.h-for-memset.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Searching for 0001-include-string.h-for-memset.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/0001-include-string.h-for-memset.patch for 0001-include-string.h-for-memset.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Searching for 0001-include-string.h-for-memset.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time-1.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time/0001-include-string.h-for-memset.patch for 0001-include-string.h-for-memset.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for nfsserver in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver for nfsserver\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for nfscommon in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon for nfscommon\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for nfs-utils.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.conf for nfs-utils.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for nfs-server.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service for nfs-server.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for nfs-mountd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service for nfs-mountd.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for nfs-statd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-statd.service for nfs-statd.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for proc-fs-nfsd.mount in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/proc-fs-nfsd.mount for proc-fs-nfsd.mount\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for nfs-utils-debianize-start-statd.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-debianize-start-statd.patch for nfs-utils-debianize-start-statd.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput-1.25.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput-1.25.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput-1.25.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput-1.25.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput-1.25.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for bugfix-adjust-statd-service-name.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch for bugfix-adjust-statd-service-name.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for 0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch for 0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for clang-warnings.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch for clang-warnings.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for 0001-locktest-Makefile.am-Do-not-use-build-flags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch for 0001-locktest-Makefile.am-Do-not-use-build-flags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for 0001-tools-locktest-Use-intmax_t-to-print-off_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-tools-locktest-Use-intmax_t-to-print-off_t.patch for 0001-tools-locktest-Use-intmax_t-to-print-off_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Searching for 0001-reexport.h-Include-unistd.h-to-compile-with-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-reexport.h-Include-unistd.h-to-compile-with-musl.patch for 0001-reexport.h-Include-unistd.h-to-compile-with-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb:7: including wget.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget.inc:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget.inc:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget.inc:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget.inc:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget.inc:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Searching for 0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch for 0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Searching for 0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch for 0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Searching for 0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch for 0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: Searching for disable-xkb.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset-1.2.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset-1.2.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset-1.2.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset-1.2.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset-1.2.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset/disable-xkb.patch for disable-xkb.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for fixed-perl-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/fixed-perl-path.patch for fixed-perl-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for Added-support-for-PPC-instructions-mfatbu-mfatbl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch for Added-support-for-PPC-instructions-mfatbu-mfatbl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb:2: including libgfortran.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for remove-for-aarch64 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64 for remove-for-aarch64\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for remove-for-all in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran.inc:1: including gcc-configure-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/remove-for-all for remove-for-all\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for taskset_nondeterministic_tests in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/taskset_nondeterministic_tests for taskset_nondeterministic_tests\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch for 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch for use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for avoid-neon-for-targets-which-don-t-support-it.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/avoid-neon-for-targets-which-don-t-support-it.patch for avoid-neon-for-targets-which-don-t-support-it.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for valgrind-make-ld-XXX.so-strlen-intercept-optional.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/valgrind-make-ld-XXX.so-strlen-intercept-optional.patch for valgrind-make-ld-XXX.so-strlen-intercept-optional.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-makefiles-Drop-setting-mcpu-to-cortex-a8-on-arm-arch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-makefiles-Drop-setting-mcpu-to-cortex-a8-on-arm-arch.patch for 0001-makefiles-Drop-setting-mcpu-to-cortex-a8-on-arm-arch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-sigqueue-Rename-_sifields-to-__si_fields-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-sigqueue-Rename-_sifields-to-__si_fields-on-musl.patch for 0001-sigqueue-Rename-_sifields-to-__si_fields-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0002-context-APIs-are-not-available-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0002-context-APIs-are-not-available-on-musl.patch for 0002-context-APIs-are-not-available-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0003-correct-include-directive-path-for-config.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0003-correct-include-directive-path-for-config.h.patch for 0003-correct-include-directive-path-for-config.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-fix-opcode-not-supported-on-mips32-linux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-fix-opcode-not-supported-on-mips32-linux.patch for 0001-fix-opcode-not-supported-on-mips32-linux.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-Make-local-functions-static-to-avoid-assembler-error.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-Make-local-functions-static-to-avoid-assembler-error.patch for 0001-Make-local-functions-static-to-avoid-assembler-error.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-Return-a-valid-exit_code-from-vg_regtest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-Return-a-valid-exit_code-from-vg_regtest.patch for 0001-Return-a-valid-exit_code-from-vg_regtest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-valgrind-filter_xml_frames-do-not-filter-usr.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-valgrind-filter_xml_frames-do-not-filter-usr.patch for 0001-valgrind-filter_xml_frames-do-not-filter-usr.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-memcheck-vgtests-remove-fullpath-after-flags.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-memcheck-vgtests-remove-fullpath-after-flags.patch for 0001-memcheck-vgtests-remove-fullpath-after-flags.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for s390x_vec_op_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/s390x_vec_op_t.patch for s390x_vec_op_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-none-tests-fdleak_cmsg.stderr.exp-adjust-tmp-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-none-tests-fdleak_cmsg.stderr.exp-adjust-tmp-paths.patch for 0001-none-tests-fdleak_cmsg.stderr.exp-adjust-tmp-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-memcheck-tests-Fix-timerfd-syscall-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Fix-timerfd-syscall-test.patch for 0001-memcheck-tests-Fix-timerfd-syscall-test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-docs-Disable-manual-validation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-docs-Disable-manual-validation.patch for 0001-docs-Disable-manual-validation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Searching for 0001-none-tests-x86-linux-seg_override.c-add-missing-incl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.21.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-none-tests-x86-linux-seg_override.c-add-missing-incl.patch for 0001-none-tests-x86-linux-seg_override.c-add-missing-incl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/baremetal-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/baremetal-image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass:52)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-gnutls/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/baremetal-image.bbclass:125)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/baremetal-image.bbclass:113)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/baremetal-image.bbclass:113)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_13.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb:7: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb: Searching for inittab in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab-2.88dsf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab-2.88dsf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab-2.88dsf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab-2.88dsf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab-2.88dsf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/inittab for inittab\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb: Searching for start_getty in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab-2.88dsf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab-2.88dsf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab-2.88dsf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab-2.88dsf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab-2.88dsf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab/start_getty for start_getty\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Searching for 99_sysstat in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/99_sysstat for 99_sysstat\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Searching for sysstat.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/sysstat.service for sysstat.service\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Searching for 0001-configure.in-remove-check-for-chkconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat-12.7.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch for 0001-configure.in-remove-check-for-chkconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysstat/sysstat_12.7.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Searching for ac_config_links.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/ac_config_links.patch for ac_config_links.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Searching for 0001-sigsegv-Fix-build-on-ppc-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/0001-sigsegv-Fix-build-on-ppc-musl.patch for 0001-sigsegv-Fix-build-on-ppc-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Searching for 0001-Define-alignof_slot-using-_Alignof-when-using-C11-or.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Searching for 0002-improve-reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.21.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.21.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.21.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.21.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/0001-Define-alignof_slot-using-_Alignof-when-using-C11-or.patch for 0001-Define-alignof_slot-using-_Alignof-when-using-C11-or.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch for 0002-improve-reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Searching for pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch for pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Searching for 0001-Do-not-fail-when-testing-config-scripts.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch for 0001-Do-not-fail-when-testing-config-scripts.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Searching for ac_config_links.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/ac_config_links.patch for ac_config_links.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Searching for 0002-improve-reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.21.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.21.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.21.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.21.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.21.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Searching for 0001-sigsegv-Fix-build-on-ppc-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch for 0002-improve-reproducibility.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/0001-sigsegv-Fix-build-on-ppc-musl.patch for 0001-sigsegv-Fix-build-on-ppc-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Searching for 0001-Define-alignof_slot-using-_Alignof-when-using-C11-or.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/0001-Define-alignof_slot-using-_Alignof-when-using-C11-or.patch for 0001-Define-alignof_slot-using-_Alignof-when-using-C11-or.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Searching for serial-tests-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4/serial-tests-config.patch for serial-tests-config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mingetty/mingetty_1.08.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mingetty/mingetty_1.08.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb: Searching for config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor-0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor-0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor-0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor-0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor-0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Searching for pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch for pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/config for config\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Searching for 0001-Do-not-fail-when-testing-config-scripts.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mingetty/mingetty_1.08.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mingetty/mingetty_1.08.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb: Searching for machconfig in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor-0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor-0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor-0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor-0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor-0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch for 0001-Do-not-fail-when-testing-config-scripts.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig for machconfig\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb:2: including python-testtools.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Searching for pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch for pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-testtools.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Searching for 0001-Do-not-fail-when-testing-config-scripts.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch for 0001-Do-not-fail-when-testing-config-scripts.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.47/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/volatile-binds/volatile-binds.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/volatile-binds/volatile-binds.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/volatile-binds/volatile-binds.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/volatile-binds/volatile-binds.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/volatile-binds/volatile-binds.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/volatile-binds/volatile-binds.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/volatile-binds/volatile-binds.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/volatile-binds/volatile-binds.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-gstreamer1.0/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites-1.4.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb: Searching for 0001-usbutils.pc.in-Fix-Cflags-entry.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils-017/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils-017/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils-017/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils-017/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils-017/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils/0001-usbutils.pc.in-Fix-Cflags-entry.patch for 0001-usbutils.pc.in-Fix-Cflags-entry.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbutils/usbutils_017.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2023.11.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for create_manifest3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/create_manifest3.py for create_manifest3.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for get_module_deps3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/get_module_deps3.py for get_module_deps3.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for python3-manifest.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/python3-manifest.json for python3-manifest.json\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for check_build_completeness.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/check_build_completeness.py for check_build_completeness.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for reformat_sysconfig.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/reformat_sysconfig.py for reformat_sysconfig.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for cgi_py.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/cgi_py.patch for cgi_py.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch for 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch for 0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for crosspythonpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/crosspythonpath.patch for crosspythonpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-test_locale.py-correct-the-test-output-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch for 0001-test_locale.py-correct-the-test-output-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch for 0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch for 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-test_ctypes.test_find-skip-without-tools-sdk.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch for 0001-test_ctypes.test_find-skip-without-tools-sdk.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for makerace.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/makerace.patch for makerace.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-sysconfig.py-use-platlibdir-also-for-purelib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch for 0001-sysconfig.py-use-platlibdir-also-for-purelib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch for 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for deterministic_imports.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/deterministic_imports.patch for deterministic_imports.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Avoid-shebang-overflow-on-python-config.py.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch for 0001-Avoid-shebang-overflow-on-python-config.py.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Update-test_sysconfig-for-posix_user-purelib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Update-test_sysconfig-for-posix_user-purelib.patch for 0001-Update-test_sysconfig-for-posix_user-purelib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-skip-no_stdout_fileno-test-due-to-load-variability.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch for 0001-skip-no_stdout_fileno-test-due-to-load-variability.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-test_storlines-skip-due-to-load-variability.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch for 0001-test_storlines-skip-due-to-load-variability.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-gh-114492-Initialize-struct-termios-before-calling-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-gh-114492-Initialize-struct-termios-before-calling-t.patch for 0001-gh-114492-Initialize-struct-termios-before-calling-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-base.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for create_manifest3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/create_manifest3.py for create_manifest3.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for get_module_deps3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/get_module_deps3.py for get_module_deps3.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for python3-manifest.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/python3-manifest.json for python3-manifest.json\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for check_build_completeness.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/check_build_completeness.py for check_build_completeness.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for reformat_sysconfig.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/reformat_sysconfig.py for reformat_sysconfig.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for cgi_py.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/cgi_py.patch for cgi_py.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch for 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch for 0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for crosspythonpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/crosspythonpath.patch for crosspythonpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-test_locale.py-correct-the-test-output-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch for 0001-test_locale.py-correct-the-test-output-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch for 0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch for 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-test_ctypes.test_find-skip-without-tools-sdk.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch for 0001-test_ctypes.test_find-skip-without-tools-sdk.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for makerace.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/makerace.patch for makerace.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-sysconfig.py-use-platlibdir-also-for-purelib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch for 0001-sysconfig.py-use-platlibdir-also-for-purelib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch for 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for deterministic_imports.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/deterministic_imports.patch for deterministic_imports.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Avoid-shebang-overflow-on-python-config.py.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch for 0001-Avoid-shebang-overflow-on-python-config.py.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Update-test_sysconfig-for-posix_user-purelib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Update-test_sysconfig-for-posix_user-purelib.patch for 0001-Update-test_sysconfig-for-posix_user-purelib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-skip-no_stdout_fileno-test-due-to-load-variability.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch for 0001-skip-no_stdout_fileno-test-due-to-load-variability.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-test_storlines-skip-due-to-load-variability.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch for 0001-test_storlines-skip-due-to-load-variability.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-gh-114492-Initialize-struct-termios-before-calling-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-gh-114492-Initialize-struct-termios-before-calling-t.patch for 0001-gh-114492-Initialize-struct-termios-before-calling-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch for 0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:13: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for create_manifest3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/create_manifest3.py for create_manifest3.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for get_module_deps3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/get_module_deps3.py for get_module_deps3.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb: Searching for no-docs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora-1.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora-1.1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora-1.1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora-1.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora-1.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for python3-manifest.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch for no-docs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/python3-manifest.json for python3-manifest.json\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for check_build_completeness.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/check_build_completeness.py for check_build_completeness.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for reformat_sysconfig.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/reformat_sysconfig.py for reformat_sysconfig.py\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Searching for 0001-python3-shebang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for cgi_py.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/0001-python3-shebang.patch for 0001-python3-shebang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/cgi_py.patch for cgi_py.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch for 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch for 0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for crosspythonpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/crosspythonpath.patch for crosspythonpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-test_locale.py-correct-the-test-output-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch for 0001-test_locale.py-correct-the-test-output-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch for 0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch for 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-test_ctypes.test_find-skip-without-tools-sdk.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch for 0001-test_ctypes.test_find-skip-without-tools-sdk.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for makerace.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Searching for 0001-python3-shebang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/makerace.patch for makerace.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/0001-python3-shebang.patch for 0001-python3-shebang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-sysconfig.py-use-platlibdir-also-for-purelib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch for 0001-sysconfig.py-use-platlibdir-also-for-purelib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch for 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for deterministic_imports.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/deterministic_imports.patch for deterministic_imports.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Avoid-shebang-overflow-on-python-config.py.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch for 0001-Avoid-shebang-overflow-on-python-config.py.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-Update-test_sysconfig-for-posix_user-purelib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-Update-test_sysconfig-for-posix_user-purelib.patch for 0001-Update-test_sysconfig-for-posix_user-purelib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-skip-no_stdout_fileno-test-due-to-load-variability.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch for 0001-skip-no_stdout_fileno-test-due-to-load-variability.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-test_storlines-skip-due-to-load-variability.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Searching for 0001-python3-shebang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch for 0001-test_storlines-skip-due-to-load-variability.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo/0001-python3-shebang.patch for 0001-python3-shebang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Searching for 0001-gh-114492-Initialize-struct-termios-before-calling-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-gh-114492-Initialize-struct-termios-before-calling-t.patch for 0001-gh-114492-Initialize-struct-termios-before-calling-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb: Searching for 0001-configure-Check-for-clang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis-1.3.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis-1.3.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis-1.3.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis-1.3.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis-1.3.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis/0001-configure-Check-for-clang.patch for 0001-configure-Check-for-clang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-less/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Searching for eagain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/eagain.patch for eagain.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Searching for eagain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/eagain.patch for eagain.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Searching for 0001-Removed-icon-from-connman-gnome-about-applet.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch for 0001-Removed-icon-from-connman-gnome-about-applet.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Searching for null_check_for_ipv4_config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/null_check_for_ipv4_config.patch for null_check_for_ipv4_config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Searching for images/ in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/images/ for images/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Searching for connman-gnome-fix-dbus-interface-name.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch for connman-gnome-fix-dbus-interface-name.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Searching for 0001-Port-to-Gtk3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome-0.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Searching for eagain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome/0001-Port-to-Gtk3.patch for 0001-Port-to-Gtk3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking/eagain.patch for eagain.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb:5: including libxcrypt.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/hwlatdetect_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/hwlatdetect_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/hwlatdetect_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/hwlatdetect_git.bb:8: including rt-tests.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/devupstream.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/hwlatdetect_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/hwlatdetect_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Searching for cross_ar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/cross_ar.patch for cross_ar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Searching for Makefile.in-Add-tinfo-library-to-the-linking-librari.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/Makefile.in-Add-tinfo-library-to-the-linking-librari.patch for Makefile.in-Add-tinfo-library-to-the-linking-librari.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Searching for 0001-detect-gold-as-GNU-linker-too.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/0001-detect-gold-as-GNU-linker-too.patch for 0001-detect-gold-as-GNU-linker-too.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Searching for cross_ar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/cross_ar.patch for cross_ar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Searching for Makefile.in-Add-tinfo-library-to-the-linking-librari.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/Makefile.in-Add-tinfo-library-to-the-linking-librari.patch for Makefile.in-Add-tinfo-library-to-the-linking-librari.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Searching for 0001-detect-gold-as-GNU-linker-too.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/0001-detect-gold-as-GNU-linker-too.patch for 0001-detect-gold-as-GNU-linker-too.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Searching for 0001-BmapCopy.py-fix-error-message.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/0001-BmapCopy.py-fix-error-message.patch for 0001-BmapCopy.py-fix-error-message.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Searching for 0002-CLI.py-fix-block-device-udev-race-condition.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb:1: including binutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/0002-CLI.py-fix-block-device-udev-race-condition.patch for 0002-CLI.py-fix-block-device-udev-race-condition.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Searching for 0003-BmapCopy.py-tweak-suggested-udev-rule.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch for 0003-BmapCopy.py-tweak-suggested-udev-rule.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Searching for 0001-BmapCopy.py-fix-error-message.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/0001-BmapCopy.py-fix-error-message.patch for 0001-BmapCopy.py-fix-error-message.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Searching for 0002-CLI.py-fix-block-device-udev-race-condition.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/0002-CLI.py-fix-block-device-udev-race-condition.patch for 0002-CLI.py-fix-block-device-udev-race-condition.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Searching for 0003-BmapCopy.py-tweak-suggested-udev-rule.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch for 0003-BmapCopy.py-tweak-suggested-udev-rule.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb:2: including binutils-2.41.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb:3: including binutils-cross-canadian.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross-canadian.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Searching for 0001-BmapCopy.py-fix-error-message.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/0001-BmapCopy.py-fix-error-message.patch for 0001-BmapCopy.py-fix-error-message.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Searching for 0002-CLI.py-fix-block-device-udev-race-condition.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/0002-CLI.py-fix-block-device-udev-race-condition.patch for 0002-CLI.py-fix-block-device-udev-race-condition.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Searching for 0003-BmapCopy.py-tweak-suggested-udev-rule.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools-3.7+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/bmap-tools_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmap-tools/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch for 0003-BmapCopy.py-tweak-suggested-udev-rule.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-image-testpkg.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/container-image/container-image-testpkg.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Searching for libxt_fix_for_x32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch for libxt_fix_for_x32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Searching for libxt_fix_for_x32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch for libxt_fix_for_x32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Searching for libxt_fix_for_x32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt-1.3.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch for libxt_fix_for_x32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Searching for libassuan-add-pkgconfig-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch for libassuan-add-pkgconfig-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Searching for libassuan-add-pkgconfig-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch for libassuan-add-pkgconfig-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Searching for libassuan-add-pkgconfig-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan-2.5.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch for libassuan-add-pkgconfig-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Searching for 0001-update-alternatives-correctly-match-priority.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch for 0001-update-alternatives-correctly-match-priority.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Searching for 0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch for 0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0004-Point-scripts-location-to-libdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch for 0004-Point-scripts-location-to-libdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Searching for 0001-update-alternatives-correctly-match-priority.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch for 0001-update-alternatives-correctly-match-priority.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch for 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Searching for fix_cflags_handling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Searching for 0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch for fix_cflags_handling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch for 0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch for 0006-warn-for-uses-of-system-directories-when-cross-linki.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch for 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0008-Use-libtool-2.4.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch for 0008-Use-libtool-2.4.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch for 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0010-sync-with-OE-libtool-changes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch for 0010-sync-with-OE-libtool-changes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0011-Check-for-clang-before-checking-gcc-version.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch for 0011-Check-for-clang-before-checking-gcc-version.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch for 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch for 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Searching for 0001-update-alternatives-correctly-match-priority.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Searching for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.41/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch for 0001-update-alternatives-correctly-match-priority.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch for 0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Searching for 0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch for 0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Searching for fix_cflags_handling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch for fix_cflags_handling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Searching for fix_cflags_handling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat-4.4.36/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch for fix_cflags_handling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: Searching for kbdconfig in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm-1.2.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm-1.2.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm-1.2.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm-1.2.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm-1.2.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm/kbdconfig for kbdconfig\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb:1: including libva.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva.inc:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva.inc:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva.inc:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb: Searching for icecc-env.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-env.sh for icecc-env.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb: Searching for icecc-setup.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain-0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain-0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain-0.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh for icecc-setup.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for rotation in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/rotation for rotation\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for nsswitch.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/nsswitch.conf for nsswitch.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for motd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/motd for motd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for hosts in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/hosts for hosts\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for host.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/host.conf for host.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for profile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/profile for profile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for shells in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/shells for shells\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for fstab in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/fstab for fstab\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for issue.net in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/issue.net for issue.net\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for issue in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/issue for issue\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for share/dot.bashrc in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/share/dot.bashrc for share/dot.bashrc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for share/dot.profile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/share/dot.profile for share/dot.profile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Searching for licenses/GPL-2 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files-3.0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files/licenses/GPL-2 for licenses/GPL-2\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Searching for 0001-generate-glslang-pkg-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch for 0001-generate-glslang-pkg-config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Searching for 0001-generate-glslang-pkg-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch for 0001-generate-glslang-pkg-config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Searching for 0001-generate-glslang-pkg-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang-1.3.268.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch for 0001-generate-glslang-pkg-config.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for mdadm-3.3.2_x32_abi_time_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch for mdadm-3.3.2_x32_abi_time_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-mdadm.h-Undefine-dprintf-before-redefining.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-mdadm.h-Undefine-dprintf-before-redefining.patch for 0001-mdadm.h-Undefine-dprintf-before-redefining.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch for 0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch for 0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-fix-gcc-8-format-truncation-warning.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-fix-gcc-8-format-truncation-warning.patch for 0001-fix-gcc-8-format-truncation-warning.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for debian-no-Werror.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/debian-no-Werror.patch for debian-no-Werror.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-Revert-tests-wait-for-complete-rebuild-in-integrity-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-Revert-tests-wait-for-complete-rebuild-in-integrity-.patch for 0001-Revert-tests-wait-for-complete-rebuild-in-integrity-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for mdadm.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/mdadm.init for mdadm.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-mdadm-add-option-y-for-use-syslog-to-recive-event-re.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-mdadm-add-option-y-for-use-syslog-to-recive-event-re.patch for 0001-mdadm-add-option-y-for-use-syslog-to-recive-event-re.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for include_sysmacros.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/include_sysmacros.patch for include_sysmacros.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-mdadm-skip-test-11spare-migration.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-mdadm-skip-test-11spare-migration.patch for 0001-mdadm-skip-test-11spare-migration.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-Fix-parsing-of-r-in-monitor-manager-mode.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-Fix-parsing-of-r-in-monitor-manager-mode.patch for 0001-Fix-parsing-of-r-in-monitor-manager-mode.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-Makefile-install-mdcheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-Makefile-install-mdcheck.patch for 0001-Makefile-install-mdcheck.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch for 0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-mdadm-Fix-optional-write-behind-parameter.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-mdadm-Fix-optional-write-behind-parameter.patch for 0001-mdadm-Fix-optional-write-behind-parameter.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-tests-02lineargrow-clear-the-superblock-at-every-ite.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-tests-02lineargrow-clear-the-superblock-at-every-ite.patch for 0001-tests-02lineargrow-clear-the-superblock-at-every-ite.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-tests-00raid0-add-a-test-that-validates-raid0-with-l.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-tests-00raid0-add-a-test-that-validates-raid0-with-l.patch for 0001-tests-00raid0-add-a-test-that-validates-raid0-with-l.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-tests-fix-raid0-tests-for-0.90-metadata.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-tests-fix-raid0-tests-for-0.90-metadata.patch for 0001-tests-fix-raid0-tests-for-0.90-metadata.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-tests-00readonly-Run-udevadm-settle-before-setting-r.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-tests-00readonly-Run-udevadm-settle-before-setting-r.patch for 0001-tests-00readonly-Run-udevadm-settle-before-setting-r.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-tests-04update-metadata-avoid-passing-chunk-size-to.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-tests-04update-metadata-avoid-passing-chunk-size-to.patch for 0001-tests-04update-metadata-avoid-passing-chunk-size-to.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-DDF-Cleanup-validate_geometry_ddf_container.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-DDF-Cleanup-validate_geometry_ddf_container.patch for 0001-DDF-Cleanup-validate_geometry_ddf_container.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0002-DDF-Fix-NULL-pointer-dereference-in-validate_geometr.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0002-DDF-Fix-NULL-pointer-dereference-in-validate_geometr.patch for 0002-DDF-Fix-NULL-pointer-dereference-in-validate_geometr.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0003-mdadm-Grow-Fix-use-after-close-bug-by-closing-after-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0003-mdadm-Grow-Fix-use-after-close-bug-by-closing-after-.patch for 0003-mdadm-Grow-Fix-use-after-close-bug-by-closing-after-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0004-monitor-Avoid-segfault-when-calling-NULL-get_bad_blo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0004-monitor-Avoid-segfault-when-calling-NULL-get_bad_blo.patch for 0004-monitor-Avoid-segfault-when-calling-NULL-get_bad_blo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0005-mdadm-test-Mark-and-ignore-broken-test-failures.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0005-mdadm-test-Mark-and-ignore-broken-test-failures.patch for 0005-mdadm-test-Mark-and-ignore-broken-test-failures.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0006-tests-Add-broken-files-for-all-broken-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0006-tests-Add-broken-files-for-all-broken-tests.patch for 0006-tests-Add-broken-files-for-all-broken-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Searching for 0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Searching for 0001-tests-add-.broken-files-for-04update-uuid-and-07reve.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch for 0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-tests-add-.broken-files-for-04update-uuid-and-07reve.patch for 0001-tests-add-.broken-files-for-04update-uuid-and-07reve.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Searching for 0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch for 0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Searching for 0001-include-rpm-rpmstring.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch for 0001-include-rpm-rpmstring.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Searching for 0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch for 0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Searching for 0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch for 0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Searching for 0001-include-rpm-rpmstring.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch for 0001-include-rpm-rpmstring.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Searching for 0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr/0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch for 0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Searching for 0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch for 0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Searching for 0001-include-rpm-rpmstring.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c-1.0.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch for 0001-include-rpm-rpmstring.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb:1: including u-boot-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-common.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb:2: including u-boot-tools.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools.inc:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer-2.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonpointer/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb:1: including xcb-util.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Searching for cross_ar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/cross_ar.patch for cross_ar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Searching for Makefile.in-Add-tinfo-library-to-the-linking-librari.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/Makefile.in-Add-tinfo-library-to-the-linking-librari.patch for Makefile.in-Add-tinfo-library-to-the-linking-librari.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Searching for 0001-detect-gold-as-GNU-linker-too.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt-0.52.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/files/0001-detect-gold-as-GNU-linker-too.patch for 0001-detect-gold-as-GNU-linker-too.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2023.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2023.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-weston/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: Searching for sysctl.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps-4.0.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps-4.0.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps-4.0.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps-4.0.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps-4.0.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps/sysctl.conf for sysctl.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libevent/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb:81)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_5.9.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp-2.5.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp-2.5.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp-2.5.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp-2.5.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp-2.5.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:53)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:83)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Searching for 0001-Add-serial-tests-config-needed-by-ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch for 0001-Add-serial-tests-config-needed-by-ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libgcrypt/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Searching for 0001-Add-serial-tests-config-needed-by-ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch for 0001-Add-serial-tests-config-needed-by-ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Searching for 0001-Add-serial-tests-config-needed-by-ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch for 0001-Add-serial-tests-config-needed-by-ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif-0.6.24/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Searching for noopus.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1-1.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1-1.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1-1.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1-1.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1-1.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/noopus.patch for noopus.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Searching for cve-2022-33065.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1-1.2.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1-1.2.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1-1.2.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1-1.2.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1-1.2.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1/cve-2022-33065.patch for cve-2022-33065.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/systemd-machine-units/systemd-machine-units_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/systemd-machine-units/systemd-machine-units_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-machine-units_1.0.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for configfix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/configfix.patch for configfix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for configure_fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/configure_fixes.patch for configure_fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for 0001-test_transformation-Check-if-transform-is-supported-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/0001-test_transformation-Check-if-transform-is-supported-.patch for 0001-test_transformation-Check-if-transform-is-supported-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Searching for helloworld.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/helloworld.c for helloworld.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for configfix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/configfix.patch for configfix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for configure_fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/configure_fixes.patch for configure_fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Searching for helloworld.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/helloworld.c for helloworld.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for 0001-test_transformation-Check-if-transform-is-supported-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb:1: including go-cross-canadian.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/0001-test_transformation-Check-if-transform-is-supported-.patch for 0001-test_transformation-Check-if-transform-is-supported-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross-canadian.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Searching for helloworld.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/selftest-hello/files/helloworld.c for helloworld.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb:2: including go-1.20.13.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for configfix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/configfix.patch for configfix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for configure_fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/configure_fixes.patch for configure_fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for 0001-test_transformation-Check-if-transform-is-supported-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/0001-test_transformation-Check-if-transform-is-supported-.patch for 0001-test_transformation-Check-if-transform-is-supported-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util-1.6.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr-util_1.6.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb:2: including python-pbr.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-pbr.inc:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: Searching for readme.patch.gz in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/readme.patch.gz for readme.patch.gz\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.9.bb: Skipping gstreamer1.0-plugins-ugly: Has a restricted license 'commercial' which is not listed in your LICENSE_FLAGS_ACCEPTED.\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:1: including xserver-xorg.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.9.bb: Skipping gstreamer1.0-omx: Has a restricted license 'commercial' which is not listed in your LICENSE_FLAGS_ACCEPTED.\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Searching for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Searching for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Searching for 0003-ld-add-soname-to-shareable-objects.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch for 0003-ld-add-soname-to-shareable-objects.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Searching for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Searching for 0005-cmd-dist-separate-host-and-target-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch for 0005-cmd-dist-separate-host-and-target-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Searching for 0006-cmd-go-make-GOROOT-precious-by-default.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch for 0006-cmd-go-make-GOROOT-precious-by-default.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Searching for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-do-not-write-linker-flags-into-buildids.patch for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Searching for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Searching for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian-x86-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for 0001-tests-fix-TESTSUITE_AT.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/0001-tests-fix-TESTSUITE_AT.patch for 0001-tests-fix-TESTSUITE_AT.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for 0002-tests-check-for-recently-fixed-bug.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/0002-tests-check-for-recently-fixed-bug.patch for 0002-tests-check-for-recently-fixed-bug.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for 0003-Exclude-VCS-directory-with-writing-from-an-archive.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/0003-Exclude-VCS-directory-with-writing-from-an-archive.patch for 0003-Exclude-VCS-directory-with-writing-from-an-archive.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/hardcodepaths.patch for hardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0001-Don-t-use-LFS64-symbols-on-musl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch for 0001-Don-t-use-LFS64-symbols-on-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/zlib-off64_t.patch for zlib-off64_t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch for 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for 0001-tests-fix-TESTSUITE_AT.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/0001-tests-fix-TESTSUITE_AT.patch for 0001-tests-fix-TESTSUITE_AT.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch for 0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for 0002-tests-check-for-recently-fixed-bug.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/0002-tests-check-for-recently-fixed-bug.patch for 0002-tests-check-for-recently-fixed-bug.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for 0003-Exclude-VCS-directory-with-writing-from-an-archive.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch for 0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/0003-Exclude-VCS-directory-with-writing-from-an-archive.patch for 0003-Exclude-VCS-directory-with-writing-from-an-archive.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch for 0004-musl-Define-O_LARGEFILE-for-riscv32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch for 0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch for 0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for cargo-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/cargo-path.patch for cargo-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/custom-target-cfg.patch for custom-target-cfg.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rustc-bootstrap.patch for rustc-bootstrap.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-build-value.patch for target-build-value.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for 0001-tests-fix-TESTSUITE_AT.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/0001-tests-fix-TESTSUITE_AT.patch for 0001-tests-fix-TESTSUITE_AT.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for 0002-tests-check-for-recently-fixed-bug.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/0002-tests-check-for-recently-fixed-bug.patch for 0002-tests-check-for-recently-fixed-bug.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Searching for 0003-Exclude-VCS-directory-with-writing-from-an-archive.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar-1.35/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar/0003-Exclude-VCS-directory-with-writing-from-an-archive.patch for 0003-Exclude-VCS-directory-with-writing-from-an-archive.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-gptcurses-correctly-include-curses.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch for 0001-gptcurses-correctly-include-curses.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch for 0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch for 0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-Use-64bit-time_t-on-linux-as-well.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-Use-64bit-time_t-on-linux-as-well.patch for 0001-Use-64bit-time_t-on-linux-as-well.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for popt-1.19-follow-up.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/popt-1.19-follow-up.patch for popt-1.19-follow-up.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-gptcurses-correctly-include-curses.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch for 0001-gptcurses-correctly-include-curses.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch for 0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch for 0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-Use-64bit-time_t-on-linux-as-well.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-Use-64bit-time_t-on-linux-as-well.patch for 0001-Use-64bit-time_t-on-linux-as-well.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for popt-1.19-follow-up.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/popt-1.19-follow-up.patch for popt-1.19-follow-up.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-gptcurses-correctly-include-curses.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch for 0001-gptcurses-correctly-include-curses.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch for 0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch for 0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for 0001-Use-64bit-time_t-on-linux-as-well.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/0001-Use-64bit-time_t-on-linux-as-well.patch for 0001-Use-64bit-time_t-on-linux-as-well.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Searching for popt-1.19-follow-up.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk-1.0.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk/popt-1.19-follow-up.patch for popt-1.19-follow-up.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Searching for 0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg-21.1.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg-21.1.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg-21.1.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg-21.1.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg-21.1.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch for 0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Searching for 0001-Avoid-duplicate-definitions-of-IOPortBase.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg-21.1.11/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg-21.1.11/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg-21.1.11/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg-21.1.11/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg-21.1.11/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-Avoid-duplicate-definitions-of-IOPortBase.patch for 0001-Avoid-duplicate-definitions-of-IOPortBase.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm_0.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm_0.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for remove.ldconfig.call.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/remove.ldconfig.call.patch for remove.ldconfig.call.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for mkdir_p.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch for mkdir_p.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb: Searching for 0001-fix-non-literal-format-string-issue-with-clang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing-2021.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing-2021.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing-2021.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing-2021.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing-2021.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/0001-fix-non-literal-format-string-issue-with-clang.patch for 0001-fix-non-literal-format-string-issue-with-clang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for remove.ldconfig.call.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/remove.ldconfig.call.patch for remove.ldconfig.call.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for mkdir_p.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch for mkdir_p.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for e2fsprogs-fix-missing-check-for-permission-denied.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/e2fsprogs-fix-missing-check-for-permission-denied.patch for e2fsprogs-fix-missing-check-for-permission-denied.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for quiet-debugfs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch for quiet-debugfs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for remove.ldconfig.call.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/remove.ldconfig.call.patch for remove.ldconfig.call.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch for ptest.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Searching for mkdir_p.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.47.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch for mkdir_p.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb:1: including xorg-driver-video.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.5.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:1: including quilt.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:2)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/images/oe-selftest-image.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/oe-selftest-image/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Searching for 0001-change-shebang-to-python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/0001-change-shebang-to-python3.patch for 0001-change-shebang-to-python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm_0.0.1.bb: Searching for testfile.txt in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm-0.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm-0.0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm-0.0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm-0.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm-0.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Searching for 0001-change-shebang-to-python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/testrpm_0.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/testrpm/files/testfile.txt for testfile.txt\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/0001-change-shebang-to-python3.patch for 0001-change-shebang-to-python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Searching for 0001-change-shebang-to-python3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr-6.0.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr/0001-change-shebang-to-python3.patch for 0001-change-shebang-to-python3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-uritools_4.0.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.25.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Searching for test.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/test.sh for test.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Searching for 0001-tests-Allow-different-output-from-mv.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/0001-tests-Allow-different-output-from-mv.patch for 0001-tests-Allow-different-output-from-mv.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Searching for fix-grep-3.8.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/fix-grep-3.8.patch for fix-grep-3.8.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Searching for faildiff-order.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/faildiff-order.patch for faildiff-order.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Searching for 0001-test-Fix-a-race-condition-in-merge.test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/0001-test-Fix-a-race-condition-in-merge.test.patch for 0001-test-Fix-a-race-condition-in-merge.test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Searching for gnu_patch_test_fix_target.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.67/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt/gnu_patch_test_fix_target.patch for gnu_patch_test_fix_target.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb:2: including python-pyasn1.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-pyasn1.inc:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: while parsing oe_libinstall, unable to handle non-literal command '$*'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb: Searching for autoconf-2.73.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline-1.5.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline-1.5.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline-1.5.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline-1.5.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline-1.5.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline/autoconf-2.73.patch for autoconf-2.73.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch1_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch1_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libmodule-build-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb:7: including conf/testexport.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Searching for 0001-nls.m4-Take-it-from-gettext-0.15.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra-1.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra-1.3.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra-1.3.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra-1.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra-1.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra/0001-nls.m4-Take-it-from-gettext-0.15.patch for 0001-nls.m4-Take-it-from-gettext-0.15.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/testexport-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-nativesdk-pokysdk-linux/testexport-tarball/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for inputrc in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/inputrc for inputrc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for norpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/norpath.patch for norpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for inputrc in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/inputrc for inputrc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for norpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/norpath.patch for norpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for rl-native.map in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/rl-native.map for rl-native.map\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for inputrc in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/inputrc for inputrc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for norpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline-8.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb: Searching for init-install-efi-testfs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/norpath.patch for norpath.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh for init-install-efi-testfs.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.5.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-lttng-tools/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Searching for 0001-Support-gcc10-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache-1.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache-1.1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache-1.1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache-1.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache-1.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/files/0001-Support-gcc10-compilation.patch for 0001-Support-gcc10-compilation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Searching for Fix-the-test-output-format.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch for Fix-the-test-output-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Searching for Makefile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/Makefile for Makefile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Searching for 0001-define-run-test-target.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl-2.0.17/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch for 0001-define-run-test-target.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/numactl/numactl_git.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb:1: including gdb-cross.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-locales_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-locales_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross.inc:1: including gdb-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-locales_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/musl-locales_git.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross.inc:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross.inc:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross.inc:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross.inc:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb:2: including gdb.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch for 0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch for 0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch for 0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for enable_test_data_dir_set.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch for enable_test_data_dir_set.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0001-drop-FindPythonInstDir.cmake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0001-drop-FindPythonInstDir.cmake.patch for 0001-drop-FindPythonInstDir.cmake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for armarch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/armarch.patch for armarch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:1: including swig.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch for 0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch for 0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch for 0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for enable_test_data_dir_set.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch for enable_test_data_dir_set.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0001-drop-FindPythonInstDir.cmake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0001-drop-FindPythonInstDir.cmake.patch for 0001-drop-FindPythonInstDir.cmake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for armarch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/armarch.patch for armarch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch for 0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch for 0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch for 0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for enable_test_data_dir_set.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch for enable_test_data_dir_set.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for 0001-drop-FindPythonInstDir.cmake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/0001-drop-FindPythonInstDir.cmake.patch for 0001-drop-FindPythonInstDir.cmake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Searching for armarch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.72.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf/armarch.patch for armarch.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Searching for 0001-ovmf-update-path-to-native-BaseTools.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/0001-ovmf-update-path-to-native-BaseTools.patch for 0001-ovmf-update-path-to-native-BaseTools.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Searching for 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch for 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Searching for 0003-debug-prefix-map.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/0003-debug-prefix-map.patch for 0003-debug-prefix-map.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Searching for 0004-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/0004-reproducible.patch for 0004-reproducible.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl-0.08/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl-0.08/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl-0.08/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl-0.08/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl-0.08/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-perl_0.08.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Searching for 0001-ovmf-update-path-to-native-BaseTools.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/0001-ovmf-update-path-to-native-BaseTools.patch for 0001-ovmf-update-path-to-native-BaseTools.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Searching for 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch for 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Searching for 0003-debug-prefix-map.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/0003-debug-prefix-map.patch for 0003-debug-prefix-map.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Searching for 0004-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf-edk2-stable202308/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ovmf/ovmf/0004-reproducible.patch for 0004-reproducible.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Searching for 0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch for 0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Searching for 0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch for 0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Searching for 0003-Dont-disable-libreadline.a-when-using-disable-static.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0003-Dont-disable-libreadline.a-when-using-disable-static.patch for 0003-Dont-disable-libreadline.a-when-using-disable-static.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Searching for 0004-use-asm-sgidefs.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0004-use-asm-sgidefs.h.patch for 0004-use-asm-sgidefs.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Searching for 0005-Change-order-of-CFLAGS.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0005-Change-order-of-CFLAGS.patch for 0005-Change-order-of-CFLAGS.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Searching for 0006-resolve-restrict-keyword-conflict.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0006-resolve-restrict-keyword-conflict.patch for 0006-resolve-restrict-keyword-conflict.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Searching for 0007-Fix-invalid-sigprocmask-call.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0007-Fix-invalid-sigprocmask-call.patch for 0007-Fix-invalid-sigprocmask-call.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Searching for 0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-14.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb/0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch for 0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root.bb: Searching for exports in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/devel-config/nfs-export-root/exports for exports\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-openssh/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for 0001-libgcrypt-fix-m4-file-for-oe-core.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/0001-libgcrypt-fix-m4-file-for-oe-core.patch for 0001-libgcrypt-fix-m4-file-for-oe-core.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch for 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for 0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch for 0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for no-native-gpg-error.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch for no-native-gpg-error.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for no-bench-slope.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/no-bench-slope.patch for no-bench-slope.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for 0001-libgcrypt-fix-m4-file-for-oe-core.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/0001-libgcrypt-fix-m4-file-for-oe-core.patch for 0001-libgcrypt-fix-m4-file-for-oe-core.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch for 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for 0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch for 0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for no-native-gpg-error.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch for no-native-gpg-error.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for no-bench-slope.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/no-bench-slope.patch for no-bench-slope.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for 0001-libgcrypt-fix-m4-file-for-oe-core.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/0001-libgcrypt-fix-m4-file-for-oe-core.patch for 0001-libgcrypt-fix-m4-file-for-oe-core.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch for 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for 0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch for 0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for no-native-gpg-error.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch for no-native-gpg-error.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for no-bench-slope.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/no-bench-slope.patch for no-bench-slope.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt-1.10.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb:3: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools3_rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pyo3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools3_rust.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pyo3.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:1: including bluez5.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pyo3.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools3_rust.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-cargo.bbclass:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb:19: including python3-bcrypt-crates.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb:6: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb: Searching for fix-includes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon-0.14/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon-0.14/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon-0.14/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon-0.14/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon-0.14/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch for fix-includes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps_1.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.5/download to base64-0.21.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/bcrypt/0.15.0/download to bcrypt-0.15.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/bcrypt-pbkdf/0.10.0/download to bcrypt-pbkdf-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/block-buffer/0.10.4/download to block-buffer-0.10.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/blowfish/0.9.1/download to blowfish-0.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/cipher/0.4.4/download to cipher-0.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/cpufeatures/0.2.11/download to cpufeatures-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/crypto-common/0.1.6/download to crypto-common-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/digest/0.10.7/download to digest-0.10.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/generic-array/0.14.7/download to generic-array-0.14.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/indoc/2.0.4/download to indoc-2.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/inout/0.1.3/download to inout-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.151/download to libc-0.2.151.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.11/download to lock_api-0.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.19.0/download to once_cell-1.19.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/pbkdf2/0.12.2/download to pbkdf2-0.12.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.20.0/download to pyo3-0.20.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.20.0/download to pyo3-build-config-0.20.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.20.0/download to pyo3-ffi-0.20.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.20.0/download to pyo3-macros-0.20.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.20.0/download to pyo3-macros-backend-0.20.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/sha2/0.10.8/download to sha2-0.10.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/subtle/2.5.0/download to subtle-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.41/download to syn-2.0.41.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/gcompat_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/gcompat_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/unindent/0.2.3/download to unindent-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/gcompat_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/gcompat_git.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/gcompat_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/gcompat_git.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/gcompat_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/gcompat_git.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download to windows_x86_64_gnu-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download to windows_x86_64_gnullvm-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download to windows_x86_64_msvc-0.48.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Fetching https://crates.io/api/v1/crates/zeroize/1.7.0/download to zeroize-1.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps_1.0.bb: Searching for keymap.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/keymaps_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/keymaps/files/keymap.sh for keymap.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/init for init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Searching for 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch for 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Searching for 0001-tests-add-a-target-for-building-tests-without-runnin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch for 0001-tests-add-a-target-for-building-tests-without-runnin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Searching for 0001-test-gatt-Fix-hung-issue.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch for 0001-test-gatt-Fix-hung-issue.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Searching for 0004-src-shared-util.c-include-linux-limits.h.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5-5.72/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5/0004-src-shared-util.c-include-linux-limits.h.patch for 0004-src-shared-util.c-include-linux-limits.h.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-shebang-test_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-shebang-test_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt-4.1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt-4.1.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt-4.1.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt-4.1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt-4.1.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:1: including xorg-util-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-shebang-test_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-shebang-test_1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-shebang-test_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/sysroot-test/sysroot-shebang-test_1.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:58)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.38.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.38.bb:1: including glibc-scripts.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts.inc:1: including glibc-collateral.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:67: including \nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.38.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernelsrc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:69)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:57)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Searching for 0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch for 0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Searching for 0001-Add-riscv32-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/0001-Add-riscv32-support.patch for 0001-Add-riscv32-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Searching for 0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch for 0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Searching for 0001-Add-riscv32-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/0001-Add-riscv32-support.patch for 0001-Add-riscv32-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Searching for 0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch for 0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Searching for 0001-Add-riscv32-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg-2.56.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg/0001-Add-riscv32-support.patch for 0001-Add-riscv32-support.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0001-tic-hang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0001-tic-hang.patch for 0001-tic-hang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0002-configure-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch for 0002-configure-reproducible.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch for 0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for exit_prototype.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/exit_prototype.patch for exit_prototype.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0001-Fix-CVE-2023-29491.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0001-Fix-CVE-2023-29491.patch for 0001-Fix-CVE-2023-29491.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch for 0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0001-tic-hang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0001-tic-hang.patch for 0001-tic-hang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0002-configure-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch for 0002-configure-reproducible.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch for 0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for exit_prototype.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/exit_prototype.patch for exit_prototype.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0001-Fix-CVE-2023-29491.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0001-Fix-CVE-2023-29491.patch for 0001-Fix-CVE-2023-29491.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch for 0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0001-tic-hang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0001-tic-hang.patch for 0001-tic-hang.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0002-configure-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch for 0002-configure-reproducible.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch for 0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for exit_prototype.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/exit_prototype.patch for exit_prototype.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0001-Fix-CVE-2023-29491.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0001-Fix-CVE-2023-29491.patch for 0001-Fix-CVE-2023-29491.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Searching for 0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/files/0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch for 0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb: Searching for usb-gether in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/usb-gether for usb-gether\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb: Searching for COPYING.GPL in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit-1.0/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/usbinit/usbinit/COPYING.GPL for COPYING.GPL\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Searching for 0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch for 0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Searching for 0001-configure-use-pkg-config-for-pcre-detection.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/0001-configure-use-pkg-config-for-pcre-detection.patch for 0001-configure-use-pkg-config-for-pcre-detection.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/determinism.patch for determinism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Searching for README.md in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/README.md for README.md\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Searching for 0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch for 0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/determinism.patch for determinism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Searching for 0001-Makefile-check-the-file-if-patched-or-not.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch for 0001-Makefile-check-the-file-if-patched-or-not.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Searching for 0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch for 0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Searching for 0001-configure-use-pkg-config-for-pcre-detection.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/0001-configure-use-pkg-config-for-pcre-detection.patch for 0001-configure-use-pkg-config-for-pcre-detection.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/determinism.patch for determinism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Searching for README.md in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/README.md for README.md\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Searching for 0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch for 0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Searching for 0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/determinism.patch for determinism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch for 0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Searching for 0001-Makefile-check-the-file-if-patched-or-not.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross-1.5.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Searching for 0001-configure-use-pkg-config-for-pcre-detection.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch for 0001-Makefile-check-the-file-if-patched-or-not.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/0001-configure-use-pkg-config-for-pcre-detection.patch for 0001-configure-use-pkg-config-for-pcre-detection.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.1.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig/determinism.patch for determinism.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb:1: including cups.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups.inc:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups.inc:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups.inc:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups.inc:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups.inc:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups.inc:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups.inc:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-openssl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.30.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: Searching for allow.to.disable.lockdev.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom-2.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom-2.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom-2.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom-2.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom-2.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/allow.to.disable.lockdev.patch for allow.to.disable.lockdev.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: Searching for 0001-fix-minicom-h-v-return-value-is-not-0.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom-2.8/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom-2.8/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom-2.8/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom-2.8/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom-2.8/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom/0001-fix-minicom-h-v-return-value-is-not-0.patch for 0001-fix-minicom-h-v-return-value-is-not-0.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.8.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-parted/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: Searching for 0001-Make-manpage-multilib-identical.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit-1.4.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit-1.4.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit-1.4.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit-1.4.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit-1.4.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit/0001-Make-manpage-multilib-identical.patch for 0001-Make-manpage-multilib-identical.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Searching for useradd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/useradd for useradd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl-1.02/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Searching for useradd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/useradd for useradd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Searching for commonio.c-fix-unexpected-open-failure-in-chroot-env.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Searching for ofono in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch for commonio.c-fix-unexpected-open-failure-in-chroot-env.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/ofono for ofono\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Searching for 0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch for 0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Searching for 0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.3/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono/0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch for 0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Searching for useradd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/useradd for useradd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Searching for login_defs_pam.sed in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/login_defs_pam.sed for login_defs_pam.sed\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Searching for shadow-update-pam-conf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.14.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch for shadow-update-pam-conf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb:1: including recipes-core/meta/buildtools-tarball.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:52)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/toolchain-scripts-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:53)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb:54)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Searching for 0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch for 0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-docs-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-nativesdk-pokysdk-linux/buildtools-docs-tarball/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Searching for 0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch for 0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Searching for 0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc-1.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc_1.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtc/0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch for 0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Searching for 0001-use-echo-only-in-init.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch for 0001-use-echo-only-in-init.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Searching for 0002-don-t-try-to-run-generated-binaries.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/0002-don-t-try-to-run-generated-binaries.patch for 0002-don-t-try-to-run-generated-binaries.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Searching for libexecdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/libexecdir.patch for libexecdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Searching for 0004-cups-fix-multilib-install-file-conflicts.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/0004-cups-fix-multilib-install-file-conflicts.patch for 0004-cups-fix-multilib-install-file-conflicts.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Searching for volatiles.99_cups in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/volatiles.99_cups for volatiles.99_cups\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Searching for cups-volatiles.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups/cups-volatiles.conf for cups-volatiles.conf\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: Searching for disable-xkb.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo-1.3.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo-1.3.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo-1.3.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo-1.3.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo-1.3.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo/disable-xkb.patch for disable-xkb.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl-0.017/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl-1.12/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Searching for interpreter.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/interpreter.patch for interpreter.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Searching for interpreter.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/interpreter.patch for interpreter.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Searching for interpreter.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer-0.7.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer/interpreter.patch for interpreter.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:1: including bash.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for fix-parallel-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/fix-parallel-build.patch for fix-parallel-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch for 0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch for 0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for sequence-type.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/sequence-type.patch for sequence-type.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch for 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-clock-Do-not-define-own-timespec.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-clock-Do-not-define-own-timespec.patch for 0001-clock-Do-not-define-own-timespec.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for fix-parallel-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/fix-parallel-build.patch for fix-parallel-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch for 0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch for 0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for sequence-type.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/sequence-type.patch for sequence-type.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch for 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-clock-Do-not-define-own-timespec.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-clock-Do-not-define-own-timespec.patch for 0001-clock-Do-not-define-own-timespec.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for fix-parallel-build.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/fix-parallel-build.patch for fix-parallel-build.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch for 0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch for 0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for sequence-type.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/sequence-type.patch for sequence-type.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch for 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Searching for 0001-clock-Do-not-define-own-timespec.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db-5.3.28/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db/0001-clock-Do-not-define-own-timespec.patch for 0001-clock-Do-not-define-own-timespec.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/db/db_5.3.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Searching for 0001-Use-cross-compiled-rpcgen.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch for 0001-Use-cross-compiled-rpcgen.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Searching for 0001-Use-cross-compiled-rpcgen.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch for 0001-Use-cross-compiled-rpcgen.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Searching for 0001-Use-cross-compiled-rpcgen.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto-1.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch for 0001-Use-cross-compiled-rpcgen.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for mkbuiltins_have_stringize.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch for mkbuiltins_have_stringize.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for build-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/build-tests.patch for build-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for test-output.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/test-output.patch for test-output.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for run-bash-ptests in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/run-bash-ptests for run-bash-ptests\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for fix-run-builtins.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/fix-run-builtins.patch for fix-run-builtins.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for use_aclocal.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/use_aclocal.patch for use_aclocal.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for 0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch for 0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for mkbuiltins_have_stringize.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch for mkbuiltins_have_stringize.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for build-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/build-tests.patch for build-tests.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for test-output.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/test-output.patch for test-output.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for run-bash-ptests in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/run-bash-ptests for run-bash-ptests\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for fix-run-builtins.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/fix-run-builtins.patch for fix-run-builtins.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for use_aclocal.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/use_aclocal.patch for use_aclocal.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for 0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash-5.2.21/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch for 0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb:1: including go-crosssdk.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/crosssdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/crosssdk.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb:2: including python-async-test.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python-async-test.inc:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb:2: including go-1.20.13.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-cryptography/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Searching for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch for 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Searching for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch for 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Searching for 0003-ld-add-soname-to-shareable-objects.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch for 0003-ld-add-soname-to-shareable-objects.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Searching for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch for 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Searching for 0005-cmd-dist-separate-host-and-target-builds.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch for 0005-cmd-dist-separate-host-and-target-builds.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Searching for 0006-cmd-go-make-GOROOT-precious-by-default.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch for 0006-cmd-go-make-GOROOT-precious-by-default.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Searching for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-do-not-write-linker-flags-into-buildids.patch for 0007-exec.go-do-not-write-linker-flags-into-buildids.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Searching for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch for 0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Searching for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux-1.20.13/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk-x86_64-pokysdk-linux/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch for 0009-go-Filter-build-paths-on-staticly-linked-arches.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:69)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:73)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Searching for 0001-Set-interpreter-only-when-necessary.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/0001-Set-interpreter-only-when-necessary.patch for 0001-Set-interpreter-only-when-necessary.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Searching for 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch for 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Searching for 0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch for 0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Searching for 0001-Set-interpreter-only-when-necessary.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/0001-Set-interpreter-only-when-necessary.patch for 0001-Set-interpreter-only-when-necessary.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Searching for 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch for 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Searching for 0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch for 0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Searching for 0001-Set-interpreter-only-when-necessary.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/0001-Set-interpreter-only-when-necessary.patch for 0001-Set-interpreter-only-when-necessary.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Searching for 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch for 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Searching for 0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf-0.18.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf/0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch for 0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:1: including matchbox-theme-sato.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Searching for docbook-xml-update-catalog.xml.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml-update-catalog.xml.patch for docbook-xml-update-catalog.xml.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Searching for LICENSE-OASIS in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/LICENSE-OASIS for LICENSE-OASIS\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Searching for docbook-xml-update-catalog.xml.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml-update-catalog.xml.patch for docbook-xml-update-catalog.xml.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Searching for LICENSE-OASIS in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/allarch\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4-4.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/LICENSE-OASIS for LICENSE-OASIS\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/cve-update-nvd2-native.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/cve-update-nvd2-native.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/cve-update-nvd2-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/cve-update-nvd2-native.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/cve-update-nvd2-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/cve-update-nvd2-native.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-click/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Searching for 0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch for 0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Searching for 0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch for 0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Searching for 0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros-1.20.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros/0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch for 0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-xmltodict/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-strace/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-tar/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-tcl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-util-linux/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-valgrind/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-lz4/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-acl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-apr-util/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-attr/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-babeltrace/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-babeltrace2/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-bc/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-bluez5/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-busybox/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-cpio/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-diffstat/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-diffutils/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-ethtool/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-expat/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-expect/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-findutils/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-flex/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-gawk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-gdbm/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-gdk-pixbuf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-glib-networking/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-gzip/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-json-c/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-json-glib/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libconvert-asn1-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-liberror-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libgpg-error/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libnl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libpcre/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libssh2/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libtimedate-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libtest-fatal-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libtest-needs-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libtest-warnings-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libtry-tiny-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-liburi-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libusb1/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libxml-namespacesupport-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libxml-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libxml-parser-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libxml-sax-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libxml-sax-base-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libxml-simple-perl/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libxml2/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libxmlb/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-logrotate/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-lua/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-lzo/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-m4/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-nettle/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-opkg/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-pango/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-popt/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-atomicwrites/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-attrs/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-bcrypt/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-calver/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-hypothesis/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-jinja2/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-jsonpointer/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-license-expression/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-markupsafe/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-more-itertools/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-pluggy/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-pyasn1/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-pytz/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-trove-classifiers/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-wcwidth/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-webcolors/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-qemu/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-quilt/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-sed/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-slang/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-wayland/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-xz/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-zlib/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-libexif/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-ptest-glibc-y2038-tests/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Searching for pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/pkgconfig.patch for pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Searching for 0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch for 0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Searching for pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/pkgconfig.patch for pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Searching for 0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch for 0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Searching for pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/pkgconfig.patch for pkgconfig.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Searching for 0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.6/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch for 0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl-0.17029/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl-0.17029/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl-0.17029/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl-0.17029/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Searching for ptest-perl/run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl-0.17029/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl-0.17029/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl-0.17029/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl-0.17029/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl-0.17029/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/files/ptest-perl/run-ptest for ptest-perl/run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross-canadian.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb:2: including rust-cross-canadian.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian.inc:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian.inc:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb: Searching for target-rust-ccld.c in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian-x86-64-1.74.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian-x86-64/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian-x86-64-1.74.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian-x86-64/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian-x86-64-1.74.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian-x86-64/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian-x86-64-1.74.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian-x86-64/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian-x86-64-1.74.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian-x86-64/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/target-rust-ccld.c for target-rust-ccld.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Searching for not-win32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/not-win32.patch for not-win32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Searching for 0001-arm-sysv-reverted-clang-VFP-mitigation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/0001-arm-sysv-reverted-clang-VFP-mitigation.patch for 0001-arm-sysv-reverted-clang-VFP-mitigation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Searching for not-win32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/not-win32.patch for not-win32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Searching for 0001-arm-sysv-reverted-clang-VFP-mitigation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/0001-arm-sysv-reverted-clang-VFP-mitigation.patch for 0001-arm-sysv-reverted-clang-VFP-mitigation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Searching for not-win32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/not-win32.patch for not-win32.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Searching for 0001-arm-sysv-reverted-clang-VFP-mitigation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi/0001-arm-sysv-reverted-clang-VFP-mitigation.patch for 0001-arm-sysv-reverted-clang-VFP-mitigation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch for 0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch for 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0003-ltmain.in-Add-missing-sysroot-to-library-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch for 0003-ltmain.in-Add-missing-sysroot-to-library-path.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch for 0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch for 0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/dont-depend-on-help2man.patch for dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0003-libtool.m4-Cleanup-sysroot-trailing.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0003-libtool.m4-Cleanup-sysroot-trailing.patch for 0003-libtool.m4-Cleanup-sysroot-trailing.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0006-libtool.m4-Handle-as-a-sysroot-correctly.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0006-libtool.m4-Handle-as-a-sysroot-correctly.patch for 0006-libtool.m4-Handle-as-a-sysroot-correctly.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for nohardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/nohardcodepaths.patch for nohardcodepaths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0007-libtool-Fix-support-for-NIOS2-processor.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch for 0007-libtool-Fix-support-for-NIOS2-processor.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0008-libtool-Check-for-static-libs-for-internal-compiler-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch for 0008-libtool-Check-for-static-libs-for-internal-compiler-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch for 0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0010-Makefile.am-make-sure-autoheader-run-before-automake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0010-Makefile.am-make-sure-autoheader-run-before-automake.patch for 0010-Makefile.am-make-sure-autoheader-run-before-automake.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch for 0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch for 0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for 0001-ltmain.in-Parse-additional-clang-options.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/0001-ltmain.in-Parse-additional-clang-options.patch for 0001-ltmain.in-Parse-additional-clang-options.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Searching for multilib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/multilib.patch for multilib.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Searching for 0001-meson-Pass-export-dynamic-option-to-linker.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev-238/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev-238/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev-238/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev-238/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev-238/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev/0001-meson-Pass-export-dynamic-option-to-linker.patch for 0001-meson-Pass-export-dynamic-option-to-linker.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb: Searching for devtool-test-subdir.tar.gz in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/devtool-test-subdir.tar.gz for devtool-test-subdir.tar.gz\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb: Searching for testfile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/devtool/devtool-test-subdir/testfile for testfile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb:1: including libva.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva.inc:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva.inc:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva.inc:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva-initial_2.20.0.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Searching for 0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch for 0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Searching for 0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good-1.22.9/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good-1.22.9/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good-1.22.9/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good-1.22.9/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good-1.22.9/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch for 0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/bsd-headers.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/musl/bsd-headers.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb:52)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb:52)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Searching for ghostscript-9.16-Werror-return-type.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch for ghostscript-9.16-Werror-return-type.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Searching for avoid-host-contamination.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch for avoid-host-contamination.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Searching for configure.ac-add-option-to-explicitly-disable-neon.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.02.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript/configure.ac-add-option-to-explicitly-disable-neon.patch for configure.ac-add-option-to-explicitly-disable-neon.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Searching for 0001-tests-do-not-run-test-applications-from-.libs.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch for 0001-tests-do-not-run-test-applications-from-.libs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Searching for 0001-Make-manpages-multilib-identical.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch for 0001-Make-manpages-multilib-identical.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb:1: including core-image-weston.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/images/core-image-weston-sdk.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-weston-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Searching for 0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch for 0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Searching for 0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch for 0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Searching for 0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch for 0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Searching for 0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch for 0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Searching for 0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch for 0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Searching for 0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.16.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch for 0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Searching for tmpdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/tmpdir.patch for tmpdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Searching for dbus-1.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/dbus-1.init for dbus-1.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Searching for tmpdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/tmpdir.patch for tmpdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Searching for dbus-1.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/dbus-1.init for dbus-1.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Searching for tmpdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/tmpdir.patch for tmpdir.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Searching for dbus-1.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-1.14.10/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus/dbus-1.init for dbus-1.init\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Searching for no_shebang_mangling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch for no_shebang_mangling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Searching for no_shebang_mangling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch for no_shebang_mangling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Searching for no_shebang_mangling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-23.3.2/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch for no_shebang_mangling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb:1: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: while parsing oe_runconf, unable to handle non-literal command '$cfgscript'\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nativesdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb:0)\ndone.\nParsing of 977 .bb files complete (0 cached, 977 parsed). 1933 targets, 52 skipped, 0 masked, 0 errors.\nDEBUG: Cache: default: Writing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/cache/bb_cache.dat.53743163d5d7904b516384693a95b6f2487677cfc2fcf27aeac9a91af947ae54\nDEBUG: parsing complete\nDEBUG: Target list: ['core-image-minimal', 'core-image-full-cmdline', 'core-image-sato-sdk']\nDEBUG: providers for core-image-minimal are: ['core-image-minimal']\nDEBUG: sorted providers for core-image-minimal are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb to satisfy core-image-minimal\nDEBUG: Added dependencies ['qemuwrapper-cross', 'depmodwrapper-cross', 'cross-localedef-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb\nDEBUG: Added runtime dependencies ['packagegroup-core-boot', 'run-postinsts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb\nDEBUG: providers for core-image-full-cmdline are: ['core-image-full-cmdline']\nDEBUG: sorted providers for core-image-full-cmdline are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb to satisfy core-image-full-cmdline\nDEBUG: Added dependencies ['qemuwrapper-cross', 'depmodwrapper-cross', 'cross-localedef-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb\nDEBUG: Added runtime dependencies ['packagegroup-core-boot', 'packagegroup-core-full-cmdline', 'run-postinsts', 'psplash', 'packagegroup-core-ssh-openssh', 'locale-base-c', 'locale-base-en-us', 'locale-base-en-gb'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb\nDEBUG: providers for core-image-sato-sdk are: ['core-image-sato-sdk']\nDEBUG: sorted providers for core-image-sato-sdk are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb to satisfy core-image-sato-sdk\nDEBUG: Added dependencies ['qemuwrapper-cross', 'depmodwrapper-cross', 'cross-localedef-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb\nDEBUG: Added runtime dependencies ['packagegroup-core-boot', 'packagegroup-base-extended', 'kernel-devsrc', 'run-postinsts', 'packagegroup-core-eclipse-debug', 'rpm', 'dnf', 'psplash', 'packagegroup-core-ssh-openssh', 'packagegroup-core-tools-debug', 'packagegroup-core-tools-profile', 'packagegroup-core-sdk', 'packagegroup-core-standalone-sdk-target', 'packagegroup-core-tools-testapps', 'packagegroup-core-x11-base', 'packagegroup-core-x11-sato', 'locale-base-c', 'locale-base-en-us', 'locale-base-en-gb'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb\nNOTE: Resolving any missing task queue dependencies\nDEBUG: providers for quilt-native are: ['quilt-native']\nDEBUG: sorted providers for quilt-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb to satisfy quilt-native\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb\nDEBUG: Added runtime dependencies ['quilt-native-dev', 'diffstat-native', 'patch-native', 'bzip2-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb\nDEBUG: Added runtime recommendations ['quilt-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb\nDEBUG: providers for patch-replacement-native are: ['patch-native']\nDEBUG: sorted providers for patch-replacement-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb to satisfy patch-replacement-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'attr-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb\nDEBUG: providers for virtual/fakeroot-native are: ['pseudo-native']\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/fakeroot-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb to satisfy virtual/fakeroot-native\nDEBUG: Added dependencies ['pkgconfig-native', 'sqlite3-native', 'attr-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb\nDEBUG: providers for virtual/kernel are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item virtual/kernel)\nNOTE: selecting linux-yocto to satisfy virtual/kernel due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/kernel are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb to satisfy virtual/kernel\nDEBUG: Added dependencies ['pkgconfig-native', 'xz-native', 'bc-native', 'virtual/x86_64-poky-linux-binutils', 'virtual/x86_64-poky-linux-gcc', 'kmod-native', 'bison-native', 'elfutils-native', 'openssl-native', 'util-linux-native', 'gmp-native', 'libmpc-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: Added runtime dependencies ['kernel-base', 'kernel-image-bzimage'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: Added runtime recommendations ['kernel-image'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: providers for xz-native are: ['xz-native']\nDEBUG: sorted providers for xz-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb to satisfy xz-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb\nDEBUG: providers for cross-localedef-native are: ['cross-localedef-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb as PREFERRED_VERSION 2.38% of package cross-localedef-native (for item cross-localedef-native)\nDEBUG: sorted providers for cross-localedef-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb to satisfy cross-localedef-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb\nDEBUG: Added runtime dependencies ['cross-localedef-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb\nDEBUG: Added runtime recommendations ['cross-localedef-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb\nDEBUG: providers for nativesdk-qemuwrapper-cross are: ['nativesdk-qemuwrapper-cross']\nDEBUG: sorted providers for nativesdk-qemuwrapper-cross are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb to satisfy nativesdk-qemuwrapper-cross\nDEBUG: Added dependencies ['chrpath-replacement-native', 'qemu-native'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-qemuwrapper-cross-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-qemuwrapper-cross'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb\nDEBUG: providers for qemuwrapper-cross are: ['qemuwrapper-cross']\nDEBUG: sorted providers for qemuwrapper-cross are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb to satisfy qemuwrapper-cross\nDEBUG: Added dependencies ['qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb\nDEBUG: Added runtime dependencies ['qemuwrapper-cross-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb\nDEBUG: Added runtime recommendations ['qemuwrapper-cross'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb\nDEBUG: providers for nativesdk-glibc-locale are: ['nativesdk-glibc-locale']\nDEBUG: sorted providers for nativesdk-glibc-locale are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb to satisfy nativesdk-glibc-locale\nDEBUG: Added dependencies ['chrpath-replacement-native', 'cross-localedef-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb\nDEBUG: providers for makedevs-native are: ['makedevs-native']\nDEBUG: sorted providers for makedevs-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb to satisfy makedevs-native\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb\nDEBUG: providers for ldconfig-native are: ['ldconfig-native']\nDEBUG: sorted providers for ldconfig-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb to satisfy ldconfig-native\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb\nDEBUG: Added runtime dependencies ['ldconfig-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb\nDEBUG: Added runtime recommendations ['ldconfig-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb\nDEBUG: providers for virtual/update-alternatives-native are: ['opkg-utils-native']\nNOTE: selecting opkg-utils-native to satisfy virtual/update-alternatives-native due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/update-alternatives-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb to satisfy virtual/update-alternatives-native\nDEBUG: Added dependencies ['perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb\nDEBUG: Added runtime dependencies ['bash-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb\nDEBUG: providers for update-rc.d-native are: ['update-rc.d-native']\nDEBUG: sorted providers for update-rc.d-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb to satisfy update-rc.d-native\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb\nDEBUG: providers for rpm-native are: ['rpm-native']\nDEBUG: sorted providers for rpm-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb to satisfy rpm-native\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'gettext-minimal-native', 'lua-native', 'libgcrypt-native', 'file-native', 'popt-native', 'xz-native', 'bzip2-native', 'elfutils-native', 'python3-native', 'sqlite3-native', 'zstd-native', 'file-replacement-native', 'bzip2-replacement-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb\nDEBUG: Added runtime recommendations ['rpm-sign-native', 'rpm-archive-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb\nDEBUG: providers for dnf-native are: ['dnf-native']\nDEBUG: sorted providers for dnf-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb to satisfy dnf-native\nDEBUG: Added dependencies ['cmake-native', 'gettext-minimal-native', 'libdnf-native', 'librepo-native', 'libcomps-native', 'python3-iniparse-native', 'python3-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb\nDEBUG: providers for createrepo-c-native are: ['createrepo-c-native']\nDEBUG: sorted providers for createrepo-c-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb to satisfy createrepo-c-native\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'expat-native', 'curl-native', 'glib-2.0-native', 'libxml2-native', 'openssl-native', 'bzip2-native', 'zlib-native', 'file-native', 'sqlite3-native', 'xz-native', 'rpm-native', 'file-replacement-native', 'python3-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb\nDEBUG: providers for pbzip2-native are: ['pbzip2-native']\nDEBUG: sorted providers for pbzip2-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb to satisfy pbzip2-native\nDEBUG: Added dependencies ['bzip2-native', 'bzip2-replacement-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb\nDEBUG: providers for pigz-native are: ['pigz-native']\nDEBUG: sorted providers for pigz-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb to satisfy pigz-native\nDEBUG: Added dependencies ['zlib-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb\nDEBUG: providers for qemu-system-native are: ['qemu-system-native']\nDEBUG: sorted providers for qemu-system-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb to satisfy qemu-system-native\nDEBUG: Added dependencies ['pkgconfig-native', 'bison-native', 'meson-native', 'ninja-native', 'glib-2.0-native', 'zlib-native', 'pixman-native', 'qemu-native', 'python3-native', 'alsa-lib-native', 'libepoxy-native', 'dtc-native', 'libpng-native', 'libsdl2-native', 'libslirp-native', 'virglrenderer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb\nDEBUG: Added runtime dependencies ['qemu-system-native-dev', 'qemu-system-native-common'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb\nDEBUG: Added runtime recommendations ['qemu-system-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb\nDEBUG: providers for qemu-helper-native are: ['qemu-helper-native']\nDEBUG: sorted providers for qemu-helper-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb to satisfy qemu-helper-native\nDEBUG: Added dependencies ['qemu-system-native', 'unfs3-native', 'pseudo-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb\nDEBUG: Added runtime dependencies ['qemu-helper-native-dev', 'qemu-system-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb\nDEBUG: Added runtime recommendations ['qemu-helper-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb\nDEBUG: providers for cpio-native are: ['cpio-native']\nDEBUG: sorted providers for cpio-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb to satisfy cpio-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb\nDEBUG: providers for qemu-native are: ['qemu-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb as PREFERRED_VERSION 8.2% of package qemu-native (for item qemu-native)\nDEBUG: sorted providers for qemu-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb to satisfy qemu-native\nDEBUG: Added dependencies ['pkgconfig-native', 'glib-2.0-native', 'zlib-native', 'bison-native', 'meson-native', 'ninja-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb\nDEBUG: Added runtime dependencies ['qemu-native-dev', 'qemu-native-common'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb\nDEBUG: Added runtime recommendations ['qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb\nDEBUG: providers for meta-extsdk-toolchain are: ['meta-extsdk-toolchain']\nDEBUG: sorted providers for meta-extsdk-toolchain are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb to satisfy meta-extsdk-toolchain\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gdb-cross-x86_64', 'qemu-native', 'qemu-helper-native', 'unfs3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb\nDEBUG: Added runtime dependencies ['meta-extsdk-toolchain-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb\nDEBUG: Added runtime recommendations ['meta-extsdk-toolchain'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb\nDEBUG: providers for buildtools-tarball are: ['buildtools-tarball']\nDEBUG: sorted providers for buildtools-tarball are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb to satisfy buildtools-tarball\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb\nDEBUG: Added runtime dependencies ['nativesdk-sdk-provides-dummy', 'nativesdk-python3', 'nativesdk-python3-git', 'nativesdk-python3-jinja2', 'nativesdk-python3-testtools', 'nativesdk-python3-subunit', 'nativesdk-python3-pyyaml', 'nativesdk-ncurses-terminfo-base', 'nativesdk-chrpath', 'nativesdk-tar', 'nativesdk-buildtools-perl-dummy', 'nativesdk-git', 'nativesdk-git-perltools', 'nativesdk-pigz', 'nativesdk-make', 'nativesdk-wget', 'nativesdk-ca-certificates', 'nativesdk-texinfo', 'nativesdk-libnss-nis', 'nativesdk-rpcsvc-proto', 'nativesdk-patch', 'nativesdk-mtools', 'nativesdk-zstd', 'nativesdk-lz4', 'nativesdk-libacl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/buildtools-tarball.bb\nDEBUG: providers for e2fsprogs-native are: ['e2fsprogs-native']\nDEBUG: sorted providers for e2fsprogs-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb to satisfy e2fsprogs-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'util-linux-native', 'attr-native', 'autoconf-archive-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb\nDEBUG: providers for depmodwrapper-cross are: ['depmodwrapper-cross']\nDEBUG: sorted providers for depmodwrapper-cross are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb to satisfy depmodwrapper-cross\nDEBUG: Added dependencies ['kmod-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb\nDEBUG: providers for packagegroup-core-standalone-sdk-target are: ['packagegroup-core-standalone-sdk-target']\nDEBUG: sorted runtime providers for packagegroup-core-standalone-sdk-target are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb' to satisfy runtime 'packagegroup-core-standalone-sdk-target'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb\nDEBUG: Added runtime dependencies ['libgcc', 'libgcc-dev', 'libatomic', 'libatomic-dev', 'libstdc++', 'libstdc++-dev', 'glibc', 'glibc-dbg', 'glibc-dev', 'glibc-utils', 'glibc-thread-db', 'glibc-localedata-i18n', 'glibc-gconv-ibm850', 'glibc-gconv-cp1252', 'glibc-gconv-iso8859-1', 'glibc-gconv-iso8859-15'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-standalone-sdk-target'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb\nDEBUG: providers for libstd-rs are: ['libstd-rs']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb as PREFERRED_VERSION 1.74% of package libstd-rs (for item libstd-rs)\nDEBUG: sorted runtime providers for libstd-rs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb' to satisfy runtime 'libstd-rs'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'cargo-native', 'python3-native', 'rust-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb\nDEBUG: Added runtime dependencies ['libstd-rs-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb\nDEBUG: Added runtime recommendations ['libstd-rs'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb\nDEBUG: providers for target-sdk-provides-dummy are: ['target-sdk-provides-dummy']\nDEBUG: sorted runtime providers for target-sdk-provides-dummy are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb' to satisfy runtime 'target-sdk-provides-dummy'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb\nDEBUG: Added runtime dependencies ['target-sdk-provides-dummy-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb\nDEBUG: Added runtime recommendations ['target-sdk-provides-dummy'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb\nDEBUG: providers for packagegroup-core-boot are: ['packagegroup-core-boot']\nDEBUG: sorted runtime providers for packagegroup-core-boot are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb' to satisfy runtime 'packagegroup-core-boot'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb\nDEBUG: Added runtime dependencies ['base-files', 'base-passwd', 'busybox', 'busybox-hwclock', 'modutils-initscripts', 'initscripts', 'netbase', 'busybox', 'sysvinit', 'udev', 'update-alternatives-opkg', 'v86d'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb\nDEBUG: Added runtime recommendations ['busybox-syslog', 'init-ifupdown', 'packagegroup-core-boot'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb\nDEBUG: providers for run-postinsts are: ['run-postinsts']\nDEBUG: sorted runtime providers for run-postinsts are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb' to satisfy runtime 'run-postinsts'\nDEBUG: Added dependencies ['update-rc.d', 'initscripts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb\nDEBUG: Added runtime dependencies ['run-postinsts-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb\nDEBUG: Added runtime recommendations ['run-postinsts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb\nDEBUG: providers for nativesdk-packagegroup-sdk-host are: ['nativesdk-packagegroup-sdk-host']\nDEBUG: sorted runtime providers for nativesdk-packagegroup-sdk-host are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb' to satisfy runtime 'nativesdk-packagegroup-sdk-host'\nDEBUG: Added dependencies ['chrpath-replacement-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb\nDEBUG: Added runtime dependencies ['nativesdk-autoconf', 'nativesdk-automake', 'nativesdk-bison', 'nativesdk-cmake', 'nativesdk-flex', 'nativesdk-libtool', 'nativesdk-makedevs', 'nativesdk-meson', 'nativesdk-opkg', 'nativesdk-perl-module-integer', 'nativesdk-pkgconfig', 'nativesdk-pseudo', 'nativesdk-qemu', 'nativesdk-qemu-helper', 'nativesdk-sdk-provides-dummy', 'nativesdk-shadow', 'nativesdk-unfs3', 'nativesdk-wayland-dev', 'nativesdk-wayland-tools'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb\nDEBUG: providers for packagegroup-cross-canadian-qemux86-64 are: ['packagegroup-cross-canadian-qemux86-64']\nDEBUG: sorted runtime providers for packagegroup-cross-canadian-qemux86-64 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb' to satisfy runtime 'packagegroup-cross-canadian-qemux86-64'\nDEBUG: Added dependencies ['chrpath-replacement-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb\nDEBUG: Added runtime dependencies ['binutils-cross-canadian-x86-64', 'gcc-cross-canadian-x86-64', 'gdb-cross-canadian-x86-64', 'meta-environment-qemux86-64'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb\nDEBUG: providers for packagegroup-rust-cross-canadian-qemux86-64 are: ['packagegroup-rust-cross-canadian-qemux86-64']\nDEBUG: sorted runtime providers for packagegroup-rust-cross-canadian-qemux86-64 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb' to satisfy runtime 'packagegroup-rust-cross-canadian-qemux86-64'\nDEBUG: Added dependencies ['chrpath-replacement-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb\nDEBUG: Added runtime dependencies ['rust-cross-canadian-x86-64', 'nativesdk-binutils', 'nativesdk-gcc', 'nativesdk-glibc-dev', 'nativesdk-libgcc-dev', 'nativesdk-rust', 'nativesdk-cargo', 'nativesdk-rust-tools-clippy', 'nativesdk-rust-tools-rustfmt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb\nDEBUG: providers for meta-environment-extsdk-qemux86-64 are: ['meta-environment-extsdk-qemux86-64']\nDEBUG: sorted runtime providers for meta-environment-extsdk-qemux86-64 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb' to satisfy runtime 'meta-environment-extsdk-qemux86-64'\nDEBUG: Added dependencies ['virtual/libc', 'ncurses', 'zlib', 'chrpath-replacement-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment-extsdk.bb\nDEBUG: providers for core-image-minimal are: ['core-image-minimal']\nDEBUG: sorted runtime providers for core-image-minimal are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb' to satisfy runtime 'core-image-minimal'\nDEBUG: providers for packagegroup-core-full-cmdline are: ['packagegroup-core-full-cmdline']\nDEBUG: sorted runtime providers for packagegroup-core-full-cmdline are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb' to satisfy runtime 'packagegroup-core-full-cmdline'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb\nDEBUG: Added runtime dependencies ['packagegroup-core-full-cmdline-utils', 'packagegroup-core-full-cmdline-extended', 'packagegroup-core-full-cmdline-dev-utils', 'packagegroup-core-full-cmdline-multiuser', 'packagegroup-core-full-cmdline-initscripts', 'packagegroup-core-full-cmdline-sys-services', 'bash', 'acl', 'attr', 'bc', 'coreutils', 'cpio', 'e2fsprogs', 'ed', 'file', 'findutils', 'gawk', 'grep', 'less', 'makedevs', 'mc', 'mc-fish', 'mc-helpers', 'mc-helpers-perl', 'ncurses', 'net-tools', 'procps', 'psmisc', 'sed', 'tar', 'time', 'util-linux', 'iproute2', 'iputils', 'iptables', 'module-init-tools', 'openssl', 'diffutils', 'm4', 'make', 'patch', 'bzip2', 'cracklib', 'gzip', 'shadow', 'sudo', 'initscripts', 'sysvinit', 'ethtool', 'busybox', 'sysklogd', 'at', 'cronie', 'logrotate', 'nfs-utils', 'rpcbind'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-full-cmdline'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb\nDEBUG: providers for psplash are: ['psplash']\nDEBUG: sorted runtime providers for psplash are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb' to satisfy runtime 'psplash'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gdk-pixbuf-native', 'update-rc.d', 'initscripts', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Added runtime dependencies ['psplash', 'psplash-dev', 'psplash-default'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Added runtime recommendations ['psplash'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: providers for packagegroup-core-ssh-openssh are: ['packagegroup-core-ssh-openssh']\nDEBUG: sorted runtime providers for packagegroup-core-ssh-openssh are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb' to satisfy runtime 'packagegroup-core-ssh-openssh'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb\nDEBUG: Added runtime dependencies ['openssh'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-ssh-openssh'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb\nDEBUG: providers for core-image-full-cmdline are: ['core-image-full-cmdline']\nDEBUG: sorted runtime providers for core-image-full-cmdline are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb' to satisfy runtime 'core-image-full-cmdline'\nDEBUG: Assuming locale-base-en-gb is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-en-gb are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-en-gb)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-en-gb due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-en-gb are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-en-gb'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'cross-localedef-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb\nDEBUG: Assuming locale-base-en-us is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-en-us are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-en-us)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-en-us due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-en-us are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-en-us'\nDEBUG: Assuming locale-base-c is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-c are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-c)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-c due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-c are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-c'\nDEBUG: providers for packagegroup-base-extended are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-extended are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-extended'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb\nDEBUG: Added runtime dependencies ['packagegroup-distro-base', 'packagegroup-machine-base', 'module-init-tools', 'packagegroup-base-alsa', 'packagegroup-base-vfat', 'packagegroup-base-pci', 'packagegroup-base-usbgadget', 'packagegroup-base-bluetooth', 'packagegroup-base-nfs', 'packagegroup-base-ipv6', 'packagegroup-base-zeroconf', 'packagegroup-base', 'packagegroup-base-wifi', 'packagegroup-base-3g', 'packagegroup-core-boot', 'alsa-utils-alsactl', 'alsa-utils-amixer', 'alsa-state', 'pciutils', 'bluez5', 'iw', 'wireless-regdb-static', 'wpa-supplicant', 'ofono', 'neard', 'rpcbind', 'avahi-daemon', 'libnss-mdns'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb\nDEBUG: Added runtime recommendations ['kernel-module-nls-utf8', 'kernel-module-input', 'kernel-module-uinput', 'kernel-module-rtc-dev', 'kernel-module-rtc-proc', 'kernel-module-rtc-sysfs', 'kernel-module-unix', 'packagegroup-base', 'kernel-module-af-packet', 'kernel-module-snd-ens1370', 'kernel-module-snd-rawmidi', 'kernel-module-snd-mixer-oss', 'kernel-module-snd-pcm-oss', 'kernel-module-msdos', 'kernel-module-vfat', 'kernel-module-nls-iso8859-1', 'kernel-module-nls-cp437', 'dosfstools', 'kernel-module-pxa27x_udc', 'kernel-module-gadgetfs', 'kernel-module-g-file-storage', 'kernel-module-g-serial', 'kernel-module-g-ether', 'kernel-module-bluetooth', 'kernel-module-l2cap', 'kernel-module-rfcomm', 'kernel-module-hci-vhci', 'kernel-module-bnep', 'kernel-module-hidp', 'kernel-module-hci-uart', 'kernel-module-sco', 'kernel-module-ieee80211-crypt', 'kernel-module-ieee80211-crypt-ccmp', 'kernel-module-ieee80211-crypt-tkip', 'kernel-module-ieee80211-crypt-wep', 'kernel-module-ecb', 'kernel-module-arc4', 'kernel-module-crypto_algapi', 'kernel-module-cryptomgr', 'kernel-module-michael-mic', 'kernel-module-aes-generic', 'kernel-module-aes', 'kernel-module-cdc-acm', 'kernel-module-cdc-wdm', 'kernel-module-nfc', 'kernel-module-ipv6', 'kernel-module-nfs'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb\nDEBUG: providers for kernel-devsrc are: ['kernel-devsrc']\nDEBUG: sorted runtime providers for kernel-devsrc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb' to satisfy runtime 'kernel-devsrc'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb\nDEBUG: Added runtime dependencies ['kernel-devsrc-dev', 'bc', 'python3-core', 'flex', 'bison', 'glibc-utils', 'gawk', 'openssl-dev', 'util-linux', 'elfutils-dev', 'gcc-plugins', 'libmpc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb\nDEBUG: Added runtime recommendations ['kernel-devsrc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb\nDEBUG: providers for packagegroup-core-eclipse-debug are: ['packagegroup-core-eclipse-debug']\nDEBUG: sorted runtime providers for packagegroup-core-eclipse-debug are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb' to satisfy runtime 'packagegroup-core-eclipse-debug'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb\nDEBUG: Added runtime dependencies ['gdbserver', 'tcf-agent', 'openssh-sftp-server'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-eclipse-debug'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb\nDEBUG: providers for rpm are: ['rpm']\nDEBUG: sorted runtime providers for rpm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'rpm'\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'lua', 'libgcrypt', 'file', 'popt', 'xz', 'bzip2', 'elfutils', 'python3', 'sqlite3', 'zstd', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb\nDEBUG: Added runtime dependencies ['rpm-dev', 'bash', 'perl', 'python3-core', 'debugedit'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb\nDEBUG: Added runtime recommendations ['rpm', 'rpm-sign', 'rpm-archive'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb\nDEBUG: providers for dnf are: ['dnf']\nDEBUG: sorted runtime providers for dnf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb' to satisfy runtime 'dnf'\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'libdnf', 'librepo', 'libcomps', 'python3-iniparse', 'bash-completion', 'python3-native', 'python3', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb\nDEBUG: Added runtime dependencies ['dnf-dev', 'python3-core', 'python3-codecs', 'python3-netclient', 'python3-email', 'python3-threading', 'python3-logging', 'python3-fcntl', 'librepo', 'python3-shell', 'libcomps', 'libdnf', 'python3-sqlite3', 'python3-compression', 'python3-rpm', 'python3-iniparse', 'python3-json', 'python3-curses', 'python3-misc', 'python3-core', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb\nDEBUG: Added runtime recommendations ['dnf', 'gnupg', 'dnf-test-dep'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb\nDEBUG: providers for packagegroup-core-tools-debug are: ['packagegroup-core-tools-debug']\nDEBUG: sorted runtime providers for packagegroup-core-tools-debug are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb' to satisfy runtime 'packagegroup-core-tools-debug'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb\nDEBUG: Added runtime dependencies ['gdb', 'gdbserver', 'libc-mtrace', 'strace'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-tools-debug'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb\nDEBUG: providers for packagegroup-core-tools-profile are: ['packagegroup-core-tools-profile']\nDEBUG: sorted runtime providers for packagegroup-core-tools-profile are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb' to satisfy runtime 'packagegroup-core-tools-profile'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb\nDEBUG: Added runtime dependencies ['powertop', 'lttng-tools', 'babeltrace', 'babeltrace2', 'systemtap', 'valgrind'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb\nDEBUG: Added runtime recommendations ['perf', 'blktrace', 'packagegroup-core-tools-profile'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb\nDEBUG: providers for packagegroup-core-sdk are: ['packagegroup-core-sdk']\nDEBUG: sorted runtime providers for packagegroup-core-sdk are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb' to satisfy runtime 'packagegroup-core-sdk'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb\nDEBUG: Added runtime dependencies ['packagegroup-core-buildessential', 'coreutils', 'ccache', 'diffutils', 'perl-module-re', 'perl-module-text-wrap', 'findutils', 'quilt', 'less', 'ldd', 'file', 'tcl', 'packagegroup-rust-sdk-target'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb\nDEBUG: Added runtime recommendations ['libgomp', 'libgomp-dev', 'libasan-dev', 'libubsan-dev', 'packagegroup-core-sdk'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb\nDEBUG: providers for packagegroup-core-tools-testapps are: ['packagegroup-core-tools-testapps']\nDEBUG: sorted runtime providers for packagegroup-core-tools-testapps are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb' to satisfy runtime 'packagegroup-core-tools-testapps'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb\nDEBUG: Added runtime dependencies ['blktool', 'kexec', 'alsa-utils-amixer', 'alsa-utils-aplay', 'ltp', 'connman-tools', 'connman-tests', 'connman-client', 'gst-examples', 'x11perf', 'xrestop', 'xwininfo', 'xprop', 'mesa-demos', 'ofono-tests', 'go-helloworld'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-tools-testapps'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb\nDEBUG: providers for packagegroup-core-x11-base are: ['packagegroup-core-x11-base']\nDEBUG: sorted runtime providers for packagegroup-core-x11-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb' to satisfy runtime 'packagegroup-core-x11-base'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb\nDEBUG: Added runtime dependencies ['packagegroup-core-x11-xserver', 'packagegroup-core-x11-utils', 'matchbox-terminal', 'matchbox-wm', 'mini-x-session', 'liberation-fonts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-x11-base'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb\nDEBUG: providers for packagegroup-core-x11-sato are: ['packagegroup-core-x11-sato']\nDEBUG: sorted runtime providers for packagegroup-core-x11-sato are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb' to satisfy runtime 'packagegroup-core-x11-sato'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb\nDEBUG: Added runtime dependencies ['packagegroup-core-x11-sato-base', 'packagegroup-core-x11-sato-apps', 'packagegroup-core-x11-sato-games', 'matchbox-desktop', 'matchbox-session-sato', 'matchbox-keyboard', 'matchbox-keyboard-applet', 'matchbox-keyboard-im', 'matchbox-config-gtk', 'xcursor-transparent-theme', 'sato-icon-theme', 'settings-daemon', 'shutdown-desktop', 'connman-gnome', 'udev-extraconf', 'pulseaudio-server', 'pulseaudio-client-conf-sato', 'pulseaudio-misc', 'l3afpad', 'matchbox-terminal', 'sato-screenshot', 'pcmanfm', 'gst-examples', 'puzzles'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-x11-sato'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb\nDEBUG: providers for nativesdk-intltool are: ['nativesdk-intltool']\nDEBUG: sorted runtime providers for nativesdk-intltool are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb' to satisfy runtime 'nativesdk-intltool'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'libxml-parser-perl-native', 'perl-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-intltool-dev', 'nativesdk-gettext-dev', 'nativesdk-libxml-parser-perl'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-intltool', 'nativesdk-perl-modules'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb\nDEBUG: providers for nativesdk-glib-2.0 are: ['nativesdk-glib-2.0']\nDEBUG: sorted runtime providers for nativesdk-glib-2.0 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'nativesdk-glib-2.0'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'gettext-native', 'glib-2.0-native', 'gtk-doc-native', 'nativesdk-libffi', 'nativesdk-libpcre2', 'meson-native', 'nativesdk-util-linux', 'ninja-native', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libiconv', 'virtual/nativesdk-libintl', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-glib-2.0-dev', 'nativesdk-python3', 'nativesdk-python3-setuptools', 'nativesdk-python3-xml', 'nativesdk-bash-completion'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-glib-2.0', 'nativesdk-shared-mime-info'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb\nDEBUG: providers for core-image-sato-sdk are: ['core-image-sato-sdk']\nDEBUG: sorted runtime providers for core-image-sato-sdk are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb' to satisfy runtime 'core-image-sato-sdk'\nDEBUG: providers for quilt-native are: ['quilt-native']\nDEBUG: sorted runtime providers for quilt-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb' to satisfy runtime 'quilt-native'\nDEBUG: providers for quilt-native-dev are: ['quilt-native']\nDEBUG: sorted runtime providers for quilt-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb' to satisfy runtime 'quilt-native-dev'\nDEBUG: providers for kernel-image-bzimage are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-image-bzimage)\nNOTE: selecting linux-yocto to satisfy runtime kernel-image-bzimage due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-image-bzimage are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-image-bzimage'\nDEBUG: providers for kernel-base are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-base)\nNOTE: selecting linux-yocto to satisfy runtime kernel-base due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-base'\nDEBUG: providers for kernel-image are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-image)\nNOTE: selecting linux-yocto to satisfy runtime kernel-image due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-image are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-image'\nDEBUG: providers for cross-localedef-native are: ['cross-localedef-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb as PREFERRED_VERSION 2.38% of package cross-localedef-native (for item cross-localedef-native)\nDEBUG: sorted runtime providers for cross-localedef-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb' to satisfy runtime 'cross-localedef-native'\nDEBUG: providers for cross-localedef-native-dev are: ['cross-localedef-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb as PREFERRED_VERSION 2.38% of package cross-localedef-native (for item cross-localedef-native-dev)\nDEBUG: sorted runtime providers for cross-localedef-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb' to satisfy runtime 'cross-localedef-native-dev'\nDEBUG: providers for nativesdk-qemuwrapper-cross are: ['nativesdk-qemuwrapper-cross']\nDEBUG: sorted runtime providers for nativesdk-qemuwrapper-cross are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb' to satisfy runtime 'nativesdk-qemuwrapper-cross'\nDEBUG: providers for nativesdk-qemuwrapper-cross-dev are: ['nativesdk-qemuwrapper-cross']\nDEBUG: sorted runtime providers for nativesdk-qemuwrapper-cross-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb' to satisfy runtime 'nativesdk-qemuwrapper-cross-dev'\nDEBUG: providers for qemuwrapper-cross-dev are: ['qemuwrapper-cross']\nDEBUG: sorted runtime providers for qemuwrapper-cross-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb' to satisfy runtime 'qemuwrapper-cross-dev'\nDEBUG: providers for qemuwrapper-cross are: ['qemuwrapper-cross']\nDEBUG: sorted runtime providers for qemuwrapper-cross are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb' to satisfy runtime 'qemuwrapper-cross'\nDEBUG: providers for ldconfig-native-dev are: ['ldconfig-native']\nDEBUG: sorted runtime providers for ldconfig-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb' to satisfy runtime 'ldconfig-native-dev'\nDEBUG: providers for ldconfig-native are: ['ldconfig-native']\nDEBUG: sorted runtime providers for ldconfig-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb' to satisfy runtime 'ldconfig-native'\nDEBUG: providers for rpm-sign-native are: ['rpm-native']\nDEBUG: sorted runtime providers for rpm-sign-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'rpm-sign-native'\nDEBUG: providers for rpm-archive-native are: ['rpm-native']\nDEBUG: sorted runtime providers for rpm-archive-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'rpm-archive-native'\nDEBUG: providers for qemu-system-native are: ['qemu-system-native']\nDEBUG: sorted runtime providers for qemu-system-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb' to satisfy runtime 'qemu-system-native'\nDEBUG: providers for qemu-system-native-common are: ['qemu-system-native']\nDEBUG: sorted runtime providers for qemu-system-native-common are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb' to satisfy runtime 'qemu-system-native-common'\nDEBUG: providers for qemu-system-native-dev are: ['qemu-system-native']\nDEBUG: sorted runtime providers for qemu-system-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb' to satisfy runtime 'qemu-system-native-dev'\nDEBUG: providers for qemu-helper-native are: ['qemu-helper-native']\nDEBUG: sorted runtime providers for qemu-helper-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb' to satisfy runtime 'qemu-helper-native'\nDEBUG: providers for qemu-helper-native-dev are: ['qemu-helper-native']\nDEBUG: sorted runtime providers for qemu-helper-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb' to satisfy runtime 'qemu-helper-native-dev'\nDEBUG: providers for qemu-native are: ['qemu-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb as PREFERRED_VERSION 8.2% of package qemu-native (for item qemu-native)\nDEBUG: sorted runtime providers for qemu-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb' to satisfy runtime 'qemu-native'\nDEBUG: providers for qemu-native-dev are: ['qemu-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb as PREFERRED_VERSION 8.2% of package qemu-native (for item qemu-native-dev)\nDEBUG: sorted runtime providers for qemu-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb' to satisfy runtime 'qemu-native-dev'\nDEBUG: providers for qemu-native-common are: ['qemu-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb as PREFERRED_VERSION 8.2% of package qemu-native (for item qemu-native-common)\nDEBUG: sorted runtime providers for qemu-native-common are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb' to satisfy runtime 'qemu-native-common'\nDEBUG: providers for meta-extsdk-toolchain are: ['meta-extsdk-toolchain']\nDEBUG: sorted runtime providers for meta-extsdk-toolchain are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb' to satisfy runtime 'meta-extsdk-toolchain'\nDEBUG: providers for meta-extsdk-toolchain-dev are: ['meta-extsdk-toolchain']\nDEBUG: sorted runtime providers for meta-extsdk-toolchain-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-extsdk-toolchain.bb' to satisfy runtime 'meta-extsdk-toolchain-dev'\nDEBUG: providers for nativesdk-sdk-provides-dummy are: ['nativesdk-sdk-provides-dummy']\nDEBUG: sorted runtime providers for nativesdk-sdk-provides-dummy are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb' to satisfy runtime 'nativesdk-sdk-provides-dummy'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb\nDEBUG: Added runtime dependencies ['nativesdk-sdk-provides-dummy-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb\nDEBUG: Added runtime recommendations ['nativesdk-sdk-provides-dummy'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb\nDEBUG: providers for nativesdk-python3 are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3'\nDEBUG: Added dependencies ['autoconf-archive-native', 'autoconf-native', 'automake-native', 'nativesdk-bzip2', 'bzip2-replacement-native', 'chrpath-replacement-native', 'nativesdk-expat', 'nativesdk-libffi', 'nativesdk-libnsl2', 'nativesdk-libtirpc', 'libtool-native', 'nativesdk-gdbm', 'nativesdk-libedit', 'nativesdk-ncurses', 'nativesdk-openssl', 'pkgconfig-native', 'python3-native', 'nativesdk-sqlite3', 'nativesdk-util-linux-libuuid', 'virtual/nativesdk-crypt', 'virtual/nativesdk-libc', 'virtual/nativesdk-libintl', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xz', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-bash', 'nativesdk-python3-core', 'nativesdk-python3-modules', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-io', 'nativesdk-python3-logging', 'nativesdk-python3-netclient', 'nativesdk-python3-numbers', 'nativesdk-python3-stringold', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-html', 'nativesdk-python3-io', 'nativesdk-python3-math', 'nativesdk-python3-pydoc', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-shell', 'nativesdk-python3-core', 'nativesdk-python3-math', 'nativesdk-python3-stringold', 'nativesdk-ldconfig', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-io', 'nativesdk-python3-math', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-pprint', 'nativesdk-python3-profile', 'nativesdk-python3-shell', 'nativesdk-python3-stringold', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-debugger', 'nativesdk-python3-difflib', 'nativesdk-python3-pprint', 'nativesdk-python3-profile', 'nativesdk-python3-shell', 'nativesdk-python3-stringold', 'nativesdk-python3-unittest', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-datetime', 'nativesdk-python3-io', 'nativesdk-python3-math', 'nativesdk-python3-mime', 'nativesdk-python3-netclient', 'nativesdk-python3-stringold', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-math', 'nativesdk-python3-netclient', 'nativesdk-python3-shell', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-io', 'nativesdk-python3-netserver', 'nativesdk-python3-pickle', 'nativesdk-python3-stringold', 'nativesdk-python3-threading', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-datetime', 'nativesdk-python3-email', 'nativesdk-python3-io', 'nativesdk-python3-math', 'nativesdk-python3-mime', 'nativesdk-python3-netclient', 'nativesdk-python3-stringold', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-2to3', 'nativesdk-python3-asyncio', 'nativesdk-python3-audio', 'nativesdk-python3-codecs', 'nativesdk-python3-compile', 'nativesdk-python3-compression', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-ctypes', 'nativesdk-python3-curses', 'nativesdk-python3-datetime', 'nativesdk-python3-db', 'nativesdk-python3-debugger', 'nativesdk-python3-difflib', 'nativesdk-python3-doctest', 'nativesdk-python3-email', 'nativesdk-python3-ensurepip', 'nativesdk-python3-fcntl', 'nativesdk-python3-html', 'nativesdk-python3-idle', 'nativesdk-python3-image', 'nativesdk-python3-io', 'nativesdk-python3-json', 'nativesdk-python3-logging', 'nativesdk-python3-mailbox', 'nativesdk-python3-math', 'nativesdk-python3-mime', 'nativesdk-python3-misc', 'nativesdk-python3-mmap', 'nativesdk-python3-multiprocessing', 'nativesdk-python3-netclient', 'nativesdk-python3-netserver', 'nativesdk-python3-numbers', 'nativesdk-python3-pickle', 'nativesdk-python3-pkgutil', 'nativesdk-python3-plistlib', 'nativesdk-python3-pprint', 'nativesdk-python3-profile', 'nativesdk-python3-pydoc', 'nativesdk-python3-resource', 'nativesdk-python3-shell', 'nativesdk-python3-sqlite3', 'nativesdk-python3-statistics', 'nativesdk-python3-stringold', 'nativesdk-python3-syslog', 'nativesdk-python3-terminal', 'nativesdk-python3-threading', 'nativesdk-python3-tkinter', 'nativesdk-python3-tomllib', 'nativesdk-python3-unittest', 'nativesdk-python3-unixadmin', 'nativesdk-python3-venv', 'nativesdk-python3-xml', 'nativesdk-python3-xmlrpc', 'nativesdk-python3-zoneinfo', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-ctypes', 'nativesdk-python3-io', 'nativesdk-python3-math', 'nativesdk-python3-mmap', 'nativesdk-python3-netclient', 'nativesdk-python3-pickle', 'nativesdk-python3-threading', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-datetime', 'nativesdk-python3-email', 'nativesdk-python3-io', 'nativesdk-python3-math', 'nativesdk-python3-mime', 'nativesdk-python3-stringold', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-datetime', 'nativesdk-python3-email', 'nativesdk-python3-html', 'nativesdk-python3-io', 'nativesdk-python3-math', 'nativesdk-python3-mime', 'nativesdk-python3-netclient', 'nativesdk-python3-stringold', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-datetime', 'nativesdk-python3-xml', 'nativesdk-python3-core', 'nativesdk-python3-profile', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-io', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-stringold', 'nativesdk-python3-core', 'nativesdk-python3-datetime', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-math', 'nativesdk-python3-numbers', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-io', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-tkinter', 'nativesdk-python3-asyncio', 'nativesdk-python3-core', 'nativesdk-python3-difflib', 'nativesdk-python3-io', 'nativesdk-python3-logging', 'nativesdk-python3-netclient', 'nativesdk-python3-numbers', 'nativesdk-python3-pprint', 'nativesdk-python3-profile', 'nativesdk-python3-stringold', 'nativesdk-python3-core', 'nativesdk-python3-io', 'nativesdk-python3-core', 'nativesdk-python3-logging', 'nativesdk-python3-stringold', 'nativesdk-python3-core', 'nativesdk-python3-compression', 'nativesdk-python3-core', 'nativesdk-python3-crypt', 'nativesdk-python3-datetime', 'nativesdk-python3-email', 'nativesdk-python3-html', 'nativesdk-python3-io', 'nativesdk-python3-math', 'nativesdk-python3-mime', 'nativesdk-python3-netclient', 'nativesdk-python3-netserver', 'nativesdk-python3-numbers', 'nativesdk-python3-pydoc', 'nativesdk-python3-stringold', 'nativesdk-python3-xml', 'nativesdk-python3-compression', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-datetime', 'nativesdk-libgcc', 'nativesdk-python3-dev', 'nativesdk-python3-core', 'nativesdk-python3-audio', 'nativesdk-python3-codecs', 'nativesdk-python3-core', 'nativesdk-python3-email', 'nativesdk-python3-numbers', 'nativesdk-python3-pickle', 'nativesdk-python3-pydoc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-modules', 'nativesdk-ca-certificates', 'nativesdk-openssl'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb\nDEBUG: providers for nativesdk-python3-git are: ['nativesdk-python3-git']\nDEBUG: sorted runtime providers for nativesdk-python3-git are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb' to satisfy runtime 'nativesdk-python3-git'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'nativesdk-python3-gitdb', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-git-dev', 'nativesdk-git', 'nativesdk-python3-datetime', 'nativesdk-python3-gitdb', 'nativesdk-python3-io', 'nativesdk-python3-logging', 'nativesdk-python3-math', 'nativesdk-python3-netclient', 'nativesdk-python3-stringold', 'nativesdk-python3-unittest', 'nativesdk-python3-unixadmin'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-git'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb\nDEBUG: providers for nativesdk-python3-jinja2 are: ['nativesdk-python3-jinja2']\nDEBUG: sorted runtime providers for nativesdk-python3-jinja2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb' to satisfy runtime 'nativesdk-python3-jinja2'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-jinja2-dev', 'nativesdk-python3-asyncio', 'nativesdk-python3-crypt', 'nativesdk-python3-io', 'nativesdk-python3-json', 'nativesdk-python3-markupsafe', 'nativesdk-python3-math', 'nativesdk-python3-netclient', 'nativesdk-python3-numbers', 'nativesdk-python3-pickle', 'nativesdk-python3-pprint', 'nativesdk-python3-shell', 'nativesdk-python3-threading'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-jinja2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb\nDEBUG: providers for nativesdk-python3-testtools are: ['nativesdk-python3-testtools']\nDEBUG: sorted runtime providers for nativesdk-python3-testtools are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb' to satisfy runtime 'nativesdk-python3-testtools'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'nativesdk-python3-pbr', 'python3-pbr-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-testtools-dev', 'nativesdk-python3-doctest', 'nativesdk-python3-extras', 'nativesdk-python3-pbr', 'nativesdk-python3-six'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-testtools'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb\nDEBUG: providers for nativesdk-python3-subunit are: ['nativesdk-python3-subunit']\nDEBUG: sorted runtime providers for nativesdk-python3-subunit are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb' to satisfy runtime 'nativesdk-python3-subunit'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-subunit-dev', 'nativesdk-python3-iso8601', 'nativesdk-python3-testtools'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-subunit'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb\nDEBUG: providers for nativesdk-python3-pyyaml are: ['nativesdk-python3-pyyaml']\nDEBUG: sorted runtime providers for nativesdk-python3-pyyaml are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb' to satisfy runtime 'nativesdk-python3-pyyaml'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-libyaml', 'nativesdk-python3', 'python3-build-native', 'python3-cython-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-pyyaml-dev', 'nativesdk-python3-datetime', 'nativesdk-python3-netclient'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-pyyaml'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb\nDEBUG: providers for nativesdk-ncurses-terminfo-base are: ['nativesdk-ncurses']\nDEBUG: sorted runtime providers for nativesdk-ncurses-terminfo-base are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb' to satisfy runtime 'nativesdk-ncurses-terminfo-base'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'ncurses-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-ncurses-dev', 'nativesdk-ncurses', 'nativesdk-ncurses-terminfo-base'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-ncurses'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb\nDEBUG: providers for nativesdk-chrpath are: ['nativesdk-chrpath']\nDEBUG: sorted runtime providers for nativesdk-chrpath are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb' to satisfy runtime 'nativesdk-chrpath'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb\nDEBUG: Added runtime dependencies ['nativesdk-chrpath-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb\nDEBUG: Added runtime recommendations ['nativesdk-chrpath'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb\nDEBUG: providers for nativesdk-tar are: ['nativesdk-tar']\nDEBUG: sorted runtime providers for nativesdk-tar are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb' to satisfy runtime 'nativesdk-tar'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb\nDEBUG: Added runtime dependencies ['nativesdk-tar-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb\nDEBUG: Added runtime recommendations ['nativesdk-tar'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb\nDEBUG: providers for nativesdk-buildtools-perl-dummy are: ['nativesdk-buildtools-perl-dummy']\nDEBUG: sorted runtime providers for nativesdk-buildtools-perl-dummy are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb' to satisfy runtime 'nativesdk-buildtools-perl-dummy'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb\nDEBUG: Added runtime dependencies ['nativesdk-buildtools-perl-dummy-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb\nDEBUG: Added runtime recommendations ['nativesdk-buildtools-perl-dummy'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb\nDEBUG: providers for nativesdk-git are: ['nativesdk-git']\nDEBUG: sorted runtime providers for nativesdk-git are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb' to satisfy runtime 'nativesdk-git'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-curl', 'nativesdk-expat', 'nativesdk-openssl', 'perl-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-perl', 'nativesdk-findutils', 'nativesdk-git', 'nativesdk-perl', 'nativesdk-perl-module-file-path', 'nativesdk-git-dev', 'nativesdk-bash-completion'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-git'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb\nDEBUG: providers for nativesdk-git-perltools are: ['nativesdk-git']\nDEBUG: sorted runtime providers for nativesdk-git-perltools are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb' to satisfy runtime 'nativesdk-git-perltools'\nDEBUG: providers for nativesdk-pigz are: ['nativesdk-pigz']\nDEBUG: sorted runtime providers for nativesdk-pigz are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb' to satisfy runtime 'nativesdk-pigz'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb\nDEBUG: Added runtime dependencies ['nativesdk-pigz-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb\nDEBUG: Added runtime recommendations ['nativesdk-pigz'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb\nDEBUG: providers for nativesdk-make are: ['nativesdk-make']\nDEBUG: sorted runtime providers for nativesdk-make are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb' to satisfy runtime 'nativesdk-make'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'pkgconfig-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-make-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-make'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb\nDEBUG: providers for nativesdk-wget are: ['nativesdk-wget']\nDEBUG: sorted runtime providers for nativesdk-wget are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb' to satisfy runtime 'nativesdk-wget'\nDEBUG: Added dependencies ['autoconf-archive-native', 'autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'nativesdk-gnutls', 'nativesdk-libpcre', 'nativesdk-zlib', 'pkgconfig-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-wget-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-wget', 'nativesdk-ca-certificates'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb\nDEBUG: providers for nativesdk-ca-certificates are: ['nativesdk-ca-certificates']\nDEBUG: sorted runtime providers for nativesdk-ca-certificates are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb' to satisfy runtime 'nativesdk-ca-certificates'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'openssl-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb\nDEBUG: Added runtime dependencies ['nativesdk-ca-certificates-dev', 'nativesdk-openssl', 'nativesdk-openssl-bin'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb\nDEBUG: Added runtime recommendations ['nativesdk-ca-certificates'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb\nDEBUG: providers for nativesdk-texinfo are: ['nativesdk-texinfo']\nDEBUG: sorted runtime providers for nativesdk-texinfo are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb' to satisfy runtime 'nativesdk-texinfo'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'nativesdk-ncurses', 'texinfo-replacement-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-texinfo-dev', 'nativesdk-perl'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-texinfo'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb\nDEBUG: providers for nativesdk-libnss-nis are: ['nativesdk-libnss-nis']\nDEBUG: sorted runtime providers for nativesdk-libnss-nis are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb' to satisfy runtime 'nativesdk-libnss-nis'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'nativesdk-libnsl2', 'nativesdk-libtirpc', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb\nDEBUG: Added runtime dependencies ['nativesdk-libnss-nis-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb\nDEBUG: Added runtime recommendations ['nativesdk-libnss-nis'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb\nDEBUG: providers for nativesdk-rpcsvc-proto are: ['nativesdk-rpcsvc-proto']\nDEBUG: sorted runtime providers for nativesdk-rpcsvc-proto are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb' to satisfy runtime 'nativesdk-rpcsvc-proto'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'rpcsvc-proto-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb\nDEBUG: Added runtime dependencies ['nativesdk-rpcsvc-proto-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb\nDEBUG: Added runtime recommendations ['nativesdk-rpcsvc-proto'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb\nDEBUG: providers for nativesdk-patch are: ['nativesdk-patch']\nDEBUG: sorted runtime providers for nativesdk-patch are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb' to satisfy runtime 'nativesdk-patch'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb\nDEBUG: Added runtime dependencies ['nativesdk-patch-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb\nDEBUG: Added runtime recommendations ['nativesdk-patch'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb\nDEBUG: providers for nativesdk-mtools are: ['nativesdk-mtools']\nDEBUG: sorted runtime providers for nativesdk-mtools are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb' to satisfy runtime 'nativesdk-mtools'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libiconv', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb\nDEBUG: Added runtime dependencies ['nativesdk-mtools-dev', 'nativesdk-glibc-gconv-ibm850'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb\nDEBUG: Added runtime recommendations ['nativesdk-mtools', 'nativesdk-glibc-gconv-ibm437', 'nativesdk-glibc-gconv-ibm737', 'nativesdk-glibc-gconv-ibm775', 'nativesdk-glibc-gconv-ibm851', 'nativesdk-glibc-gconv-ibm852', 'nativesdk-glibc-gconv-ibm855', 'nativesdk-glibc-gconv-ibm857', 'nativesdk-glibc-gconv-ibm860', 'nativesdk-glibc-gconv-ibm861', 'nativesdk-glibc-gconv-ibm862', 'nativesdk-glibc-gconv-ibm863', 'nativesdk-glibc-gconv-ibm865', 'nativesdk-glibc-gconv-ibm866', 'nativesdk-glibc-gconv-ibm869'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb\nDEBUG: providers for nativesdk-zstd are: ['nativesdk-zstd']\nDEBUG: sorted runtime providers for nativesdk-zstd are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb' to satisfy runtime 'nativesdk-zstd'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-zstd-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-zstd'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb\nDEBUG: providers for nativesdk-lz4 are: ['nativesdk-lz4']\nDEBUG: sorted runtime providers for nativesdk-lz4 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb' to satisfy runtime 'nativesdk-lz4'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-lz4-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-lz4'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb\nDEBUG: providers for nativesdk-libacl are: ['nativesdk-acl']\nDEBUG: sorted runtime providers for nativesdk-libacl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb' to satisfy runtime 'nativesdk-libacl'\nDEBUG: Added dependencies ['nativesdk-attr', 'autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-acl-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-acl'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb\nDEBUG: Resolved 107 extra dependencies\nDEBUG: providers for automake-native are: ['automake-native']\nDEBUG: sorted providers for automake-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb to satisfy automake-native\nDEBUG: Added dependencies ['autoconf-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb\nDEBUG: Added runtime dependencies ['autoconf-native', 'hostperl-runtime-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb\nDEBUG: providers for libtool-native are: ['libtool-native']\nDEBUG: sorted providers for libtool-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb to satisfy libtool-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb\nDEBUG: Added runtime dependencies ['libtool-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb\nDEBUG: Added runtime recommendations ['libtool-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb\nDEBUG: providers for autoconf-native are: ['autoconf-native']\nDEBUG: sorted providers for autoconf-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb to satisfy autoconf-native\nDEBUG: Added dependencies ['m4-native', 'gnu-config-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb\nDEBUG: Added runtime dependencies ['m4-native', 'gnu-config-native', 'hostperl-runtime-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb\nDEBUG: providers for attr-native are: ['attr-native']\nDEBUG: sorted providers for attr-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb to satisfy attr-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'virtual/libintl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb\nDEBUG: providers for sqlite3-native are: ['sqlite3-native']\nDEBUG: sorted providers for sqlite3-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb to satisfy sqlite3-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb\nDEBUG: providers for pkgconfig-native are: ['pkgconf-native', 'pkgconfig-native']\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for pkgconfig-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb to satisfy pkgconfig-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb to satisfy pkgconfig-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb\nDEBUG: providers for virtual/x86_64-poky-linux-binutils are: ['binutils-cross-x86_64']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb as PREFERRED_VERSION 2.41% of package binutils-cross-x86_64 (for item virtual/x86_64-poky-linux-binutils)\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/x86_64-poky-linux-binutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb to satisfy virtual/x86_64-poky-linux-binutils\nDEBUG: Added dependencies ['pkgconfig-native', 'flex-native', 'bison-native', 'zlib-native', 'gnu-config-native', 'autoconf-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb\nDEBUG: providers for make-mod-scripts are: ['make-mod-scripts']\nDEBUG: sorted providers for make-mod-scripts are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb to satisfy make-mod-scripts\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'bc-native', 'bison-native', 'gmp-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb\nDEBUG: Added runtime dependencies ['make-mod-scripts-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb\nDEBUG: providers for dwarfsrcfiles-native are: ['dwarfsrcfiles-native']\nDEBUG: sorted providers for dwarfsrcfiles-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb to satisfy dwarfsrcfiles-native\nDEBUG: Added dependencies ['elfutils-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb\nDEBUG: providers for kmod-native are: ['kmod-native']\nDEBUG: sorted providers for kmod-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb to satisfy kmod-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gtk-doc-native', 'python3-native', 'openssl-native', 'xz-native', 'zlib-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb\nDEBUG: providers for dpkg-native are: ['dpkg-native']\nDEBUG: sorted providers for dpkg-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb to satisfy dpkg-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'bzip2-replacement-native', 'zlib-native', 'virtual/update-alternatives-native', 'gettext-native', 'perl-native', 'libmd-native', 'xz-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb\nDEBUG: providers for opkg-utils-native are: ['opkg-utils-native']\nDEBUG: sorted providers for opkg-utils-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb to satisfy opkg-utils-native\nDEBUG: providers for zstd-native are: ['zstd-native']\nDEBUG: sorted providers for zstd-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb to satisfy zstd-native\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb\nDEBUG: providers for ncurses-native are: ['ncurses-native']\nDEBUG: sorted providers for ncurses-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb to satisfy ncurses-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb\nDEBUG: providers for gzip-native are: ['gzip-native', 'pigz-native']\nNOTE: selecting pigz-native to satisfy gzip-native due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for gzip-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb to satisfy gzip-native\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb to satisfy gzip-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb\nDEBUG: providers for kern-tools-native are: ['kern-tools-native']\nDEBUG: sorted providers for kern-tools-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb to satisfy kern-tools-native\nDEBUG: Added dependencies ['git-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb\nDEBUG: Added runtime dependencies ['kern-tools-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb\nDEBUG: Added runtime recommendations ['kern-tools-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb\nDEBUG: providers for virtual/x86_64-poky-linux-gcc are: ['gcc-cross-x86_64']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb as PREFERRED_VERSION 13.% of package gcc-cross-x86_64 (for item virtual/x86_64-poky-linux-gcc)\nNOTE: selecting gcc-cross-x86_64 to satisfy virtual/x86_64-poky-linux-gcc due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/x86_64-poky-linux-gcc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb to satisfy virtual/x86_64-poky-linux-gcc\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'virtual/x86_64-poky-linux-binutils', 'linux-libc-headers', 'mpfr-native', 'gmp-native', 'libmpc-native', 'zlib-native', 'flex-native', 'zstd-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb\nDEBUG: providers for bc-native are: ['bc-native']\nDEBUG: sorted providers for bc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb to satisfy bc-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'flex-native', 'texinfo-dummy-native', 'readline-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb\nDEBUG: providers for bison-native are: ['bison-native']\nDEBUG: sorted providers for bison-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb to satisfy bison-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'flex-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb\nDEBUG: providers for libmpc-native are: ['libmpc-native']\nDEBUG: sorted providers for libmpc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb to satisfy libmpc-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gmp-native', 'mpfr-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb\nDEBUG: providers for elfutils-native are: ['elfutils-native']\nDEBUG: sorted providers for elfutils-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb to satisfy elfutils-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'zlib-native', 'virtual/libintl-native', 'libarchive-native', 'sqlite3-native', 'libmicrohttpd-native', 'curl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb\nDEBUG: providers for openssl-native are: ['openssl-native']\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for openssl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb to satisfy openssl-native\nDEBUG: Added dependencies ['perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb\nDEBUG: providers for gmp-native are: ['gmp-native']\nDEBUG: sorted providers for gmp-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb to satisfy gmp-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb\nDEBUG: providers for util-linux-native are: ['util-linux-native']\nDEBUG: sorted providers for util-linux-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb to satisfy util-linux-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'libcap-ng-native', 'ncurses-native', 'virtual/crypt-native', 'zlib-native', 'util-linux-libuuid-native', 'gtk-doc-native', 'python3-native', 'libpcre2-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb\nDEBUG: providers for gettext-minimal-native are: ['gettext-minimal-native']\nDEBUG: sorted providers for gettext-minimal-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb to satisfy gettext-minimal-native\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb\nDEBUG: Added runtime dependencies ['gettext-minimal-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb\nDEBUG: Added runtime recommendations ['gettext-minimal-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb\nDEBUG: providers for virtual/x86_64-pokysdk-linux-binutils are: ['binutils-crosssdk-x86_64-pokysdk-linux']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb as PREFERRED_VERSION 2.41% of package binutils-crosssdk-x86_64-pokysdk-linux (for item virtual/x86_64-pokysdk-linux-binutils)\nNOTE: selecting binutils-crosssdk-x86_64-pokysdk-linux to satisfy virtual/x86_64-pokysdk-linux-binutils due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/x86_64-pokysdk-linux-binutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb to satisfy virtual/x86_64-pokysdk-linux-binutils\nDEBUG: Added dependencies ['pkgconfig-native', 'flex-native', 'bison-native', 'zlib-native', 'gnu-config-native', 'autoconf-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb\nDEBUG: providers for chrpath-replacement-native are: ['chrpath-native']\nDEBUG: sorted providers for chrpath-replacement-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb to satisfy chrpath-replacement-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb\nDEBUG: providers for virtual/nativesdk-libc are: ['nativesdk-glibc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package nativesdk-glibc (for item virtual/nativesdk-libc)\nNOTE: selecting nativesdk-glibc to satisfy virtual/nativesdk-libc due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/nativesdk-libc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb to satisfy virtual/nativesdk-libc\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'bison-native', 'chrpath-replacement-native', 'gperf-native', 'nativesdk-libgcc-initial', 'libtool-native', 'nativesdk-linux-libc-headers', 'texinfo-dummy-native', 'virtual/x86_64-pokysdk-linux-binutils', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb\nDEBUG: Added runtime dependencies ['nativesdk-glibc-utils', 'nativesdk-linux-libc-headers-dev', 'nativesdk-glibc-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb\nDEBUG: Added runtime recommendations ['nativesdk-glibc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb\nDEBUG: providers for virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs)\nDEBUG: sorted providers for virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb to satisfy virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'nativesdk-libgcc', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/x86_64-pokysdk-linux-g++', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb\nDEBUG: providers for virtual/x86_64-pokysdk-linux-gcc are: ['gcc-crosssdk-x86_64-pokysdk-linux']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb as PREFERRED_VERSION 13.% of package gcc-crosssdk-x86_64-pokysdk-linux (for item virtual/x86_64-pokysdk-linux-gcc)\nNOTE: selecting gcc-crosssdk-x86_64-pokysdk-linux to satisfy virtual/x86_64-pokysdk-linux-gcc due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/x86_64-pokysdk-linux-gcc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb to satisfy virtual/x86_64-pokysdk-linux-gcc\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'virtual/x86_64-pokysdk-linux-binutils', 'gettext-native', 'mpfr-native', 'gmp-native', 'libmpc-native', 'zlib-native', 'flex-native', 'zstd-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb\nDEBUG: providers for perl-native are: ['perl-native']\nDEBUG: sorted providers for perl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb to satisfy perl-native\nDEBUG: Added dependencies ['perlcross-native', 'zlib-native', 'virtual/crypt-native', 'make-native', 'gdbm-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb\nDEBUG: providers for cmake-native are: ['cmake-native']\nDEBUG: sorted providers for cmake-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb to satisfy cmake-native\nDEBUG: Added dependencies ['bzip2-replacement-native', 'xz-native', 'zlib-native', 'ncurses-native', 'zstd-native', 'openssl-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb\nDEBUG: Added runtime dependencies ['cmake-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb\nDEBUG: Added runtime recommendations ['cmake-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb\nDEBUG: providers for file-replacement-native are: ['file-native']\nDEBUG: sorted providers for file-replacement-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb to satisfy file-replacement-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'bzip2-replacement-native', 'bzip2-native', 'xz-native', 'zlib-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb\nDEBUG: providers for popt-native are: ['popt-native']\nDEBUG: sorted providers for popt-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb to satisfy popt-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'virtual/libiconv-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb\nDEBUG: providers for python3-native are: ['python3-native']\nDEBUG: sorted providers for python3-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb to satisfy python3-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'bzip2-replacement-native', 'expat-native', 'libffi-native', 'bzip2-native', 'openssl-native', 'sqlite3-native', 'zlib-native', 'virtual/libintl-native', 'xz-native', 'virtual/crypt-native', 'util-linux-libuuid-native', 'libtirpc-native', 'libnsl2-native', 'autoconf-archive-native', 'ncurses-native', 'libedit-native', 'gdbm-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb\nDEBUG: Added runtime dependencies ['python3-native-core', 'python3-native-modules', 'python3-native-core', 'python3-native-core', 'python3-native-io', 'python3-native-logging', 'python3-native-netclient', 'python3-native-numbers', 'python3-native-stringold', 'python3-native-core', 'python3-native-core', 'python3-native-crypt', 'python3-native-html', 'python3-native-io', 'python3-native-math', 'python3-native-pydoc', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-shell', 'python3-native-core', 'python3-native-math', 'python3-native-stringold', 'python3-native-core', 'python3-native-crypt', 'python3-native-io', 'python3-native-math', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-pprint', 'python3-native-profile', 'python3-native-shell', 'python3-native-stringold', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-debugger', 'python3-native-difflib', 'python3-native-pprint', 'python3-native-profile', 'python3-native-shell', 'python3-native-stringold', 'python3-native-unittest', 'python3-native-core', 'python3-native-crypt', 'python3-native-datetime', 'python3-native-io', 'python3-native-math', 'python3-native-mime', 'python3-native-netclient', 'python3-native-stringold', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-crypt', 'python3-native-math', 'python3-native-netclient', 'python3-native-shell', 'python3-native-core', 'python3-native-core', 'python3-native-io', 'python3-native-netserver', 'python3-native-pickle', 'python3-native-stringold', 'python3-native-threading', 'python3-native-core', 'python3-native-crypt', 'python3-native-datetime', 'python3-native-email', 'python3-native-io', 'python3-native-math', 'python3-native-mime', 'python3-native-netclient', 'python3-native-stringold', 'python3-native-core', 'python3-native-crypt', 'python3-native-core', 'python3-native-core', 'python3-native-2to3', 'python3-native-asyncio', 'python3-native-audio', 'python3-native-codecs', 'python3-native-compile', 'python3-native-compression', 'python3-native-core', 'python3-native-crypt', 'python3-native-ctypes', 'python3-native-curses', 'python3-native-datetime', 'python3-native-db', 'python3-native-debugger', 'python3-native-difflib', 'python3-native-doctest', 'python3-native-email', 'python3-native-ensurepip', 'python3-native-fcntl', 'python3-native-html', 'python3-native-idle', 'python3-native-image', 'python3-native-io', 'python3-native-json', 'python3-native-logging', 'python3-native-mailbox', 'python3-native-math', 'python3-native-mime', 'python3-native-mmap', 'python3-native-multiprocessing', 'python3-native-netclient', 'python3-native-netserver', 'python3-native-numbers', 'python3-native-pickle', 'python3-native-pkgutil', 'python3-native-plistlib', 'python3-native-pprint', 'python3-native-profile', 'python3-native-pydoc', 'python3-native-resource', 'python3-native-shell', 'python3-native-sqlite3', 'python3-native-statistics', 'python3-native-stringold', 'python3-native-syslog', 'python3-native-terminal', 'python3-native-threading', 'python3-native-tkinter', 'python3-native-tomllib', 'python3-native-unittest', 'python3-native-unixadmin', 'python3-native-venv', 'python3-native-xml', 'python3-native-xmlrpc', 'python3-native-zoneinfo', 'python3-native-core', 'python3-native-crypt', 'python3-native-ctypes', 'python3-native-io', 'python3-native-math', 'python3-native-mmap', 'python3-native-netclient', 'python3-native-pickle', 'python3-native-threading', 'python3-native-core', 'python3-native-crypt', 'python3-native-datetime', 'python3-native-email', 'python3-native-io', 'python3-native-math', 'python3-native-mime', 'python3-native-stringold', 'python3-native-core', 'python3-native-crypt', 'python3-native-datetime', 'python3-native-email', 'python3-native-html', 'python3-native-io', 'python3-native-math', 'python3-native-mime', 'python3-native-netclient', 'python3-native-stringold', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-datetime', 'python3-native-xml', 'python3-native-core', 'python3-native-profile', 'python3-native-core', 'python3-native-io', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-stringold', 'python3-native-core', 'python3-native-datetime', 'python3-native-core', 'python3-native-crypt', 'python3-native-math', 'python3-native-numbers', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-io', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-tkinter', 'python3-native-asyncio', 'python3-native-core', 'python3-native-difflib', 'python3-native-io', 'python3-native-logging', 'python3-native-netclient', 'python3-native-numbers', 'python3-native-pprint', 'python3-native-profile', 'python3-native-stringold', 'python3-native-core', 'python3-native-io', 'python3-native-core', 'python3-native-logging', 'python3-native-stringold', 'python3-native-core', 'python3-native-compression', 'python3-native-core', 'python3-native-crypt', 'python3-native-datetime', 'python3-native-email', 'python3-native-html', 'python3-native-io', 'python3-native-math', 'python3-native-mime', 'python3-native-netclient', 'python3-native-netserver', 'python3-native-numbers', 'python3-native-pydoc', 'python3-native-stringold', 'python3-native-xml', 'python3-native-compression', 'python3-native-core', 'python3-native-core', 'python3-native-datetime'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb\nDEBUG: providers for lua-native are: ['lua-native']\nDEBUG: sorted providers for lua-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb to satisfy lua-native\nDEBUG: Added dependencies ['pkgconfig-native', 'readline-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb\nDEBUG: providers for libgcrypt-native are: ['libgcrypt-native']\nDEBUG: sorted providers for libgcrypt-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb to satisfy libgcrypt-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libgpg-error-native', 'texinfo-dummy-native', 'libcap-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb\nDEBUG: providers for bzip2-replacement-native are: ['bzip2-native']\nDEBUG: sorted providers for bzip2-replacement-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb to satisfy bzip2-replacement-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb\nDEBUG: providers for libcomps-native are: ['libcomps-native']\nDEBUG: sorted providers for libcomps-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb to satisfy libcomps-native\nDEBUG: Added dependencies ['cmake-native', 'expat-native', 'libxml2-native', 'zlib-native', 'python3-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb\nDEBUG: providers for python3-iniparse-native are: ['python3-iniparse-native']\nDEBUG: sorted providers for python3-iniparse-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb to satisfy python3-iniparse-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-six-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb\nDEBUG: Added runtime dependencies ['python3-core-native', 'python3-six-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb\nDEBUG: providers for libdnf-native are: ['libdnf-native']\nDEBUG: sorted providers for libdnf-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb to satisfy libdnf-native\nDEBUG: Added dependencies ['cmake-native', 'pkgconfig-native', 'glib-2.0-native', 'libsolv-native', 'libcheck-native', 'librepo-native', 'rpm-native', 'gtk-doc-native', 'libmodulemd-native', 'json-c-native', 'swig-native', 'util-linux-native', 'python3-native', 'gobject-introspection-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb\nDEBUG: providers for ninja-native are: ['ninja-native']\nDEBUG: sorted providers for ninja-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb to satisfy ninja-native\nDEBUG: Added dependencies ['re2c-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb\nDEBUG: providers for librepo-native are: ['librepo-native']\nDEBUG: sorted providers for librepo-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb to satisfy librepo-native\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'curl-native', 'glib-2.0-native', 'openssl-native', 'attr-native', 'gpgme-native', 'libxml2-native', 'python3-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb\nDEBUG: providers for curl-native are: ['curl-native']\nDEBUG: sorted providers for curl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb to satisfy curl-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'openssl-native', 'zlib-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb\nDEBUG: providers for expat-native are: ['expat-native']\nDEBUG: sorted providers for expat-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb to satisfy expat-native\nDEBUG: Added dependencies ['cmake-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb\nDEBUG: providers for zlib-native are: ['zlib-native']\nDEBUG: sorted providers for zlib-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb to satisfy zlib-native\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb\nDEBUG: providers for glib-2.0-native are: ['glib-2.0-native']\nDEBUG: sorted providers for glib-2.0-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb to satisfy glib-2.0-native\nDEBUG: Added dependencies ['pkgconfig-native', 'gettext-minimal-native', 'virtual/libintl-native', 'virtual/libiconv-native', 'libffi-native', 'libpcre2-native', 'zlib-native', 'python3-native', 'meson-native', 'ninja-native', 'gtk-doc-native', 'gettext-native', 'util-linux-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb\nDEBUG: providers for libxml2-native are: ['libxml2-native']\nDEBUG: sorted providers for libxml2-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb to satisfy libxml2-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'pkgconfig-native', 'zlib-native', 'virtual/libiconv-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb\nDEBUG: providers for libsdl2-native are: ['libsdl2-native']\nDEBUG: sorted providers for libsdl2-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb to satisfy libsdl2-native\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'virtual/egl-native', 'virtual/libx11-native', 'libxext-native', 'libxrandr-native', 'libxrender-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb\nDEBUG: providers for libpng-native are: ['libpng-native']\nDEBUG: sorted providers for libpng-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb to satisfy libpng-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'zlib-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb\nDEBUG: providers for meson-native are: ['meson-native']\nDEBUG: sorted providers for meson-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb to satisfy meson-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb\nDEBUG: Added runtime dependencies ['ninja-native', 'python3-modules-native', 'python3-pkg-resources-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb\nDEBUG: providers for pixman-native are: ['pixman-native']\nDEBUG: sorted providers for pixman-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb to satisfy pixman-native\nDEBUG: Added dependencies ['pkgconfig-native', 'zlib-native', 'python3-native', 'meson-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb\nDEBUG: providers for libepoxy-native are: ['libepoxy-native']\nDEBUG: sorted providers for libepoxy-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb to satisfy libepoxy-native\nDEBUG: Added dependencies ['pkgconfig-native', 'python3-native', 'meson-native', 'ninja-native', 'virtual/egl-native', 'virtual/libx11-native', 'virtual/libgl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb\nDEBUG: providers for virglrenderer-native are: ['virglrenderer-native']\nDEBUG: sorted providers for virglrenderer-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb to satisfy virglrenderer-native\nDEBUG: Added dependencies ['pkgconfig-native', 'libdrm-native', 'libepoxy-native', 'virtual/egl-native', 'virtual/libgbm-native', 'python3-native', 'meson-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb\nDEBUG: providers for libslirp-native are: ['libslirp-native']\nDEBUG: sorted providers for libslirp-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb to satisfy libslirp-native\nDEBUG: Added dependencies ['pkgconfig-native', 'glib-2.0-native', 'python3-native', 'meson-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb\nDEBUG: providers for alsa-lib-native are: ['alsa-lib-native']\nDEBUG: sorted providers for alsa-lib-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb to satisfy alsa-lib-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb\nDEBUG: providers for dtc-native are: ['dtc-native']\nDEBUG: sorted providers for dtc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb to satisfy dtc-native\nDEBUG: Added dependencies ['pkgconfig-native', 'python3-native', 'meson-native', 'ninja-native', 'flex-native', 'bison-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb\nDEBUG: providers for pseudo-native are: ['pseudo-native']\nDEBUG: sorted providers for pseudo-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb to satisfy pseudo-native\nDEBUG: providers for unfs3-native are: ['unfs3-native']\nDEBUG: sorted providers for unfs3-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb to satisfy unfs3-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'flex-native', 'bison-native', 'libtirpc-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb\nDEBUG: providers for texinfo-dummy-native are: ['texinfo-dummy-native']\nDEBUG: sorted providers for texinfo-dummy-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb to satisfy texinfo-dummy-native\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb\nDEBUG: Added runtime dependencies ['texinfo-dummy-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb\nDEBUG: Added runtime recommendations ['texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb\nDEBUG: providers for gdb-cross-x86_64 are: ['gdb-cross-x86_64']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb as PREFERRED_VERSION 14.% of package gdb-cross-x86_64 (for item gdb-cross-x86_64)\nDEBUG: sorted providers for gdb-cross-x86_64 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb to satisfy gdb-cross-x86_64\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'expat-native', 'gmp-native', 'mpfr-native', 'ncurses-native', 'flex-native', 'bison-native', 'texinfo-dummy-native', 'python3-native', 'elfutils-native', 'readline-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.1.bb\nDEBUG: providers for virtual/x86_64-poky-linux-compilerlibs are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item virtual/x86_64-poky-linux-compilerlibs)\nNOTE: selecting gcc-runtime to satisfy virtual/x86_64-poky-linux-compilerlibs due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/x86_64-poky-linux-compilerlibs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb to satisfy virtual/x86_64-poky-linux-compilerlibs\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-g++', 'libgcc', 'virtual/libc', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb\nDEBUG: providers for virtual/libc are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item virtual/libc)\nNOTE: selecting glibc to satisfy virtual/libc due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/libc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb to satisfy virtual/libc\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-binutils', 'libgcc-initial', 'linux-libc-headers', 'gperf-native', 'bison-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb\nDEBUG: Added runtime dependencies ['glibc-utils', 'linux-libc-headers-dev', 'glibc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb\nDEBUG: Added runtime recommendations ['ldconfig', 'glibc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb\nDEBUG: providers for autoconf-archive-native are: ['autoconf-archive-native']\nDEBUG: sorted providers for autoconf-archive-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb to satisfy autoconf-archive-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb\nDEBUG: providers for cargo-native are: ['cargo-native']\nDEBUG: selecting virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb as PREFERRED_VERSION 1.74% of package cargo-native (for item cargo-native)\nDEBUG: sorted providers for cargo-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb to satisfy cargo-native\nDEBUG: Added dependencies ['pkgconfig-native', 'openssl-native', 'zlib-native', 'curl-native', 'ca-certificates-native', 'libssh2-native', 'python3-native', 'rust-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb\nDEBUG: providers for rust-native are: ['rust-native']\nDEBUG: selecting virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb as PREFERRED_VERSION 1.74% of package rust-native (for item rust-native)\nDEBUG: sorted providers for rust-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb to satisfy rust-native\nDEBUG: Added dependencies ['file-native', 'python3-native', 'rust-llvm-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb\nDEBUG: providers for update-rc.d are: ['update-rc.d']\nDEBUG: sorted providers for update-rc.d are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb to satisfy update-rc.d\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb\nDEBUG: Added runtime dependencies ['update-rc.d-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb\nDEBUG: Added runtime recommendations ['update-rc.d'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb\nDEBUG: providers for initscripts are: ['initscripts']\nDEBUG: sorted providers for initscripts are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb to satisfy initscripts\nDEBUG: Added dependencies ['update-rc.d-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb\nDEBUG: Added runtime dependencies ['initscripts-dev', 'initd-functions', 'init-system-helpers-service'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb\nDEBUG: Added runtime recommendations ['initscripts', 'initscripts-functions'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb\nDEBUG: providers for ncurses are: ['ncurses']\nDEBUG: sorted providers for ncurses are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb to satisfy ncurses\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ncurses-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb\nDEBUG: Added runtime dependencies ['ncurses-dev', 'ncurses', 'ncurses-terminfo-base'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb\nDEBUG: Added runtime recommendations ['ncurses'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb\nDEBUG: providers for zlib are: ['zlib']\nDEBUG: sorted providers for zlib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb to satisfy zlib\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb\nDEBUG: Added runtime dependencies ['make', 'zlib', 'zlib-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb\nDEBUG: providers for virtual/update-alternatives are: ['dpkg', 'opkg-utils']\nNOTE: selecting opkg-utils to satisfy virtual/update-alternatives due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/update-alternatives are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb to satisfy virtual/update-alternatives\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'perl-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb\nDEBUG: Added runtime dependencies ['bash', 'python3', 'python3-shell', 'python3-io', 'python3-math', 'python3-crypt', 'python3-logging', 'python3-fcntl', 'python3-pickle', 'python3-compression', 'python3-stringold'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb to satisfy virtual/update-alternatives\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'zlib', 'bzip2', 'perl', 'ncurses', 'libmd', 'perl-native', 'xz'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb\nDEBUG: Added runtime dependencies ['dpkg-dev', 'update-alternatives-opkg', 'perl', 'dpkg-start-stop', 'ldconfig', 'perl-module-carp', 'perl-module-constant', 'perl-module-cwd', 'perl-module-digest', 'perl-module-digest-md5', 'perl-module-errno', 'perl-module-exporter', 'perl-module-fcntl', 'perl-module-feature', 'perl-module-file-basename', 'perl-module-file-compare', 'perl-module-file-copy', 'perl-module-file-find', 'perl-module-file-path', 'perl-module-file-spec', 'perl-module-file-temp', 'perl-module-list-util', 'perl-module-overload', 'perl-module-parent', 'perl-module-storable', 'perl-module-filehandle', 'perl-module-io', 'perl-module-io-handle', 'perl-module-io-seekable', 'perl-module-posix', 'perl-module-scalar-util', 'perl-module-selectsaver', 'perl-module-symbol', 'perl-module-term-ansicolor', 'perl-module-tie-handle', 'perl-module-tie-hash', 'perl-module-storable', 'perl-module-time-hires', 'perl-module-time-piece', 'perl-module-xsloader'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb\nDEBUG: Added runtime recommendations ['dpkg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb\nDEBUG: providers for gdk-pixbuf-native are: ['gdk-pixbuf-native']\nDEBUG: sorted providers for gdk-pixbuf-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb to satisfy gdk-pixbuf-native\nDEBUG: Added dependencies ['pkgconfig-native', 'gettext-minimal-native', 'glib-2.0-native', 'shared-mime-info-native', 'python3-native', 'meson-native', 'ninja-native', 'gobject-introspection-native', 'jpeg-native', 'libpng-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb\nDEBUG: Added runtime dependencies ['shared-mime-info-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb\nDEBUG: providers for libtool-cross are: ['libtool-cross']\nDEBUG: sorted providers for libtool-cross are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb to satisfy libtool-cross\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libtool-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb\nDEBUG: providers for lua are: ['lua']\nDEBUG: sorted providers for lua are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb to satisfy lua\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'readline', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb\nDEBUG: Added runtime dependencies ['lua', 'lua-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'lua'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb\nDEBUG: providers for sqlite3 are: ['sqlite3']\nDEBUG: sorted providers for sqlite3 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb to satisfy sqlite3\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb\nDEBUG: providers for file are: ['file']\nDEBUG: sorted providers for file are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb to satisfy file\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'file-replacement-native', 'bzip2', 'xz', 'zlib', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb\nDEBUG: Added runtime dependencies ['file-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb\nDEBUG: Added runtime recommendations ['file'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb\nDEBUG: providers for popt are: ['popt']\nDEBUG: sorted providers for popt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb to satisfy popt\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'virtual/libiconv'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb\nDEBUG: Added runtime dependencies ['popt', 'bash', 'popt-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'popt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb\nDEBUG: providers for python3 are: ['python3']\nDEBUG: sorted providers for python3 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb to satisfy python3\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'bzip2-replacement-native', 'expat', 'libffi', 'bzip2', 'openssl', 'sqlite3', 'zlib', 'virtual/libintl', 'xz', 'virtual/crypt', 'util-linux-libuuid', 'libtirpc', 'libnsl2', 'autoconf-archive-native', 'ncurses', 'python3-native', 'libedit', 'gdbm', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb\nDEBUG: Added runtime dependencies ['bash', 'python3-core', 'python3-modules', 'python3-core', 'python3-core', 'python3-io', 'python3-logging', 'python3-netclient', 'python3-numbers', 'python3-stringold', 'python3-core', 'python3-core', 'python3-crypt', 'python3-html', 'python3-io', 'python3-math', 'python3-pydoc', 'python3-core', 'python3-core', 'python3-core', 'python3-shell', 'python3-core', 'python3-math', 'python3-stringold', 'ldconfig', 'python3-core', 'python3-crypt', 'python3-io', 'python3-math', 'python3-core', 'python3-core', 'python3-core', 'python3-core', 'python3-pprint', 'python3-profile', 'python3-shell', 'python3-stringold', 'python3-core', 'python3-core', 'python3-debugger', 'python3-difflib', 'python3-pprint', 'python3-profile', 'python3-shell', 'python3-stringold', 'python3-unittest', 'python3-core', 'python3-crypt', 'python3-datetime', 'python3-io', 'python3-math', 'python3-mime', 'python3-netclient', 'python3-stringold', 'python3-core', 'python3-core', 'python3-core', 'python3-core', 'python3-core', 'python3-core', 'python3-core', 'python3-crypt', 'python3-math', 'python3-netclient', 'python3-shell', 'python3-core', 'python3-core', 'python3-io', 'python3-netserver', 'python3-pickle', 'python3-stringold', 'python3-threading', 'python3-core', 'python3-crypt', 'python3-datetime', 'python3-email', 'python3-io', 'python3-math', 'python3-mime', 'python3-netclient', 'python3-stringold', 'python3-core', 'python3-crypt', 'python3-core', 'python3-core', 'python3-misc', 'python3-gdbm', 'python3-2to3', 'python3-asyncio', 'python3-audio', 'python3-codecs', 'python3-compile', 'python3-compression', 'python3-core', 'python3-crypt', 'python3-ctypes', 'python3-curses', 'python3-datetime', 'python3-db', 'python3-debugger', 'python3-difflib', 'python3-doctest', 'python3-email', 'python3-ensurepip', 'python3-fcntl', 'python3-html', 'python3-idle', 'python3-image', 'python3-io', 'python3-json', 'python3-logging', 'python3-mailbox', 'python3-math', 'python3-mime', 'python3-mmap', 'python3-multiprocessing', 'python3-netclient', 'python3-netserver', 'python3-numbers', 'python3-pickle', 'python3-pkgutil', 'python3-plistlib', 'python3-pprint', 'python3-profile', 'python3-pydoc', 'python3-resource', 'python3-shell', 'python3-sqlite3', 'python3-statistics', 'python3-stringold', 'python3-syslog', 'python3-terminal', 'python3-threading', 'python3-tkinter', 'python3-tomllib', 'python3-unittest', 'python3-unixadmin', 'python3-venv', 'python3-xml', 'python3-xmlrpc', 'python3-zoneinfo', 'python3-core', 'python3-crypt', 'python3-ctypes', 'python3-io', 'python3-math', 'python3-mmap', 'python3-netclient', 'python3-pickle', 'python3-threading', 'python3-core', 'python3-crypt', 'python3-datetime', 'python3-email', 'python3-io', 'python3-math', 'python3-mime', 'python3-stringold', 'python3-core', 'python3-crypt', 'python3-datetime', 'python3-email', 'python3-html', 'python3-io', 'python3-math', 'python3-mime', 'python3-netclient', 'python3-stringold', 'python3-core', 'python3-core', 'python3-core', 'python3-core', 'python3-datetime', 'python3-xml', 'python3-core', 'python3-profile', 'python3-core', 'python3-io', 'python3-core', 'python3-core', 'python3-core', 'python3-stringold', 'python3-core', 'python3-datetime', 'python3-core', 'python3-crypt', 'python3-math', 'python3-numbers', 'python3-core', 'python3-core', 'python3-core', 'python3-io', 'python3-core', 'python3-core', 'python3-core', 'python3-tkinter', 'python3-asyncio', 'python3-core', 'python3-difflib', 'python3-io', 'python3-logging', 'python3-netclient', 'python3-numbers', 'python3-pprint', 'python3-profile', 'python3-stringold', 'python3-core', 'python3-io', 'python3-core', 'python3-logging', 'python3-stringold', 'python3-core', 'python3-compression', 'python3-core', 'python3-crypt', 'python3-datetime', 'python3-email', 'python3-html', 'python3-io', 'python3-math', 'python3-mime', 'python3-netclient', 'python3-netserver', 'python3-numbers', 'python3-pydoc', 'python3-stringold', 'python3-xml', 'python3-compression', 'python3-core', 'python3-core', 'python3-datetime', 'libgcc', 'python3-modules', 'python3-tests', 'python3-dev', 'python3-cgitb', 'python3-zipapp', 'unzip', 'bzip2', 'libgcc', 'tzdata', 'coreutils', 'sed', 'gcc', 'g++', 'binutils', 'locale-base-fr-fr', 'locale-base-en-us', 'locale-base-de-de', 'locale-base-tr-tr', 'python3-dev', 'python3-core', 'python3-audio', 'python3-codecs', 'python3-core', 'python3-email', 'python3-numbers', 'python3-pickle', 'python3-pydoc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb\nDEBUG: Added runtime recommendations ['openssl', 'ca-certificates', 'ptest-runner'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb\nDEBUG: providers for gettext-native are: ['gettext-native']\nDEBUG: sorted providers for gettext-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: Cache: default: Writing /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/cache/bb_cache_SiggenRecipeInfo.dat.53743163d5d7904b516384693a95b6f2487677cfc2fcf27aeac9a91af947ae54\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb to satisfy gettext-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb\nDEBUG: providers for elfutils are: ['elfutils']\nDEBUG: sorted providers for elfutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb to satisfy elfutils\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'zlib', 'virtual/libintl', 'libarchive', 'sqlite3', 'libmicrohttpd', 'curl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb\nDEBUG: Added runtime dependencies ['elfutils', 'libasm', 'libelf', 'bash', 'make', 'coreutils', 'elfutils-binutils', 'iproute2-ss', 'bsdtar', 'gcc-symlinks', 'binutils-symlinks', 'libgcc-dev', 'glibc-utils', 'glibc-dbg', 'glibc-dev', 'elfutils-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'elfutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb\nDEBUG: providers for zstd are: ['zstd']\nDEBUG: sorted providers for zstd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb to satisfy zstd\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb\nDEBUG: Added runtime dependencies ['zstd-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb\nDEBUG: Added runtime recommendations ['zstd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb\nDEBUG: providers for libgcrypt are: ['libgcrypt']\nDEBUG: sorted providers for libgcrypt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb to satisfy libgcrypt\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libgpg-error', 'texinfo-dummy-native', 'libcap'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb\nDEBUG: Added runtime dependencies ['libgcrypt', 'libgcrypt-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libgcrypt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb\nDEBUG: providers for xz are: ['xz']\nDEBUG: sorted providers for xz are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb to satisfy xz\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb\nDEBUG: Added runtime dependencies ['xz', 'bash', 'file', 'xz-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'xz'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb\nDEBUG: providers for bzip2 are: ['bzip2']\nDEBUG: sorted providers for bzip2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb to satisfy bzip2\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb\nDEBUG: Added runtime dependencies ['bzip2', 'make', 'bash', 'bzip2-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'bzip2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb\nDEBUG: providers for librepo are: ['librepo']\nDEBUG: sorted providers for librepo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb to satisfy librepo\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'curl', 'glib-2.0', 'openssl', 'attr', 'gpgme', 'libxml2', 'python3-native', 'python3', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb\nDEBUG: Added runtime dependencies ['librepo-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb\nDEBUG: Added runtime recommendations ['librepo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb\nDEBUG: providers for bash-completion are: ['bash-completion']\nDEBUG: sorted providers for bash-completion are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb to satisfy bash-completion\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb\nDEBUG: Added runtime dependencies ['bash-completion-dev', 'bash'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb\nDEBUG: Added runtime recommendations ['bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb\nDEBUG: providers for python3-iniparse are: ['python3-iniparse']\nDEBUG: sorted providers for python3-iniparse are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb to satisfy python3-iniparse\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-six', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb\nDEBUG: Added runtime dependencies ['python3-iniparse-dev', 'python3-core', 'python3-six', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb\nDEBUG: Added runtime recommendations ['python3-iniparse'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb\nDEBUG: providers for libdnf are: ['libdnf']\nDEBUG: sorted providers for libdnf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb to satisfy libdnf\nDEBUG: Added dependencies ['cmake-native', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'libsolv', 'libcheck', 'librepo', 'rpm', 'gtk-doc', 'libmodulemd', 'json-c', 'swig-native', 'util-linux', 'gtk-doc-native', 'python3-native', 'gobject-introspection', 'qemu-native', 'gobject-introspection-native', 'python3', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb\nDEBUG: Added runtime dependencies ['libdnf-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb\nDEBUG: Added runtime recommendations ['libdnf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb\nDEBUG: providers for libcomps are: ['libcomps']\nDEBUG: sorted providers for libcomps are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb to satisfy libcomps\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'expat', 'libxml2', 'zlib', 'python3-native', 'python3', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb\nDEBUG: Added runtime dependencies ['libcomps-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb\nDEBUG: Added runtime recommendations ['libcomps'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb\nDEBUG: providers for libxml-parser-perl-native are: ['libxml-parser-perl-native']\nDEBUG: sorted providers for libxml-parser-perl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb to satisfy libxml-parser-perl-native\nDEBUG: Added dependencies ['expat-native', 'perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb\nDEBUG: Added runtime dependencies ['perl-module-carp-native', 'perl-module-file-spec-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb\nDEBUG: providers for gtk-doc-native are: ['gtk-doc-native']\nDEBUG: sorted providers for gtk-doc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb to satisfy gtk-doc-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'pkgconfig-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb\nDEBUG: providers for virtual/nativesdk-libiconv are: ['nativesdk-glibc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package nativesdk-glibc (for item virtual/nativesdk-libiconv)\nNOTE: selecting nativesdk-glibc to satisfy virtual/nativesdk-libiconv due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/nativesdk-libiconv are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb to satisfy virtual/nativesdk-libiconv\nDEBUG: providers for nativesdk-util-linux are: ['nativesdk-util-linux']\nDEBUG: sorted providers for nativesdk-util-linux are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb to satisfy nativesdk-util-linux\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'gtk-doc-native', 'nativesdk-libcap-ng', 'libtool-native', 'nativesdk-libpcre2', 'nativesdk-ncurses', 'pkgconfig-native', 'python3-native', 'nativesdk-util-linux-libuuid', 'virtual/nativesdk-crypt', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-util-linux-swapoff', 'nativesdk-util-linux-swapon', 'nativesdk-util-linux-dev', 'nativesdk-util-linux-libuuid-dev', 'nativesdk-bash-completion', 'nativesdk-util-linux-lsblk'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-util-linux'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb\nDEBUG: providers for nativesdk-zlib are: ['nativesdk-zlib']\nDEBUG: sorted providers for nativesdk-zlib are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb to satisfy nativesdk-zlib\nDEBUG: Added dependencies ['chrpath-replacement-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-zlib-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb\nDEBUG: providers for virtual/nativesdk-libintl are: ['nativesdk-gettext', 'nativesdk-glibc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package nativesdk-glibc (for item virtual/nativesdk-libintl)\nNOTE: selecting nativesdk-glibc to satisfy virtual/nativesdk-libintl due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/nativesdk-libintl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb', 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb to satisfy virtual/nativesdk-libintl\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb to satisfy virtual/nativesdk-libintl\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'pkgconfig-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libiconv', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-gettext-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-gettext'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb\nDEBUG: providers for nativesdk-libpcre2 are: ['nativesdk-libpcre2']\nDEBUG: sorted providers for nativesdk-libpcre2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb to satisfy nativesdk-libpcre2\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'nativesdk-bzip2', 'chrpath-replacement-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb\nDEBUG: Added runtime dependencies ['nativesdk-libpcre2-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb\nDEBUG: Added runtime recommendations ['nativesdk-libpcre2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb\nDEBUG: providers for nativesdk-libffi are: ['nativesdk-libffi']\nDEBUG: sorted providers for nativesdk-libffi are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb to satisfy nativesdk-libffi\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-libffi-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-libffi'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb\nDEBUG: providers for nativesdk-libtirpc are: ['nativesdk-libtirpc']\nDEBUG: sorted providers for nativesdk-libtirpc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb to satisfy nativesdk-libtirpc\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-libtirpc-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-libtirpc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb\nDEBUG: providers for virtual/nativesdk-update-alternatives are: ['nativesdk-opkg-utils']\nDEBUG: sorted providers for virtual/nativesdk-update-alternatives are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb to satisfy virtual/nativesdk-update-alternatives\nDEBUG: Added dependencies ['chrpath-replacement-native', 'perl-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-bash', 'nativesdk-python3', 'nativesdk-python3-compression', 'nativesdk-python3-crypt', 'nativesdk-python3-fcntl', 'nativesdk-python3-io', 'nativesdk-python3-logging', 'nativesdk-python3-math', 'nativesdk-python3-pickle', 'nativesdk-python3-shell', 'nativesdk-python3-stringold'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb\nDEBUG: providers for nativesdk-ncurses are: ['nativesdk-ncurses']\nDEBUG: sorted providers for nativesdk-ncurses are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb to satisfy nativesdk-ncurses\nDEBUG: providers for nativesdk-libnsl2 are: ['nativesdk-libnsl2']\nDEBUG: sorted providers for nativesdk-libnsl2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb to satisfy nativesdk-libnsl2\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'nativesdk-libtirpc', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb\nDEBUG: Added runtime dependencies ['nativesdk-libnsl2-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb\nDEBUG: Added runtime recommendations ['nativesdk-libnsl2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb\nDEBUG: providers for virtual/nativesdk-crypt are: ['nativesdk-libxcrypt']\nDEBUG: sorted providers for virtual/nativesdk-crypt are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb to satisfy virtual/nativesdk-crypt\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxcrypt-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxcrypt'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb\nDEBUG: providers for nativesdk-libedit are: ['nativesdk-libedit']\nDEBUG: sorted providers for nativesdk-libedit are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb to satisfy nativesdk-libedit\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-ncurses', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-libedit-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-libedit'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb\nDEBUG: providers for nativesdk-expat are: ['nativesdk-expat']\nDEBUG: sorted providers for nativesdk-expat are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb to satisfy nativesdk-expat\nDEBUG: Added dependencies ['chrpath-replacement-native', 'cmake-native', 'ninja-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-expat-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-expat'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb\nDEBUG: providers for nativesdk-bzip2 are: ['nativesdk-bzip2']\nDEBUG: sorted providers for nativesdk-bzip2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb to satisfy nativesdk-bzip2\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb\nDEBUG: Added runtime dependencies ['nativesdk-bzip2-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb\nDEBUG: Added runtime recommendations ['nativesdk-bzip2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb\nDEBUG: providers for nativesdk-gdbm are: ['nativesdk-gdbm']\nDEBUG: sorted providers for nativesdk-gdbm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb to satisfy nativesdk-gdbm\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb\nDEBUG: Added runtime dependencies ['nativesdk-gdbm-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb\nDEBUG: Added runtime recommendations ['nativesdk-gdbm'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb\nDEBUG: providers for nativesdk-xz are: ['nativesdk-xz']\nDEBUG: sorted providers for nativesdk-xz are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb to satisfy nativesdk-xz\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-xz-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-xz'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb\nDEBUG: providers for nativesdk-sqlite3 are: ['nativesdk-sqlite3']\nDEBUG: sorted providers for nativesdk-sqlite3 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb to satisfy nativesdk-sqlite3\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb\nDEBUG: providers for nativesdk-openssl are: ['nativesdk-openssl']\nNOTE: selecting nativesdk-openssl to satisfy nativesdk-openssl due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for nativesdk-openssl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb to satisfy nativesdk-openssl\nDEBUG: Added dependencies ['chrpath-replacement-native', 'perl-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-perl', 'nativesdk-openssl-dev', 'nativesdk-openssl-conf'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-openssl-ossl-module-legacy', 'nativesdk-openssl-conf', 'nativesdk-openssl'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb\nDEBUG: providers for nativesdk-util-linux-libuuid are: ['nativesdk-util-linux-libuuid']\nDEBUG: sorted providers for nativesdk-util-linux-libuuid are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb to satisfy nativesdk-util-linux-libuuid\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-util-linux-libuuid-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-util-linux-libuuid'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb\nDEBUG: providers for python3-setuptools-native are: ['python3-setuptools-native']\nDEBUG: sorted providers for python3-setuptools-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb to satisfy python3-setuptools-native\nDEBUG: Added dependencies ['python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb\nDEBUG: Added runtime dependencies ['python3-2to3-native', 'python3-compile-native', 'python3-compression-native', 'python3-ctypes-native', 'python3-email-native', 'python3-html-native', 'python3-json-native', 'python3-netserver-native', 'python3-numbers-native', 'python3-pickle-native', 'python3-pkg-resources-native', 'python3-pkgutil-native', 'python3-plistlib-native', 'python3-shell-native', 'python3-stringold-native', 'python3-threading-native', 'python3-unittest-native', 'python3-xml-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb\nDEBUG: providers for python3-wheel-native are: ['python3-wheel-native']\nDEBUG: sorted providers for python3-wheel-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb to satisfy python3-wheel-native\nDEBUG: Added dependencies ['python3-native', 'python3-flit-core-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb\nDEBUG: providers for python3-build-native are: ['python3-build-native']\nDEBUG: sorted providers for python3-build-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb to satisfy python3-build-native\nDEBUG: Added dependencies ['python3-native', 'python3-flit-core-native', 'python3-pyproject-hooks-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb\nDEBUG: Added runtime dependencies ['python3-compression-native', 'python3-difflib-native', 'python3-ensurepip-native', 'python3-logging-native', 'python3-packaging-native', 'python3-pyproject-hooks-native', 'python3-tomllib-native', 'python3-venv-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb\nDEBUG: providers for python3-installer-native are: ['python3-installer-native']\nDEBUG: sorted providers for python3-installer-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb to satisfy python3-installer-native\nDEBUG: Added dependencies ['python3-native', 'python3-flit-core-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb\nDEBUG: Added runtime dependencies ['python3-compile-native', 'python3-compression-native', 'python3-netclient-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb\nDEBUG: providers for nativesdk-python3 are: ['nativesdk-python3']\nDEBUG: sorted providers for nativesdk-python3 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb to satisfy nativesdk-python3\nDEBUG: providers for nativesdk-python3-gitdb are: ['nativesdk-python3-gitdb']\nDEBUG: sorted providers for nativesdk-python3-gitdb are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb to satisfy nativesdk-python3-gitdb\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'nativesdk-python3-smmap', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-gitdb-dev', 'nativesdk-python3-compression', 'nativesdk-python3-crypt', 'nativesdk-python3-io', 'nativesdk-python3-mmap', 'nativesdk-python3-shell', 'nativesdk-python3-smmap'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-gitdb'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb\nDEBUG: providers for nativesdk-python3-pbr are: ['nativesdk-python3-pbr']\nDEBUG: sorted providers for nativesdk-python3-pbr are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb to satisfy nativesdk-python3-pbr\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-pbr-dev', 'nativesdk-python3-pip'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-pbr'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb\nDEBUG: providers for python3-pbr-native are: ['python3-pbr-native']\nDEBUG: sorted providers for python3-pbr-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb to satisfy python3-pbr-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb\nDEBUG: Added runtime dependencies ['python3-pip-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb\nDEBUG: providers for python3-cython-native are: ['python3-cython-native']\nDEBUG: sorted providers for python3-cython-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb to satisfy python3-cython-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb\nDEBUG: Added runtime dependencies ['python3-setuptools-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.8.bb\nDEBUG: providers for nativesdk-libyaml are: ['nativesdk-libyaml']\nDEBUG: sorted providers for nativesdk-libyaml are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb to satisfy nativesdk-libyaml\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-libyaml-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-libyaml'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb\nDEBUG: providers for nativesdk-curl are: ['nativesdk-curl']\nDEBUG: sorted providers for nativesdk-curl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb to satisfy nativesdk-curl\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-openssl', 'nativesdk-zlib', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-curl-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-ca-certificates', 'nativesdk-curl'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb\nDEBUG: providers for nativesdk-libpcre are: ['nativesdk-libpcre']\nDEBUG: sorted providers for nativesdk-libpcre are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb to satisfy nativesdk-libpcre\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'nativesdk-bzip2', 'chrpath-replacement-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb\nDEBUG: Added runtime dependencies ['nativesdk-libpcre-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb\nDEBUG: Added runtime recommendations ['nativesdk-libpcre'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb\nDEBUG: providers for nativesdk-gnutls are: ['nativesdk-gnutls']\nDEBUG: sorted providers for nativesdk-gnutls are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb to satisfy nativesdk-gnutls\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'nativesdk-gmp', 'gtk-doc-native', 'libtool-native', 'nativesdk-libunistring', 'nativesdk-libidn2', 'nativesdk-libtasn1', 'nativesdk-nettle', 'pkgconfig-native', 'python3-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libiconv', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-gnutls-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-gnutls'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb\nDEBUG: providers for debianutils-native are: ['debianutils-native']\nDEBUG: sorted providers for debianutils-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb to satisfy debianutils-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb\nDEBUG: providers for texinfo-replacement-native are: ['texinfo-native']\nDEBUG: sorted providers for texinfo-replacement-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb to satisfy texinfo-replacement-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'zlib-native', 'ncurses-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb\nDEBUG: Added runtime dependencies ['perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb\nDEBUG: providers for rpcsvc-proto-native are: ['rpcsvc-proto-native']\nDEBUG: sorted providers for rpcsvc-proto-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb to satisfy rpcsvc-proto-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb\nDEBUG: providers for nativesdk-attr are: ['nativesdk-attr']\nDEBUG: sorted providers for nativesdk-attr are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb to satisfy nativesdk-attr\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libintl', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-attr-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-attr'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb\nDEBUG: providers for glibc-utils are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item glibc-utils)\nNOTE: selecting glibc to satisfy runtime glibc-utils due to PREFERRED_PROVIDER_virtual/libc = glibc\nDEBUG: sorted runtime providers for glibc-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'glibc-utils'\nDEBUG: providers for libgcc are: ['libgcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb as PREFERRED_VERSION 13.% of package libgcc (for item libgcc)\nNOTE: selecting libgcc to satisfy runtime libgcc due to PREFERRED_PROVIDER_libgcc = libgcc\nDEBUG: sorted runtime providers for libgcc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb' to satisfy runtime 'libgcc'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-g++', 'virtual/libc', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb\nDEBUG: Added runtime recommendations ['libgcc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb\nDEBUG: Assuming glibc-gconv-iso8859-1 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-iso8859-1 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-iso8859-1)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-iso8859-1 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-iso8859-1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-iso8859-1'\nDEBUG: providers for libatomic-dev are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libatomic-dev)\nNOTE: selecting gcc-runtime to satisfy runtime libatomic-dev due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libatomic-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libatomic-dev'\nDEBUG: Assuming glibc-gconv-iso8859-15 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-iso8859-15 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-iso8859-15)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-iso8859-15 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-iso8859-15 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-iso8859-15'\nDEBUG: providers for libatomic are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libatomic)\nNOTE: selecting gcc-runtime to satisfy runtime libatomic due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libatomic are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libatomic'\nDEBUG: Assuming glibc-gconv-cp1252 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-cp1252 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-cp1252)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-cp1252 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-cp1252 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-cp1252'\nDEBUG: providers for libstdc++ are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libstdc++)\nNOTE: selecting gcc-runtime to satisfy runtime libstdc++ due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libstdc++ are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libstdc++'\nDEBUG: providers for libgcc-dev are: ['libgcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb as PREFERRED_VERSION 13.% of package libgcc (for item libgcc-dev)\nNOTE: selecting libgcc to satisfy runtime libgcc-dev due to PREFERRED_PROVIDER_libgcc = libgcc\nDEBUG: sorted runtime providers for libgcc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb' to satisfy runtime 'libgcc-dev'\nDEBUG: providers for glibc-dev are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item glibc-dev)\nNOTE: selecting glibc to satisfy runtime glibc-dev due to PREFERRED_PROVIDER_virtual/libc = glibc\nDEBUG: sorted runtime providers for glibc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'glibc-dev'\nDEBUG: providers for glibc-thread-db are: ['glibc', 'glibc-testsuite']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item glibc-thread-db)\nNOTE: selecting glibc to satisfy runtime glibc-thread-db due to PREFERRED_PROVIDER_virtual/libc = glibc\nDEBUG: sorted runtime providers for glibc-thread-db are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'glibc-thread-db'\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb' to satisfy runtime 'glibc-thread-db'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/x86_64-poky-linux-binutils', 'linux-libc-headers', 'gperf-native', 'bison-native', 'glibc-locale', 'libgcc', 'gcc-runtime', 'qemu-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb\nDEBUG: Added runtime dependencies ['glibc-testsuite-utils', 'linux-libc-headers-dev', 'glibc-testsuite-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb\nDEBUG: Added runtime recommendations ['ldconfig', 'glibc-testsuite'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb\nDEBUG: providers for glibc are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item glibc)\nNOTE: selecting glibc to satisfy runtime glibc due to PREFERRED_PROVIDER_virtual/libc = glibc\nDEBUG: sorted runtime providers for glibc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'glibc'\nDEBUG: providers for glibc-dbg are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item glibc-dbg)\nNOTE: selecting glibc to satisfy runtime glibc-dbg due to PREFERRED_PROVIDER_virtual/libc = glibc\nDEBUG: sorted runtime providers for glibc-dbg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'glibc-dbg'\nDEBUG: Assuming glibc-localedata-i18n is a dynamic package, but it may not exist\nDEBUG: providers for glibc-localedata-i18n are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-localedata-i18n)\nNOTE: selecting glibc-locale to satisfy runtime glibc-localedata-i18n due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-localedata-i18n are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-localedata-i18n'\nDEBUG: Assuming glibc-gconv-ibm850 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-ibm850 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-ibm850)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-ibm850 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-ibm850 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-ibm850'\nDEBUG: providers for libstdc++-dev are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libstdc++-dev)\nNOTE: selecting gcc-runtime to satisfy runtime libstdc++-dev due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libstdc++-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libstdc++-dev'\nDEBUG: providers for libstd-rs-dev are: ['libstd-rs']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb as PREFERRED_VERSION 1.74% of package libstd-rs (for item libstd-rs-dev)\nDEBUG: sorted runtime providers for libstd-rs-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb' to satisfy runtime 'libstd-rs-dev'\nDEBUG: providers for target-sdk-provides-dummy-dev are: ['target-sdk-provides-dummy']\nDEBUG: sorted runtime providers for target-sdk-provides-dummy-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/target-sdk-provides-dummy.bb' to satisfy runtime 'target-sdk-provides-dummy-dev'\nDEBUG: providers for base-passwd are: ['base-passwd']\nDEBUG: sorted runtime providers for base-passwd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb' to satisfy runtime 'base-passwd'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb\nDEBUG: Added runtime dependencies ['base-passwd-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb\nDEBUG: Added runtime recommendations ['base-passwd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb\nDEBUG: providers for sysvinit are: ['sysvinit']\nDEBUG: sorted runtime providers for sysvinit are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb' to satisfy runtime 'sysvinit'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'update-rc.d-native', 'base-passwd', 'virtual/crypt', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb\nDEBUG: Added runtime dependencies ['sysvinit-dev', 'sysvinit-inittab', 'sysvinit-pidof', 'initd-functions', 'base-passwd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb\nDEBUG: Added runtime recommendations ['sysvinit'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb\nDEBUG: providers for busybox are: ['busybox']\nDEBUG: sorted runtime providers for busybox are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb' to satisfy runtime 'busybox'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'kern-tools-native', 'virtual/crypt', 'update-rc.d', 'initscripts', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: Added runtime dependencies ['zip', 'busybox', 'busybox-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'busybox', 'busybox-udhcpc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: providers for busybox-syslog are: ['busybox']\nDEBUG: sorted runtime providers for busybox-syslog are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb' to satisfy runtime 'busybox-syslog'\nDEBUG: providers for initscripts are: ['initscripts']\nDEBUG: sorted runtime providers for initscripts are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb' to satisfy runtime 'initscripts'\nDEBUG: providers for update-alternatives-opkg are: ['opkg-utils']\nNOTE: selecting opkg-utils to satisfy runtime update-alternatives-opkg due to PREFERRED_PROVIDER_virtual/update-alternatives = opkg-utils\nDEBUG: sorted runtime providers for update-alternatives-opkg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb' to satisfy runtime 'update-alternatives-opkg'\nDEBUG: providers for modutils-initscripts are: ['modutils-initscripts']\nDEBUG: sorted runtime providers for modutils-initscripts are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb' to satisfy runtime 'modutils-initscripts'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'update-rc.d', 'initscripts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb\nDEBUG: Added runtime dependencies ['modutils-initscripts-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb\nDEBUG: Added runtime recommendations ['modutils-initscripts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb\nDEBUG: providers for udev are: ['eudev']\nNOTE: selecting eudev to satisfy runtime udev due to PREFERRED_PROVIDER_udev = eudev\nDEBUG: sorted runtime providers for udev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb' to satisfy runtime 'udev'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gperf-native', 'update-rc.d', 'initscripts', 'util-linux', 'kmod'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb\nDEBUG: Added runtime dependencies ['eudev-dev', 'eudev', 'kmod'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb\nDEBUG: Added runtime recommendations ['eudev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb\nDEBUG: providers for busybox-hwclock are: ['busybox']\nDEBUG: sorted runtime providers for busybox-hwclock are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb' to satisfy runtime 'busybox-hwclock'\nDEBUG: providers for netbase are: ['netbase']\nDEBUG: sorted runtime providers for netbase are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb' to satisfy runtime 'netbase'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb\nDEBUG: Added runtime dependencies ['netbase-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb\nDEBUG: Added runtime recommendations ['netbase'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb\nDEBUG: providers for v86d are: ['v86d']\nDEBUG: sorted runtime providers for v86d are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb' to satisfy runtime 'v86d'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb\nDEBUG: Added runtime dependencies ['v86d-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb\nDEBUG: Added runtime recommendations ['v86d', 'kernel-module-uvesafb'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb\nDEBUG: providers for init-ifupdown are: ['init-ifupdown']\nDEBUG: sorted runtime providers for init-ifupdown are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb' to satisfy runtime 'init-ifupdown'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'update-rc.d', 'initscripts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb\nDEBUG: Added runtime dependencies ['init-ifupdown-dev', 'netbase'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb\nDEBUG: Added runtime recommendations ['init-ifupdown'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb\nDEBUG: providers for base-files are: ['base-files']\nDEBUG: sorted runtime providers for base-files are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb' to satisfy runtime 'base-files'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: Added runtime recommendations ['base-files'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: providers for run-postinsts-dev are: ['run-postinsts']\nDEBUG: sorted runtime providers for run-postinsts-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb' to satisfy runtime 'run-postinsts-dev'\nDEBUG: providers for nativesdk-bison are: ['nativesdk-bison']\nDEBUG: sorted runtime providers for nativesdk-bison are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb' to satisfy runtime 'nativesdk-bison'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'bison-native', 'chrpath-replacement-native', 'flex-native', 'gettext-native', 'libtool-native', 'nativesdk-gettext', 'nativesdk-readline', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-bison-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-bison'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb\nDEBUG: providers for nativesdk-cmake are: ['nativesdk-cmake']\nDEBUG: sorted runtime providers for nativesdk-cmake are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb' to satisfy runtime 'nativesdk-cmake'\nDEBUG: Added dependencies ['nativesdk-bzip2', 'chrpath-replacement-native', 'cmake-native', 'nativesdk-curl', 'nativesdk-expat', 'nativesdk-libarchive', 'nativesdk-ncurses', 'ninja-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xz', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb\nDEBUG: Added runtime dependencies ['nativesdk-cmake-dev', 'nativesdk-bash-completion'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb\nDEBUG: Added runtime recommendations ['nativesdk-cmake'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb\nDEBUG: providers for nativesdk-meson are: ['nativesdk-meson']\nDEBUG: sorted runtime providers for nativesdk-meson are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb' to satisfy runtime 'nativesdk-meson'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-meson-dev', 'nativesdk-ninja', 'nativesdk-python3-modules', 'nativesdk-python3-pkg-resources'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-meson'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb\nDEBUG: providers for nativesdk-qemu-helper are: ['nativesdk-qemu-helper']\nDEBUG: sorted runtime providers for nativesdk-qemu-helper are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb' to satisfy runtime 'nativesdk-qemu-helper'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-qemu-helper-dev', 'nativesdk-pseudo', 'nativesdk-python3-fcntl', 'nativesdk-python3-logging', 'nativesdk-python3-shell', 'nativesdk-qemu', 'nativesdk-unfs3'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-qemu-helper'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb\nDEBUG: providers for nativesdk-makedevs are: ['nativesdk-makedevs']\nDEBUG: sorted runtime providers for nativesdk-makedevs are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb' to satisfy runtime 'nativesdk-makedevs'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-makedevs-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-makedevs'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb\nDEBUG: providers for nativesdk-automake are: ['nativesdk-automake']\nDEBUG: sorted runtime providers for nativesdk-automake are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb' to satisfy runtime 'nativesdk-automake'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-automake-dev', 'nativesdk-autoconf', 'nativesdk-perl', 'nativesdk-perl-module-bytes', 'nativesdk-perl-module-data-dumper', 'nativesdk-perl-module-strict', 'nativesdk-perl-module-text-parsewords', 'nativesdk-perl-module-thread-queue', 'nativesdk-perl-module-threads', 'nativesdk-perl-module-vars'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-automake'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb\nDEBUG: providers for nativesdk-libtool are: ['nativesdk-libtool']\nDEBUG: sorted runtime providers for nativesdk-libtool are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb' to satisfy runtime 'nativesdk-libtool'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb\nDEBUG: Added runtime dependencies ['nativesdk-libtool-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb\nDEBUG: Added runtime recommendations ['nativesdk-libtool'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb\nDEBUG: providers for nativesdk-unfs3 are: ['nativesdk-unfs3']\nDEBUG: sorted runtime providers for nativesdk-unfs3 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb' to satisfy runtime 'nativesdk-unfs3'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'bison-native', 'chrpath-replacement-native', 'nativesdk-flex', 'flex-native', 'nativesdk-libtirpc', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb\nDEBUG: Added runtime dependencies ['nativesdk-unfs3-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb\nDEBUG: Added runtime recommendations ['nativesdk-unfs3'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb\nDEBUG: providers for nativesdk-shadow are: ['nativesdk-shadow']\nDEBUG: sorted runtime providers for nativesdk-shadow are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb' to satisfy runtime 'nativesdk-shadow'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-crypt', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-shadow-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-shadow'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb\nDEBUG: providers for nativesdk-wayland-tools are: ['nativesdk-wayland']\nDEBUG: sorted runtime providers for nativesdk-wayland-tools are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb' to satisfy runtime 'nativesdk-wayland-tools'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-expat', 'nativesdk-libffi', 'meson-native', 'nativesdk-libxml2', 'ninja-native', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'wayland-native'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-wayland-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-wayland'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb\nDEBUG: providers for nativesdk-pseudo are: ['nativesdk-pseudo']\nDEBUG: sorted runtime providers for nativesdk-pseudo are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb' to satisfy runtime 'nativesdk-pseudo'\nDEBUG: Added dependencies ['nativesdk-attr', 'chrpath-replacement-native', 'pkgconfig-native', 'nativesdk-sqlite3', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb\nDEBUG: Added runtime dependencies ['nativesdk-pseudo-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb\nDEBUG: Added runtime recommendations ['nativesdk-pseudo'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb\nDEBUG: Assuming nativesdk-perl-module-integer is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-integer are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-integer are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-integer'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'make-native', 'nativesdk-gdbm', 'perlcross-native', 'virtual/nativesdk-crypt', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-perl-dev', 'nativesdk-perl', 'nativesdk-perl'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-perl', 'nativesdk-perl-modules'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb\nDEBUG: providers for nativesdk-autoconf are: ['nativesdk-autoconf']\nDEBUG: sorted runtime providers for nativesdk-autoconf are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb' to satisfy runtime 'nativesdk-autoconf'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gnu-config-native', 'help2man-native', 'libtool-native', 'm4-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb\nDEBUG: Added runtime dependencies ['nativesdk-autoconf-dev', 'nativesdk-gnu-config', 'nativesdk-m4', 'nativesdk-perl', 'nativesdk-perl-module-bytes', 'nativesdk-perl-module-carp', 'nativesdk-perl-module-constant', 'nativesdk-perl-module-data-dumper', 'nativesdk-perl-module-errno', 'nativesdk-perl-module-exporter', 'nativesdk-perl-module-feature', 'nativesdk-perl-module-file-basename', 'nativesdk-perl-module-file-compare', 'nativesdk-perl-module-file-copy', 'nativesdk-perl-module-file-find', 'nativesdk-perl-module-file-glob', 'nativesdk-perl-module-file-path', 'nativesdk-perl-module-file-spec', 'nativesdk-perl-module-file-spec-unix', 'nativesdk-perl-module-file-stat', 'nativesdk-perl-module-file-temp', 'nativesdk-perl-module-getopt-long', 'nativesdk-perl-module-io-file', 'nativesdk-perl-module-list-util', 'nativesdk-perl-module-overloading', 'nativesdk-perl-module-posix', 'nativesdk-perl-module-scalar-util', 'nativesdk-perl-module-symbol', 'nativesdk-perl-module-thread-queue', 'nativesdk-perl-module-threads'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb\nDEBUG: Added runtime recommendations ['nativesdk-autoconf'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb\nDEBUG: providers for nativesdk-qemu are: ['nativesdk-qemu']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb as PREFERRED_VERSION 8.2% of package nativesdk-qemu (for item nativesdk-qemu)\nDEBUG: sorted runtime providers for nativesdk-qemu are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb' to satisfy runtime 'nativesdk-qemu'\nDEBUG: Added dependencies ['bison-native', 'chrpath-replacement-native', 'nativesdk-glib-2.0', 'meson-native', 'nativesdk-dtc', 'nativesdk-libepoxy', 'nativesdk-libsdl2', 'nativesdk-libslirp', 'nativesdk-virglrenderer', 'ninja-native', 'nativesdk-pixman', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-qemu-dev', 'nativesdk-qemu-common'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-qemu'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb\nDEBUG: providers for nativesdk-flex are: ['nativesdk-flex']\nDEBUG: sorted runtime providers for nativesdk-flex are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb' to satisfy runtime 'nativesdk-flex'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-flex-dev', 'nativesdk-m4'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-flex'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb\nDEBUG: providers for nativesdk-opkg are: ['nativesdk-opkg']\nNOTE: selecting nativesdk-opkg to satisfy runtime nativesdk-opkg due to PREFERRED_PROVIDER_nativesdk-opkg = nativesdk-opkg\nDEBUG: sorted runtime providers for nativesdk-opkg are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb' to satisfy runtime 'nativesdk-opkg'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'nativesdk-libarchive', 'libtool-native', 'nativesdk-libsolv', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zstd'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-opkg-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-opkg'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb\nDEBUG: providers for nativesdk-wayland-dev are: ['nativesdk-wayland']\nDEBUG: sorted runtime providers for nativesdk-wayland-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb' to satisfy runtime 'nativesdk-wayland-dev'\nDEBUG: providers for nativesdk-pkgconfig are: ['nativesdk-pkgconf', 'nativesdk-pkgconfig']\nNOTE: selecting nativesdk-pkgconfig to satisfy runtime nativesdk-pkgconfig due to PREFERRED_PROVIDER_nativesdk-pkgconfig = nativesdk-pkgconfig\nDEBUG: sorted runtime providers for nativesdk-pkgconfig are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb', 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb' to satisfy runtime 'nativesdk-pkgconfig'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-glib-2.0', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb\nDEBUG: Added runtime dependencies ['nativesdk-pkgconfig-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb\nDEBUG: Added runtime recommendations ['nativesdk-pkgconfig'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb' to satisfy runtime 'nativesdk-pkgconfig'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-pkgconf-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-pkgconf'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb\nDEBUG: providers for gdb-cross-canadian-x86-64 are: ['gdb-cross-canadian-x86-64']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb as PREFERRED_VERSION 14.% of package gdb-cross-canadian-x86-64 (for item gdb-cross-canadian-x86-64)\nDEBUG: sorted runtime providers for gdb-cross-canadian-x86-64 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb' to satisfy runtime 'gdb-cross-canadian-x86-64'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'nativesdk-ncurses', 'nativesdk-expat', 'nativesdk-gettext', 'nativesdk-gmp', 'nativesdk-mpfr', 'virtual/x86_64-pokysdk-linux-gcc', 'virtual/x86_64-pokysdk-linux-binutils', 'virtual/nativesdk-libc', 'texinfo-dummy-native', 'chrpath-replacement-native', 'nativesdk-elfutils', 'nativesdk-python3', 'nativesdk-readline'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb\nDEBUG: Added runtime dependencies ['gdb-cross-canadian-x86-64-dev', 'nativesdk-python3-core', 'nativesdk-python3-codecs', 'nativesdk-python3-netclient'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb\nDEBUG: Added runtime recommendations ['gdb-cross-canadian-x86-64'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb\nDEBUG: providers for gcc-cross-canadian-x86-64 are: ['gcc-cross-canadian-x86-64']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb as PREFERRED_VERSION 13.% of package gcc-cross-canadian-x86-64 (for item gcc-cross-canadian-x86-64)\nDEBUG: sorted runtime providers for gcc-cross-canadian-x86-64 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb' to satisfy runtime 'gcc-cross-canadian-x86-64'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-pokysdk-linux-gcc', 'virtual/x86_64-pokysdk-linux-binutils', 'virtual/nativesdk-libc', 'nativesdk-gettext', 'flex-native', 'virtual/libc', 'nativesdk-gmp', 'nativesdk-mpfr', 'nativesdk-libmpc', 'nativesdk-elfutils', 'nativesdk-zlib', 'nativesdk-zstd', 'texinfo-dummy-native', 'chrpath-replacement-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-mpfr', 'nativesdk-libmpc', 'nativesdk-elfutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb\nDEBUG: providers for binutils-cross-canadian-x86-64 are: ['binutils-cross-canadian-x86-64']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb as PREFERRED_VERSION 2.41% of package binutils-cross-canadian-x86-64 (for item binutils-cross-canadian-x86-64)\nDEBUG: sorted runtime providers for binutils-cross-canadian-x86-64 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb' to satisfy runtime 'binutils-cross-canadian-x86-64'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-native', 'flex-native', 'bison-native', 'virtual/x86_64-pokysdk-linux-gcc', 'virtual/nativesdk-libc', 'nativesdk-zlib', 'nativesdk-gettext', 'nativesdk-flex', 'texinfo-dummy-native', 'chrpath-replacement-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb\nDEBUG: Added runtime dependencies ['binutils-cross-canadian-x86-64-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb\nDEBUG: Added runtime recommendations ['binutils-cross-canadian-x86-64'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb\nDEBUG: providers for meta-environment-qemux86-64 are: ['meta-environment-qemux86-64']\nDEBUG: sorted runtime providers for meta-environment-qemux86-64 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb' to satisfy runtime 'meta-environment-qemux86-64'\nDEBUG: Added dependencies ['virtual/libc', 'ncurses', 'zlib', 'chrpath-replacement-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-environment.bb\nDEBUG: providers for nativesdk-glibc-dev are: ['nativesdk-glibc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package nativesdk-glibc (for item nativesdk-glibc-dev)\nNOTE: selecting nativesdk-glibc to satisfy runtime nativesdk-glibc-dev due to PREFERRED_PROVIDER_virtual/nativesdk-libc = nativesdk-glibc\nDEBUG: sorted runtime providers for nativesdk-glibc-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'nativesdk-glibc-dev'\nDEBUG: providers for nativesdk-rust-tools-rustfmt are: ['nativesdk-rust']\nDEBUG: sorted runtime providers for nativesdk-rust-tools-rustfmt are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb' to satisfy runtime 'nativesdk-rust-tools-rustfmt'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'file-native', 'nativesdk-rust-llvm', 'python3-native', 'rust-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-rust', 'nativesdk-rust', 'nativesdk-rust', 'nativesdk-rust-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-rust'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb\nDEBUG: providers for nativesdk-gcc are: ['nativesdk-gcc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc (for item nativesdk-gcc)\nDEBUG: sorted runtime providers for nativesdk-gcc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb' to satisfy runtime 'nativesdk-gcc'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'flex-native', 'gettext-native', 'nativesdk-gmp', 'nativesdk-libmpc', 'libtool-native', 'nativesdk-mpfr', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib', 'nativesdk-zstd'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-cpp'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-libssp', 'nativesdk-libssp-dev', 'nativesdk-libatomic', 'nativesdk-libatomic-dev', 'nativesdk-libstdc++', 'nativesdk-libstdc++-dev', 'nativesdk-libg2c', 'nativesdk-libg2c-dev', 'nativesdk-libquadmath', 'nativesdk-libquadmath-dev', 'nativesdk-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb\nDEBUG: providers for nativesdk-cargo are: ['nativesdk-cargo']\nDEBUG: sorted runtime providers for nativesdk-cargo are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb' to satisfy runtime 'nativesdk-cargo'\nDEBUG: Added dependencies ['nativesdk-ca-certificates', 'cargo-native', 'chrpath-replacement-native', 'nativesdk-curl', 'nativesdk-libssh2', 'nativesdk-rust', 'nativesdk-openssl', 'pkgconfig-native', 'python3-native', 'rust-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-cargo-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-cargo'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb\nDEBUG: providers for rust-cross-canadian-x86-64 are: ['rust-cross-canadian-x86-64']\nDEBUG: sorted runtime providers for rust-cross-canadian-x86-64 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb' to satisfy runtime 'rust-cross-canadian-x86-64'\nDEBUG: Added dependencies ['virtual/x86_64-pokysdk-linux-gcc', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'chrpath-replacement-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb\nDEBUG: Added runtime dependencies ['rust-cross-canadian-x86-64-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb\nDEBUG: Added runtime recommendations ['rust-cross-canadian-x86-64'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb\nDEBUG: providers for nativesdk-binutils are: ['nativesdk-binutils']\nDEBUG: sorted runtime providers for nativesdk-binutils are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb' to satisfy runtime 'nativesdk-binutils'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'bison-native', 'chrpath-replacement-native', 'flex-native', 'gettext-native', 'gnu-config-native', 'libtool-native', 'nativesdk-elfutils', 'perl-native', 'pkgconfig-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib', 'zlib-native'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: Added runtime dependencies ['nativesdk-binutils-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: Added runtime recommendations ['nativesdk-binutils'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: providers for nativesdk-rust-tools-clippy are: ['nativesdk-rust']\nDEBUG: sorted runtime providers for nativesdk-rust-tools-clippy are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb' to satisfy runtime 'nativesdk-rust-tools-clippy'\nDEBUG: providers for nativesdk-rust are: ['nativesdk-rust']\nDEBUG: sorted runtime providers for nativesdk-rust are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb' to satisfy runtime 'nativesdk-rust'\nDEBUG: providers for nativesdk-libgcc-dev are: ['nativesdk-libgcc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-libgcc (for item nativesdk-libgcc-dev)\nNOTE: selecting nativesdk-libgcc to satisfy runtime nativesdk-libgcc-dev due to PREFERRED_PROVIDER_nativesdk-libgcc = nativesdk-libgcc\nDEBUG: sorted runtime providers for nativesdk-libgcc-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb' to satisfy runtime 'nativesdk-libgcc-dev'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/x86_64-pokysdk-linux-g++', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-libgcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb\nDEBUG: providers for less are: ['less']\nDEBUG: sorted runtime providers for less are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb' to satisfy runtime 'less'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ncurses', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb\nDEBUG: Added runtime dependencies ['less', 'perl-module-getopt-std', 'perl-module-cwd', 'locale-base-en-us', 'less-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'less'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb\nDEBUG: providers for time are: ['time']\nDEBUG: sorted runtime providers for time are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb' to satisfy runtime 'time'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb\nDEBUG: Added runtime dependencies ['time-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb\nDEBUG: Added runtime recommendations ['time'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb\nDEBUG: providers for patch are: ['patch']\nDEBUG: sorted runtime providers for patch are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb' to satisfy runtime 'patch'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'attr', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb\nDEBUG: Added runtime dependencies ['patch-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb\nDEBUG: Added runtime recommendations ['patch'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb\nDEBUG: providers for cpio are: ['cpio']\nDEBUG: sorted runtime providers for cpio are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb' to satisfy runtime 'cpio'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'texinfo-dummy-native', 'ptest-runner', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb\nDEBUG: Added runtime dependencies ['cpio', 'ptest-runner', 'cpio-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'cpio'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb\nDEBUG: providers for gzip are: ['gzip']\nDEBUG: sorted runtime providers for gzip are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb' to satisfy runtime 'gzip'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb\nDEBUG: Added runtime dependencies ['make', 'perl', 'grep', 'diffutils', 'gzip', 'gzip-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'gzip'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb\nDEBUG: providers for packagegroup-core-full-cmdline-sys-services are: ['packagegroup-core-full-cmdline']\nDEBUG: sorted runtime providers for packagegroup-core-full-cmdline-sys-services are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb' to satisfy runtime 'packagegroup-core-full-cmdline-sys-services'\nDEBUG: providers for iptables are: ['iptables']\nDEBUG: sorted runtime providers for iptables are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb' to satisfy runtime 'iptables'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb\nDEBUG: Added runtime dependencies ['iptables', 'bash', 'iptables-dev', 'iptables-module-xt-standard'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb\nDEBUG: Added runtime recommendations ['iptables', 'iptables-modules', 'kernel-module-x-tables', 'kernel-module-ip-tables', 'kernel-module-iptable-filter', 'kernel-module-iptable-nat', 'kernel-module-nf-defrag-ipv4', 'kernel-module-nf-conntrack', 'kernel-module-nf-conntrack-ipv4', 'kernel-module-nf-nat', 'kernel-module-ipt-masquerade', 'kernel-module-ip6table-filter', 'kernel-module-ip6-tables'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb\nDEBUG: providers for packagegroup-core-full-cmdline-dev-utils are: ['packagegroup-core-full-cmdline']\nDEBUG: sorted runtime providers for packagegroup-core-full-cmdline-dev-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb' to satisfy runtime 'packagegroup-core-full-cmdline-dev-utils'\nDEBUG: providers for acl are: ['acl']\nDEBUG: sorted runtime providers for acl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb' to satisfy runtime 'acl'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'attr'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb\nDEBUG: Added runtime dependencies ['acl', 'bash', 'coreutils', 'perl', 'perl-module-constant', 'perl-module-filehandle', 'perl-module-getopt-std', 'perl-module-posix', 'shadow', 'make', 'gawk', 'e2fsprogs-mke2fs', 'perl-module-cwd', 'perl-module-file-basename', 'perl-module-file-path', 'perl-module-file-spec', 'acl-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'acl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb\nDEBUG: providers for rpcbind are: ['rpcbind']\nDEBUG: sorted runtime providers for rpcbind are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb' to satisfy runtime 'rpcbind'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libtirpc', 'quota', 'update-rc.d', 'initscripts', 'base-files', 'shadow-native', 'shadow-sysroot', 'shadow', 'base-passwd', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb\nDEBUG: Added runtime dependencies ['rpcbind-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb\nDEBUG: Added runtime recommendations ['rpcbind'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb\nDEBUG: providers for mc are: ['mc']\nDEBUG: sorted runtime providers for mc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb' to satisfy runtime 'mc'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'ncurses', 'glib-2.0', 'util-linux', 'file-replacement-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb\nDEBUG: Added runtime dependencies ['perl', 'mc-dev', 'ncurses-terminfo-base'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb\nDEBUG: Added runtime recommendations ['mc', 'ncurses-terminfo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb\nDEBUG: providers for packagegroup-core-full-cmdline-extended are: ['packagegroup-core-full-cmdline']\nDEBUG: sorted runtime providers for packagegroup-core-full-cmdline-extended are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb' to satisfy runtime 'packagegroup-core-full-cmdline-extended'\nDEBUG: providers for net-tools are: ['net-tools']\nDEBUG: sorted runtime providers for net-tools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb' to satisfy runtime 'net-tools'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb\nDEBUG: Added runtime dependencies ['net-tools-dev', 'net-tools-mii-tool'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb\nDEBUG: Added runtime recommendations ['net-tools'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb\nDEBUG: providers for psmisc are: ['psmisc']\nDEBUG: sorted runtime providers for psmisc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb' to satisfy runtime 'psmisc'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'ncurses', 'virtual/libintl', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb\nDEBUG: Added runtime dependencies ['psmisc-dev', 'fuser', 'killall', 'pstree'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb\nDEBUG: Added runtime recommendations ['psmisc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb\nDEBUG: providers for iputils are: ['iputils']\nDEBUG: sorted runtime providers for iputils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb' to satisfy runtime 'iputils'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gnutls', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'libcap', 'libcap-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb\nDEBUG: Added runtime dependencies ['iputils-dev', 'iputils-ping', 'iputils-arping', 'iputils-tracepath', 'iputils-clockdiff'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb\nDEBUG: Added runtime recommendations ['iputils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb\nDEBUG: providers for m4 are: ['m4']\nDEBUG: sorted runtime providers for m4 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb' to satisfy runtime 'm4'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: Added runtime dependencies ['m4', 'make', 'coreutils', 'diffutils', 'bash', 'locale-base-fr-fr', 'locale-base-fr-fr.iso-8859-1', 'glibc-gconv-iso8859-1', 'm4-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'm4'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: providers for tar are: ['tar']\nDEBUG: sorted runtime providers for tar are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb' to satisfy runtime 'tar'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'texinfo-dummy-native', 'acl', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb\nDEBUG: Added runtime dependencies ['tar', 'tar-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'tar'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb\nDEBUG: providers for grep are: ['grep']\nDEBUG: sorted runtime providers for grep are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb' to satisfy runtime 'grep'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'texinfo-dummy-native', 'libpcre2', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb\nDEBUG: Added runtime dependencies ['grep-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb\nDEBUG: Added runtime recommendations ['grep'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb\nDEBUG: providers for diffutils are: ['diffutils']\nDEBUG: sorted runtime providers for diffutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb' to satisfy runtime 'diffutils'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb\nDEBUG: Added runtime dependencies ['diffutils', 'make', 'perl', 'diffutils-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'diffutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb\nDEBUG: providers for module-init-tools are: ['kmod']\nDEBUG: sorted runtime providers for module-init-tools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb' to satisfy runtime 'module-init-tools'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'bash-completion', 'gtk-doc-native', 'python3-native', 'openssl', 'xz', 'zlib', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb\nDEBUG: Added runtime dependencies ['kmod-dev', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb\nDEBUG: Added runtime recommendations ['kmod'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb\nDEBUG: providers for iproute2 are: ['iproute2']\nDEBUG: sorted runtime providers for iproute2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb' to satisfy runtime 'iproute2'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'flex-native', 'bison-native', 'iptables', 'libcap', 'bash-completion', 'libmnl', 'elfutils', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb\nDEBUG: Added runtime dependencies ['iproute2-dev', 'python3-core', 'iproute2-ip', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb\nDEBUG: Added runtime recommendations ['iproute2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb\nDEBUG: providers for ethtool are: ['ethtool']\nDEBUG: sorted runtime providers for ethtool are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb' to satisfy runtime 'ethtool'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'bash-completion', 'libmnl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb\nDEBUG: Added runtime dependencies ['ethtool', 'make', 'bash', 'ethtool-dev', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'ethtool'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb\nDEBUG: providers for makedevs are: ['makedevs']\nDEBUG: sorted runtime providers for makedevs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb' to satisfy runtime 'makedevs'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb\nDEBUG: Added runtime dependencies ['makedevs-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb\nDEBUG: Added runtime recommendations ['makedevs'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb\nDEBUG: providers for sudo are: ['sudo']\nDEBUG: sorted runtime providers for sudo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb' to satisfy runtime 'sudo'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/crypt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb\nDEBUG: Added runtime dependencies ['sudo-dev', 'sudo-lib', 'sudo-sudo', 'sudo-lib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb\nDEBUG: Added runtime recommendations ['sudo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb\nDEBUG: providers for util-linux are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'libcap-ng', 'ncurses', 'virtual/crypt', 'zlib', 'util-linux-libuuid', 'bash-completion', 'gtk-doc-native', 'python3-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb\nDEBUG: Added runtime dependencies ['util-linux-swapon', 'util-linux-swapoff', 'util-linux', 'bash', 'bc', 'btrfs-tools', 'coreutils', 'e2fsprogs', 'findutils', 'grep', 'iproute2', 'kmod', 'procps', 'sed', 'socat', 'which', 'xz', 'util-linux-dev', 'util-linux-libuuid-dev', 'util-linux-libuuid', 'bash-completion', 'util-linux-lsblk'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'kernel-module-scsi-debug', 'kernel-module-sd-mod', 'kernel-module-loop', 'kernel-module-algif-hash', 'util-linux'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb\nDEBUG: providers for shadow are: ['shadow']\nDEBUG: sorted runtime providers for shadow are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb' to satisfy runtime 'shadow'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'virtual/crypt', 'attr', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb\nDEBUG: Added runtime dependencies ['shadow-dev', 'shadow-securetty', 'base-passwd', 'util-linux-sulogin', 'shadow-base'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb\nDEBUG: Added runtime recommendations ['shadow'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb\nDEBUG: providers for mc-helpers-perl are: ['mc']\nDEBUG: sorted runtime providers for mc-helpers-perl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb' to satisfy runtime 'mc-helpers-perl'\nDEBUG: providers for coreutils are: ['coreutils']\nDEBUG: sorted runtime providers for coreutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb' to satisfy runtime 'coreutils'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'gmp', 'libcap', 'texinfo-dummy-native', 'acl', 'attr', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb\nDEBUG: Added runtime dependencies ['coreutils', 'bash', 'findutils', 'gawk', 'liberror-perl', 'make', 'perl', 'perl-modules', 'python3-core', 'sed', 'shadow', 'coreutils-dev', 'coreutils-stdbuf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'coreutils', 'acl-dev', 'attr-dev', 'gmp-dev', 'libcap-dev', 'bash-dev', 'findutils-dev', 'gawk-dev', 'shadow-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb\nDEBUG: providers for cronie are: ['cronie']\nDEBUG: sorted runtime providers for cronie are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb' to satisfy runtime 'cronie'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'update-rc.d', 'initscripts', 'base-files', 'shadow-native', 'shadow-sysroot', 'shadow', 'base-passwd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb\nDEBUG: Added runtime dependencies ['cronie-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb\nDEBUG: Added runtime recommendations ['cronie'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb\nDEBUG: providers for logrotate are: ['logrotate']\nDEBUG: sorted runtime providers for logrotate are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb' to satisfy runtime 'logrotate'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'coreutils', 'popt', 'acl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb\nDEBUG: Added runtime dependencies ['logrotate', 'make', 'coreutils', 'logrotate-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'logrotate'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb\nDEBUG: providers for mc-helpers are: ['mc']\nDEBUG: sorted runtime providers for mc-helpers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb' to satisfy runtime 'mc-helpers'\nDEBUG: providers for bc are: ['bc']\nDEBUG: sorted runtime providers for bc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb' to satisfy runtime 'bc'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'flex-native', 'texinfo-dummy-native', 'readline', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb\nDEBUG: Added runtime dependencies ['bc', 'bc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'bc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb\nDEBUG: providers for sysklogd are: ['sysklogd']\nDEBUG: sorted runtime providers for sysklogd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb' to satisfy runtime 'sysklogd'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'update-rc.d', 'initscripts', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb\nDEBUG: Added runtime dependencies ['sysklogd-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb\nDEBUG: Added runtime recommendations ['sysklogd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb\nDEBUG: providers for file are: ['file']\nDEBUG: sorted runtime providers for file are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb' to satisfy runtime 'file'\nDEBUG: providers for ed are: ['ed']\nDEBUG: sorted runtime providers for ed are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb' to satisfy runtime 'ed'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb\nDEBUG: Added runtime dependencies ['ed-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb\nDEBUG: Added runtime recommendations ['ed'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb\nDEBUG: providers for cracklib are: ['cracklib']\nDEBUG: sorted runtime providers for cracklib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb' to satisfy runtime 'cracklib'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'cracklib-native', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb\nDEBUG: Added runtime dependencies ['cracklib-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb\nDEBUG: Added runtime recommendations ['cracklib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb\nDEBUG: providers for bzip2 are: ['bzip2']\nDEBUG: sorted runtime providers for bzip2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb' to satisfy runtime 'bzip2'\nDEBUG: providers for gawk are: ['gawk']\nDEBUG: sorted runtime providers for gawk are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb' to satisfy runtime 'gawk'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'texinfo-dummy-native', 'readline', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb\nDEBUG: Added runtime dependencies ['gawk', 'make', 'locale-base-en-us', 'coreutils', 'locale-base-en-us.iso-8859-1', 'gawk-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'gawk'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb\nDEBUG: providers for e2fsprogs are: ['e2fsprogs']\nDEBUG: sorted runtime providers for e2fsprogs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb' to satisfy runtime 'e2fsprogs'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'util-linux', 'attr', 'autoconf-archive-native', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb\nDEBUG: Added runtime dependencies ['bash', 'e2fsprogs', 'coreutils', 'procps', 'bash', 'bzip2', 'diffutils', 'perl', 'sed', 'e2fsprogs-badblocks', 'e2fsprogs-dumpe2fs', 'e2fsprogs-e2fsck', 'e2fsprogs-mke2fs', 'e2fsprogs-resize2fs', 'e2fsprogs-tune2fs', 'e2fsprogs-dev', 'e2fsprogs-badblocks', 'e2fsprogs-dumpe2fs'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'e2fsprogs', 'e2fsprogs-mke2fs', 'e2fsprogs-e2fsck'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb\nDEBUG: providers for at are: ['at']\nDEBUG: sorted runtime providers for at are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb' to satisfy runtime 'at'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'flex', 'flex-native', 'bison-native', 'update-rc.d', 'initscripts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb\nDEBUG: Added runtime dependencies ['at-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb\nDEBUG: Added runtime recommendations ['at'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb\nDEBUG: providers for packagegroup-core-full-cmdline-utils are: ['packagegroup-core-full-cmdline']\nDEBUG: sorted runtime providers for packagegroup-core-full-cmdline-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb' to satisfy runtime 'packagegroup-core-full-cmdline-utils'\nDEBUG: providers for openssl are: ['openssl']\nNOTE: selecting openssl to satisfy runtime openssl due to PREFERRED_PROVIDER_openssl = openssl\nDEBUG: sorted runtime providers for openssl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'openssl'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'perl-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb\nDEBUG: Added runtime dependencies ['perl', 'openssl', 'openssl-bin', 'perl', 'perl-modules', 'bash', 'sed', 'openssl-dev', 'openssl-conf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb\nDEBUG: Added runtime recommendations ['openssl-conf', 'openssl-ossl-module-legacy', 'ptest-runner', 'openssl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb\nDEBUG: providers for nfs-utils are: ['nfs-utils']\nDEBUG: sorted runtime providers for nfs-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb' to satisfy runtime 'nfs-utils'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libcap', 'libevent', 'util-linux', 'sqlite3', 'libtirpc', 'base-files', 'shadow-native', 'shadow-sysroot', 'shadow', 'base-passwd', 'update-rc.d', 'initscripts', 'tcp-wrappers'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb\nDEBUG: Added runtime dependencies ['nfs-utils-mount', 'rpcbind', 'python3-core', 'python3-core', 'nfs-utils-dev', 'nfs-utils-client'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb\nDEBUG: Added runtime recommendations ['nfs-utils', 'kernel-module-nfsd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb\nDEBUG: providers for attr are: ['attr']\nDEBUG: sorted runtime providers for attr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb' to satisfy runtime 'attr'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'virtual/libintl', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb\nDEBUG: Added runtime dependencies ['attr', 'bash', 'coreutils', 'perl-module-constant', 'perl-module-filehandle', 'perl-module-getopt-std', 'perl-module-posix', 'make', 'perl', 'gawk', 'perl-module-cwd', 'perl-module-file-basename', 'perl-module-file-path', 'perl-module-file-spec', 'attr-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'attr'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb\nDEBUG: providers for packagegroup-core-full-cmdline-multiuser are: ['packagegroup-core-full-cmdline']\nDEBUG: sorted runtime providers for packagegroup-core-full-cmdline-multiuser are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb' to satisfy runtime 'packagegroup-core-full-cmdline-multiuser'\nDEBUG: providers for bash are: ['bash']\nDEBUG: sorted runtime providers for bash are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb' to satisfy runtime 'bash'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'ncurses', 'bison-native', 'virtual/libiconv', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb\nDEBUG: Added runtime dependencies ['bash', 'make', 'coreutils', 'perl', 'sed', 'shadow', 'util-linux-setpriv', 'glibc-gconv-big5hkscs', 'glibc-gconv-iso8859-1', 'glibc-utils', 'locale-base-de-de', 'locale-base-en-us', 'locale-base-fr-fr', 'locale-base-fr-fr.iso-8859-1', 'locale-base-zh-hk.big5-hkscs', 'bash-dev', 'bash', 'base-files'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'bash'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb\nDEBUG: providers for findutils are: ['findutils']\nDEBUG: sorted runtime providers for findutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb' to satisfy runtime 'findutils'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'bison-native', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb\nDEBUG: Added runtime dependencies ['findutils', 'bash', 'sed', 'grep', 'coreutils', 'findutils-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'findutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb\nDEBUG: providers for mc-fish are: ['mc']\nDEBUG: sorted runtime providers for mc-fish are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb' to satisfy runtime 'mc-fish'\nDEBUG: providers for ncurses are: ['ncurses']\nDEBUG: sorted runtime providers for ncurses are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb' to satisfy runtime 'ncurses'\nDEBUG: providers for make are: ['make']\nNOTE: selecting make to satisfy runtime make due to PREFERRED_PROVIDER_virtual/make = make\nDEBUG: sorted runtime providers for make are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb' to satisfy runtime 'make'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb\nDEBUG: Added runtime dependencies ['make-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb\nDEBUG: Added runtime recommendations ['make'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb\nDEBUG: providers for procps are: ['procps']\nDEBUG: sorted runtime providers for procps are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb' to satisfy runtime 'procps'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'ncurses', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb\nDEBUG: Added runtime dependencies ['procps-dev', 'procps-lib', 'procps-lib', 'procps-lib', 'procps-ps', 'procps-sysctl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb\nDEBUG: Added runtime recommendations ['procps'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb\nDEBUG: providers for sed are: ['sed']\nDEBUG: sorted runtime providers for sed are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb' to satisfy runtime 'sed'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb\nDEBUG: Added runtime dependencies ['sed', 'make', 'gawk', 'perl', 'perl-module-filehandle', 'perl-module-file-compare', 'perl-module-file-find', 'perl-module-file-temp', 'perl-module-file-stat', 'sed-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'locale-base-ru-ru', 'locale-base-en-us', 'locale-base-el-gr.iso-8859-7', 'sed'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb\nDEBUG: providers for packagegroup-core-full-cmdline-initscripts are: ['packagegroup-core-full-cmdline']\nDEBUG: sorted runtime providers for packagegroup-core-full-cmdline-initscripts are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb' to satisfy runtime 'packagegroup-core-full-cmdline-initscripts'\nDEBUG: providers for psplash-dev are: ['psplash']\nDEBUG: sorted runtime providers for psplash-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb' to satisfy runtime 'psplash-dev'\nDEBUG: providers for psplash-default are: ['psplash']\nDEBUG: sorted runtime providers for psplash-default are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb' to satisfy runtime 'psplash-default'\nDEBUG: providers for openssh are: ['openssh']\nDEBUG: sorted runtime providers for openssh are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb' to satisfy runtime 'openssh'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zlib', 'openssl', 'virtual/crypt', 'base-files', 'shadow-native', 'shadow-sysroot', 'shadow', 'base-passwd', 'update-rc.d', 'initscripts', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb\nDEBUG: Added runtime dependencies ['openssh-keygen', 'openssh', 'openssh-sftp', 'openssh-misc', 'openssh-sftp-server', 'make', 'sed', 'coreutils', 'openssl-bin', 'openssh-dev', 'openssh-scp', 'openssh-ssh', 'openssh-sshd', 'openssh-keygen', 'openssh-sftp-server'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'openssh'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb\nDEBUG: providers for alsa-state are: ['alsa-state']\nDEBUG: sorted runtime providers for alsa-state are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb' to satisfy runtime 'alsa-state'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'update-rc.d', 'initscripts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb\nDEBUG: Added runtime dependencies ['alsa-state-dev', 'alsa-utils-alsactl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb\nDEBUG: Added runtime recommendations ['alsa-state', 'alsa-states'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb\nDEBUG: providers for packagegroup-machine-base are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-machine-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-machine-base'\nDEBUG: Assuming kernel-module-hci-vhci is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-hci-vhci are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-hci-vhci)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-hci-vhci due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-hci-vhci are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-hci-vhci'\nDEBUG: providers for packagegroup-distro-base are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-distro-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-distro-base'\nDEBUG: Assuming kernel-module-nls-iso8859-1 is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-nls-iso8859-1 are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-nls-iso8859-1)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-nls-iso8859-1 due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-nls-iso8859-1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-nls-iso8859-1'\nDEBUG: providers for packagegroup-base-vfat are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-vfat are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-vfat'\nDEBUG: providers for wireless-regdb-static are: ['wireless-regdb']\nDEBUG: sorted runtime providers for wireless-regdb-static are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb' to satisfy runtime 'wireless-regdb-static'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb\nDEBUG: Assuming kernel-module-nls-cp437 is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-nls-cp437 are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-nls-cp437)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-nls-cp437 due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-nls-cp437 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-nls-cp437'\nDEBUG: providers for dosfstools are: ['dosfstools']\nDEBUG: sorted runtime providers for dosfstools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb' to satisfy runtime 'dosfstools'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb\nDEBUG: Added runtime dependencies ['dosfstools-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb\nDEBUG: Added runtime recommendations ['dosfstools'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb\nDEBUG: Assuming kernel-module-pxa27x_udc is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-pxa27x_udc are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-pxa27x_udc)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-pxa27x_udc due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-pxa27x_udc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-pxa27x_udc'\nDEBUG: Assuming kernel-module-bluetooth is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-bluetooth are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-bluetooth)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-bluetooth due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-bluetooth are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-bluetooth'\nDEBUG: Assuming kernel-module-ieee80211-crypt-tkip is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-ieee80211-crypt-tkip are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-ieee80211-crypt-tkip)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-ieee80211-crypt-tkip due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-ieee80211-crypt-tkip are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-ieee80211-crypt-tkip'\nDEBUG: Assuming kernel-module-hidp is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-hidp are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-hidp)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-hidp due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-hidp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-hidp'\nDEBUG: Assuming kernel-module-cryptomgr is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-cryptomgr are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-cryptomgr)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-cryptomgr due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-cryptomgr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-cryptomgr'\nDEBUG: Assuming kernel-module-unix is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-unix are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-unix)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-unix due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-unix are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-unix'\nDEBUG: Assuming kernel-module-snd-mixer-oss is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-snd-mixer-oss are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-snd-mixer-oss)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-snd-mixer-oss due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-snd-mixer-oss are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-snd-mixer-oss'\nDEBUG: providers for packagegroup-base-pci are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-pci are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-pci'\nDEBUG: providers for wpa-supplicant are: ['wpa-supplicant']\nDEBUG: sorted runtime providers for wpa-supplicant are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb' to satisfy runtime 'wpa-supplicant'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'dbus', 'libnl', 'openssl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb\nDEBUG: Added runtime dependencies ['wpa-supplicant-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb\nDEBUG: Added runtime recommendations ['wpa-supplicant', 'wpa-supplicant-passphrase', 'wpa-supplicant-cli', 'wpa-supplicant-plugins'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb\nDEBUG: Assuming kernel-module-af-packet is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-af-packet are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-af-packet)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-af-packet due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-af-packet are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-af-packet'\nDEBUG: Assuming kernel-module-g-serial is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-g-serial are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-g-serial)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-g-serial due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-g-serial are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-g-serial'\nDEBUG: providers for packagegroup-base-3g are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-3g are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-3g'\nDEBUG: Assuming kernel-module-uinput is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-uinput are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-uinput)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-uinput due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-uinput are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-uinput'\nDEBUG: providers for packagegroup-base are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base'\nDEBUG: Assuming kernel-module-rtc-proc is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-rtc-proc are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-rtc-proc)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-rtc-proc due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-rtc-proc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-rtc-proc'\nDEBUG: Assuming kernel-module-l2cap is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-l2cap are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-l2cap)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-l2cap due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-l2cap are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-l2cap'\nDEBUG: Assuming kernel-module-ieee80211-crypt-ccmp is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-ieee80211-crypt-ccmp are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-ieee80211-crypt-ccmp)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-ieee80211-crypt-ccmp due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-ieee80211-crypt-ccmp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-ieee80211-crypt-ccmp'\nDEBUG: providers for alsa-utils-alsactl are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-alsactl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-alsactl'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'alsa-lib', 'ncurses', 'libsamplerate0', 'udev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb\nDEBUG: Added runtime dependencies ['alsa-utils-dev', 'alsa-utils-alsamixer', 'alsa-utils-alsatplg', 'alsa-utils-midi', 'alsa-utils-aplay', 'alsa-utils-amixer', 'alsa-utils-aconnect', 'alsa-utils-iecset', 'alsa-utils-speakertest', 'alsa-utils-aseqnet', 'alsa-utils-aseqdump', 'alsa-utils-alsactl', 'alsa-utils-alsaloop', 'alsa-utils-alsaucm', 'alsa-utils-scripts', 'alsa-utils-nhltdmicinfo', 'bash'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb\nDEBUG: Added runtime recommendations ['alsa-utils', 'alsa-states'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb\nDEBUG: Assuming kernel-module-rtc-sysfs is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-rtc-sysfs are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-rtc-sysfs)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-rtc-sysfs due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-rtc-sysfs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-rtc-sysfs'\nDEBUG: Assuming kernel-module-bnep is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-bnep are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-bnep)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-bnep due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-bnep are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-bnep'\nDEBUG: providers for packagegroup-base-wifi are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-wifi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-wifi'\nDEBUG: providers for packagegroup-base-usbgadget are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-usbgadget are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-usbgadget'\nDEBUG: providers for iw are: ['iw']\nDEBUG: sorted runtime providers for iw are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb' to satisfy runtime 'iw'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libnl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb\nDEBUG: Added runtime dependencies ['iw-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb\nDEBUG: Added runtime recommendations ['iw'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb\nDEBUG: Assuming kernel-module-nls-utf8 is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-nls-utf8 are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-nls-utf8)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-nls-utf8 due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-nls-utf8 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-nls-utf8'\nDEBUG: Assuming kernel-module-msdos is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-msdos are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-msdos)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-msdos due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-msdos are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-msdos'\nDEBUG: Assuming kernel-module-ieee80211-crypt is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-ieee80211-crypt are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-ieee80211-crypt)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-ieee80211-crypt due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-ieee80211-crypt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-ieee80211-crypt'\nDEBUG: providers for avahi-daemon are: ['avahi']\nDEBUG: sorted runtime providers for avahi-daemon are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb' to satisfy runtime 'avahi-daemon'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'expat', 'libcap', 'libdaemon', 'glib-2.0', 'glib-2.0-native', 'python3-native', 'gobject-introspection', 'qemu-native', 'gobject-introspection-native', 'update-rc.d', 'initscripts', 'base-files', 'shadow-native', 'shadow-sysroot', 'shadow', 'base-passwd', 'dbus'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb\nDEBUG: Added runtime dependencies ['avahi-daemon', 'avahi-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb\nDEBUG: Added runtime recommendations ['libnss-mdns', 'avahi-daemon', 'libavahi-core', 'libavahi-client', 'libnss-mdns'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb\nDEBUG: Assuming kernel-module-ipv6 is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-ipv6 are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-ipv6)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-ipv6 due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-ipv6 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-ipv6'\nDEBUG: Assuming kernel-module-ieee80211-crypt-wep is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-ieee80211-crypt-wep are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-ieee80211-crypt-wep)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-ieee80211-crypt-wep due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-ieee80211-crypt-wep are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-ieee80211-crypt-wep'\nDEBUG: Assuming kernel-module-hci-uart is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-hci-uart are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-hci-uart)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-hci-uart due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-hci-uart are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-hci-uart'\nDEBUG: providers for packagegroup-base-alsa are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-alsa are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-alsa'\nDEBUG: Assuming kernel-module-michael-mic is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-michael-mic are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-michael-mic)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-michael-mic due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-michael-mic are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-michael-mic'\nDEBUG: providers for packagegroup-base-nfs are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-nfs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-nfs'\nDEBUG: Assuming kernel-module-cdc-wdm is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-cdc-wdm are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-cdc-wdm)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-cdc-wdm due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-cdc-wdm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-cdc-wdm'\nDEBUG: Assuming kernel-module-rtc-dev is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-rtc-dev are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-rtc-dev)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-rtc-dev due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-rtc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-rtc-dev'\nDEBUG: Assuming kernel-module-snd-pcm-oss is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-snd-pcm-oss are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-snd-pcm-oss)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-snd-pcm-oss due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-snd-pcm-oss are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-snd-pcm-oss'\nDEBUG: providers for bluez5 are: ['bluez5']\nDEBUG: sorted runtime providers for bluez5 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb' to satisfy runtime 'bluez5'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'dbus', 'glib-2.0', 'update-rc.d', 'initscripts', 'libical', 'readline', 'udev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb\nDEBUG: Added runtime dependencies ['python3-core', 'python3-dbus', 'python3-pygobject', 'bluez5', 'glibc-gconv-utf-16', 'bluez5-dev', 'dbus'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'bluez5'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb\nDEBUG: Assuming kernel-module-crypto_algapi is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-crypto_algapi are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-crypto_algapi)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-crypto_algapi due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-crypto_algapi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-crypto_algapi'\nDEBUG: Assuming kernel-module-nfs is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-nfs are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-nfs)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-nfs due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-nfs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-nfs'\nDEBUG: providers for neard are: ['neard']\nDEBUG: sorted runtime providers for neard are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb' to satisfy runtime 'neard'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'dbus', 'glib-2.0', 'libnl', 'autoconf-archive-native', 'update-rc.d', 'initscripts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb\nDEBUG: Added runtime dependencies ['neard-dev', 'dbus'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb\nDEBUG: Added runtime recommendations ['neard', 'bluez5', 'wpa-supplicant'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb\nDEBUG: Assuming kernel-module-nfc is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-nfc are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-nfc)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-nfc due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-nfc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-nfc'\nDEBUG: Assuming kernel-module-g-ether is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-g-ether are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-g-ether)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-g-ether due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-g-ether are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-g-ether'\nDEBUG: Assuming kernel-module-snd-ens1370 is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-snd-ens1370 are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-snd-ens1370)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-snd-ens1370 due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-snd-ens1370 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-snd-ens1370'\nDEBUG: Assuming kernel-module-ecb is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-ecb are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-ecb)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-ecb due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-ecb are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-ecb'\nDEBUG: Assuming kernel-module-snd-rawmidi is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-snd-rawmidi are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-snd-rawmidi)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-snd-rawmidi due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-snd-rawmidi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-snd-rawmidi'\nDEBUG: Assuming kernel-module-rfcomm is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-rfcomm are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-rfcomm)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-rfcomm due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-rfcomm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-rfcomm'\nDEBUG: Assuming kernel-module-gadgetfs is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-gadgetfs are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-gadgetfs)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-gadgetfs due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-gadgetfs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-gadgetfs'\nDEBUG: Assuming kernel-module-cdc-acm is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-cdc-acm are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-cdc-acm)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-cdc-acm due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-cdc-acm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-cdc-acm'\nDEBUG: providers for packagegroup-base-ipv6 are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-ipv6 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-ipv6'\nDEBUG: providers for libnss-mdns are: ['libnss-mdns']\nDEBUG: sorted runtime providers for libnss-mdns are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb' to satisfy runtime 'libnss-mdns'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'avahi'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb\nDEBUG: Added runtime dependencies ['libnss-mdns-dev', 'avahi-daemon'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb\nDEBUG: Added runtime recommendations ['libnss-mdns'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb\nDEBUG: Assuming kernel-module-g-file-storage is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-g-file-storage are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-g-file-storage)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-g-file-storage due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-g-file-storage are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-g-file-storage'\nDEBUG: Assuming kernel-module-aes is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-aes are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-aes)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-aes due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-aes are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-aes'\nDEBUG: providers for packagegroup-base-zeroconf are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-zeroconf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-zeroconf'\nDEBUG: Assuming kernel-module-input is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-input are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-input)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-input due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-input are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-input'\nDEBUG: providers for packagegroup-base-bluetooth are: ['packagegroup-base']\nDEBUG: sorted runtime providers for packagegroup-base-bluetooth are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb' to satisfy runtime 'packagegroup-base-bluetooth'\nDEBUG: Assuming kernel-module-sco is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-sco are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-sco)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-sco due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-sco are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-sco'\nDEBUG: Assuming kernel-module-aes-generic is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-aes-generic are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-aes-generic)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-aes-generic due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-aes-generic are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-aes-generic'\nDEBUG: providers for pciutils are: ['pciutils']\nDEBUG: sorted runtime providers for pciutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb' to satisfy runtime 'pciutils'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zlib', 'kmod', 'make-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb\nDEBUG: Added runtime dependencies ['pciutils-dev', 'pciutils-ids'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb\nDEBUG: Added runtime recommendations ['pciutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb\nDEBUG: Assuming kernel-module-vfat is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-vfat are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-vfat)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-vfat due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-vfat are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-vfat'\nDEBUG: providers for alsa-utils-amixer are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-amixer are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-amixer'\nDEBUG: Assuming kernel-module-arc4 is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-arc4 are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-arc4)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-arc4 due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-arc4 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-arc4'\nDEBUG: providers for ofono are: ['ofono']\nDEBUG: sorted runtime providers for ofono are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb' to satisfy runtime 'ofono'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'dbus', 'glib-2.0', 'udev', 'mobile-broadband-provider-info', 'ell', 'update-rc.d', 'initscripts', 'bluez5'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb\nDEBUG: Added runtime dependencies ['python3-core', 'python3-dbus', 'python3-pygobject', 'ofono-dev', 'dbus'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb\nDEBUG: Added runtime recommendations ['ofono', 'kernel-module-tun', 'mobile-broadband-provider-info'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb\nDEBUG: providers for bison are: ['bison']\nDEBUG: sorted runtime providers for bison are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb' to satisfy runtime 'bison'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'bison-native', 'flex-native', 'texinfo-dummy-native', 'readline', 'gettext'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb\nDEBUG: Added runtime dependencies ['bison-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb\nDEBUG: Added runtime recommendations ['bison'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb\nDEBUG: providers for kernel-devsrc-dev are: ['kernel-devsrc']\nDEBUG: sorted runtime providers for kernel-devsrc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb' to satisfy runtime 'kernel-devsrc-dev'\nDEBUG: providers for libmpc-dev are: ['libmpc']\nDEBUG: sorted runtime providers for libmpc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb' to satisfy runtime 'libmpc-dev'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gmp', 'mpfr', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb\nDEBUG: Added runtime dependencies ['libmpc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb\nDEBUG: Added runtime recommendations ['libmpc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb\nDEBUG: providers for openssl-dev are: ['openssl']\nNOTE: selecting openssl to satisfy runtime openssl-dev due to PREFERRED_PROVIDER_openssl = openssl\nDEBUG: sorted runtime providers for openssl-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'openssl-dev'\nDEBUG: providers for flex are: ['flex']\nDEBUG: sorted runtime providers for flex are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb' to satisfy runtime 'flex'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'bison-native', 'flex-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb\nDEBUG: Added runtime dependencies ['flex', 'bash', 'gawk', 'make', 'flex-dev', 'm4'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'flex'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb\nDEBUG: providers for elfutils-dev are: ['elfutils']\nDEBUG: sorted runtime providers for elfutils-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb' to satisfy runtime 'elfutils-dev'\nDEBUG: providers for gcc-plugins are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb as PREFERRED_VERSION 13.% of package gcc (for item gcc-plugins)\nDEBUG: sorted runtime providers for gcc-plugins are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb' to satisfy runtime 'gcc-plugins'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'mpfr', 'gmp', 'libmpc', 'zlib', 'zstd', 'flex-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb\nDEBUG: Added runtime dependencies ['cpp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb\nDEBUG: Added runtime recommendations ['libssp', 'libssp-dev', 'libstdc++', 'libstdc++-dev', 'libatomic', 'libatomic-dev', 'libg2c', 'libg2c-dev', 'libquadmath', 'libquadmath-dev', 'gcc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb\nDEBUG: providers for python3-core are: ['python3']\nDEBUG: sorted runtime providers for python3-core are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-core'\nDEBUG: providers for gdbserver are: ['gdb']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb as PREFERRED_VERSION 14.% of package gdb (for item gdbserver)\nNOTE: selecting gdb to satisfy runtime gdbserver due to PREFERRED_PROVIDER_gdb = gdb\nDEBUG: sorted runtime providers for gdbserver are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb' to satisfy runtime 'gdbserver'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'expat', 'gmp', 'mpfr', 'zlib', 'ncurses', 'virtual/libiconv', 'lttng-ust', 'bison-native', 'texinfo-dummy-native', 'elfutils', 'python3', 'readline'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb\nDEBUG: Added runtime dependencies ['gdb-dev', 'python3-codecs'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb\nDEBUG: Added runtime recommendations ['glibc-thread-db', 'gdb', 'glibc-thread-db'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb\nDEBUG: providers for tcf-agent are: ['tcf-agent']\nDEBUG: sorted runtime providers for tcf-agent are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb' to satisfy runtime 'tcf-agent'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-linux', 'openssl', 'update-rc.d', 'initscripts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb\nDEBUG: Added runtime dependencies ['tcf-agent-dev', 'bash'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb\nDEBUG: Added runtime recommendations ['tcf-agent'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb\nDEBUG: providers for openssh-sftp-server are: ['openssh']\nDEBUG: sorted runtime providers for openssh-sftp-server are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb' to satisfy runtime 'openssh-sftp-server'\nDEBUG: providers for rpm-dev are: ['rpm']\nDEBUG: sorted runtime providers for rpm-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'rpm-dev'\nDEBUG: providers for perl are: ['perl']\nDEBUG: sorted runtime providers for perl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'perlcross-native', 'zlib', 'virtual/crypt', 'make-native', 'gdbm', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb\nDEBUG: Added runtime dependencies ['perl', 'perl-modules', 'perl-doc', 'sed', 'procps-ps', 'perl-dev', 'perl', 'perl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'perl', 'perl-modules'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb\nDEBUG: providers for rpm-archive are: ['rpm']\nDEBUG: sorted runtime providers for rpm-archive are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'rpm-archive'\nDEBUG: providers for rpm-sign are: ['rpm']\nDEBUG: sorted runtime providers for rpm-sign are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'rpm-sign'\nDEBUG: providers for debugedit are: ['debugedit']\nDEBUG: sorted runtime providers for debugedit are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb' to satisfy runtime 'debugedit'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'elfutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb\nDEBUG: Added runtime dependencies ['debugedit-dev', 'bash', 'elfutils-binutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb\nDEBUG: Added runtime recommendations ['debugedit'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb\nDEBUG: providers for python3-fcntl are: ['python3']\nDEBUG: sorted runtime providers for python3-fcntl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-fcntl'\nDEBUG: providers for python3-threading are: ['python3']\nDEBUG: sorted runtime providers for python3-threading are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-threading'\nDEBUG: providers for python3-shell are: ['python3']\nDEBUG: sorted runtime providers for python3-shell are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-shell'\nDEBUG: providers for python3-curses are: ['python3']\nDEBUG: sorted runtime providers for python3-curses are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-curses'\nDEBUG: providers for dnf-test-dep are: ['dnf']\nDEBUG: sorted runtime providers for dnf-test-dep are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb' to satisfy runtime 'dnf-test-dep'\nDEBUG: providers for libdnf are: ['libdnf']\nDEBUG: sorted runtime providers for libdnf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb' to satisfy runtime 'libdnf'\nDEBUG: providers for librepo are: ['librepo']\nDEBUG: sorted runtime providers for librepo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb' to satisfy runtime 'librepo'\nDEBUG: providers for python3-sqlite3 are: ['python3']\nDEBUG: sorted runtime providers for python3-sqlite3 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-sqlite3'\nDEBUG: providers for python3-misc are: ['python3']\nDEBUG: sorted runtime providers for python3-misc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-misc'\nDEBUG: providers for dnf-dev are: ['dnf']\nDEBUG: sorted runtime providers for dnf-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb' to satisfy runtime 'dnf-dev'\nDEBUG: providers for python3-compression are: ['python3']\nDEBUG: sorted runtime providers for python3-compression are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-compression'\nDEBUG: providers for python3-rpm are: ['rpm']\nDEBUG: sorted runtime providers for python3-rpm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'python3-rpm'\nDEBUG: providers for python3-netclient are: ['python3']\nDEBUG: sorted runtime providers for python3-netclient are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-netclient'\nDEBUG: providers for python3-iniparse are: ['python3-iniparse']\nDEBUG: sorted runtime providers for python3-iniparse are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb' to satisfy runtime 'python3-iniparse'\nDEBUG: providers for python3-logging are: ['python3']\nDEBUG: sorted runtime providers for python3-logging are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-logging'\nDEBUG: providers for gnupg are: ['gnupg']\nDEBUG: sorted runtime providers for gnupg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb' to satisfy runtime 'gnupg'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'npth', 'libassuan', 'libksba', 'zlib', 'bzip2', 'readline', 'libgcrypt', 'texinfo-dummy-native', 'gnutls'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb\nDEBUG: Added runtime dependencies ['gnupg-dev', 'gnupg-gpg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb\nDEBUG: Added runtime recommendations ['gnupg', 'pinentry'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb\nDEBUG: providers for python3-email are: ['python3']\nDEBUG: sorted runtime providers for python3-email are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-email'\nDEBUG: providers for bash-completion are: ['bash-completion']\nDEBUG: sorted runtime providers for bash-completion are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb' to satisfy runtime 'bash-completion'\nDEBUG: providers for libcomps are: ['libcomps']\nDEBUG: sorted runtime providers for libcomps are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb' to satisfy runtime 'libcomps'\nDEBUG: providers for python3-codecs are: ['python3']\nDEBUG: sorted runtime providers for python3-codecs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-codecs'\nDEBUG: providers for python3-json are: ['python3']\nDEBUG: sorted runtime providers for python3-json are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-json'\nDEBUG: providers for libc-mtrace are: ['glibc-mtrace']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-mtrace (for item libc-mtrace)\nDEBUG: sorted runtime providers for libc-mtrace are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb' to satisfy runtime 'libc-mtrace'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb\nDEBUG: Added runtime dependencies ['glibc-mtrace-dev', 'perl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb\nDEBUG: Added runtime recommendations ['glibc-mtrace'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb\nDEBUG: providers for strace are: ['strace']\nDEBUG: sorted runtime providers for strace are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb' to satisfy runtime 'strace'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb\nDEBUG: Added runtime dependencies ['strace', 'make', 'coreutils', 'grep', 'gawk', 'sed', 'locale-base-en-us.iso-8859-1', 'strace-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'strace'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb\nDEBUG: providers for gdb are: ['gdb']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb as PREFERRED_VERSION 14.% of package gdb (for item gdb)\nNOTE: selecting gdb to satisfy runtime gdb due to PREFERRED_PROVIDER_gdb = gdb\nDEBUG: sorted runtime providers for gdb are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb' to satisfy runtime 'gdb'\nDEBUG: providers for systemtap are: ['systemtap']\nDEBUG: sorted runtime providers for systemtap are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb' to satisfy runtime 'systemtap'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'elfutils', 'python3-native', 'python3', 'ncurses', 'json-c', 'python3-setuptools-native', 'sqlite3', 'boost'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb\nDEBUG: Added runtime dependencies ['systemtap-dev', 'python3-core', 'systemtap', 'systemtap', 'python3-core', 'python3-netclient', 'systemtap-dev', 'systemtap-runtime', 'python3-core', 'bash'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb\nDEBUG: Added runtime recommendations ['systemtap'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb\nDEBUG: providers for babeltrace are: ['babeltrace']\nDEBUG: sorted runtime providers for babeltrace are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb' to satisfy runtime 'babeltrace'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'util-linux', 'popt', 'bison-native', 'flex-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb\nDEBUG: Added runtime dependencies ['babeltrace', 'bash', 'gawk', 'make', 'babeltrace-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'babeltrace'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb\nDEBUG: providers for perf are: ['perf']\nDEBUG: sorted runtime providers for perf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb' to satisfy runtime 'perf'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'elfutils', 'binutils', 'bison-native', 'flex-native', 'xz', 'python3-native', 'python3', 'libtraceevent', 'libunwind', 'python3-setuptools-native', 'libnewt', 'slang'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb\nDEBUG: Added runtime dependencies ['bash', 'python3', 'bash', 'bash', 'perl', 'perl-modules', 'bash', 'python3', 'python3-modules', 'perf-dev', 'elfutils', 'bash'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb\nDEBUG: Added runtime recommendations ['perf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb\nDEBUG: providers for babeltrace2 are: ['babeltrace2']\nDEBUG: sorted runtime providers for babeltrace2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb' to satisfy runtime 'babeltrace2'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'util-linux', 'popt', 'bison-native', 'flex-native', 'python3-native', 'python3', 'asciidoc-native', 'xmlto-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb\nDEBUG: Added runtime dependencies ['babeltrace2', 'bash', 'gawk', 'python3', 'make', 'grep', 'coreutils', 'findutils', 'babeltrace2-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'babeltrace2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb\nDEBUG: providers for blktrace are: ['blktrace']\nDEBUG: sorted runtime providers for blktrace are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb' to satisfy runtime 'blktrace'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libaio'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb\nDEBUG: Added runtime dependencies ['blktrace-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb\nDEBUG: Added runtime recommendations ['blktrace'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb\nDEBUG: providers for powertop are: ['powertop']\nDEBUG: sorted runtime providers for powertop are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb' to satisfy runtime 'powertop'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'ncurses', 'libnl', 'pciutils', 'autoconf-archive-native', 'bash-completion', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb\nDEBUG: Added runtime dependencies ['powertop-dev', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb\nDEBUG: Added runtime recommendations ['powertop'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb\nDEBUG: providers for valgrind are: ['valgrind']\nDEBUG: sorted runtime providers for valgrind are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb' to satisfy runtime 'valgrind'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'boost'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb\nDEBUG: Added runtime dependencies ['valgrind', 'python3-core', 'valgrind', 'perl', 'valgrind', 'perl', 'valgrind', 'bash', 'coreutils', 'curl', 'file', 'gdb', 'libgomp', 'perl', 'perl-module-file-basename', 'perl-module-file-glob', 'perl-module-getopt-long', 'perl-module-overloading', 'perl-module-cwd', 'perl-module-ipc-open3', 'perl-module-carp', 'perl-module-symbol', 'procps', 'sed', 'valgrind-dbg', 'valgrind-src', 'glibc-src', 'gcc-runtime-dbg', 'util-linux-taskset', 'glibc-utils', 'glibc-gconv-utf-32', 'valgrind-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'valgrind', 'glibc-dbg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb\nDEBUG: providers for lttng-tools are: ['lttng-tools']\nDEBUG: sorted runtime providers for lttng-tools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb' to satisfy runtime 'lttng-tools'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'liburcu', 'popt', 'libxml2', 'util-linux', 'bison-native', 'base-files', 'shadow-native', 'shadow-sysroot', 'shadow', 'base-passwd', 'kmod', 'lttng-ust'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb\nDEBUG: Added runtime dependencies ['make', 'perl', 'bash', 'gawk', 'babeltrace', 'procps', 'perl-module-overloading', 'coreutils', 'util-linux', 'kmod', 'lttng-modules', 'sed', 'python3-core', 'grep', 'binutils', 'perl-module-getopt-long', 'lttng-tools', 'glibc-utils', 'lttng-tools-dev', 'libgcc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'lttng-tools', 'lttng-modules'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb\nDEBUG: providers for ccache are: ['ccache']\nDEBUG: sorted runtime providers for ccache are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb' to satisfy runtime 'ccache'\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zstd', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb\nDEBUG: Added runtime dependencies ['ccache-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb\nDEBUG: Added runtime recommendations ['ccache'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb\nDEBUG: Assuming perl-module-text-wrap is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-text-wrap are: ['perl']\nDEBUG: sorted runtime providers for perl-module-text-wrap are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-text-wrap'\nDEBUG: providers for libubsan-dev are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb as PREFERRED_VERSION 13.% of package gcc-sanitizers (for item libubsan-dev)\nDEBUG: sorted runtime providers for libubsan-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb' to satisfy runtime 'libubsan-dev'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'virtual/crypt', 'gcc-runtime', 'virtual/x86_64-poky-linux-gcc', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb\nDEBUG: Added runtime dependencies ['libstdc++', 'libstdc++', 'libstdc++', 'libstdc++', 'gcc-sanitizers', 'gcc-sanitizers', 'gcc-sanitizers', 'gcc-sanitizers'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb\nDEBUG: Added runtime recommendations ['libasan', 'libubsan', 'liblsan', 'libtsan'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb\nDEBUG: providers for libasan-dev are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb as PREFERRED_VERSION 13.% of package gcc-sanitizers (for item libasan-dev)\nDEBUG: sorted runtime providers for libasan-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb' to satisfy runtime 'libasan-dev'\nDEBUG: providers for libgomp are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libgomp)\nNOTE: selecting gcc-runtime to satisfy runtime libgomp due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libgomp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libgomp'\nDEBUG: providers for packagegroup-core-buildessential are: ['packagegroup-core-buildessential']\nDEBUG: sorted runtime providers for packagegroup-core-buildessential are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb' to satisfy runtime 'packagegroup-core-buildessential'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb\nDEBUG: Added runtime dependencies ['autoconf', 'automake', 'binutils', 'binutils-symlinks', 'cpp', 'cpp-symlinks', 'gcc', 'gcc-symlinks', 'g++', 'g++-symlinks', 'gettext', 'make', 'libstdc++', 'libstdc++-dev', 'libtool', 'pkgconfig'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-buildessential'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb\nDEBUG: providers for ldd are: ['glibc', 'glibc-testsuite']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item ldd)\nNOTE: selecting glibc to satisfy runtime ldd due to PREFERRED_PROVIDER_virtual/libc = glibc\nDEBUG: sorted runtime providers for ldd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'ldd'\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb' to satisfy runtime 'ldd'\nDEBUG: Assuming perl-module-re is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-re are: ['perl']\nDEBUG: sorted runtime providers for perl-module-re are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-re'\nDEBUG: providers for quilt are: ['quilt']\nDEBUG: sorted runtime providers for quilt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb' to satisfy runtime 'quilt'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'ptest-runner'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb\nDEBUG: Added runtime dependencies ['quilt', 'file', 'sed', 'gawk', 'diffutils', 'findutils', 'ed', 'perl', 'perl-module-filehandle', 'perl-module-getopt-std', 'perl-module-posix', 'perl-module-file-temp', 'perl-module-text-parsewords', 'perl-module-overloading', 'bash', 'util-linux-getopt', 'ptest-runner', 'quilt-dev', 'bash', 'patch', 'diffstat', 'bzip2', 'util-linux', 'less'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'quilt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb\nDEBUG: providers for libgomp-dev are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libgomp-dev)\nNOTE: selecting gcc-runtime to satisfy runtime libgomp-dev due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libgomp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libgomp-dev'\nDEBUG: providers for tcl are: ['tcl']\nDEBUG: sorted runtime providers for tcl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb' to satisfy runtime 'tcl'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'tcl-native', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb\nDEBUG: Added runtime dependencies ['tcl', 'libgcc', 'tcl-dev', 'tcl-lib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'tcl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb\nDEBUG: providers for packagegroup-rust-sdk-target are: ['packagegroup-rust-sdk-target']\nDEBUG: sorted runtime providers for packagegroup-rust-sdk-target are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb' to satisfy runtime 'packagegroup-rust-sdk-target'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb\nDEBUG: Added runtime dependencies ['rust', 'cargo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb\nDEBUG: Added runtime recommendations ['packagegroup-rust-sdk-target'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb\nDEBUG: providers for ltp are: ['ltp']\nNOTE: selecting ltp to satisfy runtime ltp due to PREFERRED_PROVIDER_ltp = ltp\nDEBUG: sorted runtime providers for ltp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb' to satisfy runtime 'ltp'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'attr', 'libaio', 'libcap', 'acl', 'openssl', 'zip-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb\nDEBUG: Added runtime dependencies ['ltp-dev', 'attr', 'bash', 'bc', 'coreutils', 'cpio', 'cronie', 'curl', 'e2fsprogs', 'e2fsprogs-mke2fs', 'expect', 'file', 'findutils', 'gawk', 'gdb', 'gzip', 'iproute2', 'ldd', 'libaio', 'logrotate', 'net-tools', 'perl', 'python3-core', 'procps', 'quota', 'unzip', 'util-linux', 'which', 'tar'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb\nDEBUG: Added runtime recommendations ['ltp', 'kernel-module-loop'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb\nDEBUG: providers for blktool are: ['blktool']\nDEBUG: sorted runtime providers for blktool are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb' to satisfy runtime 'blktool'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb\nDEBUG: Added runtime dependencies ['blktool-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb\nDEBUG: Added runtime recommendations ['blktool'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb\nDEBUG: providers for go-helloworld are: ['go-helloworld']\nDEBUG: sorted runtime providers for go-helloworld are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb' to satisfy runtime 'go-helloworld'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/core2-64-go', 'virtual/x86_64-poky-linux-go-runtime'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb\nDEBUG: Added runtime dependencies ['go-helloworld-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb\nDEBUG: Added runtime recommendations ['go-helloworld'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb\nDEBUG: providers for xprop are: ['xprop']\nDEBUG: sorted runtime providers for xprop are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb' to satisfy runtime 'xprop'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'libxmu'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb\nDEBUG: Added runtime dependencies ['xprop-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb\nDEBUG: Added runtime recommendations ['xprop'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb\nDEBUG: providers for connman-tools are: ['connman']\nDEBUG: sorted runtime providers for connman-tools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb' to satisfy runtime 'connman-tools'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'dbus', 'glib-2.0', 'ppp', 'update-rc.d', 'initscripts', 'ofono', 'bluez5', 'readline', 'iptables', 'gnutls', 'wpa-supplicant', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb\nDEBUG: Added runtime dependencies ['connman', 'connman', 'connman-dev', 'dbus', 'ofono', 'bluez5', 'iptables', 'wpa-supplicant'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb\nDEBUG: Added runtime recommendations ['connman', 'connman-conf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb\nDEBUG: providers for connman-tests are: ['connman']\nDEBUG: sorted runtime providers for connman-tests are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb' to satisfy runtime 'connman-tests'\nDEBUG: providers for x11perf are: ['x11perf']\nDEBUG: sorted runtime providers for x11perf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb' to satisfy runtime 'x11perf'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'libxmu', 'libxrender', 'libxft', 'libxext', 'fontconfig', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb\nDEBUG: Added runtime dependencies ['x11perf-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb\nDEBUG: Added runtime recommendations ['x11perf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb\nDEBUG: providers for xwininfo are: ['xwininfo']\nDEBUG: sorted runtime providers for xwininfo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb' to satisfy runtime 'xwininfo'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'libxext', 'libxmu', 'gettext-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb\nDEBUG: Added runtime dependencies ['xwininfo-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb\nDEBUG: Added runtime recommendations ['xwininfo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb\nDEBUG: providers for kexec are: ['kexec-tools']\nDEBUG: sorted runtime providers for kexec are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb' to satisfy runtime 'kexec'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zlib', 'xz', 'update-rc.d', 'initscripts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb\nDEBUG: Added runtime dependencies ['kexec-tools-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb\nDEBUG: Added runtime recommendations ['kexec-tools', 'kexec', 'kdump', 'vmcore-dmesg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb\nDEBUG: providers for gst-examples are: ['gst-examples']\nDEBUG: sorted runtime providers for gst-examples are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb' to satisfy runtime 'gst-examples'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'gstreamer1.0', 'gstreamer1.0-plugins-base', 'gstreamer1.0-plugins-bad', 'gtk+3', 'libsoup-2.4', 'json-glib', 'glib-2.0-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb\nDEBUG: Added runtime dependencies ['gst-examples-dev', 'gstreamer1.0-plugins-base-playback'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb\nDEBUG: Added runtime recommendations ['gst-examples', 'gstreamer1.0-plugins-base-meta', 'gstreamer1.0-plugins-good-meta', 'gstreamer1.0-plugins-bad-meta'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb\nDEBUG: providers for alsa-utils-aplay are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-aplay are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-aplay'\nDEBUG: providers for mesa-demos are: ['mesa-demos']\nDEBUG: sorted runtime providers for mesa-demos are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb' to satisfy runtime 'mesa-demos'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'libdrm', 'virtual/egl', 'virtual/libgles1', 'virtual/libgles2', 'virtual/libgl', 'wayland', 'wayland-native', 'wayland-protocols', 'virtual/libx11', 'libglu'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb\nDEBUG: Added runtime dependencies ['mesa-demos-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb\nDEBUG: Added runtime recommendations ['mesa-demos'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb\nDEBUG: providers for ofono-tests are: ['ofono']\nDEBUG: sorted runtime providers for ofono-tests are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb' to satisfy runtime 'ofono-tests'\nDEBUG: providers for connman-client are: ['connman']\nDEBUG: sorted runtime providers for connman-client are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb' to satisfy runtime 'connman-client'\nDEBUG: providers for xrestop are: ['xrestop']\nDEBUG: sorted runtime providers for xrestop are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb' to satisfy runtime 'xrestop'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libxres', 'libxext', 'virtual/libx11', 'ncurses'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb\nDEBUG: Added runtime dependencies ['xrestop-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb\nDEBUG: Added runtime recommendations ['xrestop'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb\nDEBUG: providers for matchbox-terminal are: ['matchbox-terminal']\nDEBUG: sorted runtime providers for matchbox-terminal are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb' to satisfy runtime 'matchbox-terminal'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gtk+3', 'vte'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb\nDEBUG: Added runtime dependencies ['matchbox-terminal-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb\nDEBUG: Added runtime recommendations ['matchbox-terminal'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb\nDEBUG: providers for packagegroup-core-x11-utils are: ['packagegroup-core-x11']\nDEBUG: sorted runtime providers for packagegroup-core-x11-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb' to satisfy runtime 'packagegroup-core-x11-utils'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb\nDEBUG: Added runtime dependencies ['packagegroup-core-x11-xserver', 'packagegroup-core-x11-utils', 'xserver-nodm-init', 'xauth', 'xhost', 'xset', 'xrandr', 'xmodmap', 'xdpyinfo', 'xinput-calibrator', 'dbus-x11'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-x11'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb\nDEBUG: providers for mini-x-session are: ['mini-x-session']\nDEBUG: sorted runtime providers for mini-x-session are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb' to satisfy runtime 'mini-x-session'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb\nDEBUG: Added runtime dependencies ['mini-x-session-dev', 'sudo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb\nDEBUG: Added runtime recommendations ['mini-x-session'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb\nDEBUG: providers for liberation-fonts are: ['liberation-fonts']\nDEBUG: sorted runtime providers for liberation-fonts are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb' to satisfy runtime 'liberation-fonts'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb\nDEBUG: Added runtime dependencies ['fontconfig-utils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb\nDEBUG: providers for packagegroup-core-x11-xserver are: ['packagegroup-core-x11-xserver']\nDEBUG: sorted runtime providers for packagegroup-core-x11-xserver are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb' to satisfy runtime 'packagegroup-core-x11-xserver'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb\nDEBUG: Added runtime dependencies ['xserver-xorg', 'mesa-driver-swrast', 'xserver-xorg-extension-glx', 'xf86-video-cirrus', 'xf86-video-fbdev', 'xf86-video-vmware', 'xf86-video-modesetting', 'xf86-video-vesa', 'xserver-xorg-module-libint10'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb\nDEBUG: Added runtime recommendations ['packagegroup-core-x11-xserver'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb\nDEBUG: providers for matchbox-wm are: ['matchbox-wm']\nDEBUG: sorted runtime providers for matchbox-wm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb' to satisfy runtime 'matchbox-wm'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libmatchbox', 'virtual/libx11', 'libxext', 'libxrender', 'startup-notification', 'expat', 'gconf', 'libxcursor', 'libxfixes'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb\nDEBUG: Added runtime dependencies ['matchbox-wm-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb\nDEBUG: Added runtime recommendations ['matchbox-wm'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb\nDEBUG: providers for puzzles are: ['puzzles']\nDEBUG: sorted runtime providers for puzzles are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb' to satisfy runtime 'puzzles'\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gtk+3', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb\nDEBUG: Added runtime dependencies ['puzzles-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb\nDEBUG: Added runtime recommendations ['puzzles'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb\nDEBUG: providers for packagegroup-core-x11-sato-games are: ['packagegroup-core-x11-sato']\nDEBUG: sorted runtime providers for packagegroup-core-x11-sato-games are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb' to satisfy runtime 'packagegroup-core-x11-sato-games'\nDEBUG: providers for settings-daemon are: ['settings-daemon']\nDEBUG: sorted runtime providers for settings-daemon are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb' to satisfy runtime 'settings-daemon'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gconf', 'glib-2.0', 'gtk+3'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb\nDEBUG: Added runtime dependencies ['settings-daemon-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb\nDEBUG: Added runtime recommendations ['settings-daemon'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb\nDEBUG: providers for matchbox-keyboard-applet are: ['matchbox-keyboard']\nDEBUG: sorted runtime providers for matchbox-keyboard-applet are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb' to satisfy runtime 'matchbox-keyboard-applet'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'libfakekey', 'expat', 'libxft', 'matchbox-panel-2', 'gtk+3'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb\nDEBUG: Added runtime dependencies ['matchbox-keyboard-dev', 'formfactor', 'dbus-wait'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb\nDEBUG: Added runtime recommendations ['matchbox-keyboard', 'matchbox-keyboard-applet'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb\nDEBUG: providers for connman-gnome are: ['connman-gnome']\nDEBUG: sorted runtime providers for connman-gnome are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb' to satisfy runtime 'connman-gnome'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gtk+3', 'dbus-glib', 'dbus-glib-native', 'intltool-native', 'gettext-native', 'hicolor-icon-theme', 'gdk-pixbuf', 'gtk+3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb\nDEBUG: Added runtime dependencies ['connman-gnome-dev', 'connman'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb\nDEBUG: Added runtime recommendations ['connman-gnome'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb\nDEBUG: providers for pulseaudio-misc are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-misc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-misc'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'm4-native', 'libatomic-ops', 'libsndfile1', 'libtool', 'udev', 'alsa-lib', 'glib-2.0', 'speexdsp', 'libxml-parser-perl-native', 'libcap', 'perl-native', 'bash-completion', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'base-files', 'shadow-native', 'shadow-sysroot', 'shadow', 'base-passwd', 'avahi', 'bluez5', 'sbc', 'dbus', 'glib-2.0-native', 'ofono', 'virtual/libx11', 'libxtst', 'libice', 'libsm', 'libxcb'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb\nDEBUG: Added runtime dependencies ['consolekit', 'alsa-utils-amixer', 'alsa-utils-aplay', 'alsa-utils-scripts', 'bash', 'pulseaudio-server', 'pulseaudio-module-filter-apply', 'pulseaudio-module-filter-heuristics', 'pulseaudio-module-udev-detect', 'pulseaudio-module-null-sink', 'pulseaudio-module-device-restore', 'pulseaudio-module-stream-restore', 'pulseaudio-module-card-restore', 'pulseaudio-module-augment-properties', 'pulseaudio-module-detect', 'pulseaudio-module-alsa-sink', 'pulseaudio-module-alsa-source', 'pulseaudio-module-alsa-card', 'pulseaudio-module-native-protocol-unix', 'pulseaudio-module-default-device-restore', 'pulseaudio-module-intended-roles', 'pulseaudio-module-rescue-streams', 'pulseaudio-module-always-sink', 'pulseaudio-module-suspend-on-idle', 'pulseaudio-module-position-event-sounds', 'pulseaudio-module-role-cork', 'pulseaudio-module-switch-on-port-available', 'alsa-plugins-pulseaudio-conf', 'pulseaudio-module-device-manager', 'pulseaudio-module-x11-cork-request', 'pulseaudio-module-x11-publish', 'pulseaudio-module-x11-xsmp', 'pulseaudio-module-console-kit', 'pulseaudio-module-cli-protocol-unix', 'pulseaudio-dev', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb\nDEBUG: Added runtime recommendations ['pulseaudio'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb\nDEBUG: providers for pcmanfm are: ['pcmanfm']\nDEBUG: sorted runtime providers for pcmanfm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb' to satisfy runtime 'pcmanfm'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gtk+3', 'startup-notification', 'libfm', 'intltool-native', 'gettext-native', 'glib-2.0-native', 'desktop-file-utils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb\nDEBUG: Added runtime dependencies ['pcmanfm-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb\nDEBUG: Added runtime recommendations ['pcmanfm', 'adwaita-icon-theme'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb\nDEBUG: providers for sato-icon-theme are: ['sato-icon-theme']\nDEBUG: sorted runtime providers for sato-icon-theme are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb' to satisfy runtime 'sato-icon-theme'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'icon-naming-utils-native', 'libxml-simple-perl-native', 'hicolor-icon-theme', 'gdk-pixbuf', 'gtk+3', 'gtk+3-native', 'perl-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb\nDEBUG: Added runtime dependencies ['sato-icon-theme-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb\nDEBUG: Added runtime recommendations ['sato-icon-theme'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb\nDEBUG: providers for udev-extraconf are: ['udev-extraconf']\nDEBUG: sorted runtime providers for udev-extraconf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb' to satisfy runtime 'udev-extraconf'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb\nDEBUG: Added runtime dependencies ['udev-extraconf-dev', 'udev', 'util-linux-blkid'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb\nDEBUG: Added runtime recommendations ['udev-extraconf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb\nDEBUG: providers for shutdown-desktop are: ['shutdown-desktop']\nDEBUG: sorted runtime providers for shutdown-desktop are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb' to satisfy runtime 'shutdown-desktop'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb\nDEBUG: Added runtime dependencies ['shutdown-desktop-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb\nDEBUG: Added runtime recommendations ['shutdown-desktop'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb\nDEBUG: providers for matchbox-config-gtk are: ['matchbox-config-gtk']\nDEBUG: sorted runtime providers for matchbox-config-gtk are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb' to satisfy runtime 'matchbox-config-gtk'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gconf', 'gtk+3'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb\nDEBUG: Added runtime dependencies ['matchbox-config-gtk-dev', 'settings-daemon'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb\nDEBUG: Added runtime recommendations ['matchbox-config-gtk'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb\nDEBUG: providers for matchbox-desktop are: ['matchbox-desktop']\nDEBUG: sorted runtime providers for matchbox-desktop are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb' to satisfy runtime 'matchbox-desktop'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gtk+3', 'startup-notification', 'dbus'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb\nDEBUG: Added runtime dependencies ['matchbox-desktop-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb\nDEBUG: Added runtime recommendations ['matchbox-desktop'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb\nDEBUG: providers for sato-screenshot are: ['sato-screenshot']\nDEBUG: sorted runtime providers for sato-screenshot are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb' to satisfy runtime 'sato-screenshot'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'matchbox-panel-2', 'gtk+3'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb\nDEBUG: Added runtime dependencies ['sato-screenshot-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb\nDEBUG: Added runtime recommendations ['sato-screenshot'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb\nDEBUG: providers for packagegroup-core-x11-sato-base are: ['packagegroup-core-x11-sato']\nDEBUG: sorted runtime providers for packagegroup-core-x11-sato-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb' to satisfy runtime 'packagegroup-core-x11-sato-base'\nDEBUG: providers for matchbox-keyboard are: ['matchbox-keyboard']\nDEBUG: sorted runtime providers for matchbox-keyboard are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb' to satisfy runtime 'matchbox-keyboard'\nDEBUG: providers for pulseaudio-server are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-server are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-server'\nDEBUG: providers for matchbox-keyboard-im are: ['matchbox-keyboard']\nDEBUG: sorted runtime providers for matchbox-keyboard-im are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb' to satisfy runtime 'matchbox-keyboard-im'\nDEBUG: providers for packagegroup-core-x11-sato-apps are: ['packagegroup-core-x11-sato']\nDEBUG: sorted runtime providers for packagegroup-core-x11-sato-apps are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb' to satisfy runtime 'packagegroup-core-x11-sato-apps'\nDEBUG: providers for xcursor-transparent-theme are: ['xcursor-transparent-theme']\nDEBUG: sorted runtime providers for xcursor-transparent-theme are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb' to satisfy runtime 'xcursor-transparent-theme'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: Added runtime dependencies ['xcursor-transparent-theme-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: Added runtime recommendations ['xcursor-transparent-theme'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: providers for l3afpad are: ['l3afpad']\nDEBUG: sorted runtime providers for l3afpad are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb' to satisfy runtime 'l3afpad'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gtk+3', 'intltool-native', 'gettext-native', 'desktop-file-utils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb\nDEBUG: Added runtime dependencies ['l3afpad-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb\nDEBUG: Added runtime recommendations ['l3afpad'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb\nDEBUG: providers for matchbox-session-sato are: ['matchbox-session-sato']\nDEBUG: sorted runtime providers for matchbox-session-sato are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb' to satisfy runtime 'matchbox-session-sato'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb\nDEBUG: Added runtime dependencies ['matchbox-session-sato-dev', 'formfactor', 'matchbox-theme-sato', 'matchbox-panel-2', 'matchbox-desktop', 'matchbox-session', 'gconf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb\nDEBUG: Added runtime recommendations ['matchbox-session-sato'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb\nDEBUG: providers for pulseaudio-client-conf-sato are: ['pulseaudio-client-conf-sato']\nDEBUG: sorted runtime providers for pulseaudio-client-conf-sato are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb' to satisfy runtime 'pulseaudio-client-conf-sato'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb\nDEBUG: Added runtime dependencies ['pulseaudio-client-conf-sato-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb\nDEBUG: Added runtime recommendations ['pulseaudio-client-conf-sato'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb\nDEBUG: providers for nativesdk-gettext-dev are: ['nativesdk-gettext']\nDEBUG: sorted runtime providers for nativesdk-gettext-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb' to satisfy runtime 'nativesdk-gettext-dev'\nDEBUG: providers for nativesdk-intltool-dev are: ['nativesdk-intltool']\nDEBUG: sorted runtime providers for nativesdk-intltool-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb' to satisfy runtime 'nativesdk-intltool-dev'\nDEBUG: providers for nativesdk-libxml-parser-perl are: ['nativesdk-libxml-parser-perl']\nDEBUG: sorted runtime providers for nativesdk-libxml-parser-perl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb' to satisfy runtime 'nativesdk-libxml-parser-perl'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-expat', 'nativesdk-perl', 'perl-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxml-parser-perl-dev', 'nativesdk-perl', 'nativesdk-perl-module-carp', 'nativesdk-perl-module-file-spec'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxml-parser-perl'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb\nDEBUG: providers for nativesdk-perl-modules are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-modules are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-modules'\nDEBUG: providers for nativesdk-python3-setuptools are: ['nativesdk-python3-setuptools']\nDEBUG: sorted runtime providers for nativesdk-python3-setuptools are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb' to satisfy runtime 'nativesdk-python3-setuptools'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-compression', 'nativesdk-python3-email', 'nativesdk-python3-plistlib', 'nativesdk-python3-pprint', 'nativesdk-python3-setuptools-dev', 'nativesdk-python3-2to3', 'nativesdk-python3-compile', 'nativesdk-python3-compression', 'nativesdk-python3-ctypes', 'nativesdk-python3-email', 'nativesdk-python3-html', 'nativesdk-python3-json', 'nativesdk-python3-netserver', 'nativesdk-python3-numbers', 'nativesdk-python3-pickle', 'nativesdk-python3-pkg-resources', 'nativesdk-python3-pkgutil', 'nativesdk-python3-plistlib', 'nativesdk-python3-shell', 'nativesdk-python3-stringold', 'nativesdk-python3-threading', 'nativesdk-python3-unittest', 'nativesdk-python3-xml'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-setuptools'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb\nDEBUG: providers for nativesdk-python3-xml are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-xml are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-xml'\nDEBUG: providers for nativesdk-shared-mime-info are: ['nativesdk-shared-mime-info']\nDEBUG: sorted runtime providers for nativesdk-shared-mime-info are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb' to satisfy runtime 'nativesdk-shared-mime-info'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'gettext-native', 'nativesdk-glib-2.0', 'itstool-native', 'nativesdk-libxml2', 'meson-native', 'ninja-native', 'pkgconfig-native', 'python3-native', 'shared-mime-info-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'xmlto-native'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-shared-mime-info', 'nativesdk-shared-mime-info-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-shared-mime-info'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb\nDEBUG: providers for nativesdk-bash-completion are: ['nativesdk-bash-completion']\nDEBUG: sorted runtime providers for nativesdk-bash-completion are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb' to satisfy runtime 'nativesdk-bash-completion'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb\nDEBUG: Added runtime dependencies ['nativesdk-bash-completion-dev', 'nativesdk-bash'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb\nDEBUG: Added runtime recommendations ['nativesdk-bash-completion'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb\nDEBUG: providers for nativesdk-glib-2.0-dev are: ['nativesdk-glib-2.0']\nDEBUG: sorted runtime providers for nativesdk-glib-2.0-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'nativesdk-glib-2.0-dev'\nDEBUG: providers for nativesdk-sdk-provides-dummy-dev are: ['nativesdk-sdk-provides-dummy']\nDEBUG: sorted runtime providers for nativesdk-sdk-provides-dummy-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb' to satisfy runtime 'nativesdk-sdk-provides-dummy-dev'\nDEBUG: providers for nativesdk-python3-syslog are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-syslog are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-syslog'\nDEBUG: providers for nativesdk-python3-math are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-math are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-math'\nDEBUG: providers for nativesdk-python3-ensurepip are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-ensurepip are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-ensurepip'\nDEBUG: providers for nativesdk-python3-zoneinfo are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-zoneinfo are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-zoneinfo'\nDEBUG: providers for nativesdk-libgcc are: ['nativesdk-libgcc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-libgcc (for item nativesdk-libgcc)\nNOTE: selecting nativesdk-libgcc to satisfy runtime nativesdk-libgcc due to PREFERRED_PROVIDER_nativesdk-libgcc = nativesdk-libgcc\nDEBUG: sorted runtime providers for nativesdk-libgcc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb' to satisfy runtime 'nativesdk-libgcc'\nDEBUG: providers for nativesdk-python3-2to3 are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-2to3 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-2to3'\nDEBUG: providers for nativesdk-python3-plistlib are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-plistlib are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-plistlib'\nDEBUG: providers for nativesdk-python3-pickle are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-pickle are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-pickle'\nDEBUG: providers for nativesdk-python3-terminal are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-terminal are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-terminal'\nDEBUG: providers for nativesdk-python3-doctest are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-doctest are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-doctest'\nDEBUG: providers for nativesdk-python3-pprint are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-pprint are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-pprint'\nDEBUG: providers for nativesdk-python3-image are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-image are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-image'\nDEBUG: providers for nativesdk-python3-resource are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-resource are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-resource'\nDEBUG: providers for nativesdk-python3-json are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-json are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-json'\nDEBUG: providers for nativesdk-python3-numbers are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-numbers are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-numbers'\nDEBUG: providers for nativesdk-python3-email are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-email are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-email'\nDEBUG: providers for nativesdk-python3-io are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-io are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-io'\nDEBUG: providers for nativesdk-python3-compile are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-compile are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-compile'\nDEBUG: providers for nativesdk-python3-fcntl are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-fcntl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-fcntl'\nDEBUG: providers for nativesdk-python3-idle are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-idle are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-idle'\nDEBUG: providers for nativesdk-python3-threading are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-threading are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-threading'\nDEBUG: providers for nativesdk-python3-mailbox are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-mailbox are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-mailbox'\nDEBUG: providers for nativesdk-python3-html are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-html are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-html'\nDEBUG: providers for nativesdk-python3-core are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-core are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-core'\nDEBUG: providers for nativesdk-python3-mime are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-mime are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-mime'\nDEBUG: providers for nativesdk-python3-audio are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-audio are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-audio'\nDEBUG: providers for nativesdk-ldconfig are: ['nativesdk-glibc', 'nativesdk-glibc-testsuite']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package nativesdk-glibc (for item nativesdk-ldconfig)\nNOTE: selecting nativesdk-glibc to satisfy runtime nativesdk-ldconfig due to PREFERRED_PROVIDER_virtual/nativesdk-libc = nativesdk-glibc\nDEBUG: sorted runtime providers for nativesdk-ldconfig are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb', 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'nativesdk-ldconfig'\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb' to satisfy runtime 'nativesdk-ldconfig'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'bison-native', 'chrpath-replacement-native', 'nativesdk-gcc-runtime', 'nativesdk-glibc-locale', 'gperf-native', 'nativesdk-libgcc', 'libtool-native', 'nativesdk-linux-libc-headers', 'qemu-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/x86_64-pokysdk-linux-binutils', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb\nDEBUG: Added runtime dependencies ['nativesdk-glibc-testsuite-utils', 'nativesdk-linux-libc-headers-dev', 'nativesdk-glibc-testsuite-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb\nDEBUG: Added runtime recommendations ['nativesdk-glibc-testsuite'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb\nDEBUG: providers for nativesdk-python3-compression are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-compression are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-compression'\nDEBUG: providers for nativesdk-python3-db are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-db are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-db'\nDEBUG: providers for nativesdk-python3-tkinter are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-tkinter are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-tkinter'\nDEBUG: providers for nativesdk-python3-unixadmin are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-unixadmin are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-unixadmin'\nDEBUG: providers for nativesdk-python3-dev are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-dev'\nDEBUG: providers for nativesdk-python3-tomllib are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-tomllib are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-tomllib'\nDEBUG: providers for nativesdk-python3-pkgutil are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-pkgutil are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-pkgutil'\nDEBUG: providers for nativesdk-python3-datetime are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-datetime are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-datetime'\nDEBUG: providers for nativesdk-python3-curses are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-curses are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-curses'\nDEBUG: providers for nativesdk-python3-crypt are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-crypt are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-crypt'\nDEBUG: providers for nativesdk-python3-shell are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-shell are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-shell'\nDEBUG: providers for nativesdk-python3-pydoc are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-pydoc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-pydoc'\nDEBUG: providers for nativesdk-python3-logging are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-logging are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-logging'\nDEBUG: providers for nativesdk-python3-asyncio are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-asyncio are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-asyncio'\nDEBUG: providers for nativesdk-python3-misc are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-misc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-misc'\nDEBUG: providers for nativesdk-python3-stringold are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-stringold are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-stringold'\nDEBUG: providers for nativesdk-python3-multiprocessing are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-multiprocessing are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-multiprocessing'\nDEBUG: providers for nativesdk-python3-venv are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-venv are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-venv'\nDEBUG: providers for nativesdk-python3-xmlrpc are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-xmlrpc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-xmlrpc'\nDEBUG: providers for nativesdk-bash are: ['nativesdk-bash']\nDEBUG: sorted runtime providers for nativesdk-bash are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb' to satisfy runtime 'nativesdk-bash'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'bison-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'nativesdk-ncurses', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libiconv', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb\nDEBUG: Added runtime dependencies ['nativesdk-bash-dev', 'nativesdk-bash'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb\nDEBUG: Added runtime recommendations ['nativesdk-bash'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb\nDEBUG: providers for nativesdk-python3-debugger are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-debugger are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-debugger'\nDEBUG: providers for nativesdk-python3-difflib are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-difflib are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-difflib'\nDEBUG: providers for nativesdk-python3-sqlite3 are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-sqlite3 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-sqlite3'\nDEBUG: providers for nativesdk-openssl are: ['nativesdk-openssl']\nNOTE: selecting nativesdk-openssl to satisfy runtime nativesdk-openssl due to PREFERRED_PROVIDER_nativesdk-openssl = nativesdk-openssl\nDEBUG: sorted runtime providers for nativesdk-openssl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'nativesdk-openssl'\nDEBUG: providers for nativesdk-python3-codecs are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-codecs are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-codecs'\nDEBUG: providers for nativesdk-python3-profile are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-profile are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-profile'\nDEBUG: providers for nativesdk-python3-ctypes are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-ctypes are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-ctypes'\nDEBUG: providers for nativesdk-python3-mmap are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-mmap are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-mmap'\nDEBUG: providers for nativesdk-python3-unittest are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-unittest are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-unittest'\nDEBUG: providers for nativesdk-python3-netclient are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-netclient are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-netclient'\nDEBUG: providers for nativesdk-python3-statistics are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-statistics are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-statistics'\nDEBUG: providers for nativesdk-python3-netserver are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-netserver are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-netserver'\nDEBUG: providers for nativesdk-python3-modules are: ['nativesdk-python3']\nDEBUG: sorted runtime providers for nativesdk-python3-modules are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'nativesdk-python3-modules'\nDEBUG: providers for nativesdk-python3-git-dev are: ['nativesdk-python3-git']\nDEBUG: sorted runtime providers for nativesdk-python3-git-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.41.bb' to satisfy runtime 'nativesdk-python3-git-dev'\nDEBUG: providers for nativesdk-python3-gitdb are: ['nativesdk-python3-gitdb']\nDEBUG: sorted runtime providers for nativesdk-python3-gitdb are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb' to satisfy runtime 'nativesdk-python3-gitdb'\nDEBUG: providers for nativesdk-python3-jinja2-dev are: ['nativesdk-python3-jinja2']\nDEBUG: sorted runtime providers for nativesdk-python3-jinja2-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb' to satisfy runtime 'nativesdk-python3-jinja2-dev'\nDEBUG: providers for nativesdk-python3-markupsafe are: ['nativesdk-python3-markupsafe']\nDEBUG: sorted runtime providers for nativesdk-python3-markupsafe are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb' to satisfy runtime 'nativesdk-python3-markupsafe'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-markupsafe-dev', 'nativesdk-python3-stringold'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-markupsafe'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb\nDEBUG: providers for nativesdk-python3-pbr are: ['nativesdk-python3-pbr']\nDEBUG: sorted runtime providers for nativesdk-python3-pbr are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb' to satisfy runtime 'nativesdk-python3-pbr'\nDEBUG: providers for nativesdk-python3-extras are: ['nativesdk-python3-extras']\nDEBUG: sorted runtime providers for nativesdk-python3-extras are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb' to satisfy runtime 'nativesdk-python3-extras'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-extras-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-extras'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb\nDEBUG: providers for nativesdk-python3-testtools-dev are: ['nativesdk-python3-testtools']\nDEBUG: sorted runtime providers for nativesdk-python3-testtools-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.1.bb' to satisfy runtime 'nativesdk-python3-testtools-dev'\nDEBUG: providers for nativesdk-python3-six are: ['nativesdk-python3-six']\nDEBUG: sorted runtime providers for nativesdk-python3-six are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb' to satisfy runtime 'nativesdk-python3-six'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-six-dev', 'nativesdk-python3-io'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-six'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb\nDEBUG: providers for nativesdk-python3-iso8601 are: ['nativesdk-python3-iso8601']\nDEBUG: sorted runtime providers for nativesdk-python3-iso8601 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb' to satisfy runtime 'nativesdk-python3-iso8601'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-poetry-core-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-iso8601-dev', 'nativesdk-python3-datetime', 'nativesdk-python3-numbers'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-iso8601'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb\nDEBUG: providers for nativesdk-python3-subunit-dev are: ['nativesdk-python3-subunit']\nDEBUG: sorted runtime providers for nativesdk-python3-subunit-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-subunit_1.4.4.bb' to satisfy runtime 'nativesdk-python3-subunit-dev'\nDEBUG: providers for nativesdk-python3-pyyaml-dev are: ['nativesdk-python3-pyyaml']\nDEBUG: sorted runtime providers for nativesdk-python3-pyyaml-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb' to satisfy runtime 'nativesdk-python3-pyyaml-dev'\nDEBUG: providers for nativesdk-ncurses are: ['nativesdk-ncurses']\nDEBUG: sorted runtime providers for nativesdk-ncurses are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb' to satisfy runtime 'nativesdk-ncurses'\nDEBUG: providers for nativesdk-ncurses-dev are: ['nativesdk-ncurses']\nDEBUG: sorted runtime providers for nativesdk-ncurses-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb' to satisfy runtime 'nativesdk-ncurses-dev'\nDEBUG: providers for nativesdk-chrpath-dev are: ['nativesdk-chrpath']\nDEBUG: sorted runtime providers for nativesdk-chrpath-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb' to satisfy runtime 'nativesdk-chrpath-dev'\nDEBUG: providers for nativesdk-tar-dev are: ['nativesdk-tar']\nDEBUG: sorted runtime providers for nativesdk-tar-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb' to satisfy runtime 'nativesdk-tar-dev'\nDEBUG: providers for nativesdk-buildtools-perl-dummy-dev are: ['nativesdk-buildtools-perl-dummy']\nDEBUG: sorted runtime providers for nativesdk-buildtools-perl-dummy-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb' to satisfy runtime 'nativesdk-buildtools-perl-dummy-dev'\nDEBUG: providers for nativesdk-findutils are: ['nativesdk-findutils']\nDEBUG: sorted runtime providers for nativesdk-findutils are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb' to satisfy runtime 'nativesdk-findutils'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'bison-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-findutils-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-findutils'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb\nDEBUG: providers for nativesdk-perl are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl'\nDEBUG: providers for nativesdk-git-dev are: ['nativesdk-git']\nDEBUG: sorted runtime providers for nativesdk-git-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.43.0.bb' to satisfy runtime 'nativesdk-git-dev'\nDEBUG: Assuming nativesdk-perl-module-file-path is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-file-path are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-file-path are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-file-path'\nDEBUG: providers for nativesdk-pigz-dev are: ['nativesdk-pigz']\nDEBUG: sorted runtime providers for nativesdk-pigz-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb' to satisfy runtime 'nativesdk-pigz-dev'\nDEBUG: providers for nativesdk-make-dev are: ['nativesdk-make']\nDEBUG: sorted runtime providers for nativesdk-make-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb' to satisfy runtime 'nativesdk-make-dev'\nDEBUG: providers for nativesdk-wget-dev are: ['nativesdk-wget']\nDEBUG: sorted runtime providers for nativesdk-wget-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.21.4.bb' to satisfy runtime 'nativesdk-wget-dev'\nDEBUG: providers for nativesdk-ca-certificates-dev are: ['nativesdk-ca-certificates']\nDEBUG: sorted runtime providers for nativesdk-ca-certificates-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb' to satisfy runtime 'nativesdk-ca-certificates-dev'\nDEBUG: providers for nativesdk-openssl-bin are: ['nativesdk-openssl']\nNOTE: selecting nativesdk-openssl to satisfy runtime nativesdk-openssl-bin due to PREFERRED_PROVIDER_nativesdk-openssl = nativesdk-openssl\nDEBUG: sorted runtime providers for nativesdk-openssl-bin are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'nativesdk-openssl-bin'\nDEBUG: providers for nativesdk-texinfo-dev are: ['nativesdk-texinfo']\nDEBUG: sorted runtime providers for nativesdk-texinfo-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.0.3.bb' to satisfy runtime 'nativesdk-texinfo-dev'\nDEBUG: providers for nativesdk-libnss-nis-dev are: ['nativesdk-libnss-nis']\nDEBUG: sorted runtime providers for nativesdk-libnss-nis-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnss-nis/libnss-nis.bb' to satisfy runtime 'nativesdk-libnss-nis-dev'\nDEBUG: providers for nativesdk-rpcsvc-proto-dev are: ['nativesdk-rpcsvc-proto']\nDEBUG: sorted runtime providers for nativesdk-rpcsvc-proto-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb' to satisfy runtime 'nativesdk-rpcsvc-proto-dev'\nDEBUG: providers for nativesdk-patch-dev are: ['nativesdk-patch']\nDEBUG: sorted runtime providers for nativesdk-patch-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb' to satisfy runtime 'nativesdk-patch-dev'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm855 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm855 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm855 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm855'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm775 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm775 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm775 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm775'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm866 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm866 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm866 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm866'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm437 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm437 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm437 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm437'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm863 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm863 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm863 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm863'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm737 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm737 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm737 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm737'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm850 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm850 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm850 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm850'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm865 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm865 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm865 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm865'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm852 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm852 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm852 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm852'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm860 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm860 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm860 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm860'\nDEBUG: providers for nativesdk-mtools-dev are: ['nativesdk-mtools']\nDEBUG: sorted runtime providers for nativesdk-mtools-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/mtools/mtools_4.0.43.bb' to satisfy runtime 'nativesdk-mtools-dev'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm869 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm869 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm869 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm869'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm861 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm861 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm861 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm861'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm857 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm857 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm857 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm857'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm851 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm851 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm851 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm851'\nDEBUG: Assuming nativesdk-glibc-gconv-ibm862 is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-glibc-gconv-ibm862 are: ['nativesdk-glibc-locale']\nDEBUG: sorted runtime providers for nativesdk-glibc-gconv-ibm862 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm862'\nDEBUG: providers for nativesdk-zstd-dev are: ['nativesdk-zstd']\nDEBUG: sorted runtime providers for nativesdk-zstd-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb' to satisfy runtime 'nativesdk-zstd-dev'\nDEBUG: providers for nativesdk-lz4-dev are: ['nativesdk-lz4']\nDEBUG: sorted runtime providers for nativesdk-lz4-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/lz4/lz4_1.9.4.bb' to satisfy runtime 'nativesdk-lz4-dev'\nDEBUG: providers for nativesdk-acl-dev are: ['nativesdk-acl']\nDEBUG: sorted runtime providers for nativesdk-acl-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb' to satisfy runtime 'nativesdk-acl-dev'\nDEBUG: providers for nativesdk-acl are: ['nativesdk-acl']\nDEBUG: sorted runtime providers for nativesdk-acl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb' to satisfy runtime 'nativesdk-acl'\nDEBUG: providers for autoconf-native are: ['autoconf-native']\nDEBUG: sorted runtime providers for autoconf-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb' to satisfy runtime 'autoconf-native'\nDEBUG: providers for libtool-native-dev are: ['libtool-native']\nDEBUG: sorted runtime providers for libtool-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb' to satisfy runtime 'libtool-native-dev'\nDEBUG: providers for libtool-native are: ['libtool-native']\nDEBUG: sorted runtime providers for libtool-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb' to satisfy runtime 'libtool-native'\nDEBUG: providers for gnu-config-native are: ['gnu-config-native']\nDEBUG: sorted runtime providers for gnu-config-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb' to satisfy runtime 'gnu-config-native'\nDEBUG: Added dependencies ['hostperl-runtime-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb\nDEBUG: providers for m4-native are: ['m4-native']\nDEBUG: sorted runtime providers for m4-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb' to satisfy runtime 'm4-native'\nDEBUG: Added dependencies ['gettext-minimal-native', 'gnu-config-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb\nDEBUG: Added runtime dependencies ['m4-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb\nDEBUG: Added runtime recommendations ['m4-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb\nDEBUG: providers for make-mod-scripts-dev are: ['make-mod-scripts']\nDEBUG: sorted runtime providers for make-mod-scripts-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb' to satisfy runtime 'make-mod-scripts-dev'\nDEBUG: providers for kern-tools-native are: ['kern-tools-native']\nDEBUG: sorted runtime providers for kern-tools-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb' to satisfy runtime 'kern-tools-native'\nDEBUG: providers for kern-tools-native-dev are: ['kern-tools-native']\nDEBUG: sorted runtime providers for kern-tools-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb' to satisfy runtime 'kern-tools-native-dev'\nDEBUG: providers for gettext-minimal-native are: ['gettext-minimal-native']\nDEBUG: sorted runtime providers for gettext-minimal-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb' to satisfy runtime 'gettext-minimal-native'\nDEBUG: providers for gettext-minimal-native-dev are: ['gettext-minimal-native']\nDEBUG: sorted runtime providers for gettext-minimal-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb' to satisfy runtime 'gettext-minimal-native-dev'\nDEBUG: providers for nativesdk-linux-libc-headers-dev are: ['nativesdk-linux-libc-headers']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb as PREFERRED_VERSION 6.6% of package nativesdk-linux-libc-headers (for item nativesdk-linux-libc-headers-dev)\nNOTE: selecting nativesdk-linux-libc-headers to satisfy runtime nativesdk-linux-libc-headers-dev due to PREFERRED_PROVIDER_nativesdk-linux-libc-headers = nativesdk-linux-libc-headers\nDEBUG: sorted runtime providers for nativesdk-linux-libc-headers-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb' to satisfy runtime 'nativesdk-linux-libc-headers-dev'\nDEBUG: Added dependencies ['bison-native', 'chrpath-replacement-native', 'pkgconfig-native', 'rsync-native', 'unifdef-native'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb\nDEBUG: Added runtime dependencies ['nativesdk-linux-libc-headers-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb\nDEBUG: Added runtime recommendations ['nativesdk-linux-libc-headers-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb\nDEBUG: providers for nativesdk-glibc are: ['nativesdk-glibc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package nativesdk-glibc (for item nativesdk-glibc)\nNOTE: selecting nativesdk-glibc to satisfy runtime nativesdk-glibc due to PREFERRED_PROVIDER_virtual/nativesdk-libc = nativesdk-glibc\nDEBUG: sorted runtime providers for nativesdk-glibc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'nativesdk-glibc'\nDEBUG: providers for nativesdk-glibc-utils are: ['nativesdk-glibc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package nativesdk-glibc (for item nativesdk-glibc-utils)\nNOTE: selecting nativesdk-glibc to satisfy runtime nativesdk-glibc-utils due to PREFERRED_PROVIDER_virtual/nativesdk-libc = nativesdk-glibc\nDEBUG: sorted runtime providers for nativesdk-glibc-utils are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'nativesdk-glibc-utils'\nDEBUG: providers for cmake-native are: ['cmake-native']\nDEBUG: sorted runtime providers for cmake-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb' to satisfy runtime 'cmake-native'\nDEBUG: providers for cmake-native-dev are: ['cmake-native']\nDEBUG: sorted runtime providers for cmake-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb' to satisfy runtime 'cmake-native-dev'\nDEBUG: providers for python3-native-io are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-io are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-io'\nDEBUG: providers for python3-native-asyncio are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-asyncio are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-asyncio'\nDEBUG: providers for python3-native-zoneinfo are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-zoneinfo are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-zoneinfo'\nDEBUG: providers for python3-native-email are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-email are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-email'\nDEBUG: providers for python3-native-mailbox are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-mailbox are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-mailbox'\nDEBUG: providers for python3-native-multiprocessing are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-multiprocessing are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-multiprocessing'\nDEBUG: providers for python3-native-pickle are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-pickle are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-pickle'\nDEBUG: providers for python3-native-logging are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-logging are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-logging'\nDEBUG: providers for python3-native-pprint are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-pprint are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-pprint'\nDEBUG: providers for python3-native-stringold are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-stringold are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-stringold'\nDEBUG: providers for python3-native-terminal are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-terminal are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-terminal'\nDEBUG: providers for python3-native-doctest are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-doctest are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-doctest'\nDEBUG: providers for python3-native-tomllib are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-tomllib are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-tomllib'\nDEBUG: providers for python3-native-profile are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-profile are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-profile'\nDEBUG: providers for python3-native-modules are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-modules are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-modules'\nDEBUG: providers for python3-native-syslog are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-syslog are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-syslog'\nDEBUG: providers for python3-native-numbers are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-numbers are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-numbers'\nDEBUG: providers for python3-native-json are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-json are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-json'\nDEBUG: providers for python3-native-xml are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-xml are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-xml'\nDEBUG: providers for python3-native-curses are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-curses are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-curses'\nDEBUG: providers for python3-native-threading are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-threading are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-threading'\nDEBUG: providers for python3-native-resource are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-resource are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-resource'\nDEBUG: providers for python3-native-pydoc are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-pydoc are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-pydoc'\nDEBUG: providers for python3-native-mime are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-mime are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-mime'\nDEBUG: providers for python3-native-datetime are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-datetime are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-datetime'\nDEBUG: providers for python3-native-shell are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-shell are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-shell'\nDEBUG: providers for python3-native-db are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-db are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-db'\nDEBUG: providers for python3-native-compile are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-compile are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-compile'\nDEBUG: providers for python3-native-ctypes are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-ctypes are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-ctypes'\nDEBUG: providers for python3-native-mmap are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-mmap are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-mmap'\nDEBUG: providers for python3-native-plistlib are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-plistlib are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-plistlib'\nDEBUG: providers for python3-native-sqlite3 are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-sqlite3 are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-sqlite3'\nDEBUG: providers for python3-native-difflib are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-difflib are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-difflib'\nDEBUG: providers for python3-native-core are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-core are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-core'\nDEBUG: providers for python3-native-crypt are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-crypt are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-crypt'\nDEBUG: providers for python3-native-math are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-math are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-math'\nDEBUG: providers for python3-native-statistics are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-statistics are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-statistics'\nDEBUG: providers for python3-native-debugger are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-debugger are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-debugger'\nDEBUG: providers for python3-native-audio are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-audio are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-audio'\nDEBUG: providers for python3-native-pkgutil are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-pkgutil are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-pkgutil'\nDEBUG: providers for python3-native-compression are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-compression are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-compression'\nDEBUG: providers for python3-native-unittest are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-unittest are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-unittest'\nDEBUG: providers for python3-native-image are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-image are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-image'\nDEBUG: providers for python3-native-idle are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-idle are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-idle'\nDEBUG: providers for python3-native-netserver are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-netserver are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-netserver'\nDEBUG: providers for python3-native-venv are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-venv are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-venv'\nDEBUG: providers for python3-native-netclient are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-netclient are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-netclient'\nDEBUG: providers for python3-native-2to3 are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-2to3 are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-2to3'\nDEBUG: providers for python3-native-fcntl are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-fcntl are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-fcntl'\nDEBUG: providers for python3-native-codecs are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-codecs are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-codecs'\nDEBUG: providers for python3-native-tkinter are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-tkinter are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-tkinter'\nDEBUG: providers for python3-native-unixadmin are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-unixadmin are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-unixadmin'\nDEBUG: providers for python3-native-xmlrpc are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-xmlrpc are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-xmlrpc'\nDEBUG: providers for python3-native-html are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-html are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-html'\nDEBUG: providers for python3-native-ensurepip are: ['python3-native']\nDEBUG: sorted runtime providers for python3-native-ensurepip are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-native-ensurepip'\nDEBUG: providers for python3-core-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-core-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-core-native'\nDEBUG: providers for python3-six-native are: ['python3-six-native']\nDEBUG: sorted runtime providers for python3-six-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb' to satisfy runtime 'python3-six-native'\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb\nDEBUG: Added runtime dependencies ['python3-io-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb\nDEBUG: providers for python3-modules-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-modules-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-modules-native'\nDEBUG: providers for python3-pkg-resources-native are: ['python3-setuptools-native']\nDEBUG: sorted runtime providers for python3-pkg-resources-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb' to satisfy runtime 'python3-pkg-resources-native'\nDEBUG: providers for ninja-native are: ['ninja-native']\nDEBUG: sorted runtime providers for ninja-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb' to satisfy runtime 'ninja-native'\nDEBUG: providers for texinfo-dummy-native-dev are: ['texinfo-dummy-native']\nDEBUG: sorted runtime providers for texinfo-dummy-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb' to satisfy runtime 'texinfo-dummy-native-dev'\nDEBUG: providers for texinfo-dummy-native are: ['texinfo-dummy-native']\nDEBUG: sorted runtime providers for texinfo-dummy-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb' to satisfy runtime 'texinfo-dummy-native'\nDEBUG: providers for linux-libc-headers-dev are: ['linux-libc-headers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb as PREFERRED_VERSION 6.6% of package linux-libc-headers (for item linux-libc-headers-dev)\nNOTE: selecting linux-libc-headers to satisfy runtime linux-libc-headers-dev due to PREFERRED_PROVIDER_linux-libc-headers = linux-libc-headers\nDEBUG: sorted runtime providers for linux-libc-headers-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb' to satisfy runtime 'linux-libc-headers-dev'\nDEBUG: Added dependencies ['pkgconfig-native', 'unifdef-native', 'bison-native', 'rsync-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb\nDEBUG: Added runtime dependencies ['linux-libc-headers-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb\nDEBUG: Added runtime recommendations ['linux-libc-headers-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb\nDEBUG: providers for ldconfig are: ['glibc', 'glibc-testsuite']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item ldconfig)\nNOTE: selecting glibc to satisfy runtime ldconfig due to PREFERRED_PROVIDER_virtual/libc = glibc\nDEBUG: sorted runtime providers for ldconfig are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'ldconfig'\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb' to satisfy runtime 'ldconfig'\nDEBUG: providers for update-rc.d-dev are: ['update-rc.d']\nDEBUG: sorted runtime providers for update-rc.d-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb' to satisfy runtime 'update-rc.d-dev'\nDEBUG: providers for update-rc.d are: ['update-rc.d']\nDEBUG: sorted runtime providers for update-rc.d are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb' to satisfy runtime 'update-rc.d'\nDEBUG: providers for initd-functions are: ['initscripts']\nNOTE: selecting initscripts to satisfy initd-functions due to PREFERRED_RPROVIDER\nDEBUG: sorted runtime providers for initd-functions are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb' to satisfy runtime 'initd-functions'\nDEBUG: providers for initscripts-dev are: ['initscripts']\nDEBUG: sorted runtime providers for initscripts-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb' to satisfy runtime 'initscripts-dev'\nDEBUG: providers for init-system-helpers-service are: ['init-system-helpers']\nDEBUG: sorted runtime providers for init-system-helpers-service are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb' to satisfy runtime 'init-system-helpers-service'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb\nDEBUG: Added runtime dependencies ['init-system-helpers-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb\nDEBUG: Added runtime recommendations ['init-system-helpers', 'init-system-helpers-invoke-rc.d', 'init-system-helpers-service'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb\nDEBUG: providers for initscripts-functions are: ['initscripts']\nDEBUG: sorted runtime providers for initscripts-functions are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb' to satisfy runtime 'initscripts-functions'\nDEBUG: providers for ncurses-dev are: ['ncurses']\nDEBUG: sorted runtime providers for ncurses-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb' to satisfy runtime 'ncurses-dev'\nDEBUG: providers for ncurses-terminfo-base are: ['ncurses']\nDEBUG: sorted runtime providers for ncurses-terminfo-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb' to satisfy runtime 'ncurses-terminfo-base'\nDEBUG: providers for ptest-runner are: ['ptest-runner']\nDEBUG: sorted runtime providers for ptest-runner are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb' to satisfy runtime 'ptest-runner'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'base-files', 'shadow-native', 'shadow-sysroot', 'shadow', 'base-passwd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb\nDEBUG: Added runtime dependencies ['ptest-runner-dev', 'libgcc', 'pstree'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb\nDEBUG: Added runtime recommendations ['ptest-runner'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb\nDEBUG: providers for zlib are: ['zlib']\nDEBUG: sorted runtime providers for zlib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb' to satisfy runtime 'zlib'\nDEBUG: providers for zlib-dev are: ['zlib']\nDEBUG: sorted runtime providers for zlib-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb' to satisfy runtime 'zlib-dev'\nDEBUG: providers for python3 are: ['python3']\nDEBUG: sorted runtime providers for python3 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3'\nDEBUG: providers for python3-math are: ['python3']\nDEBUG: sorted runtime providers for python3-math are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-math'\nDEBUG: providers for python3-io are: ['python3']\nDEBUG: sorted runtime providers for python3-io are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-io'\nDEBUG: providers for python3-pickle are: ['python3']\nDEBUG: sorted runtime providers for python3-pickle are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-pickle'\nDEBUG: providers for python3-crypt are: ['python3']\nDEBUG: sorted runtime providers for python3-crypt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-crypt'\nDEBUG: providers for python3-stringold are: ['python3']\nDEBUG: sorted runtime providers for python3-stringold are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-stringold'\nDEBUG: Assuming perl-module-xsloader is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-xsloader are: ['perl']\nDEBUG: sorted runtime providers for perl-module-xsloader are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-xsloader'\nDEBUG: Assuming perl-module-fcntl is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-fcntl are: ['perl']\nDEBUG: sorted runtime providers for perl-module-fcntl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-fcntl'\nDEBUG: providers for dpkg are: ['dpkg']\nDEBUG: sorted runtime providers for dpkg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb' to satisfy runtime 'dpkg'\nDEBUG: providers for dpkg-start-stop are: ['dpkg']\nDEBUG: sorted runtime providers for dpkg-start-stop are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb' to satisfy runtime 'dpkg-start-stop'\nDEBUG: Assuming perl-module-digest-md5 is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-digest-md5 are: ['perl']\nDEBUG: sorted runtime providers for perl-module-digest-md5 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-digest-md5'\nDEBUG: Assuming perl-module-carp is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-carp are: ['perl']\nDEBUG: sorted runtime providers for perl-module-carp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-carp'\nDEBUG: Assuming perl-module-list-util is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-list-util are: ['perl']\nDEBUG: sorted runtime providers for perl-module-list-util are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-list-util'\nDEBUG: Assuming perl-module-symbol is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-symbol are: ['perl']\nDEBUG: sorted runtime providers for perl-module-symbol are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-symbol'\nDEBUG: Assuming perl-module-time-hires is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-time-hires are: ['perl']\nDEBUG: sorted runtime providers for perl-module-time-hires are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-time-hires'\nDEBUG: Assuming perl-module-file-temp is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-temp are: ['perl']\nDEBUG: sorted runtime providers for perl-module-file-temp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-temp'\nDEBUG: Assuming perl-module-overload is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-overload are: ['perl']\nDEBUG: sorted runtime providers for perl-module-overload are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-overload'\nDEBUG: Assuming perl-module-tie-handle is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-tie-handle are: ['perl']\nDEBUG: sorted runtime providers for perl-module-tie-handle are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-tie-handle'\nDEBUG: Assuming perl-module-time-piece is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-time-piece are: ['perl']\nDEBUG: sorted runtime providers for perl-module-time-piece are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-time-piece'\nDEBUG: Assuming perl-module-file-spec is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-spec are: ['perl']\nDEBUG: sorted runtime providers for perl-module-file-spec are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-spec'\nDEBUG: Assuming perl-module-io is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-io are: ['perl']\nDEBUG: sorted runtime providers for perl-module-io are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-io'\nDEBUG: Assuming perl-module-file-path is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-path are: ['perl']\nDEBUG: sorted runtime providers for perl-module-file-path are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-path'\nDEBUG: Assuming perl-module-storable is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-storable are: ['perl']\nDEBUG: sorted runtime providers for perl-module-storable are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-storable'\nDEBUG: Assuming perl-module-file-copy is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-copy are: ['perl']\nDEBUG: sorted runtime providers for perl-module-file-copy are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-copy'\nDEBUG: providers for dpkg-dev are: ['dpkg']\nDEBUG: sorted runtime providers for dpkg-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb' to satisfy runtime 'dpkg-dev'\nDEBUG: Assuming perl-module-file-basename is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-basename are: ['perl']\nDEBUG: sorted runtime providers for perl-module-file-basename are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-basename'\nDEBUG: Assuming perl-module-exporter is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-exporter are: ['perl']\nDEBUG: sorted runtime providers for perl-module-exporter are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-exporter'\nDEBUG: Assuming perl-module-constant is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-constant are: ['perl']\nDEBUG: sorted runtime providers for perl-module-constant are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-constant'\nDEBUG: Assuming perl-module-file-find is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-find are: ['perl']\nDEBUG: sorted runtime providers for perl-module-file-find are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-find'\nDEBUG: Assuming perl-module-errno is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-errno are: ['perl']\nDEBUG: sorted runtime providers for perl-module-errno are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-errno'\nDEBUG: Assuming perl-module-filehandle is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-filehandle are: ['perl']\nDEBUG: sorted runtime providers for perl-module-filehandle are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-filehandle'\nDEBUG: Assuming perl-module-scalar-util is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-scalar-util are: ['perl']\nDEBUG: sorted runtime providers for perl-module-scalar-util are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-scalar-util'\nDEBUG: Assuming perl-module-posix is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-posix are: ['perl']\nDEBUG: sorted runtime providers for perl-module-posix are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-posix'\nDEBUG: Assuming perl-module-tie-hash is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-tie-hash are: ['perl']\nDEBUG: sorted runtime providers for perl-module-tie-hash are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-tie-hash'\nDEBUG: Assuming perl-module-selectsaver is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-selectsaver are: ['perl']\nDEBUG: sorted runtime providers for perl-module-selectsaver are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-selectsaver'\nDEBUG: Assuming perl-module-parent is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-parent are: ['perl']\nDEBUG: sorted runtime providers for perl-module-parent are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-parent'\nDEBUG: Assuming perl-module-io-seekable is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-io-seekable are: ['perl']\nDEBUG: sorted runtime providers for perl-module-io-seekable are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-io-seekable'\nDEBUG: Assuming perl-module-term-ansicolor is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-term-ansicolor are: ['perl']\nDEBUG: sorted runtime providers for perl-module-term-ansicolor are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-term-ansicolor'\nDEBUG: Assuming perl-module-file-compare is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-compare are: ['perl']\nDEBUG: sorted runtime providers for perl-module-file-compare are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-compare'\nDEBUG: Assuming perl-module-digest is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-digest are: ['perl']\nDEBUG: sorted runtime providers for perl-module-digest are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-digest'\nDEBUG: Assuming perl-module-cwd is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-cwd are: ['perl']\nDEBUG: sorted runtime providers for perl-module-cwd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-cwd'\nDEBUG: Assuming perl-module-io-handle is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-io-handle are: ['perl']\nDEBUG: sorted runtime providers for perl-module-io-handle are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-io-handle'\nDEBUG: Assuming perl-module-feature is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-feature are: ['perl']\nDEBUG: sorted runtime providers for perl-module-feature are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-feature'\nDEBUG: providers for shared-mime-info-native are: ['shared-mime-info-native']\nDEBUG: sorted runtime providers for shared-mime-info-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb' to satisfy runtime 'shared-mime-info-native'\nDEBUG: Added dependencies ['pkgconfig-native', 'gettext-minimal-native', 'libxml2-native', 'itstool-native', 'glib-2.0-native', 'xmlto-native', 'python3-native', 'meson-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb\nDEBUG: providers for lua are: ['lua']\nDEBUG: sorted runtime providers for lua are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb' to satisfy runtime 'lua'\nDEBUG: providers for lua-dev are: ['lua']\nDEBUG: sorted runtime providers for lua-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb' to satisfy runtime 'lua-dev'\nDEBUG: providers for file-dev are: ['file']\nDEBUG: sorted runtime providers for file-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb' to satisfy runtime 'file-dev'\nDEBUG: providers for popt are: ['popt']\nDEBUG: sorted runtime providers for popt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb' to satisfy runtime 'popt'\nDEBUG: providers for popt-dev are: ['popt']\nDEBUG: sorted runtime providers for popt-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb' to satisfy runtime 'popt-dev'\nDEBUG: Assuming locale-base-de-de is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-de-de are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-de-de)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-de-de due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-de-de are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-de-de'\nDEBUG: providers for tzdata are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata'\nDEBUG: Added dependencies ['tzcode-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb\nDEBUG: Added runtime dependencies ['tzdata-core', 'tzdata-misc', 'tzdata-posix', 'tzdata-right', 'tzdata-africa', 'tzdata-americas', 'tzdata-antarctica', 'tzdata-arctic', 'tzdata-asia', 'tzdata-atlantic', 'tzdata-australia', 'tzdata-europe', 'tzdata-pacific'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb\nDEBUG: providers for python3-tests are: ['python3']\nDEBUG: sorted runtime providers for python3-tests are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-tests'\nDEBUG: providers for python3-unixadmin are: ['python3']\nDEBUG: sorted runtime providers for python3-unixadmin are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-unixadmin'\nDEBUG: providers for python3-statistics are: ['python3']\nDEBUG: sorted runtime providers for python3-statistics are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-statistics'\nDEBUG: providers for python3-plistlib are: ['python3']\nDEBUG: sorted runtime providers for python3-plistlib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-plistlib'\nDEBUG: providers for python3-ctypes are: ['python3']\nDEBUG: sorted runtime providers for python3-ctypes are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-ctypes'\nDEBUG: providers for python3-db are: ['python3']\nDEBUG: sorted runtime providers for python3-db are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-db'\nDEBUG: providers for python3-xmlrpc are: ['python3']\nDEBUG: sorted runtime providers for python3-xmlrpc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-xmlrpc'\nDEBUG: providers for binutils are: ['binutils']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb as PREFERRED_VERSION 2.41% of package binutils (for item binutils)\nDEBUG: sorted runtime providers for binutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb' to satisfy runtime 'binutils'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'flex-native', 'bison-native', 'zlib-native', 'gnu-config-native', 'zlib', 'perl-native', 'texinfo-dummy-native', 'elfutils', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: Added runtime dependencies ['binutils-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: Added runtime recommendations ['binutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: providers for python3-ensurepip are: ['python3']\nDEBUG: sorted runtime providers for python3-ensurepip are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-ensurepip'\nDEBUG: providers for python3-pydoc are: ['python3']\nDEBUG: sorted runtime providers for python3-pydoc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-pydoc'\nDEBUG: providers for python3-mmap are: ['python3']\nDEBUG: sorted runtime providers for python3-mmap are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-mmap'\nDEBUG: providers for python3-2to3 are: ['python3']\nDEBUG: sorted runtime providers for python3-2to3 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-2to3'\nDEBUG: providers for python3-zoneinfo are: ['python3']\nDEBUG: sorted runtime providers for python3-zoneinfo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-zoneinfo'\nDEBUG: providers for python3-multiprocessing are: ['python3']\nDEBUG: sorted runtime providers for python3-multiprocessing are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-multiprocessing'\nDEBUG: providers for gcc are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb as PREFERRED_VERSION 13.% of package gcc (for item gcc)\nDEBUG: sorted runtime providers for gcc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb' to satisfy runtime 'gcc'\nDEBUG: Assuming locale-base-tr-tr is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-tr-tr are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-tr-tr)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-tr-tr due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-tr-tr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-tr-tr'\nDEBUG: providers for python3-debugger are: ['python3']\nDEBUG: sorted runtime providers for python3-debugger are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-debugger'\nDEBUG: providers for python3-resource are: ['python3']\nDEBUG: sorted runtime providers for python3-resource are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-resource'\nDEBUG: providers for python3-profile are: ['python3']\nDEBUG: sorted runtime providers for python3-profile are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-profile'\nDEBUG: providers for python3-numbers are: ['python3']\nDEBUG: sorted runtime providers for python3-numbers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-numbers'\nDEBUG: providers for python3-venv are: ['python3']\nDEBUG: sorted runtime providers for python3-venv are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-venv'\nDEBUG: providers for python3-dev are: ['python3']\nDEBUG: sorted runtime providers for python3-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-dev'\nDEBUG: providers for python3-image are: ['python3']\nDEBUG: sorted runtime providers for python3-image are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-image'\nDEBUG: providers for python3-mime are: ['python3']\nDEBUG: sorted runtime providers for python3-mime are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-mime'\nDEBUG: providers for python3-tomllib are: ['python3']\nDEBUG: sorted runtime providers for python3-tomllib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-tomllib'\nDEBUG: providers for python3-pprint are: ['python3']\nDEBUG: sorted runtime providers for python3-pprint are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-pprint'\nDEBUG: providers for python3-zipapp are: ['python3']\nDEBUG: sorted runtime providers for python3-zipapp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-zipapp'\nDEBUG: providers for python3-tkinter are: ['python3']\nDEBUG: sorted runtime providers for python3-tkinter are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-tkinter'\nDEBUG: providers for python3-compile are: ['python3']\nDEBUG: sorted runtime providers for python3-compile are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-compile'\nDEBUG: providers for python3-mailbox are: ['python3']\nDEBUG: sorted runtime providers for python3-mailbox are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-mailbox'\nDEBUG: providers for python3-gdbm are: ['python3']\nDEBUG: sorted runtime providers for python3-gdbm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-gdbm'\nDEBUG: providers for python3-audio are: ['python3']\nDEBUG: sorted runtime providers for python3-audio are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-audio'\nDEBUG: providers for python3-doctest are: ['python3']\nDEBUG: sorted runtime providers for python3-doctest are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-doctest'\nDEBUG: providers for python3-datetime are: ['python3']\nDEBUG: sorted runtime providers for python3-datetime are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-datetime'\nDEBUG: providers for python3-pkgutil are: ['python3']\nDEBUG: sorted runtime providers for python3-pkgutil are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-pkgutil'\nDEBUG: providers for python3-asyncio are: ['python3']\nDEBUG: sorted runtime providers for python3-asyncio are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-asyncio'\nDEBUG: providers for python3-syslog are: ['python3']\nDEBUG: sorted runtime providers for python3-syslog are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-syslog'\nDEBUG: Assuming locale-base-fr-fr is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-fr-fr are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-fr-fr)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-fr-fr due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-fr-fr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-fr-fr'\nDEBUG: providers for python3-idle are: ['python3']\nDEBUG: sorted runtime providers for python3-idle are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-idle'\nDEBUG: providers for python3-modules are: ['python3']\nDEBUG: sorted runtime providers for python3-modules are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-modules'\nDEBUG: providers for python3-xml are: ['python3']\nDEBUG: sorted runtime providers for python3-xml are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-xml'\nDEBUG: providers for ca-certificates are: ['ca-certificates']\nDEBUG: sorted runtime providers for ca-certificates are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb' to satisfy runtime 'ca-certificates'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb\nDEBUG: Added runtime dependencies ['ca-certificates-dev', 'openssl-bin', 'openssl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb\nDEBUG: Added runtime recommendations ['ca-certificates'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb\nDEBUG: providers for python3-difflib are: ['python3']\nDEBUG: sorted runtime providers for python3-difflib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-difflib'\nDEBUG: providers for python3-terminal are: ['python3']\nDEBUG: sorted runtime providers for python3-terminal are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-terminal'\nDEBUG: providers for python3-netserver are: ['python3']\nDEBUG: sorted runtime providers for python3-netserver are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-netserver'\nDEBUG: providers for python3-cgitb are: ['python3']\nDEBUG: sorted runtime providers for python3-cgitb are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-cgitb'\nDEBUG: providers for g++ are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb as PREFERRED_VERSION 13.% of package gcc (for item g++)\nDEBUG: sorted runtime providers for g++ are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb' to satisfy runtime 'g++'\nDEBUG: providers for python3-html are: ['python3']\nDEBUG: sorted runtime providers for python3-html are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-html'\nDEBUG: providers for unzip are: ['unzip']\nDEBUG: sorted runtime providers for unzip are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb' to satisfy runtime 'unzip'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb\nDEBUG: Added runtime dependencies ['unzip-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb\nDEBUG: Added runtime recommendations ['unzip'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb\nDEBUG: providers for python3-unittest are: ['python3']\nDEBUG: sorted runtime providers for python3-unittest are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-unittest'\nDEBUG: providers for gcc-symlinks are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb as PREFERRED_VERSION 13.% of package gcc (for item gcc-symlinks)\nDEBUG: sorted runtime providers for gcc-symlinks are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb' to satisfy runtime 'gcc-symlinks'\nDEBUG: providers for elfutils-binutils are: ['elfutils']\nDEBUG: sorted runtime providers for elfutils-binutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb' to satisfy runtime 'elfutils-binutils'\nDEBUG: providers for libasm are: ['elfutils']\nDEBUG: sorted runtime providers for libasm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb' to satisfy runtime 'libasm'\nDEBUG: providers for elfutils are: ['elfutils']\nDEBUG: sorted runtime providers for elfutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb' to satisfy runtime 'elfutils'\nDEBUG: providers for iproute2-ss are: ['iproute2']\nDEBUG: sorted runtime providers for iproute2-ss are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb' to satisfy runtime 'iproute2-ss'\nDEBUG: providers for binutils-symlinks are: ['binutils']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb as PREFERRED_VERSION 2.41% of package binutils (for item binutils-symlinks)\nDEBUG: sorted runtime providers for binutils-symlinks are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb' to satisfy runtime 'binutils-symlinks'\nDEBUG: providers for libelf are: ['elfutils']\nDEBUG: sorted runtime providers for libelf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb' to satisfy runtime 'libelf'\nDEBUG: providers for bsdtar are: ['libarchive']\nDEBUG: sorted runtime providers for bsdtar are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb' to satisfy runtime 'bsdtar'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'e2fsprogs-native', 'acl', 'bzip2', 'attr', 'xz', 'zlib', 'zstd', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb\nDEBUG: Added runtime dependencies ['libarchive-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb\nDEBUG: Added runtime recommendations ['libarchive'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb\nDEBUG: providers for zstd-dev are: ['zstd']\nDEBUG: sorted runtime providers for zstd-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb' to satisfy runtime 'zstd-dev'\nDEBUG: providers for zstd are: ['zstd']\nDEBUG: sorted runtime providers for zstd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb' to satisfy runtime 'zstd'\nDEBUG: providers for libgcrypt are: ['libgcrypt']\nDEBUG: sorted runtime providers for libgcrypt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb' to satisfy runtime 'libgcrypt'\nDEBUG: providers for libgcrypt-dev are: ['libgcrypt']\nDEBUG: sorted runtime providers for libgcrypt-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb' to satisfy runtime 'libgcrypt-dev'\nDEBUG: providers for xz are: ['xz']\nDEBUG: sorted runtime providers for xz are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb' to satisfy runtime 'xz'\nDEBUG: providers for xz-dev are: ['xz']\nDEBUG: sorted runtime providers for xz-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb' to satisfy runtime 'xz-dev'\nDEBUG: providers for bzip2-dev are: ['bzip2']\nDEBUG: sorted runtime providers for bzip2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb' to satisfy runtime 'bzip2-dev'\nDEBUG: providers for librepo-dev are: ['librepo']\nDEBUG: sorted runtime providers for librepo-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb' to satisfy runtime 'librepo-dev'\nDEBUG: providers for bash-completion-dev are: ['bash-completion']\nDEBUG: sorted runtime providers for bash-completion-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb' to satisfy runtime 'bash-completion-dev'\nDEBUG: providers for python3-iniparse-dev are: ['python3-iniparse']\nDEBUG: sorted runtime providers for python3-iniparse-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb' to satisfy runtime 'python3-iniparse-dev'\nDEBUG: providers for python3-six are: ['python3-six']\nDEBUG: sorted runtime providers for python3-six are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb' to satisfy runtime 'python3-six'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb\nDEBUG: Added runtime dependencies ['python3-six-dev', 'python3-io', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb\nDEBUG: Added runtime recommendations ['python3-six'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb\nDEBUG: providers for libdnf-dev are: ['libdnf']\nDEBUG: sorted runtime providers for libdnf-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb' to satisfy runtime 'libdnf-dev'\nDEBUG: providers for libcomps-dev are: ['libcomps']\nDEBUG: sorted runtime providers for libcomps-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb' to satisfy runtime 'libcomps-dev'\nDEBUG: Assuming perl-module-file-spec-native is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-spec-native are: ['perl-native']\nDEBUG: sorted runtime providers for perl-module-file-spec-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-spec-native'\nDEBUG: Assuming perl-module-carp-native is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-carp-native are: ['perl-native']\nDEBUG: sorted runtime providers for perl-module-carp-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-carp-native'\nDEBUG: providers for nativesdk-util-linux are: ['nativesdk-util-linux']\nDEBUG: sorted runtime providers for nativesdk-util-linux are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'nativesdk-util-linux'\nDEBUG: providers for nativesdk-util-linux-libuuid-dev are: ['nativesdk-util-linux-libuuid']\nDEBUG: sorted runtime providers for nativesdk-util-linux-libuuid-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb' to satisfy runtime 'nativesdk-util-linux-libuuid-dev'\nDEBUG: Assuming nativesdk-util-linux-lsblk is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-util-linux-lsblk are: ['nativesdk-util-linux']\nDEBUG: sorted runtime providers for nativesdk-util-linux-lsblk are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'nativesdk-util-linux-lsblk'\nDEBUG: providers for nativesdk-util-linux-dev are: ['nativesdk-util-linux']\nDEBUG: sorted runtime providers for nativesdk-util-linux-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'nativesdk-util-linux-dev'\nDEBUG: Assuming nativesdk-util-linux-swapon is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-util-linux-swapon are: ['nativesdk-util-linux']\nDEBUG: sorted runtime providers for nativesdk-util-linux-swapon are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'nativesdk-util-linux-swapon'\nDEBUG: Assuming nativesdk-util-linux-swapoff is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-util-linux-swapoff are: ['nativesdk-util-linux']\nDEBUG: sorted runtime providers for nativesdk-util-linux-swapoff are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'nativesdk-util-linux-swapoff'\nDEBUG: providers for nativesdk-zlib are: ['nativesdk-zlib']\nDEBUG: sorted runtime providers for nativesdk-zlib are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb' to satisfy runtime 'nativesdk-zlib'\nDEBUG: providers for nativesdk-zlib-dev are: ['nativesdk-zlib']\nDEBUG: sorted runtime providers for nativesdk-zlib-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb' to satisfy runtime 'nativesdk-zlib-dev'\nDEBUG: providers for nativesdk-gettext are: ['nativesdk-gettext']\nDEBUG: sorted runtime providers for nativesdk-gettext are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb' to satisfy runtime 'nativesdk-gettext'\nDEBUG: providers for nativesdk-libpcre2 are: ['nativesdk-libpcre2']\nDEBUG: sorted runtime providers for nativesdk-libpcre2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb' to satisfy runtime 'nativesdk-libpcre2'\nDEBUG: providers for nativesdk-libpcre2-dev are: ['nativesdk-libpcre2']\nDEBUG: sorted runtime providers for nativesdk-libpcre2-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb' to satisfy runtime 'nativesdk-libpcre2-dev'\nDEBUG: providers for nativesdk-libffi-dev are: ['nativesdk-libffi']\nDEBUG: sorted runtime providers for nativesdk-libffi-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb' to satisfy runtime 'nativesdk-libffi-dev'\nDEBUG: providers for nativesdk-libffi are: ['nativesdk-libffi']\nDEBUG: sorted runtime providers for nativesdk-libffi are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb' to satisfy runtime 'nativesdk-libffi'\nDEBUG: providers for nativesdk-libtirpc-dev are: ['nativesdk-libtirpc']\nDEBUG: sorted runtime providers for nativesdk-libtirpc-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb' to satisfy runtime 'nativesdk-libtirpc-dev'\nDEBUG: providers for nativesdk-libtirpc are: ['nativesdk-libtirpc']\nDEBUG: sorted runtime providers for nativesdk-libtirpc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb' to satisfy runtime 'nativesdk-libtirpc'\nDEBUG: providers for nativesdk-libnsl2 are: ['nativesdk-libnsl2']\nDEBUG: sorted runtime providers for nativesdk-libnsl2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb' to satisfy runtime 'nativesdk-libnsl2'\nDEBUG: providers for nativesdk-libnsl2-dev are: ['nativesdk-libnsl2']\nDEBUG: sorted runtime providers for nativesdk-libnsl2-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb' to satisfy runtime 'nativesdk-libnsl2-dev'\nDEBUG: providers for nativesdk-libxcrypt-dev are: ['nativesdk-libxcrypt']\nDEBUG: sorted runtime providers for nativesdk-libxcrypt-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb' to satisfy runtime 'nativesdk-libxcrypt-dev'\nDEBUG: providers for nativesdk-libxcrypt are: ['nativesdk-libxcrypt']\nDEBUG: sorted runtime providers for nativesdk-libxcrypt are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb' to satisfy runtime 'nativesdk-libxcrypt'\nDEBUG: providers for nativesdk-libedit are: ['nativesdk-libedit']\nDEBUG: sorted runtime providers for nativesdk-libedit are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb' to satisfy runtime 'nativesdk-libedit'\nDEBUG: providers for nativesdk-libedit-dev are: ['nativesdk-libedit']\nDEBUG: sorted runtime providers for nativesdk-libedit-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb' to satisfy runtime 'nativesdk-libedit-dev'\nDEBUG: providers for nativesdk-expat are: ['nativesdk-expat']\nDEBUG: sorted runtime providers for nativesdk-expat are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb' to satisfy runtime 'nativesdk-expat'\nDEBUG: providers for nativesdk-expat-dev are: ['nativesdk-expat']\nDEBUG: sorted runtime providers for nativesdk-expat-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb' to satisfy runtime 'nativesdk-expat-dev'\nDEBUG: providers for nativesdk-bzip2-dev are: ['nativesdk-bzip2']\nDEBUG: sorted runtime providers for nativesdk-bzip2-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb' to satisfy runtime 'nativesdk-bzip2-dev'\nDEBUG: providers for nativesdk-bzip2 are: ['nativesdk-bzip2']\nDEBUG: sorted runtime providers for nativesdk-bzip2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb' to satisfy runtime 'nativesdk-bzip2'\nDEBUG: providers for nativesdk-gdbm are: ['nativesdk-gdbm']\nDEBUG: sorted runtime providers for nativesdk-gdbm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb' to satisfy runtime 'nativesdk-gdbm'\nDEBUG: providers for nativesdk-gdbm-dev are: ['nativesdk-gdbm']\nDEBUG: sorted runtime providers for nativesdk-gdbm-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb' to satisfy runtime 'nativesdk-gdbm-dev'\nDEBUG: providers for nativesdk-xz-dev are: ['nativesdk-xz']\nDEBUG: sorted runtime providers for nativesdk-xz-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb' to satisfy runtime 'nativesdk-xz-dev'\nDEBUG: providers for nativesdk-xz are: ['nativesdk-xz']\nDEBUG: sorted runtime providers for nativesdk-xz are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb' to satisfy runtime 'nativesdk-xz'\nDEBUG: providers for nativesdk-openssl-ossl-module-legacy are: ['nativesdk-openssl']\nNOTE: selecting nativesdk-openssl to satisfy runtime nativesdk-openssl-ossl-module-legacy due to PREFERRED_PROVIDER_nativesdk-openssl = nativesdk-openssl\nDEBUG: sorted runtime providers for nativesdk-openssl-ossl-module-legacy are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'nativesdk-openssl-ossl-module-legacy'\nDEBUG: providers for nativesdk-openssl-dev are: ['nativesdk-openssl']\nNOTE: selecting nativesdk-openssl to satisfy runtime nativesdk-openssl-dev due to PREFERRED_PROVIDER_nativesdk-openssl = nativesdk-openssl\nDEBUG: sorted runtime providers for nativesdk-openssl-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'nativesdk-openssl-dev'\nDEBUG: providers for nativesdk-openssl-conf are: ['nativesdk-openssl']\nNOTE: selecting nativesdk-openssl to satisfy runtime nativesdk-openssl-conf due to PREFERRED_PROVIDER_nativesdk-openssl = nativesdk-openssl\nDEBUG: sorted runtime providers for nativesdk-openssl-conf are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'nativesdk-openssl-conf'\nDEBUG: providers for nativesdk-util-linux-libuuid are: ['nativesdk-util-linux-libuuid']\nDEBUG: sorted runtime providers for nativesdk-util-linux-libuuid are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb' to satisfy runtime 'nativesdk-util-linux-libuuid'\nDEBUG: providers for python3-unittest-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-unittest-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-unittest-native'\nDEBUG: providers for python3-compile-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-compile-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-compile-native'\nDEBUG: providers for python3-xml-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-xml-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-xml-native'\nDEBUG: providers for python3-email-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-email-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-email-native'\nDEBUG: providers for python3-html-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-html-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-html-native'\nDEBUG: providers for python3-threading-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-threading-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-threading-native'\nDEBUG: providers for python3-json-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-json-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-json-native'\nDEBUG: providers for python3-pkgutil-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-pkgutil-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-pkgutil-native'\nDEBUG: providers for python3-numbers-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-numbers-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-numbers-native'\nDEBUG: providers for python3-plistlib-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-plistlib-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-plistlib-native'\nDEBUG: providers for python3-netserver-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-netserver-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-netserver-native'\nDEBUG: providers for python3-pickle-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-pickle-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-pickle-native'\nDEBUG: providers for python3-shell-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-shell-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-shell-native'\nDEBUG: providers for python3-stringold-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-stringold-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-stringold-native'\nDEBUG: providers for python3-compression-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-compression-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-compression-native'\nDEBUG: providers for python3-ctypes-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-ctypes-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-ctypes-native'\nDEBUG: providers for python3-2to3-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-2to3-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-2to3-native'\nDEBUG: providers for python3-logging-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-logging-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-logging-native'\nDEBUG: providers for python3-venv-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-venv-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-venv-native'\nDEBUG: providers for python3-ensurepip-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-ensurepip-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-ensurepip-native'\nDEBUG: providers for python3-packaging-native are: ['python3-packaging-native']\nDEBUG: sorted runtime providers for python3-packaging-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb' to satisfy runtime 'python3-packaging-native'\nDEBUG: Added dependencies ['python3-native', 'python3-flit-core-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb\nDEBUG: Added runtime dependencies ['python3-profile-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb\nDEBUG: providers for python3-tomllib-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-tomllib-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-tomllib-native'\nDEBUG: providers for python3-difflib-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-difflib-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-difflib-native'\nDEBUG: providers for python3-pyproject-hooks-native are: ['python3-pyproject-hooks-native']\nDEBUG: sorted runtime providers for python3-pyproject-hooks-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb' to satisfy runtime 'python3-pyproject-hooks-native'\nDEBUG: Added dependencies ['python3-native', 'python3-flit-core-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb\nDEBUG: Added runtime dependencies ['python3-io-native', 'python3-json-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb\nDEBUG: providers for python3-netclient-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-netclient-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-netclient-native'\nDEBUG: providers for nativesdk-python3-smmap are: ['nativesdk-python3-smmap']\nDEBUG: sorted runtime providers for nativesdk-python3-smmap are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb' to satisfy runtime 'nativesdk-python3-smmap'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-smmap-dev', 'nativesdk-python3-codecs', 'nativesdk-python3-mmap'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-smmap'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb\nDEBUG: providers for nativesdk-python3-gitdb-dev are: ['nativesdk-python3-gitdb']\nDEBUG: sorted runtime providers for nativesdk-python3-gitdb-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb' to satisfy runtime 'nativesdk-python3-gitdb-dev'\nDEBUG: providers for nativesdk-python3-pip are: ['nativesdk-python3-pip']\nDEBUG: sorted runtime providers for nativesdk-python3-pip are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb' to satisfy runtime 'nativesdk-python3-pip'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3-setuptools-native', 'python3-wheel-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-pip-dev', 'nativesdk-python3-compile', 'nativesdk-python3-html', 'nativesdk-python3-image', 'nativesdk-python3-io', 'nativesdk-python3-json', 'nativesdk-python3-multiprocessing', 'nativesdk-python3-netserver', 'nativesdk-python3-pickle', 'nativesdk-python3-setuptools', 'nativesdk-python3-unixadmin', 'nativesdk-python3-xmlrpc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-pip'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb\nDEBUG: providers for nativesdk-python3-pbr-dev are: ['nativesdk-python3-pbr']\nDEBUG: sorted runtime providers for nativesdk-python3-pbr-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pbr_6.0.0.bb' to satisfy runtime 'nativesdk-python3-pbr-dev'\nDEBUG: providers for python3-pip-native are: ['python3-pip-native']\nDEBUG: sorted runtime providers for python3-pip-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb' to satisfy runtime 'python3-pip-native'\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb\nDEBUG: Added runtime dependencies ['python3-compile-native', 'python3-io-native', 'python3-html-native', 'python3-json-native', 'python3-multiprocessing-native', 'python3-netserver-native', 'python3-setuptools-native', 'python3-unixadmin-native', 'python3-xmlrpc-native', 'python3-pickle-native', 'python3-image-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb\nDEBUG: providers for python3-setuptools-native are: ['python3-setuptools-native']\nDEBUG: sorted runtime providers for python3-setuptools-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb' to satisfy runtime 'python3-setuptools-native'\nDEBUG: providers for nativesdk-libyaml-dev are: ['nativesdk-libyaml']\nDEBUG: sorted runtime providers for nativesdk-libyaml-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb' to satisfy runtime 'nativesdk-libyaml-dev'\nDEBUG: providers for nativesdk-libyaml are: ['nativesdk-libyaml']\nDEBUG: sorted runtime providers for nativesdk-libyaml are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb' to satisfy runtime 'nativesdk-libyaml'\nDEBUG: providers for nativesdk-curl-dev are: ['nativesdk-curl']\nDEBUG: sorted runtime providers for nativesdk-curl-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb' to satisfy runtime 'nativesdk-curl-dev'\nDEBUG: providers for nativesdk-curl are: ['nativesdk-curl']\nDEBUG: sorted runtime providers for nativesdk-curl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb' to satisfy runtime 'nativesdk-curl'\nDEBUG: providers for nativesdk-libpcre-dev are: ['nativesdk-libpcre']\nDEBUG: sorted runtime providers for nativesdk-libpcre-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb' to satisfy runtime 'nativesdk-libpcre-dev'\nDEBUG: providers for nativesdk-libpcre are: ['nativesdk-libpcre']\nDEBUG: sorted runtime providers for nativesdk-libpcre are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb' to satisfy runtime 'nativesdk-libpcre'\nDEBUG: providers for nativesdk-gnutls-dev are: ['nativesdk-gnutls']\nDEBUG: sorted runtime providers for nativesdk-gnutls-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb' to satisfy runtime 'nativesdk-gnutls-dev'\nDEBUG: providers for nativesdk-gnutls are: ['nativesdk-gnutls']\nDEBUG: sorted runtime providers for nativesdk-gnutls are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb' to satisfy runtime 'nativesdk-gnutls'\nDEBUG: providers for perl-native are: ['perl-native']\nDEBUG: sorted runtime providers for perl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-native'\nDEBUG: providers for nativesdk-attr are: ['nativesdk-attr']\nDEBUG: sorted runtime providers for nativesdk-attr are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb' to satisfy runtime 'nativesdk-attr'\nDEBUG: providers for nativesdk-attr-dev are: ['nativesdk-attr']\nDEBUG: sorted runtime providers for nativesdk-attr-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb' to satisfy runtime 'nativesdk-attr-dev'\nDEBUG: Resolved 828 extra dependencies\nDEBUG: providers for gnu-config-native are: ['gnu-config-native']\nDEBUG: sorted providers for gnu-config-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb to satisfy gnu-config-native\nDEBUG: providers for m4-native are: ['m4-native']\nDEBUG: sorted providers for m4-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb to satisfy m4-native\nDEBUG: providers for flex-native are: ['flex-native']\nDEBUG: sorted providers for flex-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb to satisfy flex-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb\nDEBUG: Added runtime dependencies ['m4-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb\nDEBUG: providers for libmd-native are: ['libmd-native']\nDEBUG: sorted providers for libmd-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb to satisfy libmd-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb\nDEBUG: providers for gcc-source-13.2.0 are: ['gcc-source-13.2.0']\nDEBUG: sorted providers for gcc-source-13.2.0 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb to satisfy gcc-source-13.2.0\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb\nDEBUG: providers for mpfr-native are: ['mpfr-native']\nDEBUG: sorted providers for mpfr-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb to satisfy mpfr-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gmp-native', 'autoconf-archive-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb\nDEBUG: providers for linux-libc-headers are: ['linux-libc-headers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb as PREFERRED_VERSION 6.6% of package linux-libc-headers (for item linux-libc-headers)\nNOTE: selecting linux-libc-headers to satisfy linux-libc-headers due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for linux-libc-headers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb to satisfy linux-libc-headers\nDEBUG: providers for readline-native are: ['readline-native']\nDEBUG: sorted providers for readline-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb to satisfy readline-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'ncurses-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb\nDEBUG: providers for libarchive-native are: ['libarchive-native']\nDEBUG: sorted providers for libarchive-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb to satisfy libarchive-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'e2fsprogs-native', 'acl-native', 'bzip2-replacement-native', 'attr-native', 'xz-native', 'zlib-native', 'zstd-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb\nDEBUG: providers for libmicrohttpd-native are: ['libmicrohttpd-native']\nDEBUG: sorted providers for libmicrohttpd-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb to satisfy libmicrohttpd-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'file-native', 'curl-native', 'libgcrypt-native', 'gnutls-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb\nDEBUG: providers for libcap-ng-native are: ['libcap-ng-native']\nDEBUG: sorted providers for libcap-ng-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb to satisfy libcap-ng-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb\nDEBUG: providers for util-linux-libuuid-native are: ['util-linux-libuuid-native']\nDEBUG: sorted providers for util-linux-libuuid-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb to satisfy util-linux-libuuid-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb\nDEBUG: providers for libpcre2-native are: ['libpcre2-native']\nDEBUG: sorted providers for libpcre2-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb to satisfy libpcre2-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'bzip2-native', 'zlib-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb\nDEBUG: providers for nativesdk-linux-libc-headers are: ['nativesdk-linux-libc-headers']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb as PREFERRED_VERSION 6.6% of package nativesdk-linux-libc-headers (for item nativesdk-linux-libc-headers)\nNOTE: selecting nativesdk-linux-libc-headers to satisfy nativesdk-linux-libc-headers due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for nativesdk-linux-libc-headers are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb to satisfy nativesdk-linux-libc-headers\nDEBUG: providers for gperf-native are: ['gperf-native']\nDEBUG: sorted providers for gperf-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb to satisfy gperf-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb\nDEBUG: providers for nativesdk-libgcc-initial are: ['nativesdk-libgcc-initial']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-libgcc-initial (for item nativesdk-libgcc-initial)\nDEBUG: sorted providers for nativesdk-libgcc-initial are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb to satisfy nativesdk-libgcc-initial\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb\nDEBUG: providers for dejagnu-native are: ['dejagnu-native']\nDEBUG: sorted providers for dejagnu-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb to satisfy dejagnu-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'expect-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb\nDEBUG: Added runtime dependencies ['expect-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb\nDEBUG: providers for expect-native are: ['expect-native']\nDEBUG: sorted providers for expect-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb to satisfy expect-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'tcl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb\nDEBUG: Added runtime dependencies ['tcl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb\nDEBUG: providers for nativesdk-libgcc are: ['nativesdk-libgcc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-libgcc (for item nativesdk-libgcc)\nNOTE: selecting nativesdk-libgcc to satisfy nativesdk-libgcc due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for nativesdk-libgcc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb to satisfy nativesdk-libgcc\nDEBUG: providers for virtual/x86_64-pokysdk-linux-g++ are: ['gcc-crosssdk-x86_64-pokysdk-linux']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb as PREFERRED_VERSION 13.% of package gcc-crosssdk-x86_64-pokysdk-linux (for item virtual/x86_64-pokysdk-linux-g++)\nNOTE: selecting gcc-crosssdk-x86_64-pokysdk-linux to satisfy virtual/x86_64-pokysdk-linux-g++ due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/x86_64-pokysdk-linux-g++ are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb to satisfy virtual/x86_64-pokysdk-linux-g++\nDEBUG: providers for perlcross-native are: ['perlcross-native']\nDEBUG: sorted providers for perlcross-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb to satisfy perlcross-native\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb\nDEBUG: providers for make-native are: ['make-native']\nDEBUG: sorted providers for make-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb to satisfy make-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb\nDEBUG: providers for gdbm-native are: ['gdbm-native']\nDEBUG: sorted providers for gdbm-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb to satisfy gdbm-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb\nDEBUG: providers for libffi-native are: ['libffi-native']\nDEBUG: sorted providers for libffi-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb to satisfy libffi-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb\nDEBUG: providers for libtirpc-native are: ['libtirpc-native']\nDEBUG: sorted providers for libtirpc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb to satisfy libtirpc-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb\nDEBUG: providers for libedit-native are: ['libedit-native']\nDEBUG: sorted providers for libedit-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb to satisfy libedit-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'ncurses-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb\nDEBUG: providers for libnsl2-native are: ['libnsl2-native']\nDEBUG: sorted providers for libnsl2-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb to satisfy libnsl2-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'libtirpc-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb\nDEBUG: providers for libgpg-error-native are: ['libgpg-error-native']\nDEBUG: sorted providers for libgpg-error-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb to satisfy libgpg-error-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb\nDEBUG: providers for libcap-native are: ['libcap-native']\nDEBUG: sorted providers for libcap-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb to satisfy libcap-native\nDEBUG: Added dependencies ['hostperl-runtime-native', 'gperf-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb\nDEBUG: providers for python3-six-native are: ['python3-six-native']\nDEBUG: sorted providers for python3-six-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb to satisfy python3-six-native\nDEBUG: providers for libsolv-native are: ['libsolv-native']\nDEBUG: sorted providers for libsolv-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb to satisfy libsolv-native\nDEBUG: Added dependencies ['cmake-native', 'expat-native', 'zlib-native', 'zstd-native', 'rpm-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb\nDEBUG: providers for libcheck-native are: ['libcheck-native']\nDEBUG: sorted providers for libcheck-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb to satisfy libcheck-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb\nDEBUG: providers for json-c-native are: ['json-c-native']\nDEBUG: sorted providers for json-c-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb to satisfy json-c-native\nDEBUG: Added dependencies ['cmake-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb\nDEBUG: providers for libmodulemd-native are: ['libmodulemd-native']\nDEBUG: sorted providers for libmodulemd-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb to satisfy libmodulemd-native\nDEBUG: Added dependencies ['pkgconfig-native', 'glib-2.0-native', 'libyaml-native', 'python3-native', 'meson-native', 'ninja-native', 'gobject-introspection-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb\nDEBUG: providers for swig-native are: ['swig-native']\nDEBUG: sorted providers for swig-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb to satisfy swig-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libpcre2-native', 'bison-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb\nDEBUG: providers for gobject-introspection-native are: ['gobject-introspection-native']\nDEBUG: sorted providers for gobject-introspection-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb to satisfy gobject-introspection-native\nDEBUG: Added dependencies ['pkgconfig-native', 'libffi-native', 'zlib-native', 'glib-2.0-native', 'python3-native', 'flex-native', 'bison-native', 'meson-native', 'ninja-native', 'gtk-doc-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb\nDEBUG: Added runtime dependencies ['python3-pickle-native', 'python3-xml-native', 'python3-setuptools-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb\nDEBUG: providers for re2c-native are: ['re2c-native']\nDEBUG: sorted providers for re2c-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb to satisfy re2c-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb\nDEBUG: providers for gpgme-native are: ['gpgme-native']\nDEBUG: sorted providers for gpgme-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb to satisfy gpgme-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libgpg-error-native', 'libassuan-native', 'texinfo-dummy-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb\nDEBUG: providers for virtual/libx11-native are: ['libx11-native']\nDEBUG: sorted providers for virtual/libx11-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb to satisfy virtual/libx11-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'util-macros-native', 'xorgproto-native', 'xtrans-native', 'libxcb-native', 'autoconf-archive-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb\nDEBUG: providers for libxext-native are: ['libxext-native']\nDEBUG: sorted providers for libxext-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb to satisfy libxext-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'xorgproto-native', 'virtual/libx11-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb\nDEBUG: providers for libxrandr-native are: ['libxrandr-native']\nDEBUG: sorted providers for libxrandr-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb to satisfy libxrandr-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'virtual/libx11-native', 'xorgproto-native', 'libxrender-native', 'libxext-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb\nDEBUG: providers for libxrender-native are: ['libxrender-native']\nDEBUG: sorted providers for libxrender-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb to satisfy libxrender-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'virtual/libx11-native', 'xorgproto-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb\nDEBUG: providers for virtual/egl-native are: ['mesa-native']\nDEBUG: sorted providers for virtual/egl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/egl-native\nDEBUG: Added dependencies ['pkgconfig-native', 'gettext-minimal-native', 'expat-native', 'makedepend-native', 'flex-native', 'bison-native', 'libxml2-native', 'zlib-native', 'chrpath-replacement-native', 'python3-mako-native', 'gettext-native', 'python3-native', 'meson-native', 'ninja-native', 'xorgproto-native', 'libxshmfence-native', 'libdrm-native', 'llvm-native', 'elfutils-native', 'wayland-native', 'wayland-protocols-native', 'virtual/libx11-native', 'libxext-native', 'libxxf86vm-native', 'libxdamage-native', 'libxfixes-native', 'xrandr-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb\nDEBUG: Added runtime recommendations ['mesa-megadriver-native', 'mesa-megadriver-native', 'mesa-megadriver-native', 'mesa-megadriver-native', 'mesa-megadriver-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb\nDEBUG: providers for virtual/libgl-native are: ['mesa-native']\nNOTE: selecting mesa-native to satisfy virtual/libgl-native due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/libgl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/libgl-native\nDEBUG: providers for libdrm-native are: ['libdrm-native']\nDEBUG: sorted providers for libdrm-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb to satisfy libdrm-native\nDEBUG: Added dependencies ['pkgconfig-native', 'libpthread-stubs-native', 'python3-native', 'meson-native', 'ninja-native', 'libpciaccess-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb\nDEBUG: providers for virtual/libgbm-native are: ['mesa-native']\nDEBUG: sorted providers for virtual/libgbm-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/libgbm-native\nDEBUG: providers for libgcc are: ['libgcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb as PREFERRED_VERSION 13.% of package libgcc (for item libgcc)\nNOTE: selecting libgcc to satisfy libgcc due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for libgcc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb to satisfy libgcc\nDEBUG: providers for virtual/x86_64-poky-linux-g++ are: ['gcc-cross-x86_64']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb as PREFERRED_VERSION 13.% of package gcc-cross-x86_64 (for item virtual/x86_64-poky-linux-g++)\nNOTE: selecting gcc-cross-x86_64 to satisfy virtual/x86_64-poky-linux-g++ due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/x86_64-poky-linux-g++ are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb to satisfy virtual/x86_64-poky-linux-g++\nDEBUG: providers for libgcc-initial are: ['libgcc-initial']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb as PREFERRED_VERSION 13.% of package libgcc-initial (for item libgcc-initial)\nDEBUG: sorted providers for libgcc-initial are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb to satisfy libgcc-initial\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'virtual/x86_64-poky-linux-gcc', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb\nDEBUG: providers for ca-certificates-native are: ['ca-certificates-native']\nDEBUG: sorted providers for ca-certificates-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb to satisfy ca-certificates-native\nDEBUG: Added dependencies ['openssl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb\nDEBUG: Added runtime dependencies ['openssl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb\nDEBUG: providers for libssh2-native are: ['libssh2-native']\nDEBUG: sorted providers for libssh2-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb to satisfy libssh2-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'zlib-native', 'openssl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb\nDEBUG: providers for rust-llvm-native are: ['rust-llvm-native']\nDEBUG: selecting virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb as PREFERRED_VERSION 1.74% of package rust-llvm-native (for item rust-llvm-native)\nDEBUG: sorted providers for rust-llvm-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb to satisfy rust-llvm-native\nDEBUG: Added dependencies ['cmake-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb\nDEBUG: providers for perl are: ['perl']\nDEBUG: sorted providers for perl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb to satisfy perl\nDEBUG: providers for libmd are: ['libmd']\nDEBUG: sorted providers for libmd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb to satisfy libmd\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb\nDEBUG: Added runtime dependencies ['libmd-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb\nDEBUG: Added runtime recommendations ['libmd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb\nDEBUG: providers for shared-mime-info-native are: ['shared-mime-info-native']\nDEBUG: sorted providers for shared-mime-info-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb to satisfy shared-mime-info-native\nDEBUG: providers for jpeg-native are: ['libjpeg-turbo-native']\nDEBUG: sorted providers for jpeg-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb to satisfy jpeg-native\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb\nDEBUG: providers for readline are: ['readline']\nDEBUG: sorted providers for readline are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb to satisfy readline\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ncurses', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb\nDEBUG: Added runtime dependencies ['readline-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb\nDEBUG: Added runtime recommendations ['readline'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb\nDEBUG: providers for virtual/libiconv are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item virtual/libiconv)\nNOTE: selecting glibc to satisfy virtual/libiconv due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/libiconv are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb to satisfy virtual/libiconv\nDEBUG: providers for expat are: ['expat']\nDEBUG: sorted providers for expat are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb to satisfy expat\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb\nDEBUG: Added runtime dependencies ['bash', 'expat', 'expat-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'expat'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb\nDEBUG: providers for virtual/libintl are: ['gettext', 'glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item virtual/libintl)\nNOTE: selecting glibc to satisfy virtual/libintl due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/libintl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb to satisfy virtual/libintl\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb to satisfy virtual/libintl\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'virtual/libiconv', 'texinfo-dummy-native', 'glib-2.0', 'libxml2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb\nDEBUG: Added runtime dependencies ['gettext', 'make', 'xz', 'bash', 'gawk', 'autoconf', 'locale-base-de-de', 'locale-base-fr-fr', 'glibc-gconv-big5', 'glibc-charmap-big5', 'glibc-gconv-cp1251', 'glibc-charmap-cp1251', 'glibc-charmap-iso-8859-9', 'glibc-gconv-iso8859-9', 'glibc-charmap-koi8-r', 'glibc-gconv-koi8-r', 'glibc-gconv-iso8859-2', 'glibc-charmap-iso-8859-2', 'glibc-gconv-iso8859-1', 'glibc-charmap-iso-8859-1', 'glibc-gconv-euc-kr', 'glibc-charmap-euc-kr', 'glibc-gconv-euc-jp', 'glibc-charmap-euc-jp', 'glibc-gconv-gb18030', 'glibc-charmap-gb18030', 'gettext-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'locale-base-de-de.iso-8859-1', 'locale-base-fr-fr.iso-8859-1', 'gettext'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb\nDEBUG: providers for libedit are: ['libedit']\nDEBUG: sorted providers for libedit are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb to satisfy libedit\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ncurses', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb\nDEBUG: Added runtime dependencies ['libedit-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb\nDEBUG: Added runtime recommendations ['libedit'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb\nDEBUG: providers for libtirpc are: ['libtirpc']\nDEBUG: sorted providers for libtirpc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb to satisfy libtirpc\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb\nDEBUG: Added runtime dependencies ['libtirpc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb\nDEBUG: Added runtime recommendations ['libtirpc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb\nDEBUG: providers for libnsl2 are: ['libnsl2']\nDEBUG: sorted providers for libnsl2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb to satisfy libnsl2\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'libtirpc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb\nDEBUG: Added runtime dependencies ['libnsl2-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb\nDEBUG: Added runtime recommendations ['libnsl2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb\nDEBUG: providers for util-linux-libuuid are: ['util-linux-libuuid']\nDEBUG: sorted providers for util-linux-libuuid are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb to satisfy util-linux-libuuid\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb\nDEBUG: Added runtime dependencies ['util-linux-libuuid-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb\nDEBUG: Added runtime recommendations ['util-linux-libuuid'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb\nDEBUG: providers for virtual/crypt are: ['libxcrypt']\nNOTE: selecting libxcrypt to satisfy virtual/crypt due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/crypt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb to satisfy virtual/crypt\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb\nDEBUG: Added runtime dependencies ['libxcrypt-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb\nDEBUG: Added runtime recommendations ['libxcrypt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb\nDEBUG: providers for openssl are: ['openssl']\nNOTE: selecting openssl to satisfy openssl due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for openssl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb to satisfy openssl\nDEBUG: providers for libffi are: ['libffi']\nDEBUG: sorted providers for libffi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb to satisfy libffi\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb\nDEBUG: Added runtime dependencies ['libffi-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb\nDEBUG: Added runtime recommendations ['libffi'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb\nDEBUG: providers for gdbm are: ['gdbm']\nDEBUG: sorted providers for gdbm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb to satisfy gdbm\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb\nDEBUG: Added runtime dependencies ['gdbm', 'diffutils', 'gdbm-bin', 'gdbm-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'gdbm'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb\nDEBUG: providers for libmicrohttpd are: ['libmicrohttpd']\nDEBUG: sorted providers for libmicrohttpd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb to satisfy libmicrohttpd\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'file', 'curl', 'libgcrypt', 'gnutls'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb\nDEBUG: Added runtime dependencies ['libmicrohttpd-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb\nDEBUG: Added runtime recommendations ['libmicrohttpd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb\nDEBUG: providers for curl are: ['curl']\nDEBUG: sorted providers for curl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb to satisfy curl\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libidn2', 'openssl', 'zlib', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb\nDEBUG: Added runtime dependencies ['curl', 'bash', 'perl-module-b', 'perl-module-base', 'perl-module-cwd', 'perl-module-digest', 'perl-module-digest-md5', 'perl-module-file-basename', 'perl-module-file-spec', 'perl-module-file-temp', 'perl-module-io-socket', 'perl-module-ipc-open2', 'perl-module-list-util', 'perl-module-memoize', 'perl-module-storable', 'perl-module-time-hires', 'curl-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb\nDEBUG: Added runtime recommendations ['ca-certificates', 'ptest-runner', 'curl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb\nDEBUG: providers for libarchive are: ['libarchive']\nDEBUG: sorted providers for libarchive are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb to satisfy libarchive\nDEBUG: providers for libgpg-error are: ['libgpg-error']\nDEBUG: sorted providers for libgpg-error are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb to satisfy libgpg-error\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb\nDEBUG: Added runtime dependencies ['libgpg-error', 'make', 'bash', 'libgpg-error-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libgpg-error'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb\nDEBUG: providers for libcap are: ['libcap']\nDEBUG: sorted providers for libcap are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb to satisfy libcap\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'hostperl-runtime-native', 'gperf-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb\nDEBUG: Added runtime dependencies ['libcap-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb\nDEBUG: Added runtime recommendations ['libcap'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb\nDEBUG: providers for glib-2.0 are: ['glib-2.0']\nDEBUG: sorted providers for glib-2.0 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb to satisfy glib-2.0\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0-native', 'virtual/libintl', 'virtual/libiconv', 'libffi', 'libpcre2', 'zlib', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gtk-doc-native', 'bash-completion', 'util-linux'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb\nDEBUG: Added runtime dependencies ['glib-2.0', 'gnome-desktop-testing', 'glib-2.0-utils', 'coreutils', 'libgcc', 'dbus', 'desktop-file-utils', 'gnome-desktop-testing', 'tzdata', 'tzdata-americas', 'tzdata-asia', 'tzdata-europe', 'tzdata-posix', 'shared-mime-info', 'glib-2.0-locale-ja', 'glib-2.0-locale-fr', 'glib-2.0-locale-el', 'glib-2.0-locale-hr', 'glib-2.0-locale-lt', 'glib-2.0-locale-pl', 'glib-2.0-locale-ru', 'glib-2.0-locale-th', 'python3-core', 'python3-modules', 'python3-dbusmock', 'glib-2.0-codegen', 'locale-base-de-de', 'locale-base-es-es', 'locale-base-en-gb', 'locale-base-en-us', 'locale-base-fr-fr', 'locale-base-ru-ru', 'glibc-gconv-utf-16', 'glibc-charmap-utf-8', 'glibc-gconv-cp1255', 'glibc-charmap-cp1255', 'glibc-gconv-utf-32', 'glibc-gconv-utf-7', 'glibc-gconv-euc-jp', 'glibc-gconv-iso8859-1', 'glibc-gconv-iso8859-15', 'glibc-charmap-invariant', 'glibc-localedata-translit-cjk-variants', 'locale-base-lt-lt', 'locale-base-ja-jp.euc-jp', 'locale-base-fa-ir', 'locale-base-hr-hr', 'locale-base-el-gr', 'locale-base-pl-pl', 'locale-base-pl-pl.iso-8859-2', 'locale-base-tr-tr', 'glib-2.0-dev', 'python3', 'python3-setuptools', 'python3-xml', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'glib-2.0', 'shared-mime-info'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb\nDEBUG: providers for attr are: ['attr']\nDEBUG: sorted providers for attr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb to satisfy attr\nDEBUG: providers for gpgme are: ['gpgme']\nDEBUG: sorted providers for gpgme are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb to satisfy gpgme\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libgpg-error', 'libassuan', 'texinfo-dummy-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb\nDEBUG: Added runtime dependencies ['libstdc++', 'python3-unixadmin', 'gpgme-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb\nDEBUG: Added runtime recommendations ['gpgme'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb\nDEBUG: providers for libxml2 are: ['libxml2']\nDEBUG: sorted providers for libxml2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb to satisfy libxml2\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zlib', 'virtual/libiconv', 'python3-native', 'python3'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb\nDEBUG: Added runtime dependencies ['libxml2', 'bash', 'make', 'locale-base-en-us', 'libgcc', 'python3-core', 'python3-logging', 'python3-shell', 'python3-stringold', 'python3-threading', 'python3-unittest', 'libxml2-python', 'glibc-gconv-ebcdic-us', 'glibc-gconv-ibm1141', 'glibc-gconv-iso8859-5', 'glibc-gconv-euc-jp', 'libxml2-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libxml2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb\nDEBUG: providers for python3-six are: ['python3-six']\nDEBUG: sorted providers for python3-six are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb to satisfy python3-six\nDEBUG: providers for libcheck are: ['libcheck']\nDEBUG: sorted providers for libcheck are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb to satisfy libcheck\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb\nDEBUG: Added runtime dependencies ['gawk', 'libcheck-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb\nDEBUG: Added runtime recommendations ['libcheck'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb\nDEBUG: providers for libsolv are: ['libsolv']\nDEBUG: sorted providers for libsolv are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb to satisfy libsolv\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'expat', 'zlib', 'zstd', 'rpm', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb\nDEBUG: Added runtime dependencies ['libsolv-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb\nDEBUG: Added runtime recommendations ['libsolv'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb\nDEBUG: providers for json-c are: ['json-c']\nDEBUG: sorted providers for json-c are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb to satisfy json-c\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb\nDEBUG: Added runtime dependencies ['json-c', 'json-c-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'json-c'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb\nDEBUG: providers for gtk-doc are: ['gtk-doc']\nDEBUG: sorted providers for gtk-doc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb to satisfy gtk-doc\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb\nDEBUG: Added runtime dependencies ['gtk-doc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb\nDEBUG: Added runtime recommendations ['gtk-doc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb\nDEBUG: providers for util-linux are: ['util-linux']\nDEBUG: sorted providers for util-linux are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb to satisfy util-linux\nDEBUG: providers for gobject-introspection are: ['gobject-introspection']\nDEBUG: sorted providers for gobject-introspection are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb to satisfy gobject-introspection\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libffi', 'zlib', 'glib-2.0', 'python3', 'flex-native', 'bison-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gtk-doc-native', 'gobject-introspection-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb\nDEBUG: Added runtime dependencies ['gobject-introspection-dev', 'python3-pickle', 'python3-xml', 'python3-setuptools'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb\nDEBUG: Added runtime recommendations ['gobject-introspection'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb\nDEBUG: providers for libmodulemd are: ['libmodulemd']\nDEBUG: sorted providers for libmodulemd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb to satisfy libmodulemd\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'libyaml', 'glib-2.0-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gobject-introspection', 'gobject-introspection-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb\nDEBUG: Added runtime dependencies ['libmodulemd-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb\nDEBUG: Added runtime recommendations ['libmodulemd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb\nDEBUG: providers for rpm are: ['rpm']\nDEBUG: sorted providers for rpm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb to satisfy rpm\nDEBUG: providers for nativesdk-libcap-ng are: ['nativesdk-libcap-ng']\nDEBUG: sorted providers for nativesdk-libcap-ng are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb to satisfy nativesdk-libcap-ng\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-libcap-ng-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-libcap-ng'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb\nDEBUG: providers for python3-flit-core-native are: ['python3-flit-core-native']\nDEBUG: sorted providers for python3-flit-core-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb to satisfy python3-flit-core-native\nDEBUG: Added dependencies ['python3-native', 'unzip-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb\nDEBUG: providers for python3-pyproject-hooks-native are: ['python3-pyproject-hooks-native']\nDEBUG: sorted providers for python3-pyproject-hooks-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb to satisfy python3-pyproject-hooks-native\nDEBUG: providers for nativesdk-python3-smmap are: ['nativesdk-python3-smmap']\nDEBUG: sorted providers for nativesdk-python3-smmap are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb to satisfy nativesdk-python3-smmap\nDEBUG: providers for nativesdk-libunistring are: ['nativesdk-libunistring']\nDEBUG: sorted providers for nativesdk-libunistring are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb to satisfy nativesdk-libunistring\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gperf-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-libunistring-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-libunistring'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb\nDEBUG: providers for nativesdk-nettle are: ['nativesdk-nettle']\nDEBUG: sorted providers for nativesdk-nettle are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb to satisfy nativesdk-nettle\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'nativesdk-gmp', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-nettle-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-nettle'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb\nDEBUG: providers for nativesdk-libtasn1 are: ['nativesdk-libtasn1']\nDEBUG: sorted providers for nativesdk-libtasn1 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb to satisfy nativesdk-libtasn1\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'bison-native', 'chrpath-replacement-native', 'gtk-doc-native', 'libtool-native', 'pkgconfig-native', 'python3-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-libtasn1-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-libtasn1'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb\nDEBUG: providers for nativesdk-gmp are: ['nativesdk-gmp']\nDEBUG: sorted providers for nativesdk-gmp are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb to satisfy nativesdk-gmp\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-gmp-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-gmp'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb\nDEBUG: providers for nativesdk-libidn2 are: ['nativesdk-libidn2']\nDEBUG: sorted providers for nativesdk-libidn2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb to satisfy nativesdk-libidn2\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'gtk-doc-native', 'libtool-native', 'nativesdk-libunistring', 'pkgconfig-native', 'python3-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libiconv', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb\nDEBUG: Added runtime dependencies ['nativesdk-libidn2-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb\nDEBUG: Added runtime recommendations ['nativesdk-libidn2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb\nDEBUG: providers for gcc-runtime are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item gcc-runtime)\nDEBUG: sorted providers for gcc-runtime are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb to satisfy gcc-runtime\nDEBUG: providers for glibc-locale are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-locale)\nDEBUG: sorted providers for glibc-locale are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb to satisfy glibc-locale\nDEBUG: providers for base-passwd are: ['base-passwd']\nDEBUG: sorted providers for base-passwd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb to satisfy base-passwd\nDEBUG: providers for kmod are: ['kmod']\nDEBUG: sorted providers for kmod are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb to satisfy kmod\nDEBUG: providers for nativesdk-readline are: ['nativesdk-readline']\nDEBUG: sorted providers for nativesdk-readline are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb to satisfy nativesdk-readline\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-ncurses', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-readline-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-readline'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb\nDEBUG: providers for nativesdk-gettext are: ['nativesdk-gettext']\nDEBUG: sorted providers for nativesdk-gettext are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb to satisfy nativesdk-gettext\nDEBUG: providers for nativesdk-libarchive are: ['nativesdk-libarchive']\nDEBUG: sorted providers for nativesdk-libarchive are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb to satisfy nativesdk-libarchive\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'bzip2-replacement-native', 'chrpath-replacement-native', 'e2fsprogs-native', 'libtool-native', 'nativesdk-xz', 'nativesdk-zlib', 'nativesdk-zstd', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-libarchive-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-libarchive'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb\nDEBUG: providers for nativesdk-flex are: ['nativesdk-flex']\nDEBUG: sorted providers for nativesdk-flex are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb to satisfy nativesdk-flex\nDEBUG: providers for shadow-native are: ['shadow-native']\nDEBUG: sorted providers for shadow-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb to satisfy shadow-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'virtual/crypt-native', 'attr-native', 'libbsd-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb\nDEBUG: providers for nativesdk-libxml2 are: ['nativesdk-libxml2']\nDEBUG: sorted providers for nativesdk-libxml2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb to satisfy nativesdk-libxml2\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-python3', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libiconv', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxml2-dev', 'nativesdk-python3-core'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxml2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb\nDEBUG: providers for wayland-native are: ['wayland-native']\nDEBUG: sorted providers for wayland-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb to satisfy wayland-native\nDEBUG: Added dependencies ['pkgconfig-native', 'expat-native', 'libffi-native', 'python3-native', 'meson-native', 'ninja-native', 'libxml2-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb\nDEBUG: providers for help2man-native are: ['help2man-native']\nDEBUG: sorted providers for help2man-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb to satisfy help2man-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb\nDEBUG: providers for nativesdk-libslirp are: ['nativesdk-libslirp']\nDEBUG: sorted providers for nativesdk-libslirp are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb to satisfy nativesdk-libslirp\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-glib-2.0', 'meson-native', 'ninja-native', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb\nDEBUG: Added runtime dependencies ['nativesdk-libslirp-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb\nDEBUG: Added runtime recommendations ['nativesdk-libslirp'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb\nDEBUG: providers for nativesdk-virglrenderer are: ['nativesdk-virglrenderer']\nDEBUG: sorted providers for nativesdk-virglrenderer are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb to satisfy nativesdk-virglrenderer\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-libdrm', 'nativesdk-libepoxy', 'meson-native', 'ninja-native', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-egl', 'virtual/nativesdk-libc', 'virtual/nativesdk-libgbm', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-virglrenderer-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-virglrenderer'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb\nDEBUG: providers for nativesdk-pixman are: ['nativesdk-pixman']\nDEBUG: sorted providers for nativesdk-pixman are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb to satisfy nativesdk-pixman\nDEBUG: Added dependencies ['chrpath-replacement-native', 'meson-native', 'ninja-native', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-pixman-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-pixman'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb\nDEBUG: providers for nativesdk-dtc are: ['nativesdk-dtc']\nDEBUG: sorted providers for nativesdk-dtc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb to satisfy nativesdk-dtc\nDEBUG: Added dependencies ['bison-native', 'chrpath-replacement-native', 'flex-native', 'meson-native', 'ninja-native', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-bash', 'nativesdk-diffutils', 'nativesdk-dtc-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-dtc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb\nDEBUG: providers for nativesdk-libsdl2 are: ['nativesdk-libsdl2']\nDEBUG: sorted providers for nativesdk-libsdl2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb to satisfy nativesdk-libsdl2\nDEBUG: Added dependencies ['chrpath-replacement-native', 'cmake-native', 'nativesdk-libxext', 'nativesdk-libxrandr', 'nativesdk-libxrender', 'ninja-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-egl', 'virtual/nativesdk-libx11', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-libsdl2-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-libsdl2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb\nDEBUG: providers for nativesdk-libepoxy are: ['nativesdk-libepoxy']\nDEBUG: sorted providers for nativesdk-libepoxy are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb to satisfy nativesdk-libepoxy\nDEBUG: Added dependencies ['chrpath-replacement-native', 'meson-native', 'ninja-native', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-egl', 'virtual/nativesdk-libgl', 'virtual/nativesdk-libx11', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb\nDEBUG: Added runtime dependencies ['nativesdk-libepoxy-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb\nDEBUG: Added runtime recommendations ['nativesdk-libepoxy'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb\nDEBUG: providers for nativesdk-glib-2.0 are: ['nativesdk-glib-2.0']\nDEBUG: sorted providers for nativesdk-glib-2.0 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb to satisfy nativesdk-glib-2.0\nDEBUG: providers for nativesdk-libsolv are: ['nativesdk-libsolv']\nDEBUG: sorted providers for nativesdk-libsolv are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb to satisfy nativesdk-libsolv\nDEBUG: Added dependencies ['chrpath-replacement-native', 'cmake-native', 'nativesdk-expat', 'nativesdk-rpm', 'ninja-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib', 'nativesdk-zstd'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb\nDEBUG: Added runtime dependencies ['nativesdk-libsolv-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb\nDEBUG: Added runtime recommendations ['nativesdk-libsolv'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb\nDEBUG: providers for nativesdk-zstd are: ['nativesdk-zstd']\nDEBUG: sorted providers for nativesdk-zstd are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb to satisfy nativesdk-zstd\nDEBUG: providers for nativesdk-mpfr are: ['nativesdk-mpfr']\nDEBUG: sorted providers for nativesdk-mpfr are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb to satisfy nativesdk-mpfr\nDEBUG: Added dependencies ['autoconf-archive-native', 'autoconf-native', 'automake-native', 'chrpath-replacement-native', 'nativesdk-gmp', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-mpfr-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-mpfr'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb\nDEBUG: providers for nativesdk-elfutils are: ['nativesdk-elfutils']\nDEBUG: sorted providers for nativesdk-elfutils are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb to satisfy nativesdk-elfutils\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'nativesdk-curl', 'nativesdk-libarchive', 'nativesdk-libmicrohttpd', 'nativesdk-sqlite3', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libintl', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb\nDEBUG: Added runtime dependencies ['nativesdk-elfutils-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb\nDEBUG: Added runtime recommendations ['nativesdk-elfutils'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb\nDEBUG: providers for nativesdk-libmpc are: ['nativesdk-libmpc']\nDEBUG: sorted providers for nativesdk-libmpc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb to satisfy nativesdk-libmpc\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'nativesdk-gmp', 'libtool-native', 'nativesdk-mpfr', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-libmpc-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-libmpc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb\nDEBUG: providers for nativesdk-rust-llvm are: ['nativesdk-rust-llvm']\nDEBUG: sorted providers for nativesdk-rust-llvm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb to satisfy nativesdk-rust-llvm\nDEBUG: Added dependencies ['chrpath-replacement-native', 'cmake-native', 'ninja-native', 'rust-llvm-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-rust-llvm-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-rust-llvm'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb\nDEBUG: providers for nativesdk-ca-certificates are: ['nativesdk-ca-certificates']\nDEBUG: sorted providers for nativesdk-ca-certificates are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb to satisfy nativesdk-ca-certificates\nDEBUG: providers for nativesdk-libssh2 are: ['nativesdk-libssh2']\nDEBUG: sorted providers for nativesdk-libssh2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb to satisfy nativesdk-libssh2\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-openssl', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-libssh2-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-libssh2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb\nDEBUG: providers for nativesdk-rust are: ['nativesdk-rust']\nDEBUG: sorted providers for nativesdk-rust are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb to satisfy nativesdk-rust\nDEBUG: providers for ptest-runner are: ['ptest-runner']\nDEBUG: sorted providers for ptest-runner are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb to satisfy ptest-runner\nDEBUG: providers for shadow-sysroot are: ['shadow-sysroot']\nDEBUG: sorted providers for shadow-sysroot are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb to satisfy shadow-sysroot\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'base-passwd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb\nDEBUG: providers for shadow are: ['shadow']\nDEBUG: sorted providers for shadow are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb to satisfy shadow\nDEBUG: providers for base-files are: ['base-files']\nDEBUG: sorted providers for base-files are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb to satisfy base-files\nDEBUG: providers for quota are: ['quota']\nDEBUG: sorted providers for quota are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb to satisfy quota\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'e2fsprogs', 'libnl', 'dbus', 'libtirpc', 'tcp-wrappers'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb\nDEBUG: Added runtime dependencies ['quota-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb\nDEBUG: Added runtime recommendations ['quota'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb\nDEBUG: providers for gnutls are: ['gnutls']\nDEBUG: sorted providers for gnutls are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb to satisfy gnutls\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'nettle', 'gmp', 'virtual/libiconv', 'libunistring', 'texinfo-dummy-native', 'gtk-doc-native', 'python3-native', 'libidn2', 'libtasn1', 'libseccomp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb\nDEBUG: Added runtime dependencies ['gnutls', 'python3', 'gnutls-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'gnutls'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb\nDEBUG: providers for acl are: ['acl']\nDEBUG: sorted providers for acl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb to satisfy acl\nDEBUG: providers for libpcre2 are: ['libpcre2']\nDEBUG: sorted providers for libpcre2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb to satisfy libpcre2\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'bzip2', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb\nDEBUG: Added runtime dependencies ['libpcre2-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb\nDEBUG: Added runtime recommendations ['libpcre2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb\nDEBUG: providers for libmnl are: ['libmnl']\nDEBUG: sorted providers for libmnl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb to satisfy libmnl\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb\nDEBUG: Added runtime dependencies ['libmnl-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb\nDEBUG: Added runtime recommendations ['libmnl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb\nDEBUG: providers for iptables are: ['iptables']\nDEBUG: sorted providers for iptables are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb to satisfy iptables\nDEBUG: providers for libcap-ng are: ['libcap-ng']\nDEBUG: sorted providers for libcap-ng are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb to satisfy libcap-ng\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb\nDEBUG: Added runtime dependencies ['libcap-ng-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb\nDEBUG: Added runtime recommendations ['libcap-ng'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb\nDEBUG: providers for gmp are: ['gmp']\nDEBUG: sorted providers for gmp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb to satisfy gmp\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb\nDEBUG: Added runtime dependencies ['gmp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb\nDEBUG: Added runtime recommendations ['gmp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb\nDEBUG: providers for coreutils are: ['coreutils']\nDEBUG: sorted providers for coreutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb to satisfy coreutils\nDEBUG: providers for lzip-native are: ['lzip-native']\nDEBUG: sorted providers for lzip-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb to satisfy lzip-native\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb\nDEBUG: providers for cracklib-native are: ['cracklib-native']\nDEBUG: sorted providers for cracklib-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb to satisfy cracklib-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'zlib-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb\nDEBUG: providers for flex are: ['flex']\nDEBUG: sorted providers for flex are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb to satisfy flex\nDEBUG: providers for libevent are: ['libevent']\nDEBUG: sorted providers for libevent are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb to satisfy libevent\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb\nDEBUG: Added runtime dependencies ['libevent', 'libevent-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libevent'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb\nDEBUG: providers for tcp-wrappers are: ['tcp-wrappers']\nDEBUG: sorted providers for tcp-wrappers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb to satisfy tcp-wrappers\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb\nDEBUG: providers for libnl are: ['libnl']\nDEBUG: sorted providers for libnl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb to satisfy libnl\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'flex-native', 'bison-native', 'libcheck'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb\nDEBUG: Added runtime dependencies ['libnl', 'libnl-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'kernel-module-dummy', 'kernel-module-bonding', 'libnl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb\nDEBUG: providers for dbus are: ['dbus']\nDEBUG: sorted providers for dbus are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb to satisfy dbus\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'expat', 'virtual/libintl', 'autoconf-archive-native', 'glib-2.0', 'base-files', 'shadow-native', 'shadow-sysroot', 'shadow', 'base-passwd', 'update-rc.d', 'initscripts', 'virtual/libx11', 'libsm'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb\nDEBUG: Added runtime dependencies ['dbus', 'gnome-desktop-testing', 'bash', 'make', 'dbus', 'dbus-dev', 'dbus-common', 'dbus-tools'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb\nDEBUG: Added runtime recommendations ['dbus', 'ptest-runner', 'dbus'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb\nDEBUG: providers for alsa-lib are: ['alsa-lib']\nDEBUG: sorted providers for alsa-lib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb to satisfy alsa-lib\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb\nDEBUG: Added runtime dependencies ['alsa-topology-conf', 'alsa-lib-dev', 'alsa-conf', 'alsa-ucm-conf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb\nDEBUG: Added runtime recommendations ['alsa-lib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb\nDEBUG: providers for udev are: ['eudev']\nNOTE: selecting eudev to satisfy udev due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for udev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb to satisfy udev\nDEBUG: providers for libsamplerate0 are: ['libsamplerate0']\nDEBUG: sorted providers for libsamplerate0 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb to satisfy libsamplerate0\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libsndfile1'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb\nDEBUG: Added runtime dependencies ['libsamplerate0-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb\nDEBUG: Added runtime recommendations ['libsamplerate0'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb\nDEBUG: providers for libdaemon are: ['libdaemon']\nDEBUG: sorted providers for libdaemon are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb to satisfy libdaemon\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb\nDEBUG: Added runtime dependencies ['libdaemon-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb\nDEBUG: Added runtime recommendations ['libdaemon'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb\nDEBUG: providers for libical are: ['libical']\nDEBUG: sorted providers for libical are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb to satisfy libical\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libical-native', 'python3-native', 'gobject-introspection', 'qemu-native', 'gobject-introspection-native', 'vala-native', 'vala', 'glib-2.0-native', 'libxml2-native', 'glib-2.0', 'libxml2', 'icu', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb\nDEBUG: Added runtime dependencies ['libical-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb\nDEBUG: Added runtime recommendations ['libical'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb\nDEBUG: providers for avahi are: ['avahi']\nDEBUG: sorted providers for avahi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb to satisfy avahi\nDEBUG: providers for mobile-broadband-provider-info are: ['mobile-broadband-provider-info']\nDEBUG: sorted providers for mobile-broadband-provider-info are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb to satisfy mobile-broadband-provider-info\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libxslt-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb\nDEBUG: Added runtime dependencies ['mobile-broadband-provider-info-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb\nDEBUG: Added runtime recommendations ['mobile-broadband-provider-info'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb\nDEBUG: providers for ell are: ['ell']\nDEBUG: sorted providers for ell are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb to satisfy ell\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'dbus'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb\nDEBUG: Added runtime dependencies ['ell-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb\nDEBUG: Added runtime recommendations ['ell'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb\nDEBUG: providers for bluez5 are: ['bluez5']\nDEBUG: sorted providers for bluez5 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb to satisfy bluez5\nDEBUG: providers for gettext are: ['gettext']\nDEBUG: sorted providers for gettext are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb to satisfy gettext\nDEBUG: providers for mpfr are: ['mpfr']\nDEBUG: sorted providers for mpfr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb to satisfy mpfr\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gmp', 'autoconf-archive-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb\nDEBUG: Added runtime dependencies ['mpfr-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb\nDEBUG: Added runtime recommendations ['mpfr'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb\nDEBUG: providers for libmpc are: ['libmpc']\nDEBUG: sorted providers for libmpc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb to satisfy libmpc\nDEBUG: providers for lttng-ust are: ['lttng-ust']\nDEBUG: sorted providers for lttng-ust are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb to satisfy lttng-ust\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'liburcu', 'util-linux', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb\nDEBUG: Added runtime dependencies ['lttng-ust-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb\nDEBUG: Added runtime recommendations ['lttng-ust'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb\nDEBUG: providers for libassuan are: ['libassuan']\nDEBUG: sorted providers for libassuan are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb to satisfy libassuan\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libgpg-error', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb\nDEBUG: Added runtime dependencies ['libassuan-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb\nDEBUG: Added runtime recommendations ['libassuan'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb\nDEBUG: providers for npth are: ['npth']\nDEBUG: sorted providers for npth are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb to satisfy npth\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb\nDEBUG: Added runtime dependencies ['npth-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb\nDEBUG: Added runtime recommendations ['npth'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb\nDEBUG: providers for libksba are: ['libksba']\nDEBUG: sorted providers for libksba are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb to satisfy libksba\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libgpg-error', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb\nDEBUG: Added runtime dependencies ['libksba-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb\nDEBUG: Added runtime recommendations ['libksba'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb\nDEBUG: providers for boost are: ['boost']\nDEBUG: sorted providers for boost are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb to satisfy boost\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'boost-build-native', 'zlib', 'bzip2', 'icu', 'python3'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb\nDEBUG: Added runtime dependencies ['boost-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb\nDEBUG: Added runtime recommendations ['boost', 'boost-atomic', 'boost-chrono', 'boost-container', 'boost-context', 'boost-contract', 'boost-coroutine', 'boost-date-time', 'boost-exception', 'boost-fiber', 'boost-filesystem', 'boost-graph', 'boost-headers', 'boost-iostreams', 'boost-json', 'boost-log', 'boost-math', 'boost-program-options', 'boost-random', 'boost-regex', 'boost-serialization', 'boost-system', 'boost-test', 'boost-thread', 'boost-timer', 'boost-type-erasure', 'boost-url', 'boost-wave', 'boost-locale', 'boost-python'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb\nDEBUG: providers for libunwind are: ['libunwind']\nDEBUG: sorted providers for libunwind are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb to satisfy libunwind\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libatomic-ops'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb\nDEBUG: Added runtime dependencies ['libunwind-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb\nDEBUG: Added runtime recommendations ['libunwind'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb\nDEBUG: providers for libnewt are: ['libnewt']\nDEBUG: sorted providers for libnewt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb to satisfy libnewt\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'slang', 'popt', 'python3', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb\nDEBUG: Added runtime dependencies ['python3-core', 'libnewt-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb\nDEBUG: Added runtime recommendations ['libnewt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb\nDEBUG: providers for libtraceevent are: ['libtraceevent']\nDEBUG: sorted providers for libtraceevent are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb to satisfy libtraceevent\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb\nDEBUG: Added runtime dependencies ['libtraceevent-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb\nDEBUG: Added runtime recommendations ['libtraceevent'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb\nDEBUG: providers for binutils are: ['binutils']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb as PREFERRED_VERSION 2.41% of package binutils (for item binutils)\nDEBUG: sorted providers for binutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb to satisfy binutils\nDEBUG: providers for slang are: ['slang']\nDEBUG: sorted providers for slang are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb to satisfy slang\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ncurses', 'virtual/libiconv', 'pcre'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb\nDEBUG: Added runtime dependencies ['slang', 'make', 'slang-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'slang'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb\nDEBUG: providers for asciidoc-native are: ['asciidoc-native']\nDEBUG: sorted providers for asciidoc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb to satisfy asciidoc-native\nDEBUG: Added dependencies ['libxml2-native', 'libxslt-native', 'docbook-xml-dtd4-native', 'docbook-xsl-stylesheets-native', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb\nDEBUG: providers for xmlto-native are: ['xmlto-native']\nDEBUG: sorted providers for xmlto-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb to satisfy xmlto-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libxml2-native', 'libxslt-native', 'flex-native', 'docbook-xml-dtd4-native', 'docbook-xsl-stylesheets-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb\nDEBUG: Added runtime dependencies ['docbook-xml-dtd4-native', 'docbook-xsl-stylesheets-native', 'util-linux-native', 'libxml2-native', 'libxslt-native', 'bash-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb\nDEBUG: providers for libaio are: ['libaio']\nDEBUG: sorted providers for libaio are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb to satisfy libaio\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb\nDEBUG: Added runtime dependencies ['libaio-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb\nDEBUG: Added runtime recommendations ['libaio'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb\nDEBUG: providers for pciutils are: ['pciutils']\nDEBUG: sorted providers for pciutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb to satisfy pciutils\nDEBUG: providers for liburcu are: ['liburcu']\nDEBUG: sorted providers for liburcu are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb to satisfy liburcu\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb\nDEBUG: Added runtime dependencies ['liburcu-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb\nDEBUG: Added runtime recommendations ['liburcu'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb\nDEBUG: providers for tcl-native are: ['tcl-native']\nDEBUG: sorted providers for tcl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb to satisfy tcl-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'zlib-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb\nDEBUG: Added runtime dependencies ['tcl-lib-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb\nDEBUG: providers for zip-native are: ['zip-native']\nDEBUG: sorted providers for zip-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb to satisfy zip-native\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb\nDEBUG: providers for virtual/core2-64-go are: ['go-cross-core2-64']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb as PREFERRED_VERSION 1.20% of package go-cross-core2-64 (for item virtual/core2-64-go)\nDEBUG: sorted providers for virtual/core2-64-go are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb to satisfy virtual/core2-64-go\nDEBUG: Added dependencies ['go-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb\nDEBUG: providers for virtual/x86_64-poky-linux-go-runtime are: ['go-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb as PREFERRED_VERSION 1.20% of package go-runtime (for item virtual/x86_64-poky-linux-go-runtime)\nDEBUG: sorted providers for virtual/x86_64-poky-linux-go-runtime are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb to satisfy virtual/x86_64-poky-linux-go-runtime\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/core2-64-go', 'go-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb\nDEBUG: Added runtime dependencies ['go-runtime-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb\nDEBUG: Added runtime recommendations ['go-runtime'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb\nDEBUG: providers for virtual/libx11 are: ['libx11']\nNOTE: selecting libx11 to satisfy virtual/libx11 due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/libx11 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb to satisfy virtual/libx11\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'util-macros', 'xorgproto', 'xtrans', 'libxcb', 'xorgproto-native', 'autoconf-archive-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb\nDEBUG: Added runtime dependencies ['libx11-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb\nDEBUG: Added runtime recommendations ['libx11'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb\nDEBUG: providers for util-macros-native are: ['util-macros-native']\nDEBUG: sorted providers for util-macros-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb to satisfy util-macros-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb\nDEBUG: providers for libxmu are: ['libxmu']\nDEBUG: sorted providers for libxmu are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb to satisfy libxmu\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'libxt', 'libxext'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb\nDEBUG: Added runtime dependencies ['libxmu-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb\nDEBUG: Added runtime recommendations ['libxmu'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb\nDEBUG: providers for wpa-supplicant are: ['wpa-supplicant']\nDEBUG: sorted providers for wpa-supplicant are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb to satisfy wpa-supplicant\nDEBUG: providers for ppp are: ['ppp']\nDEBUG: sorted providers for ppp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb to satisfy ppp\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libpcap', 'openssl', 'virtual/crypt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb\nDEBUG: Added runtime dependencies ['ppp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb\nDEBUG: Added runtime recommendations ['ppp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb\nDEBUG: providers for ofono are: ['ofono']\nDEBUG: sorted providers for ofono are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb to satisfy ofono\nDEBUG: providers for libxft are: ['libxft']\nDEBUG: sorted providers for libxft are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb to satisfy libxft\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'virtual/libx11', 'libxrender', 'freetype', 'fontconfig'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb\nDEBUG: Added runtime dependencies ['libxft-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb\nDEBUG: Added runtime recommendations ['libxft'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb\nDEBUG: providers for libxrender are: ['libxrender']\nDEBUG: sorted providers for libxrender are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb to satisfy libxrender\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'virtual/libx11', 'xorgproto'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb\nDEBUG: Added runtime dependencies ['libxrender-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb\nDEBUG: Added runtime recommendations ['libxrender'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb\nDEBUG: providers for libxext are: ['libxext']\nDEBUG: sorted providers for libxext are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb to satisfy libxext\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'xorgproto', 'virtual/libx11'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb\nDEBUG: Added runtime dependencies ['libxext-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb\nDEBUG: Added runtime recommendations ['libxext'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb\nDEBUG: providers for fontconfig are: ['fontconfig']\nDEBUG: sorted providers for fontconfig are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb to satisfy fontconfig\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'expat', 'freetype', 'zlib', 'gperf-native', 'util-linux'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb\nDEBUG: Added runtime dependencies ['fontconfig-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb\nDEBUG: Added runtime recommendations ['fontconfig'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb\nDEBUG: providers for json-glib are: ['json-glib']\nDEBUG: sorted providers for json-glib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb to satisfy json-glib\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0', 'glib-2.0-native', 'python3-native', 'gobject-introspection', 'qemu-native', 'gobject-introspection-native', 'meson-native', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb\nDEBUG: Added runtime dependencies ['json-glib', 'gnome-desktop-testing', 'json-glib-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'json-glib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb\nDEBUG: providers for gtk+3 are: ['gtk+3']\nDEBUG: sorted providers for gtk+3 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb to satisfy gtk+3\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0', 'cairo', 'pango', 'atk', 'jpeg', 'libpng', 'gdk-pixbuf', 'gdk-pixbuf-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gtk-doc-native', 'gobject-introspection', 'gobject-introspection-native', 'libepoxy', 'wayland', 'wayland-protocols', 'libxkbcommon', 'virtual/egl', 'virtual/libgles2', 'wayland-native', 'at-spi2-atk', 'fontconfig', 'libx11', 'libxext', 'libxcursor', 'libxi', 'libxdamage', 'libxrandr', 'libxrender', 'libxcomposite', 'libxfixes', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb\nDEBUG: Added runtime dependencies ['gtk+3-dev', 'wayland-protocols', 'glib-2.0-utils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb\nDEBUG: Added runtime recommendations ['gtk+3', 'liberation-fonts', 'gdk-pixbuf-loader-png', 'gdk-pixbuf-loader-jpeg', 'gdk-pixbuf-loader-gif', 'gdk-pixbuf-loader-xpm', 'shared-mime-info', 'adwaita-icon-theme-symbolic', 'glibc-gconv-iso8859-1'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb\nDEBUG: providers for gstreamer1.0-plugins-base are: ['gstreamer1.0-plugins-base']\nDEBUG: sorted providers for gstreamer1.0-plugins-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb to satisfy gstreamer1.0-plugins-base\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'gstreamer1.0', 'glib-2.0-native', 'iso-codes', 'util-linux', 'zlib', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gobject-introspection', 'gobject-introspection-native', 'alsa-lib', 'virtual/egl', 'virtual/libgles2', 'virtual/libgl', 'jpeg', 'libogg', 'libglu', 'orc', 'orc-native', 'pango', 'libpng', 'libtheora', 'libvorbis', 'wayland-native', 'wayland', 'wayland-protocols', 'libdrm', 'virtual/libx11', 'libsm', 'libxrender', 'libxv'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb\nDEBUG: Added runtime dependencies ['gstreamer1.0-plugins-base-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb\nDEBUG: Added runtime recommendations ['gstreamer1.0-plugins-base', 'gstreamer1.0-plugins-base-meta'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb\nDEBUG: providers for gstreamer1.0 are: ['gstreamer1.0']\nDEBUG: sorted providers for gstreamer1.0 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb to satisfy gstreamer1.0\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0', 'glib-2.0-native', 'libxml2', 'bison-native', 'flex-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gobject-introspection', 'gobject-introspection-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb\nDEBUG: Added runtime dependencies ['gstreamer1.0', 'gnome-desktop-testing', 'glibc-gconv-iso8859-5', 'gstreamer1.0-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'gstreamer1.0'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb\nDEBUG: providers for libsoup-2.4 are: ['libsoup-2.4']\nDEBUG: sorted providers for libsoup-2.4 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb to satisfy libsoup-2.4\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0', 'glib-2.0-native', 'libxml2', 'sqlite3', 'libpsl', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gobject-introspection', 'gobject-introspection-native', 'gtk-doc-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb\nDEBUG: Added runtime dependencies ['libsoup-2.4-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb\nDEBUG: Added runtime recommendations ['libsoup-2.4', 'glib-networking'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb\nDEBUG: providers for gstreamer1.0-plugins-bad are: ['gstreamer1.0-plugins-bad']\nDEBUG: sorted providers for gstreamer1.0-plugins-bad are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb to satisfy gstreamer1.0-plugins-bad\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'gstreamer1.0', 'glib-2.0-native', 'gstreamer1.0-plugins-base', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gobject-introspection', 'gobject-introspection-native', 'bluez5', 'bzip2', 'pango', 'cairo', 'curl', 'libxml2', 'openssl', 'orc', 'orc-native', 'librsvg', 'sbc', 'libsndfile1', 'libusb1', 'libgudev', 'vulkan-loader', 'shaderc-native', 'wayland-native', 'wayland', 'wayland-protocols', 'libdrm', 'libwebp', 'libxcb', 'libxkbcommon'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb\nDEBUG: Added runtime dependencies ['gstreamer1.0-plugins-bad-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb\nDEBUG: Added runtime recommendations ['gstreamer1.0-plugins-bad', 'gstreamer1.0-plugins-bad-meta'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb\nDEBUG: providers for virtual/egl are: ['mesa']\nNOTE: selecting mesa to satisfy virtual/egl due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/egl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/egl\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'expat', 'makedepend-native', 'flex-native', 'bison-native', 'libxml2-native', 'zlib', 'chrpath-replacement-native', 'python3-mako-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'xorgproto', 'libxshmfence', 'libdrm', 'glslang-native', 'vulkan-loader', 'vulkan-headers', 'wayland-native', 'wayland', 'wayland-protocols', 'virtual/libx11', 'libxext', 'libxxf86vm', 'libxdamage', 'libxfixes', 'xrandr'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb\nDEBUG: Added runtime dependencies ['libgles2-mesa-dev', 'mesa-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb\nDEBUG: Added runtime recommendations ['mesa-megadriver', 'mesa-megadriver', 'mesa-megadriver', 'mesa-megadriver', 'mesa-megadriver'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb\nDEBUG: providers for wayland-protocols are: ['wayland-protocols']\nDEBUG: sorted providers for wayland-protocols are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb to satisfy wayland-protocols\nDEBUG: Added dependencies ['pkgconfig-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb\nDEBUG: providers for libglu are: ['libglu']\nDEBUG: sorted providers for libglu are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb to satisfy libglu\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/libgl', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb\nDEBUG: Added runtime dependencies ['libglu-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb\nDEBUG: providers for virtual/libgl are: ['mesa']\nNOTE: selecting mesa to satisfy virtual/libgl due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/libgl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/libgl\nDEBUG: providers for libdrm are: ['libdrm']\nDEBUG: sorted providers for libdrm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb to satisfy libdrm\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libpthread-stubs', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'libpciaccess'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb\nDEBUG: Added runtime dependencies ['libdrm-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb\nDEBUG: Added runtime recommendations ['libdrm-radeon', 'libdrm-nouveau', 'libdrm-omap', 'libdrm-intel', 'libdrm-exynos', 'libdrm-freedreno', 'libdrm-amdgpu', 'libdrm-etnaviv', 'libdrm'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb\nDEBUG: providers for wayland are: ['wayland']\nDEBUG: sorted providers for wayland are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb to satisfy wayland\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'expat', 'libffi', 'wayland-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'libxml2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb\nDEBUG: Added runtime dependencies ['wayland', 'binutils', 'sed', 'wayland-tools', 'wayland-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'wayland'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb\nDEBUG: providers for virtual/libgles1 are: ['mesa']\nNOTE: selecting mesa to satisfy virtual/libgles1 due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/libgles1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/libgles1\nDEBUG: providers for virtual/libgles2 are: ['mesa']\nNOTE: selecting mesa to satisfy virtual/libgles2 due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/libgles2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/libgles2\nDEBUG: providers for libxres are: ['libxres']\nDEBUG: sorted providers for libxres are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb to satisfy libxres\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'libxext', 'xorgproto'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb\nDEBUG: Added runtime dependencies ['libxres-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb\nDEBUG: Added runtime recommendations ['libxres'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb\nDEBUG: providers for vte are: ['vte']\nDEBUG: sorted providers for vte are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb to satisfy vte\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'glib-2.0-native', 'gtk+3', 'libpcre2', 'libxml2-native', 'gperf-native', 'icu', 'python3-native', 'gobject-introspection', 'qemu-native', 'gobject-introspection-native', 'vala-native', 'vala', 'meson-native', 'ninja-native', 'gnutls', 'gtk4'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb\nDEBUG: Added runtime dependencies ['vte-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb\nDEBUG: Added runtime recommendations ['vte'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb\nDEBUG: providers for startup-notification are: ['startup-notification']\nDEBUG: sorted providers for startup-notification are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb to satisfy startup-notification\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/libx11', 'libsm', 'xcb-util'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb\nDEBUG: Added runtime dependencies ['startup-notification-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb\nDEBUG: Added runtime recommendations ['startup-notification'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb\nDEBUG: providers for libmatchbox are: ['libmatchbox']\nDEBUG: sorted providers for libmatchbox are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb to satisfy libmatchbox\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/libx11', 'libxext', 'jpeg', 'libpng', 'libxft'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb\nDEBUG: Added runtime dependencies ['libmatchbox-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb\nDEBUG: Added runtime recommendations ['libmatchbox'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb\nDEBUG: providers for gconf are: ['gconf']\nDEBUG: sorted providers for gconf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb to satisfy gconf\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0', 'glib-2.0-native', 'dbus', 'dbus-glib', 'libxml2', 'intltool-native', 'gtk-doc-native', 'python3-native', 'gobject-introspection', 'qemu-native', 'gobject-introspection-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb\nDEBUG: Added runtime dependencies ['gconf-dev', 'python3-xml'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb\nDEBUG: Added runtime recommendations ['gconf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb\nDEBUG: providers for libxcursor are: ['libxcursor']\nDEBUG: sorted providers for libxcursor are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb to satisfy libxcursor\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'libxrender', 'libxfixes'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb\nDEBUG: Added runtime dependencies ['libxcursor-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb\nDEBUG: Added runtime recommendations ['libxcursor'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb\nDEBUG: providers for libxfixes are: ['libxfixes']\nDEBUG: sorted providers for libxfixes are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb to satisfy libxfixes\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'virtual/libx11', 'xorgproto'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb\nDEBUG: Added runtime dependencies ['libxfixes-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb\nDEBUG: Added runtime recommendations ['libxfixes'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb\nDEBUG: providers for gconf-native are: ['gconf-native']\nDEBUG: sorted providers for gconf-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb to satisfy gconf-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'pkgconfig-native', 'gettext-minimal-native', 'glib-2.0-native', 'dbus-native', 'dbus-glib-native', 'libxml2-native', 'intltool-native', 'gtk-doc-native', 'python3-native', 'gobject-introspection-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb\nDEBUG: Added runtime dependencies ['python3-xml-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb\nDEBUG: providers for libfakekey are: ['libfakekey']\nDEBUG: sorted providers for libfakekey are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb to satisfy libfakekey\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'libxtst'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb\nDEBUG: Added runtime dependencies ['libfakekey-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb\nDEBUG: Added runtime recommendations ['libfakekey'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb\nDEBUG: providers for matchbox-panel-2 are: ['matchbox-panel-2']\nDEBUG: sorted providers for matchbox-panel-2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb to satisfy matchbox-panel-2\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'gtk+3', 'startup-notification', 'dbus', 'dbus-glib', 'dbus-glib-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb\nDEBUG: Added runtime dependencies ['matchbox-panel-2-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb\nDEBUG: Added runtime recommendations ['matchbox-panel-2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb\nDEBUG: providers for gtk+3-native are: ['gtk+3-native']\nDEBUG: sorted providers for gtk+3-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb to satisfy gtk+3-native\nDEBUG: Added dependencies ['pkgconfig-native', 'gettext-minimal-native', 'glib-2.0-native', 'cairo-native', 'pango-native', 'atk-native', 'jpeg-native', 'libpng-native', 'gdk-pixbuf-native', 'python3-native', 'meson-native', 'ninja-native', 'gtk-doc-native', 'gobject-introspection-native', 'at-spi2-atk-native', 'fontconfig-native', 'libx11-native', 'libxext-native', 'libxcursor-native', 'libxi-native', 'libxdamage-native', 'libxrandr-native', 'libxrender-native', 'libxcomposite-native', 'libxfixes-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb\nDEBUG: providers for intltool-native are: ['intltool-native']\nDEBUG: sorted providers for intltool-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb to satisfy intltool-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libxml-parser-perl-native', 'gettext-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb\nDEBUG: Added runtime dependencies ['libxml-parser-perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb\nDEBUG: providers for gdk-pixbuf are: ['gdk-pixbuf']\nNOTE: selecting gdk-pixbuf to satisfy gdk-pixbuf due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for gdk-pixbuf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb to satisfy gdk-pixbuf\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0', 'shared-mime-info', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gobject-introspection', 'gobject-introspection-native', 'jpeg', 'libpng'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb\nDEBUG: Added runtime dependencies ['gdk-pixbuf', 'gnome-desktop-testing', 'gdk-pixbuf-dev', 'shared-mime-info'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'gdk-pixbuf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb\nDEBUG: providers for hicolor-icon-theme are: ['hicolor-icon-theme']\nDEBUG: sorted providers for hicolor-icon-theme are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb to satisfy hicolor-icon-theme\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb\nDEBUG: Added runtime dependencies ['hicolor-icon-theme-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb\nDEBUG: Added runtime recommendations ['hicolor-icon-theme'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb\nDEBUG: providers for dbus-glib-native are: ['dbus-glib-native']\nNOTE: selecting dbus-glib-native to satisfy dbus-glib-native due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for dbus-glib-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb to satisfy dbus-glib-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'glib-2.0-native', 'dbus-native', 'gtk-doc-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb\nDEBUG: providers for dbus-glib are: ['dbus-glib']\nNOTE: selecting dbus-glib to satisfy dbus-glib due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for dbus-glib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb to satisfy dbus-glib\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'expat', 'glib-2.0', 'virtual/libintl', 'dbus-glib-native', 'dbus', 'bash-completion', 'gtk-doc-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb\nDEBUG: Added runtime dependencies ['dbus-glib-dev', 'bash-completion', 'dbus-x11'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb\nDEBUG: Added runtime recommendations ['dbus-glib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb\nDEBUG: providers for libtool are: ['libtool']\nDEBUG: sorted providers for libtool are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb to satisfy libtool\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libtool-native', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb\nDEBUG: Added runtime dependencies ['libtool-dev', 'bash'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb\nDEBUG: Added runtime recommendations ['libtool'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb\nDEBUG: providers for libsndfile1 are: ['libsndfile1']\nDEBUG: sorted providers for libsndfile1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb to satisfy libsndfile1\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'flac', 'libogg', 'libvorbis', 'alsa-lib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb\nDEBUG: Added runtime dependencies ['libsndfile1-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb\nDEBUG: Added runtime recommendations ['libsndfile1'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb\nDEBUG: providers for libsm are: ['libsm']\nDEBUG: sorted providers for libsm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb to satisfy libsm\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'libice', 'xorgproto', 'xtrans'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb\nDEBUG: Added runtime dependencies ['libsm-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb\nDEBUG: Added runtime recommendations ['libsm'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb\nDEBUG: providers for libice are: ['libice']\nDEBUG: sorted providers for libice are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb to satisfy libice\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'xorgproto', 'xtrans'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb\nDEBUG: Added runtime dependencies ['libice-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb\nDEBUG: Added runtime recommendations ['libice'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb\nDEBUG: providers for speexdsp are: ['speexdsp']\nDEBUG: sorted providers for speexdsp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb to satisfy speexdsp\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb\nDEBUG: Added runtime dependencies ['speexdsp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb\nDEBUG: Added runtime recommendations ['speexdsp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb\nDEBUG: providers for libxtst are: ['libxtst']\nDEBUG: sorted providers for libxtst are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb to satisfy libxtst\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'libxext', 'xorgproto', 'libxi'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb\nDEBUG: Added runtime dependencies ['libxtst-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb\nDEBUG: Added runtime recommendations ['libxtst'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb\nDEBUG: providers for libxcb are: ['libxcb']\nDEBUG: sorted providers for libxcb are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb to satisfy libxcb\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'xcb-proto', 'xorgproto', 'libxau', 'libpthread-stubs', 'libxdmcp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb\nDEBUG: Added runtime dependencies ['libxcb-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb\nDEBUG: Added runtime recommendations ['libxcb'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb\nDEBUG: providers for sbc are: ['sbc']\nDEBUG: sorted providers for sbc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb to satisfy sbc\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libsndfile1'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb\nDEBUG: Added runtime dependencies ['sbc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb\nDEBUG: Added runtime recommendations ['sbc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb\nDEBUG: providers for libatomic-ops are: ['libatomic-ops']\nDEBUG: sorted providers for libatomic-ops are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb to satisfy libatomic-ops\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb\nDEBUG: Added runtime dependencies ['libatomic-ops-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb\nDEBUG: Added runtime recommendations ['libatomic-ops'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb\nDEBUG: providers for desktop-file-utils-native are: ['desktop-file-utils-native']\nDEBUG: sorted providers for desktop-file-utils-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb to satisfy desktop-file-utils-native\nDEBUG: Added dependencies ['pkgconfig-native', 'glib-2.0-native', 'python3-native', 'meson-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb\nDEBUG: providers for libfm are: ['libfm']\nDEBUG: sorted providers for libfm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb to satisfy libfm\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0', 'glib-2.0-native', 'pango', 'gtk+3', 'menu-cache', 'intltool-native', 'libexif', 'libfm-extra', 'shared-mime-info', 'desktop-file-utils', 'gtk-doc-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb\nDEBUG: Added runtime dependencies ['libfm-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb\nDEBUG: Added runtime recommendations ['libfm'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb\nDEBUG: providers for desktop-file-utils are: ['desktop-file-utils']\nDEBUG: sorted providers for desktop-file-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb to satisfy desktop-file-utils\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb\nDEBUG: Added runtime dependencies ['desktop-file-utils-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb\nDEBUG: Added runtime recommendations ['desktop-file-utils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb\nDEBUG: providers for icon-naming-utils-native are: ['icon-naming-utils-native']\nDEBUG: sorted providers for icon-naming-utils-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb to satisfy icon-naming-utils-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libxml-simple-perl-native', 'perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb\nDEBUG: providers for libxml-simple-perl-native are: ['libxml-simple-perl-native']\nDEBUG: sorted providers for libxml-simple-perl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb to satisfy libxml-simple-perl-native\nDEBUG: Added dependencies ['libxml-parser-perl-native', 'perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb\nDEBUG: Added runtime dependencies ['libxml-namespacesupport-perl-native', 'libxml-parser-perl-native', 'libxml-sax-perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb\nDEBUG: providers for nativesdk-perl are: ['nativesdk-perl']\nDEBUG: sorted providers for nativesdk-perl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb to satisfy nativesdk-perl\nDEBUG: providers for itstool-native are: ['itstool-native']\nDEBUG: sorted providers for itstool-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb to satisfy itstool-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libxml2-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb\nDEBUG: Added runtime dependencies ['libxml2-python-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb\nDEBUG: providers for nativesdk-gcc-runtime are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-gcc-runtime)\nDEBUG: sorted providers for nativesdk-gcc-runtime are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb to satisfy nativesdk-gcc-runtime\nDEBUG: providers for python3-poetry-core-native are: ['python3-poetry-core-native']\nDEBUG: sorted providers for python3-poetry-core-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb to satisfy python3-poetry-core-native\nDEBUG: Added dependencies ['python3-build-native', 'python3-installer-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb\nDEBUG: Added runtime dependencies ['python3-pip-native', 'python3-six-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.8.1.bb\nDEBUG: providers for unifdef-native are: ['unifdef-native']\nDEBUG: sorted providers for unifdef-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb to satisfy unifdef-native\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb\nDEBUG: providers for rsync-native are: ['rsync-native']\nDEBUG: sorted providers for rsync-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb to satisfy rsync-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'popt-native', 'acl-native', 'attr-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb\nDEBUG: providers for tzcode-native are: ['tzcode-native']\nDEBUG: sorted providers for tzcode-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb to satisfy tzcode-native\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb\nDEBUG: Added runtime dependencies ['tzcode-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb\nDEBUG: Added runtime recommendations ['tzcode-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb\nDEBUG: providers for glibc-testsuite are: ['glibc-testsuite']\nDEBUG: sorted runtime providers for glibc-testsuite are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb' to satisfy runtime 'glibc-testsuite'\nDEBUG: providers for glibc-testsuite-dev are: ['glibc-testsuite']\nDEBUG: sorted runtime providers for glibc-testsuite-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb' to satisfy runtime 'glibc-testsuite-dev'\nDEBUG: providers for glibc-testsuite-utils are: ['glibc-testsuite']\nDEBUG: sorted runtime providers for glibc-testsuite-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb' to satisfy runtime 'glibc-testsuite-utils'\nDEBUG: providers for base-passwd-dev are: ['base-passwd']\nDEBUG: sorted runtime providers for base-passwd-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb' to satisfy runtime 'base-passwd-dev'\nDEBUG: providers for sysvinit-dev are: ['sysvinit']\nDEBUG: sorted runtime providers for sysvinit-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb' to satisfy runtime 'sysvinit-dev'\nDEBUG: providers for sysvinit-inittab are: ['sysvinit-inittab']\nDEBUG: sorted runtime providers for sysvinit-inittab are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb' to satisfy runtime 'sysvinit-inittab'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb\nDEBUG: Added runtime dependencies ['sysvinit-inittab-dev', 'ttyrun'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb\nDEBUG: Added runtime recommendations ['sysvinit-inittab'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb\nDEBUG: providers for sysvinit-pidof are: ['sysvinit']\nDEBUG: sorted runtime providers for sysvinit-pidof are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb' to satisfy runtime 'sysvinit-pidof'\nDEBUG: providers for busybox-dev are: ['busybox']\nDEBUG: sorted runtime providers for busybox-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb' to satisfy runtime 'busybox-dev'\nDEBUG: providers for zip are: ['zip']\nDEBUG: sorted runtime providers for zip are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb' to satisfy runtime 'zip'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb\nDEBUG: Added runtime dependencies ['zip-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb\nDEBUG: Added runtime recommendations ['zip'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb\nDEBUG: providers for busybox-udhcpc are: ['busybox']\nDEBUG: sorted runtime providers for busybox-udhcpc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb' to satisfy runtime 'busybox-udhcpc'\nDEBUG: providers for modutils-initscripts-dev are: ['modutils-initscripts']\nDEBUG: sorted runtime providers for modutils-initscripts-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb' to satisfy runtime 'modutils-initscripts-dev'\nDEBUG: providers for eudev-dev are: ['eudev']\nNOTE: selecting eudev to satisfy runtime eudev-dev due to PREFERRED_PROVIDER_udev = eudev\nDEBUG: sorted runtime providers for eudev-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb' to satisfy runtime 'eudev-dev'\nDEBUG: providers for eudev are: ['eudev']\nNOTE: selecting eudev to satisfy runtime eudev due to PREFERRED_PROVIDER_udev = eudev\nDEBUG: sorted runtime providers for eudev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb' to satisfy runtime 'eudev'\nDEBUG: providers for kmod are: ['kmod']\nDEBUG: sorted runtime providers for kmod are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb' to satisfy runtime 'kmod'\nDEBUG: providers for netbase-dev are: ['netbase']\nDEBUG: sorted runtime providers for netbase-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb' to satisfy runtime 'netbase-dev'\nDEBUG: providers for v86d-dev are: ['v86d']\nDEBUG: sorted runtime providers for v86d-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb' to satisfy runtime 'v86d-dev'\nDEBUG: Assuming kernel-module-uvesafb is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-uvesafb are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-uvesafb)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-uvesafb due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-uvesafb are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-uvesafb'\nDEBUG: providers for init-ifupdown-dev are: ['init-ifupdown']\nDEBUG: sorted runtime providers for init-ifupdown-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb' to satisfy runtime 'init-ifupdown-dev'\nDEBUG: providers for nativesdk-bison-dev are: ['nativesdk-bison']\nDEBUG: sorted runtime providers for nativesdk-bison-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb' to satisfy runtime 'nativesdk-bison-dev'\nDEBUG: providers for nativesdk-cmake-dev are: ['nativesdk-cmake']\nDEBUG: sorted runtime providers for nativesdk-cmake-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.27.7.bb' to satisfy runtime 'nativesdk-cmake-dev'\nDEBUG: providers for nativesdk-ninja are: ['nativesdk-ninja']\nDEBUG: sorted runtime providers for nativesdk-ninja are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb' to satisfy runtime 'nativesdk-ninja'\nDEBUG: Added dependencies ['chrpath-replacement-native', 'ninja-native', 're2c-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-ninja-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-ninja'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb\nDEBUG: providers for nativesdk-python3-pkg-resources are: ['nativesdk-python3-setuptools']\nDEBUG: sorted runtime providers for nativesdk-python3-pkg-resources are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb' to satisfy runtime 'nativesdk-python3-pkg-resources'\nDEBUG: providers for nativesdk-meson-dev are: ['nativesdk-meson']\nDEBUG: sorted runtime providers for nativesdk-meson-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb' to satisfy runtime 'nativesdk-meson-dev'\nDEBUG: providers for nativesdk-qemu-helper-dev are: ['nativesdk-qemu-helper']\nDEBUG: sorted runtime providers for nativesdk-qemu-helper-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb' to satisfy runtime 'nativesdk-qemu-helper-dev'\nDEBUG: providers for nativesdk-makedevs-dev are: ['nativesdk-makedevs']\nDEBUG: sorted runtime providers for nativesdk-makedevs-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb' to satisfy runtime 'nativesdk-makedevs-dev'\nDEBUG: Assuming nativesdk-perl-module-thread-queue is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-thread-queue are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-thread-queue are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-thread-queue'\nDEBUG: providers for nativesdk-automake-dev are: ['nativesdk-automake']\nDEBUG: sorted runtime providers for nativesdk-automake-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb' to satisfy runtime 'nativesdk-automake-dev'\nDEBUG: providers for nativesdk-perl-module-strict are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-strict are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-strict'\nDEBUG: Assuming nativesdk-perl-module-threads is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-threads are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-threads are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-threads'\nDEBUG: Assuming nativesdk-perl-module-data-dumper is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-data-dumper are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-data-dumper are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-data-dumper'\nDEBUG: providers for nativesdk-perl-module-vars are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-vars are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-vars'\nDEBUG: Assuming nativesdk-perl-module-bytes is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-bytes are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-bytes are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-bytes'\nDEBUG: Assuming nativesdk-perl-module-text-parsewords is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-text-parsewords are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-text-parsewords are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-text-parsewords'\nDEBUG: providers for nativesdk-libtool-dev are: ['nativesdk-libtool']\nDEBUG: sorted runtime providers for nativesdk-libtool-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.7.bb' to satisfy runtime 'nativesdk-libtool-dev'\nDEBUG: providers for nativesdk-unfs3-dev are: ['nativesdk-unfs3']\nDEBUG: sorted runtime providers for nativesdk-unfs3-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb' to satisfy runtime 'nativesdk-unfs3-dev'\nDEBUG: providers for nativesdk-shadow-dev are: ['nativesdk-shadow']\nDEBUG: sorted runtime providers for nativesdk-shadow-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb' to satisfy runtime 'nativesdk-shadow-dev'\nDEBUG: providers for nativesdk-wayland are: ['nativesdk-wayland']\nDEBUG: sorted runtime providers for nativesdk-wayland are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb' to satisfy runtime 'nativesdk-wayland'\nDEBUG: providers for nativesdk-pseudo-dev are: ['nativesdk-pseudo']\nDEBUG: sorted runtime providers for nativesdk-pseudo-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb' to satisfy runtime 'nativesdk-pseudo-dev'\nDEBUG: providers for nativesdk-perl-dev are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-dev'\nDEBUG: Assuming nativesdk-perl-module-file-glob is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-file-glob are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-file-glob are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-file-glob'\nDEBUG: providers for nativesdk-m4 are: ['nativesdk-m4']\nDEBUG: sorted runtime providers for nativesdk-m4 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb' to satisfy runtime 'nativesdk-m4'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: Added runtime dependencies ['nativesdk-m4-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: Added runtime recommendations ['nativesdk-m4'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: Assuming nativesdk-perl-module-posix is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-posix are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-posix are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-posix'\nDEBUG: Assuming nativesdk-perl-module-errno is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-errno are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-errno are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-errno'\nDEBUG: Assuming nativesdk-perl-module-constant is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-constant are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-constant are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-constant'\nDEBUG: Assuming nativesdk-perl-module-file-temp is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-file-temp are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-file-temp are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-file-temp'\nDEBUG: providers for nativesdk-autoconf-dev are: ['nativesdk-autoconf']\nDEBUG: sorted runtime providers for nativesdk-autoconf-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb' to satisfy runtime 'nativesdk-autoconf-dev'\nDEBUG: Assuming nativesdk-perl-module-scalar-util is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-scalar-util are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-scalar-util are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-scalar-util'\nDEBUG: Assuming nativesdk-perl-module-overloading is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-overloading are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-overloading are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-overloading'\nDEBUG: Assuming nativesdk-perl-module-file-spec-unix is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-file-spec-unix are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-file-spec-unix are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-file-spec-unix'\nDEBUG: Assuming nativesdk-perl-module-io-file is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-io-file are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-io-file are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-io-file'\nDEBUG: providers for nativesdk-gnu-config are: ['nativesdk-gnu-config']\nDEBUG: sorted runtime providers for nativesdk-gnu-config are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb' to satisfy runtime 'nativesdk-gnu-config'\nDEBUG: Added dependencies ['chrpath-replacement-native'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb\nDEBUG: Assuming nativesdk-perl-module-file-stat is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-file-stat are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-file-stat are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-file-stat'\nDEBUG: Assuming nativesdk-perl-module-file-spec is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-file-spec are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-file-spec are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-file-spec'\nDEBUG: Assuming nativesdk-perl-module-getopt-long is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-getopt-long are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-getopt-long are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-getopt-long'\nDEBUG: Assuming nativesdk-perl-module-symbol is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-symbol are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-symbol are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-symbol'\nDEBUG: Assuming nativesdk-perl-module-exporter is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-exporter are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-exporter are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-exporter'\nDEBUG: Assuming nativesdk-perl-module-file-basename is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-file-basename are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-file-basename are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-file-basename'\nDEBUG: Assuming nativesdk-perl-module-list-util is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-list-util are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-list-util are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-list-util'\nDEBUG: Assuming nativesdk-perl-module-file-compare is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-file-compare are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-file-compare are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-file-compare'\nDEBUG: Assuming nativesdk-perl-module-feature is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-feature are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-feature are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-feature'\nDEBUG: Assuming nativesdk-perl-module-file-copy is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-file-copy are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-file-copy are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-file-copy'\nDEBUG: Assuming nativesdk-perl-module-file-find is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-file-find are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-file-find are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-file-find'\nDEBUG: Assuming nativesdk-perl-module-carp is a dynamic package, but it may not exist\nDEBUG: providers for nativesdk-perl-module-carp are: ['nativesdk-perl']\nDEBUG: sorted runtime providers for nativesdk-perl-module-carp are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'nativesdk-perl-module-carp'\nDEBUG: providers for nativesdk-qemu-dev are: ['nativesdk-qemu']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb as PREFERRED_VERSION 8.2% of package nativesdk-qemu (for item nativesdk-qemu-dev)\nDEBUG: sorted runtime providers for nativesdk-qemu-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb' to satisfy runtime 'nativesdk-qemu-dev'\nDEBUG: providers for nativesdk-qemu-common are: ['nativesdk-qemu']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb as PREFERRED_VERSION 8.2% of package nativesdk-qemu (for item nativesdk-qemu-common)\nDEBUG: sorted runtime providers for nativesdk-qemu-common are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_8.2.0.bb' to satisfy runtime 'nativesdk-qemu-common'\nDEBUG: providers for nativesdk-flex-dev are: ['nativesdk-flex']\nDEBUG: sorted runtime providers for nativesdk-flex-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb' to satisfy runtime 'nativesdk-flex-dev'\nDEBUG: providers for nativesdk-opkg-dev are: ['nativesdk-opkg']\nNOTE: selecting nativesdk-opkg to satisfy runtime nativesdk-opkg-dev due to PREFERRED_PROVIDER_nativesdk-opkg = nativesdk-opkg\nDEBUG: sorted runtime providers for nativesdk-opkg-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.2.bb' to satisfy runtime 'nativesdk-opkg-dev'\nDEBUG: providers for nativesdk-pkgconfig-dev are: ['nativesdk-pkgconfig']\nNOTE: selecting nativesdk-pkgconfig to satisfy runtime nativesdk-pkgconfig-dev due to PREFERRED_PROVIDER_nativesdk-pkgconfig = nativesdk-pkgconfig\nDEBUG: sorted runtime providers for nativesdk-pkgconfig-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb' to satisfy runtime 'nativesdk-pkgconfig-dev'\nDEBUG: providers for nativesdk-pkgconf-dev are: ['nativesdk-pkgconf']\nDEBUG: sorted runtime providers for nativesdk-pkgconf-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb' to satisfy runtime 'nativesdk-pkgconf-dev'\nDEBUG: providers for nativesdk-pkgconf are: ['nativesdk-pkgconf']\nDEBUG: sorted runtime providers for nativesdk-pkgconf are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb' to satisfy runtime 'nativesdk-pkgconf'\nDEBUG: providers for gdb-cross-canadian-x86-64-dev are: ['gdb-cross-canadian-x86-64']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb as PREFERRED_VERSION 14.% of package gdb-cross-canadian-x86-64 (for item gdb-cross-canadian-x86-64-dev)\nDEBUG: sorted runtime providers for gdb-cross-canadian-x86-64-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb' to satisfy runtime 'gdb-cross-canadian-x86-64-dev'\nDEBUG: providers for nativesdk-elfutils are: ['nativesdk-elfutils']\nDEBUG: sorted runtime providers for nativesdk-elfutils are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb' to satisfy runtime 'nativesdk-elfutils'\nDEBUG: providers for nativesdk-mpfr are: ['nativesdk-mpfr']\nDEBUG: sorted runtime providers for nativesdk-mpfr are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb' to satisfy runtime 'nativesdk-mpfr'\nDEBUG: providers for nativesdk-libmpc are: ['nativesdk-libmpc']\nDEBUG: sorted runtime providers for nativesdk-libmpc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb' to satisfy runtime 'nativesdk-libmpc'\nDEBUG: providers for binutils-cross-canadian-x86-64-dev are: ['binutils-cross-canadian-x86-64']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb as PREFERRED_VERSION 2.41% of package binutils-cross-canadian-x86-64 (for item binutils-cross-canadian-x86-64-dev)\nDEBUG: sorted runtime providers for binutils-cross-canadian-x86-64-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb' to satisfy runtime 'binutils-cross-canadian-x86-64-dev'\nDEBUG: providers for nativesdk-rust-dev are: ['nativesdk-rust']\nDEBUG: sorted runtime providers for nativesdk-rust-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb' to satisfy runtime 'nativesdk-rust-dev'\nDEBUG: providers for nativesdk-libg2c-dev are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-libg2c-dev)\nDEBUG: sorted runtime providers for nativesdk-libg2c-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'nativesdk-libg2c-dev'\nDEBUG: providers for nativesdk-libquadmath-dev are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-libquadmath-dev)\nDEBUG: sorted runtime providers for nativesdk-libquadmath-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'nativesdk-libquadmath-dev'\nDEBUG: providers for nativesdk-cpp are: ['nativesdk-gcc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc (for item nativesdk-cpp)\nDEBUG: sorted runtime providers for nativesdk-cpp are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb' to satisfy runtime 'nativesdk-cpp'\nDEBUG: providers for nativesdk-libssp-dev are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-libssp-dev)\nDEBUG: sorted runtime providers for nativesdk-libssp-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'nativesdk-libssp-dev'\nDEBUG: providers for nativesdk-libatomic-dev are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-libatomic-dev)\nDEBUG: sorted runtime providers for nativesdk-libatomic-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'nativesdk-libatomic-dev'\nDEBUG: providers for nativesdk-libatomic are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-libatomic)\nDEBUG: sorted runtime providers for nativesdk-libatomic are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'nativesdk-libatomic'\nDEBUG: providers for nativesdk-libquadmath are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-libquadmath)\nDEBUG: sorted runtime providers for nativesdk-libquadmath are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'nativesdk-libquadmath'\nDEBUG: providers for nativesdk-libstdc++ are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-libstdc++)\nDEBUG: sorted runtime providers for nativesdk-libstdc++ are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'nativesdk-libstdc++'\nDEBUG: providers for nativesdk-libssp are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-libssp)\nDEBUG: sorted runtime providers for nativesdk-libssp are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'nativesdk-libssp'\nDEBUG: providers for nativesdk-libstdc++-dev are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-libstdc++-dev)\nDEBUG: sorted runtime providers for nativesdk-libstdc++-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'nativesdk-libstdc++-dev'\nDEBUG: providers for nativesdk-libg2c are: ['nativesdk-gcc-runtime']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package nativesdk-gcc-runtime (for item nativesdk-libg2c)\nDEBUG: sorted runtime providers for nativesdk-libg2c are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'nativesdk-libg2c'\nDEBUG: providers for nativesdk-cargo-dev are: ['nativesdk-cargo']\nDEBUG: sorted runtime providers for nativesdk-cargo-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb' to satisfy runtime 'nativesdk-cargo-dev'\nDEBUG: providers for rust-cross-canadian-x86-64-dev are: ['rust-cross-canadian-x86-64']\nDEBUG: sorted runtime providers for rust-cross-canadian-x86-64-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb' to satisfy runtime 'rust-cross-canadian-x86-64-dev'\nDEBUG: providers for nativesdk-binutils-dev are: ['nativesdk-binutils']\nDEBUG: sorted runtime providers for nativesdk-binutils-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb' to satisfy runtime 'nativesdk-binutils-dev'\nDEBUG: providers for less-dev are: ['less']\nDEBUG: sorted runtime providers for less-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb' to satisfy runtime 'less-dev'\nDEBUG: Assuming perl-module-getopt-std is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-getopt-std are: ['perl']\nDEBUG: sorted runtime providers for perl-module-getopt-std are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-getopt-std'\nDEBUG: providers for time-dev are: ['time']\nDEBUG: sorted runtime providers for time-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb' to satisfy runtime 'time-dev'\nDEBUG: providers for patch-dev are: ['patch']\nDEBUG: sorted runtime providers for patch-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb' to satisfy runtime 'patch-dev'\nDEBUG: providers for cpio-dev are: ['cpio']\nDEBUG: sorted runtime providers for cpio-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb' to satisfy runtime 'cpio-dev'\nDEBUG: providers for gzip-dev are: ['gzip']\nDEBUG: sorted runtime providers for gzip-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb' to satisfy runtime 'gzip-dev'\nDEBUG: providers for iptables-dev are: ['iptables']\nDEBUG: sorted runtime providers for iptables-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb' to satisfy runtime 'iptables-dev'\nDEBUG: Assuming kernel-module-ipt-masquerade is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-ipt-masquerade are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-ipt-masquerade)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-ipt-masquerade due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-ipt-masquerade are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-ipt-masquerade'\nDEBUG: Assuming kernel-module-nf-conntrack is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-nf-conntrack are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-nf-conntrack)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-nf-conntrack due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-nf-conntrack are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-nf-conntrack'\nDEBUG: Assuming kernel-module-ip6-tables is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-ip6-tables are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-ip6-tables)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-ip6-tables due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-ip6-tables are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-ip6-tables'\nDEBUG: Assuming kernel-module-nf-defrag-ipv4 is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-nf-defrag-ipv4 are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-nf-defrag-ipv4)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-nf-defrag-ipv4 due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-nf-defrag-ipv4 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-nf-defrag-ipv4'\nDEBUG: Assuming iptables-module-xt-standard is a dynamic package, but it may not exist\nDEBUG: providers for iptables-module-xt-standard are: ['iptables']\nDEBUG: sorted runtime providers for iptables-module-xt-standard are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb' to satisfy runtime 'iptables-module-xt-standard'\nDEBUG: Assuming kernel-module-iptable-nat is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-iptable-nat are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-iptable-nat)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-iptable-nat due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-iptable-nat are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-iptable-nat'\nDEBUG: Assuming kernel-module-x-tables is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-x-tables are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-x-tables)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-x-tables due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-x-tables are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-x-tables'\nDEBUG: Assuming kernel-module-nf-conntrack-ipv4 is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-nf-conntrack-ipv4 are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-nf-conntrack-ipv4)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-nf-conntrack-ipv4 due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-nf-conntrack-ipv4 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-nf-conntrack-ipv4'\nDEBUG: Assuming kernel-module-ip-tables is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-ip-tables are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-ip-tables)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-ip-tables due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-ip-tables are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-ip-tables'\nDEBUG: providers for iptables-modules are: ['iptables']\nDEBUG: sorted runtime providers for iptables-modules are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb' to satisfy runtime 'iptables-modules'\nDEBUG: Assuming kernel-module-nf-nat is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-nf-nat are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-nf-nat)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-nf-nat due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-nf-nat are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-nf-nat'\nDEBUG: Assuming kernel-module-iptable-filter is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-iptable-filter are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-iptable-filter)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-iptable-filter due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-iptable-filter are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-iptable-filter'\nDEBUG: Assuming kernel-module-ip6table-filter is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-ip6table-filter are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-ip6table-filter)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-ip6table-filter due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-ip6table-filter are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-ip6table-filter'\nDEBUG: providers for acl-dev are: ['acl']\nDEBUG: sorted runtime providers for acl-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb' to satisfy runtime 'acl-dev'\nDEBUG: providers for e2fsprogs-mke2fs are: ['e2fsprogs']\nDEBUG: sorted runtime providers for e2fsprogs-mke2fs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb' to satisfy runtime 'e2fsprogs-mke2fs'\nDEBUG: providers for rpcbind-dev are: ['rpcbind']\nDEBUG: sorted runtime providers for rpcbind-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb' to satisfy runtime 'rpcbind-dev'\nDEBUG: providers for ncurses-terminfo are: ['ncurses']\nDEBUG: sorted runtime providers for ncurses-terminfo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb' to satisfy runtime 'ncurses-terminfo'\nDEBUG: providers for mc-dev are: ['mc']\nDEBUG: sorted runtime providers for mc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb' to satisfy runtime 'mc-dev'\nDEBUG: providers for net-tools-dev are: ['net-tools']\nDEBUG: sorted runtime providers for net-tools-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb' to satisfy runtime 'net-tools-dev'\nDEBUG: providers for net-tools-mii-tool are: ['net-tools']\nDEBUG: sorted runtime providers for net-tools-mii-tool are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb' to satisfy runtime 'net-tools-mii-tool'\nDEBUG: providers for fuser are: ['psmisc']\nDEBUG: sorted runtime providers for fuser are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb' to satisfy runtime 'fuser'\nDEBUG: providers for psmisc-dev are: ['psmisc']\nDEBUG: sorted runtime providers for psmisc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb' to satisfy runtime 'psmisc-dev'\nDEBUG: providers for killall are: ['psmisc']\nDEBUG: sorted runtime providers for killall are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb' to satisfy runtime 'killall'\nDEBUG: providers for pstree are: ['psmisc']\nDEBUG: sorted runtime providers for pstree are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb' to satisfy runtime 'pstree'\nDEBUG: providers for iputils-ping are: ['iputils']\nDEBUG: sorted runtime providers for iputils-ping are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb' to satisfy runtime 'iputils-ping'\nDEBUG: providers for iputils-tracepath are: ['iputils']\nDEBUG: sorted runtime providers for iputils-tracepath are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb' to satisfy runtime 'iputils-tracepath'\nDEBUG: providers for iputils-arping are: ['iputils']\nDEBUG: sorted runtime providers for iputils-arping are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb' to satisfy runtime 'iputils-arping'\nDEBUG: providers for iputils-clockdiff are: ['iputils']\nDEBUG: sorted runtime providers for iputils-clockdiff are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb' to satisfy runtime 'iputils-clockdiff'\nDEBUG: providers for iputils-dev are: ['iputils']\nDEBUG: sorted runtime providers for iputils-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb' to satisfy runtime 'iputils-dev'\nDEBUG: Assuming locale-base-fr-fr.iso-8859-1 is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-fr-fr.iso-8859-1 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-fr-fr.iso-8859-1)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-fr-fr.iso-8859-1 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-fr-fr.iso-8859-1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-fr-fr.iso-8859-1'\nDEBUG: providers for m4-dev are: ['m4']\nDEBUG: sorted runtime providers for m4-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb' to satisfy runtime 'm4-dev'\nDEBUG: providers for tar-dev are: ['tar']\nDEBUG: sorted runtime providers for tar-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb' to satisfy runtime 'tar-dev'\nDEBUG: providers for grep-dev are: ['grep']\nDEBUG: sorted runtime providers for grep-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb' to satisfy runtime 'grep-dev'\nDEBUG: providers for diffutils-dev are: ['diffutils']\nDEBUG: sorted runtime providers for diffutils-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb' to satisfy runtime 'diffutils-dev'\nDEBUG: providers for kmod-dev are: ['kmod']\nDEBUG: sorted runtime providers for kmod-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb' to satisfy runtime 'kmod-dev'\nDEBUG: providers for iproute2-dev are: ['iproute2']\nDEBUG: sorted runtime providers for iproute2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb' to satisfy runtime 'iproute2-dev'\nDEBUG: providers for iproute2-ip are: ['iproute2']\nDEBUG: sorted runtime providers for iproute2-ip are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb' to satisfy runtime 'iproute2-ip'\nDEBUG: providers for ethtool-dev are: ['ethtool']\nDEBUG: sorted runtime providers for ethtool-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb' to satisfy runtime 'ethtool-dev'\nDEBUG: providers for makedevs-dev are: ['makedevs']\nDEBUG: sorted runtime providers for makedevs-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb' to satisfy runtime 'makedevs-dev'\nDEBUG: providers for sudo-sudo are: ['sudo']\nDEBUG: sorted runtime providers for sudo-sudo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb' to satisfy runtime 'sudo-sudo'\nDEBUG: providers for sudo-dev are: ['sudo']\nDEBUG: sorted runtime providers for sudo-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb' to satisfy runtime 'sudo-dev'\nDEBUG: providers for sudo-lib are: ['sudo']\nDEBUG: sorted runtime providers for sudo-lib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb' to satisfy runtime 'sudo-lib'\nDEBUG: providers for socat are: ['socat']\nDEBUG: sorted runtime providers for socat are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb' to satisfy runtime 'socat'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'openssl', 'readline', 'tcp-wrappers'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb\nDEBUG: Added runtime dependencies ['socat-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb\nDEBUG: Added runtime recommendations ['socat'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb\nDEBUG: Assuming util-linux-lsblk is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-lsblk are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-lsblk are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-lsblk'\nDEBUG: Assuming util-linux-swapoff is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-swapoff are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-swapoff are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-swapoff'\nDEBUG: providers for util-linux-libuuid-dev are: ['util-linux-libuuid']\nDEBUG: sorted runtime providers for util-linux-libuuid-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb' to satisfy runtime 'util-linux-libuuid-dev'\nDEBUG: Assuming kernel-module-loop is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-loop are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-loop)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-loop due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-loop are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-loop'\nDEBUG: providers for which are: ['which']\nDEBUG: sorted runtime providers for which are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb' to satisfy runtime 'which'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'cwautomacros-native', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb\nDEBUG: Added runtime dependencies ['which-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb\nDEBUG: Added runtime recommendations ['which'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb\nDEBUG: providers for btrfs-tools are: ['btrfs-tools']\nDEBUG: sorted runtime providers for btrfs-tools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb' to satisfy runtime 'btrfs-tools'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-linux', 'zlib', 'python3-native', 'python3', 'e2fsprogs', 'python3-setuptools-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb\nDEBUG: Added runtime dependencies ['btrfs-tools-dev', 'libgcc', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb\nDEBUG: Added runtime recommendations ['btrfs-tools'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb\nDEBUG: Assuming kernel-module-scsi-debug is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-scsi-debug are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-scsi-debug)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-scsi-debug due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-scsi-debug are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-scsi-debug'\nDEBUG: Assuming kernel-module-sd-mod is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-sd-mod are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-sd-mod)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-sd-mod due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-sd-mod are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-sd-mod'\nDEBUG: providers for util-linux-dev are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-dev'\nDEBUG: providers for util-linux-libuuid are: ['util-linux-libuuid']\nDEBUG: sorted runtime providers for util-linux-libuuid are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb' to satisfy runtime 'util-linux-libuuid'\nDEBUG: Assuming kernel-module-algif-hash is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-algif-hash are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-algif-hash)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-algif-hash due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-algif-hash are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-algif-hash'\nDEBUG: Assuming util-linux-swapon is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-swapon are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-swapon are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-swapon'\nDEBUG: providers for shadow-base are: ['shadow']\nDEBUG: sorted runtime providers for shadow-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb' to satisfy runtime 'shadow-base'\nDEBUG: providers for shadow-securetty are: ['shadow-securetty']\nDEBUG: sorted runtime providers for shadow-securetty are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb' to satisfy runtime 'shadow-securetty'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb\nDEBUG: Added runtime dependencies ['shadow-securetty-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb\nDEBUG: Added runtime recommendations ['shadow-securetty'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb\nDEBUG: providers for shadow-dev are: ['shadow']\nDEBUG: sorted runtime providers for shadow-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb' to satisfy runtime 'shadow-dev'\nDEBUG: Assuming util-linux-sulogin is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-sulogin are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-sulogin are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-sulogin'\nDEBUG: providers for libcap-dev are: ['libcap']\nDEBUG: sorted runtime providers for libcap-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb' to satisfy runtime 'libcap-dev'\nDEBUG: providers for attr-dev are: ['attr']\nDEBUG: sorted runtime providers for attr-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb' to satisfy runtime 'attr-dev'\nDEBUG: providers for liberror-perl are: ['liberror-perl']\nDEBUG: sorted runtime providers for liberror-perl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb' to satisfy runtime 'liberror-perl'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'perl', 'perl-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb\nDEBUG: Added runtime dependencies ['perl', 'perl-module-base', 'perl-module-file-spec', 'perl-module-io-handle', 'perl-module-ipc-open3', 'perl-module-lib', 'perl-module-test-more', 'liberror-perl', 'liberror-perl-dev', 'perl-module-carp', 'perl-module-exporter', 'perl-module-scalar-util', 'perl-module-overload', 'perl-module-strict', 'perl-module-vars', 'perl-module-warnings', 'perl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'liberror-perl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb\nDEBUG: providers for findutils-dev are: ['findutils']\nDEBUG: sorted runtime providers for findutils-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb' to satisfy runtime 'findutils-dev'\nDEBUG: providers for bash-dev are: ['bash']\nDEBUG: sorted runtime providers for bash-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb' to satisfy runtime 'bash-dev'\nDEBUG: providers for gawk-dev are: ['gawk']\nDEBUG: sorted runtime providers for gawk-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb' to satisfy runtime 'gawk-dev'\nDEBUG: providers for coreutils-dev are: ['coreutils']\nDEBUG: sorted runtime providers for coreutils-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb' to satisfy runtime 'coreutils-dev'\nDEBUG: providers for coreutils-stdbuf are: ['coreutils']\nDEBUG: sorted runtime providers for coreutils-stdbuf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb' to satisfy runtime 'coreutils-stdbuf'\nDEBUG: providers for gmp-dev are: ['gmp']\nDEBUG: sorted runtime providers for gmp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb' to satisfy runtime 'gmp-dev'\nDEBUG: providers for perl-modules are: ['perl']\nDEBUG: sorted runtime providers for perl-modules are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-modules'\nDEBUG: providers for cronie-dev are: ['cronie']\nDEBUG: sorted runtime providers for cronie-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb' to satisfy runtime 'cronie-dev'\nDEBUG: providers for logrotate-dev are: ['logrotate']\nDEBUG: sorted runtime providers for logrotate-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb' to satisfy runtime 'logrotate-dev'\nDEBUG: providers for bc-dev are: ['bc']\nDEBUG: sorted runtime providers for bc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb' to satisfy runtime 'bc-dev'\nDEBUG: providers for sysklogd-dev are: ['sysklogd']\nDEBUG: sorted runtime providers for sysklogd-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb' to satisfy runtime 'sysklogd-dev'\nDEBUG: providers for ed-dev are: ['ed']\nDEBUG: sorted runtime providers for ed-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb' to satisfy runtime 'ed-dev'\nDEBUG: providers for cracklib-dev are: ['cracklib']\nDEBUG: sorted runtime providers for cracklib-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb' to satisfy runtime 'cracklib-dev'\nDEBUG: Assuming locale-base-en-us.iso-8859-1 is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-en-us.iso-8859-1 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-en-us.iso-8859-1)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-en-us.iso-8859-1 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-en-us.iso-8859-1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-en-us.iso-8859-1'\nDEBUG: providers for e2fsprogs-resize2fs are: ['e2fsprogs']\nDEBUG: sorted runtime providers for e2fsprogs-resize2fs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb' to satisfy runtime 'e2fsprogs-resize2fs'\nDEBUG: providers for e2fsprogs-tune2fs are: ['e2fsprogs']\nDEBUG: sorted runtime providers for e2fsprogs-tune2fs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb' to satisfy runtime 'e2fsprogs-tune2fs'\nDEBUG: providers for e2fsprogs-badblocks are: ['e2fsprogs']\nDEBUG: sorted runtime providers for e2fsprogs-badblocks are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb' to satisfy runtime 'e2fsprogs-badblocks'\nDEBUG: providers for e2fsprogs-dumpe2fs are: ['e2fsprogs']\nDEBUG: sorted runtime providers for e2fsprogs-dumpe2fs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb' to satisfy runtime 'e2fsprogs-dumpe2fs'\nDEBUG: providers for e2fsprogs-e2fsck are: ['e2fsprogs']\nDEBUG: sorted runtime providers for e2fsprogs-e2fsck are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb' to satisfy runtime 'e2fsprogs-e2fsck'\nDEBUG: providers for e2fsprogs-dev are: ['e2fsprogs']\nDEBUG: sorted runtime providers for e2fsprogs-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb' to satisfy runtime 'e2fsprogs-dev'\nDEBUG: providers for at-dev are: ['at']\nDEBUG: sorted runtime providers for at-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb' to satisfy runtime 'at-dev'\nDEBUG: providers for openssl-ossl-module-legacy are: ['openssl']\nNOTE: selecting openssl to satisfy runtime openssl-ossl-module-legacy due to PREFERRED_PROVIDER_openssl = openssl\nDEBUG: sorted runtime providers for openssl-ossl-module-legacy are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'openssl-ossl-module-legacy'\nDEBUG: providers for openssl-conf are: ['openssl']\nNOTE: selecting openssl to satisfy runtime openssl-conf due to PREFERRED_PROVIDER_openssl = openssl\nDEBUG: sorted runtime providers for openssl-conf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'openssl-conf'\nDEBUG: providers for openssl-bin are: ['openssl']\nNOTE: selecting openssl to satisfy runtime openssl-bin due to PREFERRED_PROVIDER_openssl = openssl\nDEBUG: sorted runtime providers for openssl-bin are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'openssl-bin'\nDEBUG: Assuming kernel-module-nfsd is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-nfsd are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-nfsd)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-nfsd due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-nfsd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-nfsd'\nDEBUG: providers for nfs-utils-client are: ['nfs-utils']\nDEBUG: sorted runtime providers for nfs-utils-client are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb' to satisfy runtime 'nfs-utils-client'\nDEBUG: providers for nfs-utils-mount are: ['nfs-utils']\nDEBUG: sorted runtime providers for nfs-utils-mount are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb' to satisfy runtime 'nfs-utils-mount'\nDEBUG: providers for nfs-utils-dev are: ['nfs-utils']\nDEBUG: sorted runtime providers for nfs-utils-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb' to satisfy runtime 'nfs-utils-dev'\nDEBUG: Assuming glibc-gconv-big5hkscs is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-big5hkscs are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-big5hkscs)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-big5hkscs due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-big5hkscs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-big5hkscs'\nDEBUG: Assuming locale-base-zh-hk.big5-hkscs is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-zh-hk.big5-hkscs are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-zh-hk.big5-hkscs)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-zh-hk.big5-hkscs due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-zh-hk.big5-hkscs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-zh-hk.big5-hkscs'\nDEBUG: Assuming util-linux-setpriv is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-setpriv are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-setpriv are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-setpriv'\nDEBUG: providers for make-dev are: ['make']\nNOTE: selecting make to satisfy runtime make-dev due to PREFERRED_PROVIDER_virtual/make = make\nDEBUG: sorted runtime providers for make-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb' to satisfy runtime 'make-dev'\nDEBUG: providers for procps-lib are: ['procps']\nDEBUG: sorted runtime providers for procps-lib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb' to satisfy runtime 'procps-lib'\nDEBUG: providers for procps-ps are: ['procps']\nDEBUG: sorted runtime providers for procps-ps are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb' to satisfy runtime 'procps-ps'\nDEBUG: providers for procps-sysctl are: ['procps']\nDEBUG: sorted runtime providers for procps-sysctl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb' to satisfy runtime 'procps-sysctl'\nDEBUG: providers for procps-dev are: ['procps']\nDEBUG: sorted runtime providers for procps-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb' to satisfy runtime 'procps-dev'\nDEBUG: Assuming locale-base-ru-ru is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-ru-ru are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-ru-ru)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-ru-ru due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-ru-ru are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-ru-ru'\nDEBUG: Assuming perl-module-file-stat is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-stat are: ['perl']\nDEBUG: sorted runtime providers for perl-module-file-stat are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-stat'\nDEBUG: Assuming locale-base-el-gr.iso-8859-7 is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-el-gr.iso-8859-7 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-el-gr.iso-8859-7)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-el-gr.iso-8859-7 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-el-gr.iso-8859-7 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-el-gr.iso-8859-7'\nDEBUG: providers for sed-dev are: ['sed']\nDEBUG: sorted runtime providers for sed-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb' to satisfy runtime 'sed-dev'\nDEBUG: providers for openssh-sftp are: ['openssh']\nDEBUG: sorted runtime providers for openssh-sftp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb' to satisfy runtime 'openssh-sftp'\nDEBUG: providers for openssh-sshd are: ['openssh']\nDEBUG: sorted runtime providers for openssh-sshd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb' to satisfy runtime 'openssh-sshd'\nDEBUG: providers for openssh-scp are: ['openssh']\nDEBUG: sorted runtime providers for openssh-scp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb' to satisfy runtime 'openssh-scp'\nDEBUG: providers for openssh-ssh are: ['openssh']\nDEBUG: sorted runtime providers for openssh-ssh are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb' to satisfy runtime 'openssh-ssh'\nDEBUG: providers for openssh-keygen are: ['openssh']\nDEBUG: sorted runtime providers for openssh-keygen are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb' to satisfy runtime 'openssh-keygen'\nDEBUG: providers for openssh-misc are: ['openssh']\nDEBUG: sorted runtime providers for openssh-misc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb' to satisfy runtime 'openssh-misc'\nDEBUG: providers for openssh-dev are: ['openssh']\nDEBUG: sorted runtime providers for openssh-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb' to satisfy runtime 'openssh-dev'\nDEBUG: providers for alsa-states are: ['alsa-state']\nDEBUG: sorted runtime providers for alsa-states are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb' to satisfy runtime 'alsa-states'\nDEBUG: providers for alsa-state-dev are: ['alsa-state']\nDEBUG: sorted runtime providers for alsa-state-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb' to satisfy runtime 'alsa-state-dev'\nDEBUG: providers for dosfstools-dev are: ['dosfstools']\nDEBUG: sorted runtime providers for dosfstools-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb' to satisfy runtime 'dosfstools-dev'\nDEBUG: providers for wpa-supplicant-dev are: ['wpa-supplicant']\nDEBUG: sorted runtime providers for wpa-supplicant-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb' to satisfy runtime 'wpa-supplicant-dev'\nDEBUG: providers for wpa-supplicant-passphrase are: ['wpa-supplicant']\nDEBUG: sorted runtime providers for wpa-supplicant-passphrase are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb' to satisfy runtime 'wpa-supplicant-passphrase'\nDEBUG: providers for wpa-supplicant-plugins are: ['wpa-supplicant']\nDEBUG: sorted runtime providers for wpa-supplicant-plugins are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb' to satisfy runtime 'wpa-supplicant-plugins'\nDEBUG: providers for wpa-supplicant-cli are: ['wpa-supplicant']\nDEBUG: sorted runtime providers for wpa-supplicant-cli are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb' to satisfy runtime 'wpa-supplicant-cli'\nDEBUG: providers for alsa-utils-nhltdmicinfo are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-nhltdmicinfo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-nhltdmicinfo'\nDEBUG: providers for alsa-utils-scripts are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-scripts are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-scripts'\nDEBUG: providers for alsa-utils are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils'\nDEBUG: providers for alsa-utils-aseqdump are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-aseqdump are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-aseqdump'\nDEBUG: providers for alsa-utils-speakertest are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-speakertest are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-speakertest'\nDEBUG: providers for alsa-utils-aconnect are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-aconnect are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-aconnect'\nDEBUG: providers for alsa-utils-alsaucm are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-alsaucm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-alsaucm'\nDEBUG: providers for alsa-utils-iecset are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-iecset are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-iecset'\nDEBUG: providers for alsa-utils-alsamixer are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-alsamixer are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-alsamixer'\nDEBUG: providers for alsa-utils-dev are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-dev'\nDEBUG: providers for alsa-utils-alsaloop are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-alsaloop are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-alsaloop'\nDEBUG: providers for alsa-utils-midi are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-midi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-midi'\nDEBUG: providers for alsa-utils-alsatplg are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-alsatplg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-alsatplg'\nDEBUG: providers for alsa-utils-aseqnet are: ['alsa-utils']\nDEBUG: sorted runtime providers for alsa-utils-aseqnet are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb' to satisfy runtime 'alsa-utils-aseqnet'\nDEBUG: providers for iw-dev are: ['iw']\nDEBUG: sorted runtime providers for iw-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb' to satisfy runtime 'iw-dev'\nDEBUG: providers for avahi-dev are: ['avahi']\nDEBUG: sorted runtime providers for avahi-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb' to satisfy runtime 'avahi-dev'\nDEBUG: providers for libavahi-client are: ['avahi']\nDEBUG: sorted runtime providers for libavahi-client are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb' to satisfy runtime 'libavahi-client'\nDEBUG: providers for libavahi-core are: ['avahi']\nDEBUG: sorted runtime providers for libavahi-core are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb' to satisfy runtime 'libavahi-core'\nDEBUG: Assuming glibc-gconv-utf-16 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-utf-16 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-utf-16)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-utf-16 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-utf-16 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-utf-16'\nDEBUG: providers for python3-pygobject are: ['python3-pygobject']\nDEBUG: sorted runtime providers for python3-pygobject are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb' to satisfy runtime 'python3-pygobject'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3', 'glib-2.0', 'python3-native', 'gobject-introspection', 'qemu-native', 'gobject-introspection-native', 'meson-native', 'ninja-native', 'cairo', 'python3-pycairo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb\nDEBUG: Added runtime dependencies ['python3-pygobject-dev', 'python3-io', 'python3-pkgutil', 'python3-core', 'python3-pycairo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb\nDEBUG: Added runtime recommendations ['python3-pygobject'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb\nDEBUG: providers for bluez5-dev are: ['bluez5']\nDEBUG: sorted runtime providers for bluez5-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb' to satisfy runtime 'bluez5-dev'\nDEBUG: providers for dbus are: ['dbus']\nDEBUG: sorted runtime providers for dbus are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb' to satisfy runtime 'dbus'\nDEBUG: providers for python3-dbus are: ['python3-dbus']\nDEBUG: sorted runtime providers for python3-dbus are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb' to satisfy runtime 'python3-dbus'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'expat', 'dbus', 'glib-2.0', 'virtual/libintl', 'python3-native', 'python3', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb\nDEBUG: Added runtime dependencies ['python3-dbus-dev', 'python3-io', 'python3-logging', 'python3-stringold', 'python3-threading', 'python3-xml', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb\nDEBUG: Added runtime recommendations ['python3-dbus'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb\nDEBUG: providers for neard-dev are: ['neard']\nDEBUG: sorted runtime providers for neard-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb' to satisfy runtime 'neard-dev'\nDEBUG: providers for libnss-mdns-dev are: ['libnss-mdns']\nDEBUG: sorted runtime providers for libnss-mdns-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb' to satisfy runtime 'libnss-mdns-dev'\nDEBUG: providers for pciutils-ids are: ['pciutils']\nDEBUG: sorted runtime providers for pciutils-ids are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb' to satisfy runtime 'pciutils-ids'\nDEBUG: providers for pciutils-dev are: ['pciutils']\nDEBUG: sorted runtime providers for pciutils-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb' to satisfy runtime 'pciutils-dev'\nDEBUG: providers for ofono-dev are: ['ofono']\nDEBUG: sorted runtime providers for ofono-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb' to satisfy runtime 'ofono-dev'\nDEBUG: Assuming kernel-module-tun is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-tun are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-tun)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-tun due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-tun are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-tun'\nDEBUG: providers for mobile-broadband-provider-info are: ['mobile-broadband-provider-info']\nDEBUG: sorted runtime providers for mobile-broadband-provider-info are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb' to satisfy runtime 'mobile-broadband-provider-info'\nDEBUG: providers for bison-dev are: ['bison']\nDEBUG: sorted runtime providers for bison-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb' to satisfy runtime 'bison-dev'\nDEBUG: providers for libmpc are: ['libmpc']\nDEBUG: sorted runtime providers for libmpc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb' to satisfy runtime 'libmpc'\nDEBUG: providers for flex-dev are: ['flex']\nDEBUG: sorted runtime providers for flex-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb' to satisfy runtime 'flex-dev'\nDEBUG: providers for libssp are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libssp)\nNOTE: selecting gcc-runtime to satisfy runtime libssp due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libssp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libssp'\nDEBUG: providers for libg2c are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libg2c)\nNOTE: selecting gcc-runtime to satisfy runtime libg2c due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libg2c are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libg2c'\nDEBUG: providers for libquadmath-dev are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libquadmath-dev)\nNOTE: selecting gcc-runtime to satisfy runtime libquadmath-dev due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libquadmath-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libquadmath-dev'\nDEBUG: providers for libssp-dev are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libssp-dev)\nNOTE: selecting gcc-runtime to satisfy runtime libssp-dev due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libssp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libssp-dev'\nDEBUG: providers for libquadmath are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libquadmath)\nNOTE: selecting gcc-runtime to satisfy runtime libquadmath due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libquadmath are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libquadmath'\nDEBUG: providers for cpp are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb as PREFERRED_VERSION 13.% of package gcc (for item cpp)\nDEBUG: sorted runtime providers for cpp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb' to satisfy runtime 'cpp'\nDEBUG: providers for libg2c-dev are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item libg2c-dev)\nNOTE: selecting gcc-runtime to satisfy runtime libg2c-dev due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for libg2c-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'libg2c-dev'\nDEBUG: providers for gdb-dev are: ['gdb']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb as PREFERRED_VERSION 14.% of package gdb (for item gdb-dev)\nNOTE: selecting gdb to satisfy runtime gdb-dev due to PREFERRED_PROVIDER_gdb = gdb\nDEBUG: sorted runtime providers for gdb-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb' to satisfy runtime 'gdb-dev'\nDEBUG: providers for tcf-agent-dev are: ['tcf-agent']\nDEBUG: sorted runtime providers for tcf-agent-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb' to satisfy runtime 'tcf-agent-dev'\nDEBUG: providers for perl-dev are: ['perl']\nDEBUG: sorted runtime providers for perl-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-dev'\nDEBUG: providers for perl-doc are: ['perl']\nDEBUG: sorted runtime providers for perl-doc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-doc'\nDEBUG: providers for debugedit-dev are: ['debugedit']\nDEBUG: sorted runtime providers for debugedit-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb' to satisfy runtime 'debugedit-dev'\nDEBUG: providers for pinentry are: ['pinentry']\nDEBUG: sorted runtime providers for pinentry are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb' to satisfy runtime 'pinentry'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'libassuan', 'libgpg-error', 'ncurses'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb\nDEBUG: Added runtime dependencies ['pinentry-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb\nDEBUG: Added runtime recommendations ['pinentry'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb\nDEBUG: providers for gnupg-gpg are: ['gnupg']\nDEBUG: sorted runtime providers for gnupg-gpg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb' to satisfy runtime 'gnupg-gpg'\nDEBUG: providers for gnupg-dev are: ['gnupg']\nDEBUG: sorted runtime providers for gnupg-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb' to satisfy runtime 'gnupg-dev'\nDEBUG: providers for glibc-mtrace-dev are: ['glibc-mtrace']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-mtrace (for item glibc-mtrace-dev)\nDEBUG: sorted runtime providers for glibc-mtrace-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb' to satisfy runtime 'glibc-mtrace-dev'\nDEBUG: providers for glibc-mtrace are: ['glibc-mtrace']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-mtrace (for item glibc-mtrace)\nDEBUG: sorted runtime providers for glibc-mtrace are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb' to satisfy runtime 'glibc-mtrace'\nDEBUG: providers for strace-dev are: ['strace']\nDEBUG: sorted runtime providers for strace-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb' to satisfy runtime 'strace-dev'\nDEBUG: providers for systemtap-dev are: ['systemtap']\nDEBUG: sorted runtime providers for systemtap-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb' to satisfy runtime 'systemtap-dev'\nDEBUG: providers for systemtap-runtime are: ['systemtap']\nDEBUG: sorted runtime providers for systemtap-runtime are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb' to satisfy runtime 'systemtap-runtime'\nDEBUG: providers for babeltrace-dev are: ['babeltrace']\nDEBUG: sorted runtime providers for babeltrace-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb' to satisfy runtime 'babeltrace-dev'\nDEBUG: providers for perf-dev are: ['perf']\nDEBUG: sorted runtime providers for perf-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb' to satisfy runtime 'perf-dev'\nDEBUG: providers for babeltrace2-dev are: ['babeltrace2']\nDEBUG: sorted runtime providers for babeltrace2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb' to satisfy runtime 'babeltrace2-dev'\nDEBUG: providers for blktrace-dev are: ['blktrace']\nDEBUG: sorted runtime providers for blktrace-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb' to satisfy runtime 'blktrace-dev'\nDEBUG: providers for powertop-dev are: ['powertop']\nDEBUG: sorted runtime providers for powertop-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb' to satisfy runtime 'powertop-dev'\nDEBUG: Assuming util-linux-taskset is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-taskset are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-taskset are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-taskset'\nDEBUG: Assuming perl-module-overloading is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-overloading are: ['perl']\nDEBUG: sorted runtime providers for perl-module-overloading are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-overloading'\nDEBUG: providers for glibc-src are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb as PREFERRED_VERSION 2.38% of package glibc (for item glibc-src)\nNOTE: selecting glibc to satisfy runtime glibc-src due to PREFERRED_PROVIDER_virtual/libc = glibc\nDEBUG: sorted runtime providers for glibc-src are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb' to satisfy runtime 'glibc-src'\nDEBUG: providers for gcc-runtime-dbg are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb as PREFERRED_VERSION 13.% of package gcc-runtime (for item gcc-runtime-dbg)\nNOTE: selecting gcc-runtime to satisfy runtime gcc-runtime-dbg due to PREFERRED_PROVIDER_virtual/x86_64-poky-linux-compilerlibs = gcc-runtime\nDEBUG: sorted runtime providers for gcc-runtime-dbg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb' to satisfy runtime 'gcc-runtime-dbg'\nDEBUG: Assuming perl-module-getopt-long is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-getopt-long are: ['perl']\nDEBUG: sorted runtime providers for perl-module-getopt-long are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-getopt-long'\nDEBUG: providers for valgrind-dbg are: ['valgrind']\nDEBUG: sorted runtime providers for valgrind-dbg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb' to satisfy runtime 'valgrind-dbg'\nDEBUG: Assuming glibc-gconv-utf-32 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-utf-32 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-utf-32)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-utf-32 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-utf-32 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-utf-32'\nDEBUG: Assuming perl-module-file-glob is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-glob are: ['perl']\nDEBUG: sorted runtime providers for perl-module-file-glob are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-glob'\nDEBUG: Assuming perl-module-ipc-open3 is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-ipc-open3 are: ['perl']\nDEBUG: sorted runtime providers for perl-module-ipc-open3 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-ipc-open3'\nDEBUG: providers for valgrind-src are: ['valgrind']\nDEBUG: sorted runtime providers for valgrind-src are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb' to satisfy runtime 'valgrind-src'\nDEBUG: providers for valgrind-dev are: ['valgrind']\nDEBUG: sorted runtime providers for valgrind-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb' to satisfy runtime 'valgrind-dev'\nDEBUG: providers for curl are: ['curl']\nDEBUG: sorted runtime providers for curl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb' to satisfy runtime 'curl'\nDEBUG: providers for lttng-tools-dev are: ['lttng-tools']\nDEBUG: sorted runtime providers for lttng-tools-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb' to satisfy runtime 'lttng-tools-dev'\nDEBUG: providers for lttng-modules are: ['lttng-modules']\nDEBUG: sorted runtime providers for lttng-modules are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb' to satisfy runtime 'lttng-modules'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb\nDEBUG: Added runtime dependencies ['lttng-modules-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb\nDEBUG: Added runtime recommendations ['lttng-modules'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb\nDEBUG: providers for ccache-dev are: ['ccache']\nDEBUG: sorted runtime providers for ccache-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb' to satisfy runtime 'ccache-dev'\nDEBUG: providers for libubsan are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb as PREFERRED_VERSION 13.% of package gcc-sanitizers (for item libubsan)\nDEBUG: sorted runtime providers for libubsan are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb' to satisfy runtime 'libubsan'\nDEBUG: providers for liblsan are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb as PREFERRED_VERSION 13.% of package gcc-sanitizers (for item liblsan)\nDEBUG: sorted runtime providers for liblsan are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb' to satisfy runtime 'liblsan'\nDEBUG: providers for gcc-sanitizers are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb as PREFERRED_VERSION 13.% of package gcc-sanitizers (for item gcc-sanitizers)\nDEBUG: sorted runtime providers for gcc-sanitizers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb' to satisfy runtime 'gcc-sanitizers'\nDEBUG: providers for libasan are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb as PREFERRED_VERSION 13.% of package gcc-sanitizers (for item libasan)\nDEBUG: sorted runtime providers for libasan are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb' to satisfy runtime 'libasan'\nDEBUG: providers for libtsan are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb as PREFERRED_VERSION 13.% of package gcc-sanitizers (for item libtsan)\nDEBUG: sorted runtime providers for libtsan are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb' to satisfy runtime 'libtsan'\nDEBUG: providers for automake are: ['automake']\nDEBUG: sorted runtime providers for automake are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb' to satisfy runtime 'automake'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb\nDEBUG: Added runtime dependencies ['automake-dev', 'autoconf', 'perl', 'perl-module-bytes', 'perl-module-data-dumper', 'perl-module-strict', 'perl-module-text-parsewords', 'perl-module-thread-queue', 'perl-module-threads', 'perl-module-vars'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb\nDEBUG: Added runtime recommendations ['automake'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb\nDEBUG: providers for autoconf are: ['autoconf']\nDEBUG: sorted runtime providers for autoconf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb' to satisfy runtime 'autoconf'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'm4-native', 'gnu-config-native', 'help2man-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb\nDEBUG: Added runtime dependencies ['autoconf-dev', 'm4', 'gnu-config', 'perl', 'perl-module-bytes', 'perl-module-carp', 'perl-module-constant', 'perl-module-data-dumper', 'perl-module-errno', 'perl-module-exporter', 'perl-module-file-basename', 'perl-module-file-compare', 'perl-module-file-copy', 'perl-module-file-find', 'perl-module-file-glob', 'perl-module-file-path', 'perl-module-file-spec', 'perl-module-file-spec-unix', 'perl-module-file-stat', 'perl-module-file-temp', 'perl-module-getopt-long', 'perl-module-io-file', 'perl-module-list-util', 'perl-module-overloading', 'perl-module-posix', 'perl-module-scalar-util', 'perl-module-symbol', 'perl-module-thread-queue', 'perl-module-threads', 'perl-module-feature'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb\nDEBUG: Added runtime recommendations ['autoconf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb\nDEBUG: providers for g++-symlinks are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb as PREFERRED_VERSION 13.% of package gcc (for item g++-symlinks)\nDEBUG: sorted runtime providers for g++-symlinks are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb' to satisfy runtime 'g++-symlinks'\nDEBUG: providers for gettext are: ['gettext']\nNOTE: selecting gettext to satisfy runtime gettext due to PREFERRED_PROVIDER_virtual/gettext = gettext\nDEBUG: sorted runtime providers for gettext are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb' to satisfy runtime 'gettext'\nDEBUG: providers for libtool are: ['libtool']\nDEBUG: sorted runtime providers for libtool are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb' to satisfy runtime 'libtool'\nDEBUG: providers for pkgconfig are: ['pkgconf', 'pkgconfig']\nNOTE: selecting pkgconfig to satisfy runtime pkgconfig due to PREFERRED_PROVIDER_pkgconfig = pkgconfig\nDEBUG: sorted runtime providers for pkgconfig are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb' to satisfy runtime 'pkgconfig'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'pkgconfig-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb\nDEBUG: Added runtime dependencies ['pkgconfig-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb\nDEBUG: Added runtime recommendations ['pkgconfig'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb' to satisfy runtime 'pkgconfig'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb\nDEBUG: Added runtime dependencies ['pkgconf-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb\nDEBUG: Added runtime recommendations ['pkgconf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb\nDEBUG: providers for cpp-symlinks are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb as PREFERRED_VERSION 13.% of package gcc (for item cpp-symlinks)\nDEBUG: sorted runtime providers for cpp-symlinks are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb' to satisfy runtime 'cpp-symlinks'\nDEBUG: providers for quilt-dev are: ['quilt']\nDEBUG: sorted runtime providers for quilt-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb' to satisfy runtime 'quilt-dev'\nDEBUG: Assuming perl-module-text-parsewords is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-text-parsewords are: ['perl']\nDEBUG: sorted runtime providers for perl-module-text-parsewords are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-text-parsewords'\nDEBUG: Assuming util-linux-getopt is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-getopt are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-getopt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-getopt'\nDEBUG: providers for diffstat are: ['diffstat']\nDEBUG: sorted runtime providers for diffstat are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb' to satisfy runtime 'diffstat'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb\nDEBUG: Added runtime dependencies ['diffstat', 'diffstat-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'diffstat'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb\nDEBUG: providers for tcl-dev are: ['tcl']\nDEBUG: sorted runtime providers for tcl-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb' to satisfy runtime 'tcl-dev'\nDEBUG: providers for tcl-lib are: ['tcl']\nDEBUG: sorted runtime providers for tcl-lib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb' to satisfy runtime 'tcl-lib'\nDEBUG: providers for rust are: ['rust']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb as PREFERRED_VERSION 1.74% of package rust (for item rust)\nDEBUG: sorted runtime providers for rust are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb' to satisfy runtime 'rust'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'file-native', 'python3-native', 'rust-llvm', 'rust-native', 'libstd-rs'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb\nDEBUG: Added runtime dependencies ['rust', 'rust', 'rust', 'rust-dev', 'gcc', 'g++', 'binutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb\nDEBUG: Added runtime recommendations ['rust'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb\nDEBUG: providers for cargo are: ['cargo']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb as PREFERRED_VERSION 1.74% of package cargo (for item cargo)\nDEBUG: sorted runtime providers for cargo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb' to satisfy runtime 'cargo'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'cargo-native', 'openssl', 'zlib', 'curl', 'ca-certificates', 'libssh2', 'python3-native', 'rust-native', 'libstd-rs'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb\nDEBUG: Added runtime dependencies ['cargo-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb\nDEBUG: Added runtime recommendations ['cargo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb\nDEBUG: providers for expect are: ['expect']\nDEBUG: sorted runtime providers for expect are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb' to satisfy runtime 'expect'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'tcl', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb\nDEBUG: Added runtime dependencies ['expect', 'expect-dev', 'tcl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'expect'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb\nDEBUG: providers for quota are: ['quota']\nDEBUG: sorted runtime providers for quota are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb' to satisfy runtime 'quota'\nDEBUG: providers for libaio are: ['libaio']\nDEBUG: sorted runtime providers for libaio are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb' to satisfy runtime 'libaio'\nDEBUG: providers for ltp-dev are: ['ltp']\nNOTE: selecting ltp to satisfy runtime ltp-dev due to PREFERRED_PROVIDER_ltp = ltp\nDEBUG: sorted runtime providers for ltp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb' to satisfy runtime 'ltp-dev'\nDEBUG: providers for blktool-dev are: ['blktool']\nDEBUG: sorted runtime providers for blktool-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb' to satisfy runtime 'blktool-dev'\nDEBUG: providers for go-helloworld-dev are: ['go-helloworld']\nDEBUG: sorted runtime providers for go-helloworld-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb' to satisfy runtime 'go-helloworld-dev'\nDEBUG: providers for xprop-dev are: ['xprop']\nDEBUG: sorted runtime providers for xprop-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb' to satisfy runtime 'xprop-dev'\nDEBUG: providers for connman are: ['connman']\nDEBUG: sorted runtime providers for connman are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb' to satisfy runtime 'connman'\nDEBUG: providers for connman-conf are: ['connman-conf']\nDEBUG: sorted runtime providers for connman-conf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb' to satisfy runtime 'connman-conf'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb\nDEBUG: Added runtime dependencies ['connman-conf-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb\nDEBUG: Added runtime recommendations ['connman-conf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb\nDEBUG: providers for connman-dev are: ['connman']\nDEBUG: sorted runtime providers for connman-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb' to satisfy runtime 'connman-dev'\nDEBUG: providers for x11perf-dev are: ['x11perf']\nDEBUG: sorted runtime providers for x11perf-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb' to satisfy runtime 'x11perf-dev'\nDEBUG: providers for xwininfo-dev are: ['xwininfo']\nDEBUG: sorted runtime providers for xwininfo-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb' to satisfy runtime 'xwininfo-dev'\nDEBUG: providers for kexec-tools are: ['kexec-tools']\nDEBUG: sorted runtime providers for kexec-tools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb' to satisfy runtime 'kexec-tools'\nDEBUG: providers for kdump are: ['kexec-tools']\nDEBUG: sorted runtime providers for kdump are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb' to satisfy runtime 'kdump'\nDEBUG: providers for vmcore-dmesg are: ['kexec-tools']\nDEBUG: sorted runtime providers for vmcore-dmesg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb' to satisfy runtime 'vmcore-dmesg'\nDEBUG: providers for kexec-tools-dev are: ['kexec-tools']\nDEBUG: sorted runtime providers for kexec-tools-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb' to satisfy runtime 'kexec-tools-dev'\nDEBUG: providers for gstreamer1.0-plugins-good-meta are: ['gstreamer1.0-plugins-good']\nDEBUG: sorted runtime providers for gstreamer1.0-plugins-good-meta are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb' to satisfy runtime 'gstreamer1.0-plugins-good-meta'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'gstreamer1.0', 'glib-2.0-native', 'gstreamer1.0-plugins-base', 'libcap', 'zlib', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'nasm-native', 'bzip2', 'cairo', 'flac', 'gdk-pixbuf', 'libgudev', 'jpeg', 'lame', 'libpng', 'mpg123', 'orc', 'orc-native', 'pulseaudio', 'libsoup', 'speex', 'taglib', 'virtual/libx11', 'libsm', 'libxrender', 'libxfixes', 'libxdamage'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb\nDEBUG: Added runtime dependencies ['gstreamer1.0-plugins-good-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb\nDEBUG: Added runtime recommendations ['gstreamer1.0-plugins-good', 'gstreamer1.0-plugins-good-meta'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb\nDEBUG: providers for gstreamer1.0-plugins-bad-meta are: ['gstreamer1.0-plugins-bad']\nDEBUG: sorted runtime providers for gstreamer1.0-plugins-bad-meta are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb' to satisfy runtime 'gstreamer1.0-plugins-bad-meta'\nDEBUG: providers for gst-examples-dev are: ['gst-examples']\nDEBUG: sorted runtime providers for gst-examples-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb' to satisfy runtime 'gst-examples-dev'\nDEBUG: Assuming gstreamer1.0-plugins-base-playback is a dynamic package, but it may not exist\nDEBUG: providers for gstreamer1.0-plugins-base-playback are: ['gstreamer1.0-plugins-base']\nDEBUG: sorted runtime providers for gstreamer1.0-plugins-base-playback are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb' to satisfy runtime 'gstreamer1.0-plugins-base-playback'\nDEBUG: providers for gstreamer1.0-plugins-base-meta are: ['gstreamer1.0-plugins-base']\nDEBUG: sorted runtime providers for gstreamer1.0-plugins-base-meta are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb' to satisfy runtime 'gstreamer1.0-plugins-base-meta'\nDEBUG: providers for mesa-demos-dev are: ['mesa-demos']\nDEBUG: sorted runtime providers for mesa-demos-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb' to satisfy runtime 'mesa-demos-dev'\nDEBUG: providers for xrestop-dev are: ['xrestop']\nDEBUG: sorted runtime providers for xrestop-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb' to satisfy runtime 'xrestop-dev'\nDEBUG: providers for matchbox-terminal-dev are: ['matchbox-terminal']\nDEBUG: sorted runtime providers for matchbox-terminal-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb' to satisfy runtime 'matchbox-terminal-dev'\nDEBUG: providers for dbus-x11 are: ['dbus']\nDEBUG: sorted runtime providers for dbus-x11 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb' to satisfy runtime 'dbus-x11'\nDEBUG: providers for xrandr are: ['xrandr']\nDEBUG: sorted runtime providers for xrandr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb' to satisfy runtime 'xrandr'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'libxrandr', 'libxrender'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb\nDEBUG: Added runtime dependencies ['xrandr-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb\nDEBUG: Added runtime recommendations ['xrandr'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb\nDEBUG: providers for xset are: ['xset']\nDEBUG: sorted runtime providers for xset are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb' to satisfy runtime 'xset'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'libxext', 'libxmu', 'libxau'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb\nDEBUG: Added runtime dependencies ['xset-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb\nDEBUG: Added runtime recommendations ['xset'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb\nDEBUG: providers for xmodmap are: ['xmodmap']\nDEBUG: sorted runtime providers for xmodmap are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb' to satisfy runtime 'xmodmap'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb\nDEBUG: Added runtime dependencies ['xmodmap-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb\nDEBUG: Added runtime recommendations ['xmodmap'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb\nDEBUG: providers for xhost are: ['xhost']\nDEBUG: sorted runtime providers for xhost are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb' to satisfy runtime 'xhost'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'libxmu', 'libxau', 'gettext-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb\nDEBUG: Added runtime dependencies ['xhost-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb\nDEBUG: Added runtime recommendations ['xhost'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb\nDEBUG: providers for xauth are: ['xauth']\nDEBUG: sorted runtime providers for xauth are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb' to satisfy runtime 'xauth'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'libxau', 'libxext', 'libxmu'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb\nDEBUG: Added runtime dependencies ['xauth-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb\nDEBUG: Added runtime recommendations ['xauth'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb\nDEBUG: providers for xdpyinfo are: ['xdpyinfo']\nDEBUG: sorted runtime providers for xdpyinfo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb' to satisfy runtime 'xdpyinfo'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'libxtst', 'libxext', 'libxxf86vm', 'libxi', 'libxrender', 'libxinerama', 'libxau', 'libxcomposite'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb\nDEBUG: Added runtime dependencies ['xdpyinfo-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb\nDEBUG: Added runtime recommendations ['xdpyinfo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb\nDEBUG: providers for packagegroup-core-x11 are: ['packagegroup-core-x11']\nDEBUG: sorted runtime providers for packagegroup-core-x11 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb' to satisfy runtime 'packagegroup-core-x11'\nDEBUG: providers for xinput-calibrator are: ['xinput-calibrator']\nDEBUG: sorted runtime providers for xinput-calibrator are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb' to satisfy runtime 'xinput-calibrator'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/libx11', 'libxi', 'libxrandr'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb\nDEBUG: Added runtime dependencies ['xinput-calibrator-dev', 'xinput', 'formfactor'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb\nDEBUG: Added runtime recommendations ['xinput-calibrator', 'pointercal-xinput'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb\nDEBUG: providers for xserver-nodm-init are: ['xserver-nodm-init']\nDEBUG: sorted runtime providers for xserver-nodm-init are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb' to satisfy runtime 'xserver-nodm-init'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'update-rc.d', 'initscripts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb\nDEBUG: Added runtime dependencies ['xserver-nodm-init-dev', 'xinit'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb\nDEBUG: Added runtime recommendations ['xserver-nodm-init'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb\nDEBUG: providers for mini-x-session-dev are: ['mini-x-session']\nDEBUG: sorted runtime providers for mini-x-session-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb' to satisfy runtime 'mini-x-session-dev'\nDEBUG: providers for fontconfig-utils are: ['fontconfig']\nDEBUG: sorted runtime providers for fontconfig-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb' to satisfy runtime 'fontconfig-utils'\nDEBUG: providers for xserver-xorg are: ['xserver-xorg']\nNOTE: selecting xserver-xorg to satisfy runtime xserver-xorg due to PREFERRED_PROVIDER_virtual/xserver-xf86 = xserver-xorg\nDEBUG: sorted runtime providers for xserver-xorg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb' to satisfy runtime 'xserver-xorg'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'xorgproto', 'pixman', 'libxfont2', 'xtrans', 'libxau', 'libxext', 'libxdmcp', 'libdrm', 'libxkbfile', 'libpciaccess', 'libxcvt', 'libtirpc', 'font-util', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'virtual/mesa', 'libepoxy', 'virtual/libgbm', 'virtual/libgl', 'virtual/libx11', 'openssl', 'udev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb\nDEBUG: Added runtime dependencies ['xkeyboard-config', 'xkeyboard-config', 'rgb', 'xserver-xf86-config', 'xkbcomp', 'xf86-input-libinput', 'xserver-xorg', 'xserver-xorg-dev', 'xkeyboard-config', 'rgb', 'xserver-xf86-config', 'xkbcomp', 'xf86-input-libinput', 'libegl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb\nDEBUG: Added runtime recommendations ['xserver-xorg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb\nDEBUG: Assuming mesa-driver-swrast is a dynamic package, but it may not exist\nDEBUG: providers for mesa-driver-swrast are: ['mesa']\nNOTE: selecting mesa to satisfy runtime mesa-driver-swrast due to PREFERRED_PROVIDER_virtual/libgl = mesa\nDEBUG: sorted runtime providers for mesa-driver-swrast are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb' to satisfy runtime 'mesa-driver-swrast'\nDEBUG: providers for xf86-video-fbdev are: ['xf86-video-fbdev']\nDEBUG: sorted runtime providers for xf86-video-fbdev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb' to satisfy runtime 'xf86-video-fbdev'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'xorgproto', 'virtual/xserver', 'util-macros'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb\nDEBUG: Added runtime dependencies ['xf86-video-fbdev-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb\nDEBUG: Added runtime recommendations ['xf86-video-fbdev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb\nDEBUG: providers for xf86-video-vmware are: ['xf86-video-vmware']\nDEBUG: sorted runtime providers for xf86-video-vmware are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb' to satisfy runtime 'xf86-video-vmware'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'xorgproto', 'virtual/xserver', 'util-macros', 'virtual/libx11', 'libpciaccess'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb\nDEBUG: Added runtime dependencies ['xf86-video-vmware-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb\nDEBUG: Added runtime recommendations ['xf86-video-vmware'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb\nDEBUG: providers for xf86-video-cirrus are: ['xf86-video-cirrus']\nDEBUG: sorted runtime providers for xf86-video-cirrus are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb' to satisfy runtime 'xf86-video-cirrus'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'xorgproto', 'virtual/xserver', 'util-macros', 'libpciaccess'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb\nDEBUG: Added runtime dependencies ['xf86-video-cirrus-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb\nDEBUG: Added runtime recommendations ['xf86-video-cirrus'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb\nDEBUG: providers for xf86-video-modesetting are: ['xserver-xorg']\nNOTE: selecting xserver-xorg to satisfy runtime xf86-video-modesetting due to PREFERRED_PROVIDER_virtual/xserver-xf86 = xserver-xorg\nDEBUG: sorted runtime providers for xf86-video-modesetting are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb' to satisfy runtime 'xf86-video-modesetting'\nDEBUG: providers for xserver-xorg-module-libint10 are: ['xserver-xorg']\nNOTE: selecting xserver-xorg to satisfy runtime xserver-xorg-module-libint10 due to PREFERRED_PROVIDER_virtual/xserver-xf86 = xserver-xorg\nDEBUG: sorted runtime providers for xserver-xorg-module-libint10 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb' to satisfy runtime 'xserver-xorg-module-libint10'\nDEBUG: providers for xserver-xorg-extension-glx are: ['xserver-xorg']\nNOTE: selecting xserver-xorg to satisfy runtime xserver-xorg-extension-glx due to PREFERRED_PROVIDER_virtual/xserver-xf86 = xserver-xorg\nDEBUG: sorted runtime providers for xserver-xorg-extension-glx are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb' to satisfy runtime 'xserver-xorg-extension-glx'\nDEBUG: providers for xf86-video-vesa are: ['xf86-video-vesa']\nDEBUG: sorted runtime providers for xf86-video-vesa are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb' to satisfy runtime 'xf86-video-vesa'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'xorgproto', 'virtual/xserver', 'util-macros', 'virtual/libx11', 'libpciaccess'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb\nDEBUG: Added runtime dependencies ['xf86-video-vesa-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb\nDEBUG: Added runtime recommendations ['xf86-video-vesa', 'xserver-xorg-module-libint10'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb\nDEBUG: providers for matchbox-wm-dev are: ['matchbox-wm']\nDEBUG: sorted runtime providers for matchbox-wm-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb' to satisfy runtime 'matchbox-wm-dev'\nDEBUG: providers for puzzles-dev are: ['puzzles']\nDEBUG: sorted runtime providers for puzzles-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb' to satisfy runtime 'puzzles-dev'\nDEBUG: providers for settings-daemon-dev are: ['settings-daemon']\nDEBUG: sorted runtime providers for settings-daemon-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb' to satisfy runtime 'settings-daemon-dev'\nDEBUG: providers for formfactor are: ['formfactor']\nDEBUG: sorted runtime providers for formfactor are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb' to satisfy runtime 'formfactor'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: Added runtime dependencies ['formfactor-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: Added runtime recommendations ['formfactor'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: providers for matchbox-keyboard-dev are: ['matchbox-keyboard']\nDEBUG: sorted runtime providers for matchbox-keyboard-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb' to satisfy runtime 'matchbox-keyboard-dev'\nDEBUG: providers for dbus-wait are: ['dbus-wait']\nDEBUG: sorted runtime providers for dbus-wait are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb' to satisfy runtime 'dbus-wait'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'dbus'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb\nDEBUG: Added runtime dependencies ['dbus-wait-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb\nDEBUG: Added runtime recommendations ['dbus-wait'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb\nDEBUG: providers for connman-gnome-dev are: ['connman-gnome']\nDEBUG: sorted runtime providers for connman-gnome-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb' to satisfy runtime 'connman-gnome-dev'\nDEBUG: Assuming pulseaudio-module-device-manager is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-device-manager are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-device-manager are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-device-manager'\nDEBUG: Assuming pulseaudio-module-x11-publish is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-x11-publish are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-x11-publish are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-x11-publish'\nDEBUG: Assuming pulseaudio-module-position-event-sounds is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-position-event-sounds are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-position-event-sounds are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-position-event-sounds'\nDEBUG: Assuming pulseaudio-module-alsa-sink is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-alsa-sink are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-alsa-sink are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-alsa-sink'\nDEBUG: Assuming pulseaudio-module-role-cork is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-role-cork are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-role-cork are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-role-cork'\nDEBUG: Assuming pulseaudio-module-detect is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-detect are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-detect are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-detect'\nDEBUG: Assuming pulseaudio-module-intended-roles is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-intended-roles are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-intended-roles are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-intended-roles'\nDEBUG: Assuming pulseaudio-module-filter-apply is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-filter-apply are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-filter-apply are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-filter-apply'\nDEBUG: providers for pulseaudio are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio'\nDEBUG: Assuming pulseaudio-module-x11-xsmp is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-x11-xsmp are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-x11-xsmp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-x11-xsmp'\nDEBUG: Assuming pulseaudio-module-stream-restore is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-stream-restore are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-stream-restore are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-stream-restore'\nDEBUG: Assuming pulseaudio-module-filter-heuristics is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-filter-heuristics are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-filter-heuristics are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-filter-heuristics'\nDEBUG: providers for alsa-plugins-pulseaudio-conf are: ['alsa-plugins']\nDEBUG: sorted runtime providers for alsa-plugins-pulseaudio-conf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb' to satisfy runtime 'alsa-plugins-pulseaudio-conf'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'alsa-lib', 'pulseaudio', 'libsamplerate0', 'speexdsp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb\nDEBUG: Added runtime dependencies ['alsa-plugins-dev', 'libasound-module-conf-pulse', 'libasound-module-ctl-pulse', 'libasound-module-pcm-pulse'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb\nDEBUG: Added runtime recommendations ['alsa-plugins'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb\nDEBUG: Assuming pulseaudio-module-cli-protocol-unix is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-cli-protocol-unix are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-cli-protocol-unix are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-cli-protocol-unix'\nDEBUG: Assuming pulseaudio-module-alsa-card is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-alsa-card are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-alsa-card are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-alsa-card'\nDEBUG: Assuming pulseaudio-module-udev-detect is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-udev-detect are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-udev-detect are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-udev-detect'\nDEBUG: Assuming pulseaudio-module-suspend-on-idle is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-suspend-on-idle are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-suspend-on-idle are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-suspend-on-idle'\nDEBUG: Assuming pulseaudio-module-x11-cork-request is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-x11-cork-request are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-x11-cork-request are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-x11-cork-request'\nDEBUG: Assuming pulseaudio-module-null-sink is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-null-sink are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-null-sink are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-null-sink'\nDEBUG: providers for consolekit are: ['consolekit']\nDEBUG: sorted runtime providers for consolekit are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb' to satisfy runtime 'consolekit'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'glib-2.0-native', 'dbus', 'dbus-glib', 'virtual/libx11'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb\nDEBUG: Added runtime dependencies ['consolekit', 'consolekit-dev', 'base-files'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb\nDEBUG: Added runtime recommendations ['consolekit'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb\nDEBUG: Assuming pulseaudio-module-rescue-streams is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-rescue-streams are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-rescue-streams are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-rescue-streams'\nDEBUG: Assuming pulseaudio-module-alsa-source is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-alsa-source are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-alsa-source are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-alsa-source'\nDEBUG: providers for pulseaudio-dev are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-dev'\nDEBUG: providers for pulseaudio-module-console-kit are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-console-kit are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-console-kit'\nDEBUG: Assuming pulseaudio-module-always-sink is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-always-sink are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-always-sink are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-always-sink'\nDEBUG: Assuming pulseaudio-module-default-device-restore is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-default-device-restore are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-default-device-restore are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-default-device-restore'\nDEBUG: Assuming pulseaudio-module-card-restore is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-card-restore are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-card-restore are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-card-restore'\nDEBUG: Assuming pulseaudio-module-device-restore is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-device-restore are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-device-restore are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-device-restore'\nDEBUG: Assuming pulseaudio-module-augment-properties is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-augment-properties are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-augment-properties are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-augment-properties'\nDEBUG: Assuming pulseaudio-module-switch-on-port-available is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-switch-on-port-available are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-switch-on-port-available are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-switch-on-port-available'\nDEBUG: Assuming pulseaudio-module-native-protocol-unix is a dynamic package, but it may not exist\nDEBUG: providers for pulseaudio-module-native-protocol-unix are: ['pulseaudio']\nDEBUG: sorted runtime providers for pulseaudio-module-native-protocol-unix are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' to satisfy runtime 'pulseaudio-module-native-protocol-unix'\nDEBUG: providers for adwaita-icon-theme are: ['adwaita-icon-theme']\nDEBUG: sorted runtime providers for adwaita-icon-theme are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb' to satisfy runtime 'adwaita-icon-theme'\nDEBUG: Added dependencies ['pkgconfig-native', 'hicolor-icon-theme', 'gdk-pixbuf', 'gtk+3', 'gtk+3-native', 'librsvg-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb\nDEBUG: Added runtime dependencies ['adwaita-icon-theme-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb\nDEBUG: Added runtime recommendations ['adwaita-icon-theme'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb\nDEBUG: providers for pcmanfm-dev are: ['pcmanfm']\nDEBUG: sorted runtime providers for pcmanfm-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb' to satisfy runtime 'pcmanfm-dev'\nDEBUG: providers for sato-icon-theme-dev are: ['sato-icon-theme']\nDEBUG: sorted runtime providers for sato-icon-theme-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb' to satisfy runtime 'sato-icon-theme-dev'\nDEBUG: Assuming util-linux-blkid is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-blkid are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-blkid are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-blkid'\nDEBUG: providers for udev-extraconf-dev are: ['udev-extraconf']\nDEBUG: sorted runtime providers for udev-extraconf-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb' to satisfy runtime 'udev-extraconf-dev'\nDEBUG: providers for shutdown-desktop-dev are: ['shutdown-desktop']\nDEBUG: sorted runtime providers for shutdown-desktop-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb' to satisfy runtime 'shutdown-desktop-dev'\nDEBUG: providers for matchbox-config-gtk-dev are: ['matchbox-config-gtk']\nDEBUG: sorted runtime providers for matchbox-config-gtk-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb' to satisfy runtime 'matchbox-config-gtk-dev'\nDEBUG: providers for matchbox-desktop-dev are: ['matchbox-desktop']\nDEBUG: sorted runtime providers for matchbox-desktop-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb' to satisfy runtime 'matchbox-desktop-dev'\nDEBUG: providers for sato-screenshot-dev are: ['sato-screenshot']\nDEBUG: sorted runtime providers for sato-screenshot-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb' to satisfy runtime 'sato-screenshot-dev'\nDEBUG: providers for xcursor-transparent-theme-dev are: ['xcursor-transparent-theme']\nDEBUG: sorted runtime providers for xcursor-transparent-theme-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb' to satisfy runtime 'xcursor-transparent-theme-dev'\nDEBUG: providers for l3afpad-dev are: ['l3afpad']\nDEBUG: sorted runtime providers for l3afpad-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb' to satisfy runtime 'l3afpad-dev'\nDEBUG: providers for matchbox-theme-sato are: ['matchbox-theme-sato']\nDEBUG: sorted runtime providers for matchbox-theme-sato are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb' to satisfy runtime 'matchbox-theme-sato'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'matchbox-wm'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb\nDEBUG: Added runtime dependencies ['matchbox-theme-sato-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb\nDEBUG: Added runtime recommendations ['matchbox-theme-sato'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb\nDEBUG: providers for matchbox-session are: ['matchbox-session']\nDEBUG: sorted runtime providers for matchbox-session are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb' to satisfy runtime 'matchbox-session'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb\nDEBUG: Added runtime dependencies ['matchbox-session-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb\nDEBUG: Added runtime recommendations ['matchbox-session'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb\nDEBUG: providers for matchbox-session-sato-dev are: ['matchbox-session-sato']\nDEBUG: sorted runtime providers for matchbox-session-sato-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb' to satisfy runtime 'matchbox-session-sato-dev'\nDEBUG: providers for gconf are: ['gconf']\nDEBUG: sorted runtime providers for gconf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb' to satisfy runtime 'gconf'\nDEBUG: providers for matchbox-panel-2 are: ['matchbox-panel-2']\nDEBUG: sorted runtime providers for matchbox-panel-2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb' to satisfy runtime 'matchbox-panel-2'\nDEBUG: providers for pulseaudio-client-conf-sato-dev are: ['pulseaudio-client-conf-sato']\nDEBUG: sorted runtime providers for pulseaudio-client-conf-sato-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb' to satisfy runtime 'pulseaudio-client-conf-sato-dev'\nDEBUG: providers for nativesdk-libxml-parser-perl-dev are: ['nativesdk-libxml-parser-perl']\nDEBUG: sorted runtime providers for nativesdk-libxml-parser-perl-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb' to satisfy runtime 'nativesdk-libxml-parser-perl-dev'\nDEBUG: providers for nativesdk-python3-setuptools-dev are: ['nativesdk-python3-setuptools']\nDEBUG: sorted runtime providers for nativesdk-python3-setuptools-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb' to satisfy runtime 'nativesdk-python3-setuptools-dev'\nDEBUG: providers for nativesdk-shared-mime-info-dev are: ['nativesdk-shared-mime-info']\nDEBUG: sorted runtime providers for nativesdk-shared-mime-info-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb' to satisfy runtime 'nativesdk-shared-mime-info-dev'\nDEBUG: providers for nativesdk-bash-completion-dev are: ['nativesdk-bash-completion']\nDEBUG: sorted runtime providers for nativesdk-bash-completion-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb' to satisfy runtime 'nativesdk-bash-completion-dev'\nDEBUG: providers for nativesdk-glibc-testsuite are: ['nativesdk-glibc-testsuite']\nDEBUG: sorted runtime providers for nativesdk-glibc-testsuite are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb' to satisfy runtime 'nativesdk-glibc-testsuite'\nDEBUG: providers for nativesdk-glibc-testsuite-dev are: ['nativesdk-glibc-testsuite']\nDEBUG: sorted runtime providers for nativesdk-glibc-testsuite-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb' to satisfy runtime 'nativesdk-glibc-testsuite-dev'\nDEBUG: providers for nativesdk-glibc-testsuite-utils are: ['nativesdk-glibc-testsuite']\nDEBUG: sorted runtime providers for nativesdk-glibc-testsuite-utils are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.38.bb' to satisfy runtime 'nativesdk-glibc-testsuite-utils'\nDEBUG: providers for nativesdk-bash-dev are: ['nativesdk-bash']\nDEBUG: sorted runtime providers for nativesdk-bash-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb' to satisfy runtime 'nativesdk-bash-dev'\nDEBUG: providers for nativesdk-python3-markupsafe-dev are: ['nativesdk-python3-markupsafe']\nDEBUG: sorted runtime providers for nativesdk-python3-markupsafe-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb' to satisfy runtime 'nativesdk-python3-markupsafe-dev'\nDEBUG: providers for nativesdk-python3-extras-dev are: ['nativesdk-python3-extras']\nDEBUG: sorted runtime providers for nativesdk-python3-extras-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-extras_1.0.0.bb' to satisfy runtime 'nativesdk-python3-extras-dev'\nDEBUG: providers for nativesdk-python3-six-dev are: ['nativesdk-python3-six']\nDEBUG: sorted runtime providers for nativesdk-python3-six-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb' to satisfy runtime 'nativesdk-python3-six-dev'\nDEBUG: providers for nativesdk-python3-iso8601-dev are: ['nativesdk-python3-iso8601']\nDEBUG: sorted runtime providers for nativesdk-python3-iso8601-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb' to satisfy runtime 'nativesdk-python3-iso8601-dev'\nDEBUG: providers for nativesdk-findutils-dev are: ['nativesdk-findutils']\nDEBUG: sorted runtime providers for nativesdk-findutils-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb' to satisfy runtime 'nativesdk-findutils-dev'\nDEBUG: providers for m4-native-dev are: ['m4-native']\nDEBUG: sorted runtime providers for m4-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb' to satisfy runtime 'm4-native-dev'\nDEBUG: providers for python3-io-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-io-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-io-native'\nDEBUG: providers for init-system-helpers-dev are: ['init-system-helpers']\nDEBUG: sorted runtime providers for init-system-helpers-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb' to satisfy runtime 'init-system-helpers-dev'\nDEBUG: providers for init-system-helpers-invoke-rc.d are: ['init-system-helpers']\nDEBUG: sorted runtime providers for init-system-helpers-invoke-rc.d are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb' to satisfy runtime 'init-system-helpers-invoke-rc.d'\nDEBUG: providers for init-system-helpers are: ['init-system-helpers']\nDEBUG: sorted runtime providers for init-system-helpers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb' to satisfy runtime 'init-system-helpers'\nDEBUG: providers for ptest-runner-dev are: ['ptest-runner']\nDEBUG: sorted runtime providers for ptest-runner-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb' to satisfy runtime 'ptest-runner-dev'\nDEBUG: providers for tzdata-right are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-right are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-right'\nDEBUG: providers for tzdata-posix are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-posix are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-posix'\nDEBUG: providers for tzdata-africa are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-africa are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-africa'\nDEBUG: providers for tzdata-antarctica are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-antarctica are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-antarctica'\nDEBUG: providers for tzdata-europe are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-europe are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-europe'\nDEBUG: providers for tzdata-asia are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-asia are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-asia'\nDEBUG: providers for tzdata-americas are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-americas are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-americas'\nDEBUG: providers for tzdata-atlantic are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-atlantic are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-atlantic'\nDEBUG: providers for tzdata-misc are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-misc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-misc'\nDEBUG: providers for tzdata-pacific are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-pacific are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-pacific'\nDEBUG: providers for tzdata-arctic are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-arctic are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-arctic'\nDEBUG: providers for tzdata-core are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-core are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-core'\nDEBUG: providers for tzdata-australia are: ['tzdata']\nDEBUG: sorted runtime providers for tzdata-australia are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb' to satisfy runtime 'tzdata-australia'\nDEBUG: providers for binutils-dev are: ['binutils']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb as PREFERRED_VERSION 2.41% of package binutils (for item binutils-dev)\nDEBUG: sorted runtime providers for binutils-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb' to satisfy runtime 'binutils-dev'\nDEBUG: providers for ca-certificates-dev are: ['ca-certificates']\nDEBUG: sorted runtime providers for ca-certificates-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb' to satisfy runtime 'ca-certificates-dev'\nDEBUG: providers for unzip-dev are: ['unzip']\nDEBUG: sorted runtime providers for unzip-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb' to satisfy runtime 'unzip-dev'\nDEBUG: providers for libarchive are: ['libarchive']\nDEBUG: sorted runtime providers for libarchive are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb' to satisfy runtime 'libarchive'\nDEBUG: providers for libarchive-dev are: ['libarchive']\nDEBUG: sorted runtime providers for libarchive-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb' to satisfy runtime 'libarchive-dev'\nDEBUG: providers for python3-six-dev are: ['python3-six']\nDEBUG: sorted runtime providers for python3-six-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb' to satisfy runtime 'python3-six-dev'\nDEBUG: providers for python3-profile-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-profile-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-profile-native'\nDEBUG: providers for nativesdk-python3-smmap-dev are: ['nativesdk-python3-smmap']\nDEBUG: sorted runtime providers for nativesdk-python3-smmap-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smmap_6.0.0.bb' to satisfy runtime 'nativesdk-python3-smmap-dev'\nDEBUG: providers for nativesdk-python3-pip-dev are: ['nativesdk-python3-pip']\nDEBUG: sorted runtime providers for nativesdk-python3-pip-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb' to satisfy runtime 'nativesdk-python3-pip-dev'\nDEBUG: providers for python3-image-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-image-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-image-native'\nDEBUG: providers for python3-xmlrpc-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-xmlrpc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-xmlrpc-native'\nDEBUG: providers for python3-multiprocessing-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-multiprocessing-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-multiprocessing-native'\nDEBUG: providers for python3-unixadmin-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-unixadmin-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-unixadmin-native'\nDEBUG: providers for expect-native are: ['expect-native']\nDEBUG: sorted runtime providers for expect-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb' to satisfy runtime 'expect-native'\nDEBUG: providers for tcl-native are: ['tcl-native']\nDEBUG: sorted runtime providers for tcl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb' to satisfy runtime 'tcl-native'\nDEBUG: providers for mesa-megadriver-native are: ['mesa-native']\nNOTE: selecting mesa-native to satisfy runtime mesa-megadriver-native due to PREFERRED_PROVIDER_virtual/libgl-native = mesa-native\nDEBUG: sorted runtime providers for mesa-megadriver-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb' to satisfy runtime 'mesa-megadriver-native'\nDEBUG: providers for openssl-native are: ['openssl-native']\nNOTE: selecting openssl-native to satisfy runtime openssl-native due to PREFERRED_PROVIDER_openssl-native = openssl-native\nDEBUG: sorted runtime providers for openssl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb' to satisfy runtime 'openssl-native'\nDEBUG: providers for libmd are: ['libmd']\nDEBUG: sorted runtime providers for libmd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb' to satisfy runtime 'libmd'\nDEBUG: providers for libmd-dev are: ['libmd']\nDEBUG: sorted runtime providers for libmd-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb' to satisfy runtime 'libmd-dev'\nDEBUG: providers for readline-dev are: ['readline']\nDEBUG: sorted runtime providers for readline-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb' to satisfy runtime 'readline-dev'\nDEBUG: providers for readline are: ['readline']\nDEBUG: sorted runtime providers for readline are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb' to satisfy runtime 'readline'\nDEBUG: providers for expat-dev are: ['expat']\nDEBUG: sorted runtime providers for expat-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb' to satisfy runtime 'expat-dev'\nDEBUG: providers for expat are: ['expat']\nDEBUG: sorted runtime providers for expat are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb' to satisfy runtime 'expat'\nDEBUG: Assuming glibc-gconv-euc-jp is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-euc-jp are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-euc-jp)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-euc-jp due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-euc-jp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-euc-jp'\nDEBUG: Assuming glibc-gconv-iso8859-9 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-iso8859-9 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-iso8859-9)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-iso8859-9 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-iso8859-9 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-iso8859-9'\nDEBUG: Assuming glibc-charmap-iso-8859-1 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-iso-8859-1 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-iso-8859-1)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-iso-8859-1 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-iso-8859-1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-iso-8859-1'\nDEBUG: Assuming glibc-gconv-gb18030 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-gb18030 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-gb18030)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-gb18030 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-gb18030 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-gb18030'\nDEBUG: Assuming glibc-charmap-koi8-r is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-koi8-r are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-koi8-r)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-koi8-r due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-koi8-r are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-koi8-r'\nDEBUG: Assuming glibc-charmap-euc-jp is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-euc-jp are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-euc-jp)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-euc-jp due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-euc-jp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-euc-jp'\nDEBUG: Assuming glibc-gconv-cp1251 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-cp1251 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-cp1251)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-cp1251 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-cp1251 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-cp1251'\nDEBUG: Assuming glibc-charmap-big5 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-big5 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-big5)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-big5 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-big5 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-big5'\nDEBUG: providers for gettext-dev are: ['gettext']\nNOTE: selecting gettext to satisfy runtime gettext-dev due to PREFERRED_PROVIDER_virtual/gettext = gettext\nDEBUG: sorted runtime providers for gettext-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb' to satisfy runtime 'gettext-dev'\nDEBUG: Assuming glibc-charmap-cp1251 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-cp1251 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-cp1251)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-cp1251 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-cp1251 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-cp1251'\nDEBUG: Assuming locale-base-de-de.iso-8859-1 is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-de-de.iso-8859-1 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-de-de.iso-8859-1)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-de-de.iso-8859-1 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-de-de.iso-8859-1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-de-de.iso-8859-1'\nDEBUG: Assuming glibc-gconv-big5 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-big5 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-big5)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-big5 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-big5 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-big5'\nDEBUG: Assuming glibc-charmap-iso-8859-9 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-iso-8859-9 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-iso-8859-9)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-iso-8859-9 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-iso-8859-9 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-iso-8859-9'\nDEBUG: Assuming glibc-gconv-iso8859-2 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-iso8859-2 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-iso8859-2)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-iso8859-2 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-iso8859-2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-iso8859-2'\nDEBUG: Assuming glibc-charmap-gb18030 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-gb18030 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-gb18030)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-gb18030 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-gb18030 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-gb18030'\nDEBUG: Assuming glibc-charmap-iso-8859-2 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-iso-8859-2 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-iso-8859-2)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-iso-8859-2 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-iso-8859-2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-iso-8859-2'\nDEBUG: Assuming glibc-gconv-euc-kr is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-euc-kr are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-euc-kr)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-euc-kr due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-euc-kr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-euc-kr'\nDEBUG: Assuming glibc-gconv-koi8-r is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-koi8-r are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-koi8-r)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-koi8-r due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-koi8-r are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-koi8-r'\nDEBUG: Assuming glibc-charmap-euc-kr is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-euc-kr are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-euc-kr)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-euc-kr due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-euc-kr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-euc-kr'\nDEBUG: providers for libedit are: ['libedit']\nDEBUG: sorted runtime providers for libedit are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb' to satisfy runtime 'libedit'\nDEBUG: providers for libedit-dev are: ['libedit']\nDEBUG: sorted runtime providers for libedit-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb' to satisfy runtime 'libedit-dev'\nDEBUG: providers for libtirpc-dev are: ['libtirpc']\nDEBUG: sorted runtime providers for libtirpc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb' to satisfy runtime 'libtirpc-dev'\nDEBUG: providers for libtirpc are: ['libtirpc']\nDEBUG: sorted runtime providers for libtirpc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb' to satisfy runtime 'libtirpc'\nDEBUG: providers for libnsl2 are: ['libnsl2']\nDEBUG: sorted runtime providers for libnsl2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb' to satisfy runtime 'libnsl2'\nDEBUG: providers for libnsl2-dev are: ['libnsl2']\nDEBUG: sorted runtime providers for libnsl2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb' to satisfy runtime 'libnsl2-dev'\nDEBUG: providers for libxcrypt-dev are: ['libxcrypt']\nNOTE: selecting libxcrypt to satisfy runtime libxcrypt-dev due to PREFERRED_PROVIDER_virtual/crypt = libxcrypt\nDEBUG: sorted runtime providers for libxcrypt-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb' to satisfy runtime 'libxcrypt-dev'\nDEBUG: providers for libxcrypt are: ['libxcrypt']\nNOTE: selecting libxcrypt to satisfy runtime libxcrypt due to PREFERRED_PROVIDER_virtual/crypt = libxcrypt\nDEBUG: sorted runtime providers for libxcrypt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb' to satisfy runtime 'libxcrypt'\nDEBUG: providers for libffi are: ['libffi']\nDEBUG: sorted runtime providers for libffi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb' to satisfy runtime 'libffi'\nDEBUG: providers for libffi-dev are: ['libffi']\nDEBUG: sorted runtime providers for libffi-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb' to satisfy runtime 'libffi-dev'\nDEBUG: providers for gdbm-bin are: ['gdbm']\nDEBUG: sorted runtime providers for gdbm-bin are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb' to satisfy runtime 'gdbm-bin'\nDEBUG: providers for gdbm-dev are: ['gdbm']\nDEBUG: sorted runtime providers for gdbm-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb' to satisfy runtime 'gdbm-dev'\nDEBUG: providers for gdbm are: ['gdbm']\nDEBUG: sorted runtime providers for gdbm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb' to satisfy runtime 'gdbm'\nDEBUG: providers for libmicrohttpd are: ['libmicrohttpd']\nDEBUG: sorted runtime providers for libmicrohttpd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb' to satisfy runtime 'libmicrohttpd'\nDEBUG: providers for libmicrohttpd-dev are: ['libmicrohttpd']\nDEBUG: sorted runtime providers for libmicrohttpd-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb' to satisfy runtime 'libmicrohttpd-dev'\nDEBUG: Assuming perl-module-io-socket is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-io-socket are: ['perl']\nDEBUG: sorted runtime providers for perl-module-io-socket are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-io-socket'\nDEBUG: Assuming perl-module-memoize is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-memoize are: ['perl']\nDEBUG: sorted runtime providers for perl-module-memoize are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-memoize'\nDEBUG: Assuming perl-module-base is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-base are: ['perl']\nDEBUG: sorted runtime providers for perl-module-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-base'\nDEBUG: providers for curl-dev are: ['curl']\nDEBUG: sorted runtime providers for curl-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb' to satisfy runtime 'curl-dev'\nDEBUG: Assuming perl-module-b is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-b are: ['perl']\nDEBUG: sorted runtime providers for perl-module-b are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-b'\nDEBUG: Assuming perl-module-ipc-open2 is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-ipc-open2 are: ['perl']\nDEBUG: sorted runtime providers for perl-module-ipc-open2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-ipc-open2'\nDEBUG: providers for libgpg-error-dev are: ['libgpg-error']\nDEBUG: sorted runtime providers for libgpg-error-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb' to satisfy runtime 'libgpg-error-dev'\nDEBUG: providers for libgpg-error are: ['libgpg-error']\nDEBUG: sorted runtime providers for libgpg-error are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb' to satisfy runtime 'libgpg-error'\nDEBUG: providers for libcap are: ['libcap']\nDEBUG: sorted runtime providers for libcap are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb' to satisfy runtime 'libcap'\nDEBUG: Assuming locale-base-es-es is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-es-es are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-es-es)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-es-es due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-es-es are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-es-es'\nDEBUG: providers for gnome-desktop-testing are: ['gnome-desktop-testing']\nDEBUG: sorted runtime providers for gnome-desktop-testing are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb' to satisfy runtime 'gnome-desktop-testing'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb\nDEBUG: Added runtime dependencies ['gnome-desktop-testing-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb\nDEBUG: Added runtime recommendations ['gnome-desktop-testing'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb\nDEBUG: Assuming glib-2.0-locale-th is a dynamic package, but it may not exist\nDEBUG: providers for glib-2.0-locale-th are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-locale-th are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-locale-th'\nDEBUG: Assuming locale-base-pl-pl.iso-8859-2 is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-pl-pl.iso-8859-2 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-pl-pl.iso-8859-2)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-pl-pl.iso-8859-2 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-pl-pl.iso-8859-2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-pl-pl.iso-8859-2'\nDEBUG: Assuming glib-2.0-locale-ru is a dynamic package, but it may not exist\nDEBUG: providers for glib-2.0-locale-ru are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-locale-ru are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-locale-ru'\nDEBUG: Assuming glibc-charmap-cp1255 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-cp1255 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-cp1255)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-cp1255 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-cp1255 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-cp1255'\nDEBUG: providers for glib-2.0-utils are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-utils'\nDEBUG: providers for shared-mime-info are: ['shared-mime-info']\nDEBUG: sorted runtime providers for shared-mime-info are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb' to satisfy runtime 'shared-mime-info'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'libxml2', 'itstool-native', 'glib-2.0', 'shared-mime-info-native', 'xmlto-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb\nDEBUG: Added runtime dependencies ['shared-mime-info', 'shared-mime-info-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb\nDEBUG: Added runtime recommendations ['shared-mime-info'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb\nDEBUG: providers for python3-dbusmock are: ['python3-dbusmock']\nDEBUG: sorted runtime providers for python3-dbusmock are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb' to satisfy runtime 'python3-dbusmock'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-setuptools-scm-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb\nDEBUG: Added runtime dependencies ['python3-dbusmock-dev', 'python3-dbus', 'python3-unittest', 'python3-xml', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb\nDEBUG: Added runtime recommendations ['python3-dbusmock', 'python3-pygobject'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb\nDEBUG: Assuming glibc-gconv-utf-7 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-utf-7 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-utf-7)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-utf-7 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-utf-7 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-utf-7'\nDEBUG: Assuming glib-2.0-locale-ja is a dynamic package, but it may not exist\nDEBUG: providers for glib-2.0-locale-ja are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-locale-ja are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-locale-ja'\nDEBUG: Assuming locale-base-hr-hr is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-hr-hr are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-hr-hr)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-hr-hr due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-hr-hr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-hr-hr'\nDEBUG: Assuming glibc-gconv-cp1255 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-cp1255 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-cp1255)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-cp1255 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-cp1255 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-cp1255'\nDEBUG: Assuming locale-base-el-gr is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-el-gr are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-el-gr)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-el-gr due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-el-gr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-el-gr'\nDEBUG: Assuming glibc-localedata-translit-cjk-variants is a dynamic package, but it may not exist\nDEBUG: providers for glibc-localedata-translit-cjk-variants are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-localedata-translit-cjk-variants)\nNOTE: selecting glibc-locale to satisfy runtime glibc-localedata-translit-cjk-variants due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-localedata-translit-cjk-variants are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-localedata-translit-cjk-variants'\nDEBUG: Assuming locale-base-fa-ir is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-fa-ir are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-fa-ir)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-fa-ir due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-fa-ir are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-fa-ir'\nDEBUG: Assuming locale-base-pl-pl is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-pl-pl are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-pl-pl)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-pl-pl due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-pl-pl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-pl-pl'\nDEBUG: Assuming glibc-charmap-invariant is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-invariant are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-invariant)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-invariant due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-invariant are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-invariant'\nDEBUG: Assuming glib-2.0-locale-pl is a dynamic package, but it may not exist\nDEBUG: providers for glib-2.0-locale-pl are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-locale-pl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-locale-pl'\nDEBUG: Assuming glib-2.0-locale-hr is a dynamic package, but it may not exist\nDEBUG: providers for glib-2.0-locale-hr are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-locale-hr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-locale-hr'\nDEBUG: providers for desktop-file-utils are: ['desktop-file-utils']\nDEBUG: sorted runtime providers for desktop-file-utils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb' to satisfy runtime 'desktop-file-utils'\nDEBUG: providers for python3-setuptools are: ['python3-setuptools']\nDEBUG: sorted runtime providers for python3-setuptools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb' to satisfy runtime 'python3-setuptools'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3', 'python3-native', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb\nDEBUG: Added runtime dependencies ['python3-compression', 'python3-email', 'python3-plistlib', 'python3-pprint', 'python3-setuptools-dev', 'python3-2to3', 'python3-compile', 'python3-compression', 'python3-ctypes', 'python3-email', 'python3-html', 'python3-json', 'python3-netserver', 'python3-numbers', 'python3-pickle', 'python3-pkg-resources', 'python3-pkgutil', 'python3-plistlib', 'python3-shell', 'python3-stringold', 'python3-threading', 'python3-unittest', 'python3-xml', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb\nDEBUG: Added runtime recommendations ['python3-setuptools'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb\nDEBUG: Assuming glibc-charmap-utf-8 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-charmap-utf-8 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-charmap-utf-8)\nNOTE: selecting glibc-locale to satisfy runtime glibc-charmap-utf-8 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-charmap-utf-8 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-charmap-utf-8'\nDEBUG: Assuming glib-2.0-locale-el is a dynamic package, but it may not exist\nDEBUG: providers for glib-2.0-locale-el are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-locale-el are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-locale-el'\nDEBUG: providers for glib-2.0 are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0'\nDEBUG: Assuming locale-base-ja-jp.euc-jp is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-ja-jp.euc-jp are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-ja-jp.euc-jp)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-ja-jp.euc-jp due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-ja-jp.euc-jp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-ja-jp.euc-jp'\nDEBUG: Assuming glib-2.0-locale-lt is a dynamic package, but it may not exist\nDEBUG: providers for glib-2.0-locale-lt are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-locale-lt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-locale-lt'\nDEBUG: providers for glib-2.0-dev are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-dev'\nDEBUG: providers for glib-2.0-codegen are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-codegen are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-codegen'\nDEBUG: Assuming locale-base-lt-lt is a dynamic package, but it may not exist\nDEBUG: providers for locale-base-lt-lt are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item locale-base-lt-lt)\nNOTE: selecting glibc-locale to satisfy runtime locale-base-lt-lt due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for locale-base-lt-lt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'locale-base-lt-lt'\nDEBUG: Assuming glib-2.0-locale-fr is a dynamic package, but it may not exist\nDEBUG: providers for glib-2.0-locale-fr are: ['glib-2.0']\nDEBUG: sorted runtime providers for glib-2.0-locale-fr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb' to satisfy runtime 'glib-2.0-locale-fr'\nDEBUG: providers for gpgme-dev are: ['gpgme']\nDEBUG: sorted runtime providers for gpgme-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb' to satisfy runtime 'gpgme-dev'\nDEBUG: providers for gpgme are: ['gpgme']\nDEBUG: sorted runtime providers for gpgme are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb' to satisfy runtime 'gpgme'\nDEBUG: providers for libxml2-python are: ['libxml2']\nDEBUG: sorted runtime providers for libxml2-python are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb' to satisfy runtime 'libxml2-python'\nDEBUG: providers for libxml2-dev are: ['libxml2']\nDEBUG: sorted runtime providers for libxml2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb' to satisfy runtime 'libxml2-dev'\nDEBUG: Assuming glibc-gconv-ibm1141 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-ibm1141 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-ibm1141)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-ibm1141 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-ibm1141 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-ibm1141'\nDEBUG: Assuming glibc-gconv-ebcdic-us is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-ebcdic-us are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-ebcdic-us)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-ebcdic-us due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-ebcdic-us are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-ebcdic-us'\nDEBUG: Assuming glibc-gconv-iso8859-5 is a dynamic package, but it may not exist\nDEBUG: providers for glibc-gconv-iso8859-5 are: ['glibc-locale']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb as PREFERRED_VERSION 2.38% of package glibc-locale (for item glibc-gconv-iso8859-5)\nNOTE: selecting glibc-locale to satisfy runtime glibc-gconv-iso8859-5 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale\nDEBUG: sorted runtime providers for glibc-gconv-iso8859-5 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb' to satisfy runtime 'glibc-gconv-iso8859-5'\nDEBUG: providers for libxml2 are: ['libxml2']\nDEBUG: sorted runtime providers for libxml2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb' to satisfy runtime 'libxml2'\nDEBUG: providers for libcheck-dev are: ['libcheck']\nDEBUG: sorted runtime providers for libcheck-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb' to satisfy runtime 'libcheck-dev'\nDEBUG: providers for libcheck are: ['libcheck']\nDEBUG: sorted runtime providers for libcheck are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb' to satisfy runtime 'libcheck'\nDEBUG: providers for libsolv-dev are: ['libsolv']\nDEBUG: sorted runtime providers for libsolv-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb' to satisfy runtime 'libsolv-dev'\nDEBUG: providers for libsolv are: ['libsolv']\nDEBUG: sorted runtime providers for libsolv are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb' to satisfy runtime 'libsolv'\nDEBUG: providers for json-c are: ['json-c']\nDEBUG: sorted runtime providers for json-c are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb' to satisfy runtime 'json-c'\nDEBUG: providers for json-c-dev are: ['json-c']\nDEBUG: sorted runtime providers for json-c-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb' to satisfy runtime 'json-c-dev'\nDEBUG: providers for gtk-doc-dev are: ['gtk-doc']\nDEBUG: sorted runtime providers for gtk-doc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb' to satisfy runtime 'gtk-doc-dev'\nDEBUG: providers for gtk-doc are: ['gtk-doc']\nDEBUG: sorted runtime providers for gtk-doc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb' to satisfy runtime 'gtk-doc'\nDEBUG: providers for gobject-introspection-dev are: ['gobject-introspection']\nDEBUG: sorted runtime providers for gobject-introspection-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb' to satisfy runtime 'gobject-introspection-dev'\nDEBUG: providers for gobject-introspection are: ['gobject-introspection']\nDEBUG: sorted runtime providers for gobject-introspection are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb' to satisfy runtime 'gobject-introspection'\nDEBUG: providers for libmodulemd-dev are: ['libmodulemd']\nDEBUG: sorted runtime providers for libmodulemd-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb' to satisfy runtime 'libmodulemd-dev'\nDEBUG: providers for libmodulemd are: ['libmodulemd']\nDEBUG: sorted runtime providers for libmodulemd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb' to satisfy runtime 'libmodulemd'\nDEBUG: providers for nativesdk-libcap-ng are: ['nativesdk-libcap-ng']\nDEBUG: sorted runtime providers for nativesdk-libcap-ng are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb' to satisfy runtime 'nativesdk-libcap-ng'\nDEBUG: providers for nativesdk-libcap-ng-dev are: ['nativesdk-libcap-ng']\nDEBUG: sorted runtime providers for nativesdk-libcap-ng-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb' to satisfy runtime 'nativesdk-libcap-ng-dev'\nDEBUG: providers for nativesdk-libunistring are: ['nativesdk-libunistring']\nDEBUG: sorted runtime providers for nativesdk-libunistring are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb' to satisfy runtime 'nativesdk-libunistring'\nDEBUG: providers for nativesdk-libunistring-dev are: ['nativesdk-libunistring']\nDEBUG: sorted runtime providers for nativesdk-libunistring-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb' to satisfy runtime 'nativesdk-libunistring-dev'\nDEBUG: providers for nativesdk-nettle are: ['nativesdk-nettle']\nDEBUG: sorted runtime providers for nativesdk-nettle are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb' to satisfy runtime 'nativesdk-nettle'\nDEBUG: providers for nativesdk-nettle-dev are: ['nativesdk-nettle']\nDEBUG: sorted runtime providers for nativesdk-nettle-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb' to satisfy runtime 'nativesdk-nettle-dev'\nDEBUG: providers for nativesdk-libtasn1-dev are: ['nativesdk-libtasn1']\nDEBUG: sorted runtime providers for nativesdk-libtasn1-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb' to satisfy runtime 'nativesdk-libtasn1-dev'\nDEBUG: providers for nativesdk-libtasn1 are: ['nativesdk-libtasn1']\nDEBUG: sorted runtime providers for nativesdk-libtasn1 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb' to satisfy runtime 'nativesdk-libtasn1'\nDEBUG: providers for nativesdk-gmp are: ['nativesdk-gmp']\nDEBUG: sorted runtime providers for nativesdk-gmp are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb' to satisfy runtime 'nativesdk-gmp'\nDEBUG: providers for nativesdk-gmp-dev are: ['nativesdk-gmp']\nDEBUG: sorted runtime providers for nativesdk-gmp-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb' to satisfy runtime 'nativesdk-gmp-dev'\nDEBUG: providers for nativesdk-libidn2-dev are: ['nativesdk-libidn2']\nDEBUG: sorted runtime providers for nativesdk-libidn2-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb' to satisfy runtime 'nativesdk-libidn2-dev'\nDEBUG: providers for nativesdk-libidn2 are: ['nativesdk-libidn2']\nDEBUG: sorted runtime providers for nativesdk-libidn2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb' to satisfy runtime 'nativesdk-libidn2'\nDEBUG: providers for nativesdk-readline-dev are: ['nativesdk-readline']\nDEBUG: sorted runtime providers for nativesdk-readline-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb' to satisfy runtime 'nativesdk-readline-dev'\nDEBUG: providers for nativesdk-readline are: ['nativesdk-readline']\nDEBUG: sorted runtime providers for nativesdk-readline are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb' to satisfy runtime 'nativesdk-readline'\nDEBUG: providers for nativesdk-libarchive are: ['nativesdk-libarchive']\nDEBUG: sorted runtime providers for nativesdk-libarchive are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb' to satisfy runtime 'nativesdk-libarchive'\nDEBUG: providers for nativesdk-libarchive-dev are: ['nativesdk-libarchive']\nDEBUG: sorted runtime providers for nativesdk-libarchive-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb' to satisfy runtime 'nativesdk-libarchive-dev'\nDEBUG: providers for nativesdk-libxml2 are: ['nativesdk-libxml2']\nDEBUG: sorted runtime providers for nativesdk-libxml2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb' to satisfy runtime 'nativesdk-libxml2'\nDEBUG: providers for nativesdk-libxml2-dev are: ['nativesdk-libxml2']\nDEBUG: sorted runtime providers for nativesdk-libxml2-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb' to satisfy runtime 'nativesdk-libxml2-dev'\nDEBUG: providers for nativesdk-libslirp-dev are: ['nativesdk-libslirp']\nDEBUG: sorted runtime providers for nativesdk-libslirp-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb' to satisfy runtime 'nativesdk-libslirp-dev'\nDEBUG: providers for nativesdk-libslirp are: ['nativesdk-libslirp']\nDEBUG: sorted runtime providers for nativesdk-libslirp are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb' to satisfy runtime 'nativesdk-libslirp'\nDEBUG: providers for nativesdk-virglrenderer are: ['nativesdk-virglrenderer']\nDEBUG: sorted runtime providers for nativesdk-virglrenderer are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb' to satisfy runtime 'nativesdk-virglrenderer'\nDEBUG: providers for nativesdk-virglrenderer-dev are: ['nativesdk-virglrenderer']\nDEBUG: sorted runtime providers for nativesdk-virglrenderer-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb' to satisfy runtime 'nativesdk-virglrenderer-dev'\nDEBUG: providers for nativesdk-pixman are: ['nativesdk-pixman']\nDEBUG: sorted runtime providers for nativesdk-pixman are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb' to satisfy runtime 'nativesdk-pixman'\nDEBUG: providers for nativesdk-pixman-dev are: ['nativesdk-pixman']\nDEBUG: sorted runtime providers for nativesdk-pixman-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb' to satisfy runtime 'nativesdk-pixman-dev'\nDEBUG: providers for nativesdk-dtc are: ['nativesdk-dtc']\nDEBUG: sorted runtime providers for nativesdk-dtc are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb' to satisfy runtime 'nativesdk-dtc'\nDEBUG: providers for nativesdk-dtc-dev are: ['nativesdk-dtc']\nDEBUG: sorted runtime providers for nativesdk-dtc-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb' to satisfy runtime 'nativesdk-dtc-dev'\nDEBUG: providers for nativesdk-diffutils are: ['nativesdk-diffutils']\nDEBUG: sorted runtime providers for nativesdk-diffutils are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb' to satisfy runtime 'nativesdk-diffutils'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb\nDEBUG: Added runtime dependencies ['nativesdk-diffutils-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb\nDEBUG: Added runtime recommendations ['nativesdk-diffutils'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb\nDEBUG: providers for nativesdk-libsdl2-dev are: ['nativesdk-libsdl2']\nDEBUG: sorted runtime providers for nativesdk-libsdl2-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb' to satisfy runtime 'nativesdk-libsdl2-dev'\nDEBUG: providers for nativesdk-libsdl2 are: ['nativesdk-libsdl2']\nDEBUG: sorted runtime providers for nativesdk-libsdl2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb' to satisfy runtime 'nativesdk-libsdl2'\nDEBUG: providers for nativesdk-libepoxy-dev are: ['nativesdk-libepoxy']\nDEBUG: sorted runtime providers for nativesdk-libepoxy-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb' to satisfy runtime 'nativesdk-libepoxy-dev'\nDEBUG: providers for nativesdk-libepoxy are: ['nativesdk-libepoxy']\nDEBUG: sorted runtime providers for nativesdk-libepoxy are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb' to satisfy runtime 'nativesdk-libepoxy'\nDEBUG: providers for nativesdk-libsolv-dev are: ['nativesdk-libsolv']\nDEBUG: sorted runtime providers for nativesdk-libsolv-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb' to satisfy runtime 'nativesdk-libsolv-dev'\nDEBUG: providers for nativesdk-libsolv are: ['nativesdk-libsolv']\nDEBUG: sorted runtime providers for nativesdk-libsolv are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb' to satisfy runtime 'nativesdk-libsolv'\nDEBUG: providers for nativesdk-mpfr-dev are: ['nativesdk-mpfr']\nDEBUG: sorted runtime providers for nativesdk-mpfr-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb' to satisfy runtime 'nativesdk-mpfr-dev'\nDEBUG: providers for nativesdk-elfutils-dev are: ['nativesdk-elfutils']\nDEBUG: sorted runtime providers for nativesdk-elfutils-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb' to satisfy runtime 'nativesdk-elfutils-dev'\nDEBUG: providers for nativesdk-libmpc-dev are: ['nativesdk-libmpc']\nDEBUG: sorted runtime providers for nativesdk-libmpc-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb' to satisfy runtime 'nativesdk-libmpc-dev'\nDEBUG: providers for nativesdk-rust-llvm are: ['nativesdk-rust-llvm']\nDEBUG: sorted runtime providers for nativesdk-rust-llvm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb' to satisfy runtime 'nativesdk-rust-llvm'\nDEBUG: providers for nativesdk-rust-llvm-dev are: ['nativesdk-rust-llvm']\nDEBUG: sorted runtime providers for nativesdk-rust-llvm-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb' to satisfy runtime 'nativesdk-rust-llvm-dev'\nDEBUG: providers for nativesdk-libssh2-dev are: ['nativesdk-libssh2']\nDEBUG: sorted runtime providers for nativesdk-libssh2-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb' to satisfy runtime 'nativesdk-libssh2-dev'\nDEBUG: providers for nativesdk-libssh2 are: ['nativesdk-libssh2']\nDEBUG: sorted runtime providers for nativesdk-libssh2 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb' to satisfy runtime 'nativesdk-libssh2'\nDEBUG: providers for quota-dev are: ['quota']\nDEBUG: sorted runtime providers for quota-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb' to satisfy runtime 'quota-dev'\nDEBUG: providers for gnutls are: ['gnutls']\nDEBUG: sorted runtime providers for gnutls are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb' to satisfy runtime 'gnutls'\nDEBUG: providers for gnutls-dev are: ['gnutls']\nDEBUG: sorted runtime providers for gnutls-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb' to satisfy runtime 'gnutls-dev'\nDEBUG: providers for libpcre2-dev are: ['libpcre2']\nDEBUG: sorted runtime providers for libpcre2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb' to satisfy runtime 'libpcre2-dev'\nDEBUG: providers for libpcre2 are: ['libpcre2']\nDEBUG: sorted runtime providers for libpcre2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb' to satisfy runtime 'libpcre2'\nDEBUG: providers for libmnl are: ['libmnl']\nDEBUG: sorted runtime providers for libmnl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb' to satisfy runtime 'libmnl'\nDEBUG: providers for libmnl-dev are: ['libmnl']\nDEBUG: sorted runtime providers for libmnl-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb' to satisfy runtime 'libmnl-dev'\nDEBUG: providers for libcap-ng-dev are: ['libcap-ng']\nDEBUG: sorted runtime providers for libcap-ng-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb' to satisfy runtime 'libcap-ng-dev'\nDEBUG: providers for libcap-ng are: ['libcap-ng']\nDEBUG: sorted runtime providers for libcap-ng are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb' to satisfy runtime 'libcap-ng'\nDEBUG: providers for gmp are: ['gmp']\nDEBUG: sorted runtime providers for gmp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb' to satisfy runtime 'gmp'\nDEBUG: providers for libevent-dev are: ['libevent']\nDEBUG: sorted runtime providers for libevent-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb' to satisfy runtime 'libevent-dev'\nDEBUG: providers for libevent are: ['libevent']\nDEBUG: sorted runtime providers for libevent are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb' to satisfy runtime 'libevent'\nDEBUG: Assuming kernel-module-dummy is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-dummy are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-dummy)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-dummy due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-dummy are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-dummy'\nDEBUG: Assuming kernel-module-bonding is a dynamic package, but it may not exist\nDEBUG: providers for kernel-module-bonding are: ['linux-yocto']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb as PREFERRED_VERSION 6.6% of package linux-yocto (for item kernel-module-bonding)\nNOTE: selecting linux-yocto to satisfy runtime kernel-module-bonding due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto\nDEBUG: sorted runtime providers for kernel-module-bonding are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb' to satisfy runtime 'kernel-module-bonding'\nDEBUG: providers for libnl are: ['libnl']\nDEBUG: sorted runtime providers for libnl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb' to satisfy runtime 'libnl'\nDEBUG: providers for libnl-dev are: ['libnl']\nDEBUG: sorted runtime providers for libnl-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb' to satisfy runtime 'libnl-dev'\nDEBUG: providers for dbus-dev are: ['dbus']\nDEBUG: sorted runtime providers for dbus-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb' to satisfy runtime 'dbus-dev'\nDEBUG: providers for dbus-tools are: ['dbus']\nDEBUG: sorted runtime providers for dbus-tools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb' to satisfy runtime 'dbus-tools'\nDEBUG: providers for dbus-common are: ['dbus']\nDEBUG: sorted runtime providers for dbus-common are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb' to satisfy runtime 'dbus-common'\nDEBUG: providers for alsa-lib-dev are: ['alsa-lib']\nDEBUG: sorted runtime providers for alsa-lib-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb' to satisfy runtime 'alsa-lib-dev'\nDEBUG: providers for alsa-ucm-conf are: ['alsa-ucm-conf']\nDEBUG: sorted runtime providers for alsa-ucm-conf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb' to satisfy runtime 'alsa-ucm-conf'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb\nDEBUG: providers for alsa-lib are: ['alsa-lib']\nDEBUG: sorted runtime providers for alsa-lib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb' to satisfy runtime 'alsa-lib'\nDEBUG: providers for alsa-conf are: ['alsa-lib']\nDEBUG: sorted runtime providers for alsa-conf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb' to satisfy runtime 'alsa-conf'\nDEBUG: providers for alsa-topology-conf are: ['alsa-topology-conf']\nDEBUG: sorted runtime providers for alsa-topology-conf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb' to satisfy runtime 'alsa-topology-conf'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb\nDEBUG: providers for libsamplerate0 are: ['libsamplerate0']\nDEBUG: sorted runtime providers for libsamplerate0 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb' to satisfy runtime 'libsamplerate0'\nDEBUG: providers for libsamplerate0-dev are: ['libsamplerate0']\nDEBUG: sorted runtime providers for libsamplerate0-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb' to satisfy runtime 'libsamplerate0-dev'\nDEBUG: providers for libdaemon-dev are: ['libdaemon']\nDEBUG: sorted runtime providers for libdaemon-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb' to satisfy runtime 'libdaemon-dev'\nDEBUG: providers for libdaemon are: ['libdaemon']\nDEBUG: sorted runtime providers for libdaemon are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb' to satisfy runtime 'libdaemon'\nDEBUG: providers for libical are: ['libical']\nDEBUG: sorted runtime providers for libical are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb' to satisfy runtime 'libical'\nDEBUG: providers for libical-dev are: ['libical']\nDEBUG: sorted runtime providers for libical-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb' to satisfy runtime 'libical-dev'\nDEBUG: providers for mobile-broadband-provider-info-dev are: ['mobile-broadband-provider-info']\nDEBUG: sorted runtime providers for mobile-broadband-provider-info-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb' to satisfy runtime 'mobile-broadband-provider-info-dev'\nDEBUG: providers for ell are: ['ell']\nDEBUG: sorted runtime providers for ell are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb' to satisfy runtime 'ell'\nDEBUG: providers for ell-dev are: ['ell']\nDEBUG: sorted runtime providers for ell-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb' to satisfy runtime 'ell-dev'\nDEBUG: providers for mpfr-dev are: ['mpfr']\nDEBUG: sorted runtime providers for mpfr-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb' to satisfy runtime 'mpfr-dev'\nDEBUG: providers for mpfr are: ['mpfr']\nDEBUG: sorted runtime providers for mpfr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb' to satisfy runtime 'mpfr'\nDEBUG: providers for lttng-ust are: ['lttng-ust']\nDEBUG: sorted runtime providers for lttng-ust are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb' to satisfy runtime 'lttng-ust'\nDEBUG: providers for lttng-ust-dev are: ['lttng-ust']\nDEBUG: sorted runtime providers for lttng-ust-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb' to satisfy runtime 'lttng-ust-dev'\nDEBUG: providers for libassuan-dev are: ['libassuan']\nDEBUG: sorted runtime providers for libassuan-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb' to satisfy runtime 'libassuan-dev'\nDEBUG: providers for libassuan are: ['libassuan']\nDEBUG: sorted runtime providers for libassuan are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb' to satisfy runtime 'libassuan'\nDEBUG: providers for npth are: ['npth']\nDEBUG: sorted runtime providers for npth are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb' to satisfy runtime 'npth'\nDEBUG: providers for npth-dev are: ['npth']\nDEBUG: sorted runtime providers for npth-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb' to satisfy runtime 'npth-dev'\nDEBUG: providers for libksba-dev are: ['libksba']\nDEBUG: sorted runtime providers for libksba-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb' to satisfy runtime 'libksba-dev'\nDEBUG: providers for libksba are: ['libksba']\nDEBUG: sorted runtime providers for libksba are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb' to satisfy runtime 'libksba'\nDEBUG: providers for boost-test are: ['boost']\nDEBUG: sorted runtime providers for boost-test are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-test'\nDEBUG: providers for boost-math are: ['boost']\nDEBUG: sorted runtime providers for boost-math are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-math'\nDEBUG: providers for boost-graph are: ['boost']\nDEBUG: sorted runtime providers for boost-graph are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-graph'\nDEBUG: providers for boost-date-time are: ['boost']\nDEBUG: sorted runtime providers for boost-date-time are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-date-time'\nDEBUG: providers for boost-coroutine are: ['boost']\nDEBUG: sorted runtime providers for boost-coroutine are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-coroutine'\nDEBUG: providers for boost are: ['boost']\nDEBUG: sorted runtime providers for boost are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost'\nDEBUG: providers for boost-wave are: ['boost']\nDEBUG: sorted runtime providers for boost-wave are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-wave'\nDEBUG: providers for boost-contract are: ['boost']\nDEBUG: sorted runtime providers for boost-contract are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-contract'\nDEBUG: providers for boost-timer are: ['boost']\nDEBUG: sorted runtime providers for boost-timer are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-timer'\nDEBUG: providers for boost-url are: ['boost']\nDEBUG: sorted runtime providers for boost-url are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-url'\nDEBUG: providers for boost-context are: ['boost']\nDEBUG: sorted runtime providers for boost-context are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-context'\nDEBUG: providers for boost-log are: ['boost']\nDEBUG: sorted runtime providers for boost-log are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-log'\nDEBUG: providers for boost-thread are: ['boost']\nDEBUG: sorted runtime providers for boost-thread are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-thread'\nDEBUG: providers for boost-atomic are: ['boost']\nDEBUG: sorted runtime providers for boost-atomic are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-atomic'\nDEBUG: providers for boost-random are: ['boost']\nDEBUG: sorted runtime providers for boost-random are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-random'\nDEBUG: providers for boost-type-erasure are: ['boost']\nDEBUG: sorted runtime providers for boost-type-erasure are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-type-erasure'\nDEBUG: providers for boost-system are: ['boost']\nDEBUG: sorted runtime providers for boost-system are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-system'\nDEBUG: providers for boost-exception are: ['boost']\nDEBUG: sorted runtime providers for boost-exception are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-exception'\nDEBUG: providers for boost-json are: ['boost']\nDEBUG: sorted runtime providers for boost-json are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-json'\nDEBUG: providers for boost-chrono are: ['boost']\nDEBUG: sorted runtime providers for boost-chrono are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-chrono'\nDEBUG: providers for boost-locale are: ['boost']\nDEBUG: sorted runtime providers for boost-locale are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-locale'\nDEBUG: providers for boost-fiber are: ['boost']\nDEBUG: sorted runtime providers for boost-fiber are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-fiber'\nDEBUG: providers for boost-program-options are: ['boost']\nDEBUG: sorted runtime providers for boost-program-options are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-program-options'\nDEBUG: providers for boost-iostreams are: ['boost']\nDEBUG: sorted runtime providers for boost-iostreams are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-iostreams'\nDEBUG: providers for boost-dev are: ['boost']\nDEBUG: sorted runtime providers for boost-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-dev'\nDEBUG: providers for boost-regex are: ['boost']\nDEBUG: sorted runtime providers for boost-regex are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-regex'\nDEBUG: providers for boost-headers are: ['boost']\nDEBUG: sorted runtime providers for boost-headers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-headers'\nDEBUG: providers for boost-serialization are: ['boost']\nDEBUG: sorted runtime providers for boost-serialization are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-serialization'\nDEBUG: providers for boost-filesystem are: ['boost']\nDEBUG: sorted runtime providers for boost-filesystem are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-filesystem'\nDEBUG: providers for boost-python are: ['boost']\nDEBUG: sorted runtime providers for boost-python are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-python'\nDEBUG: providers for boost-container are: ['boost']\nDEBUG: sorted runtime providers for boost-container are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb' to satisfy runtime 'boost-container'\nDEBUG: providers for libunwind-dev are: ['libunwind']\nDEBUG: sorted runtime providers for libunwind-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb' to satisfy runtime 'libunwind-dev'\nDEBUG: providers for libunwind are: ['libunwind']\nDEBUG: sorted runtime providers for libunwind are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb' to satisfy runtime 'libunwind'\nDEBUG: providers for libnewt-dev are: ['libnewt']\nDEBUG: sorted runtime providers for libnewt-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb' to satisfy runtime 'libnewt-dev'\nDEBUG: providers for libnewt are: ['libnewt']\nDEBUG: sorted runtime providers for libnewt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb' to satisfy runtime 'libnewt'\nDEBUG: providers for libtraceevent are: ['libtraceevent']\nDEBUG: sorted runtime providers for libtraceevent are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb' to satisfy runtime 'libtraceevent'\nDEBUG: providers for libtraceevent-dev are: ['libtraceevent']\nDEBUG: sorted runtime providers for libtraceevent-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb' to satisfy runtime 'libtraceevent-dev'\nDEBUG: providers for slang-dev are: ['slang']\nDEBUG: sorted runtime providers for slang-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb' to satisfy runtime 'slang-dev'\nDEBUG: providers for slang are: ['slang']\nDEBUG: sorted runtime providers for slang are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb' to satisfy runtime 'slang'\nDEBUG: providers for docbook-xml-dtd4-native are: ['docbook-xml-dtd4-native']\nDEBUG: sorted runtime providers for docbook-xml-dtd4-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb' to satisfy runtime 'docbook-xml-dtd4-native'\nDEBUG: Added dependencies ['libxml2-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb\nDEBUG: providers for libxslt-native are: ['libxslt-native']\nDEBUG: sorted runtime providers for libxslt-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb' to satisfy runtime 'libxslt-native'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libxml2-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb\nDEBUG: providers for libxml2-native are: ['libxml2-native']\nDEBUG: sorted runtime providers for libxml2-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb' to satisfy runtime 'libxml2-native'\nDEBUG: providers for docbook-xsl-stylesheets-native are: ['docbook-xsl-stylesheets-native']\nDEBUG: sorted runtime providers for docbook-xsl-stylesheets-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb' to satisfy runtime 'docbook-xsl-stylesheets-native'\nDEBUG: Added dependencies ['libxml2-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb\nDEBUG: Added runtime dependencies ['perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb\nDEBUG: providers for util-linux-native are: ['util-linux-native']\nDEBUG: sorted runtime providers for util-linux-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-native'\nDEBUG: providers for libaio-dev are: ['libaio']\nDEBUG: sorted runtime providers for libaio-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb' to satisfy runtime 'libaio-dev'\nDEBUG: providers for liburcu-dev are: ['liburcu']\nDEBUG: sorted runtime providers for liburcu-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb' to satisfy runtime 'liburcu-dev'\nDEBUG: providers for liburcu are: ['liburcu']\nDEBUG: sorted runtime providers for liburcu are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb' to satisfy runtime 'liburcu'\nDEBUG: providers for tcl-lib-native are: ['tcl-native']\nDEBUG: sorted runtime providers for tcl-lib-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb' to satisfy runtime 'tcl-lib-native'\nDEBUG: providers for go-runtime-dev are: ['go-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb as PREFERRED_VERSION 1.20% of package go-runtime (for item go-runtime-dev)\nDEBUG: sorted runtime providers for go-runtime-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb' to satisfy runtime 'go-runtime-dev'\nDEBUG: providers for go-runtime are: ['go-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb as PREFERRED_VERSION 1.20% of package go-runtime (for item go-runtime)\nDEBUG: sorted runtime providers for go-runtime are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb' to satisfy runtime 'go-runtime'\nDEBUG: providers for libx11 are: ['libx11']\nNOTE: selecting libx11 to satisfy runtime libx11 due to PREFERRED_PROVIDER_virtual/libx11 = libx11\nDEBUG: sorted runtime providers for libx11 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb' to satisfy runtime 'libx11'\nDEBUG: providers for libx11-dev are: ['libx11']\nNOTE: selecting libx11 to satisfy runtime libx11-dev due to PREFERRED_PROVIDER_virtual/libx11 = libx11\nDEBUG: sorted runtime providers for libx11-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb' to satisfy runtime 'libx11-dev'\nDEBUG: providers for libxmu-dev are: ['libxmu']\nDEBUG: sorted runtime providers for libxmu-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb' to satisfy runtime 'libxmu-dev'\nDEBUG: providers for libxmu are: ['libxmu']\nDEBUG: sorted runtime providers for libxmu are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb' to satisfy runtime 'libxmu'\nDEBUG: providers for ppp-dev are: ['ppp']\nDEBUG: sorted runtime providers for ppp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb' to satisfy runtime 'ppp-dev'\nDEBUG: providers for ppp are: ['ppp']\nDEBUG: sorted runtime providers for ppp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb' to satisfy runtime 'ppp'\nDEBUG: providers for libxft-dev are: ['libxft']\nDEBUG: sorted runtime providers for libxft-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb' to satisfy runtime 'libxft-dev'\nDEBUG: providers for libxft are: ['libxft']\nDEBUG: sorted runtime providers for libxft are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb' to satisfy runtime 'libxft'\nDEBUG: providers for libxrender-dev are: ['libxrender']\nDEBUG: sorted runtime providers for libxrender-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb' to satisfy runtime 'libxrender-dev'\nDEBUG: providers for libxrender are: ['libxrender']\nDEBUG: sorted runtime providers for libxrender are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb' to satisfy runtime 'libxrender'\nDEBUG: providers for libxext are: ['libxext']\nDEBUG: sorted runtime providers for libxext are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb' to satisfy runtime 'libxext'\nDEBUG: providers for libxext-dev are: ['libxext']\nDEBUG: sorted runtime providers for libxext-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb' to satisfy runtime 'libxext-dev'\nDEBUG: providers for fontconfig are: ['fontconfig']\nDEBUG: sorted runtime providers for fontconfig are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb' to satisfy runtime 'fontconfig'\nDEBUG: providers for fontconfig-dev are: ['fontconfig']\nDEBUG: sorted runtime providers for fontconfig-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb' to satisfy runtime 'fontconfig-dev'\nDEBUG: providers for json-glib are: ['json-glib']\nDEBUG: sorted runtime providers for json-glib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb' to satisfy runtime 'json-glib'\nDEBUG: providers for json-glib-dev are: ['json-glib']\nDEBUG: sorted runtime providers for json-glib-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb' to satisfy runtime 'json-glib-dev'\nDEBUG: providers for wayland-protocols are: ['wayland-protocols']\nDEBUG: sorted runtime providers for wayland-protocols are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb' to satisfy runtime 'wayland-protocols'\nDEBUG: Assuming gdk-pixbuf-loader-gif is a dynamic package, but it may not exist\nDEBUG: providers for gdk-pixbuf-loader-gif are: ['gdk-pixbuf']\nNOTE: selecting gdk-pixbuf to satisfy runtime gdk-pixbuf-loader-gif due to PREFERRED_PROVIDER_gdk-pixbuf = gdk-pixbuf\nDEBUG: sorted runtime providers for gdk-pixbuf-loader-gif are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb' to satisfy runtime 'gdk-pixbuf-loader-gif'\nDEBUG: Assuming gdk-pixbuf-loader-xpm is a dynamic package, but it may not exist\nDEBUG: providers for gdk-pixbuf-loader-xpm are: ['gdk-pixbuf']\nNOTE: selecting gdk-pixbuf to satisfy runtime gdk-pixbuf-loader-xpm due to PREFERRED_PROVIDER_gdk-pixbuf = gdk-pixbuf\nDEBUG: sorted runtime providers for gdk-pixbuf-loader-xpm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb' to satisfy runtime 'gdk-pixbuf-loader-xpm'\nDEBUG: providers for adwaita-icon-theme-symbolic are: ['adwaita-icon-theme']\nDEBUG: sorted runtime providers for adwaita-icon-theme-symbolic are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb' to satisfy runtime 'adwaita-icon-theme-symbolic'\nDEBUG: providers for gtk+3-dev are: ['gtk+3']\nDEBUG: sorted runtime providers for gtk+3-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb' to satisfy runtime 'gtk+3-dev'\nDEBUG: Assuming gdk-pixbuf-loader-png is a dynamic package, but it may not exist\nDEBUG: providers for gdk-pixbuf-loader-png are: ['gdk-pixbuf']\nNOTE: selecting gdk-pixbuf to satisfy runtime gdk-pixbuf-loader-png due to PREFERRED_PROVIDER_gdk-pixbuf = gdk-pixbuf\nDEBUG: sorted runtime providers for gdk-pixbuf-loader-png are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb' to satisfy runtime 'gdk-pixbuf-loader-png'\nDEBUG: Assuming gdk-pixbuf-loader-jpeg is a dynamic package, but it may not exist\nDEBUG: providers for gdk-pixbuf-loader-jpeg are: ['gdk-pixbuf']\nNOTE: selecting gdk-pixbuf to satisfy runtime gdk-pixbuf-loader-jpeg due to PREFERRED_PROVIDER_gdk-pixbuf = gdk-pixbuf\nDEBUG: sorted runtime providers for gdk-pixbuf-loader-jpeg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb' to satisfy runtime 'gdk-pixbuf-loader-jpeg'\nDEBUG: providers for gtk+3 are: ['gtk+3']\nDEBUG: sorted runtime providers for gtk+3 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb' to satisfy runtime 'gtk+3'\nDEBUG: providers for gstreamer1.0-plugins-base-dev are: ['gstreamer1.0-plugins-base']\nDEBUG: sorted runtime providers for gstreamer1.0-plugins-base-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb' to satisfy runtime 'gstreamer1.0-plugins-base-dev'\nDEBUG: providers for gstreamer1.0-plugins-base are: ['gstreamer1.0-plugins-base']\nDEBUG: sorted runtime providers for gstreamer1.0-plugins-base are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb' to satisfy runtime 'gstreamer1.0-plugins-base'\nDEBUG: providers for gstreamer1.0 are: ['gstreamer1.0']\nDEBUG: sorted runtime providers for gstreamer1.0 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb' to satisfy runtime 'gstreamer1.0'\nDEBUG: providers for gstreamer1.0-dev are: ['gstreamer1.0']\nDEBUG: sorted runtime providers for gstreamer1.0-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb' to satisfy runtime 'gstreamer1.0-dev'\nDEBUG: providers for libsoup-2.4 are: ['libsoup-2.4']\nDEBUG: sorted runtime providers for libsoup-2.4 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb' to satisfy runtime 'libsoup-2.4'\nDEBUG: providers for libsoup-2.4-dev are: ['libsoup-2.4']\nDEBUG: sorted runtime providers for libsoup-2.4-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb' to satisfy runtime 'libsoup-2.4-dev'\nDEBUG: providers for glib-networking are: ['glib-networking']\nDEBUG: sorted runtime providers for glib-networking are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb' to satisfy runtime 'glib-networking'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0-native', 'glib-2.0', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gnutls'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb\nDEBUG: Added runtime dependencies ['glib-networking', 'gnome-desktop-testing', 'bash', 'glib-networking-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'glib-networking'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb\nDEBUG: providers for gstreamer1.0-plugins-bad-dev are: ['gstreamer1.0-plugins-bad']\nDEBUG: sorted runtime providers for gstreamer1.0-plugins-bad-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb' to satisfy runtime 'gstreamer1.0-plugins-bad-dev'\nDEBUG: providers for gstreamer1.0-plugins-bad are: ['gstreamer1.0-plugins-bad']\nDEBUG: sorted runtime providers for gstreamer1.0-plugins-bad are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb' to satisfy runtime 'gstreamer1.0-plugins-bad'\nDEBUG: providers for mesa-megadriver are: ['mesa']\nNOTE: selecting mesa to satisfy runtime mesa-megadriver due to PREFERRED_PROVIDER_virtual/libgl = mesa\nDEBUG: sorted runtime providers for mesa-megadriver are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb' to satisfy runtime 'mesa-megadriver'\nDEBUG: providers for libgles2-mesa-dev are: ['mesa']\nNOTE: selecting mesa to satisfy runtime libgles2-mesa-dev due to PREFERRED_PROVIDER_virtual/libgl = mesa\nDEBUG: sorted runtime providers for libgles2-mesa-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb' to satisfy runtime 'libgles2-mesa-dev'\nDEBUG: providers for mesa-dev are: ['mesa']\nNOTE: selecting mesa to satisfy runtime mesa-dev due to PREFERRED_PROVIDER_virtual/libgl = mesa\nDEBUG: sorted runtime providers for mesa-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb' to satisfy runtime 'mesa-dev'\nDEBUG: providers for libglu-dev are: ['libglu']\nDEBUG: sorted runtime providers for libglu-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb' to satisfy runtime 'libglu-dev'\nDEBUG: providers for libdrm-intel are: ['libdrm']\nDEBUG: sorted runtime providers for libdrm-intel are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'libdrm-intel'\nDEBUG: providers for libdrm-nouveau are: ['libdrm']\nDEBUG: sorted runtime providers for libdrm-nouveau are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'libdrm-nouveau'\nDEBUG: providers for libdrm-freedreno are: ['libdrm']\nDEBUG: sorted runtime providers for libdrm-freedreno are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'libdrm-freedreno'\nDEBUG: providers for libdrm-dev are: ['libdrm']\nDEBUG: sorted runtime providers for libdrm-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'libdrm-dev'\nDEBUG: providers for libdrm-radeon are: ['libdrm']\nDEBUG: sorted runtime providers for libdrm-radeon are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'libdrm-radeon'\nDEBUG: providers for libdrm-exynos are: ['libdrm']\nDEBUG: sorted runtime providers for libdrm-exynos are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'libdrm-exynos'\nDEBUG: providers for libdrm are: ['libdrm']\nDEBUG: sorted runtime providers for libdrm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'libdrm'\nDEBUG: providers for libdrm-etnaviv are: ['libdrm']\nDEBUG: sorted runtime providers for libdrm-etnaviv are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'libdrm-etnaviv'\nDEBUG: providers for libdrm-omap are: ['libdrm']\nDEBUG: sorted runtime providers for libdrm-omap are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'libdrm-omap'\nDEBUG: providers for libdrm-amdgpu are: ['libdrm']\nDEBUG: sorted runtime providers for libdrm-amdgpu are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'libdrm-amdgpu'\nDEBUG: providers for wayland are: ['wayland']\nDEBUG: sorted runtime providers for wayland are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb' to satisfy runtime 'wayland'\nDEBUG: providers for wayland-tools are: ['wayland']\nDEBUG: sorted runtime providers for wayland-tools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb' to satisfy runtime 'wayland-tools'\nDEBUG: providers for wayland-dev are: ['wayland']\nDEBUG: sorted runtime providers for wayland-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb' to satisfy runtime 'wayland-dev'\nDEBUG: providers for libxres-dev are: ['libxres']\nDEBUG: sorted runtime providers for libxres-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb' to satisfy runtime 'libxres-dev'\nDEBUG: providers for libxres are: ['libxres']\nDEBUG: sorted runtime providers for libxres are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb' to satisfy runtime 'libxres'\nDEBUG: providers for vte are: ['vte']\nDEBUG: sorted runtime providers for vte are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb' to satisfy runtime 'vte'\nDEBUG: providers for vte-dev are: ['vte']\nDEBUG: sorted runtime providers for vte-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb' to satisfy runtime 'vte-dev'\nDEBUG: providers for startup-notification are: ['startup-notification']\nDEBUG: sorted runtime providers for startup-notification are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb' to satisfy runtime 'startup-notification'\nDEBUG: providers for startup-notification-dev are: ['startup-notification']\nDEBUG: sorted runtime providers for startup-notification-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb' to satisfy runtime 'startup-notification-dev'\nDEBUG: providers for libmatchbox-dev are: ['libmatchbox']\nDEBUG: sorted runtime providers for libmatchbox-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb' to satisfy runtime 'libmatchbox-dev'\nDEBUG: providers for libmatchbox are: ['libmatchbox']\nDEBUG: sorted runtime providers for libmatchbox are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb' to satisfy runtime 'libmatchbox'\nDEBUG: providers for gconf-dev are: ['gconf']\nDEBUG: sorted runtime providers for gconf-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb' to satisfy runtime 'gconf-dev'\nDEBUG: providers for libxcursor are: ['libxcursor']\nDEBUG: sorted runtime providers for libxcursor are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb' to satisfy runtime 'libxcursor'\nDEBUG: providers for libxcursor-dev are: ['libxcursor']\nDEBUG: sorted runtime providers for libxcursor-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb' to satisfy runtime 'libxcursor-dev'\nDEBUG: providers for libxfixes are: ['libxfixes']\nDEBUG: sorted runtime providers for libxfixes are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb' to satisfy runtime 'libxfixes'\nDEBUG: providers for libxfixes-dev are: ['libxfixes']\nDEBUG: sorted runtime providers for libxfixes-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb' to satisfy runtime 'libxfixes-dev'\nDEBUG: providers for libfakekey are: ['libfakekey']\nDEBUG: sorted runtime providers for libfakekey are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb' to satisfy runtime 'libfakekey'\nDEBUG: providers for libfakekey-dev are: ['libfakekey']\nDEBUG: sorted runtime providers for libfakekey-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb' to satisfy runtime 'libfakekey-dev'\nDEBUG: providers for matchbox-panel-2-dev are: ['matchbox-panel-2']\nDEBUG: sorted runtime providers for matchbox-panel-2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb' to satisfy runtime 'matchbox-panel-2-dev'\nDEBUG: providers for libxml-parser-perl-native are: ['libxml-parser-perl-native']\nDEBUG: sorted runtime providers for libxml-parser-perl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb' to satisfy runtime 'libxml-parser-perl-native'\nDEBUG: providers for gdk-pixbuf-dev are: ['gdk-pixbuf']\nNOTE: selecting gdk-pixbuf to satisfy runtime gdk-pixbuf-dev due to PREFERRED_PROVIDER_gdk-pixbuf = gdk-pixbuf\nDEBUG: sorted runtime providers for gdk-pixbuf-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb' to satisfy runtime 'gdk-pixbuf-dev'\nDEBUG: providers for gdk-pixbuf are: ['gdk-pixbuf']\nNOTE: selecting gdk-pixbuf to satisfy runtime gdk-pixbuf due to PREFERRED_PROVIDER_gdk-pixbuf = gdk-pixbuf\nDEBUG: sorted runtime providers for gdk-pixbuf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb' to satisfy runtime 'gdk-pixbuf'\nDEBUG: providers for hicolor-icon-theme are: ['hicolor-icon-theme']\nDEBUG: sorted runtime providers for hicolor-icon-theme are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb' to satisfy runtime 'hicolor-icon-theme'\nDEBUG: providers for hicolor-icon-theme-dev are: ['hicolor-icon-theme']\nDEBUG: sorted runtime providers for hicolor-icon-theme-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb' to satisfy runtime 'hicolor-icon-theme-dev'\nDEBUG: providers for dbus-glib are: ['dbus-glib']\nNOTE: selecting dbus-glib to satisfy runtime dbus-glib due to PREFERRED_PROVIDER_dbus-glib = dbus-glib\nDEBUG: sorted runtime providers for dbus-glib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb' to satisfy runtime 'dbus-glib'\nDEBUG: providers for dbus-glib-dev are: ['dbus-glib']\nNOTE: selecting dbus-glib to satisfy runtime dbus-glib-dev due to PREFERRED_PROVIDER_dbus-glib = dbus-glib\nDEBUG: sorted runtime providers for dbus-glib-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb' to satisfy runtime 'dbus-glib-dev'\nDEBUG: providers for libtool-dev are: ['libtool']\nDEBUG: sorted runtime providers for libtool-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb' to satisfy runtime 'libtool-dev'\nDEBUG: providers for libsndfile1-dev are: ['libsndfile1']\nDEBUG: sorted runtime providers for libsndfile1-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb' to satisfy runtime 'libsndfile1-dev'\nDEBUG: providers for libsndfile1 are: ['libsndfile1']\nDEBUG: sorted runtime providers for libsndfile1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb' to satisfy runtime 'libsndfile1'\nDEBUG: providers for libsm-dev are: ['libsm']\nDEBUG: sorted runtime providers for libsm-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb' to satisfy runtime 'libsm-dev'\nDEBUG: providers for libsm are: ['libsm']\nDEBUG: sorted runtime providers for libsm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb' to satisfy runtime 'libsm'\nDEBUG: providers for libice are: ['libice']\nDEBUG: sorted runtime providers for libice are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb' to satisfy runtime 'libice'\nDEBUG: providers for libice-dev are: ['libice']\nDEBUG: sorted runtime providers for libice-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb' to satisfy runtime 'libice-dev'\nDEBUG: providers for speexdsp are: ['speexdsp']\nDEBUG: sorted runtime providers for speexdsp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb' to satisfy runtime 'speexdsp'\nDEBUG: providers for speexdsp-dev are: ['speexdsp']\nDEBUG: sorted runtime providers for speexdsp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb' to satisfy runtime 'speexdsp-dev'\nDEBUG: providers for libxtst are: ['libxtst']\nDEBUG: sorted runtime providers for libxtst are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb' to satisfy runtime 'libxtst'\nDEBUG: providers for libxtst-dev are: ['libxtst']\nDEBUG: sorted runtime providers for libxtst-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb' to satisfy runtime 'libxtst-dev'\nDEBUG: providers for libxcb-dev are: ['libxcb']\nDEBUG: sorted runtime providers for libxcb-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb' to satisfy runtime 'libxcb-dev'\nDEBUG: providers for libxcb are: ['libxcb']\nDEBUG: sorted runtime providers for libxcb are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb' to satisfy runtime 'libxcb'\nDEBUG: providers for sbc-dev are: ['sbc']\nDEBUG: sorted runtime providers for sbc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb' to satisfy runtime 'sbc-dev'\nDEBUG: providers for sbc are: ['sbc']\nDEBUG: sorted runtime providers for sbc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb' to satisfy runtime 'sbc'\nDEBUG: providers for libatomic-ops are: ['libatomic-ops']\nDEBUG: sorted runtime providers for libatomic-ops are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb' to satisfy runtime 'libatomic-ops'\nDEBUG: providers for libatomic-ops-dev are: ['libatomic-ops']\nDEBUG: sorted runtime providers for libatomic-ops-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb' to satisfy runtime 'libatomic-ops-dev'\nDEBUG: providers for libfm are: ['libfm']\nDEBUG: sorted runtime providers for libfm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb' to satisfy runtime 'libfm'\nDEBUG: providers for libfm-dev are: ['libfm']\nDEBUG: sorted runtime providers for libfm-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb' to satisfy runtime 'libfm-dev'\nDEBUG: providers for desktop-file-utils-dev are: ['desktop-file-utils']\nDEBUG: sorted runtime providers for desktop-file-utils-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb' to satisfy runtime 'desktop-file-utils-dev'\nDEBUG: providers for libxml-namespacesupport-perl-native are: ['libxml-namespacesupport-perl-native']\nDEBUG: sorted runtime providers for libxml-namespacesupport-perl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb' to satisfy runtime 'libxml-namespacesupport-perl-native'\nDEBUG: Added dependencies ['perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb\nDEBUG: providers for libxml-sax-perl-native are: ['libxml-sax-perl-native']\nDEBUG: sorted runtime providers for libxml-sax-perl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb' to satisfy runtime 'libxml-sax-perl-native'\nDEBUG: Added dependencies ['libxml-namespacesupport-perl-native', 'perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb\nDEBUG: Added runtime dependencies ['libxml-namespacesupport-perl-native', 'libxml-sax-base-perl-native', 'perl-module-file-temp-native', 'perl-module-encode-native', 'perl-module-perlio-native', 'perl-module-encode-encoding-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb\nDEBUG: providers for libxml2-python-native are: ['libxml2-native']\nDEBUG: sorted runtime providers for libxml2-python-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb' to satisfy runtime 'libxml2-python-native'\nDEBUG: providers for tzcode-native are: ['tzcode-native']\nDEBUG: sorted runtime providers for tzcode-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb' to satisfy runtime 'tzcode-native'\nDEBUG: providers for tzcode-native-dev are: ['tzcode-native']\nDEBUG: sorted runtime providers for tzcode-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb' to satisfy runtime 'tzcode-native-dev'\nDEBUG: Resolved 1021 extra dependencies\nDEBUG: providers for acl-native are: ['acl-native']\nDEBUG: sorted providers for acl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb to satisfy acl-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'attr-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb\nDEBUG: providers for gnutls-native are: ['gnutls-native']\nDEBUG: sorted providers for gnutls-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb to satisfy gnutls-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'nettle-native', 'gmp-native', 'virtual/libiconv-native', 'libunistring-native', 'texinfo-dummy-native', 'gtk-doc-native', 'python3-native', 'libidn2-native', 'libtasn1-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb\nDEBUG: providers for libyaml-native are: ['libyaml-native']\nDEBUG: sorted providers for libyaml-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb to satisfy libyaml-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb\nDEBUG: providers for libassuan-native are: ['libassuan-native']\nDEBUG: sorted providers for libassuan-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb to satisfy libassuan-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libgpg-error-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb\nDEBUG: providers for xtrans-native are: ['xtrans-native']\nDEBUG: sorted providers for xtrans-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb to satisfy xtrans-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'util-macros-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb\nDEBUG: providers for libxcb-native are: ['libxcb-native']\nDEBUG: sorted providers for libxcb-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb to satisfy libxcb-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'xcb-proto-native', 'xorgproto-native', 'libxau-native', 'libpthread-stubs-native', 'libxdmcp-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb\nDEBUG: providers for xorgproto-native are: ['xorgproto-native']\nDEBUG: sorted providers for xorgproto-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb to satisfy xorgproto-native\nDEBUG: Added dependencies ['python3-native', 'meson-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb\nDEBUG: providers for llvm-native are: ['llvm-native']\nDEBUG: selecting virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb as PREFERRED_VERSION 17.% of package llvm-native (for item llvm-native)\nDEBUG: sorted providers for llvm-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb to satisfy llvm-native\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'libffi-native', 'libxml2-native', 'zlib-native', 'zstd-native', 'libedit-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb\nDEBUG: providers for makedepend-native are: ['makedepend-native']\nDEBUG: sorted providers for makedepend-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb to satisfy makedepend-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'xorgproto-native', 'util-macros-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb\nDEBUG: providers for python3-mako-native are: ['python3-mako-native']\nDEBUG: sorted providers for python3-mako-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb to satisfy python3-mako-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb\nDEBUG: Added runtime dependencies ['python3-html-native', 'python3-markupsafe-native', 'python3-netclient-native', 'python3-pygments-native', 'python3-threading-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb\nDEBUG: providers for xrandr-native are: ['xrandr-native']\nDEBUG: sorted providers for xrandr-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb to satisfy xrandr-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'virtual/libx11-native', 'libxrandr-native', 'libxrender-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb\nDEBUG: providers for libxshmfence-native are: ['libxshmfence-native']\nDEBUG: sorted providers for libxshmfence-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb to satisfy libxshmfence-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'virtual/libx11-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb\nDEBUG: providers for libxdamage-native are: ['libxdamage-native']\nDEBUG: sorted providers for libxdamage-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb to satisfy libxdamage-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'virtual/libx11-native', 'xorgproto-native', 'libxfixes-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb\nDEBUG: providers for libxxf86vm-native are: ['libxxf86vm-native']\nDEBUG: sorted providers for libxxf86vm-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb to satisfy libxxf86vm-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'libxext-native', 'xorgproto-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb\nDEBUG: providers for wayland-protocols-native are: ['wayland-protocols-native']\nDEBUG: sorted providers for wayland-protocols-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb to satisfy wayland-protocols-native\nDEBUG: Added dependencies ['pkgconfig-native', 'python3-native', 'meson-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb\nDEBUG: providers for libxfixes-native are: ['libxfixes-native']\nDEBUG: sorted providers for libxfixes-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb to satisfy libxfixes-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'virtual/libx11-native', 'xorgproto-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb\nDEBUG: providers for libpthread-stubs-native are: ['libpthread-stubs-native']\nDEBUG: sorted providers for libpthread-stubs-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb to satisfy libpthread-stubs-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb\nDEBUG: providers for libpciaccess-native are: ['libpciaccess-native']\nDEBUG: sorted providers for libpciaccess-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb to satisfy libpciaccess-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb\nDEBUG: providers for libidn2 are: ['libidn2']\nDEBUG: sorted providers for libidn2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb to satisfy libidn2\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'virtual/libiconv', 'libunistring', 'texinfo-dummy-native', 'gtk-doc-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb\nDEBUG: Added runtime dependencies ['libidn2-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb\nDEBUG: Added runtime recommendations ['libidn2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb\nDEBUG: providers for libyaml are: ['libyaml']\nDEBUG: sorted providers for libyaml are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb to satisfy libyaml\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb\nDEBUG: Added runtime dependencies ['libyaml-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb\nDEBUG: Added runtime recommendations ['libyaml'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb\nDEBUG: providers for unzip-native are: ['unzip-native']\nDEBUG: sorted providers for unzip-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb to satisfy unzip-native\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb\nDEBUG: providers for libbsd-native are: ['libbsd-native']\nDEBUG: sorted providers for libbsd-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb to satisfy libbsd-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libmd-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb\nDEBUG: providers for virtual/nativesdk-libgbm are: ['nativesdk-mesa']\nDEBUG: sorted providers for virtual/nativesdk-libgbm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/nativesdk-libgbm\nDEBUG: Added dependencies ['bison-native', 'chrpath-replacement-native', 'nativesdk-expat', 'flex-native', 'gettext-native', 'libxml2-native', 'makedepend-native', 'meson-native', 'nativesdk-libdrm', 'nativesdk-libxdamage', 'nativesdk-libxext', 'nativesdk-libxfixes', 'nativesdk-libxshmfence', 'nativesdk-libxxf86vm', 'nativesdk-wayland', 'nativesdk-wayland-protocols', 'nativesdk-xorgproto', 'nativesdk-xrandr', 'ninja-native', 'pkgconfig-native', 'python3-mako-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libx11', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'wayland-native', 'nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-libgles2-mesa-dev', 'nativesdk-mesa-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-mesa-megadriver', 'nativesdk-mesa-megadriver', 'nativesdk-mesa-megadriver', 'nativesdk-mesa-megadriver', 'nativesdk-mesa-megadriver'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb\nDEBUG: providers for nativesdk-libdrm are: ['nativesdk-libdrm']\nDEBUG: sorted providers for nativesdk-libdrm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb to satisfy nativesdk-libdrm\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-libpthread-stubs', 'meson-native', 'nativesdk-libpciaccess', 'ninja-native', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb\nDEBUG: Added runtime dependencies ['nativesdk-libdrm-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb\nDEBUG: Added runtime recommendations ['nativesdk-libdrm-amdgpu', 'nativesdk-libdrm-etnaviv', 'nativesdk-libdrm-exynos', 'nativesdk-libdrm-freedreno', 'nativesdk-libdrm-intel', 'nativesdk-libdrm-nouveau', 'nativesdk-libdrm-omap', 'nativesdk-libdrm-radeon', 'nativesdk-libdrm'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb\nDEBUG: providers for virtual/nativesdk-egl are: ['nativesdk-mesa']\nDEBUG: sorted providers for virtual/nativesdk-egl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/nativesdk-egl\nDEBUG: providers for nativesdk-libxrender are: ['nativesdk-libxrender']\nDEBUG: sorted providers for nativesdk-libxrender are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb to satisfy nativesdk-libxrender\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-libx11', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xorgproto'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxrender-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxrender'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb\nDEBUG: providers for nativesdk-libxrandr are: ['nativesdk-libxrandr']\nDEBUG: sorted providers for nativesdk-libxrandr are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb to satisfy nativesdk-libxrandr\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-libxext', 'nativesdk-libxrender', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-libx11', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xorgproto'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxrandr-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxrandr'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb\nDEBUG: providers for nativesdk-libxext are: ['nativesdk-libxext']\nDEBUG: sorted providers for nativesdk-libxext are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb to satisfy nativesdk-libxext\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-libx11', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xorgproto'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxext-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxext'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb\nDEBUG: providers for virtual/nativesdk-libx11 are: ['nativesdk-libx11']\nDEBUG: sorted providers for virtual/nativesdk-libx11 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb to satisfy virtual/nativesdk-libx11\nDEBUG: Added dependencies ['autoconf-archive-native', 'autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'nativesdk-libxcb', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xorgproto', 'xorgproto-native', 'nativesdk-xtrans'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb\nDEBUG: Added runtime dependencies ['nativesdk-libx11-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb\nDEBUG: Added runtime recommendations ['nativesdk-libx11'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb\nDEBUG: providers for virtual/nativesdk-libgl are: ['nativesdk-mesa']\nNOTE: selecting nativesdk-mesa to satisfy virtual/nativesdk-libgl due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/nativesdk-libgl are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/nativesdk-libgl\nDEBUG: providers for nativesdk-rpm are: ['nativesdk-rpm']\nDEBUG: sorted providers for nativesdk-rpm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb to satisfy nativesdk-rpm\nDEBUG: Added dependencies ['nativesdk-bzip2', 'chrpath-replacement-native', 'cmake-native', 'nativesdk-elfutils', 'nativesdk-file', 'gettext-native', 'nativesdk-libgcrypt', 'nativesdk-lua', 'pkgconfig-native', 'nativesdk-popt', 'nativesdk-python3', 'python3-native', 'nativesdk-sqlite3', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xz', 'nativesdk-zstd'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-rpm-dev', 'nativesdk-bash', 'nativesdk-debugedit', 'nativesdk-perl', 'nativesdk-python3-core'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-rpm', 'nativesdk-rpm-archive', 'nativesdk-rpm-sign'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb\nDEBUG: providers for nativesdk-libmicrohttpd are: ['nativesdk-libmicrohttpd']\nDEBUG: sorted providers for nativesdk-libmicrohttpd are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb to satisfy nativesdk-libmicrohttpd\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'nativesdk-file', 'gettext-native', 'libtool-native', 'nativesdk-curl', 'nativesdk-gnutls', 'nativesdk-libgcrypt', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb\nDEBUG: Added runtime dependencies ['nativesdk-libmicrohttpd-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb\nDEBUG: Added runtime recommendations ['nativesdk-libmicrohttpd'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb\nDEBUG: providers for e2fsprogs are: ['e2fsprogs']\nDEBUG: sorted providers for e2fsprogs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb to satisfy e2fsprogs\nDEBUG: providers for libseccomp are: ['libseccomp']\nDEBUG: sorted providers for libseccomp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb to satisfy libseccomp\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gperf-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb\nDEBUG: Added runtime dependencies ['coreutils', 'bash', 'libseccomp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libseccomp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb\nDEBUG: providers for libtasn1 are: ['libtasn1']\nDEBUG: sorted providers for libtasn1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb to satisfy libtasn1\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'bison-native', 'texinfo-dummy-native', 'gtk-doc-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb\nDEBUG: Added runtime dependencies ['libtasn1-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb\nDEBUG: Added runtime recommendations ['libtasn1'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb\nDEBUG: providers for nettle are: ['nettle']\nDEBUG: sorted providers for nettle are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb to satisfy nettle\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gmp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb\nDEBUG: Added runtime dependencies ['nettle', 'nettle-bin', 'nettle-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'nettle'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb\nDEBUG: providers for libunistring are: ['libunistring']\nDEBUG: sorted providers for libunistring are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb to satisfy libunistring\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gperf-native', 'texinfo-dummy-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb\nDEBUG: Added runtime dependencies ['libunistring-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb\nDEBUG: Added runtime recommendations ['libunistring'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb\nDEBUG: providers for libical-native are: ['libical-native']\nDEBUG: sorted providers for libical-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb to satisfy libical-native\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'python3-native', 'gobject-introspection-native', 'vala-native', 'glib-2.0-native', 'libxml2-native', 'icu-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb\nDEBUG: providers for vala-native are: ['vala-native']\nDEBUG: sorted providers for vala-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb to satisfy vala-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'bison-native', 'flex-native', 'glib-2.0-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb\nDEBUG: providers for vala are: ['vala']\nDEBUG: sorted providers for vala are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb to satisfy vala\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'bison-native', 'flex-native', 'glib-2.0', 'vala-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb\nDEBUG: Added runtime dependencies ['vala-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb\nDEBUG: Added runtime recommendations ['vala'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb\nDEBUG: providers for icu are: ['icu']\nDEBUG: sorted providers for icu are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb to satisfy icu\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'icu-native', 'autoconf-archive-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb\nDEBUG: Added runtime dependencies ['icu-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb\nDEBUG: Added runtime recommendations ['icu'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb\nDEBUG: providers for libxslt-native are: ['libxslt-native']\nDEBUG: sorted providers for libxslt-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb to satisfy libxslt-native\nDEBUG: providers for boost-build-native are: ['boost-build-native']\nDEBUG: sorted providers for boost-build-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb to satisfy boost-build-native\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb\nDEBUG: Added runtime dependencies ['boost-build-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb\nDEBUG: Added runtime recommendations ['boost-build-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb\nDEBUG: providers for pcre are: ['libpcre']\nDEBUG: sorted providers for pcre are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb to satisfy pcre\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'bzip2', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb\nDEBUG: Added runtime dependencies ['libpcre', 'make', 'libpcre-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libpcre'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb\nDEBUG: providers for docbook-xml-dtd4-native are: ['docbook-xml-dtd4-native']\nDEBUG: sorted providers for docbook-xml-dtd4-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb to satisfy docbook-xml-dtd4-native\nDEBUG: providers for docbook-xsl-stylesheets-native are: ['docbook-xsl-stylesheets-native']\nDEBUG: sorted providers for docbook-xsl-stylesheets-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb to satisfy docbook-xsl-stylesheets-native\nDEBUG: providers for go-native are: ['go-binary-native', 'go-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb as PREFERRED_VERSION 1.20% of package go-native (for item go-native)\nNOTE: selecting go-binary-native to satisfy go-native due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for go-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb to satisfy go-native\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb\nDEBUG: Added runtime dependencies ['go-binary-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb\nDEBUG: Added runtime recommendations ['go-binary-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb to satisfy go-native\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb\nDEBUG: Added runtime dependencies ['go-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb\nDEBUG: Added runtime recommendations ['go-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb\nDEBUG: providers for xorgproto are: ['xorgproto']\nDEBUG: sorted providers for xorgproto are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb to satisfy xorgproto\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb\nDEBUG: Added runtime dependencies ['xorgproto-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb\nDEBUG: Added runtime recommendations ['xorgproto-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb\nDEBUG: providers for util-macros are: ['util-macros']\nDEBUG: sorted providers for util-macros are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb to satisfy util-macros\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb\nDEBUG: Added runtime dependencies ['util-macros-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb\nDEBUG: Added runtime recommendations ['util-macros-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb\nDEBUG: providers for xtrans are: ['xtrans']\nDEBUG: sorted providers for xtrans are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb to satisfy xtrans\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'util-macros'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb\nDEBUG: Added runtime dependencies ['xtrans-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb\nDEBUG: providers for libxt are: ['libxt']\nDEBUG: sorted providers for libxt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb to satisfy libxt\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'util-linux', 'libxcb', 'libsm', 'virtual/libx11', 'xorgproto', 'libxdmcp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb\nDEBUG: Added runtime dependencies ['libxt-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb\nDEBUG: Added runtime recommendations ['libxt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb\nDEBUG: providers for libpcap are: ['libpcap']\nDEBUG: sorted providers for libpcap are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb to satisfy libpcap\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'flex-native', 'bison-native', 'bluez5'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb\nDEBUG: Added runtime dependencies ['libpcap-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb\nDEBUG: Added runtime recommendations ['libpcap'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb\nDEBUG: providers for freetype are: ['freetype']\nDEBUG: sorted providers for freetype are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb to satisfy freetype\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libpng', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb\nDEBUG: Added runtime dependencies ['freetype-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb\nDEBUG: Added runtime recommendations ['freetype'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb\nDEBUG: providers for cairo are: ['cairo']\nDEBUG: sorted providers for cairo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb to satisfy cairo\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'fontconfig', 'freetype', 'glib-2.0', 'libpng', 'pixman', 'zlib', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gtk-doc-native', 'libxcb', 'virtual/libx11', 'libxrender', 'libxext', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb\nDEBUG: Added runtime dependencies ['cairo-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb\nDEBUG: Added runtime recommendations ['cairo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb\nDEBUG: providers for jpeg are: ['libjpeg-turbo']\nDEBUG: sorted providers for jpeg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb to satisfy jpeg\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'nasm-native', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb\nDEBUG: Added runtime dependencies ['libjpeg-turbo-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb\nDEBUG: Added runtime recommendations ['libjpeg-turbo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb\nDEBUG: providers for atk are: ['at-spi2-core']\nDEBUG: sorted providers for atk are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb to satisfy atk\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'dbus', 'glib-2.0', 'glib-2.0-native', 'libxml2', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gobject-introspection', 'gobject-introspection-native', 'virtual/libx11', 'libxi', 'libxtst'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb\nDEBUG: Added runtime dependencies ['at-spi2-core-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb\nDEBUG: Added runtime recommendations ['at-spi2-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb\nDEBUG: providers for libepoxy are: ['libepoxy']\nDEBUG: sorted providers for libepoxy are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb to satisfy libepoxy\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'virtual/egl', 'virtual/libx11', 'virtual/libgl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb\nDEBUG: Added runtime dependencies ['libepoxy-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb\nDEBUG: Added runtime recommendations ['libepoxy'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb\nDEBUG: providers for libx11 are: ['libx11']\nDEBUG: sorted providers for libx11 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb to satisfy libx11\nDEBUG: providers for pango are: ['pango']\nDEBUG: sorted providers for pango are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb to satisfy pango\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'glib-2.0-native', 'fontconfig', 'freetype', 'virtual/libiconv', 'cairo', 'harfbuzz', 'fribidi', 'python3-native', 'gobject-introspection', 'qemu-native', 'gobject-introspection-native', 'meson-native', 'ninja-native', 'virtual/libx11', 'libxft'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb\nDEBUG: Added runtime dependencies ['pango', 'gnome-desktop-testing', 'cantarell-fonts', 'locale-base-en-us', 'pango-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'pango'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb\nDEBUG: providers for libxcomposite are: ['libxcomposite']\nDEBUG: sorted providers for libxcomposite are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb to satisfy libxcomposite\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'xorgproto', 'virtual/libx11', 'libxfixes', 'libxext'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb\nDEBUG: Added runtime dependencies ['libxcomposite-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb\nDEBUG: Added runtime recommendations ['libxcomposite'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb\nDEBUG: providers for at-spi2-atk are: ['at-spi2-core']\nDEBUG: sorted providers for at-spi2-atk are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb to satisfy at-spi2-atk\nDEBUG: providers for libxdamage are: ['libxdamage']\nDEBUG: sorted providers for libxdamage are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb to satisfy libxdamage\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'virtual/libx11', 'xorgproto', 'libxfixes'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb\nDEBUG: Added runtime dependencies ['libxdamage-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb\nDEBUG: Added runtime recommendations ['libxdamage'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb\nDEBUG: providers for libxi are: ['libxi']\nDEBUG: sorted providers for libxi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb to satisfy libxi\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'libxext', 'xorgproto', 'libxfixes'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb\nDEBUG: Added runtime dependencies ['libxi-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb\nDEBUG: Added runtime recommendations ['libxi'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb\nDEBUG: providers for libxkbcommon are: ['libxkbcommon']\nDEBUG: sorted providers for libxkbcommon are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb to satisfy libxkbcommon\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'flex-native', 'bison-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'bash-completion', 'wayland-native', 'wayland', 'wayland-protocols', 'libxcb', 'xkeyboard-config', 'libxml2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb\nDEBUG: Added runtime dependencies ['libxkbcommon-dev', 'libx11-locale', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb\nDEBUG: Added runtime recommendations ['libxkbcommon'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb\nDEBUG: providers for libxrandr are: ['libxrandr']\nDEBUG: sorted providers for libxrandr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb to satisfy libxrandr\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'virtual/libx11', 'xorgproto', 'libxrender', 'libxext'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb\nDEBUG: Added runtime dependencies ['libxrandr-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb\nDEBUG: Added runtime recommendations ['libxrandr'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb\nDEBUG: providers for libpng are: ['libpng']\nDEBUG: sorted providers for libpng are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb to satisfy libpng\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb\nDEBUG: Added runtime dependencies ['libpng-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb\nDEBUG: Added runtime recommendations ['libpng'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb\nDEBUG: providers for iso-codes are: ['iso-codes']\nDEBUG: sorted providers for iso-codes are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb to satisfy iso-codes\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gettext-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb\nDEBUG: Added runtime dependencies ['iso-codes-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb\nDEBUG: Added runtime recommendations ['iso-codes'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb\nDEBUG: providers for libogg are: ['libogg']\nDEBUG: sorted providers for libogg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb to satisfy libogg\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb\nDEBUG: Added runtime dependencies ['libogg-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb\nDEBUG: Added runtime recommendations ['libogg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb\nDEBUG: providers for orc are: ['orc']\nDEBUG: sorted providers for orc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb to satisfy orc\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gtk-doc-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb\nDEBUG: Added runtime dependencies ['orc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb\nDEBUG: Added runtime recommendations ['orc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb\nDEBUG: providers for libxv are: ['libxv']\nDEBUG: sorted providers for libxv are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb to satisfy libxv\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'libxext', 'xorgproto'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb\nDEBUG: Added runtime dependencies ['libxv-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb\nDEBUG: Added runtime recommendations ['libxv'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb\nDEBUG: providers for orc-native are: ['orc-native']\nDEBUG: sorted providers for orc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb to satisfy orc-native\nDEBUG: Added dependencies ['pkgconfig-native', 'python3-native', 'meson-native', 'ninja-native', 'gtk-doc-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb\nDEBUG: providers for libvorbis are: ['libvorbis']\nDEBUG: sorted providers for libvorbis are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb to satisfy libvorbis\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libogg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb\nDEBUG: Added runtime dependencies ['libvorbis-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb\nDEBUG: Added runtime recommendations ['libvorbis'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb\nDEBUG: providers for libtheora are: ['libtheora']\nDEBUG: sorted providers for libtheora are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb to satisfy libtheora\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libogg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb\nDEBUG: Added runtime dependencies ['libtheora-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb\nDEBUG: Added runtime recommendations ['libtheora'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb\nDEBUG: providers for libpsl are: ['libpsl']\nDEBUG: sorted providers for libpsl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb to satisfy libpsl\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'gtk-doc-native', 'python3-native', 'icu'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb\nDEBUG: Added runtime dependencies ['libpsl-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb\nDEBUG: Added runtime recommendations ['libpsl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb\nDEBUG: providers for shaderc-native are: ['shaderc-native']\nDEBUG: sorted providers for shaderc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb to satisfy shaderc-native\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'spirv-headers-native', 'spirv-tools-native', 'glslang-native', 'python3-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb\nDEBUG: providers for libwebp are: ['libwebp']\nDEBUG: sorted providers for libwebp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb to satisfy libwebp\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb\nDEBUG: Added runtime dependencies ['libwebp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb\nDEBUG: Added runtime recommendations ['libwebp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb\nDEBUG: providers for librsvg are: ['librsvg']\nDEBUG: sorted providers for librsvg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb to satisfy librsvg\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'cargo-native', 'cairo', 'gdk-pixbuf', 'glib-2.0', 'libxml2', 'pango', 'python3-docutils-native', 'python3-native', 'qemu-native', 'gobject-introspection', 'gobject-introspection-native', 'rust-native', 'libstd-rs', 'vala-native', 'vala', 'gdk-pixbuf-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb\nDEBUG: Added runtime dependencies ['librsvg-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb\nDEBUG: Added runtime recommendations ['gdk-pixbuf-bin', 'librsvg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb\nDEBUG: providers for vulkan-loader are: ['vulkan-loader']\nDEBUG: sorted providers for vulkan-loader are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb to satisfy vulkan-loader\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'vulkan-headers', 'wayland', 'libxcb', 'libx11', 'libxrandr', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb\nDEBUG: Added runtime dependencies ['vulkan-loader-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb\nDEBUG: Added runtime recommendations ['vulkan-loader', 'mesa-vulkan-drivers'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb\nDEBUG: providers for libgudev are: ['libgudev']\nDEBUG: sorted providers for libgudev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb to satisfy libgudev\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0', 'glib-2.0-native', 'udev', 'python3-native', 'gobject-introspection', 'qemu-native', 'gobject-introspection-native', 'gtk-doc-native', 'meson-native', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb\nDEBUG: Added runtime dependencies ['libgudev-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb\nDEBUG: Added runtime recommendations ['libgudev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb\nDEBUG: providers for libusb1 are: ['libusb1']\nDEBUG: sorted providers for libusb1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb to satisfy libusb1\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'udev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb\nDEBUG: Added runtime dependencies ['libusb1', 'libusb1-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libusb1'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb\nDEBUG: providers for libxxf86vm are: ['libxxf86vm']\nDEBUG: sorted providers for libxxf86vm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb to satisfy libxxf86vm\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'libxext', 'xorgproto'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb\nDEBUG: Added runtime dependencies ['libxxf86vm-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb\nDEBUG: Added runtime recommendations ['libxxf86vm'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb\nDEBUG: providers for xrandr are: ['xrandr']\nDEBUG: sorted providers for xrandr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb to satisfy xrandr\nDEBUG: providers for vulkan-headers are: ['vulkan-headers']\nDEBUG: sorted providers for vulkan-headers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb to satisfy vulkan-headers\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb\nDEBUG: Added runtime dependencies ['vulkan-headers-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb\nDEBUG: Added runtime recommendations ['vulkan-headers'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb\nDEBUG: providers for libxshmfence are: ['libxshmfence']\nDEBUG: sorted providers for libxshmfence are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb to satisfy libxshmfence\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'virtual/libx11'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb\nDEBUG: Added runtime dependencies ['libxshmfence-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb\nDEBUG: Added runtime recommendations ['libxshmfence'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb\nDEBUG: providers for glslang-native are: ['glslang-native']\nDEBUG: sorted providers for glslang-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb to satisfy glslang-native\nDEBUG: Added dependencies ['cmake-native', 'spirv-tools-native', 'python3-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb\nDEBUG: providers for libpthread-stubs are: ['libpthread-stubs']\nDEBUG: sorted providers for libpthread-stubs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb to satisfy libpthread-stubs\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb\nDEBUG: Added runtime dependencies ['libpthread-stubs-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb\nDEBUG: Added runtime recommendations ['libpthread-stubs-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb\nDEBUG: providers for libpciaccess are: ['libpciaccess']\nDEBUG: sorted providers for libpciaccess are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb to satisfy libpciaccess\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb\nDEBUG: Added runtime dependencies ['libpciaccess-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb\nDEBUG: Added runtime recommendations ['libpciaccess'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb\nDEBUG: providers for gtk4 are: ['gtk4']\nDEBUG: sorted providers for gtk4 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb to satisfy gtk4\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'atk', 'cairo', 'fribidi', 'gdk-pixbuf', 'gdk-pixbuf-native', 'gi-docgen', 'glib-2.0', 'graphene', 'harfbuzz', 'jpeg', 'libepoxy', 'libpng', 'librsvg', 'libxkbcommon', 'pango', 'tiff', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gobject-introspection', 'gobject-introspection-native', 'gstreamer1.0-plugins-bad', 'vulkan-loader', 'vulkan-headers', 'shaderc-native', 'wayland', 'wayland-protocols', 'virtual/egl', 'virtual/libgles2', 'wayland-native', 'at-spi2-atk', 'fontconfig', 'libx11', 'libxext', 'libxcursor', 'libxi', 'libxdamage', 'libxrandr', 'libxrender', 'libxcomposite', 'libxfixes', 'xinerama', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb\nDEBUG: Added runtime dependencies ['gtk4-dev', 'wayland-protocols', 'glib-2.0-utils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb\nDEBUG: Added runtime recommendations ['gtk4', 'liberation-fonts', 'gdk-pixbuf-loader-png', 'gdk-pixbuf-loader-jpeg', 'gdk-pixbuf-loader-gif', 'gdk-pixbuf-loader-xpm', 'shared-mime-info', 'adwaita-icon-theme-symbolic', 'glibc-gconv-iso8859-1'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb\nDEBUG: providers for xcb-util are: ['xcb-util']\nDEBUG: sorted providers for xcb-util are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb to satisfy xcb-util\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libxcb', 'gperf-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb\nDEBUG: Added runtime dependencies ['xcb-util-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb\nDEBUG: Added runtime recommendations ['xcb-util'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb\nDEBUG: providers for dbus-native are: ['dbus-native']\nDEBUG: sorted providers for dbus-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb to satisfy dbus-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'expat-native', 'virtual/libintl-native', 'autoconf-archive-native', 'glib-2.0-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb\nDEBUG: providers for libxi-native are: ['libxi-native']\nDEBUG: sorted providers for libxi-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb to satisfy libxi-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'libxext-native', 'xorgproto-native', 'libxfixes-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb\nDEBUG: providers for libx11-native are: ['libx11-native']\nDEBUG: sorted providers for libx11-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb to satisfy libx11-native\nDEBUG: providers for fontconfig-native are: ['fontconfig-native']\nDEBUG: sorted providers for fontconfig-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb to satisfy fontconfig-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'expat-native', 'freetype-native', 'zlib-native', 'gperf-native', 'util-linux-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb\nDEBUG: providers for atk-native are: ['at-spi2-core-native']\nDEBUG: sorted providers for atk-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb to satisfy atk-native\nDEBUG: Added dependencies ['pkgconfig-native', 'gettext-minimal-native', 'dbus-native', 'glib-2.0-native', 'libxml2-native', 'python3-native', 'meson-native', 'ninja-native', 'gobject-introspection-native', 'virtual/libx11-native', 'libxi-native', 'libxtst-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb\nDEBUG: providers for at-spi2-atk-native are: ['at-spi2-core-native']\nDEBUG: sorted providers for at-spi2-atk-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb to satisfy at-spi2-atk-native\nDEBUG: providers for pango-native are: ['pango-native']\nDEBUG: sorted providers for pango-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb to satisfy pango-native\nDEBUG: Added dependencies ['pkgconfig-native', 'glib-2.0-native', 'fontconfig-native', 'freetype-native', 'virtual/libiconv-native', 'cairo-native', 'harfbuzz-native', 'fribidi-native', 'python3-native', 'gobject-introspection-native', 'meson-native', 'ninja-native', 'virtual/libx11-native', 'libxft-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb\nDEBUG: providers for libxcomposite-native are: ['libxcomposite-native']\nDEBUG: sorted providers for libxcomposite-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb to satisfy libxcomposite-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'xorgproto-native', 'virtual/libx11-native', 'libxfixes-native', 'libxext-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb\nDEBUG: providers for libxcursor-native are: ['libxcursor-native']\nDEBUG: sorted providers for libxcursor-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb to satisfy libxcursor-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'libxrender-native', 'libxfixes-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb\nDEBUG: providers for cairo-native are: ['cairo-native']\nDEBUG: sorted providers for cairo-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb to satisfy cairo-native\nDEBUG: Added dependencies ['pkgconfig-native', 'fontconfig-native', 'freetype-native', 'glib-2.0-native', 'libpng-native', 'pixman-native', 'zlib-native', 'python3-native', 'meson-native', 'ninja-native', 'gtk-doc-native', 'libxcb-native', 'virtual/libx11-native', 'libxrender-native', 'libxext-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb\nDEBUG: providers for shared-mime-info are: ['shared-mime-info']\nDEBUG: sorted providers for shared-mime-info are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb to satisfy shared-mime-info\nDEBUG: providers for flac are: ['flac']\nDEBUG: sorted providers for flac are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb to satisfy flac\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'libogg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb\nDEBUG: Added runtime dependencies ['flac-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb\nDEBUG: Added runtime recommendations ['flac'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb\nDEBUG: providers for libxdmcp are: ['libxdmcp']\nDEBUG: sorted providers for libxdmcp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb to satisfy libxdmcp\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'util-macros', 'xorgproto'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb\nDEBUG: Added runtime dependencies ['libxdmcp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb\nDEBUG: Added runtime recommendations ['libxdmcp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb\nDEBUG: providers for libxau are: ['libxau']\nDEBUG: sorted providers for libxau are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb to satisfy libxau\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'util-macros', 'xorgproto'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb\nDEBUG: Added runtime dependencies ['libxau-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb\nDEBUG: Added runtime recommendations ['libxau'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb\nDEBUG: providers for xcb-proto are: ['xcb-proto']\nDEBUG: sorted providers for xcb-proto are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb to satisfy xcb-proto\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb\nDEBUG: Added runtime dependencies ['xcb-proto-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb\nDEBUG: Added runtime recommendations ['xcb-proto-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb\nDEBUG: providers for menu-cache are: ['menu-cache']\nDEBUG: sorted providers for menu-cache are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb to satisfy menu-cache\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0', 'libfm-extra', 'gtk-doc-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb\nDEBUG: Added runtime dependencies ['menu-cache-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb\nDEBUG: Added runtime recommendations ['menu-cache'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb\nDEBUG: providers for libfm-extra are: ['libfm-extra']\nDEBUG: sorted providers for libfm-extra are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb to satisfy libfm-extra\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0-native', 'glib-2.0', 'intltool-native', 'gtk-doc-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb\nDEBUG: Added runtime dependencies ['libfm-extra-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb\nDEBUG: Added runtime recommendations ['libfm-extra'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb\nDEBUG: providers for libexif are: ['libexif']\nDEBUG: sorted providers for libexif are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb to satisfy libexif\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb\nDEBUG: Added runtime dependencies ['libexif', 'make', 'bash', 'libexif-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libexif'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb\nDEBUG: providers for cwautomacros-native are: ['cwautomacros-native']\nDEBUG: sorted providers for cwautomacros-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb to satisfy cwautomacros-native\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb\nDEBUG: providers for python3-pycairo are: ['python3-pycairo']\nDEBUG: sorted providers for python3-pycairo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb to satisfy python3-pycairo\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'cairo', 'python3', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb\nDEBUG: Added runtime dependencies ['python3-pycairo-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb\nDEBUG: Added runtime recommendations ['python3-pycairo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb\nDEBUG: providers for rust-llvm are: ['rust-llvm']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb as PREFERRED_VERSION 1.74% of package rust-llvm (for item rust-llvm)\nDEBUG: sorted providers for rust-llvm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb to satisfy rust-llvm\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ninja-native', 'rust-llvm-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb\nDEBUG: Added runtime dependencies ['rust-llvm-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb\nDEBUG: Added runtime recommendations ['rust-llvm'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb\nDEBUG: providers for libstd-rs are: ['libstd-rs']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb as PREFERRED_VERSION 1.74% of package libstd-rs (for item libstd-rs)\nDEBUG: sorted providers for libstd-rs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb to satisfy libstd-rs\nDEBUG: providers for ca-certificates are: ['ca-certificates']\nDEBUG: sorted providers for ca-certificates are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb to satisfy ca-certificates\nDEBUG: providers for libssh2 are: ['libssh2']\nDEBUG: sorted providers for libssh2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb to satisfy libssh2\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zlib', 'openssl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb\nDEBUG: Added runtime dependencies ['bash', 'man-db', 'openssh', 'util-linux-col', 'locale-base-en-us', 'libssh2-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libssh2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb\nDEBUG: providers for tcl are: ['tcl']\nDEBUG: sorted providers for tcl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb to satisfy tcl\nDEBUG: providers for pulseaudio are: ['pulseaudio']\nDEBUG: sorted providers for pulseaudio are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb to satisfy pulseaudio\nDEBUG: providers for libsoup are: ['libsoup']\nDEBUG: sorted providers for libsoup are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb to satisfy libsoup\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'glib-2.0', 'glib-2.0-native', 'libxml2', 'sqlite3', 'libpsl', 'nghttp2', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gobject-introspection', 'gobject-introspection-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb\nDEBUG: Added runtime dependencies ['libsoup-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb\nDEBUG: Added runtime recommendations ['libsoup', 'glib-networking'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb\nDEBUG: providers for taglib are: ['taglib']\nDEBUG: sorted providers for taglib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb to satisfy taglib\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zlib', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb\nDEBUG: Added runtime dependencies ['taglib-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb\nDEBUG: Added runtime recommendations ['taglib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb\nDEBUG: providers for speex are: ['speex']\nDEBUG: sorted providers for speex are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb to satisfy speex\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libogg', 'speexdsp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb\nDEBUG: Added runtime dependencies ['speex-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb\nDEBUG: Added runtime recommendations ['speex'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb\nDEBUG: providers for lame are: ['lame']\nDEBUG: sorted providers for lame are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb to satisfy lame\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ncurses', 'gettext-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb\nDEBUG: Added runtime dependencies ['lame-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb\nDEBUG: Added runtime recommendations ['lame'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb\nDEBUG: providers for nasm-native are: ['nasm-native']\nDEBUG: sorted providers for nasm-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb to satisfy nasm-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'groff-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb\nDEBUG: providers for mpg123 are: ['mpg123']\nDEBUG: sorted providers for mpg123 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb to satisfy mpg123\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'pulseaudio'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb\nDEBUG: Added runtime dependencies ['mpg123-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb\nDEBUG: Added runtime recommendations ['mpg123'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb\nDEBUG: providers for libxinerama are: ['libxinerama']\nDEBUG: sorted providers for libxinerama are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb to satisfy libxinerama\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'libxext', 'xorgproto'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb\nDEBUG: Added runtime dependencies ['libxinerama-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb\nDEBUG: Added runtime recommendations ['libxinerama'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb\nDEBUG: providers for font-util are: ['font-util']\nDEBUG: sorted providers for font-util are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb to satisfy font-util\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'encodings', 'util-macros'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb\nDEBUG: Added runtime dependencies ['font-util-dev', 'mkfontdir', 'mkfontscale', 'encodings'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb\nDEBUG: Added runtime recommendations ['font-util'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb\nDEBUG: providers for libxcvt are: ['libxcvt']\nDEBUG: sorted providers for libxcvt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb to satisfy libxcvt\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb\nDEBUG: Added runtime dependencies ['libxcvt-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb\nDEBUG: Added runtime recommendations ['libxcvt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb\nDEBUG: providers for pixman are: ['pixman']\nDEBUG: sorted providers for pixman are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb to satisfy pixman\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zlib', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb\nDEBUG: Added runtime dependencies ['pixman-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb\nDEBUG: Added runtime recommendations ['pixman'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb\nDEBUG: providers for virtual/mesa are: ['mesa']\nNOTE: selecting mesa to satisfy virtual/mesa due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/mesa are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/mesa\nDEBUG: providers for virtual/libgbm are: ['mesa']\nDEBUG: sorted providers for virtual/libgbm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb to satisfy virtual/libgbm\nDEBUG: providers for libxkbfile are: ['libxkbfile']\nDEBUG: sorted providers for libxkbfile are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb to satisfy libxkbfile\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'virtual/libx11', 'xorgproto'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb\nDEBUG: Added runtime dependencies ['libxkbfile-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb\nDEBUG: Added runtime recommendations ['libxkbfile'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb\nDEBUG: providers for libxfont2 are: ['libxfont2']\nDEBUG: sorted providers for libxfont2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb to satisfy libxfont2\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'freetype', 'xtrans', 'xorgproto', 'libfontenc', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb\nDEBUG: Added runtime dependencies ['libxfont2-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb\nDEBUG: Added runtime recommendations ['libxfont2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb\nDEBUG: providers for virtual/xserver are: ['xserver-xorg']\nNOTE: selecting xserver-xorg to satisfy virtual/xserver due to PREFERRED_PROVIDERS\nDEBUG: sorted providers for virtual/xserver are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb to satisfy virtual/xserver\nDEBUG: providers for librsvg-native are: ['librsvg-native']\nDEBUG: sorted providers for librsvg-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb to satisfy librsvg-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'pkgconfig-native', 'cargo-native', 'cairo-native', 'gdk-pixbuf-native', 'glib-2.0-native', 'libxml2-native', 'pango-native', 'python3-docutils-native', 'python3-native', 'gobject-introspection-native', 'rust-native', 'vala-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb\nDEBUG: providers for matchbox-wm are: ['matchbox-wm']\nDEBUG: sorted providers for matchbox-wm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb to satisfy matchbox-wm\nDEBUG: providers for python3-setuptools-scm-native are: ['python3-setuptools-scm-native']\nDEBUG: sorted providers for python3-setuptools-scm-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb to satisfy python3-setuptools-scm-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-tomli-native', 'python3-packaging-native', 'python3-typing-extensions-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb\nDEBUG: Added runtime dependencies ['python3-packaging-native', 'python3-pip-native', 'python3-pyparsing-native', 'python3-setuptools-native', 'python3-tomli-native', 'python3-typing-extensions-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb\nDEBUG: providers for libxml-namespacesupport-perl-native are: ['libxml-namespacesupport-perl-native']\nDEBUG: sorted providers for libxml-namespacesupport-perl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb to satisfy libxml-namespacesupport-perl-native\nDEBUG: providers for sysvinit-inittab-dev are: ['sysvinit-inittab']\nDEBUG: sorted runtime providers for sysvinit-inittab-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb' to satisfy runtime 'sysvinit-inittab-dev'\nDEBUG: providers for ttyrun are: ['ttyrun']\nDEBUG: sorted runtime providers for ttyrun are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb' to satisfy runtime 'ttyrun'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb\nDEBUG: Added runtime dependencies ['ttyrun-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb\nDEBUG: Added runtime recommendations ['ttyrun'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb\nDEBUG: providers for zip-dev are: ['zip']\nDEBUG: sorted runtime providers for zip-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb' to satisfy runtime 'zip-dev'\nDEBUG: providers for nativesdk-ninja-dev are: ['nativesdk-ninja']\nDEBUG: sorted runtime providers for nativesdk-ninja-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb' to satisfy runtime 'nativesdk-ninja-dev'\nDEBUG: providers for nativesdk-m4-dev are: ['nativesdk-m4']\nDEBUG: sorted runtime providers for nativesdk-m4-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb' to satisfy runtime 'nativesdk-m4-dev'\nDEBUG: providers for socat-dev are: ['socat']\nDEBUG: sorted runtime providers for socat-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb' to satisfy runtime 'socat-dev'\nDEBUG: providers for which-dev are: ['which']\nDEBUG: sorted runtime providers for which-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb' to satisfy runtime 'which-dev'\nDEBUG: providers for btrfs-tools-dev are: ['btrfs-tools']\nDEBUG: sorted runtime providers for btrfs-tools-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb' to satisfy runtime 'btrfs-tools-dev'\nDEBUG: providers for shadow-securetty-dev are: ['shadow-securetty']\nDEBUG: sorted runtime providers for shadow-securetty-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb' to satisfy runtime 'shadow-securetty-dev'\nDEBUG: Assuming perl-module-lib is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-lib are: ['perl']\nDEBUG: sorted runtime providers for perl-module-lib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-lib'\nDEBUG: providers for liberror-perl-dev are: ['liberror-perl']\nDEBUG: sorted runtime providers for liberror-perl-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb' to satisfy runtime 'liberror-perl-dev'\nDEBUG: providers for perl-module-strict are: ['perl']\nDEBUG: sorted runtime providers for perl-module-strict are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-strict'\nDEBUG: providers for perl-module-warnings are: ['perl']\nDEBUG: sorted runtime providers for perl-module-warnings are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-warnings'\nDEBUG: providers for perl-module-vars are: ['perl']\nDEBUG: sorted runtime providers for perl-module-vars are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-vars'\nDEBUG: Assuming perl-module-test-more is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-test-more are: ['perl']\nDEBUG: sorted runtime providers for perl-module-test-more are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-test-more'\nDEBUG: providers for python3-pycairo are: ['python3-pycairo']\nDEBUG: sorted runtime providers for python3-pycairo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb' to satisfy runtime 'python3-pycairo'\nDEBUG: providers for python3-pygobject-dev are: ['python3-pygobject']\nDEBUG: sorted runtime providers for python3-pygobject-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb' to satisfy runtime 'python3-pygobject-dev'\nDEBUG: providers for python3-dbus-dev are: ['python3-dbus']\nDEBUG: sorted runtime providers for python3-dbus-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb' to satisfy runtime 'python3-dbus-dev'\nDEBUG: providers for pinentry-dev are: ['pinentry']\nDEBUG: sorted runtime providers for pinentry-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb' to satisfy runtime 'pinentry-dev'\nDEBUG: providers for lttng-modules-dev are: ['lttng-modules']\nDEBUG: sorted runtime providers for lttng-modules-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb' to satisfy runtime 'lttng-modules-dev'\nDEBUG: providers for automake-dev are: ['automake']\nDEBUG: sorted runtime providers for automake-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb' to satisfy runtime 'automake-dev'\nDEBUG: Assuming perl-module-data-dumper is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-data-dumper are: ['perl']\nDEBUG: sorted runtime providers for perl-module-data-dumper are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-data-dumper'\nDEBUG: Assuming perl-module-threads is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-threads are: ['perl']\nDEBUG: sorted runtime providers for perl-module-threads are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-threads'\nDEBUG: Assuming perl-module-thread-queue is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-thread-queue are: ['perl']\nDEBUG: sorted runtime providers for perl-module-thread-queue are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-thread-queue'\nDEBUG: Assuming perl-module-bytes is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-bytes are: ['perl']\nDEBUG: sorted runtime providers for perl-module-bytes are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-bytes'\nDEBUG: providers for autoconf-dev are: ['autoconf']\nDEBUG: sorted runtime providers for autoconf-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb' to satisfy runtime 'autoconf-dev'\nDEBUG: providers for gnu-config are: ['gnu-config']\nDEBUG: sorted runtime providers for gnu-config are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb' to satisfy runtime 'gnu-config'\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb\nDEBUG: Assuming perl-module-file-spec-unix is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-spec-unix are: ['perl']\nDEBUG: sorted runtime providers for perl-module-file-spec-unix are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-spec-unix'\nDEBUG: Assuming perl-module-io-file is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-io-file are: ['perl']\nDEBUG: sorted runtime providers for perl-module-io-file are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-io-file'\nDEBUG: providers for pkgconfig-dev are: ['pkgconfig']\nNOTE: selecting pkgconfig to satisfy runtime pkgconfig-dev due to PREFERRED_PROVIDER_pkgconfig = pkgconfig\nDEBUG: sorted runtime providers for pkgconfig-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb' to satisfy runtime 'pkgconfig-dev'\nDEBUG: providers for pkgconf are: ['pkgconf']\nDEBUG: sorted runtime providers for pkgconf are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb' to satisfy runtime 'pkgconf'\nDEBUG: providers for pkgconf-dev are: ['pkgconf']\nDEBUG: sorted runtime providers for pkgconf-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb' to satisfy runtime 'pkgconf-dev'\nDEBUG: providers for diffstat-dev are: ['diffstat']\nDEBUG: sorted runtime providers for diffstat-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb' to satisfy runtime 'diffstat-dev'\nDEBUG: providers for rust-dev are: ['rust']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb as PREFERRED_VERSION 1.74% of package rust (for item rust-dev)\nDEBUG: sorted runtime providers for rust-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb' to satisfy runtime 'rust-dev'\nDEBUG: providers for cargo-dev are: ['cargo']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb as PREFERRED_VERSION 1.74% of package cargo (for item cargo-dev)\nDEBUG: sorted runtime providers for cargo-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb' to satisfy runtime 'cargo-dev'\nDEBUG: providers for expect-dev are: ['expect']\nDEBUG: sorted runtime providers for expect-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb' to satisfy runtime 'expect-dev'\nDEBUG: providers for connman-conf-dev are: ['connman-conf']\nDEBUG: sorted runtime providers for connman-conf-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb' to satisfy runtime 'connman-conf-dev'\nDEBUG: providers for gstreamer1.0-plugins-good-dev are: ['gstreamer1.0-plugins-good']\nDEBUG: sorted runtime providers for gstreamer1.0-plugins-good-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb' to satisfy runtime 'gstreamer1.0-plugins-good-dev'\nDEBUG: providers for gstreamer1.0-plugins-good are: ['gstreamer1.0-plugins-good']\nDEBUG: sorted runtime providers for gstreamer1.0-plugins-good are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb' to satisfy runtime 'gstreamer1.0-plugins-good'\nDEBUG: providers for xrandr-dev are: ['xrandr']\nDEBUG: sorted runtime providers for xrandr-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb' to satisfy runtime 'xrandr-dev'\nDEBUG: providers for xset-dev are: ['xset']\nDEBUG: sorted runtime providers for xset-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb' to satisfy runtime 'xset-dev'\nDEBUG: providers for xmodmap-dev are: ['xmodmap']\nDEBUG: sorted runtime providers for xmodmap-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb' to satisfy runtime 'xmodmap-dev'\nDEBUG: providers for xhost-dev are: ['xhost']\nDEBUG: sorted runtime providers for xhost-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb' to satisfy runtime 'xhost-dev'\nDEBUG: providers for xauth-dev are: ['xauth']\nDEBUG: sorted runtime providers for xauth-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb' to satisfy runtime 'xauth-dev'\nDEBUG: providers for xdpyinfo-dev are: ['xdpyinfo']\nDEBUG: sorted runtime providers for xdpyinfo-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb' to satisfy runtime 'xdpyinfo-dev'\nDEBUG: providers for xinput are: ['xinput']\nDEBUG: sorted runtime providers for xinput are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb' to satisfy runtime 'xinput'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'libxi', 'libxrandr', 'libxinerama'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb\nDEBUG: Added runtime dependencies ['xinput-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb\nDEBUG: Added runtime recommendations ['xinput'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb\nDEBUG: providers for xinput-calibrator-dev are: ['xinput-calibrator']\nDEBUG: sorted runtime providers for xinput-calibrator-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb' to satisfy runtime 'xinput-calibrator-dev'\nDEBUG: providers for pointercal-xinput are: ['pointercal-xinput']\nDEBUG: sorted runtime providers for pointercal-xinput are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb' to satisfy runtime 'pointercal-xinput'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb\nDEBUG: Added runtime dependencies ['pointercal-xinput-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb\nDEBUG: Added runtime recommendations ['pointercal-xinput'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb\nDEBUG: providers for xinit are: ['xinit']\nDEBUG: sorted runtime providers for xinit are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb' to satisfy runtime 'xinit'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb\nDEBUG: Added runtime dependencies ['xinit-dev', 'util-linux-mcookie', 'rxvt-unicode'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb\nDEBUG: Added runtime recommendations ['xinit'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb\nDEBUG: providers for xserver-nodm-init-dev are: ['xserver-nodm-init']\nDEBUG: sorted runtime providers for xserver-nodm-init-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb' to satisfy runtime 'xserver-nodm-init-dev'\nDEBUG: providers for libegl are: ['mesa']\nNOTE: selecting mesa to satisfy runtime libegl due to PREFERRED_PROVIDER_virtual/libgl = mesa\nDEBUG: sorted runtime providers for libegl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb' to satisfy runtime 'libegl'\nDEBUG: providers for xserver-xorg-dev are: ['xserver-xorg']\nNOTE: selecting xserver-xorg to satisfy runtime xserver-xorg-dev due to PREFERRED_PROVIDER_virtual/xserver-xf86 = xserver-xorg\nDEBUG: sorted runtime providers for xserver-xorg-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb' to satisfy runtime 'xserver-xorg-dev'\nDEBUG: providers for rgb are: ['rgb']\nDEBUG: sorted runtime providers for rgb are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb' to satisfy runtime 'rgb'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'xorgproto', 'util-macros'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb\nDEBUG: Added runtime dependencies ['rgb-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb\nDEBUG: Added runtime recommendations ['rgb'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb\nDEBUG: providers for xf86-input-libinput are: ['xf86-input-libinput']\nDEBUG: sorted runtime providers for xf86-input-libinput are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb' to satisfy runtime 'xf86-input-libinput'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/xserver', 'xorgproto', 'util-macros', 'libinput'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb\nDEBUG: Added runtime dependencies ['xf86-input-libinput-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb\nDEBUG: Added runtime recommendations ['xf86-input-libinput'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb\nDEBUG: providers for xkeyboard-config are: ['xkeyboard-config']\nDEBUG: sorted runtime providers for xkeyboard-config are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb' to satisfy runtime 'xkeyboard-config'\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'util-macros', 'libxslt-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb\nDEBUG: Added runtime dependencies ['xkeyboard-config-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb\nDEBUG: Added runtime recommendations ['xkeyboard-config'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb\nDEBUG: providers for xserver-xf86-config are: ['xserver-xf86-config']\nDEBUG: sorted runtime providers for xserver-xf86-config are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb' to satisfy runtime 'xserver-xf86-config'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: Added runtime dependencies ['xserver-xf86-config-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: Added runtime recommendations ['xserver-xf86-config'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: providers for xkbcomp are: ['xkbcomp']\nDEBUG: sorted runtime providers for xkbcomp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb' to satisfy runtime 'xkbcomp'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'virtual/libx11', 'libxkbfile'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb\nDEBUG: Added runtime dependencies ['xkbcomp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb\nDEBUG: Added runtime recommendations ['xkbcomp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb\nDEBUG: providers for xf86-video-fbdev-dev are: ['xf86-video-fbdev']\nDEBUG: sorted runtime providers for xf86-video-fbdev-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb' to satisfy runtime 'xf86-video-fbdev-dev'\nDEBUG: providers for xf86-video-vmware-dev are: ['xf86-video-vmware']\nDEBUG: sorted runtime providers for xf86-video-vmware-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb' to satisfy runtime 'xf86-video-vmware-dev'\nDEBUG: providers for xf86-video-cirrus-dev are: ['xf86-video-cirrus']\nDEBUG: sorted runtime providers for xf86-video-cirrus-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb' to satisfy runtime 'xf86-video-cirrus-dev'\nDEBUG: providers for xf86-video-vesa-dev are: ['xf86-video-vesa']\nDEBUG: sorted runtime providers for xf86-video-vesa-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb' to satisfy runtime 'xf86-video-vesa-dev'\nDEBUG: providers for formfactor-dev are: ['formfactor']\nDEBUG: sorted runtime providers for formfactor-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb' to satisfy runtime 'formfactor-dev'\nDEBUG: providers for dbus-wait-dev are: ['dbus-wait']\nDEBUG: sorted runtime providers for dbus-wait-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb' to satisfy runtime 'dbus-wait-dev'\nDEBUG: providers for alsa-plugins-dev are: ['alsa-plugins']\nDEBUG: sorted runtime providers for alsa-plugins-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb' to satisfy runtime 'alsa-plugins-dev'\nDEBUG: Assuming libasound-module-conf-pulse is a dynamic package, but it may not exist\nDEBUG: providers for libasound-module-conf-pulse are: ['alsa-plugins']\nDEBUG: sorted runtime providers for libasound-module-conf-pulse are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb' to satisfy runtime 'libasound-module-conf-pulse'\nDEBUG: providers for alsa-plugins are: ['alsa-plugins']\nDEBUG: sorted runtime providers for alsa-plugins are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb' to satisfy runtime 'alsa-plugins'\nDEBUG: Assuming libasound-module-pcm-pulse is a dynamic package, but it may not exist\nDEBUG: providers for libasound-module-pcm-pulse are: ['alsa-plugins']\nDEBUG: sorted runtime providers for libasound-module-pcm-pulse are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb' to satisfy runtime 'libasound-module-pcm-pulse'\nDEBUG: Assuming libasound-module-ctl-pulse is a dynamic package, but it may not exist\nDEBUG: providers for libasound-module-ctl-pulse are: ['alsa-plugins']\nDEBUG: sorted runtime providers for libasound-module-ctl-pulse are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb' to satisfy runtime 'libasound-module-ctl-pulse'\nDEBUG: providers for consolekit-dev are: ['consolekit']\nDEBUG: sorted runtime providers for consolekit-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb' to satisfy runtime 'consolekit-dev'\nDEBUG: providers for adwaita-icon-theme-dev are: ['adwaita-icon-theme']\nDEBUG: sorted runtime providers for adwaita-icon-theme-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb' to satisfy runtime 'adwaita-icon-theme-dev'\nDEBUG: providers for matchbox-theme-sato-dev are: ['matchbox-theme-sato']\nDEBUG: sorted runtime providers for matchbox-theme-sato-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb' to satisfy runtime 'matchbox-theme-sato-dev'\nDEBUG: providers for matchbox-session-dev are: ['matchbox-session']\nDEBUG: sorted runtime providers for matchbox-session-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb' to satisfy runtime 'matchbox-session-dev'\nDEBUG: providers for gnome-desktop-testing-dev are: ['gnome-desktop-testing']\nDEBUG: sorted runtime providers for gnome-desktop-testing-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb' to satisfy runtime 'gnome-desktop-testing-dev'\nDEBUG: providers for shared-mime-info-dev are: ['shared-mime-info']\nDEBUG: sorted runtime providers for shared-mime-info-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb' to satisfy runtime 'shared-mime-info-dev'\nDEBUG: providers for python3-dbusmock-dev are: ['python3-dbusmock']\nDEBUG: sorted runtime providers for python3-dbusmock-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb' to satisfy runtime 'python3-dbusmock-dev'\nDEBUG: providers for python3-setuptools-dev are: ['python3-setuptools']\nDEBUG: sorted runtime providers for python3-setuptools-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb' to satisfy runtime 'python3-setuptools-dev'\nDEBUG: providers for python3-pkg-resources are: ['python3-setuptools']\nDEBUG: sorted runtime providers for python3-pkg-resources are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb' to satisfy runtime 'python3-pkg-resources'\nDEBUG: providers for nativesdk-diffutils-dev are: ['nativesdk-diffutils']\nDEBUG: sorted runtime providers for nativesdk-diffutils-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb' to satisfy runtime 'nativesdk-diffutils-dev'\nDEBUG: providers for glib-networking-dev are: ['glib-networking']\nDEBUG: sorted runtime providers for glib-networking-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb' to satisfy runtime 'glib-networking-dev'\nDEBUG: providers for libxml-sax-base-perl-native are: ['libxml-sax-base-perl-native']\nDEBUG: sorted runtime providers for libxml-sax-base-perl-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb' to satisfy runtime 'libxml-sax-base-perl-native'\nDEBUG: Added dependencies ['perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb\nDEBUG: Added runtime dependencies ['perl-module-extutils-makemaker-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb\nDEBUG: Assuming perl-module-encode-encoding-native is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-encode-encoding-native are: ['perl-native']\nDEBUG: sorted runtime providers for perl-module-encode-encoding-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-encode-encoding-native'\nDEBUG: Assuming perl-module-file-temp-native is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-file-temp-native are: ['perl-native']\nDEBUG: sorted runtime providers for perl-module-file-temp-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-file-temp-native'\nDEBUG: Assuming perl-module-perlio-native is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-perlio-native are: ['perl-native']\nDEBUG: sorted runtime providers for perl-module-perlio-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-perlio-native'\nDEBUG: Assuming perl-module-encode-native is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-encode-native are: ['perl-native']\nDEBUG: sorted runtime providers for perl-module-encode-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-encode-native'\nDEBUG: providers for python3-markupsafe-native are: ['python3-markupsafe-native']\nDEBUG: sorted runtime providers for python3-markupsafe-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb' to satisfy runtime 'python3-markupsafe-native'\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb\nDEBUG: Added runtime dependencies ['python3-stringold-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb\nDEBUG: providers for python3-pygments-native are: ['python3-pygments-native']\nDEBUG: sorted runtime providers for python3-pygments-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb' to satisfy runtime 'python3-pygments-native'\nDEBUG: Added dependencies ['python3-hatchling-native', 'python3-build-native', 'python3-installer-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb\nDEBUG: providers for libidn2-dev are: ['libidn2']\nDEBUG: sorted runtime providers for libidn2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb' to satisfy runtime 'libidn2-dev'\nDEBUG: providers for libidn2 are: ['libidn2']\nDEBUG: sorted runtime providers for libidn2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb' to satisfy runtime 'libidn2'\nDEBUG: providers for libyaml are: ['libyaml']\nDEBUG: sorted runtime providers for libyaml are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb' to satisfy runtime 'libyaml'\nDEBUG: providers for libyaml-dev are: ['libyaml']\nDEBUG: sorted runtime providers for libyaml-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb' to satisfy runtime 'libyaml-dev'\nDEBUG: providers for nativesdk-mesa-dev are: ['nativesdk-mesa']\nNOTE: selecting nativesdk-mesa to satisfy runtime nativesdk-mesa-dev due to PREFERRED_PROVIDER_nativesdk-mesa = nativesdk-mesa\nDEBUG: sorted runtime providers for nativesdk-mesa-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb' to satisfy runtime 'nativesdk-mesa-dev'\nDEBUG: providers for nativesdk-mesa-megadriver are: ['nativesdk-mesa']\nNOTE: selecting nativesdk-mesa to satisfy runtime nativesdk-mesa-megadriver due to PREFERRED_PROVIDER_nativesdk-mesa = nativesdk-mesa\nDEBUG: sorted runtime providers for nativesdk-mesa-megadriver are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb' to satisfy runtime 'nativesdk-mesa-megadriver'\nDEBUG: providers for nativesdk-libgles2-mesa-dev are: ['nativesdk-mesa']\nNOTE: selecting nativesdk-mesa to satisfy runtime nativesdk-libgles2-mesa-dev due to PREFERRED_PROVIDER_nativesdk-mesa = nativesdk-mesa\nDEBUG: sorted runtime providers for nativesdk-libgles2-mesa-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb' to satisfy runtime 'nativesdk-libgles2-mesa-dev'\nDEBUG: providers for nativesdk-libdrm-omap are: ['nativesdk-libdrm']\nDEBUG: sorted runtime providers for nativesdk-libdrm-omap are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'nativesdk-libdrm-omap'\nDEBUG: providers for nativesdk-libdrm-radeon are: ['nativesdk-libdrm']\nDEBUG: sorted runtime providers for nativesdk-libdrm-radeon are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'nativesdk-libdrm-radeon'\nDEBUG: providers for nativesdk-libdrm are: ['nativesdk-libdrm']\nDEBUG: sorted runtime providers for nativesdk-libdrm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'nativesdk-libdrm'\nDEBUG: providers for nativesdk-libdrm-dev are: ['nativesdk-libdrm']\nDEBUG: sorted runtime providers for nativesdk-libdrm-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'nativesdk-libdrm-dev'\nDEBUG: providers for nativesdk-libdrm-intel are: ['nativesdk-libdrm']\nDEBUG: sorted runtime providers for nativesdk-libdrm-intel are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'nativesdk-libdrm-intel'\nDEBUG: providers for nativesdk-libdrm-nouveau are: ['nativesdk-libdrm']\nDEBUG: sorted runtime providers for nativesdk-libdrm-nouveau are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'nativesdk-libdrm-nouveau'\nDEBUG: providers for nativesdk-libdrm-etnaviv are: ['nativesdk-libdrm']\nDEBUG: sorted runtime providers for nativesdk-libdrm-etnaviv are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'nativesdk-libdrm-etnaviv'\nDEBUG: providers for nativesdk-libdrm-exynos are: ['nativesdk-libdrm']\nDEBUG: sorted runtime providers for nativesdk-libdrm-exynos are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'nativesdk-libdrm-exynos'\nDEBUG: providers for nativesdk-libdrm-freedreno are: ['nativesdk-libdrm']\nDEBUG: sorted runtime providers for nativesdk-libdrm-freedreno are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'nativesdk-libdrm-freedreno'\nDEBUG: providers for nativesdk-libdrm-amdgpu are: ['nativesdk-libdrm']\nDEBUG: sorted runtime providers for nativesdk-libdrm-amdgpu are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb' to satisfy runtime 'nativesdk-libdrm-amdgpu'\nDEBUG: providers for nativesdk-libxrender are: ['nativesdk-libxrender']\nDEBUG: sorted runtime providers for nativesdk-libxrender are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb' to satisfy runtime 'nativesdk-libxrender'\nDEBUG: providers for nativesdk-libxrender-dev are: ['nativesdk-libxrender']\nDEBUG: sorted runtime providers for nativesdk-libxrender-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb' to satisfy runtime 'nativesdk-libxrender-dev'\nDEBUG: providers for nativesdk-libxrandr-dev are: ['nativesdk-libxrandr']\nDEBUG: sorted runtime providers for nativesdk-libxrandr-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb' to satisfy runtime 'nativesdk-libxrandr-dev'\nDEBUG: providers for nativesdk-libxrandr are: ['nativesdk-libxrandr']\nDEBUG: sorted runtime providers for nativesdk-libxrandr are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb' to satisfy runtime 'nativesdk-libxrandr'\nDEBUG: providers for nativesdk-libxext are: ['nativesdk-libxext']\nDEBUG: sorted runtime providers for nativesdk-libxext are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb' to satisfy runtime 'nativesdk-libxext'\nDEBUG: providers for nativesdk-libxext-dev are: ['nativesdk-libxext']\nDEBUG: sorted runtime providers for nativesdk-libxext-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb' to satisfy runtime 'nativesdk-libxext-dev'\nDEBUG: providers for nativesdk-libx11 are: ['nativesdk-libx11']\nDEBUG: sorted runtime providers for nativesdk-libx11 are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb' to satisfy runtime 'nativesdk-libx11'\nDEBUG: providers for nativesdk-libx11-dev are: ['nativesdk-libx11']\nDEBUG: sorted runtime providers for nativesdk-libx11-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb' to satisfy runtime 'nativesdk-libx11-dev'\nDEBUG: providers for nativesdk-debugedit are: ['nativesdk-debugedit']\nDEBUG: sorted runtime providers for nativesdk-debugedit are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb' to satisfy runtime 'nativesdk-debugedit'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'nativesdk-elfutils', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-debugedit-dev', 'nativesdk-bash', 'nativesdk-elfutils-binutils'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-debugedit'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb\nDEBUG: providers for nativesdk-rpm are: ['nativesdk-rpm']\nDEBUG: sorted runtime providers for nativesdk-rpm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'nativesdk-rpm'\nDEBUG: providers for nativesdk-rpm-sign are: ['nativesdk-rpm']\nDEBUG: sorted runtime providers for nativesdk-rpm-sign are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'nativesdk-rpm-sign'\nDEBUG: providers for nativesdk-rpm-archive are: ['nativesdk-rpm']\nDEBUG: sorted runtime providers for nativesdk-rpm-archive are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'nativesdk-rpm-archive'\nDEBUG: providers for nativesdk-rpm-dev are: ['nativesdk-rpm']\nDEBUG: sorted runtime providers for nativesdk-rpm-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb' to satisfy runtime 'nativesdk-rpm-dev'\nDEBUG: providers for nativesdk-libmicrohttpd-dev are: ['nativesdk-libmicrohttpd']\nDEBUG: sorted runtime providers for nativesdk-libmicrohttpd-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb' to satisfy runtime 'nativesdk-libmicrohttpd-dev'\nDEBUG: providers for nativesdk-libmicrohttpd are: ['nativesdk-libmicrohttpd']\nDEBUG: sorted runtime providers for nativesdk-libmicrohttpd are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb' to satisfy runtime 'nativesdk-libmicrohttpd'\nDEBUG: providers for libseccomp-dev are: ['libseccomp']\nDEBUG: sorted runtime providers for libseccomp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb' to satisfy runtime 'libseccomp-dev'\nDEBUG: providers for libseccomp are: ['libseccomp']\nDEBUG: sorted runtime providers for libseccomp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb' to satisfy runtime 'libseccomp'\nDEBUG: providers for libtasn1 are: ['libtasn1']\nDEBUG: sorted runtime providers for libtasn1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb' to satisfy runtime 'libtasn1'\nDEBUG: providers for libtasn1-dev are: ['libtasn1']\nDEBUG: sorted runtime providers for libtasn1-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb' to satisfy runtime 'libtasn1-dev'\nDEBUG: providers for nettle-bin are: ['nettle']\nDEBUG: sorted runtime providers for nettle-bin are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb' to satisfy runtime 'nettle-bin'\nDEBUG: providers for nettle are: ['nettle']\nDEBUG: sorted runtime providers for nettle are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb' to satisfy runtime 'nettle'\nDEBUG: providers for nettle-dev are: ['nettle']\nDEBUG: sorted runtime providers for nettle-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb' to satisfy runtime 'nettle-dev'\nDEBUG: providers for libunistring-dev are: ['libunistring']\nDEBUG: sorted runtime providers for libunistring-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb' to satisfy runtime 'libunistring-dev'\nDEBUG: providers for libunistring are: ['libunistring']\nDEBUG: sorted runtime providers for libunistring are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb' to satisfy runtime 'libunistring'\nDEBUG: providers for vala are: ['vala']\nDEBUG: sorted runtime providers for vala are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb' to satisfy runtime 'vala'\nDEBUG: providers for vala-dev are: ['vala']\nDEBUG: sorted runtime providers for vala-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb' to satisfy runtime 'vala-dev'\nDEBUG: providers for icu are: ['icu']\nDEBUG: sorted runtime providers for icu are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb' to satisfy runtime 'icu'\nDEBUG: providers for icu-dev are: ['icu']\nDEBUG: sorted runtime providers for icu-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb' to satisfy runtime 'icu-dev'\nDEBUG: providers for boost-build-native are: ['boost-build-native']\nDEBUG: sorted runtime providers for boost-build-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb' to satisfy runtime 'boost-build-native'\nDEBUG: providers for boost-build-native-dev are: ['boost-build-native']\nDEBUG: sorted runtime providers for boost-build-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb' to satisfy runtime 'boost-build-native-dev'\nDEBUG: providers for libpcre are: ['libpcre']\nDEBUG: sorted runtime providers for libpcre are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb' to satisfy runtime 'libpcre'\nDEBUG: providers for libpcre-dev are: ['libpcre']\nDEBUG: sorted runtime providers for libpcre-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb' to satisfy runtime 'libpcre-dev'\nDEBUG: providers for go-binary-native are: ['go-binary-native']\nNOTE: selecting go-binary-native to satisfy runtime go-binary-native due to PREFERRED_PROVIDER_go-native = go-binary-native\nDEBUG: sorted runtime providers for go-binary-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb' to satisfy runtime 'go-binary-native'\nDEBUG: providers for go-binary-native-dev are: ['go-binary-native']\nNOTE: selecting go-binary-native to satisfy runtime go-binary-native-dev due to PREFERRED_PROVIDER_go-native = go-binary-native\nDEBUG: sorted runtime providers for go-binary-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb' to satisfy runtime 'go-binary-native-dev'\nDEBUG: providers for go-native are: ['go-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb as PREFERRED_VERSION 1.20% of package go-native (for item go-native)\nDEBUG: sorted runtime providers for go-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb' to satisfy runtime 'go-native'\nDEBUG: providers for go-native-dev are: ['go-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb as PREFERRED_VERSION 1.20% of package go-native (for item go-native-dev)\nDEBUG: sorted runtime providers for go-native-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.20.13.bb' to satisfy runtime 'go-native-dev'\nDEBUG: providers for xorgproto-dev are: ['xorgproto']\nDEBUG: sorted runtime providers for xorgproto-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb' to satisfy runtime 'xorgproto-dev'\nDEBUG: providers for util-macros-dev are: ['util-macros']\nDEBUG: sorted runtime providers for util-macros-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb' to satisfy runtime 'util-macros-dev'\nDEBUG: providers for xtrans-dev are: ['xtrans']\nDEBUG: sorted runtime providers for xtrans-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb' to satisfy runtime 'xtrans-dev'\nDEBUG: providers for libxt are: ['libxt']\nDEBUG: sorted runtime providers for libxt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb' to satisfy runtime 'libxt'\nDEBUG: providers for libxt-dev are: ['libxt']\nDEBUG: sorted runtime providers for libxt-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb' to satisfy runtime 'libxt-dev'\nDEBUG: providers for libpcap are: ['libpcap']\nDEBUG: sorted runtime providers for libpcap are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb' to satisfy runtime 'libpcap'\nDEBUG: providers for libpcap-dev are: ['libpcap']\nDEBUG: sorted runtime providers for libpcap-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb' to satisfy runtime 'libpcap-dev'\nDEBUG: providers for freetype are: ['freetype']\nDEBUG: sorted runtime providers for freetype are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb' to satisfy runtime 'freetype'\nDEBUG: providers for freetype-dev are: ['freetype']\nDEBUG: sorted runtime providers for freetype-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb' to satisfy runtime 'freetype-dev'\nDEBUG: providers for cairo are: ['cairo']\nDEBUG: sorted runtime providers for cairo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb' to satisfy runtime 'cairo'\nDEBUG: providers for cairo-dev are: ['cairo']\nDEBUG: sorted runtime providers for cairo-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb' to satisfy runtime 'cairo-dev'\nDEBUG: providers for libjpeg-turbo are: ['libjpeg-turbo']\nDEBUG: sorted runtime providers for libjpeg-turbo are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb' to satisfy runtime 'libjpeg-turbo'\nDEBUG: providers for libjpeg-turbo-dev are: ['libjpeg-turbo']\nDEBUG: sorted runtime providers for libjpeg-turbo-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb' to satisfy runtime 'libjpeg-turbo-dev'\nDEBUG: providers for at-spi2-core are: ['at-spi2-core']\nDEBUG: sorted runtime providers for at-spi2-core are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb' to satisfy runtime 'at-spi2-core'\nDEBUG: providers for at-spi2-core-dev are: ['at-spi2-core']\nDEBUG: sorted runtime providers for at-spi2-core-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb' to satisfy runtime 'at-spi2-core-dev'\nDEBUG: providers for libepoxy are: ['libepoxy']\nDEBUG: sorted runtime providers for libepoxy are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb' to satisfy runtime 'libepoxy'\nDEBUG: providers for libepoxy-dev are: ['libepoxy']\nDEBUG: sorted runtime providers for libepoxy-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb' to satisfy runtime 'libepoxy-dev'\nDEBUG: providers for pango-dev are: ['pango']\nDEBUG: sorted runtime providers for pango-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb' to satisfy runtime 'pango-dev'\nDEBUG: providers for cantarell-fonts are: ['cantarell-fonts']\nDEBUG: sorted runtime providers for cantarell-fonts are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb' to satisfy runtime 'cantarell-fonts'\nDEBUG: Added dependencies ['pkgconfig-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb\nDEBUG: Added runtime dependencies ['cantarell-fonts-dev', 'fontconfig-utils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb\nDEBUG: Added runtime recommendations ['cantarell-fonts'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb\nDEBUG: providers for pango are: ['pango']\nDEBUG: sorted runtime providers for pango are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb' to satisfy runtime 'pango'\nDEBUG: providers for libxcomposite are: ['libxcomposite']\nDEBUG: sorted runtime providers for libxcomposite are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb' to satisfy runtime 'libxcomposite'\nDEBUG: providers for libxcomposite-dev are: ['libxcomposite']\nDEBUG: sorted runtime providers for libxcomposite-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb' to satisfy runtime 'libxcomposite-dev'\nDEBUG: providers for libxdamage-dev are: ['libxdamage']\nDEBUG: sorted runtime providers for libxdamage-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb' to satisfy runtime 'libxdamage-dev'\nDEBUG: providers for libxdamage are: ['libxdamage']\nDEBUG: sorted runtime providers for libxdamage are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb' to satisfy runtime 'libxdamage'\nDEBUG: providers for libxi are: ['libxi']\nDEBUG: sorted runtime providers for libxi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb' to satisfy runtime 'libxi'\nDEBUG: providers for libxi-dev are: ['libxi']\nDEBUG: sorted runtime providers for libxi-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb' to satisfy runtime 'libxi-dev'\nDEBUG: providers for libx11-locale are: ['libx11']\nNOTE: selecting libx11 to satisfy runtime libx11-locale due to PREFERRED_PROVIDER_virtual/libx11 = libx11\nDEBUG: sorted runtime providers for libx11-locale are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb' to satisfy runtime 'libx11-locale'\nDEBUG: providers for libxkbcommon are: ['libxkbcommon']\nDEBUG: sorted runtime providers for libxkbcommon are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb' to satisfy runtime 'libxkbcommon'\nDEBUG: providers for libxkbcommon-dev are: ['libxkbcommon']\nDEBUG: sorted runtime providers for libxkbcommon-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb' to satisfy runtime 'libxkbcommon-dev'\nDEBUG: providers for libxrandr are: ['libxrandr']\nDEBUG: sorted runtime providers for libxrandr are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb' to satisfy runtime 'libxrandr'\nDEBUG: providers for libxrandr-dev are: ['libxrandr']\nDEBUG: sorted runtime providers for libxrandr-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb' to satisfy runtime 'libxrandr-dev'\nDEBUG: providers for libpng-dev are: ['libpng']\nDEBUG: sorted runtime providers for libpng-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb' to satisfy runtime 'libpng-dev'\nDEBUG: providers for libpng are: ['libpng']\nDEBUG: sorted runtime providers for libpng are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb' to satisfy runtime 'libpng'\nDEBUG: providers for iso-codes-dev are: ['iso-codes']\nDEBUG: sorted runtime providers for iso-codes-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb' to satisfy runtime 'iso-codes-dev'\nDEBUG: providers for iso-codes are: ['iso-codes']\nDEBUG: sorted runtime providers for iso-codes are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb' to satisfy runtime 'iso-codes'\nDEBUG: providers for libogg-dev are: ['libogg']\nDEBUG: sorted runtime providers for libogg-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb' to satisfy runtime 'libogg-dev'\nDEBUG: providers for libogg are: ['libogg']\nDEBUG: sorted runtime providers for libogg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb' to satisfy runtime 'libogg'\nDEBUG: providers for orc-dev are: ['orc']\nDEBUG: sorted runtime providers for orc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb' to satisfy runtime 'orc-dev'\nDEBUG: providers for orc are: ['orc']\nDEBUG: sorted runtime providers for orc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb' to satisfy runtime 'orc'\nDEBUG: providers for libxv are: ['libxv']\nDEBUG: sorted runtime providers for libxv are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb' to satisfy runtime 'libxv'\nDEBUG: providers for libxv-dev are: ['libxv']\nDEBUG: sorted runtime providers for libxv-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb' to satisfy runtime 'libxv-dev'\nDEBUG: providers for libvorbis are: ['libvorbis']\nDEBUG: sorted runtime providers for libvorbis are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb' to satisfy runtime 'libvorbis'\nDEBUG: providers for libvorbis-dev are: ['libvorbis']\nDEBUG: sorted runtime providers for libvorbis-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb' to satisfy runtime 'libvorbis-dev'\nDEBUG: providers for libtheora-dev are: ['libtheora']\nDEBUG: sorted runtime providers for libtheora-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb' to satisfy runtime 'libtheora-dev'\nDEBUG: providers for libtheora are: ['libtheora']\nDEBUG: sorted runtime providers for libtheora are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb' to satisfy runtime 'libtheora'\nDEBUG: providers for libpsl-dev are: ['libpsl']\nDEBUG: sorted runtime providers for libpsl-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb' to satisfy runtime 'libpsl-dev'\nDEBUG: providers for libpsl are: ['libpsl']\nDEBUG: sorted runtime providers for libpsl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb' to satisfy runtime 'libpsl'\nDEBUG: providers for libwebp are: ['libwebp']\nDEBUG: sorted runtime providers for libwebp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb' to satisfy runtime 'libwebp'\nDEBUG: providers for libwebp-dev are: ['libwebp']\nDEBUG: sorted runtime providers for libwebp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb' to satisfy runtime 'libwebp-dev'\nDEBUG: providers for gdk-pixbuf-bin are: ['gdk-pixbuf']\nNOTE: selecting gdk-pixbuf to satisfy runtime gdk-pixbuf-bin due to PREFERRED_PROVIDER_gdk-pixbuf = gdk-pixbuf\nDEBUG: sorted runtime providers for gdk-pixbuf-bin are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb' to satisfy runtime 'gdk-pixbuf-bin'\nDEBUG: providers for librsvg-dev are: ['librsvg']\nDEBUG: sorted runtime providers for librsvg-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb' to satisfy runtime 'librsvg-dev'\nDEBUG: providers for librsvg are: ['librsvg']\nDEBUG: sorted runtime providers for librsvg are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb' to satisfy runtime 'librsvg'\nDEBUG: providers for vulkan-loader are: ['vulkan-loader']\nDEBUG: sorted runtime providers for vulkan-loader are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb' to satisfy runtime 'vulkan-loader'\nDEBUG: providers for vulkan-loader-dev are: ['vulkan-loader']\nDEBUG: sorted runtime providers for vulkan-loader-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb' to satisfy runtime 'vulkan-loader-dev'\nDEBUG: providers for mesa-vulkan-drivers are: ['mesa']\nNOTE: selecting mesa to satisfy runtime mesa-vulkan-drivers due to PREFERRED_PROVIDER_virtual/libgl = mesa\nDEBUG: sorted runtime providers for mesa-vulkan-drivers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb' to satisfy runtime 'mesa-vulkan-drivers'\nDEBUG: providers for libgudev are: ['libgudev']\nDEBUG: sorted runtime providers for libgudev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb' to satisfy runtime 'libgudev'\nDEBUG: providers for libgudev-dev are: ['libgudev']\nDEBUG: sorted runtime providers for libgudev-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb' to satisfy runtime 'libgudev-dev'\nDEBUG: providers for libusb1-dev are: ['libusb1']\nDEBUG: sorted runtime providers for libusb1-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb' to satisfy runtime 'libusb1-dev'\nDEBUG: providers for libusb1 are: ['libusb1']\nDEBUG: sorted runtime providers for libusb1 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb' to satisfy runtime 'libusb1'\nDEBUG: providers for libxxf86vm are: ['libxxf86vm']\nDEBUG: sorted runtime providers for libxxf86vm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb' to satisfy runtime 'libxxf86vm'\nDEBUG: providers for libxxf86vm-dev are: ['libxxf86vm']\nDEBUG: sorted runtime providers for libxxf86vm-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb' to satisfy runtime 'libxxf86vm-dev'\nDEBUG: providers for vulkan-headers are: ['vulkan-headers']\nDEBUG: sorted runtime providers for vulkan-headers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb' to satisfy runtime 'vulkan-headers'\nDEBUG: providers for vulkan-headers-dev are: ['vulkan-headers']\nDEBUG: sorted runtime providers for vulkan-headers-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb' to satisfy runtime 'vulkan-headers-dev'\nDEBUG: providers for libxshmfence-dev are: ['libxshmfence']\nDEBUG: sorted runtime providers for libxshmfence-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb' to satisfy runtime 'libxshmfence-dev'\nDEBUG: providers for libxshmfence are: ['libxshmfence']\nDEBUG: sorted runtime providers for libxshmfence are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb' to satisfy runtime 'libxshmfence'\nDEBUG: providers for libpthread-stubs-dev are: ['libpthread-stubs']\nDEBUG: sorted runtime providers for libpthread-stubs-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb' to satisfy runtime 'libpthread-stubs-dev'\nDEBUG: providers for libpciaccess-dev are: ['libpciaccess']\nDEBUG: sorted runtime providers for libpciaccess-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb' to satisfy runtime 'libpciaccess-dev'\nDEBUG: providers for libpciaccess are: ['libpciaccess']\nDEBUG: sorted runtime providers for libpciaccess are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb' to satisfy runtime 'libpciaccess'\nDEBUG: providers for gtk4-dev are: ['gtk4']\nDEBUG: sorted runtime providers for gtk4-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb' to satisfy runtime 'gtk4-dev'\nDEBUG: providers for gtk4 are: ['gtk4']\nDEBUG: sorted runtime providers for gtk4 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb' to satisfy runtime 'gtk4'\nDEBUG: providers for xcb-util are: ['xcb-util']\nDEBUG: sorted runtime providers for xcb-util are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb' to satisfy runtime 'xcb-util'\nDEBUG: providers for xcb-util-dev are: ['xcb-util']\nDEBUG: sorted runtime providers for xcb-util-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb' to satisfy runtime 'xcb-util-dev'\nDEBUG: providers for flac-dev are: ['flac']\nDEBUG: sorted runtime providers for flac-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb' to satisfy runtime 'flac-dev'\nDEBUG: providers for flac are: ['flac']\nDEBUG: sorted runtime providers for flac are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb' to satisfy runtime 'flac'\nDEBUG: providers for libxdmcp-dev are: ['libxdmcp']\nDEBUG: sorted runtime providers for libxdmcp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb' to satisfy runtime 'libxdmcp-dev'\nDEBUG: providers for libxdmcp are: ['libxdmcp']\nDEBUG: sorted runtime providers for libxdmcp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb' to satisfy runtime 'libxdmcp'\nDEBUG: providers for libxau are: ['libxau']\nDEBUG: sorted runtime providers for libxau are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb' to satisfy runtime 'libxau'\nDEBUG: providers for libxau-dev are: ['libxau']\nDEBUG: sorted runtime providers for libxau-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb' to satisfy runtime 'libxau-dev'\nDEBUG: providers for xcb-proto-dev are: ['xcb-proto']\nDEBUG: sorted runtime providers for xcb-proto-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb' to satisfy runtime 'xcb-proto-dev'\nDEBUG: providers for menu-cache are: ['menu-cache']\nDEBUG: sorted runtime providers for menu-cache are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb' to satisfy runtime 'menu-cache'\nDEBUG: providers for menu-cache-dev are: ['menu-cache']\nDEBUG: sorted runtime providers for menu-cache-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb' to satisfy runtime 'menu-cache-dev'\nDEBUG: providers for libfm-extra-dev are: ['libfm-extra']\nDEBUG: sorted runtime providers for libfm-extra-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb' to satisfy runtime 'libfm-extra-dev'\nDEBUG: providers for libfm-extra are: ['libfm-extra']\nDEBUG: sorted runtime providers for libfm-extra are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb' to satisfy runtime 'libfm-extra'\nDEBUG: providers for libexif are: ['libexif']\nDEBUG: sorted runtime providers for libexif are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb' to satisfy runtime 'libexif'\nDEBUG: providers for libexif-dev are: ['libexif']\nDEBUG: sorted runtime providers for libexif-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb' to satisfy runtime 'libexif-dev'\nDEBUG: providers for python3-pycairo-dev are: ['python3-pycairo']\nDEBUG: sorted runtime providers for python3-pycairo-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb' to satisfy runtime 'python3-pycairo-dev'\nDEBUG: providers for rust-llvm are: ['rust-llvm']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb as PREFERRED_VERSION 1.74% of package rust-llvm (for item rust-llvm)\nDEBUG: sorted runtime providers for rust-llvm are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb' to satisfy runtime 'rust-llvm'\nDEBUG: providers for rust-llvm-dev are: ['rust-llvm']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb as PREFERRED_VERSION 1.74% of package rust-llvm (for item rust-llvm-dev)\nDEBUG: sorted runtime providers for rust-llvm-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb' to satisfy runtime 'rust-llvm-dev'\nDEBUG: providers for libssh2-dev are: ['libssh2']\nDEBUG: sorted runtime providers for libssh2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb' to satisfy runtime 'libssh2-dev'\nDEBUG: providers for libssh2 are: ['libssh2']\nDEBUG: sorted runtime providers for libssh2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb' to satisfy runtime 'libssh2'\nDEBUG: providers for man-db are: ['man-db']\nDEBUG: sorted runtime providers for man-db are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb' to satisfy runtime 'man-db'\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'gettext-native', 'libpipeline', 'gdbm', 'groff-native', 'base-passwd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: Added runtime dependencies ['man-db-dev', 'base-passwd', 'groff'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: Added runtime recommendations ['man-db', 'less', 'glibc-utils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: Assuming util-linux-col is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-col are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-col are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-col'\nDEBUG: providers for libsoup-dev are: ['libsoup']\nDEBUG: sorted runtime providers for libsoup-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb' to satisfy runtime 'libsoup-dev'\nDEBUG: providers for libsoup are: ['libsoup']\nDEBUG: sorted runtime providers for libsoup are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb' to satisfy runtime 'libsoup'\nDEBUG: providers for taglib are: ['taglib']\nDEBUG: sorted runtime providers for taglib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb' to satisfy runtime 'taglib'\nDEBUG: providers for taglib-dev are: ['taglib']\nDEBUG: sorted runtime providers for taglib-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb' to satisfy runtime 'taglib-dev'\nDEBUG: providers for speex are: ['speex']\nDEBUG: sorted runtime providers for speex are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb' to satisfy runtime 'speex'\nDEBUG: providers for speex-dev are: ['speex']\nDEBUG: sorted runtime providers for speex-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb' to satisfy runtime 'speex-dev'\nDEBUG: providers for lame are: ['lame']\nDEBUG: sorted runtime providers for lame are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb' to satisfy runtime 'lame'\nDEBUG: providers for lame-dev are: ['lame']\nDEBUG: sorted runtime providers for lame-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb' to satisfy runtime 'lame-dev'\nDEBUG: providers for mpg123-dev are: ['mpg123']\nDEBUG: sorted runtime providers for mpg123-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb' to satisfy runtime 'mpg123-dev'\nDEBUG: providers for mpg123 are: ['mpg123']\nDEBUG: sorted runtime providers for mpg123 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb' to satisfy runtime 'mpg123'\nDEBUG: providers for libxinerama-dev are: ['libxinerama']\nDEBUG: sorted runtime providers for libxinerama-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb' to satisfy runtime 'libxinerama-dev'\nDEBUG: providers for libxinerama are: ['libxinerama']\nDEBUG: sorted runtime providers for libxinerama are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb' to satisfy runtime 'libxinerama'\nDEBUG: providers for mkfontdir are: ['mkfontscale']\nDEBUG: sorted runtime providers for mkfontdir are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb' to satisfy runtime 'mkfontdir'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros-native', 'zlib', 'libfontenc', 'freetype', 'xorgproto'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb\nDEBUG: Added runtime dependencies ['mkfontscale-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb\nDEBUG: Added runtime recommendations ['mkfontscale'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb\nDEBUG: providers for mkfontscale are: ['mkfontscale']\nDEBUG: sorted runtime providers for mkfontscale are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb' to satisfy runtime 'mkfontscale'\nDEBUG: providers for font-util are: ['font-util']\nDEBUG: sorted runtime providers for font-util are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb' to satisfy runtime 'font-util'\nDEBUG: providers for font-util-dev are: ['font-util']\nDEBUG: sorted runtime providers for font-util-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb' to satisfy runtime 'font-util-dev'\nDEBUG: providers for encodings are: ['encodings']\nDEBUG: sorted runtime providers for encodings are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb' to satisfy runtime 'encodings'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'mkfontscale-native', 'mkfontdir-native', 'font-util-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb\nDEBUG: Added runtime dependencies ['encodings-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb\nDEBUG: Added runtime recommendations ['encodings'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb\nDEBUG: providers for libxcvt-dev are: ['libxcvt']\nDEBUG: sorted runtime providers for libxcvt-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb' to satisfy runtime 'libxcvt-dev'\nDEBUG: providers for libxcvt are: ['libxcvt']\nDEBUG: sorted runtime providers for libxcvt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb' to satisfy runtime 'libxcvt'\nDEBUG: providers for pixman are: ['pixman']\nDEBUG: sorted runtime providers for pixman are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb' to satisfy runtime 'pixman'\nDEBUG: providers for pixman-dev are: ['pixman']\nDEBUG: sorted runtime providers for pixman-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb' to satisfy runtime 'pixman-dev'\nDEBUG: providers for libxkbfile are: ['libxkbfile']\nDEBUG: sorted runtime providers for libxkbfile are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb' to satisfy runtime 'libxkbfile'\nDEBUG: providers for libxkbfile-dev are: ['libxkbfile']\nDEBUG: sorted runtime providers for libxkbfile-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb' to satisfy runtime 'libxkbfile-dev'\nDEBUG: providers for libxfont2-dev are: ['libxfont2']\nDEBUG: sorted runtime providers for libxfont2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb' to satisfy runtime 'libxfont2-dev'\nDEBUG: providers for libxfont2 are: ['libxfont2']\nDEBUG: sorted runtime providers for libxfont2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb' to satisfy runtime 'libxfont2'\nDEBUG: providers for python3-tomli-native are: ['python3-tomli-native']\nDEBUG: sorted runtime providers for python3-tomli-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb' to satisfy runtime 'python3-tomli-native'\nDEBUG: Added dependencies ['python3-native', 'python3-flit-core-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb\nDEBUG: Added runtime dependencies ['python3-datetime-native', 'python3-stringold-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb\nDEBUG: providers for python3-pyparsing-native are: ['python3-pyparsing-native']\nDEBUG: sorted runtime providers for python3-pyparsing-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb' to satisfy runtime 'python3-pyparsing-native'\nDEBUG: Added dependencies ['python3-native', 'python3-flit-core-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb\nDEBUG: Added runtime dependencies ['python3-datetime-native', 'python3-debugger-native', 'python3-html-native', 'python3-json-native', 'python3-netclient-native', 'python3-pprint-native', 'python3-stringold-native', 'python3-threading-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb\nDEBUG: providers for python3-typing-extensions-native are: ['python3-typing-extensions-native']\nDEBUG: sorted runtime providers for python3-typing-extensions-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb' to satisfy runtime 'python3-typing-extensions-native'\nDEBUG: Added dependencies ['python3-native', 'python3-flit-core-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb\nDEBUG: Resolved 393 extra dependencies\nDEBUG: providers for libidn2-native are: ['libidn2-native']\nDEBUG: sorted providers for libidn2-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb to satisfy libidn2-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'pkgconfig-native', 'gettext-minimal-native', 'virtual/libiconv-native', 'libunistring-native', 'texinfo-dummy-native', 'gtk-doc-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb\nDEBUG: providers for nettle-native are: ['nettle-native']\nDEBUG: sorted providers for nettle-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb to satisfy nettle-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gmp-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb\nDEBUG: providers for libunistring-native are: ['libunistring-native']\nDEBUG: sorted providers for libunistring-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb to satisfy libunistring-native\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'gperf-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb\nDEBUG: providers for libtasn1-native are: ['libtasn1-native']\nDEBUG: sorted providers for libtasn1-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb to satisfy libtasn1-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'bison-native', 'texinfo-dummy-native', 'gtk-doc-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb\nDEBUG: providers for libxdmcp-native are: ['libxdmcp-native']\nDEBUG: sorted providers for libxdmcp-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb to satisfy libxdmcp-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'util-macros-native', 'xorgproto-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb\nDEBUG: providers for xcb-proto-native are: ['xcb-proto-native']\nDEBUG: sorted providers for xcb-proto-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb to satisfy xcb-proto-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb\nDEBUG: providers for libxau-native are: ['libxau-native']\nDEBUG: sorted providers for libxau-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb to satisfy libxau-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'gettext-minimal-native', 'util-macros-native', 'xorgproto-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb\nDEBUG: providers for nativesdk-libxfixes are: ['nativesdk-libxfixes']\nDEBUG: sorted providers for nativesdk-libxfixes are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb to satisfy nativesdk-libxfixes\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-libx11', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xorgproto'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxfixes-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxfixes'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb\nDEBUG: providers for nativesdk-libxxf86vm are: ['nativesdk-libxxf86vm']\nDEBUG: sorted providers for nativesdk-libxxf86vm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb to satisfy nativesdk-libxxf86vm\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-libxext', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xorgproto'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxxf86vm-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxxf86vm'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb\nDEBUG: providers for nativesdk-wayland are: ['nativesdk-wayland']\nDEBUG: sorted providers for nativesdk-wayland are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb to satisfy nativesdk-wayland\nDEBUG: providers for nativesdk-wayland-protocols are: ['nativesdk-wayland-protocols']\nDEBUG: sorted providers for nativesdk-wayland-protocols are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb to satisfy nativesdk-wayland-protocols\nDEBUG: Added dependencies ['chrpath-replacement-native', 'meson-native', 'ninja-native', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb\nDEBUG: providers for nativesdk-xrandr are: ['nativesdk-xrandr']\nDEBUG: sorted providers for nativesdk-xrandr are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb to satisfy nativesdk-xrandr\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-libxrandr', 'nativesdk-libxrender', 'pkgconfig-native', 'util-macros-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libx11', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-xrandr-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-xrandr'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb\nDEBUG: providers for nativesdk-libxdamage are: ['nativesdk-libxdamage']\nDEBUG: sorted providers for nativesdk-libxdamage are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb to satisfy nativesdk-libxdamage\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'nativesdk-libxfixes', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-libx11', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xorgproto'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxdamage-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxdamage'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb\nDEBUG: providers for nativesdk-libxshmfence are: ['nativesdk-libxshmfence']\nDEBUG: sorted providers for nativesdk-libxshmfence are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb to satisfy nativesdk-libxshmfence\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-libx11', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxshmfence-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxshmfence'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb\nDEBUG: providers for nativesdk-xorgproto are: ['nativesdk-xorgproto']\nDEBUG: sorted providers for nativesdk-xorgproto are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb to satisfy nativesdk-xorgproto\nDEBUG: Added dependencies ['chrpath-replacement-native', 'meson-native', 'ninja-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-xorgproto-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-xorgproto-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb\nDEBUG: providers for nativesdk-libpciaccess are: ['nativesdk-libpciaccess']\nDEBUG: sorted providers for nativesdk-libpciaccess are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb to satisfy nativesdk-libpciaccess\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb\nDEBUG: Added runtime dependencies ['nativesdk-libpciaccess-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb\nDEBUG: Added runtime recommendations ['nativesdk-libpciaccess'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb\nDEBUG: providers for nativesdk-libpthread-stubs are: ['nativesdk-libpthread-stubs']\nDEBUG: sorted providers for nativesdk-libpthread-stubs are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb to satisfy nativesdk-libpthread-stubs\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-libpthread-stubs-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-libpthread-stubs-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb\nDEBUG: providers for nativesdk-util-macros are: ['nativesdk-util-macros']\nDEBUG: sorted providers for nativesdk-util-macros are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb to satisfy nativesdk-util-macros\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-util-macros-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-util-macros-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb\nDEBUG: providers for nativesdk-libxcb are: ['nativesdk-libxcb']\nDEBUG: sorted providers for nativesdk-libxcb are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb to satisfy nativesdk-libxcb\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'nativesdk-libpthread-stubs', 'libtool-native', 'nativesdk-libxau', 'nativesdk-libxdmcp', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xcb-proto', 'nativesdk-xorgproto'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxcb-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxcb'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb\nDEBUG: providers for nativesdk-xtrans are: ['nativesdk-xtrans']\nDEBUG: sorted providers for nativesdk-xtrans are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb to satisfy nativesdk-xtrans\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-xtrans-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb\nDEBUG: providers for nativesdk-popt are: ['nativesdk-popt']\nDEBUG: sorted providers for nativesdk-popt are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb to satisfy nativesdk-popt\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-libiconv', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb\nDEBUG: Added runtime dependencies ['nativesdk-popt-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb\nDEBUG: Added runtime recommendations ['nativesdk-popt'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb\nDEBUG: providers for nativesdk-file are: ['nativesdk-file']\nDEBUG: sorted providers for nativesdk-file are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb to satisfy nativesdk-file\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'file-replacement-native', 'libtool-native', 'nativesdk-bzip2', 'nativesdk-xz', 'nativesdk-zlib', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb\nDEBUG: Added runtime dependencies ['nativesdk-file-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb\nDEBUG: Added runtime recommendations ['nativesdk-file'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb\nDEBUG: providers for nativesdk-libgcrypt are: ['nativesdk-libgcrypt']\nDEBUG: sorted providers for nativesdk-libgcrypt are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb to satisfy nativesdk-libgcrypt\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'nativesdk-libgpg-error', 'libtool-native', 'nativesdk-libcap', 'pkgconfig-native', 'texinfo-dummy-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-libgcrypt-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-libgcrypt'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb\nDEBUG: providers for nativesdk-lua are: ['nativesdk-lua']\nDEBUG: sorted providers for nativesdk-lua are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb to satisfy nativesdk-lua\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-readline', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb\nDEBUG: Added runtime dependencies ['nativesdk-lua-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb\nDEBUG: Added runtime recommendations ['nativesdk-lua'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb\nDEBUG: providers for icu-native are: ['icu-native']\nDEBUG: sorted providers for icu-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb to satisfy icu-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'autoconf-archive-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb\nDEBUG: providers for fribidi are: ['fribidi']\nDEBUG: sorted providers for fribidi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb to satisfy fribidi\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb\nDEBUG: Added runtime dependencies ['fribidi-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb\nDEBUG: Added runtime recommendations ['fribidi'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb\nDEBUG: providers for harfbuzz are: ['harfbuzz']\nDEBUG: sorted providers for harfbuzz are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb to satisfy harfbuzz\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'glib-2.0-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gtk-doc-native', 'gobject-introspection', 'gobject-introspection-native', 'cairo', 'freetype', 'glib-2.0', 'icu'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb\nDEBUG: Added runtime dependencies ['harfbuzz-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb\nDEBUG: Added runtime recommendations ['harfbuzz'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb\nDEBUG: providers for xkeyboard-config are: ['xkeyboard-config']\nDEBUG: sorted providers for xkeyboard-config are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb to satisfy xkeyboard-config\nDEBUG: providers for spirv-headers-native are: ['spirv-headers-native']\nDEBUG: sorted providers for spirv-headers-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb to satisfy spirv-headers-native\nDEBUG: Added dependencies ['cmake-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb\nDEBUG: providers for spirv-tools-native are: ['spirv-tools-native']\nDEBUG: sorted providers for spirv-tools-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb to satisfy spirv-tools-native\nDEBUG: Added dependencies ['cmake-native', 'spirv-headers-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb\nDEBUG: providers for python3-docutils-native are: ['python3-docutils-native']\nDEBUG: sorted providers for python3-docutils-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb to satisfy python3-docutils-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb\nDEBUG: providers for xinerama are: ['libxinerama']\nDEBUG: sorted providers for xinerama are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb to satisfy xinerama\nDEBUG: providers for graphene are: ['graphene']\nDEBUG: sorted providers for graphene are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb to satisfy graphene\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-native', 'gobject-introspection', 'qemu-native', 'gobject-introspection-native', 'gtk-doc-native', 'meson-native', 'ninja-native', 'glib-2.0'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb\nDEBUG: Added runtime dependencies ['graphene-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb\nDEBUG: Added runtime recommendations ['graphene'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb\nDEBUG: providers for tiff are: ['tiff']\nDEBUG: sorted providers for tiff are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb to satisfy tiff\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'jpeg', 'xz', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb\nDEBUG: Added runtime dependencies ['tiff-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb\nDEBUG: Added runtime recommendations ['tiff'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb\nDEBUG: providers for gi-docgen are: ['gi-docgen']\nDEBUG: sorted providers for gi-docgen are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb to satisfy gi-docgen\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb\nDEBUG: Added runtime dependencies ['gi-docgen-dev', 'python3-asyncio', 'python3-core', 'python3-jinja2', 'python3-json', 'python3-markdown', 'python3-markupsafe', 'python3-pygments', 'python3-toml', 'python3-typogrify', 'python3-xml', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb\nDEBUG: Added runtime recommendations ['gi-docgen'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb\nDEBUG: providers for freetype-native are: ['freetype-native']\nDEBUG: sorted providers for freetype-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb to satisfy freetype-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libpng-native', 'zlib-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb\nDEBUG: providers for libxtst-native are: ['libxtst-native']\nDEBUG: sorted providers for libxtst-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb to satisfy libxtst-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'libxext-native', 'xorgproto-native', 'libxi-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb\nDEBUG: providers for harfbuzz-native are: ['harfbuzz-native']\nDEBUG: sorted providers for harfbuzz-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb to satisfy harfbuzz-native\nDEBUG: Added dependencies ['pkgconfig-native', 'glib-2.0-native', 'python3-native', 'meson-native', 'ninja-native', 'gtk-doc-native', 'gobject-introspection-native', 'cairo-native', 'freetype-native', 'icu-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb\nDEBUG: providers for libxft-native are: ['libxft-native']\nDEBUG: sorted providers for libxft-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb to satisfy libxft-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'virtual/libx11-native', 'libxrender-native', 'freetype-native', 'fontconfig-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb\nDEBUG: providers for fribidi-native are: ['fribidi-native']\nDEBUG: sorted providers for fribidi-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb to satisfy fribidi-native\nDEBUG: Added dependencies ['pkgconfig-native', 'python3-native', 'meson-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb\nDEBUG: providers for nghttp2 are: ['nghttp2']\nDEBUG: sorted providers for nghttp2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb to satisfy nghttp2\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-native', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb\nDEBUG: Added runtime dependencies ['openssl', 'python3-core', 'python3-io', 'python3-shell', 'nghttp2-dev', 'nghttp2-proxy'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb\nDEBUG: Added runtime recommendations ['nghttp2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb\nDEBUG: providers for groff-native are: ['groff-native']\nDEBUG: sorted providers for groff-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb to satisfy groff-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'bison-native', 'texinfo-dummy-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb\nDEBUG: Added runtime dependencies ['perl-native', 'sed-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb\nDEBUG: providers for mkfontdir-native are: ['mkfontscale-native']\nDEBUG: sorted providers for mkfontdir-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb to satisfy mkfontdir-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'zlib-native', 'libfontenc-native', 'freetype-native', 'xorgproto-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb\nDEBUG: providers for mkfontscale-native are: ['mkfontscale-native']\nDEBUG: sorted providers for mkfontscale-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb to satisfy mkfontscale-native\nDEBUG: providers for encodings are: ['encodings']\nDEBUG: sorted providers for encodings are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb to satisfy encodings\nDEBUG: providers for libfontenc are: ['libfontenc']\nDEBUG: sorted providers for libfontenc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb to satisfy libfontenc\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'zlib', 'xorgproto', 'font-util'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb\nDEBUG: Added runtime dependencies ['libfontenc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb\nDEBUG: Added runtime recommendations ['libfontenc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb\nDEBUG: providers for python3-tomli-native are: ['python3-tomli-native']\nDEBUG: sorted providers for python3-tomli-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb to satisfy python3-tomli-native\nDEBUG: providers for python3-typing-extensions-native are: ['python3-typing-extensions-native']\nDEBUG: sorted providers for python3-typing-extensions-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb to satisfy python3-typing-extensions-native\nDEBUG: providers for python3-packaging-native are: ['python3-packaging-native']\nDEBUG: sorted providers for python3-packaging-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb to satisfy python3-packaging-native\nDEBUG: providers for libinput are: ['libinput']\nDEBUG: sorted providers for libinput are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb to satisfy libinput\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libevdev', 'udev', 'mtdev', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'libcheck'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb\nDEBUG: Added runtime dependencies ['libinput', 'libinput-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libinput'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb\nDEBUG: providers for python3-hatchling-native are: ['python3-hatchling-native']\nDEBUG: sorted providers for python3-hatchling-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb to satisfy python3-hatchling-native\nDEBUG: Added dependencies ['python3-pluggy-native', 'python3-pathspec-native', 'python3-packaging-native', 'python3-editables-native', 'python3-trove-classifiers-native', 'python3-build-native', 'python3-installer-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb\nDEBUG: providers for libpipeline are: ['libpipeline']\nDEBUG: sorted providers for libpipeline are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb to satisfy libpipeline\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb\nDEBUG: Added runtime dependencies ['libpipeline-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb\nDEBUG: Added runtime recommendations ['libpipeline'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb\nDEBUG: providers for font-util-native are: ['font-util-native']\nDEBUG: sorted providers for font-util-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb to satisfy font-util-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb\nDEBUG: providers for ttyrun-dev are: ['ttyrun']\nDEBUG: sorted runtime providers for ttyrun-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb' to satisfy runtime 'ttyrun-dev'\nDEBUG: providers for xinput-dev are: ['xinput']\nDEBUG: sorted runtime providers for xinput-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb' to satisfy runtime 'xinput-dev'\nDEBUG: providers for pointercal-xinput-dev are: ['pointercal-xinput']\nDEBUG: sorted runtime providers for pointercal-xinput-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb' to satisfy runtime 'pointercal-xinput-dev'\nDEBUG: Assuming util-linux-mcookie is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-mcookie are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-mcookie are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb' to satisfy runtime 'util-linux-mcookie'\nDEBUG: providers for xinit-dev are: ['xinit']\nDEBUG: sorted runtime providers for xinit-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb' to satisfy runtime 'xinit-dev'\nDEBUG: providers for rxvt-unicode are: ['rxvt-unicode']\nDEBUG: sorted runtime providers for rxvt-unicode are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb' to satisfy runtime 'rxvt-unicode'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'virtual/libx11', 'libxt', 'libxft', 'gdk-pixbuf', 'libxmu', 'libptytty', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb\nDEBUG: Added runtime dependencies ['rxvt-unicode-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb\nDEBUG: Added runtime recommendations ['rxvt-unicode'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb\nDEBUG: providers for rgb-dev are: ['rgb']\nDEBUG: sorted runtime providers for rgb-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb' to satisfy runtime 'rgb-dev'\nDEBUG: providers for xf86-input-libinput-dev are: ['xf86-input-libinput']\nDEBUG: sorted runtime providers for xf86-input-libinput-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb' to satisfy runtime 'xf86-input-libinput-dev'\nDEBUG: providers for xkeyboard-config-dev are: ['xkeyboard-config']\nDEBUG: sorted runtime providers for xkeyboard-config-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb' to satisfy runtime 'xkeyboard-config-dev'\nDEBUG: providers for xserver-xf86-config-dev are: ['xserver-xf86-config']\nDEBUG: sorted runtime providers for xserver-xf86-config-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb' to satisfy runtime 'xserver-xf86-config-dev'\nDEBUG: providers for xkbcomp-dev are: ['xkbcomp']\nDEBUG: sorted runtime providers for xkbcomp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb' to satisfy runtime 'xkbcomp-dev'\nDEBUG: Assuming perl-module-extutils-makemaker-native is a dynamic package, but it may not exist\nDEBUG: providers for perl-module-extutils-makemaker-native are: ['perl-native']\nDEBUG: sorted runtime providers for perl-module-extutils-makemaker-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb' to satisfy runtime 'perl-module-extutils-makemaker-native'\nDEBUG: providers for nativesdk-debugedit-dev are: ['nativesdk-debugedit']\nDEBUG: sorted runtime providers for nativesdk-debugedit-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb' to satisfy runtime 'nativesdk-debugedit-dev'\nDEBUG: providers for nativesdk-elfutils-binutils are: ['nativesdk-elfutils']\nDEBUG: sorted runtime providers for nativesdk-elfutils-binutils are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb' to satisfy runtime 'nativesdk-elfutils-binutils'\nDEBUG: providers for cantarell-fonts-dev are: ['cantarell-fonts']\nDEBUG: sorted runtime providers for cantarell-fonts-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb' to satisfy runtime 'cantarell-fonts-dev'\nDEBUG: providers for groff are: ['groff']\nDEBUG: sorted runtime providers for groff are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb' to satisfy runtime 'groff'\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'bison-native', 'groff-native', 'texinfo-dummy-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb\nDEBUG: Added runtime dependencies ['groff-dev', 'perl', 'sed'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb\nDEBUG: Added runtime recommendations ['groff'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb\nDEBUG: providers for man-db-dev are: ['man-db']\nDEBUG: sorted runtime providers for man-db-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb' to satisfy runtime 'man-db-dev'\nDEBUG: providers for mkfontscale-dev are: ['mkfontscale']\nDEBUG: sorted runtime providers for mkfontscale-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb' to satisfy runtime 'mkfontscale-dev'\nDEBUG: providers for encodings-dev are: ['encodings']\nDEBUG: sorted runtime providers for encodings-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb' to satisfy runtime 'encodings-dev'\nDEBUG: providers for python3-datetime-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-datetime-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-datetime-native'\nDEBUG: providers for python3-pprint-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-pprint-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-pprint-native'\nDEBUG: providers for python3-debugger-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-debugger-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-debugger-native'\nDEBUG: providers for nativesdk-libxfixes are: ['nativesdk-libxfixes']\nDEBUG: sorted runtime providers for nativesdk-libxfixes are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb' to satisfy runtime 'nativesdk-libxfixes'\nDEBUG: providers for nativesdk-libxfixes-dev are: ['nativesdk-libxfixes']\nDEBUG: sorted runtime providers for nativesdk-libxfixes-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb' to satisfy runtime 'nativesdk-libxfixes-dev'\nDEBUG: providers for nativesdk-libxxf86vm are: ['nativesdk-libxxf86vm']\nDEBUG: sorted runtime providers for nativesdk-libxxf86vm are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb' to satisfy runtime 'nativesdk-libxxf86vm'\nDEBUG: providers for nativesdk-libxxf86vm-dev are: ['nativesdk-libxxf86vm']\nDEBUG: sorted runtime providers for nativesdk-libxxf86vm-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb' to satisfy runtime 'nativesdk-libxxf86vm-dev'\nDEBUG: providers for nativesdk-xrandr-dev are: ['nativesdk-xrandr']\nDEBUG: sorted runtime providers for nativesdk-xrandr-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb' to satisfy runtime 'nativesdk-xrandr-dev'\nDEBUG: providers for nativesdk-xrandr are: ['nativesdk-xrandr']\nDEBUG: sorted runtime providers for nativesdk-xrandr are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb' to satisfy runtime 'nativesdk-xrandr'\nDEBUG: providers for nativesdk-libxdamage are: ['nativesdk-libxdamage']\nDEBUG: sorted runtime providers for nativesdk-libxdamage are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb' to satisfy runtime 'nativesdk-libxdamage'\nDEBUG: providers for nativesdk-libxdamage-dev are: ['nativesdk-libxdamage']\nDEBUG: sorted runtime providers for nativesdk-libxdamage-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb' to satisfy runtime 'nativesdk-libxdamage-dev'\nDEBUG: providers for nativesdk-libxshmfence-dev are: ['nativesdk-libxshmfence']\nDEBUG: sorted runtime providers for nativesdk-libxshmfence-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb' to satisfy runtime 'nativesdk-libxshmfence-dev'\nDEBUG: providers for nativesdk-libxshmfence are: ['nativesdk-libxshmfence']\nDEBUG: sorted runtime providers for nativesdk-libxshmfence are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb' to satisfy runtime 'nativesdk-libxshmfence'\nDEBUG: providers for nativesdk-xorgproto-dev are: ['nativesdk-xorgproto']\nDEBUG: sorted runtime providers for nativesdk-xorgproto-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb' to satisfy runtime 'nativesdk-xorgproto-dev'\nDEBUG: providers for nativesdk-libpciaccess-dev are: ['nativesdk-libpciaccess']\nDEBUG: sorted runtime providers for nativesdk-libpciaccess-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb' to satisfy runtime 'nativesdk-libpciaccess-dev'\nDEBUG: providers for nativesdk-libpciaccess are: ['nativesdk-libpciaccess']\nDEBUG: sorted runtime providers for nativesdk-libpciaccess are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb' to satisfy runtime 'nativesdk-libpciaccess'\nDEBUG: providers for nativesdk-libpthread-stubs-dev are: ['nativesdk-libpthread-stubs']\nDEBUG: sorted runtime providers for nativesdk-libpthread-stubs-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb' to satisfy runtime 'nativesdk-libpthread-stubs-dev'\nDEBUG: providers for nativesdk-util-macros-dev are: ['nativesdk-util-macros']\nDEBUG: sorted runtime providers for nativesdk-util-macros-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb' to satisfy runtime 'nativesdk-util-macros-dev'\nDEBUG: providers for nativesdk-libxcb are: ['nativesdk-libxcb']\nDEBUG: sorted runtime providers for nativesdk-libxcb are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb' to satisfy runtime 'nativesdk-libxcb'\nDEBUG: providers for nativesdk-libxcb-dev are: ['nativesdk-libxcb']\nDEBUG: sorted runtime providers for nativesdk-libxcb-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb' to satisfy runtime 'nativesdk-libxcb-dev'\nDEBUG: providers for nativesdk-xtrans-dev are: ['nativesdk-xtrans']\nDEBUG: sorted runtime providers for nativesdk-xtrans-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb' to satisfy runtime 'nativesdk-xtrans-dev'\nDEBUG: providers for nativesdk-popt are: ['nativesdk-popt']\nDEBUG: sorted runtime providers for nativesdk-popt are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb' to satisfy runtime 'nativesdk-popt'\nDEBUG: providers for nativesdk-popt-dev are: ['nativesdk-popt']\nDEBUG: sorted runtime providers for nativesdk-popt-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb' to satisfy runtime 'nativesdk-popt-dev'\nDEBUG: providers for nativesdk-file-dev are: ['nativesdk-file']\nDEBUG: sorted runtime providers for nativesdk-file-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb' to satisfy runtime 'nativesdk-file-dev'\nDEBUG: providers for nativesdk-file are: ['nativesdk-file']\nDEBUG: sorted runtime providers for nativesdk-file are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb' to satisfy runtime 'nativesdk-file'\nDEBUG: providers for nativesdk-libgcrypt-dev are: ['nativesdk-libgcrypt']\nDEBUG: sorted runtime providers for nativesdk-libgcrypt-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb' to satisfy runtime 'nativesdk-libgcrypt-dev'\nDEBUG: providers for nativesdk-libgcrypt are: ['nativesdk-libgcrypt']\nDEBUG: sorted runtime providers for nativesdk-libgcrypt are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb' to satisfy runtime 'nativesdk-libgcrypt'\nDEBUG: providers for nativesdk-lua-dev are: ['nativesdk-lua']\nDEBUG: sorted runtime providers for nativesdk-lua-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb' to satisfy runtime 'nativesdk-lua-dev'\nDEBUG: providers for nativesdk-lua are: ['nativesdk-lua']\nDEBUG: sorted runtime providers for nativesdk-lua are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb' to satisfy runtime 'nativesdk-lua'\nDEBUG: providers for fribidi-dev are: ['fribidi']\nDEBUG: sorted runtime providers for fribidi-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb' to satisfy runtime 'fribidi-dev'\nDEBUG: providers for fribidi are: ['fribidi']\nDEBUG: sorted runtime providers for fribidi are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb' to satisfy runtime 'fribidi'\nDEBUG: providers for harfbuzz-dev are: ['harfbuzz']\nDEBUG: sorted runtime providers for harfbuzz-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb' to satisfy runtime 'harfbuzz-dev'\nDEBUG: providers for harfbuzz are: ['harfbuzz']\nDEBUG: sorted runtime providers for harfbuzz are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb' to satisfy runtime 'harfbuzz'\nDEBUG: providers for graphene-dev are: ['graphene']\nDEBUG: sorted runtime providers for graphene-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb' to satisfy runtime 'graphene-dev'\nDEBUG: providers for graphene are: ['graphene']\nDEBUG: sorted runtime providers for graphene are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb' to satisfy runtime 'graphene'\nDEBUG: providers for tiff are: ['tiff']\nDEBUG: sorted runtime providers for tiff are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb' to satisfy runtime 'tiff'\nDEBUG: providers for tiff-dev are: ['tiff']\nDEBUG: sorted runtime providers for tiff-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb' to satisfy runtime 'tiff-dev'\nDEBUG: providers for python3-markupsafe are: ['python3-markupsafe']\nDEBUG: sorted runtime providers for python3-markupsafe are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb' to satisfy runtime 'python3-markupsafe'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb\nDEBUG: Added runtime dependencies ['python3-markupsafe', 'python3-pytest', 'python3-unittest-automake-output', 'python3-markupsafe-dev', 'python3-stringold', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'python3-markupsafe'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb\nDEBUG: providers for gi-docgen-dev are: ['gi-docgen']\nDEBUG: sorted runtime providers for gi-docgen-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb' to satisfy runtime 'gi-docgen-dev'\nDEBUG: providers for python3-markdown are: ['python3-markdown']\nDEBUG: sorted runtime providers for python3-markdown are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb' to satisfy runtime 'python3-markdown'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb\nDEBUG: Added runtime dependencies ['python3-markdown-dev', 'python3-logging', 'python3-setuptools', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb\nDEBUG: Added runtime recommendations ['python3-markdown'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb\nDEBUG: providers for python3-pygments are: ['python3-pygments']\nDEBUG: sorted runtime providers for python3-pygments are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb' to satisfy runtime 'python3-pygments'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-hatchling-native', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb\nDEBUG: Added runtime dependencies ['python3-pygments-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb\nDEBUG: Added runtime recommendations ['python3-pygments'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb\nDEBUG: providers for python3-typogrify are: ['python3-typogrify']\nDEBUG: sorted runtime providers for python3-typogrify are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb' to satisfy runtime 'python3-typogrify'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb\nDEBUG: Added runtime dependencies ['python3-typogrify-dev', 'python3-smartypants', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb\nDEBUG: Added runtime recommendations ['python3-typogrify'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb\nDEBUG: providers for gi-docgen are: ['gi-docgen']\nDEBUG: sorted runtime providers for gi-docgen are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb' to satisfy runtime 'gi-docgen'\nDEBUG: providers for python3-jinja2 are: ['python3-jinja2']\nDEBUG: sorted runtime providers for python3-jinja2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb' to satisfy runtime 'python3-jinja2'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb\nDEBUG: Added runtime dependencies ['python3-jinja2', 'python3-pytest', 'python3-unittest-automake-output', 'python3-toml', 'python3-unixadmin', 'python3-jinja2-dev', 'python3-asyncio', 'python3-crypt', 'python3-io', 'python3-json', 'python3-markupsafe', 'python3-math', 'python3-netclient', 'python3-numbers', 'python3-pickle', 'python3-pprint', 'python3-shell', 'python3-threading', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'python3-jinja2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb\nDEBUG: providers for python3-toml are: ['python3-toml']\nDEBUG: sorted runtime providers for python3-toml are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb' to satisfy runtime 'python3-toml'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb\nDEBUG: Added runtime dependencies ['python3-toml-dev', 'python3-misc', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb\nDEBUG: Added runtime recommendations ['python3-toml'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb\nDEBUG: providers for nghttp2-dev are: ['nghttp2']\nDEBUG: sorted runtime providers for nghttp2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb' to satisfy runtime 'nghttp2-dev'\nDEBUG: providers for nghttp2-proxy are: ['nghttp2']\nDEBUG: sorted runtime providers for nghttp2-proxy are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb' to satisfy runtime 'nghttp2-proxy'\nDEBUG: providers for nghttp2 are: ['nghttp2']\nDEBUG: sorted runtime providers for nghttp2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb' to satisfy runtime 'nghttp2'\nDEBUG: providers for libfontenc are: ['libfontenc']\nDEBUG: sorted runtime providers for libfontenc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb' to satisfy runtime 'libfontenc'\nDEBUG: providers for libfontenc-dev are: ['libfontenc']\nDEBUG: sorted runtime providers for libfontenc-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb' to satisfy runtime 'libfontenc-dev'\nDEBUG: providers for libinput-dev are: ['libinput']\nDEBUG: sorted runtime providers for libinput-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb' to satisfy runtime 'libinput-dev'\nDEBUG: providers for libinput are: ['libinput']\nDEBUG: sorted runtime providers for libinput are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb' to satisfy runtime 'libinput'\nDEBUG: providers for libpipeline are: ['libpipeline']\nDEBUG: sorted runtime providers for libpipeline are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb' to satisfy runtime 'libpipeline'\nDEBUG: providers for libpipeline-dev are: ['libpipeline']\nDEBUG: sorted runtime providers for libpipeline-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb' to satisfy runtime 'libpipeline-dev'\nDEBUG: Resolved 126 extra dependencies\nDEBUG: providers for nativesdk-xcb-proto are: ['nativesdk-xcb-proto']\nDEBUG: sorted providers for nativesdk-xcb-proto are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb to satisfy nativesdk-xcb-proto\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'libtool-native', 'pkgconfig-native', 'python3-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-xcb-proto-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-xcb-proto-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb\nDEBUG: providers for nativesdk-libxdmcp are: ['nativesdk-libxdmcp']\nDEBUG: sorted providers for nativesdk-libxdmcp are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb to satisfy nativesdk-libxdmcp\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xorgproto'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxdmcp-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxdmcp'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb\nDEBUG: providers for nativesdk-libxau are: ['nativesdk-libxau']\nDEBUG: sorted providers for nativesdk-libxau are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb to satisfy nativesdk-libxau\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'pkgconfig-native', 'nativesdk-util-macros', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc', 'nativesdk-xorgproto'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb\nDEBUG: Added runtime dependencies ['nativesdk-libxau-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxau'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb\nDEBUG: providers for nativesdk-libcap are: ['nativesdk-libcap']\nDEBUG: sorted providers for nativesdk-libcap are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb to satisfy nativesdk-libcap\nDEBUG: Added dependencies ['chrpath-replacement-native', 'gperf-native', 'hostperl-runtime-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb\nDEBUG: Added runtime dependencies ['nativesdk-libcap-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb\nDEBUG: Added runtime recommendations ['nativesdk-libcap'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb\nDEBUG: providers for nativesdk-libgpg-error are: ['nativesdk-libgpg-error']\nDEBUG: sorted providers for nativesdk-libgpg-error are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb to satisfy nativesdk-libgpg-error\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'gettext-native', 'libtool-native', 'pkgconfig-native', 'virtual/nativesdk-libc', 'virtual/nativesdk-update-alternatives', 'virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs', 'virtual/x86_64-pokysdk-linux-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb\nDEBUG: Added runtime dependencies ['nativesdk-libgpg-error-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb\nDEBUG: Added runtime recommendations ['nativesdk-libgpg-error'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb\nDEBUG: providers for libfontenc-native are: ['libfontenc-native']\nDEBUG: sorted providers for libfontenc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb to satisfy libfontenc-native\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'util-macros-native', 'zlib-native', 'xorgproto-native', 'font-util-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb\nDEBUG: providers for libevdev are: ['libevdev']\nDEBUG: sorted providers for libevdev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb to satisfy libevdev\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb\nDEBUG: Added runtime dependencies ['libevdev-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb\nDEBUG: Added runtime recommendations ['libevdev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb\nDEBUG: providers for mtdev are: ['mtdev']\nDEBUG: sorted providers for mtdev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb to satisfy mtdev\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'libtool-cross', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb\nDEBUG: Added runtime dependencies ['mtdev-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb\nDEBUG: Added runtime recommendations ['mtdev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb\nDEBUG: providers for python3-editables-native are: ['python3-editables-native']\nDEBUG: sorted providers for python3-editables-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb to satisfy python3-editables-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb\nDEBUG: Added runtime dependencies ['python3-io-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb\nDEBUG: providers for python3-pathspec-native are: ['python3-pathspec-native']\nDEBUG: sorted providers for python3-pathspec-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb to satisfy python3-pathspec-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb\nDEBUG: Added runtime dependencies ['python3-profile-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb\nDEBUG: providers for python3-trove-classifiers-native are: ['python3-trove-classifiers-native']\nDEBUG: sorted providers for python3-trove-classifiers-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb to satisfy python3-trove-classifiers-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-calver-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb\nDEBUG: providers for python3-pluggy-native are: ['python3-pluggy-native']\nDEBUG: sorted providers for python3-pluggy-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb to satisfy python3-pluggy-native\nDEBUG: Added dependencies ['python3-setuptools-scm-native', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb\nDEBUG: Added runtime dependencies ['python3-importlib-metadata-native', 'python3-more-itertools-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb\nDEBUG: providers for libptytty are: ['libptytty']\nDEBUG: sorted providers for libptytty are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb to satisfy libptytty\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb\nDEBUG: Added runtime dependencies ['libptytty-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb\nDEBUG: Added runtime recommendations ['libptytty'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb\nDEBUG: providers for rxvt-unicode-dev are: ['rxvt-unicode']\nDEBUG: sorted runtime providers for rxvt-unicode-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb' to satisfy runtime 'rxvt-unicode-dev'\nDEBUG: providers for groff-dev are: ['groff']\nDEBUG: sorted runtime providers for groff-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb' to satisfy runtime 'groff-dev'\nDEBUG: providers for python3-markupsafe-dev are: ['python3-markupsafe']\nDEBUG: sorted runtime providers for python3-markupsafe-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb' to satisfy runtime 'python3-markupsafe-dev'\nDEBUG: providers for python3-unittest-automake-output are: ['python3-unittest-automake-output']\nDEBUG: sorted runtime providers for python3-unittest-automake-output are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb' to satisfy runtime 'python3-unittest-automake-output'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3', 'python3-flit-core-native', 'python3-build-native', 'python3-installer-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb\nDEBUG: Added runtime dependencies ['python3-unittest-automake-output-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb\nDEBUG: Added runtime recommendations ['python3-unittest-automake-output'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb\nDEBUG: providers for python3-pytest are: ['python3-pytest']\nDEBUG: sorted runtime providers for python3-pytest are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb' to satisfy runtime 'python3-pytest'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-scm-native', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb\nDEBUG: Added runtime dependencies ['python3-pytest-dev', 'python3-atomicwrites', 'python3-attrs', 'python3-debugger', 'python3-doctest', 'python3-importlib-metadata', 'python3-iniconfig', 'python3-json', 'python3-more-itertools', 'python3-packaging', 'python3-pathlib2', 'python3-pluggy', 'python3-py', 'python3-setuptools', 'python3-six', 'python3-tomllib', 'python3-wcwidth', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb\nDEBUG: Added runtime recommendations ['python3-pytest'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb\nDEBUG: providers for python3-markdown-dev are: ['python3-markdown']\nDEBUG: sorted runtime providers for python3-markdown-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb' to satisfy runtime 'python3-markdown-dev'\nDEBUG: providers for python3-pygments-dev are: ['python3-pygments']\nDEBUG: sorted runtime providers for python3-pygments-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb' to satisfy runtime 'python3-pygments-dev'\nDEBUG: providers for python3-typogrify-dev are: ['python3-typogrify']\nDEBUG: sorted runtime providers for python3-typogrify-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb' to satisfy runtime 'python3-typogrify-dev'\nDEBUG: providers for python3-smartypants are: ['python3-smartypants']\nDEBUG: sorted runtime providers for python3-smartypants are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb' to satisfy runtime 'python3-smartypants'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb\nDEBUG: Added runtime dependencies ['python3-smartypants-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb\nDEBUG: Added runtime recommendations ['python3-smartypants'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb\nDEBUG: providers for python3-jinja2-dev are: ['python3-jinja2']\nDEBUG: sorted runtime providers for python3-jinja2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb' to satisfy runtime 'python3-jinja2-dev'\nDEBUG: providers for python3-toml-dev are: ['python3-toml']\nDEBUG: sorted runtime providers for python3-toml-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb' to satisfy runtime 'python3-toml-dev'\nDEBUG: providers for nativesdk-xcb-proto-dev are: ['nativesdk-xcb-proto']\nDEBUG: sorted runtime providers for nativesdk-xcb-proto-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb' to satisfy runtime 'nativesdk-xcb-proto-dev'\nDEBUG: providers for nativesdk-libxdmcp are: ['nativesdk-libxdmcp']\nDEBUG: sorted runtime providers for nativesdk-libxdmcp are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb' to satisfy runtime 'nativesdk-libxdmcp'\nDEBUG: providers for nativesdk-libxdmcp-dev are: ['nativesdk-libxdmcp']\nDEBUG: sorted runtime providers for nativesdk-libxdmcp-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb' to satisfy runtime 'nativesdk-libxdmcp-dev'\nDEBUG: providers for nativesdk-libxau-dev are: ['nativesdk-libxau']\nDEBUG: sorted runtime providers for nativesdk-libxau-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb' to satisfy runtime 'nativesdk-libxau-dev'\nDEBUG: providers for nativesdk-libxau are: ['nativesdk-libxau']\nDEBUG: sorted runtime providers for nativesdk-libxau are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb' to satisfy runtime 'nativesdk-libxau'\nDEBUG: providers for nativesdk-libcap are: ['nativesdk-libcap']\nDEBUG: sorted runtime providers for nativesdk-libcap are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb' to satisfy runtime 'nativesdk-libcap'\nDEBUG: providers for nativesdk-libcap-dev are: ['nativesdk-libcap']\nDEBUG: sorted runtime providers for nativesdk-libcap-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb' to satisfy runtime 'nativesdk-libcap-dev'\nDEBUG: providers for nativesdk-libgpg-error-dev are: ['nativesdk-libgpg-error']\nDEBUG: sorted runtime providers for nativesdk-libgpg-error-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb' to satisfy runtime 'nativesdk-libgpg-error-dev'\nDEBUG: providers for nativesdk-libgpg-error are: ['nativesdk-libgpg-error']\nDEBUG: sorted runtime providers for nativesdk-libgpg-error are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb' to satisfy runtime 'nativesdk-libgpg-error'\nDEBUG: providers for libevdev-dev are: ['libevdev']\nDEBUG: sorted runtime providers for libevdev-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb' to satisfy runtime 'libevdev-dev'\nDEBUG: providers for libevdev are: ['libevdev']\nDEBUG: sorted runtime providers for libevdev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb' to satisfy runtime 'libevdev'\nDEBUG: providers for mtdev-dev are: ['mtdev']\nDEBUG: sorted runtime providers for mtdev-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb' to satisfy runtime 'mtdev-dev'\nDEBUG: providers for mtdev are: ['mtdev']\nDEBUG: sorted runtime providers for mtdev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb' to satisfy runtime 'mtdev'\nDEBUG: providers for python3-importlib-metadata-native are: ['python3-importlib-metadata-native']\nDEBUG: sorted runtime providers for python3-importlib-metadata-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb' to satisfy runtime 'python3-importlib-metadata-native'\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-setuptools-scm-native', 'python3-toml-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb\nDEBUG: Added runtime dependencies ['python3-zipp-native', 'python3-pathlib2-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb\nDEBUG: providers for python3-more-itertools-native are: ['python3-more-itertools-native']\nDEBUG: sorted runtime providers for python3-more-itertools-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb' to satisfy runtime 'python3-more-itertools-native'\nDEBUG: Added dependencies ['python3-native', 'python3-flit-core-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb\nDEBUG: Added runtime dependencies ['python3-asyncio-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb\nDEBUG: providers for libptytty-dev are: ['libptytty']\nDEBUG: sorted runtime providers for libptytty-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb' to satisfy runtime 'libptytty-dev'\nDEBUG: providers for libptytty are: ['libptytty']\nDEBUG: sorted runtime providers for libptytty are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb' to satisfy runtime 'libptytty'\nDEBUG: Resolved 41 extra dependencies\nDEBUG: providers for python3-calver-native are: ['python3-calver-native']\nDEBUG: sorted providers for python3-calver-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb to satisfy python3-calver-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb\nDEBUG: providers for python3-toml-native are: ['python3-toml-native']\nDEBUG: sorted providers for python3-toml-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb to satisfy python3-toml-native\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb\nDEBUG: Added runtime dependencies ['python3-misc-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb\nDEBUG: providers for python3-unittest-automake-output-dev are: ['python3-unittest-automake-output']\nDEBUG: sorted runtime providers for python3-unittest-automake-output-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb' to satisfy runtime 'python3-unittest-automake-output-dev'\nDEBUG: providers for python3-pluggy are: ['python3-pluggy']\nDEBUG: sorted runtime providers for python3-pluggy are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb' to satisfy runtime 'python3-pluggy'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-scm-native', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb\nDEBUG: Added runtime dependencies ['python3-pluggy', 'python3-pytest', 'python3-unittest-automake-output', 'python3-pluggy-dev', 'python3-importlib-metadata', 'python3-more-itertools', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'python3-pluggy'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb\nDEBUG: providers for python3-py are: ['python3-py']\nDEBUG: sorted runtime providers for python3-py are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb' to satisfy runtime 'python3-py'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-scm-native', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb\nDEBUG: Added runtime dependencies ['python3-py-dev', 'python3-netclient', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb\nDEBUG: Added runtime recommendations ['python3-py'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb\nDEBUG: providers for python3-wcwidth are: ['python3-wcwidth']\nDEBUG: sorted runtime providers for python3-wcwidth are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb' to satisfy runtime 'python3-wcwidth'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb\nDEBUG: Added runtime dependencies ['python3-wcwidth', 'python3-pytest', 'python3-unittest-automake-output', 'python3-wcwidth-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'python3-wcwidth'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb\nDEBUG: providers for python3-packaging are: ['python3-packaging']\nDEBUG: sorted runtime providers for python3-packaging are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb' to satisfy runtime 'python3-packaging'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3', 'python3-flit-core-native', 'python3-build-native', 'python3-installer-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb\nDEBUG: Added runtime dependencies ['python3-packaging-dev', 'python3-profile', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb\nDEBUG: Added runtime recommendations ['python3-packaging'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb\nDEBUG: providers for python3-pytest-dev are: ['python3-pytest']\nDEBUG: sorted runtime providers for python3-pytest-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb' to satisfy runtime 'python3-pytest-dev'\nDEBUG: providers for python3-atomicwrites are: ['python3-atomicwrites']\nDEBUG: sorted runtime providers for python3-atomicwrites are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb' to satisfy runtime 'python3-atomicwrites'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb\nDEBUG: Added runtime dependencies ['python3-atomicwrites', 'python3-pytest', 'python3-unittest-automake-output', 'python3-unixadmin', 'python3-atomicwrites-dev', 'python3-misc', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'python3-atomicwrites'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb\nDEBUG: providers for python3-attrs are: ['python3-attrs']\nDEBUG: sorted runtime providers for python3-attrs are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb' to satisfy runtime 'python3-attrs'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-hatchling-native', 'python3-hatch-vcs-native', 'python3-hatch-fancy-pypi-readme-native', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb\nDEBUG: Added runtime dependencies ['python3-attrs', 'python3-hypothesis', 'python3-pytest', 'python3-unittest-automake-output', 'python3-attrs-dev', 'python3-compression', 'python3-ctypes', 'python3-crypt', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'python3-attrs'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb\nDEBUG: providers for python3-iniconfig are: ['python3-iniconfig']\nDEBUG: sorted runtime providers for python3-iniconfig are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb' to satisfy runtime 'python3-iniconfig'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-hatch-vcs-native', 'python3-hatchling-native', 'python3-build-native', 'python3-installer-native', 'python3-native', 'python3'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb\nDEBUG: Added runtime dependencies ['python3-iniconfig-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb\nDEBUG: Added runtime recommendations ['python3-iniconfig'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb\nDEBUG: providers for python3-more-itertools are: ['python3-more-itertools']\nDEBUG: sorted runtime providers for python3-more-itertools are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb' to satisfy runtime 'python3-more-itertools'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3', 'python3-flit-core-native', 'python3-build-native', 'python3-installer-native', 'python3-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb\nDEBUG: Added runtime dependencies ['python3-more-itertools', 'python3-statistics', 'python3-pytest', 'python3-unittest-automake-output', 'python3-more-itertools-dev', 'python3-asyncio', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'python3-more-itertools'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb\nDEBUG: providers for python3-pathlib2 are: ['python3-pathlib2']\nDEBUG: sorted runtime providers for python3-pathlib2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb' to satisfy runtime 'python3-pathlib2'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb\nDEBUG: Added runtime dependencies ['python3-pathlib2-dev', 'python3-six', 'python3-ctypes', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb\nDEBUG: Added runtime recommendations ['python3-pathlib2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb\nDEBUG: providers for python3-importlib-metadata are: ['python3-importlib-metadata']\nDEBUG: sorted runtime providers for python3-importlib-metadata are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb' to satisfy runtime 'python3-importlib-metadata'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-setuptools-scm-native', 'python3-toml-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb\nDEBUG: Added runtime dependencies ['python3-importlib-metadata-dev', 'python3-zipp', 'python3-pathlib2', 'python3-core', 'python3-misc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb\nDEBUG: Added runtime recommendations ['python3-importlib-metadata'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb\nDEBUG: providers for python3-smartypants-dev are: ['python3-smartypants']\nDEBUG: sorted runtime providers for python3-smartypants-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb' to satisfy runtime 'python3-smartypants-dev'\nDEBUG: providers for python3-pathlib2-native are: ['python3-pathlib2-native']\nDEBUG: sorted runtime providers for python3-pathlib2-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb' to satisfy runtime 'python3-pathlib2-native'\nDEBUG: Added dependencies ['python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb\nDEBUG: Added runtime dependencies ['python3-six-native', 'python3-ctypes-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb\nDEBUG: providers for python3-zipp-native are: ['python3-zipp-native']\nDEBUG: sorted runtime providers for python3-zipp-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb' to satisfy runtime 'python3-zipp-native'\nDEBUG: Added dependencies ['python3-setuptools-scm-native', 'python3-setuptools-native', 'python3-wheel-native', 'python3-toml-native', 'python3-native', 'python3-build-native', 'python3-installer-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb\nDEBUG: Added runtime dependencies ['python3-compression-native', 'python3-math-native', 'python3-more-itertools-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb\nDEBUG: providers for python3-asyncio-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-asyncio-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-asyncio-native'\nDEBUG: providers for python3-misc-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-misc-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-misc-native'\nDEBUG: Resolved 19 extra dependencies\nDEBUG: providers for python3-hatch-vcs-native are: ['python3-hatch-vcs-native']\nDEBUG: sorted providers for python3-hatch-vcs-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb to satisfy python3-hatch-vcs-native\nDEBUG: Added dependencies ['python3-hatchling-native', 'python3-build-native', 'python3-installer-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb\nDEBUG: providers for python3-hatch-fancy-pypi-readme-native are: ['python3-hatch-fancy-pypi-readme-native']\nDEBUG: sorted providers for python3-hatch-fancy-pypi-readme-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb to satisfy python3-hatch-fancy-pypi-readme-native\nDEBUG: Added dependencies ['python3-hatchling-native', 'python3-build-native', 'python3-installer-native', 'python3-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb\nDEBUG: providers for python3-pluggy-dev are: ['python3-pluggy']\nDEBUG: sorted runtime providers for python3-pluggy-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb' to satisfy runtime 'python3-pluggy-dev'\nDEBUG: providers for python3-py-dev are: ['python3-py']\nDEBUG: sorted runtime providers for python3-py-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb' to satisfy runtime 'python3-py-dev'\nDEBUG: providers for python3-wcwidth-dev are: ['python3-wcwidth']\nDEBUG: sorted runtime providers for python3-wcwidth-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb' to satisfy runtime 'python3-wcwidth-dev'\nDEBUG: providers for python3-packaging-dev are: ['python3-packaging']\nDEBUG: sorted runtime providers for python3-packaging-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb' to satisfy runtime 'python3-packaging-dev'\nDEBUG: providers for python3-atomicwrites-dev are: ['python3-atomicwrites']\nDEBUG: sorted runtime providers for python3-atomicwrites-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb' to satisfy runtime 'python3-atomicwrites-dev'\nDEBUG: providers for python3-attrs-dev are: ['python3-attrs']\nDEBUG: sorted runtime providers for python3-attrs-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb' to satisfy runtime 'python3-attrs-dev'\nDEBUG: providers for python3-hypothesis are: ['python3-hypothesis']\nDEBUG: sorted runtime providers for python3-hypothesis are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb' to satisfy runtime 'python3-hypothesis'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb\nDEBUG: Added runtime dependencies ['python3-hypothesis', 'python3-unittest-automake-output', 'python3-hypothesis-dev', 'python3-attrs', 'python3-compression', 'python3-core', 'python3-json', 'python3-pytest', 'python3-sortedcontainers', 'python3-statistics', 'python3-unittest', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'python3-hypothesis'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb\nDEBUG: providers for python3-iniconfig-dev are: ['python3-iniconfig']\nDEBUG: sorted runtime providers for python3-iniconfig-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb' to satisfy runtime 'python3-iniconfig-dev'\nDEBUG: providers for python3-more-itertools-dev are: ['python3-more-itertools']\nDEBUG: sorted runtime providers for python3-more-itertools-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb' to satisfy runtime 'python3-more-itertools-dev'\nDEBUG: providers for python3-pathlib2-dev are: ['python3-pathlib2']\nDEBUG: sorted runtime providers for python3-pathlib2-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb' to satisfy runtime 'python3-pathlib2-dev'\nDEBUG: providers for python3-importlib-metadata-dev are: ['python3-importlib-metadata']\nDEBUG: sorted runtime providers for python3-importlib-metadata-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb' to satisfy runtime 'python3-importlib-metadata-dev'\nDEBUG: providers for python3-zipp are: ['python3-zipp']\nDEBUG: sorted runtime providers for python3-zipp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb' to satisfy runtime 'python3-zipp'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-scm-native', 'python3-setuptools-native', 'python3-wheel-native', 'python3-toml-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb\nDEBUG: Added runtime dependencies ['python3-zipp-dev', 'python3-compression', 'python3-math', 'python3-more-itertools', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb\nDEBUG: Added runtime recommendations ['python3-zipp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb\nDEBUG: providers for python3-math-native are: ['python3-native']\nDEBUG: sorted runtime providers for python3-math-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb' to satisfy runtime 'python3-math-native'\nDEBUG: Resolved 15 extra dependencies\nDEBUG: providers for python3-hypothesis-dev are: ['python3-hypothesis']\nDEBUG: sorted runtime providers for python3-hypothesis-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb' to satisfy runtime 'python3-hypothesis-dev'\nDEBUG: providers for python3-sortedcontainers are: ['python3-sortedcontainers']\nDEBUG: sorted runtime providers for python3-sortedcontainers are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb' to satisfy runtime 'python3-sortedcontainers'\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 'python3', 'python3-build-native', 'python3-installer-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb\nDEBUG: Added runtime dependencies ['python3-sortedcontainers-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb\nDEBUG: Added runtime recommendations ['python3-sortedcontainers'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb\nDEBUG: providers for python3-zipp-dev are: ['python3-zipp']\nDEBUG: sorted runtime providers for python3-zipp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb' to satisfy runtime 'python3-zipp-dev'\nDEBUG: Resolved 3 extra dependencies\nDEBUG: providers for python3-sortedcontainers-dev are: ['python3-sortedcontainers']\nDEBUG: sorted runtime providers for python3-sortedcontainers-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb' to satisfy runtime 'python3-sortedcontainers-dev'\nDEBUG: Resolved 1 extra dependencies\nDEBUG: Resolved 0 extra dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.2\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-6c39d37f17330d7d87e172f818017c088e376ec8\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"abelloni/master-next:6c39d37f17330d7d87e172f818017c088e376ec8\"\nmeta-selftest        = \"master:51049ecbe00b3157f00172b92a88a4d6b53cea47\"\n\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/defaultpkgname/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nInitialising tasks...DEBUG: Added 16897 recursive dependencies in this loop\nDEBUG: Added 3772 recursive dependencies in this loop\nDEBUG: Added 968 recursive dependencies in this loop\nDEBUG: Added 298 recursive dependencies in this loop\nDEBUG: Added 42 recursive dependencies in this loop\nDEBUG: Added 21 recursive dependencies in this loop\nDEBUG: Added 0 recursive dependencies in this loop\nNOTE: Marking Active Tasks\nNOTE: Pruned 20230 inactive tasks, 11169 left\nNOTE: Assign Weightings\nNOTE: Compute totals (have 3 endpoint(s))\nDEBUG: virtual/fakeroot-native resolved to: pseudo-native (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb)\nDEBUG: virtual/kernel resolved to: linux-yocto (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb)\nDEBUG: virtual/update-alternatives-native resolved to: opkg-utils-native (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb)\nDEBUG: virtual/x86_64-poky-linux-binutils resolved to: binutils-cross-x86_64 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb)\nDEBUG: virtual/x86_64-poky-linux-gcc resolved to: gcc-cross-x86_64 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb)\nDEBUG: virtual/x86_64-pokysdk-linux-binutils resolved to: binutils-crosssdk-x86_64-pokysdk-linux (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb)\nDEBUG: virtual/nativesdk-libc resolved to: nativesdk-glibc (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb)\nDEBUG: virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs resolved to: nativesdk-gcc-runtime (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb)\nDEBUG: virtual/x86_64-pokysdk-linux-gcc resolved to: gcc-crosssdk-x86_64-pokysdk-linux (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb)\nDEBUG: virtual/x86_64-poky-linux-compilerlibs resolved to: gcc-runtime (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb)\nDEBUG: virtual/libc resolved to: glibc (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb)\nDEBUG: virtual/update-alternatives resolved to: opkg-utils (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb)\nDEBUG: virtual/nativesdk-libiconv resolved to: nativesdk-glibc (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb)\nDEBUG: virtual/nativesdk-libintl resolved to: nativesdk-glibc (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb)\nDEBUG: virtual/nativesdk-update-alternatives resolved to: nativesdk-opkg-utils (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb)\nDEBUG: virtual/nativesdk-crypt resolved to: nativesdk-libxcrypt (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb)\nDEBUG: virtual/x86_64-pokysdk-linux-g++ resolved to: gcc-crosssdk-x86_64-pokysdk-linux (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb)\nDEBUG: virtual/libx11-native resolved to: libx11-native (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb)\nDEBUG: virtual/egl-native resolved to: mesa-native (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/libgl-native resolved to: mesa-native (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/libgbm-native resolved to: mesa-native (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/x86_64-poky-linux-g++ resolved to: gcc-cross-x86_64 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb)\nDEBUG: virtual/libiconv resolved to: glibc (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb)\nDEBUG: virtual/libintl resolved to: glibc (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb)\nDEBUG: virtual/crypt resolved to: libxcrypt (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb)\nDEBUG: virtual/core2-64-go resolved to: go-cross-core2-64 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb)\nDEBUG: virtual/x86_64-poky-linux-go-runtime resolved to: go-runtime (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb)\nDEBUG: virtual/libx11 resolved to: libx11 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb)\nDEBUG: virtual/egl resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/libgl resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/libgles1 resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/libgles2 resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/nativesdk-libgbm resolved to: nativesdk-mesa (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/nativesdk-egl resolved to: nativesdk-mesa (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/nativesdk-libx11 resolved to: nativesdk-libx11 (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb)\nDEBUG: virtual/nativesdk-libgl resolved to: nativesdk-mesa (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/mesa resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/libgbm resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb)\nDEBUG: virtual/xserver resolved to: xserver-xorg (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb)\nDEBUG: Found unihash 12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d in place of ea727cb77d6f230b3e5976c3f586b182d682b99303b7da7c25bc56dc12229db3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2 in place of 9c361ae5a7004bf39d7c2e13c7259790eee65a5f0c6775f33f49bf8113de3363 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042 in place of d789012ee88234963d34f23981433a4f540be3c9e1624e4a93850a46c2458eea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358 in place of 2e0c0542125051544b95a8e337d376e78b3e9a9c927b15560c3ed5186a5725ee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665 in place of 580039a76f7a3af2b23dfb910c4308822538bf49e96778b4cb0c57b66b3b59ed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6 in place of 6448284742def7b6fe09a17d4390bbf91af432049c43a9ca5bc10a148f4a1595 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8 in place of dc59cbe5c2a5a73e6875d84f74b846bc3c4d8f108e4af2fa5c60d24ec793a3dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f in place of 9e8b81c224fd8713d0c461750606e56512ccc82c409763d93a67f9ac2d29030a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515 in place of 00fc536aba7639f8f9181f91f8a05b91fe0768b999256e51f0805dd4e090211e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0 in place of ee4c65fca08b98c21f7ccc3829389df5b04d5079a2f9769d02767fc2a90ed7e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096 in place of b7c8bf12a06e97d631601a2724f631104d075c13c9f330438b5164b235e6a846 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048 in place of 86a618c02a22cd49652428f49669e8a178f113d8d8d072e39dc2014c9ccc4cb5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec in place of ad7c213a4680dd694977b5eb8c01247b5825577e086c70473f2373d00195a10e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691 in place of 681a3a38f53b32f617265ff72ccf5004d5a364d5267026251c7c59a81c140993 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648 in place of 1c0a1c5cfbf50308485fe9673559431d780ef3d9064c64bebaac9d60b60bdc69 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098 in place of af9a0273de21ee3c01f1687200c6d1086a773487926ce1cdc4e675b55f89cf83 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e in place of 2e25c0c7ba2eafe3a68fe76313be571790cff322ee320407d7e73f60bd4d11d3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad in place of 3d318d21271c9d7bb8a5e4d27238a90b778ca7f248755a2341c1ace8f88eba5d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 in place of 551e228b7e69b1b82db05e514728a2c4c27f5366e06cf0336424fb126d161912 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df in place of 4908045e229deb31a4227f4f1aca1075c6168a2b860d104b94980bad2a18248b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77 in place of 2d939b3982e096a030d76944016bc3d899a009952e18f270948e036812be7ae6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02 in place of 979e546050aa2563b20b16560f2636d6e7ffbe4139fb2d57f2b3a798644d64b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73 in place of ce307df11b008f1d4ef7ccfdbe3e78281ae12edd02c54a687297f3509b7d446e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61 in place of e8cffca675cbc01ea562caffceeeff535c2cccec90b3e53bc39ca693fbff6876 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6 in place of 15528429945708d9c4d3655422d21c42ba9179a37e7b9646b07b3711df7de045 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967 in place of a17195acb62bec2e1d62bf6fabcf78191bab8c6ad2680f7657f3d54c83f2476f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b in place of bb88cb7e7bfa2e0a44484af87bc1783ec5aa24ba3ffc46d4a05ae7e970eceecf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb in place of c098b3d0682ee37b1678391fc697235e7bbe5c87f00705f7fb14074252fb788d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38 in place of 49749c78956294ec21b494c987e339bac9a3c1c7f8948281d324ccc1205cc923 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb in place of dcac804e525b33a1fcdab48ad254eb22bf45dad4757a4e3d85a4083f9f8eb2d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669 in place of 7674b5bf0b5a62b5f90c8f19738a2fb498c8253b42575ed8b89b184e9d956efe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190 in place of 0ebc24c6800eb250ab3a0a7757052668b96705c5ae246f3f34b7b1b8ed4003b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001 in place of 678f11eed30c5e75866e163db52e41efbb190fe7d3174d93debb4ebfd71a0123 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b in place of c6989afb161e3ee7c56f5786821ae94f56b0e407dfc4d779e9fbc0b0ac04e2fa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91 in place of fbd56ebe2a9ab4f5cadf15af565a13d310ef90774fac631514e97ae41e121ed9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb in place of a8311e8720a687ec3a530fbc7e0fe46cea768a1b63d0b42bc3976023d9568793 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3 in place of 8b58b2be8ba1c67a123710e1a96e557bab0b89a6c984c94ab9a684287bd904ba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d in place of 9cce410eef3face00454a710cf3ea1edb5ab1d53a532ef19d8f377b309126b5b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487 in place of 29a92b2e6d59112df12a9611024297ba5248f9d84647cbbe2fe23c32713f28ea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a in place of f863f143f9ffa2ba1258555f34f2cbaad0e1ddb9602dbd56a8473be2e85f277a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728 in place of e61d014dfaa54be40dbb1311e50b83506d1ee527d37149098c7f2be94f89fce7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c in place of 9948211d0a5b70a3f15af342d08aeb3a0ef0499946bc06e0dd738f6c96e7ac99 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a in place of c91c2df8e01e5df4ee076876d1dd71420aad5d54c04fbf369979e5e58c73a966 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb in place of 9a5754088bbe058f41fa0df2f737ec94c7a9dec7ab3fafe74146c1dc5f5fe8aa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de in place of f67f83497e3f49f109eaf47307a16c8ddc409419d6cc0c5b3e98db37d0a6a84c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe in place of 9d169fe0570c1b2c86ebe1414a4954ad03b0db7cb854d484800ba97ee8931770 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a in place of fe5618e77742c350db46a2716c3d98f9cf67514a5ef261477b9e8604091ac97e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf in place of b8b41284355b07634ef0472c298c4dae139008134cfc52ecc6ed088ac1a97ebc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7 in place of a38fa9ccbadb402e9a28fa1a83ae57551ccde3bac0329cb8090df158bfeae1d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57 in place of a1f96ca8784c25259bfc0a1acb8fc18860dd00252d4b3a75772d5ca781f7d061 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411 in place of 209f05e9a5210064f01e2e75a978c45887bbd8ebeaa6eda5f466f5d98f3a8973 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc in place of 441ad2aec83e49a715ff3fcb365ed4445c6115f14f8cc004189efee87f4ae24c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda in place of 8e8a2cb570e31f2d694f07492947e34ea76655b800fd617002d293eb1bf80005 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4 in place of cb2852e16d3ed3cadad17c3778c1a7bef2d13d59abfb865569ffe4e64ff4f3d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5 in place of 28c2ba3c6ef5b75058ed915f7be0bf52fcfa7e05b1ee37dbb697bf4afd7f81ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 in place of 87823952c69acc2335c8effd177d67df55a480682221cb05ce53e86574b0dc96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292 in place of 164a417f805052e48fa009aafad6c0eb444c5410220029220765a4db2f85dbc0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed in place of 9239a8b0e79cbe7d6f64ac79992eb12791fe9be53c9ccf9a5cc29d475437f218 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec in place of c4a0a2cc265225ecf1ab7d99b321aac61e7606c41e822d7ad2709f3a5053a8aa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78 in place of 7e8a77e6c4d8392bd2e2fa976e4e354ba5f7ab3ed8160a991bd3db49bd1ea83d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071 in place of a4a5fa4740ce8918b0a068a96578093cfc6dee1fc147740d3a7e7023dd03ba71 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185 in place of b7ebeb8ac5de2111f0743c57a11978744629bb3a57d0d4205838dd676e1ab93b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 in place of 551e228b7e69b1b82db05e514728a2c4c27f5366e06cf0336424fb126d161912 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869 in place of f95fe26ddbce8f4beb1898dcd32993f44776ce80bc661c52d3b3ad5924b3edd3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be in place of 239f6b7cd22289d47700a971d92f0845ebf913631812c30898bd3a0b149aed10 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1 in place of f1b9d42ff615d80425b5a615e0bea8325a2ec8cd19cb79c8d5dc8d878c87cb81 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e in place of 790f6907b269a4012f76fe3cf53cb6d2130eb143424019ca29801d675fd617bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1 in place of 2a4e538866d47584fe5685f7282b9e8f69301032531b5172b40b5b03abb71a8f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75 in place of 5ff3aabf0ad3a188fae921cc114769f4db78928581ae499feda5bdffab36b620 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172 in place of ec3a91c090560e7091b1dc3c4a32a649a0f35d241e94a0b7dc6a5828366d4d04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1 in place of db993c2c3a3de470fe8167348f74536c1954aafc1679677b2abc3f9ce127cc2e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa in place of 4f33bbfe0b04008c18e7f26ab8bd868d0af38bbe0f2389d64e4d468580a2e00b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 in place of 87823952c69acc2335c8effd177d67df55a480682221cb05ce53e86574b0dc96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440 in place of bc2fdb20fee0b21c56099a013379e5be890096645f73a6cb5260f8c3699e79bc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0 in place of 6a2259be6f16ee24ad82b563e4f84e53a41b2cfd979ae6cb429550f932072d8c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c in place of 0bdcf9dcef4b04eef6e71ba867cb03bbfae683a804a6712af0e8cf5412580216 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a in place of 4756dbe65bb6ec1fe483d3487c2dbf6cf5778aefbd826be2a4dc8c3c16a96929 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0 in place of 9331bed9f65ed03ed068d864a5d3e00ba7fb5dcdd34b0122a2a3903a28228f4e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa in place of 22f1fd16f505b0d06b546595061a229a74fc5db8f1a942dece090e8e4d2e0323 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244 in place of 487eb5d4ba87cf2571952ceca7608439da42ea9572b09f59e3ed6d3645227d06 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad in place of bfd305a1f9ab7585f794a3948bc9a930f897d75ce381fc2c37a0d5355f187a30 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c in place of 0caa08660e2fea3480c428c966471d2fedc346bf8bafb00184898a4a88ba6dc6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1 in place of 6398052b293f3ce22380ad567fda3e175ffc42dcb9aac1a4dc71a268936d9f80 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0 in place of 3467b902b471d9e82b56cfc16f7711f241cb4bf4dea459b4a25721a46bdb2258 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121 in place of 850545bc06d5116fde4fbd7eacf113dc357a414822327339dc52b22b098f5345 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65 in place of a55b378b21829cd06396179da968069358dec7a9b2915bf8f7dcf82150bce72a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f in place of 1eb7b8bd38300a2e4cf664a4ca1607e39cf8695816e703b8f1e1569c3f115bff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a in place of 069b27382ef74e88132c81b143da45a19df9d3ac9944ce2943dbe669996938da for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15 in place of d74556a6cf72af75e548162b9b027c307dd84e6bdff8db11735aa14235b75e26 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1 in place of 5d4be07f093a76377d235159f8d9b21e4a889ad7f62c5ca462b6595a145f0181 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd in place of 4e163ac449fef5a5c8d3f893db52efc252f86583049d6e9f11949f53b5ae347f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420 in place of 8996e9f480b25b953c00d82a047598d48e948df28a38e9e67f09022d114e0daf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2 in place of a7aca58a0942044f9aa58f9667d5762c43f67e0fd092457158f4600bff386634 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 in place of 87823952c69acc2335c8effd177d67df55a480682221cb05ce53e86574b0dc96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd in place of ca0b2a11be56c1c9cf0c223a71a645a1a35fd9590ddc49b4e97ed59f10479502 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9 in place of ef7d64e9d8512ec9653c3f96343952b2276aa9da98b54f6b4817ffc9ad8acd0b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2 in place of 04790b9503bb2746f2589158c7992a45099a29d2214e037bf403f56c599b1949 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30 in place of 6a54dc01df083bdc12ebbe46cb0d6626b09e5b39dca7b68f38ce53e80de4d9cf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e in place of b08d0d1ccd909a139dbd0074008a9e4ac96c489a46931252f50a21083bdaaf3d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f in place of 0b1ec2dce6338d1466abfb94755b44923a0bf989e2583d3812d530ac4e5c8345 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a in place of 7eacae8fb1affd7b1fdcf3382bb057c368d1cde697f7380ff94cf04b07af6387 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09 in place of 768be3b2564fe212b4a4c41eca2e168d61c5a1ce3e599bcd2ca3e838a4949685 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f in place of 9c5e67c37f584a691583d34da2537ef91a1ca2746879ff05003c8fa606db4b78 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c in place of 758bde29ea3386c0d5931903ff4cf894b4bc7e2aadedeac6e04adea1a5a69791 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40 in place of 9dde760c2fa55c21ec5d8973213f68e07a529e91ef80fbe77c33768d6cadc0f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f in place of 2e5e76b086237ba1f0164f87eb3d45c06a08f2ae66df1caad4a36afbfa414c7f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789 in place of dd306101959f9cdc3fa9a43c022b3290de0149d323e8ccb6f0503f92138e649c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895 in place of 47f58866088a57eab1d8b09d14d651e0864f1a7f4d421e79f00e5803451dd114 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00 in place of 31d0bcb11385aaac15c28c6c292dd824a308a2adc2fcdfde5559f80bbc59c6c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0 in place of 63a9964f52efc02ac421d2e725f7da7437893402cbe9c6367f7a524fc30eac23 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e in place of 46369b63ff0ac9e70a243db07360a8b059af714666caeb7c7ed78f18940c2911 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f in place of aa56cf62580b516248075b70dab0b56197ff0e6fc790c2f8ba9ca78c460a15ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4 in place of 80ebe18569d876476ab94be3df68d4a8046cf6ae688f8d70fbc4c68aa9a41ff7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47 in place of 6dc343d1b305ab11041d2c87a4bfa96ddbbe91d687588952cc5f355b06027d26 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674 in place of f91e233c984b3ee71ec23ad347c987cf417c4936dd46984ca3d499d624e8378f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449 in place of b14b257571a1b1c95107f40d621993a49e663f90b5e6a0b85b446e4741cef481 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155 in place of c2a0a6356b5c4d18ac046fb640ede7ff717cf5512ef43964181c33e295ebf6d6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed in place of 9239a8b0e79cbe7d6f64ac79992eb12791fe9be53c9ccf9a5cc29d475437f218 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f in place of 032ba90a4a043fc4eda4714d0e59d05582c2dc416ef0fb6559659157c879cbfa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8 in place of f304fb9666069c1035a95c751bef01ac06ae5f21d42c5507706a047395550059 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636 in place of 70ae10925f36c3d5ffbd7bbc6c81e9607305d62e9af20f19485c3df0e8d33295 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465 in place of 9ff0a5069f7dcee9e2f80928c3086c92c2797274464775904a19fbfbe8677886 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e in place of 0b2f1a4d45281f7830c5815b701e3a5fd2f4c174dd9d8ad4e3804418da0cb183 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d in place of d8be9f45d9433a925b4b3c0970f99338910717caead8e48ced12331da9016ee4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597 in place of 80af87b61fd193e9e07b983397773d71ea3176de9d87e118440d08b22d8d6be8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106 in place of 5b2c981b0de95c51cc5a3c6d6faf46268fa7ef3d905813a7b9b40be733275ffd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a in place of 7074394073fa62d7a7d8b4da806107631a4d7301ee829ad9f1c635b3b8b30c01 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4 in place of dfaa948410e849c57731bbe463ad030fe40ac8fd353fe1c96fc5bbe87c0b6c46 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc in place of 8458a1bcce3c083e2c055295a925b93501ac5a4bf4cd237ae10e906741f31f89 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8 in place of 3eeee3ca9ab061ef1ad91bbffb755e5e803fddb6290edb3b72313d76f08d93d4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e in place of 7d421245a5a4a0f4c758201a1a26dcd3ae4729cac6e8db72b1487593b332b636 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8 in place of 28a8b592090b1525f6dd1739bbdc9cb38200f5c0542c621198c4a6e3141b3aff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 in place of 87823952c69acc2335c8effd177d67df55a480682221cb05ce53e86574b0dc96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186 in place of 033425cf931d59870c822528bf8e8c3863308460a5d69b90287b54c9625b544a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37 in place of 2c47a3cdaf6d206b22cb64ab08088389d09d59bffca1c68abdecc07c961a7f6a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68 in place of c62f8851bd512aca412149342d4cb02c13d26123a57453ff71fb1cc0641a3392 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2 in place of 11b7db62b9c7ee279ac7d3866d4e7964e75921575e18d4419ae79b96ca1b6de8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf in place of ba62a047735046f7146f06a1fd77c022a62b77f2c8f8c65443d0f29a90fbf7c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a in place of f486791d7a93c02ff68b3465e927dc58851c5e28453b0a11e4225be2ed326f9e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb in place of 7d762e055987e5bdd95d58d03415aece1f3971d5b13a498213fe843751c0adb7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 in place of 551e228b7e69b1b82db05e514728a2c4c27f5366e06cf0336424fb126d161912 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06 in place of 0ea2b7212cf6de472cac1ff86a9adccf83770fa77e09fcb1c7e8dd7d970c2bb1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480 in place of dfdad215546400c155a75a2cfd48521a2530aad4839461d8e12ac92f2b0b4b70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a in place of 4f4241ce6878d098e2d01ab91e50df41626cdc81e4ec87bb9c178e16c10ec19f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3 in place of 13c75d740305c1437666c59b4e84326100746ac29fe455c9c76116baa98a4d03 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7 in place of 2568acb29a7f405f901929037447bfd4460ef8a67fec1a1487068e092d056b6f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367 in place of 83ed51ee6e9707389b6ff4aac21bb223f4ba8969d8fd018db12bf6456312651a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611 in place of 9fe1c39eeabe973bbf54e376fcd5e487ea8b9857b55bb3cb5b85e140964a2f98 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed in place of cead20cf872ddbfeea11606d39830cadbb3c08e472e59d501c6cd8563077f403 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578 in place of 7a3c84ee08e7434c967bf8679b592f95098b104395f20756235407cba35df4a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96 in place of d9b7412ed89d16f91ea3cfb6cc30fbf6755fb60939a818c3d5a9699523a694a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12 in place of 509a95d03787e0301b5c3d236b7d314aadbdae29847c3c6ce7ab2ca99b91c6e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070 in place of bfbbe14e938250d7d70ebfa267cb625cd9ebac57d26b6dcd50fb649c6d61c080 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07 in place of b969d8c9af014179b958ca9e47ad75123fab194de89bfd204ad0016e3d965dad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f in place of 2e31a3095855dcd2d4b8e61e399ec0e3156c85f265ef03250d0d1ac03117ca4c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99 in place of cf3bea972a2f2a1e47254c16e6ef850107d3cc0f1920ab033f9d9e3f06bfcf59 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589 in place of 04c93dc9bd4970bde1cf533baae27e9a365f8f1383069cc5ea4fdabae1be5ef1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e in place of c0c97aaa40a6dcae17e0ffa6c97d5908fe8227b44b975eeb3058b1984916b188 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 in place of 87823952c69acc2335c8effd177d67df55a480682221cb05ce53e86574b0dc96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945 in place of e55b3ee2841ecae2c40531a30d42f461f944c0368e325093a5dcffeb9f042bd0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5 in place of 02e48879d6b5baee1b97682ed428fa396c5521c13ae5b574d1fa6f20777a9834 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44 in place of 5d7825e0ef53af1db79a82eef2096c048ae976ddaddf259f8334aaef957ffd9e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a in place of 7b98a72231f28f254cbac37d1f3ca6a172ccdd87d6ccfcd53b62910960915040 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9 in place of b1f3662cdf13063e30a1c7da98e3ef60c2f1ed86938116ddbaca3e23abf4b3a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6 in place of 8fa40cbd3933a83e0a523cc5dc67aa8c40dc75790cf52a34970264cd249911e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9 in place of 7644b53a40fff88c794970fcf60cc693a227b535ab1db5707050beaa8ee378ce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93 in place of e94e99c9009a887b0954f2ece15e64e37fc5f4798a60d2a854ee5874c0961636 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e in place of bc9ef30400aa6602ab0f5bf792186d489db657caa5edd62974d8ffb2775c4f40 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc in place of 9a883d8a641d05150df5f386e2e6a613b1cabe3e64e10c8c4476945547b9c73e for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 in place of 551e228b7e69b1b82db05e514728a2c4c27f5366e06cf0336424fb126d161912 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc in place of fed9a5b1ffa0c34918d10fcce4648111dcc0126e7e47b4ac3b6fc82a4868bbb0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13 in place of fe7caf133e101d429e214c725ebea350be11c3113a931b16169ea27a1b1d3ebe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99 in place of 53f4e37efc20d2c60b9c9fe57ddd61011a64cfb3737d720d3d48dc5d6e618b24 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f in place of 75bed0cba218243a5b18892c78acc4d2476e7d4c1347790b325af33b1cf7d40c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249 in place of 37dc36cbbcc1ae710c972c03edf7b2350d874f8a004bbec5152cddfce6721782 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422 in place of b2c63443edc8ced706ca1556cfb67b6bc0ef22e990ede543410bddd9ccd71c4e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad in place of 0e1a85f12bca47f3b061616fddbf2fdd7840844b89b5b808c23caf78a67e6c6a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8 in place of f9ecb62ce389a3bb9842de43d6dc8b5f3180ebb2e1a6fb4861012feaf38a65c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a in place of 4aabb468cebeb407b435908ce6763c306cec34c0e4bbfe0af792b47de8ee937a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675 in place of 58e384a16c82656bb5b6fd1c7fec0207425a01682c192b3cb0173d8dc9bcba99 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf in place of c5c8053dd4886b2a8f163d3c04b124a573eb8852e6044a7aba2ed401dcdbeb28 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160 in place of 3c3c082f211198cf797d853958117c488f76bf44fa0713d2acd242b0bc9d91e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370 in place of 57392cf0f0e2c243631bc72271ffe24f0c6f3a1665a0cd8d6ea6a4a4f2990c14 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74 in place of 72cb360944889bcba03175cfeedea3dd6a4f726674773a5132cc066e9ccb3acc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab in place of d01eced680db1624aebc3d5b7822438ff237da1b36f00e04a7a0f261439ad3e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16 in place of b2a325a4d7b8a4aaa942c5be2d9e36dd3eb5641b3b9566fea8dce1e749097ca2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 in place of 551e228b7e69b1b82db05e514728a2c4c27f5366e06cf0336424fb126d161912 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc in place of c2b012547c57b850d1d30b8f278c1824be2099bf40659c31a0bb302f89392464 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb in place of 1f81502c894da1ba193118bc347f0254123e02edffd862824deac60797b2795c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d in place of 6d0c41427d63c5731ea2ebcb9714f1f792572f6836307ad9a4f16b617d097e50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457 in place of 8163ea2d6ddf37436eda1e0581fb3a2f5a20b1c4f6371e7c0d0cf1099cdc9f72 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971 in place of 1091f7ba3cbe88a484fa3c97761b866f388b9ad2f07b1fddc09d0daac9fdcb57 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa in place of d42ff17288aac4a72eabf31242a66ed44aa3761e9386a416b7706e85591f0491 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9 in place of 80da0dbde0421a99a501fa4e52da872ed84765e3e0cc489dbe1123845ab233b6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2 in place of 1652b0b8289054506134691c4c55c9899aee4b2d5830d744cb5b5dc8d423521d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9 in place of 958d54085f5519458942956b323003abcd1663be2f36f44a7bf89a3c74c295c3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566 in place of 98e70cef0fed5bc8d63695e9e3ac7a0910bd578a8895c6d27ee9afc321da3237 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85 in place of 4f0966521e273724f67dffc4deb96b4ab4ec5fc8ee82d2952ee576b007cce0f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c in place of 115886e6ea26fda9d2e8c60608ac1aa58478ca1c5c81996329b562344e76fb3c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d in place of 17b7c03b32139504faa4cf9030b0a598d8e49815e54f214674ea40c4403fa68f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf in place of ee20ba6b8b3eaf4550d4acbced079aebb038caa334594dbaa715636f42071c8e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205 in place of 327d4d7aebb93b97ec9e66bb026c3870a14f26ab269914c5e7045932e9981b8f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b in place of c74f6020f56a2348534b43561178b2f6ce10dc6b342b4e6358dffad6c6feccdc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49 in place of dc463233d4d9d016f9a4813313fbd82e1889ea973a5bcf61b067c949fd74f84c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b in place of a6bf55f852bf6a2499ccc3f8774e06b3337e903eae63e56966510b9b3b37c1f3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed in place of 9239a8b0e79cbe7d6f64ac79992eb12791fe9be53c9ccf9a5cc29d475437f218 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84 in place of 29527689c9c29277b4840b58ee9ca105bd8720bd5063c1f7d6f76a73fbb5669c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f in place of 5ed15e1e2dabc2c6c573f0f6bcc30b07005379f102e76d4eeca4635b0bd9854d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9 in place of fdb3fc05769a1a7b49e80475dc2eb09c50803edfa4e68cc91cd6887820a6cd10 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2 in place of 10a5de9c7ba663e2ef98b25e895524219653062247f7278f5733d07421abd36b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3 in place of 849aecda03baca9da7d70b26f3c77efbe8fc07e720427300441b672aaedaeb6a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7 in place of 7b4f6e5f7f0439e8abb6ed13dd087793e82f0a505c5fda70e195497cd95ba770 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964 in place of b6eafce28177f72a29f1b48cd2afdf0c4ca6a4bcb6e640708e314adcb2f1db89 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937 in place of 316d3c35be66bba1641186e466e6ef57690803c601cac3825031e44f002a9198 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817 in place of bb077a8eba8056be9b631e0f26f2fdd46f8bd611958bb63791615cd864efbc9e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012 in place of c0512c1a83c5587f821a5f5bc2fc154ba213bfc09ba830f727b03d9336f173bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db in place of 95e8d21ec9eb254dde5f394a8e4e9f44468be2f50b7de1764093f7e318fe1c15 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03 in place of c8731a92209b58f40c848d54cbacb13437d14c102a91b80827edf42c86ea0920 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89 in place of 9ab7f5288904a32f00e64818f925e783c922100cb8c3d553179116f456a121bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30 in place of aa97dabdacf8e288d257a27e49ab16f536b6f83948a35f9a246b95066edb4889 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f in place of e39420c23438aa391fab1f234e59739fe53cd13cbd64cee50fbccc60d221a98e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88 in place of 6f12b004adb9968b0c09249cfbb595c3d3891aa295279ed7f757daf0dd1676ee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14 in place of d060cf832bbcc367e7ac7bfa65e8f4be7c08cb374ce81b0290a17ef4ace8a257 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9 in place of b1f3662cdf13063e30a1c7da98e3ef60c2f1ed86938116ddbaca3e23abf4b3a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df in place of ac532536888a689bd881c8030d7f2f8c2d93794090b45924c313df92b6c69dd2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43 in place of 6a2b5cc32b36e07eec50938ec993fe2cc2139a7c989d6f769b5762643c9a45a6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f in place of b64e9e083b6d1ac1a4d32f32909d93611f255d28f33dbc9e83de28a25ef434e8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7 in place of e27467e55a13bc32462076d2ac1f7a9692eeaef775da6e366627c58018cf4d4a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea in place of 5dbc0a7bdaadfba53239251aa7a2b65a5ae7bacf8448a8de649eb750b9a76c41 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4 in place of 69ce1a57fa46cf72fba5566576ca7f6b4a30e7c310656419cdcbfef6a5c3716d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a in place of 60ecf0373eee425910350f941cc4ab933bbfc182ff88f265015a7d87bd378584 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913 in place of 26f2e1a233fcfa2972404acd83063f626078aceb5aac699e0e0619fb9bf74fc7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61 in place of 9d0a5d111a365ce81c6bf81db63a56ce63e8dfe735c1fa39e45094a6bc108a91 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20 in place of 19d9ae8a6eab78325a87173caf83776d08a1a1ce52b1bec1acf2ec1a17729af5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35 in place of 6c8aa8a5054a455d5a49e3ba1a28cce86f4418806296d85ce94a050d0876fae8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0 in place of e034a11c9c551ef1f5c30453d6d4e7ec387e11a807d21a676bd6490fd65daa2c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713 in place of b17493375f0b91c4b1f221e6951d9897aeddd749ecd1c100c8bb3789b6db2192 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79 in place of 25b2ec9bab4b493f9b32a53f3592787188a6dbc0729aa8cac2d7cc507c4c1b50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121 in place of f11a160bc60a3f3eec9d88d2bce3f29754773311c055bb7c065313248cf5ef64 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b in place of 5fed79b01a7270bbcb021e53393534266e5dc90b5599e2386e6d3129edb3d54a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c in place of ffd235ee7451b99e48512b13ec02cb733e22c8f0bbd7fc452f0164c8641a5ee9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56 in place of aa6ff49a317528b4fdc7f39af720c5ec6f2e6dd3e730304ce6c1320bc7c93ce2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1 in place of a51ad79911aba0cdad0167747b91020355fc8509eef3068eabdb9eb927099d1a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba in place of 4a1040e93ef8fb4180ea6e0a562aad8c5dab8a349ecd355258ae5532bfe65884 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7 in place of 3e0b52c9f4a64c0a74bc057c738d14a07e6e12c261c745e36a13805ee01f1a86 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585 in place of d46ed31b5b20e3db07d5853f3d2ddbd641fed60d0428756e1467c86c01490875 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f in place of 97dd349a5ed1526203e30d01829ad5cd570ea103b6a1c0f0771d9643c3c4bada for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359 in place of cbc40c6b7b7923a942f2d6ff2d89ede399aeeb29bede270758baee217d1f409f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202 in place of ffd4b090534c0e830cfa9da310ffcb8930e02553f43fdec2600100c3838acfda for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c in place of 42b6eb4c9fadab4a34e9c16bcd843a3332b9add7e181a92c02485c3fc271c5c9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff in place of d11004de80fcb9401bdaac045f7df00e2168e0bea5f54acdcf0d00e93bc24c70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38 in place of 83ec2aaa31e168d00707647fec5188df58c2a6b587d28aa9d8a4e297d0b92b49 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b in place of 60e91b587af9d7513a4fac4d2d89bc42a3a6d1b1c55a8723ea23a9226d16f783 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b in place of 11c6c5019c5f9519cdacb06029ba0e9a9eea13976c4eb7f36e0ae55941986aa6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7 in place of d04209ff555aac6407baed57314713ff404acab4390b3a0585f4508a44ba82a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267 in place of 8396d273d1340116f5991f180e25b569aad1642f85060b801e32ba0bdb296350 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1 in place of 2b5ab8f05327369df5285d8c533185f183c9e8978f0be44b857035880f1ecfbc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c in place of 42b6eb4c9fadab4a34e9c16bcd843a3332b9add7e181a92c02485c3fc271c5c9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd in place of f6a0bb59186dd8cf280a7d23e4bc5239cb02be57de0a00166783e20c601fa533 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1 in place of 7a3fb3d25f7e37e3659e9968acb25454e52f9333eba5fe5d82d40418e62440fe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302 in place of 67c2d3c4af1b0e8d6f83c65cd7e192f11091069612c909726405d2a509cd8253 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8 in place of 5bcfd99d2ab334e4191696b05b11065f3ba792680f174462f50e685a30c08f6b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df in place of c2dfb4a09a0c5f404c063dc3c463556cbe7d84afb676de0c92e2d6b39836bf88 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2 in place of 3e8aef88c296a2f73dbd7ea1030e3c1292dd4f52defc3dc89ecf57eee9ce6717 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729 in place of ec345e59a7120657f41d6112631800234f337aa669eea6fbb49e0397780899a6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0 in place of 1f347d42a9bd91283674e6ef1e9cdccb2b9153d53796b397ea486b9aac84c770 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3 in place of ae3d80de27d7c8dbaa219d7af5f33fef69ac0bfd253541fb6379f38049635eb0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310 in place of 2ab63521d9bf084311ca5eafbf6326183bf52866d3249619b8e6188c4255825c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b in place of 2e17d9412f32a0b5864f48977c765aa0f69c1a54c24795e59bea94695217960a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0 in place of c7430453aef3097cc086606978eddf7e9867f5b6f0b08e0e7bd180caa9e155cd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3 in place of 822838394cb22bff291c08394626c6bdca104eca1f3b60b33682d7ee23793cd0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155 in place of f152308c063963f9c6b61d23647900d9520305037eaf9e69795b81a8850375e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0 in place of 1aa669012d8826dd3752e899db58d0775fd4922106a59e2a9782007f803a187a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca in place of 0d9cdaab6ddc3dc25aebcddd6274c8699539ebcce30ef592208413cbe11a7da5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4 in place of 134d4e4d7dad6f1015eea0b8318987e95a70b0d35fcee5aba620db36bd4221b6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0 in place of 62b0b197dd5ef52bbe62b49979e13ac7a318b028fcb01c30aa937f70d208bbee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4 in place of 1bff5271924af6a5dab93fe7607bd79414b03d6d4491da6030ab4360879dd7a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b in place of 2f4763b65831491c72c46349f27fab476703ca31c263c70fe9f4731218282a90 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673 in place of f4f4a87066762a923d0b90c00cd682bf651d030508b8affc5c40640465a5119e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248 in place of 74574c3595a51088597ab6cef8ea3a5d37cb4c5d0c5c6b3e6eb0f1a692265574 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce in place of 94dc8c8f7cc8be584382dd74379dfd1af002f91b498bef3a53f33774af5b7dfe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f in place of 810909d5055a61343b17ebe3ec4cbd5062fa10d77f63d22b5d93fbf820c1bcde for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589 in place of 384ca1f305b7be03e2d0b00a8c351571d2dcb572ac4f69ffb7f42a04341187fc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60 in place of 88493b4bd32e9bb361a19bbea6d1da4fb1c01dfaf87bbe7c63a95f4b1f532ac9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8 in place of f0c85d3fb49df04574cb11d0478217f7f489e0b0b1a030647cc5c4ac4df761b7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929 in place of 9ccb7665f469fb562b09c002d3519601222edcfe755054d76733956c895b624d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d in place of a73d82e3dea3c438e013fff79f9d3883a317a22442f1c3262d2162d62818c71f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde in place of b197c041a12a77908fd104a839d4d297afad5d6e6ea75526375a627bdd0861cf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e in place of fff59d9162aab3881e560b2862598ec6f058df9362300fc5020cf69e8d3ebdce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4 in place of ab125760780044c667d6f1116d7f438310321a008fdeebd5737522d472a76ea2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1 in place of ef9ca6496e2c5426977f313f976516db6fea4591bf9584e6a1954d4bf538b1a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a in place of caee3e844adbbb1e82dbe3f2bb7bd31d2fac8d0affc635bddfb61c3b8c1d6ee4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71 in place of e4bf7840b37b00536e1e8deb0376131e89034d5b72ac903abfa3bfb352086e83 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717 in place of 5635a852d98147666750525aa171d5b460d577af19820a6d7c121b27a29cb691 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b in place of 8591ddc260d5c46317a1857a6a5aa60e02eaeda3714e96811bb44ca658f14679 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e in place of c2a3e792146acd1ba141a7b33a4d1a6e99bf64e1c7a0a49111974d7a5b06cfff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc in place of 72d516f19e16676db3179d80dfcbf06b90467290ced0b5277fad38933a835b3c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f in place of 8b6c16c023fbf4c2f775e9212e1b623aeaf1ee8e303aa8e5b1ae7b3b74d675dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e in place of 1445c1d125cd8cd493b4ffd8e6b708bcb29bee5f22d793fbc071477d7ba1330f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da in place of 7d5b86c23ad7b57e1f96526cd9621cf39464f39dc003b152d776797e29bb46a3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f in place of 774dd26141502e54d9ca6211134d601829c55f431d62993be068d3bc45edc3fa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb in place of b3c9298634293055d75198297ce0bd278673fbf1d695726023493021df32094f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844 in place of f6d3eaec2dcffa744aa33a2dc117eec23c7bb5083d666e9c7098fa603b8d3cb2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20 in place of 71ed3bd0c7df0a1fd7673959c1d6317491608ff5f31f10934aa568b48ca6c099 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4 in place of b66ef4620b3f0fcf613f8fc1289f270be328f9b3221df9a92eaf52f210af4893 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63 in place of c2d5b9cde96c0530a9358022fe7f8f18f71df6638d00c8193bf725c61bfc7dff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429 in place of 1080dda40a98fabbdf9774fb90554fc92e7ccb9836be746e701d943811b1e25e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f in place of 0fddd4ea593d34c68032eeeb3ed12f61eeee605fd0e04be7456d958f4ae4ccdf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab in place of 8f20b2dd6d7ea0e659de3a0692bea5902c663a027798843e0bab9badce2523ff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5 in place of 112cfaed4fd328f9fb1bd69705459c85a8b0ac58b141c42674a395e6b6b0ca0d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1 in place of 4331427a53b20ec14cb3b0aa38053ba4da37f60dc8cdc7b2a0e6518e95710153 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc in place of cc07660e03616299850efc8e85a1171c5900152cde158b737ce80cddc23379e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb in place of f1b1a42b52aed210199d8629d760268dd3dff1a75fdec2b9c8d1e26c0f604917 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f in place of 6f34b00e4a6b42c2aae257d8566d091fcd6a4611e66853bdfb8c6cfed132ca0f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c in place of 6c75cfec1b3a9dd1ffc06a526c84cf5fa910c47e93e0d434291a238e79baeebc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126 in place of 83a0e202c7eb3d16197149559fae2e8070a0be39020cc9022f155bbfc3044a6d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a in place of 1b1b43cbb7893bda85a3c8da0a232c1e6a879c8c9d3d7ebe942f924173ed790d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78 in place of a4d477dc6efa289de9544cbef80df3d7ebdcfbec004227b207009df6a1d295ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9 in place of b1f3662cdf13063e30a1c7da98e3ef60c2f1ed86938116ddbaca3e23abf4b3a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0 in place of 8b2eed11a226c66437ee8c24eded6eff9e941d757e5f7e7db93be480a3c4a39f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69 in place of 7ecfb44799773b86ea7dd29ee637ac1dd58cd959bd62b69217fc47d68d828bd7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c in place of 8b1ca8db61dd448f20327de9a98e568d454231696b2e61729cf2d6383b60b6c2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66 in place of 9d5b54cd5a77124fdbdf8b5b141e9d159ba0e40f53ea188ff07de4d606bf5726 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52 in place of e874a1670cc876bdece01cfa6b72c2a5dcbad37beb3fca4b2e7b4b0a3e81d8ff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153 in place of d653574010c97f09ad8ca17749e670b419d1ee7a4db4ab153d430020ab0f2669 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58 in place of 85f319ac7aa90c970ef7b4f80412429a2ad2afe3aab29d9f738cabf001c5e1f6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb in place of d256c576436b312b5a04e77a6c92d6512361b380308eb4a11735640365cf958f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb in place of c85451604bed50e8fe0d2fd4fa30da6cb4b12e3411759faafd5414b955976112 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b in place of c7729a4ad53a19251a0fb313fddd55561d24ab1c68abcc187d4aacc6d4d119c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6 in place of 85053d8f0c4392dd102e76bdf5974bbc0a1bd35a9b72a42102e331abe30009c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a in place of 7670c46b00b2fdbb348a0b5c7f881f8ccc1edb9f513f4c6556a83b30cb91bd60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66 in place of 3632f10309f9f26b6db0d06e2b3ca09a905040fb9ba17e1c183de68e1a8998f8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346 in place of 5865ec0b6539b26c4c329452a16f13ec3b9b015d5857dd956855b00e925a7c0b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517 in place of 8c0b5afeb8401f8461b906f33c204ea5fab5de590fec7013f32263d7a38ec467 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9 in place of 790fa7930934db23a75189f4049c1922c0b67593974fe2eb0f13080d0ac3fbef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0 in place of 000362ecc7e855d1937014fbdf5293fbeb170cd8fbf6305f352d38acd22c2d51 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea in place of c81743d3900a131e894e0b1a179bfe3c23935453624f62670bd0093bd6b5b1ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2 in place of f0f7b40a2048523a50bc6a469ceab9f40f210a662addf06654febf60f1d43582 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f in place of 8d9a0afd12dc5b5c59e9e83b55ce3e16d70fd62163053d1e7017b3f0f15bdcd6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca in place of 4fc1097afee49f257261f6be9de18de1cd16402ba4db5c2a7c1b9714bb931805 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47 in place of 4e53f0021b45c9e1c4bc3daf5a4009cd395a8fcd65c8c2d18f53ce07cb066a72 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f in place of ba4d4cdba87d403e5d206be9e34f65a5c7fe353691ecbbd26464e06358d3711c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031 in place of e5c1900adf54f0159a7e536c36dd4c79b93264631bd03dc90886840c38adb744 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922 in place of 20de62d4479630ac9c7bf92dc1c409e144369119f3dbf27510885eba111cb16b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf in place of fa8034ce3531232a9be31af1d8c7ef01a4c5346febd9d993dedbe2e3be16f6a5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532 in place of 19add0c1387910332287174adfa3af234f28cfd4fbc68bfd2c2d5a8683cb6a34 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb in place of 2159dfa0ecc0d94cb39f76423b230c5167915f7c843a8612d8eebf4cb9b13b9e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb in place of 3ef3046b4ea2c022f236d0a733756e2034278eee847ca06b39d2cf018bf3a280 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b in place of 2f7197d73770b736d91421826540a59afe46a24928994f516bbc2f260d792d9b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9 in place of 79c9cc5d4d86ef8bd01c3a654eb3ff4f4b5fd747265a43e3715aa7335aad9e14 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae in place of 2e08a5e617ad85066c15a1d5688d56eb5043d09ec2f6fd2c11f9b37c58cdd787 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c in place of 763a5611ad5a33974aff758304ddc5261bc914f7532d4bb50b5fca81d8473cec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9 in place of ca363a97e2fc5833378b11b0da637998fed29359f221f2d1c8789a5d5cccd00e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636 in place of 94398ec54579585339aff65249c2ee057eb347983e581156d740e31c55b88584 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831 in place of f537c2cfe62364983886e221c4935977ad91867058d8ccff39a094639ea6a1a8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34 in place of 3db72f5f48fc9c5c86bf221685dafdd15dc5991b9958f2fe2f4fade0f236de54 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e in place of bc8fed6b96a6b4e7256c35aa7a2685deeda1fc7e37c700da61ae7816dbcc49f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e in place of 59929c690acafe600b54d88880fa69762eed4b95c1225a6e258b01b20d7ff63d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651 in place of c3249ad2dfcf5d9b4a7574633f4d944af0fc5b0c8e7530e0b72ed38612004433 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1 in place of 72751c43198dfbcfa0d2c4a5caa80f76117f763905d14bbff5b7cafc89f95879 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7 in place of 199c1a8b39f46ebe94f17f2d1aa7f6af082bf1a055b58e446933c0ad4a2a1167 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15 in place of d12608eb482c0d3fd5785d801d9629063fdffe29f39b101f8319b674da3afa6c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a in place of b1cfe6407969b562ac2bc1c75c1bab7488ebc9ddb0a3962b56fbeea4380363dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74 in place of 63374bc181ab2c81c6f48f01ac282ac8d82f1cee32cd5e7809bffc4fcdebad45 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf in place of df98e45c9e29bd50217562f21d707c61a049c2c5483665b4092c0fdd51fa699f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727 in place of 9f949b77462fe0e53fcccc06d35aef4caae59c541d8b4d045d0801de8d4e4ddb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba in place of 91b3868d7b6681cc3f3bfe63a76ec7c0fe9abdb447a03dfd3bc0e2d26befaf4a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5 in place of cbb4c277bac29f9a9d6aab40a98da6bb1b93daf89ca779df73f70e4f4db0ae6c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438 in place of 940cd9634c631b536751cf36ae6bf83acd703ce6c18c0eed162d53a1ff7ae2c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8 in place of 6fa9bcf99478ab35128625963a736973d56c63648a9699405d0ea42557326c8a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b in place of ade4a7016b601c9d66907f9c679c998c95393e4df812ddc5e23fd59bc0685928 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d in place of 42f4d0a0d243e825cbe44e0c02b8188b74a36c3bace192d0f023c6e7632efce8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225 in place of efd92e9d4a92ddd16f22450c471cfc014a3f02c6eb15a53333d21b9fd00c66b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0 in place of 4ca26fa3c68c96f4af20c54a693943cf73865abd8903c041933f2ba185c6a7e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99 in place of 2df67be0f70f13065b703860cd2a919749150206c1237703113a914d36d7521d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0 in place of 4ab8629970434c9274db409df6aa91354e63661a9a69352fb3cf07e31ad3a5f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab in place of b837f7de831a6816fc5e1f447caa04fc360316586d43ee4c3807ed179202e9bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7 in place of 31d9f35e126f32e15b7ad82307929f43088e58f0bc80dba3d98a7d324880de24 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20 in place of aa23d0f4e98a9b1ef642794850d9258dcc8194518a7e0bd9f46e6f0533692efa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783 in place of e84c5577c49984cf310a9b30e4c91787ef7d7f38a90b5c1a4538265659d767b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73 in place of 0a1a524351141a5ba886e9acb02da54da621a78a6014396a8781053dbc8a1d17 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e in place of d282d38448590238c63ec8885b9ecbf3f6b53c5afafc241d6f94e956cf9f4b7d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8 in place of 112fa9491c99bc47d5a4862199467342781642ca9dc9a74ac2624bc9eb7baf3a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94 in place of c298239a0aca459a73d3b8bd7e9c9239885a1840c3bf99c418d78f549d7dacdd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f in place of 228c94a224fb404b9f7c2e40a79d6b68dbb8d1be6a67e01356defc1426de6e4f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823 in place of 37a04f450811766b79a0994b5f7ad58bcaff5c522aa50f2b92227d2d8bef8099 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 in place of 551e228b7e69b1b82db05e514728a2c4c27f5366e06cf0336424fb126d161912 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838 in place of 9752eaa879170b9069f50ecede73b86811695c42b8d9f5c064edacc08af1645e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65 in place of e7652b95632e0176178408e13a4bdc65ffe768854623fb91ccfb8d1d8d4d9b50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b in place of 103da53218e51a099fd223a6ddba138ead914115491b851a2644d244056e7ec9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3 in place of 3aa374d7fb8bd29abc602a8561a11314cface8b5888544b15cd4c5df253ca85a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 in place of 87823952c69acc2335c8effd177d67df55a480682221cb05ce53e86574b0dc96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe in place of 9011778d853f9e0655f5f3f5be6dc261a44866b1fe167e27bdd0038cef5012ea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204 in place of 489833a3f16bdd9deb5551ddc18923c6f54b65e954c00f50deecb05409dc512e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797 in place of 3bbaf115c453c8aae2af2474c1b10ae42fbabf4c12b389debfe20af8aaafcd2e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af in place of 25808d54d67ee69067694bd56dc31b784d3ded2ec039843469b30e9f26f65231 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12 in place of efda0502b48871b36767d73ae2bca6f12949c419347c92e2472c725c08234ede for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b in place of 70b26ef98d36ed2f6931f280f7a9efa106916b0f111f4a15234c56ef0b8ca396 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd in place of 293111f8d071253ce03efa98b52b2ce80d5d8b1e082b5fce71d34777c18f2819 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b in place of 9f0cd5043080ca5c3af11107d27b8b0f75e277259159049197e7f10f4b200c5d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed in place of bf52d6714b8dcfebfd0e3a8b9aacad08ff42e1245d3bb8c8dbdd3abca7461479 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d in place of f5eaa21be1e9ee52a32520ffbe98446410ff7eadcc336d77613745c9bff9a186 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d in place of 18a3b2b9052f3477b2094a4c0c15dd45254e82b6b70bcb950d8405074dab7122 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb in place of 9467e91672380f3e03701dd118dfdf78b7fc2133122d7a103f18b8e5ac0ec028 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06 in place of 70c41bc92df75c2c75c4b67c22865630b3c4a45ef7bdb3b4a7b7a80692b237c9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3 in place of 178be77741a9ec3b56a5b4c247d3734f4947e67ca90a8b1823080fbe87cce487 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52 in place of f7e50e0059c730282fe913ccef3b03760586854f311e1a3723cbcc61e651725f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8 in place of 32043be3c1ae00174b11bae62056175436c99918bb3ba22ccf6d5fb5613a9af0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916 in place of 82d0ef26398eb43c2cf4fac57f2c1df4de1b1d60706df962c7341fbe4e6eb45e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 in place of 551e228b7e69b1b82db05e514728a2c4c27f5366e06cf0336424fb126d161912 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6 in place of 52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 in place of 87823952c69acc2335c8effd177d67df55a480682221cb05ce53e86574b0dc96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38 in place of 8c980b22346caee076473c60ac014d9112715b8e749aa514a980fa13f3c38f71 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87 in place of 30997339bf33ce0c6775593ee05259a045612bdbc1a7d8b8493cc608dc24862f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158 in place of 9291ac5ac4d8cae8f661358d590fd564948b2ca7b30a139d52eba4d13ce85f55 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76 in place of 9cc79425c20e964ef879b3cc07349b47703a9b0c8ec568a2e0a88e360386826c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93 in place of 50d28734e09662a44d6b102667b26cb7cb77d5b7c578c47db1b1b0b87c012943 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c in place of d243b8c5bba3a9730d1b05dd78141df1afc2eef91d38da2e232c9b9cfa8c218f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f in place of e4579c3b3e96707ca83fea80ac55a49058ccf20dd15bef7265cf6902486a9d8f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b in place of 513401313ea6226c3eb50dbeeffbf59acdd05b2d358cd88bfb1ac7933ec343d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f in place of 2e31a3095855dcd2d4b8e61e399ec0e3156c85f265ef03250d0d1ac03117ca4c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1 in place of c02e74ddde37dc397fa29c64d815f94d25acb4626ecaf51f3365284079127ba7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b in place of 1356d05de06bb9ed7ca2c7d6ba8fa9b2a5b04bdf18a8845a72a7aefc1a33db03 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98 in place of 443ff5440fdd9825ee38d7fa99c6c0a4cf25908be27d89ac8d615a2779f5be3e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3 in place of 040d62c42a466d1ebf566a5d5f2260e8aa336aff74c4555f7c68588b62f4d385 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed in place of 8ebacda1dfceed8c523de53d4e33d6735a4f771cf65b5edaad7319842c290d63 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02 in place of a36620aa31ab5c3a87fb64105568c56b6521b0a3978acca3bc105b8d584350a3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba in place of bd8cf4209dd0f38b8fe26260d70964c5df9f44ba35367caaf352fb60ba21d526 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b in place of 4f0d653fef32ff93cd81cd03297f7d6cb6c07ed442d854f17245c0504f9322c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6 in place of 3f9618acb65a0cf5fb7130db93e1f40bdfaa3e4dcdfcdbf563e40f32f267f4c0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f in place of 2e31a3095855dcd2d4b8e61e399ec0e3156c85f265ef03250d0d1ac03117ca4c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75 in place of 961afe7ab905ee305e39ea7471083cc3cdd7c5e4c3bcfd774e3bbb86807dca3f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5 in place of ee8db7b4b4987ba876285d1a7e4db6ffe9d54d8be7adbe76768594b3f32c6219 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195 in place of 8431d9adc9fdcee391f34f054e8cab8351e23fe0a67d3f01151db7b898257659 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7 in place of 42e3ed3f7cc4fc211c1b5b8c06dc5829aa2673b698d4fdf23d464579d5ed5dc1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404 in place of 1634f8eb480d1a27d20d788a635f3e67b45a9b385335dff889952e9fe0c4018e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc in place of 1e7ccb64c19eece98718b029b68ad1a28e3c771d9de32f8517314d8becb7e78b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb in place of 35921354e145f448b3618b4bb8ed64de9814ffc9b972c345ac6a34a0c39d90d6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd in place of 6248da34f013e716cb396946152d0fd526c025f0ed485a90cc06d4c1cbb30260 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b in place of 08e8e3d995247ab0322334587230c4c0e0dcb184a1295be8002edadabb48d0da for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d in place of aa3a7d62e46cd8f3a4bf9b094fe1ad397b09f39c0e5dcb52cc3b5dca878e020b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_recipe_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f in place of a0baf2b089c7b6283d540dc884507d735673272c0e099e0b70d46554d028307f for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087 in place of f0026a63ebce9335b732668887f665339986c0a4b6b4e3180a7630dd06213781 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882 in place of 82ae4cbb09b6f5c01c7ce92d3a4d4a52512a3bea0ad1ba531e9c45c765af069a for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3 in place of 6f27acabb4e84e1bae357264500b20641c0fed5905352f65eff3335c06df3593 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f in place of 60ddad2684d4b1c5d22a7a7ea650374eaa7214221649e6914ad1c551afa50e93 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2 in place of 63a8c0be29a7dab5b377a2d20ead923bc3db64d1c6158cf39e45346ebaa5af10 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24 in place of 453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b in place of de7a1974d81b07c9e681277df3fdd1b7c81484cb7a63aa7467774c58a76296ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59 in place of 44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474 in place of 226035695a6bef3ec63b7bce5fa15e6e60e7c105fb5b99bab7e023e6b4c74fed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f in place of 559c6611182a8ef6a3870d5b01e2ee9462100ae484233e87a1f590952b7286e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf in place of a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474 in place of 226035695a6bef3ec63b7bce5fa15e6e60e7c105fb5b99bab7e023e6b4c74fed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196 in place of 8840867497826b95998c5cc54b8d98bb194668cded2cdc79c4b6190cbb4b08f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd in place of bddc6c56c2bec00076209ae8ccabcd0dc4b7b43c9e6bdefa5498e548af08ea70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f in place of 559c6611182a8ef6a3870d5b01e2ee9462100ae484233e87a1f590952b7286e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13 in place of 25b091c92171050417fe67bc09aeaacfa69fcda7393e650e756991eb3d82ab1d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75 in place of 0b08c382218bb951cb54839812e1025f1579387b8300a005bdee7d92339167e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1 in place of e8c2b353337aed21039284115a6b785c3132042e2cd3a5adb81f07e08bc70b2d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120 in place of 0997676bba8f5b18411b843a7adaf82cdde7cdafb0c81b8b2016ca07be0a7050 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357 in place of e618f83fbba3d2656f9296fdc8ac75778959e701ced18cf16469f2e35a70c695 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89 in place of 078b3b0f9a374b40358b8da52e601224d809f288d73500921f235286207d54b3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265 in place of 80d2b6a1b608b4ead74708d2d1a2a9e04ab26ca561ca171bf7ddee14412518b0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a in place of 86086f39e0a6a0b94aac372937133a56d2704b55b894a897a270cb35485743b3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e in place of 8429995bc340d7fc56cc5d675eabd62ef8d843818b9cb289832a036b8c865251 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04 in place of b17c6d697475c098d8f2355d794fdf4db5486c0aa22c44ec935e65861e6ef135 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba in place of ab56757cf726ad85a2f14df4ca1010d3f02b7a13228ae3870b0f6056508dcc48 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db in place of f300f5ec907a6669867b15bf1779a478f0fa017e2561dd17a694ddca76dbc425 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785 in place of 603a49096d2aaf14eed0f2f9feecfbcbb1c34d1dc3752794164aa6ae896523bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44 in place of 46b24f435991e4f70e8bb0366ce88c320e27c79b8c3dea47f3b3cbd13ef6204d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c in place of d9cecbba2a61b1f2a7bc16ecbe348b574e478dd448e8289bc8029ad7c3de9133 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113 in place of df4a3f0474bc2ace54d00088923e8f69d8b00f8ed109635494a9cdb4c407fad6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae in place of f6499ace6ef87874ef025346cc287e374eaf45b9616a3a938d21c63e70657a3a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d in place of 43c8c8eb7b824f70b506e578a2887530c7df7e5fc9dff7fa1120f70277357ba9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1 in place of a083463791f555b5bdd0452e69f71ccfc5151892af0b2a6c08e205b528041a24 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1 in place of 1d825f7891d55570724fcc7db8f35269e6dae3ffb76a97f915e1fd59315c1e3a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126 in place of 07127a10e43ac2d08934f51d789db8f5a9072654e16bb4ebbce64328b912c1d5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde in place of d21b9435af0e1e043c9607184081b661afb31dad2621cde28128007ff47e3488 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef in place of bf09f96dccdaf4f161e9c3816968c6cf60eb25d0b69455489efcef35f98912ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210 in place of 9e8dedaee465e4e21b39672842f4f2b7616b8554b2ecc49b0f64f5657ff0a451 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733 in place of 3262e262b7a9729c3269846ed6c2db7518d3e84b27eb90e8ff0eecbdd5b6408e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092 in place of 859481841295feed789284421255aec8554ddfad0f6d0a9fa9389e6fedc707ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971 in place of 16b8d6503408fd171d0f9d3f5f4a82a0cc5cbc183bff0f2baa6f1acc4f1199e1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605 in place of ea311d55d2b287b6c4993d1f3ffec495b6bf02fb69f64f00cf39ab267305967d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726 in place of 889ddc1b0c2e78d83087bb01144c04c0ea557fddcb1331bd0cbe628bd68f28f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70 in place of af5f4b89562e7cefb8951f96734c40a56bb2697cf37bbcc2676ce1dce1272f14 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45 in place of a4543ac624195f8fc37d9abbcb143117143c343d6e83b462a8b2c8af8999afb5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3 in place of 24817724a95d168a5ba2d8192a6f31bb41e8313041355d868b3d62bd1a47ad07 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7 in place of f74ff4f297aaf02b7a77aed9fcc057941e45d0aba5d41cfb0f5ac7f016f7ca5d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d in place of 252dd5c7853e1498888e700bce15029eafecccf8146c80396bfe6e26687915f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94 in place of 2519dd42e3fcca4249a0e6f82e4655cbbc0df88382508effbc1d0cf084801bff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb in place of 35ee6291b77ff0174d32409490047828e149e9480a0829153431aad599c93387 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7 in place of 6d410cdc2ed19e50a3f8f662a7ba1e0bded20c79ca00d6571cf2b218a8239d8c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5 in place of 96018fe6eec4cb87839c9c617d45424e132831af22e6af423711b2e210c76964 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee in place of 4e6829da2e3e79bda6e56b092e66af85edc7641cd3b38cdb71bf67f8a03322d5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222 in place of 3a00f27ea8fdc797ae02610cd8e7d2f011c5573dff023f7700fab04f4b6c0ba5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032 in place of 9a7d3a72efa14b0de401c502d4dfd14893a0fb6fd145d11ed611dde5f83394b6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14 in place of e7f3012e0b7159d8b06092baac7736ee8ea58309149d9dd4813abf640c1604d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b in place of 7fdce9020904a0b38bf96a5fb43fb5e90e21cdf405020802e5a4f8aab352484a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9 in place of af593e8cf82e9127971c80383ef1880d80a2aff7e8fd466e08fca14d96060100 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6 in place of 4a91a86242a834708e855f74b7da68739a122e2a64e66d2ed3097127d24c5cd8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0 in place of dbc4df597854983bb249e1dba8407ee88c41d702bf36bce0b1ed17c94c3c5a60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855 in place of 1ccc341f47842977c798bff21e3ff9f202d3cae0a15a8f4ea0536388336e0d21 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb in place of 8bee34f5b1732d9e2914abbde751990ed2c748f311c9b89befedc1ce893d4b7c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2 in place of 8aa36011d004c37e197fbed7ae82cc5706396ecaf0c94f2b763acfc556be2a0e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee in place of cf7979e4766d4ec56fbfac0e88c5c4e33004e8280f7222baaa4576504587a225 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64 in place of a059bbd887d5e1eaf00148519697619fe21c97a7180fc808236c52d594531a3b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306 in place of ed7113933d31d957cf63998047fd8f0ca2a18e1dd16b527b089496c4a7a8fe90 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a in place of 5fb583e0de188acd6507f6f4fac7e2c150227b848dd439c9584e9c84453cc23f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8 in place of 795fdfa6a92bf1b4498fd2fd26c31ac2491138922116a2117522aaebb7a8e09b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c in place of d819b71a2df0e331d39c7243aff58ec71b3eaba7afacc2802edb818f449e0f0b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb in place of 6341f4518cd87737ff580c82538b956c82d8fa355c71acd96b69efeb9fbe4cbf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0 in place of c273254721c318d542511bd843a69a01eb6ebd6784164822db6d2a366a8752dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3 in place of 1949ba7a8f91170e544e92be81fb8f78fdeecde0712d4cb674b36363e8c8c3ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba in place of ca97b364e3aeb14bef7fbd938c37f69f158a34c81e4a43e2ae6b636df0f67f29 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02 in place of 788d0892157f43fa3001ba8b5be4e2263431bef80ba539ca7c3fae9dd379728b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472 in place of 52af1f0081101c32935dcea8bf3c8c58097099439ef56f1349f11a9034fbef7c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66 in place of 2c46040820aa97bab2fb21e335fc22748ec717de3b7d04501fb6a88318b9cd8a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8 in place of 03e6f33a62a7d0f5d6e231c9ec0ccba6faf79682ecfc78644ac2601dc42ad5a3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27 in place of 79d67b6ca51f3dabf0e1314272a8b661051ce6a6d7c0d7d9608a87d1a1074d69 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7 in place of 8aa03464b04f27c872d5b2925bf40e87506e133f78f2fabfdedad20cfe5869e1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f in place of 9ca0f4fc22e55bd3f9499bd936b9bde9dc97be63c5b3ea01d876218dced05a12 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7 in place of 589151ef87f8956c47fa1e8e2d2a563dbc7d5ee195a50f164e9445cfcbb4c814 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc in place of b629dd9eb23df8e1911af77465f729772c395f12f7c82449f8aebb346f81aba4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8 in place of 74be081f1726b4a27fe4d8f300993be00f18d57303a3a799c8f5f1203686d80a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee in place of 64b91c4235e4f58fb5741a462436e2c77df2c1aca772acbb32341c2d9b874143 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c in place of f8c5d9266f7795d71d41c06a7f3a35458632e63543eb07be81eb0f2eac43bc13 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd in place of 920dfab62bdbf6aa34478c689c99ead1b09554bc6b9ced7b168c8ab912ddbcd0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1 in place of 9dad835a3fd9bcda074b537fecd568e3b3f78612a41dd5d84ac79c24838129e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f in place of 22e3029f765063757d4a4604d8d4af425ded27d3b4f93eb6abdf90209691593a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99 in place of 9addf1e29908e399d290de85a55f993fad709bdcaabc442a8b80c63b3231e956 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7 in place of 13b78a8a1eeb090271de6692202f9a18cce91f4f98021026326106af6d6e5f9b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7 in place of cec11dec4fdf010bfbf664d133ff954e36bd2a1d80e7feac4d581b70b4407bbc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6 in place of 9836a8cabf3443c977607462c4940b0e7b69fc24184d3458a3f619c101833e55 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3 in place of be2aa62c5d178688c719ed4a93944b828696a6bde0fd25eb0dc6668760f987fe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4 in place of 1ec8ade96868eddb2c7e8aaccadce21366227fe3c894083adde8ca5ef242f10f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd in place of 84c1cc4e3a79432b58d3d8fed026daaff6b1904056a1fc83dfa7ed2aa59ba940 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7 in place of 29cca206c92f7fa2dd6da59cdb005928985c92fe25c024d4ae3e604a22f953f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af in place of 33de31dff9f85c8c377bb1a78ed1cf089a290eeefea83d4fcd092e3ae20a3e82 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f in place of 02a9d4feb8fe534f50b437e54ce55dfd1128e8f9c0f70b65991d7786c6d828b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b in place of 31e449cbda3f4bd9cbef53d3ec046bb4aa3ba7d3fa5594d17a24eb37f2aae29a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e in place of 57d4983c033a4547ed01407edccf8295ece4647a1217166f66f703ffba23bd27 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_deploy_source_date_epoch:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172 from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84 in place of 79a20220cdec39ae82e17783b3b5e429cb145db66367d722302e25108668b0dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67 in place of dd1857cbba90f91735648418b2a03e20e07115c98275002989394e56768eb696 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e in place of 4be102c24e49c9aad4d2015c045d5815f5bbe01f58d5af6f0be9e603ac1c640d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77 in place of e0edb428132b1c7281ccb4b946ac8db630f3b0422fff7e9cc9832c06fab14dfb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d in place of b4c3b24c3007a9f99fea5fc83813ffa2270431ed59f6eb85bdc73bd118f29764 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2 in place of d0d4c69d554ef1d724dc20bfcb873b6c970c335726d6e049fcc7f8b1f8e58b5a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04 in place of b06a177325ab6d4dfb895a6f9a4e349a8efafb470a810b05b979748bb5832f59 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53 in place of ff00d5c934972c967db2026847991e23cc37bb7a954b2cbd61ce6d3a58abdcea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e in place of 200b14125c4bf5073c612f4b552f1d888b625711578854aaffeeb33d11f53732 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a in place of 3cc8bb947876f5892fa487d05d4e777d54e5e2e14112788a142a3d76cf49c089 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7 in place of e354e7f52bd2b61311fdc1db07ef0e56261975de2a7c485b20f929c07f7f1fa6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58 in place of cb7a1924eeefab5f883eeccb87b3afbd1c167619801fadc7e0cc1a0d70ce8add for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980 in place of 552656ff79cd99b6b701447eaac468ff93ac8d281d61a0fa28656ff6181727bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a in place of 08618a2265763a766defb9d44140a6f9a2519c8b9f56ac297b5b4c1fde6aa005 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923 in place of 5300ac759a4ccb44a968bdca71862e8129f267c7587c08ca4c1535a81b9c5065 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148 in place of 081c73613530a1bd8cde4729fe9465eb743948f370816785d6897542b70cd6b4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330 in place of 40b86ed7dc31c8f4aad4c7be489ba626cc282d2dca8dc6731a8ac75c5c8ca83c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c in place of 8424e4019bf17cfe79e383f07fb6841187ad575000059a256d9f86585c85e429 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf in place of 41d0c164a73c81571b385de12a94fa601ce266c7c48856fecfa1a2651519f603 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194 in place of 6bb95f969601e3637db379ff4d70724650814576a53e08ed7a05f9ea5c46d30f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88 in place of 8bd36c2170d7ad9ef62dc7a8254721997c06a543e3b2ffe6a3155c7c2e256f52 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40 in place of 7dd6d3fbf5fa556d2b72e9799f19fe4cc19a1550c9da641053762791945bdfe5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643 in place of 694b75432d4dbd32ff20e578141b4bd48160be90f09cedb41961551dcd5543fa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609 in place of ea77b5233af6a09f948925ea72bd8ee665b6633fdef020921aaa9c51dd5905b3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b in place of d954ba6b10afe110f29f3e11a3a3462548d4c215ece3d164532d5c515e252168 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0 in place of 7bae4732462f2a34feb010d3c3df84f962ab012d3e84a2c778b8e2a53c65fbd1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d in place of 363731022d81aefc4ea2a6bb716359773ec1b32cdbf24f720cb85f643eab0a8d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02 in place of f1e7b0bdd50c5e36567136539c3bbb8301af24b6cf385383bf5d86a8aa39fd2c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1 in place of 0ea95a75fca0ccd1ef0b0ff5f1d12e75b136dc3d00ae349c78aed35936e38e92 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c in place of 5e4a424fb58139718e8c4619776a079d46e7f3911046e5bd4edd0b8d5041af66 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28 in place of b46e13cb304586696aa58cf1664a9347a2acf7698f6619fd35a2ad0a999e4fa9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301 in place of 6c3bac8479a6fa79bceed52fbc49a9f4ee2911126e04d96d19ba126db4e05f77 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b in place of e312a13104d3e9e4c53fcc305d2c65dd91ff7114c7c94e21f75cc98f55df7c31 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618 in place of 618efac9692eee0007d4a056fcf3bfed24e1326a9b7ea07ae02d46adec023871 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43 in place of 2a3d5b671c166bb897a209ea3879908c7024dd64a0fd889a94c0c07c510765bd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade in place of f69d326a3ca172cd66001caaa1655b5ecf581ba81bbe0dc1defbdc46b028fc35 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d in place of 47e543087cf4ebd8297d648122ffa2b07a2f3ca38c43661a719b28c28c137534 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8 in place of 0ad92e24e0819140e1b18f86134123668564ed751486fa56629df909d751f2da for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c in place of 22cc4194f3998184cfde150fb3a402bab3a99ca2d32acb029793d3bfe3e917c7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d in place of 4b4dbe637bc62befed055af151dbc7072f4db4984d9d4a097325603808602cd5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6 in place of 993c13a233b54b7296a903c4f84ed5c86bc9c216761acf9609dc932e3af66db1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80 in place of 92989cb967aca685907ba54bfa4557ff64174a8ad90ec1252b625c0d8cb9704d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b in place of 32c5ff587b676109d6bfb904291043d7ab29c7c7b114c8368bca6ef906eb5b52 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b in place of 50b57999cba02a41d5be60ee0f83027594cb8de894c54e5176093c8799ad93cb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1 in place of e0eddff8cc71d8892c2c4b6f4bcae1ecb4e20d8c4140b6ac5860a732f0ce4c17 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265 in place of 42653b611327cec4d85346b65ed77138744b7e3da40d5ae6e2f36762cdebd073 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf in place of 1868287fdebb925ad1f4e2a6e227ddb91f4f33830d32c8d038a857b1284ab017 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77 in place of 70f8bd83269ab192512e4136a3e1ce733eb6d560a5436a1836b2ef6d1a235f28 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34 in place of 43e5c3d3fb136b2d8f55a8b1e5e2b8d339a063b8bd6cac5ae08bbe2efd28b845 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0 in place of 41ceb1773541ed9e77e9ef9fadc589b34c01dc77f3fbcf1cd474f0d6f1a9bc85 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64 in place of e73fa2afc0ac421a7398928f8ab8201a934f25019217cc23d49f0b63a31468e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b in place of 8cfa7b5a242734d84f042c4038d70ee84315b852328734db4391d1289d7a07f9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09 in place of 5c586e5ed90eace087c4227c8b07c59aa83bd68871bea47b9f86f17785ae0702 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0 in place of 277497d9ea20858f502a36fdb86392ae3f0af377f25e1a98c47df6d30c0ecc3c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3 in place of 6bdcfa0bac28f11526535a869e0b4fa61d9ac42fb20a3a1df0b16d771833b4d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9 in place of 2f6ed4193b718bb8895ab3d83dafa24bead60e48f0638b5429316560d47c90a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6 in place of df66181e95d037201bd00c0f28f79c8050e8bc13fe35548f865bbe0f7e3e688e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64 in place of f238398f22ef6cb3b6ff1fbecaa09acae66ba1374116a86b83c21377a2424193 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626 in place of 1ac40d07ece8ece12f8ba13d1008f0737a59ab94813ea0957b4b372a0f36dcb5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16 in place of 7fb5c15d5840b6e20e1391859cc97b05ac20bc832144fe71d202102f70e19903 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff in place of b1a6a082464318515e04b718475064c18ebe3e928dd9774afac84e5a2e20241a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa in place of af0ba7b2616455886fbb6d98e64789d17b4487c89592bcdfede31df4e694c157 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e in place of 0976bdf4c4b2ef0fce0193dab175b480a47c23190af00ca450ad1a10cbdc646d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd in place of e12d4e5cb1111f66ac8970f2b4e97a16ee973adfb0bf7195dcee4b0e1f360e71 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9 in place of fc5a4a4f008d54b8ccb5f27e6dcf1b41d3422731c3f74f98e9f9a461c6d02274 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191 in place of 169138ef749f59d182704164d54ac3ede89ac15b0e45d0220df704bc8a05c9ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff in place of 99fa4263b26855e9004fda35944adf81faa3e474cbb056db44449d358b3612be for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc in place of f64b12071d489ce61070d9b8d690faf08b04537fac606b047f4ca6c006c22746 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258 in place of 9a5ec7d12d7f741fe1724f9cc6e057a3d8b5f591c98d2a6c11824670c4670c8a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53 in place of 877439da0a70cbbaa7168f91a2bb2a0640c95188e4f747f25947f2c1c7a3086c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122 in place of 9f70098dc12f846f748294fe545927aa7dee0c7d00acdccde6b2bd63a58a4c7d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649 in place of 6710b077c300c769d1c21661a9f4d2773d8d2d494898f359a90eec562780b0f9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055 in place of 317ba3dadbae1285e77ec15a680bac5222bce87cba31d39cb332123a4cd10235 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a in place of 5ed569d73a2fd710c381aa7179473300ca62cdba7dfbed5522f6468964389043 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9 in place of e616c4e699eeedebce366093fe22144895b099b89bf0eea92a0df7eb180f6b31 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310 in place of 4f5c154f399e935f075546b77ac64ff8527e912de45784970ce8a4a0d70734ed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703 in place of 376705e1c7f31397f9b17c855288474e3e2438978627218387a4d35316744fb3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316 in place of 31e010d93ebab1f4ce995716e8a7c588740a8f70f46fe8b7e620d5381b2225a9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6 in place of 3fa71b313dbceca9254e6f942b755f97b9b25e6551f28b38ad4ad927e8ce137c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6 in place of d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695 in place of 6befe385db5633489c239a549318182efd90ff0fbc085efbd253bc53b643652f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6 in place of c573e2b653983ca2e5c188bf91409fe6739dd09180eed5cc377f8c17078a5aa8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857 in place of 2a81f08a8f74eea9e63c96695a1570ec9919b9e2822a7218e85feee851be3849 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964 in place of 9ad311b3e3453a0d0045ea1d0db8a68bdbaae2f0587d2fd664c35778b6f27878 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d in place of f2e3072ec3bec608a2f5ee12a2743e6e0b20926c4125febce09f40a1037a4f21 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786 in place of 1f5d2f03d8d2a1a1f755f0dbc700816fa446e120bed8ff61d02bec1081226dba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf in place of 25ad3aee10ba38506ea6c061dab948e4c2a1b84e63b5206a3af213fa69cb3a53 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b in place of f11280ed6ef0b8f7930badfe744fbae2bfc565088fbc35848d98e5f5ea5d2f0d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da in place of 44a203cdb4bef5878d17bed895010f21ccd31f3c6cbf5d7320388b7544d5213c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660 in place of d061382f502e5d20fd01951fd516c2c51a1ba9743140a81102724b94cae9e601 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db in place of ad47be8a0192c0a181c848d5ec2b2503fc4f202f679354ecd7c8986afa14e998 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0 in place of 4ef5856c9dae8fb292eebfe6d7623ad01e837683847873e2ae1005733ce2611a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01 in place of 5064af867577d6be5ad417f93d1aafb5fa16eb90a6c0a8f556e329e545541b2c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372 in place of 8f32cca8691542f0a268a06910a478c897fbfce43952d60ce23a7c5f4825b046 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e in place of 6221f24ae7a2b1df4c9ccc4cc3e6926ebc26a7dd879ee18610db77c081086b37 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402 in place of f19f2850f01ed5cdce4bf519b7195e8ad07c880b0d3ee5ca2212a17b3efe0e19 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f in place of 1a35507f09bf7b3a80e7f62430db647a4819672aef0ae8b6947296693962b025 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf in place of 388d4fcef575da6f0c29e446c29e7ea8a3baee6fc7b49ad8efafd08db3dbd309 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92 in place of 18643e92254a7663620f55b6193fb9e2cf9885721cd600157e2b0f268f876e93 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451 in place of 80f4fea2d6607a236b7bca3478409a2ea80b0e5fad338ab5cc5664e35770885f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060 in place of ef33cda785db79e3a0addd86e101906ab401f4e0755686da1a844477ac7aae99 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0 in place of 78e15fc58794cab858d45f1a195ad4184e4629a56ee3cc0f5fb794e66de64bd6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6 in place of 8d1f5db441b711a82bfab98a53e3c1836d617376d3850d816819fe38dac751aa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954 in place of 0d37de097aaf4c22cecf56b8a1fabb8168a5d02224c5e67680e3f7eb9fd87d74 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0 in place of afc60b92d1d1dab854e0874cd36f88e9f869d1490d98ce1945d7840ce08b899d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04 in place of 9335c5e20ceb1a0d5836404d8fe07c5adb911ad3bf2628277ee22dd7dcd9fe01 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f in place of c117ff32d7d1472346e0bc440a2c604097d521c97def1b89b51c5c34655c8514 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af in place of f3c83afdcee7349eec03aefd3f81982390bce62c1b5729b2b6f8bbb63798dde4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1 in place of f426369d8f5dde636f87f130e5692f288ef4d86a060f05cc0c879171f48e2a0c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a in place of 815b360bd6d70ddc9bcee0d10f910c433010efbde2712fc3fe3189ac4289385b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca in place of 1d07695046c25ca1a5b4af1b0a1db07468752fa4d16174c86da3020a14e23d63 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600 in place of 4fbba541b5beea989c197b1c6b08a27a1b65c5277c5e1ac42828b51e8ded648d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20 in place of 5b003b862192888063d575a3074fa55fc1b008650432c27cf0c8bcef73ab60fc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2 in place of 7b36da231e78610c5ce9fdd821572e2b4eeed7c448fabb9544cd6b60ab9e358b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194 in place of 4429b71fcbfa0cd95a017b8b7f5bfa22d78da6d9871192c008c57f36a4b3d514 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a in place of afd3f56da2c81956e8e4816b9302db4a1901bce372132178cfa5cc0ef3172522 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37 in place of 6b200bcf64cea3719ca3b80237f3cc0fa0ef29368dcbfd5900531294c713c3bd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155 in place of 433768e00a468341e394c8f8ff610aeaa604b33df00481d4d35c0196818fb23f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d in place of 34ee23483be81e9eecc48e40ca83aba383325b10cf90b51ea906c8b2206f4555 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92 in place of 04d9b6d716431dd1163edb335b68992a0b4e8945cc8ecb66a3ee37eae47f6896 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6 in place of fded6812f8b4e6938ac321aa997109ee7c5ac8107be458d91993423483b9c328 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b in place of 4c66ef212ba2b379bdc871fec5bacaae53bedb72b587cb7a3ca17a7c732a8419 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1 in place of c11324c7b2014746786bed4e62a00b4faae5acfa342fc7118d7d95a6741e3caf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73 in place of 7f6cb6aed6ee54a78db36be99f271521cc618b05f8bbc61a590cdc60fb184aea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651 in place of 7193d990d6884ef6a35e29bd1db9a2d3483271bd5215185928ffef4a5d632c9c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5 in place of dec62fb80b298ee9ec4796e1d6396476be2ba69af453e84415603946bcc6864e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f in place of 181ab4723b47dc80eb9e1757ac8386489f4f8adc109ce875b88c988935bfae0c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517 in place of b796ec1a0e2176f88519bb2405184ba77d9665d12a7e8de94e9eaa2824bea331 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e in place of d9f6950d1922c19d7c761fcf68e1ba0cf2fc5da8d73f33749975dbe092d6c086 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb in place of 3d789b986890275fe8dc3aa8800323bb8d6d90252505b5f2121c5f5df9a2ccd9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f in place of 1c1d256e252b5fd2c58a2d33bdd09ae1c508cc097a572663f16f8887ae50b88c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09 in place of 1b032ca0dc7e1d2a87ee40a27030bb217691e5b4b96b720a1cc5c4342ec09fab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c in place of 3ac7d8604bb94f5982e03ca5c5565a0bb354bf2d3e0cc6805be2224d2d3493e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431 in place of 6d83529d3debcddafe3c62ed36e3f07f8c7a4198c88ba442e4ef2754fe2609a8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4 in place of 6018ecf68f165671176aea4efc7876c5f049eaae3c8c492da401b10bc0b32504 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472 in place of 3b61ce18f464331c10125a822e6ac86e9f0318f3c7242b33526a1093d30946bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27 in place of d63f3e08550bfb297c5489f20baf166fc657ed7a22eba280473bd16ff4e25a0e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769 in place of 2cf640a9a03ab35d66832ff2ece17400847f9046e9d68383c20efcf323858f87 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472 in place of 1676026de4bd455e458de84de5ef6ac100b251f558dd29a6d0b564847f8658de for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e in place of 74bd776dfe04468fde705983a2d27c5b2833241ee90e7df71b728d65506be03c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4 in place of 98d8e27c952e22c174cdd1e0476981ea1ecc6f686366c971e6b0d4860f8100e8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248 in place of 965231dc4411f9f0ace61d23ee4b7333408a40cb2b08d329b5510ed6a8099ae5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5 in place of 41f38e14de22e5652fbf4b9c0ab5aca5ea4bbcc0651d9dd7191bb927f3d373f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd in place of af25cca3e35b171735ca4d8e710178c2891c7a58227319f7dc1ef8984fdc711c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6 in place of 7cb6bc90808e50bb8114bd2635331f4ddf87af1225ac5623df7b8ae8e2c0f751 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d in place of cb49219d6ae5c44cf004f1f8f751559a14c7b48d1d8e8e68b0311e322c9d1e05 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519 in place of a52aa64a80190313f1f5cee6b805c675f5a68652bb7f02a5cb7047bb2b1288fe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d in place of 82ded83a2eed6e6999da6b11c1472163e53b36456cfff79922affb06b10c2d61 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6 in place of 3cdd8632235b51aee36ddb94569acfb62541c7c011ec6b571ca2d259907fbd60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375 in place of 5a947bec8a2cdbaaa50482b733cb44cb1ffec3c5c4f66eaaf5b1e894812062ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863 in place of aed60548f4c60d4f6b7da527bf061b52ea2ffbcb9cc66b687f88449dac5e6169 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7 in place of 6f51bd7b301a6f11dcb0d45710a0a032f2a674ef7fe38cf93080b2c64b38fb8e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb in place of 6d80d01e46235a59efda88b1a9538a849a5de1622808afab4c491e4de15067ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1 in place of 9c26d9a5b9fb9bd78c2db2df2342ab0ee163b44063452bee139f24d0a865da43 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0 in place of 162b4698ab6eb0ebe6aa1e8c598eaf944dfa66f3631b2e3f4e2f33750436bcdd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7 in place of 014f9f96866ac3e9afa10d5e7e3b56a5ba39e799343f99243c10be4bbb98095d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a in place of 526f89bc221a46c7fc74cbf600033fa2c13ffe28da1abadf3c86e9f2b72aa6e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b in place of d8d073c529db5b8f851e4e2f993f8968f553f0cca1176b8c916418ae45d230e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1 in place of 87e5ed864ef72028a97070d93b03df1dedd3621b1ab14d28f7f6f6a159bd8466 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797 in place of f1de461581e1025b7f3ce8405dff72443a6fb57a80a9c543cdf501dbac13b885 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c in place of e22f70234cfb41081dd3bb71be50a122ca9a67ddefb2ae68a8c4d5f68837c978 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889 in place of a3b977742c7b35b28c1aafb74d63879d974e93e0714a927b007a43a3c753e0a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea in place of 9be23dee47e81ec178e4c252dc30d1c390735844d318e89040c17fa8fb6d5501 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe in place of e72c995c8c842211fa8cb63fae084e6732c6cb796b5a0c05d78cac4facdda631 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1 in place of b14f63e0356d801a09256630d50504c0830dfacf94e9cb38199dc22f121925a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9 in place of 449a75a80cb99845271c1a4a4d20b13a60f97172651752a8999040440d13a64d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8 in place of 29b198c29eb9824df389bbbb374b8ea478b8e86e3b19c37d188cfd3355fb6380 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825 in place of bb959e89000ae35c9d49a3d9eb95bc4164c9aab8191daa513745cc456a6033b3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8 in place of 8ed310ff84cf6c1950ba16bd7b66ac8c3a8647a7ef4e5727506df5915c711235 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9 in place of 3567bd375a679cf136f379a9f60f0e4d148ea7575f44fd1c32eedc6a266f0e1f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6 in place of 493d2d7023cc8423fd19c47570709a9946cc2b0f984435626531b67ae8e2059f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f in place of 49de63dca0b15e997325778e2b4d48b5467cdf2dd33bafd52097fd033cae5f28 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3 in place of 966534a9460f845adf10d7a344116f357e0ddf3b2b3f303c7dacf1cbc8956532 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d in place of b28ef59ed0f77db396baafb3d367e89373381e63d60ea938f8a03d274bdff433 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321 in place of 26102509b8cfb398bf3e4a04a37901e2ef43a73376025612bae61da384ff72c8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603 in place of 1a32e77847868b483694a30dcf1f87f3fad9cc162005e823fd4c8a214a120b78 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0 in place of 6a45ebf6643aa21d63acb286c1ef532a704e87aead9ff9f7926786e5ffae13bc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f in place of 7115134f3880ed747d3b09451c259528bdf5b0a096b615850c85cea9501580ce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42 in place of 73a3cb1fdf3936bfe0850db4fc7c2690b94cc47be508d41b06304f32769df472 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886 in place of ae7f07419ec261607405a854ba8ca7751697fb68a241372e3bc5275cf1b98ed1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda in place of 7e89f46c1c2909824b441128fc4cb2df9baf32281f33a06516a21afffd659907 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35 in place of f9ec30c6591ebeb5c5c41dcb6e6cd130270f9a3cbbb432f975606c7b58261bdb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82 in place of c6fda9aadc1c2b8eb4fbb556ba7cb03fd0f2127446f4fd0a9e817ff629973370 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688 in place of d5efdf50c4baae14012c22799e83b9d9f1095e16aa4720e8c7fc415a081c34b0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b in place of 451e2200656b6fd25c4b69bca653bbf1299de3fef10c2dbb695a6f907ae82f75 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b in place of c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca in place of e3ef841beea167d719d6df1f98ad0d92f59fb6e530727308b99e1e386085411c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2 in place of 523c64d8a8e69090e7524df3bc4df396cb9bd2a23bd0f1ea7affeae50bbe2ed8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef in place of 6e9c659a11e77376ab37139b1bf42d4cdc1bc448f685d0838254ab89c488052f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702 in place of 0a9822c333cabe6cf0cf90cb39e9efebf68d0d45e878d80893f44575ea6b1a6e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc in place of f56b576abcb83591368a82a7705b2f37ab6a61dd96263d71a8e8fb9f68b1f720 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05 in place of df93477865f367d00f7ed77d1c40300057abc9f6ab0f0e20a5b6d2707db2fc47 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968 in place of 2d4a732d992bca6a32bebe1052dbd069b9640cb6e60457556521da763fe3d084 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9 in place of 0991d672215661e3da0ce9f5334999dad7b09c49fa9c4e42956659139269550e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18 in place of df8b687874dc58f5a95f09f852bab94cae595212c507d31818b16027c2d52300 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1 in place of df9dff71dcf4a3eb43b68a39f6a0e0b0d4208a15b05df7bc3a44ba446a40296d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b in place of 20c9096166179a0648d4f2671370958a0308054a4fdde56398e600de97fd9ee5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a in place of 04d2e0d47c6e766dc3acb2465843729ff04babb70017fd8b5eceab9511295a78 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece in place of 70741b1c74d2ea9e398cc0738162f486298e66498962e77ba76a110b930f39a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615 in place of 21b0f03c927173bcb0e4d2c6a50bdcce8390314385f2aec56e65755c09f632dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674 in place of 35c2833cac15d9cb5cb493f86f628b88de4b735fc2e9059d5c0fc098027c1507 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3 in place of 89bb364d0c84b6897d1d6288503dfd70ec1590070e6c056960ce765adcecfcc3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442 in place of e64f77a831b4691849b1e0a731b48b46ffd12f3c5409e9c4671c2fc0692bb2cc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0 in place of 1bfab472d577b71eeada947492f0368c3871df13a41750a81a9ccd40a6427ecf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d in place of bb163f991655b8ead59cb3541d71ea151eab0d683047d1392e58e55221096244 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354 in place of cf26296f1be84e044bec3f8cb7956eff9ee4ab771ca39060d462ff2eb80a0bf3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0 in place of 5249600d827d79262352c7f12485b7d26ed28966bba649120d4c6c9a48d89ec4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6 in place of 9e02b8133c7f87c0e3dc1e866772ca875451d0f4b8bec98804feb8ffdb0604b4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c in place of 79917f5cad99dace7047d7f4b98fd5007a57c6436841d86f603555b06d988233 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b in place of 5359becf68f845d68b9bccea98a7cddac92e1a69caa10516f88bc9a01c13346f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8 in place of 98363d7e58d9278d7515e5330e8b23bbc4c45d09d4592d65e37429de0abf20ed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c in place of 4cf7df30079ee72930855e7364539eee2eed15033cb0c42b5b7a0354d2538d49 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c in place of 052761240c672c9be0351046f4fba52a0e7b9886901d561d26dbbcfe24a820b0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f in place of 14b7c1516a52d89bf71c4c3217e7c3641eff4d3e65f97502444b787751d6f2dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b in place of a2fe05d38d82be4ecf1d33c46f0b55967e4c0f1c221278a0ccd164e7196d8238 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79 in place of c6b9f360d050fddf03c5193df5ef0787d28716d428e77e5ad495a0d940d9b2b0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16 in place of fa56b0dadcf8ab56df06a7d56f5fac195e8ae62b018db9a23f5c33d14045034d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535 in place of eb186b43024853d6112b43ee066ea2396551845ad1e6d70d68ccfb061da5a23b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d in place of 12c372459ce3c9c3711ff8910fd1a1b3810b2b9c35606ccbeb05d7b1b740f3de for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af in place of 90548abbf80be1f47d76a3c4e36649f3dcdb18e507300ccc89b9c888c6710476 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576 in place of 0a0ef5be25f23d16d118e28a3e84503884f12d219bae85a473b6a48451edd75f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6 in place of 62708bf3eee29f1699025c9d4769912df4c0c0558ebf177a21f16e4b2b48b030 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60 in place of 75c9b4bbb953ed1c0e76d2325d4950bcfa072636c2c098ee305c4f2914eda193 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d in place of b1afb9fcefc698389321d65905c05601178116839fe804f11ff0dceff415feb8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e in place of 0902af117ef425820dc437f729c6f6dc6573d310dfbe2b84736fe8dd50d463c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5 in place of 9c8200963c21e8c2bf9dd7a9a5b0036909a75080651cd6bc71249e349c4c5d34 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417 in place of f1a315ab7188c12a1a95e0a246dd8dcab68900c02a292c992e044ab44d7e1445 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8 in place of 52eaa65c5ed6039a0a2b73ad9a3472f9bb20672288cbb99de2c4111c351f0ac0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da in place of b0c7d39f597ff03881d1d77a9694db4b41a73c084e4f775ac3d4bf8efba9485f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778 in place of e532f3587a2a18c62e0e76bcc236808e550a3a47085bafefaf3ec2e60948ce19 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425 in place of 15cc24ca85256d02651a3cd158d98925a8a63879ef5813875501bbe56468f219 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928 in place of 84bf726eb111d29464e07f0847f722808b4a8b5a7eb0887e3c98f3bcaefc0123 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7 in place of 1db8f92f699da96e90ba268188cc53b33faf23d24520003abaed8f8a4cc2ed19 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691 in place of eda815f54c27ed5f6a5c1a2fe985bb5665a0009b41ab2be6d860c65ba3402e02 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038 in place of 9c853b799694047174c4900c85e1dd4312dbb0b0bd75d074d746a4757230c1d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9 in place of f43396c3337fb0c9eaf76d61332f59d42c8b93555bbcb053630f1caba1b924ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11 in place of 32f562f020c4a552d2fae62a575fd18b8abb1e254e73e64d284b490b1ee72ca5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d in place of e1e3a9d1281fa22b6f5dfa10ceece422862488aa39ae7f65437fff274671cf42 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd in place of 842a87b87d100c62ec189b2fff1a09ad5439e251515e83a0d3376f7eb591bd44 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7 in place of 24b5bca53eb189ea3f77899de88d950703c78ec192d300e94eb8551253cc5ed8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5 in place of 2ab581b2e996281fe3149dcaf0d5715bcc0694753d3e32d416faa2c153d68ab2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab in place of 7deb4ed627581b3a19f323cd53c2773d7b17313f71950751d01d58cbe3dac61f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0 in place of 8605f4282ca1b635f9b4d900e605dac262f26beb6a57fd8e5c619ee74eb77195 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6 in place of ccbeeeacd68b5f407c62ef34b5e50b84b0f3c2bac44f08bcfbec07287984fa89 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d in place of 620a960d66c2229c32892cc5246538ec489787e9eefa04f1e207908b65c858dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b in place of d8db8f0b0fab9c67015b55727bb7f91276ba20db56e8ef62b6ad08fb6338e07d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11 in place of 1a9ceffc6917a35f308b6302bebc2fd18e5bb4172e735375e33b162f9cfc7831 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d in place of d870a0a95451b03a7795bf9f9271857decbe7957924ca9a5e96be5bd71ae9770 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340 in place of f15ab15cc47f1ae50e8a451f9101c57332fb558fe7dbf9fe120a6f871e9e1db9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467 in place of 2b525650d3f6f6a3006e49d535b365e649fb1aff3f01ea2ba03558c2ddc8f0f9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a in place of 61e83f2d0a2eb725aaa8f12455717c9050500aa0cb0488bfdc017f17b541008d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6 in place of bf6ccdc3431823983cd7c065a99cb5fb261cb422431f877afca23db740108cb1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd in place of 5d5b90d770826e80e3bb4947b97d93ac45b6f0f1273604cc9ae1c7f6256e19d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc in place of a0fdf8026746e9c7a7e1887dc7f05f851799c4daa865183d18bc0a74519f0031 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61 in place of 565e145c6136f3d7d0ed5182655150c71cb5d1df3136736ef1848d92e96fd8af for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_deploy_source_date_epoch:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc from hashserv.yocto.io:8686\nDEBUG: Found unihash f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518 in place of dee31516b5e05232226ddd8c4917f33e47a1d55029e01b55afbbc52b188a0bc3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c in place of de4a73fd792c54d260cceb1ac915f268a3ba07a5947a8fa7c341f11eb58352dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95 in place of ba6c100f73a40a1fc282b271f657a67b9cf9965170ec6fc62a1b2b71afe0db1c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2 in place of 5ca6acd0b65ebf62c27016990de1607f9c2db40ad655e3dfc5e81503316a5394 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1 in place of bc457815c2b1aae734011492d7e12bd821f1d1bfe132fe9d3c6487337be24870 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7 in place of 9c1af8100aad4d0a192260f687aba96524f779c84f1c9f1615c6cedce74735fa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8 in place of 3d4eb89cf62819ff0191f7de4546127367f594f8db6a399f469918539b23465c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a in place of 1a6a36fd9da759ce133ed1ef208eb3ee7b919c717f069c9d7c907f87e957f34e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e in place of a7f65035147e19fe86ef512e13164329bd311df72f93d3c8aae708ba24124af3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5 in place of 663c59360990d3c35e2739a56b49781539faa4988777e731a105bb4bf655c192 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4 in place of 97c7adc8e3e22aa4b8f8b85b01ed4d6d8c9bcca007dc8057bc3fc01d869f4cfe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35 in place of 4ccc8540f3e8240fa135c39081a01bdbde3c80bca90244fa74660d166ec72ef5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228 in place of 26b1e66396afbcec3a69363ae17ae429a837428d8cadd7e44c83d53d32513605 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7 in place of ffeb7d4c77156af244d6ffb9c9ee3c1dc4016c9cfae8fbbd376b154cbec2c942 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189 in place of f21f123fb190b0e5dd498b65db256d03993f31c20ac30216da4d92781d9bc274 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6 in place of 741ea33b35aa23dcf238ae8b5a2057b43763d2cd671d231f103d2afb3e3df703 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64 in place of 4fde2b7a4de4064033e366ec8ac2033cdd4f7fbe745fc66df3e466f3ffc89a0b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734 in place of 7d8bbd77b2e82bf28ddbae08f5c45acc58d16c4d4916131ca2825a2944b635f2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416 in place of 8b043c635912634b5fdb82d05a7f7fd22be1e965b4623acf4f2438bd7ca10644 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777 in place of 410bd88319a5de7222d3e079f35ea925b2f19437972cb60ecd8faace2102e666 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8 in place of 7c367033359ef375ae2269d9da22a5ff0c0e358112ce2054ab9780df365971d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8 in place of a0bdc9782ddeecca054dfecc838c5b66e7128dea76ac87ba7942aee082ca9297 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9 in place of 8dc034014978dff82f2df1d19c1e1855f704198acd6bd6f2f68b45b178e43026 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_deploy_source_date_epoch:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad from hashserv.yocto.io:8686\nDEBUG: Found unihash f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565 in place of 222de92c4b34932c368a05ccf99e00e530a82e167984ca98ce76ff96b072147f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c in place of f7fc9bc5bbeb8d00a5fb3cc7fdc7b9db270112e5a1aee1f89d8234d07cd621b5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382 in place of d9199b46f6c9f2a333ed945565fb2ba5ab238e5da8f20dccab37cf4178e486d3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262 in place of 335392b00ef014b22f627d17c10d43082553e05c10e7a603ceb80a3dc5811725 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164 in place of de03afa39a73d2caaeef997ffdcfefaebe644a3c25fa0bb9310056ac204e0fcd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0 in place of 03ca23ad987b72bcc6cf2d2cdb9f96d5e977c4aa73afb6ca8a70c2abafa614b4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a in place of 80396ec57a07df8fcfea6d9849112542f417c2da6e7d4f06f29ba271ee081474 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19 in place of b151ddd4c37a9cfbe472ad72db6c29c097d5b502b3eee3b64dc4029f00c8ad15 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff in place of 32b3c6ab8ae3761d624297dc310d111e467c999a054795451612103f9ff82430 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5 in place of 49a06a3ceed1933698a0248dad5c16967710f074919ed33967bad644787ef034 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a in place of 987604e92349b148491eb52d1afd13175d32fa2eb6732166637e3a93a42d1d40 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817 in place of c983a6bc3d90ca17f6813fc82b5ddf0b99627211378d6f4e934f3228edc24be3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a in place of 952996ca8d713d60f1f22d689ec8b09fb104ed33a958a27d81a30f44a649671a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7 in place of 3de9a1631e7bd538f5a80af3872ef8088fe9ab7d30f4ea06fbbcf78f8a94cc5f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301 in place of 4f2954d0f0ddaa9c13c36802d669ce4cfc6ead5a111fa68bb8fa73071cd8a98b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a in place of df7479bc5dc15c82027164da34bc354310bd32a2cf65de64473dce8b5c725ea4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4 in place of 477c5f4d8fa8a85f3125a175294a08069cae5595b9af0f926e54cb0e802261f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b in place of 0a0ec0f5661c9e27da745f9d6f67da8a942a1fb9a817080e15a598f6aa2c22a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0 in place of ded89c5dba2b1f826fb74dc4d5f984b7de8dcd8c81a28f1b7af7d776a06c2156 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219 in place of d0a4ef2bef4e5511be81525c0766e7bf443eccd2026afb218dd3999c0084cc82 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6 in place of de41922f01ccecd4c1c64a885882b5ff3eca49c177578fd9d395a046e25fe1c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8 in place of fd2f3d794db0631d38ada99a20b18836bc560201f4369e0087d4fe743b28416e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707 in place of 90a7aa46aa5cf612d4985c9984570e75a810e2c5a1eabb2b9e6bf0d73329d8a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206 in place of 434619785cedef7d225d10d3dcd2c4b4296d6a77c2b556b35707af74104adda0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15 in place of 00c00b3ea1c3c301c68c73e083823add6d64d1e5f28b62a0dfee8c1db3e08db9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e in place of 455e2931acddb28c34baaaa814c46f04975741248459685a78626c0f33a431fc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538 in place of 53b425f6d551e31120e81f7161ce21c19e5106fd003be688d5cec29402d8c46e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766 in place of dc3e610f1fe053b84a375bbe66645b5b53593f975276cc08f969429c4eb2da2b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531 in place of a544e638553c4e53a76fec3bf09717873eecaea9abfc21aea86b362d28d56e8d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def in place of a33958621990abc1388a8015724e5a40866935cb30253803e97324ea2c1bbc78 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623 in place of 2f18605e05ed7a1c9b2ebde970e6a5b96c481d336122f950b5b0e0f2d6177eeb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331 in place of 52490f2c267d33fc6641d901d52dc54e933c00c53670c5d05e923ccab7c562ff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413 in place of 12906b93a5ac3ba0358175414d5fdcab4cd88ee0fa732b2528102bfffaa5ec07 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7 in place of 7ab4056abfa0dc248f4fee84724418858bfd7d716dac6118ba2151d3cf54fc96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09 in place of 9cb7c7faf6ca0c2ab83c2432b40036cf43582c9e89cd5e33eef54e5a40b24b37 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8 in place of be3e8b005b7db99249411420ca1cf9cb72e48958d5e4cfd145c94806bdb0f6d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92 in place of 01d64ddc888920469e51044277a42dc76fc4c3dc28fe727cd0c87050d78e62fe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a in place of 670fd8db6324e73c36bf06c74f920144ef33689d5663a08c8cf04a6655f64ba5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7 in place of 6eb696bd3a32a257dee53d8adcdd3ac098cb0a727aa602d86f99cbffc4c875b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b in place of f8cbad6e8a1234ebee269c01ce00ffd1afce6faba8d3771647f8fdbdecacbec7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85 in place of 3520c5b774fb9f268df7164e73cf90b0ca0d36001cc3c839b249f1b1fad47e0d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244 in place of a122da3ee41b42fa23b5a72cd4071f373d713ef7afee35d38d666029ada32dc0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012 in place of 112cc5cebae84db14b4b47a576b84684b3cdbb687971576c9af59dfc1a35da73 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9 in place of 3af335ee9d29fcebbb7a10c37ad6e556b4f17ebc3b3daf506884e26d44315086 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74 in place of 87bd86c31e0d07d7610972dceb3468383a91dc2bbb76355e8ce5249575870ac3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc in place of 1a7c572a0f81bdf9e8eaeb8525eb9bcc3cfd55134899a804fb5d7447e6058a1d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85 in place of 4c435f4d576a75b3fc148e60a0855600bf9cba8ea5fd0baa1b2cfeb5e92b4c23 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68 in place of 9ef66b3d5d45804c9b7aea0766f1c07911a36a0b15fa383f86ec50c76501d7a5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36 in place of b1b77f243b3235859a3c4210334eb220b4deb3b9ebf1a89babff987fc7e88ef8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348 in place of 878cfb315fb6abd74614cab4799fda5b8a3f7ddbaa71076411e9ec9dab292854 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962 in place of 1c04fec6da7a453a52c67326e60b442a56b43cd0c66cab15f1dbe83a37b331b3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0 in place of 4b683326f7dafda1b83329ed9d07059e6497e0b58cb32969c02916ae85f0c788 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d in place of d78aed55cc7a8762f5464d5ef8526d7fa9727a142ac3cf37ff7bb87e3f192d5e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b in place of 04a56f5bb8caec4115e8187958c03e452a631a0bf2684f414564deeb07b53146 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee in place of 9825c3094790f5f7d8f73e700d28433a8f39b2971b224c22e2156884eb2da033 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd in place of 3b4cd42108da6169b85e94faac57b202e4647cba44e624f1a75f23e6e8be211b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad in place of 4eb12c58f2a7108570efecf48ee3698a358074ec1183ef50c17376603c8e2f35 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698 in place of fa7957508f17c1fe28ef53a39841f6cde4bf6f75fe92b5ead5462c61bfc31056 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458 in place of beeb6bc585cd9fd94cc2302a6091357c25d838a8e20d28b3b73c5693c5011eea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0 in place of 6bfd6b6d5156dd03b3dffdf9e2fbae12c400285819ca0aabe1f24560d7aa696d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743 in place of 447a9854c3b44f4bb974ac6ae879800c32069cd58b9ea8d324b1dfe23a4503ce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f in place of 301e15c436cc2c3093add7d2d02a8f0e6ed52cb7fedb8fcdff29409d348311c0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049 in place of 92ee9750f5e8be700e3e90f271d11b864b2ad6571f4a49b6ee997f3e943df6ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e in place of 3ead62224255796aa702b3d1770c39abc00d4bd2813a850cd48e4e6c6ac0226a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7 in place of ebe4e3cc7f80536943b68fb334d52bf72480dbb1528d24f069f90f014cc2bef7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040 in place of 3141d96542ba96990b60f2ef0762db004c8c34bb78f4857aa5d49bb32f800908 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1 in place of 7766cd7a6b5ae72c018e65cf2b661e9db8ab7ec3b07ba3626c47724286c8e121 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db in place of e59dbef06d4b675a8ec2eb2e504467f08ebe84c60808bf04f938d64f26fcad9d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067 in place of 7877bbb03bb45b6b575d1541f8eadb9d4cc6381bb7c888237307074477d99db7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac in place of 08715583dc122eae0da98f3e733f20cf88ae3cbf497e117399153ee76b470281 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7 in place of d6cff253e830e9de11245c3150d085ddbccd46489be90d5a9ce73225ff05969e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d in place of 23c9155d550ef0e3a271c367bd5af640fd178d57858f4aae1e2b1be8260ae6ba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a in place of b9f2788ca4ed76a879ae7ef4fa15025fe98f47e192facc72e1c98e91c6740bc0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6 in place of a4632a2bc21d1d9d6064a12f39ad5c86e0a9aad4499dbc38ec45910c4903ef1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468 in place of 9c87d316ec20eb78631abe856842089ffee085fc9e84d84fce9f3eb3fcb5dafd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e in place of f27ee56694afc09fa0da4e18e54bc89f77d4cbe13b60497c38b23fd0959b5026 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf in place of d58baa8877322ceaa2f541403677cb9868f9818703040e491d50c6228ee2b54f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75 in place of cc7e1245d45fb3413272e17ca458bae267eb0119a972633699a5fadcb907bb6c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2 in place of 0145a47517fe6bd3ee379dcacadb52fa69432d92634941ce75079aad56a52747 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715 in place of e9e39872dad61dd707c2b1d293b4cf98cb44f351be97b535aa4a5c3bdf286686 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18 in place of b85c3fa5561b99198f1f69cc28a0ce14f909436538c95a54fe9bc90deea55536 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3 in place of 2aba8a9b98681f2279d19b3c7ef3c3b624fc86008b04669a4d5d09bb65214513 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b in place of 6e1c99d703eec6d6140612f9e7c1386e2f135b60eff242535810e9a3245bcdbe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f in place of 0b3a792434c9895c96c52afea6b6f1acb0f8ba207076329d02c1039d14b43022 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff in place of aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e in place of 07d0b879edf75d2874135390c3d8c65f6033067e3272459f81fb54b098934e4b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271 in place of 934afde1ae4ca55d50dca9f930da8a8915cc7723983c09a13776f11d9876235d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55 in place of 4694789e0fa703c4ee83feb0673a873516a5784475510cddf692e2cd3a101515 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62 in place of f03136f978da1febb60ea28330894b0ca99b04705e2282f561dc19b8372b93c2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b in place of 51f866633ed3ffc49d66f8849387f7439192c85838ecfea0e369e19d08800eb7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af in place of 7342668c553b92c9d7dfecfbea9208597a95414acdaef2f61a45365509bdfce7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569 in place of dabacb1504c2c7dfd086e65bfaf3daf6358f8c68f1ae07c6227a23bcb9c0b3db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9 in place of 1da737fbdb7b7491730077d18ea1f803e747bbee57b850da90cc175b65565e2a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0 in place of 2dc100511e19fb7d0aedd21900cbafb51a14c78bcdd9833524c85aff834668e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0 in place of 78903693501c68c257a0ab14a6da0526563c38d72a41a13ca450d7cd113fc3e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4 in place of 8e81bd13ef6762a1a34b6793c40e6600b6161736b087bc434f300586c332101e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370 in place of f80a1ba80f68f3b8ae1d2ece729c1f410b1352caab78e2cf470ca4fb0c5b428e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8 in place of cf2a25ac03e487f1c166e6fa688b65446a215911f03447f425bb7a22e718c089 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017 in place of 0f49e38d14227c28f7b15cfec90dd14655690b1d090abfcd6e3078f966eaf063 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a in place of a8957fbe9f08106aca19edfe3060822d24025f234d7241581d44c73131635f47 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2 in place of 204eacd3e70e2f309dff1b2fd3fa0659efa4d9f53802b60deafe40e44098a307 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea in place of 21992422122ebcf2ad2b237250716f82354f3836d84b8f94f3de60a46643c307 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171 in place of 302e114858d3164144db9a663b4af1056542b24f96e36125f52cc904f064783d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa in place of cded26e21ba17a09c5d37b609363fb4a38f420f3253c29e29cd59d6c4648aa67 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705 in place of 2c9ada63de6496a9bfa1c40f3301a9f7113ed4695d4798b1f2cb90623a50b017 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc in place of 943e2b67ac6db0ca1c2b4f694506b367c7a53ea90a1fc9c4494b9a4c59e7810d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16 in place of 2626b6c71ab4411e6465d92b180f58d7079d079247c313aa723c898d16bb47df for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6 in place of 9e132ed6e63460c6ec7128c86698568bd02bb40d4ed72ca05f787cd18c8e1bc9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1 in place of 33191c9cc220834991b44f91d80710444246e78c3747df6f7ef09daa34612c60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403 in place of 66a2914681296999ecd493886252f4a968597d6ef7d3a50369c6de78b6f8e370 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab in place of 5701246117d6eb6f4ade49de21711f871a1779b1d118801e6399fff1923b26a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a in place of 8357a2c087053bc681b6e66d649debc6c3cdab9a51e0df7e9eb019e276b1f0af for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff in place of edead0ccafe8cfe7bffeb038a5438f39d54b5c8b109636a51f5a82640d698735 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2 in place of 677ef173caa9c091ac5a7912c9d1867938b9497677377ee81a26acb60cfd7e43 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6 in place of d9707e0709a7298db57ee533b2a84484931e2ede7fb406af355cae661a23d270 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef in place of 3d9df271b1c2866d844e6d20033008cbd4f080a2bb6c9cb07f20b7cab53fdd76 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6 in place of 1304503b642278efb870d2b8f4a480c418e14b74f21258d19c0c2b8ccf2abb5a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073 in place of ad8f8a92df658604c68a201b79e056808ab477dae363f65db26d829b4b32e054 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a in place of 7056b28aa5616b44404d2ed9d7b78caa428fa6a78b52b1664eaa20d558e46e91 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89 in place of 7d70974c491a78fc1e7f15930c7a47edc847b719a7a1359e2ec3127c75556017 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf in place of 4e6ff26b530f1bafb3f5e0b483d49368a13fb424604773845ed5be45f332289e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c in place of 70042dee03cbe2cbc15531c033d9069e6a5a46d2be0c687559af9c8de73675b6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4 in place of f885d1f61c6f7f95ae8d4c625c05113f0266a620c4875714ef46758e202089fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105 in place of e481925cb602512d3520a47be2b85159592d5027083fec1ac86337ffaf168ea3 for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a in place of e5b53ed5c90985bc8ed270b97ff8eeca0c5314d57b2d85e92038c70443a112e1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e in place of 8bf875615c369335145cf26291fe5e1d0194e54e1e8abf1929d4faf1cf1c00b5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c in place of a0d786146193973b97b5ae23b28e783ce21823cfdda245ca4321c44ea6caca3a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254 in place of fe442713460210aa9c7339a7ec3eef1ad1575ad27b707cf3f312e831104a788b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e in place of b0c71961e4bed5daf2b0446c8549436cebf8a5a86d5cc334a5bddd7e4c661fe2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e in place of 94d114ff8edd7a6f6331834c8878e47110f017c5e2d3c7760f4f529f8da130fe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e in place of 30506dea163096983052307e1ba7bf38a323efb6c2d5e0c25507f15b0e5b93c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46 in place of d95cb9390d395cd8a295fc80d5629066455bf64089db6f219ec5bd5b5fab6f4e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496 in place of 25297bc2225eb4241a5d750c4be6a683043578b0b6ffb737b9c922a294de419b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602 in place of 7ee5b58c880ffd001878cba7d1f9b589c32c6cc6c7f77087dba7cd221f50d7cb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f in place of 8db5be90185a93e4d30d7fbd2e85c3d30ccd5f1c5f770113aac742f6fc7266dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981 in place of 7ad286b170851bc7274551f5371a1ebf5a4c4a1021459491d0cc143a1be08518 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9 in place of ea63090a9d22cbcb8ad5c79027f14d3e0f9a53ebeaaa50847d51f2a6b6b7ae4c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0 in place of 00386a237df09e1e0bb4502f25a0b942192521be94253d9bc94b51a00612e383 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d in place of a50b3181f466e7e28ca1fb2543dde417ee2f3901783efb48d36f5d3c29fc279a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12 in place of 33305a6bf5f6e50e842f01281773465fba9ea70df50a6b66febaba4f717bd2a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6 in place of d35f2775ba56b660e63715879e70e00bf0dc41eae9d2b7d69f35fae2fc142645 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b in place of f622b89a4c5808e3d08f19ea56cc274c1b7d0248f25d19ec54132a46866d53e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7 in place of dced740cfa3fd2c50d8d6c3eabfd70548d9ea1dec0ae7ca4bb67523b5106b961 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e in place of dbf449df27eef0530e273201ee3c5c4439674e9a55b93464422db3b5a7ae86ff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218 in place of 0be89b452cbb63be6816c6e5374fc4a67c8f890f684527728dcb8ffbe0896935 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0 in place of cea00d0509f76ca996782c973048cef13807f32d82760c9e55c74f9bc2f03937 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20 in place of 6fb5af71055efd6da4a1f04c62911774f826c512a41dea6134d5b13741425721 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe in place of 0959d9d38bde9c6c5099fad942a3fccf3152c11721741b3e26367663bb582595 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949 in place of 31edbee50c9ec93683e49550cc09764372ba82857b2b0d77bfca943494539ba6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c in place of 7449468206cd9788b8f28292b88e5cb4fb2424f8a1f70a828933695174363404 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441 in place of c1470be92f2c403b28d0963200925d01cdaf909f77cc00dda523fd5ca1f4b3bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9 in place of 0ea461d186e11eeb2a51fde6844a6909e27d288f799923912751d0ff6730516a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea in place of 887ba0dbf33024b42920f23f8b94c7cb7492b38753e645bb0b90f88febd10224 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142 in place of ef91f22f01bd722f315d1754139f805d259e77e7fa242bb87faf37b4a4d19e6c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb in place of 2e43d06d27b802d8d7f51f39c2a9f3aa6ba6b93cf2bffaa54ff6f3cabc45b52c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96 in place of 0c96dcb30664830fac5c94d31087d28e6af94d0c3fd84e49716fb77f8d20f0f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5 in place of 5c0236adf864dca21553446b70ae3bd27445fb721d042561e69b350432335317 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e in place of e117b198e6876237d97805342faca0df1ff3704debdb6bec0e57dd60fcd5acc8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78 in place of fdde5e1a744a8c2616a9c462f1471e8907f3a4c2a09e6f7f1b4852e86961280b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0 in place of f69448e58ef04ac9eacea4bd51b9fd4c5522e480ac07419f0523a64e77491ad7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8 in place of 882761b8d22504e3745aaeb26acb07113b14e54cc90e8df504b08b4b8302b044 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43 in place of d23872fab3f2595cd9098f414dd2c3d25ec1da21c8c7fa5ac7bc3667af83317b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3 in place of 8f0b5c6711b495eb248ebcd335d051da8b5684299da18e68460bb4aba8d1687d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0 in place of bc42811125dee4ed8af453721dbb058c8e4106f95951fa82464bb41e2610b605 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da in place of e4a3d287c6fa40102f4f335ea65edbbffba9f3f0c43061c711dbc495f877f76c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd in place of 55d4b4fcca373d72af2a3e81b5b7c5eca5cb15e84715ca75fa2c30c492a73c40 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43 in place of 4abd0dd81667a24d0d8b8ab62836ddffb8826eb6506cb1ddbd15bbc857ce17ce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92 in place of 67b5058e58c487384c146c2ad872a78b547b1a0c8112bf005304b195a7eb418f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80 in place of f952a0010b0d6cb7f1cf7f1f9dc51f8a79225ae5df86186c447d52a3ec5f70be for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9 in place of 55bed570b9da68f263dde18ce224ae775ab1f7d8d7cfacfd1891bf32630f9cd5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b in place of 3ed5cd6e2528af07ccae41ae283e4f5ce5cdb3e02f8b2e01f8550964ec69924b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903 in place of cdaf5c3063aad09d54478984fc31c082811e3ebd43ad4d6537a316bad7df9e62 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123 in place of bb20589ab58dcdedaa8f4944030fd7ccca4aafd530e2f1568d92c1040d1e7de8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4 in place of 73d924eec59b8c04ee8f25fb45c572beb0ff321e0f93a6732afda8350f548bbf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c in place of 6966bfa4f1f6e80e1a3378007374d62a32419365022f0d9f1e81548167bb409d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8 in place of dbf9595556673a34c24ed39b82d5e9754d6ea36011e4a6b8a3f03cb8450fd370 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b in place of fddcdbe26f379b138cdaeb942ce409db47da81fea9d35c9b51409efcc04da1e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892 in place of 98488e9d08afb2dd7cab30e3ffed27c672547a78eb1d70a11d87767f8b2c735f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972 in place of 7f97a09bfdfe4dc06f5158a58c297a80595ea7aba9ba7a448d7a875f5c08b8cd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c in place of cd675ae9b1f06e7e9df0ba66c8a92a64dcade45e6985119eed18591446807704 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd in place of 6ed6027922f1667227f8d36d55a1a7bc39a5dd12a4b0821fe386cdb823cafa99 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466 in place of 7dc39232091d7cdf0be1a11ff8bbe306c0e2091dfcf31a722aceb55ecf1a69db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9 in place of 88188dba6b8a91d7db5e4e78e05a4c28cd76eb1b18edb96d941c31071f119bb4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3 in place of 6926bdfcda0ffa395937cd4c3adbc85c911961a3f8ed06f4e40a3391437f8df9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf in place of 5bfb7db5189471fe0091b90d81675f69e4384cb26c402ab4b585628ba40f53a3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8 in place of ab69e9fd7443fcf03f3ea571093c8f026d1778e82331dbfdffbfe03db03ccec8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749 in place of d0d6eb909de012f182f4931d25a77de437741240a79c2441a18801c36e363f65 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59 in place of 8ea87cb259addcd3a261d1ea77d89c4209464631508ccca6d6768d11a9f41bcd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8 in place of df0cccb3c232f1ba38cc426e78fe4ee20e84c9a420a2ba333b88e9733709e7a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7 in place of 843b303726efb261d9c7ab88b30d0da2f28f4514c49db5eb6e90b0f2715058f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815 in place of 6f9cd6ef6749d709711beeb887303329b74bdecf1e77cfa39c1112536bb91d60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9 in place of 2c90b34530e50734bda1741acc1c7f81a8c946b6d56163fb53af28aea09ad4d3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d in place of 3d2003861d753fbd1c91f26ef5e46a52bd9d043b3a20a6abea2255030b5016ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799 in place of 9ed8f139b94e35d7f7f76f96d86e08864def491e05caad1636946d58d65ffcf1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a in place of 43e52d00344f84b29d7f02f513e9974b2aff6d3ba25501ca74b174ede64acba5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe in place of 4cf3809ab305e433a25d7ce25bd567f06780f19ce470e9cd3c6e4a0c67ec56bc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4 in place of 6fce68e57c872aa0c8b8c3fee7e3a40ad6081fb03425a2825a6fb1f4fabcc268 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb in place of 807771f80f86d7fb50bbddf82d2b82d01bf89bf8de0b11996fe8adf654ebbe25 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e in place of 3cc070475b6e71a81a9e7ae55ea3cf9238c83201222407f11968de91351f3b0c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee in place of 19ee47cc4be65333d53851a42cb5b63ba447a191b2c2f6f5728725d51c04b419 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f in place of d914b805c0a977a73364000065823037446344ba9ab9d2c52c26915172d751e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512 in place of 752868805e0743722792ba685417c20fb2cb2a807d6ba9839b3b2e345e3a0026 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b in place of 8228f60863309815831cae237f4d1f97cf0ad84168d55abbdd905568616b7476 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba in place of 887cf135352b04f7bf0898c567c4e4e76371d2bfd686bbc6a4b1c415e768520e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b in place of 38bf6f84cca8a5af632829414917dec07170b3f1cea1b21ee1f6bf9828140385 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273 in place of 2564d70c993fa8aa3b903e277fe567916faca4f61d163912cff7e12401058096 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198 in place of 04c353caccf4794f6014f0b693b1d8048426cbcdc19ca160d262b0b6b3cf6164 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020 in place of 7e5304e6709fc2524b603e598b45b554b63021f751e28a84789a8b1e3f88b083 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c in place of 7ab18f60ac0f39a666c2286b534c91e5dd37b4716d8d936f02b4cce9e77da356 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce in place of e683c56fbdec3a2f55770297338e756eb8154b85766d7b628d8166bf0e215ac7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef in place of 8cb5c9ff32730b0a065ea577ae58af6a37e174f7b405ab451537f5d53d2a6aae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94 in place of 9a8eb73f3dfa5320ef3a7af21cab6299beb64d41a709506b17120f0111d5ddc1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6 in place of 673e69d4f47776c2ed31e15f21970a15ab1739610ed4e5d9d80d17b11c3c8497 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28 in place of 353521f30af2014ed188eeb81928841579a614c9d4f35886ad41acb47800a509 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481 in place of cd8e9518a5331dfd1c81c29f31c9f9a1771cdca23f361ed3784173ad4c8007ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a in place of 7f88d8b327557efcf21b739375737f517fd4a448e61d1b7131e5624bede49315 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff in place of e1ff5a7fe635b4353e057fe9b91d0f253e3fa180a3178aa020f54793bd379792 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e in place of 60991e3cb1f4c1c42a35f81ff095478572c0ab8a4d1d22b884062db693c8d2bd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4 in place of fa5cce02ef77a65fdc8f233a05073315b03231bae88db409a6928805713a305b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2 in place of 74772ef3735f42948b28146b140558664058af3ed0c6de733c8a88af48487c16 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47 in place of 0e7949829ad138dd01bdc1cdcd468ecfc7d5f694c5e7b99bc20bedd23e25481a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485 in place of 7689df72d1761fa2e03813a56fad93e497de12cd51b2ad7c8e645e79d93a105c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179 in place of c1e220b04de860d1cfd00368d4d31b7e10b02f40869375ab8410c8597e406694 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9 in place of 47ea5a603e374fa700c4721a2981221df876213b7cdc0facaca088a1d51afcb1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d in place of 92af261cc698907a4e4dac1177da4eed5d7c6c2ddbc2ff8f0b0976b7fb1003b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0 in place of 973b14795c1394b5cd069a69ce46a4aa4cbe4367ec9356ee375168de9302413d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810 in place of 4fc4be74029edae5839005cc9fddf23cd138507d761661834ee8535f4a1042e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923 in place of 2ebfee8eeff748d685a7ae49abc555af5f9eca39870f3d40153706de911f4700 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76 in place of 54a5460c8cd5f7bad470a23c8d1e4670a852ff8b13dab0cd762e5ff30b707eb4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf in place of 49e04e9b2771b3bc8271d2a41ae7bc015bd927c6949412f8fb8f80fea4acf968 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee in place of 93081b79150c97a88a6bfa53eb2b8bd40738455451528dc78a9ac1bdcd59da2f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208 in place of 30fb0cba496ebb7b1b2503389a9541fbc3561ceaa60a6a9efe9ba5f0b9d7be5e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815 in place of 99c9763488113622a660e15fd3ae20f998519105da49bd534e7865c1b8b4058d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a in place of 9975d8d4be8d9f74d90c36e8a5968a883bb7668303891077bde36bee0a250a02 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545 in place of 2f73acc1ca63fae271c665ba33c5d5bf6e1f463b577d5db94506c9cbf991989f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821 in place of eb88cc269507963fad716e9193bcdef7b247725bd9c72386c255e57e38c9ae63 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3 in place of 01449315ce03346225ce74698cf41f80e5a936b71015333adecb5d6432e2b623 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36 in place of 36fd91e43c77cf695e3e4dea340f304de4e40154fa70d47ba08c656d34df6a7e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd in place of d59ba0011d292c2da7976dd17830ac6f6d5d977248e2988a07a8948e30a67230 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8 in place of 515212ccbe17156715e28f7bc66834403b625c363842be08acf9794dd4c3f30d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8 in place of 03ddcd0af78b10920da029077ff767f23e33aceee51c59f5d1786306f701454c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6 in place of b817ca3eb641b423e5545d2ee3146e21f9179c98b30a33f63ebbbcda52fa8f60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027 in place of ae7210431939b1f7f88971123ff1dc3aec22c004c35250a123fa2e7f7170f6c8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a in place of cf87473af0780338f6be815e471cc0d022887ff7db69bce20208f000abfe847c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24 in place of d298bed89cb192f8171caf085aeb0d4f2672cc6c44dbbc8bc9627c7b7ab1bcd7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9 in place of 0724e326e81ed406f2de26ab752855b0447926584bf8e6ddf7c68a6b12f9e5d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d in place of 8f1c41f42ba8ddd657bd3a0757fdaf1445edd341c43373292dd6946d19eca253 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206 in place of 39943b20e8f682f2c214e2e9dc0e92397933ed92a9438cf2651aabb030836d83 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c in place of 0d8a3171dff34476be6e4277f42bf96e555693b2300991b04b077d0b1b46094c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7 in place of d48036e260fb8aae92c351394194dd0f1319cc68c3ece73addd9e728f3545825 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09 in place of cdeb05547215cb99e6fd89209949e549fc4f7d1e4876b7cde517268b199aebbd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d in place of c0aec8802ddf1d6fabda3d4284384bc01ce7c2d9f7cb30e31c4a299685e83811 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92 in place of d56fcab122745ac035e09171fe87e0757ddbfbd8a245cb7db45f31cdd012b864 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5 in place of b44d130a5dbe99e902ec0ff393593e9286cfebf4013d2ba817980efe6d35fb62 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93 in place of fb7e4118f3450effabf93589ebb7a8ecb2bcb1d3d804788dc7c72bc5ebb8afd4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075 in place of bce106c95cfa6ad60694f22f54af35c8c6030ea0c90bc87c6d6b025472ddd7d3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63 in place of 28352472f2e8c063a0a41726e4675edff967c9a9a2eff190e123f5c0fcf4ce08 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00 in place of 9d53981d6ec24dde336df9e18a11da77e777a1b4a306f94d579b41bbe1b30d42 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc in place of 621fa183bf2d0f8eb89a62ccba159cc525b4e450ff3b20fa4f2992c4fa4ca121 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8 in place of ac3d9f356885836bf379d8c66a081364f504efb76efb81075f50a7816440d48a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc in place of a3451899003b53a027a2a4b37c77814e6eb8270d53889177061344a1c1a84063 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b in place of c31a1bc71b265a5ff3ae8e08de7af172ecde59feefd15213898d635644ee1f7e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5 in place of 464b9dc4cdbbdee97cb49b257214b5260315282e31baf38fac5945ac732a7a96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93 in place of 8ba17651d442dee02cb7da4349da5bb4d49e0ccf0b144a3bd6b52ef8f3ccf545 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517 in place of 52b1375cc49daebd3e2fe9079142150cfc0824fa2575c29ddf4d305d63819ff5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46 in place of b8f3a2a9c74309656cd44f67ea8213d31bb1b7f41fe199ba6f91b1dd57d0e6c9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154 in place of 9623aebb475d8035847f328da3e70425a9c2797ad32caff6dc8b6ba081a75433 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af in place of d45713873757de6112369c3a3a893aba4e1f16cc526d613f5d8c82d4d52c5a4f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071 in place of f3ff7b5c710092c0d3097816771f613534a80c3c51c344dca750aa8a09bc0785 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5 in place of 541b9b41673947edb7f02eac5e18ce2b1939e53401ceafb7a9ce842117a79920 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a in place of 294c4b0b14b6571ec8918bf3b7d500e623faef14a3e59597e56aee45959b1b89 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad in place of 4d3f9db53d32fcdd6eddb52675fff89d7392f3791b4590431a48ddc4b8a4bc9f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069 in place of f53bb9951136c9ddcc7b2c04c97075b6ea0e79660e29ba4ff27417a148105fc3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c in place of 2b66a6a9c0631bc11bb7a8dece303e7682eefbc4e2d651d8cfc0e4fe3b7c53ff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18 in place of fc4b30ffc2bb8a353c854f574c05f74ebeb2561425a3c7cbd76eaf1f327b4f97 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4 in place of 4ea3758cb2d6683b3f10b11a62a26b548dfd0bba77a9e7f67739519fb1d4da5f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560 in place of e4a2af0ab527fbbfb042d6cd5f3785be4944ccab934b2b874e887e7da26917e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0 in place of 6040779729bdeabc49898ca0bafb08b25aefe8c34fbde2ac0da2534ba37f84a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050 in place of ee7a5ded3ab7d71287baa47be8a1baf1934723fc78d0e052326696f650ebbb5d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d in place of 6737319e0e4116b76a50c4c38b9c3fb0c47c9533802f02fe568a7b271fe08db4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397 in place of 9031e771e4595686c34fb0958b01a567e17e23b354aa89a579e240849eb35e73 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa in place of f7878244b259eae02700a3da9f9e741796d7be14ae39740dc67e1c3bf449ebbd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78 in place of 7e5ef20520f1d193070887becd55eee57ae3e485dea81890927dfc7228d26439 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5 in place of 83a2d17011ca8ad487f9d88b7fa8aa45b98a0061ea723a1bc9d306ec6e4f818e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de in place of f8429733aa6f963782f3e7dcadd7b43bbd1c4cc8788b46e67ee54025f41ed719 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8 in place of 0edc7c8c80ea8a6924b5ba8b69b151572e096f840efb2ce14b6ad4d8fd56c4ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc in place of 46bdb96212bcd1fd0389d60fba7f991c5c9f367baed1a899c6a01ecc7edb10af for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b in place of 49df82b97a223172e8e0c949367b0d7d6d43bc0034c85dcace7c7ab339c46250 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41 in place of 2f8c36af84ae6adbd61c1d172dac530af629c1de12edbfceace2b5ea47211074 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32 in place of 1764bf40093c630b50359e7dfa531fbb25b22bc7634f6e218e05cd67c5dad209 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed in place of 3a95809bf20be1e99c599c6937460e12faa7aef0cce9f1be09e8cca6477c1390 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae in place of d1eead54feb73c267f4957871987cb20ba7eb1642134fa8d24c50a40d6003443 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24 in place of 487714eb9695f264f67bcec78dfdd0dbf6a925b3e828b05f643daad79306da28 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9 in place of f3e710836106ff46ea509f4064bfc8df93a2a9c9443670c4dd7b31c5f37ae7a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a in place of 999a37d1a5318ef6826e703bd22e8e2d783129e85084019ba6a2ede8d9ec54b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790 in place of 6ab74b39ca06fc08365560b7db3a3613499da890d8e7b2984083015df0c4baf6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d in place of 20b22182617b022a7b5139ba53325147a914a2555eb24abb7d640cb9ec2611bc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd in place of 09093490bd97590dab2e521030549ffa332507a9cdeb265743a5d6e31fd50ac6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877 in place of a9731033aa5b182530d6d832db3096dd6b8a3d1024612dd9e33267e11540d6bc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8 in place of d86284946b981ace21737a95c8185358318e262d0bf183559c7e7d547645b88d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc in place of 4189c75f1f14c035ba672128564878630fade4a3f145de72a6db041c5d6ccb7f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158 in place of 445c37ba583bf40fcff11ff5e0e7a9e837f47a023d491f60b91ffaafbb61562d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0 in place of 2ad2ef7acb78c3ed97c1f701027518faeec461f81a35c973a01eb2ee934566ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136 in place of 09f24523f6d13beb1a868717dc5de232e88af733ad2957052195f859c9f10215 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972 in place of 0b2b9e122bbd08a47907950c9ff149446e6b751ff8e1fae54de1570a4164c471 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82 in place of 33545c885ab2e4fcdfafd03426db83ea0e4d29980427a60558099053d7d59125 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0 in place of 982a42102b708ea96a03bab0c71a470d7cec774f0b09ef3e688d998793982c50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090 in place of 1bd0e7affa3c5160d1a6fc6ddc457c38fcf61575f4e286bd8ab5378b3901ed14 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412 in place of c6f833594acb4583b8b3ae301f4587456e2ada4d59b412b0554c701057e3c093 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8 in place of c02e3286a0e7fd4fa629e6002ee26f6a5060210c2d6fb78866ae35144b098f10 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0 in place of f1b7f8b4577b51408c02cfb0a34f2721aa16a4c3bfc8456ae9bb7fd9cd92dc26 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495 in place of a54bbe28db2e704d344771fd311240b2e686c72600078c9f969ec23190466704 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9 in place of 048d8e14b3a62c4787174349ce263a504290b27924bd8fe69482fa4dc41aa9d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a in place of 8f68446aebf006f173b527f88f3b893a056a84a83f01bc312da66b70ad61a4a6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519 in place of 08e8c3c09aaa2d446df838661c6d9b9105cd0cee41c9b5ed8f522ded931d7fd8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f in place of 5af50acc5cb8c6a29d54f2d754d80debef97c0232ef54d71e9dfc730b6f8b8f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73 in place of d95644a85140e718eb14d2ad506456c7c0f5261082015e7b38de5a646db86279 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5 in place of fabd01abef83fbe43ae58d4af6af50d633acfd9996c5781332c7752c15f29540 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3 in place of ead52ef1cc419eaf3d32a127832ce2ab47998f7c1940319e5bd76db1d2bdd08f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943 in place of 5f89dca4b34ab867229bff7d711ebfcd137f6d1d8938237f6cba76b52b992acb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721 in place of c34ee879143c5d753e0abb96d43d65c0c726ece7bfcf81ac05f18ca763e7f896 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76 in place of 135dbc1beeab5800a0e8e049e0b06337b705558e58b3e358272ba8b3ea3e91b5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418 in place of 3a2581c8aa55d42cbeeca01c14bd4913c484b658282221513e952db50c517c76 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6 in place of 6e0db489c1b07a135528ea4f309a6791f7d31b8fc721b53df012fc9f877ed797 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614 in place of a64efb74cefd0853a52e8fbd7f54e12442da59019aea68b493214f6423c1cdc4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70 in place of d0df79bd68c8e19063114a46628f4a75079c394e65efd1a328da2cdfd0b4daee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a in place of 7809868b00bcdc8fc32bbf9da89dc1d726a2214ca748dcc43bdf493322525310 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8 in place of c43899f417352df7853a01e91735ab8c4c04df1127683c3bad36bfb2df181869 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0 in place of 57c6fe993510a725d77816abd4e7b3a5a1afa203d8e10dc3e62f7d91bf17faaa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1 in place of 0c82b952c1737a30b9c6e378842f0c46d45d02364327358d1227806767f1425b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a in place of 0fcd7e79b0897858be8c37b62cc8c1337f15d01054b97864f653fe68d181d16f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0 in place of cd0c16ec496a1cd53b78999e63da45d337dc3755bf6452388f5304789889daef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc in place of 273a9fe0fe03e774bc5c85072d0624e0b268170f8041e54e59e13f416f2ca904 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3 in place of 2df2ddc6114f86394d7e4cbd84f66d0b2bfacc50e8e16805695efb8427b2febb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14 in place of b778a9313cec7e9256b5c1631a250a713421d123c2b69557ea5cb0228bb3b97a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79 in place of d3331d113cffa05c35c9210c7f2bde0489a75eac2cdbbe71a3e3d05b7490789e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe in place of adf82a0527f132b9d3c5287e64140f19f2a273f7165279afbe582ddd12a345d3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c in place of fd7a293893bbebd02c39b08d85d6f2dccace18bef8fe62ef4f2b2e7bcc1b72d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610 in place of c485908f9abfd033bbe3af4bb90b4c9837145b3ecce839b05bd2a3685da58813 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f in place of 1147b9e6475f60265a6e48df91565cfb7a9266ab6e7af3ba0df5e35456311f6c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d in place of c9a628471ccd4c7995dda1f5b0c9f194acd23e1a587dfefb5a6e4cc7cb7dff14 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e in place of b8b15570e91fb059b99b5a17ee20178e2a9774d8fee657325b47d971e623b76b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c in place of df0fba7a793f2863bbb4fecba5d404d0e0d87efd7a9b5785818f3b5087724326 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7 in place of 55d94ca8e3a469ccbd23d477db2b0d7e4a21d45a6a5c10fb20fd4f68fd21e5ca for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb in place of 289905ee252feba922eb43127dbfab680f8ed1752c0cc6de4cd98327280a7bf5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527 in place of a4e53c43e3be880a13614100bbcf75f003511c72653c7f7b1c1d0cbd9cbc17d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f in place of 73ff5980da7ad6ae2059756668455e4bfa59e959794f022c0bee9bf25d04d4eb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e in place of fa8184b60e1e69f3b5805f6c3d38056bddc014dceb5cc6a2426d54d55d6252e1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390 in place of 43fd29eb90c3ba0af2704ff3001344fb5ec49128da757081f036c15a10a6861e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5 in place of 284c96aca9fcf0aa480c66387a0a0393513d0a79089656a7c3ff89044c9f4298 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01 in place of 3fed264302cae7a8455db58a26a2441052f376e4944b95b5b7a6f59b2bf49c25 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723 in place of 993f8ed00d760a9a53ec3743d6f808c56147503d217c98270b93924dbc9cc8cf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd in place of 7dd9ae49da1882eba4d352b8f03d2d29536ca77c8172456544f6c6ac439b6daa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2 in place of 22d6ef5d822b5f3a8a6a419fc3e51fc3139d0d16f3d09e4a71e031384060e5cc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f in place of 4faf408550e101e8929696bf546ca59bc5abfd47faf31b83a476bcb550fa4855 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf in place of 2eeb592e58d356a6167fe617a32ca982532de0430687050fb8571e90f55ed582 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153 in place of 84386ab36bb976f53066a7d1417dddc61a50fe491fd1abcad847b6cd721b94d5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4 in place of 4c106ae018af00190e30680b7b41109c91e8c38b47472bf441e1d0113e5d1a06 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4 in place of ce70a31d044513fc11ffbdab6d2642d1d71b331785871964d51722b9cfa6cffe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498 in place of 75b312d11809cd9ce60c46bbc3eed9bdfa275e59fbfc3c63c3630eccb52cc063 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6 in place of 1f5a2cdcea15b73afd57c2e29796663c2321f4e6ec0444693ae8c047a126c0fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d in place of 36cdd1fcff3d6ac26c7c222397fa7d4e814239ef27d7d26640c9e8bb1cefc103 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2 in place of 2daa29d99478c93d918bdfbdf8d50120dd65ea27ad18893f7810d4ae036bc1e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5 in place of 797e41870bb4c865aafdd8565d51380387a9b029648c68b37bf6845de4ffb567 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677 in place of 0a9291c99706fc172ac621d4da58829aece143482efebaa48281dd597b6b00c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138 in place of 5cc6ad2ab876327d464d15bfcd282bf4179a94686580d3aac0a8e916b179fc37 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8 in place of 3757be77eb5eddae2510a8a5c2a603c860518787b1a7704efc4dd371dc16355c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4 in place of c58a6d532635a20efd0d5abd4dc93337ae9ed1c769adbdda34deacc6e1dea58e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd in place of 3faa9badfb01e7de3b8cb217a165773d28338a1233a2c4fe85fb88bb0f73fcbb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150 in place of a24be17e5b092828b5a21aead7ed4ae3b6fb863f3cb6b26bc77690f0432be2db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7 in place of ab6c9da9a3448537b8e5baeb11b6932b11375f7538b16ed93908fbd712fb9d46 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f in place of eb699b108debdc9a0f103397e49337862bb7ece273f4a550245e14a0de1d009e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf in place of 5a0bd7baad8d576c4e090cd5de30b405d62d7195f7b78630dd5a7e058a1f41aa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2 in place of fc131f49abe2e537b84accce9f19db213ba6a888e6f614a83d729481518bf5aa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d in place of 075caabd56c0064cf6cfc59d5ddd2cee6e981af81e73af4790afd7180ef59b0e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e in place of 396cfc0003155306eab583470715d0322922ac3c2ec31fda1938d00cc6a8c3f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44 in place of 615b96b0d5bcbebbdcbb7c5aee84b9e5c35e1730298dbc036e36c352e8deb591 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa in place of c63a6f417ab7ddfb2ffd02ff442e2d16a71db0e7bda69e2731158fb2bf21423f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca in place of 661df9bef97e793bf3dc98b12a1a4b18a87a4b1308b583d31d87103f96758da9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262 in place of 23f7e64dfaae13e038775711f92f8bed67f0b928e745ad5c1dab64db6bab4215 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1 in place of 83c2d612eb5adc9ca94c97c814f09546bd7ebb3b5f1fa2aa833b75332f7d75df for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af in place of 63cd3b2a729832670b1455ab9fe28495d45b1af59e7daeeaec7ccdf71c5c9482 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0 in place of e834b1967e0ad9c979bd52bc81f3b678774f8e100d9d8e9db604eedc26c7f15d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d in place of cc58dc3d486414b353483f00da1dcb2614084fe0ac2b2b8845e19e033528e131 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7 in place of a6de7ef7d513b45e1a99075a552b31dfd20e3928c84477d250c63d231a53f78f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3 in place of 5d896d2aa459049873d700cffaf2ad01cf157918b4b9f28230b20726c24ff669 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378 in place of 0117fb176ab86ee34dd4e17e3186ecc4297cb03d7c4f1dd3131cd3abb1be65bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e in place of ff257b329cd1180e99b3e810848db941a97df4a00078a458ea0e2fde6b186b83 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3 in place of 57557e27908ed191b4cb4b732f874295e4b66a0ded27b954bfc3b47bfcc9a527 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929 in place of bc4af1d0d049499b5d10c0d73543434e55adb51de19c1430d1ca96cf6ddefed4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f in place of 2a55deb3a8dc441e44d74ff0ee3be23c013852b45835578ce39aed2b2725e0ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343 in place of ed60ad8a552d1085e24fd4245ba40c311fe14675a82b311e99c5adb3ab827a3b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764 in place of 1977c5cc9573a3d94362f046a363cce37b3f78d8bcd5d11ddc90ef9cf9a1df33 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9 in place of fbac444444c88b1478c6d65e0cc7060d9667b0c562c90015ba81e3ce311274d7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c in place of 2f4dfc096690f5773af3b330c5ac4aa7f68523510cd5584a29897a823da1a61f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96 in place of 507d77a7c26f11689084deb416f021a3bd7f77df67128f0d4173b30da867e592 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd in place of d6890773b3635ca432b2487667c3f2e1ce3ddf2387553218e48d6dc3fcf91ac0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c in place of 8493300a6faa24e8a72af209be560c361613ea5503e543eaf3433be1a85e316f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55 in place of 19dd00eb1a86311239c246ff6288c860613369a15691e7820093ac3d4687bd64 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1 in place of 7ac35022eee5bbd649e74125e8f9e3741dfab1f31f6f061b3fab53e84f3f2cec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57 in place of 39f2fdbe31c24dbfc91fbfb241a561ec37e18f8b03441dc734503552c9337610 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79 in place of e967d16b6b15175820cbea1fe8dc50c7a8364bdbc57864a653cee822c515e72e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908 in place of e0d1f1a566ae26122339417873d6a55061c3adac004599be4cd7a6fe732ae69c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254 in place of bb195cd41146a3144f5dea16dd06f3796cc679abaeaa6d6ba779195119c710d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475 in place of bea2b8a8cc8000e3aa1b3f9039ea705923790f72fadb5acb395de58c6c3fcc82 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd in place of 4774fa7b81cfe875c00164db297d513e2d2f6e516ef85e4a379395f2ba331b1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c in place of dbbfbaff51f42c13b8db53c6d39e75822ddd6ca3f63fb1633ee85f0384de2a6e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3 in place of 774bba8e0a0a3d58bf632ea097b45e956fea597f1bbad98177b73b49fd136205 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded in place of c69f8c7163bd7d4d3c48b320388a5cf53e48d7f89d8d2c06a310cbc54e26d6ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0 in place of e27069d627864c5638c7a1515ddc1983d9a117191d87bc776427f31449631429 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730 in place of f1bcabd876fa985024659a0989d3094aadba6bba7996de4246c93b4f8df4e03c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a in place of f650556822c5f07edd28ce368f75e9a8e37c9be1cc852820bd2ac9cbd410e977 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302 in place of ac4c172c208015dec34dc33c1d3550b0d46bb5af11f4aa0434b8983d5eb97968 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4 in place of a5047de353b0559582c49e2a7a391db7d2f4e4f0049a24bd5af084aa37c927b9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72 in place of d85c3dd97fa43c0f6516767d5ddc53ca35212a0503d7ce6c1e4fb6ae1b79d141 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc in place of 61c0243f637d77da59466af89d100475b1f5676b11d7020d8b4f0d60e92286bc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944 in place of 3505989c3226a00aefee3f98a79fa8afffcb3eafab4df11d397a16fd9cc31772 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0 in place of cee458c6f76d4d6c4f34c4df2bf9b9028ac8bb7f698094b23dd2a4b6427140bd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c in place of 8fe5b864dcc42ee92adc5152f85e1ba845d94fe35c339684c0a74b0709a29b2d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c in place of 9ed014a23d4be65ed96db9d480e475b353284fc17be8fee44804941c95049573 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a in place of 2b560d2cc17c2fdea81af39c5e16714dd698d4dffe98356a97183e8259cae57f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71 in place of 29b555dbd0a7eacc77797188a96d77dddcc6d85fc1039480683fcb9ca280a63a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee in place of 9c57b98ed57effa764e3abf5fd68e2acce7ba090bb0bfd4deeac83662037f53e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3 in place of 781f0182c040371245c22613717398b2cf34be27e9075a868fb48a0c35bf0d95 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425 in place of 1d414da148c771dbe628566ab2c33c72b60f2d8a7bde4a19f1853ac6568f0bcd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d in place of c2a9bfc80ca7f31ff6367f18074f03ac4e10d91a064401d4306f05b71d95f4dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02 in place of 69144bd264ec3a593a4552efc79f52ad647024197d0b8d00338767d5722fcec4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed in place of 15e1a7c6981755039ae0ea6df9d051623f5da90d24ea3115217e792426083823 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117 in place of d409bfe9cbba00b7c3868fdcb15044906d1b7960c75bfa70dc28a6297bb8a9ed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash 12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5 in place of 12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b in place of f93d8c1d1443c3b5da8cbbe8c39724e25b0c8649736a8bd00fe1d8b4c2aba0e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02 in place of c4891d9d265973f957ef74e5e4cab46b6569f7d782a4e8e80dce0c66f29d99f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492 in place of 85b9aad21d1569bddc4303d4a01b6e4be11c4a7113dd437b896ac1b2b4e38649 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31 in place of 0074c5a539a7700c5f0bf31175125dada17579ec28b86a555bab25d0b91fe345 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f in place of 43804020d173f291d7c3e4a58e8a2f4691e95335cb69f7001657f18b7f59a15c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7 in place of 38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7 for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2 in place of 7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_gcc_stash_builddir from hashserv.yocto.io:8686\nDEBUG: Found unihash 763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999 in place of 763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07 in place of 4015fcc403cdbde0ceb0ef8ee6ac82efa3ad70ef74e6ada7331c304572dc9dd1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702 in place of db6ed76db5397b5efb917d01fafb8773987fdf07d382646f9aebd0c7faa9522e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_stash_locale from hashserv.yocto.io:8686\nDEBUG: Found unihash ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76 in place of 144589b42c946a3192a7b03956aed4dea50f507f9b95c6f1d820b4f3b638c7fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8 in place of 366801e9639e955e98858b5af6cde43134f720351648669319b3ccc0b0c17c0b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06 in place of 6ff8b5e938af2efc0c085b0d4342ee0ec9e789840f30eb633dfd6a792f55a0be for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd in place of a72d7cbfd0ed0a601fe32c0714bfaf3fb8837d83d9f0dcbfe2e1c8dd9e442133 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d in place of d7dff2305ed9f7e43027fd23f3618903f36b0c727190fedfa7a3d210bc999319 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac in place of 8dc5f3c9bf4b4297b36d2d1a40782f2711404b0814d005a443ec5bd3fedb9c87 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3 in place of 62c6142d6e72a0420ef3c45bbf827ed8ecedbd7521b8c6a8f9711faa8dfdc6ee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb in place of 4afc837e526b17b4f2439d45dbef77132c8d9ffcaca63222539370e59c74dd0f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1 in place of 1d64aca275122c30f9a3c000505db8bb0c8e6dda0e3cc79b17be2b704b8f1964 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945 in place of 4571f47dca91c28c34822d65f1632d02098f653e7f810f874a55078f3395f0f7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313 in place of 3e901152d1c1b1dccb1006d2fc09d5a1492142f85d235ea1c822a140c222153d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe in place of ceac26270e8ae69ad70ecccab9e3b2af4dc2829540a88d84d93a87abf2f9206e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65 in place of 5bb8d2783574bf29fdb0566270bc270f6c62d125c5f34b894716e0bcb3c760e8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd in place of 61f505f887b8426bd7cd7c8a0cd8a11786ae1474662f4f7f27071d9a564c6fc2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80 in place of e583b552eb4f1f759370fe159d2e960f06135414ffb1e7b09da1fd5539a404d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_shared_workdir:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92 from hashserv.yocto.io:8686\nDEBUG: Found unihash 8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b in place of 5641111676755edc28c7d6a7420cac1fd92a174d8f7de574002ac22604211f7e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad in place of a15c62c2660a93573f3718dadd1bba9f152ad21f1119ef53e18d84649d682c47 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e in place of f789e9902f08235e1495bff7136abbbde2b6ec8a59c743c6c03f587aef092d6c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65 in place of 4658c5c88a1b7dd33353ca4c5cf4600cf7fcd8863dc6a6acd99bbe8c2fad21d7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c in place of 6517f303b2c14002eb9313d86eb6bd2c653eeab83e1546e3907240b42ee81a0a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec in place of 1844f7de322b3f5ad75a5c53fdf77654a91293e9d18c6eba820e6f51a8cc1ae4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e in place of 94e31e5cfa8395c69999f42952ef77a85d35ff9b8a376a26d17c8d399f9e7c1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f in place of 67e5baf16e302643b0b202a716e24bd2c5f5dd22e037d54f934b57163f0b2c2d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe in place of 3483f5c2f9348750b3cf72d4a9a7ef6fc3d0aa597475cfc2fea26af6ececc763 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441 in place of 41058d02ff029251b92c07e378f82863eaf4029a4ce2efe089b96ef996df3387 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_populate_lic from hashserv.yocto.io:8686\nDEBUG: Found unihash 896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef in place of 9c213149f7354875586d211f6e8d9ff84c51feffa572dd4b4234b763f9a50398 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9 in place of 8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33 in place of f8926c3ceb45290c9605f9bbf6cbd578ddc8548792b5abb4189f89f12eb262f2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65 in place of 1cf6625c6b5b1a86bd9120d9a047e458f99bf7525c11d67372f8a4f7172c2740 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a in place of 7038b327063e86f2023b1279b0ed4a927d54fa3eb15238c1d7199227faacdb9c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf in place of 4057081f829c21ef502cbc6f827c1ed3876c2240802f7fb03310d60a4196cb13 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a in place of becf6b847da8766a021bc61afa5f65bd2862362072a5ee96d08933113385556d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa in place of 17a82dfa32aebaecf26bd093a449b596f5f0c9592d8a7698db5d87ca6d6b19f8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882 in place of 9468e0f107eecc184c7bebbe15cf0cf3a0e2af0378cd368e14ceab7a4035ad5a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c in place of a7aed023e42940fcb22fe135349200178d85486075fdaddb05f9aaf5eacd1ac8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb in place of e437efdc7215004da07fbca4d2d97e741aacf4a6a34a96e38c63bd13b9cd1ffe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3 in place of 6dec71fb2b5619fd8c6a8c6ec0429ca26811be366a5cb3ed6f35ae6098e020f3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d in place of fb207b516ba777f0f16811c454f92e7e301b09d845c2e54a761dad0db2096820 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79 in place of a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231 in place of ca773bba14a5eb4add13eed4f8690f1fbb8dbf67de2f2c46bca762c381efc3e3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23 in place of 6d574e39deb32afb00e7e7df59d5dbada280384f27baf191086893c041672f00 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142 in place of 83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9 in place of 49d5cf5f066cbe789d29a29f18f44d33bfbacdc89421368e96f128b5dcc903dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c in place of 74f0c4e5d2a495a833b21d399d2b2c32b8a81ed48c3cf4f0d620bd1441c45525 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57 in place of d62924c01c3a52edb177d2c4fcd9a10dd71baee729b5882c97fc15fd315fdd95 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47 in place of 40abb0ed6f251bf2a441b4e20ca94f0fa70e343f84fd091ca6e1b485f35b26bc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6 in place of 13726d5a1346779f2a8da7a468386c17b9db20507aadc37059dcb51cde3dcced for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54 in place of a78143446f01b49047c4209d8841cd5cc78916208fb4f3514164743861883810 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a in place of 4bbdebd29cb8eb31ba54862406c2f3f700d4e69c58fa213f2a95ce2af3eb7bf6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc in place of 387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2 in place of 84c43dc3545331fa27ddd1baa159bb14e2474879b22570baae2a1508e3ce8bb9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b in place of 1ff831670c4874cf2bd4927090bbc1be79f274faa3e22fa98ad25ba9c18f6479 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2 in place of 7e0a878ef3b7296c74203499e923fd77c04b4683fefcd6af079165ed1b852ba5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078 in place of dea6bfbe67076b1592b80f5ef728ca06452dcf6fe8cf44f1d53519c479b2e181 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f in place of 36348bdf109a4ab183a8ca2dd421c84eea47654870c3506277861a9e06bafe53 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_deploy_source_date_epoch from hashserv.yocto.io:8686\nDEBUG: Found unihash db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094 in place of dd044e978da6d011d0855b957859a9cacb8eab7a42ad6e77b20ce89a8a8d5c4e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd in place of e9c99b5a1f5bc0677d27467a83b29b16c4b6d9bc39e50a3a8352b6d1c1d31d9b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61 in place of 820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418 in place of 59f247f90c7e64f12609a18edc3f87c5fbcaf96462c965b08e6d7b36935047c4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb in place of 7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8 in place of 0506ff5245996d44ede502f41b557692837e7ee68ef370a2b779c9e625ef0b8e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b in place of a1c36987dcc54f2423a0c2acd00c5d7e829ee40d00bb5e82b645ec58302bacdd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3 in place of 44be297af94f3706ed9d25c075ae841913180e53e755b6b4670c795b1b7490f8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366 in place of ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08 in place of 87a2cd83989a11325bc6bac504aec622ccbfd95390ba884f3be78b07966ceac7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe in place of 3c67b7e803274052226f5ebdfc1d3b4045637b81ee73bfcdcce8f965f2bf37d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc in place of 5081621daa8eb552fd9674ac169af21328f917c54a7adc82e9b626e3f504805e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e in place of dac9002c53763a10ab421998ab8faa588e235dc64336cf4e9a19b5a8e6289a50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44 in place of 7584d5a335152ee88d6a1aa3e8d584eff6a8261b4f377e3eee49ad65a6476947 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4 in place of 674afea3047c777c8dfb47754bbe8db4cc3d07c9e79c33fb9ac3be2254bfdf85 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9 in place of fce71c64cce8e711e2fea0976be352aa650f8b0c51318e985cb539d044045a0c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b in place of a8624d092f3106c0047dfab4c50d1cb4488209c913e36562618a99a5639d2dba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33 in place of 4fada250a70cdc5f91a58d51daa894c2b6f115d0d9607b1c044ceb133f8164a9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141 in place of 32cb2b5630d558eed7f06f3098065d385dd0a021c03d938467ce84959b76146a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b in place of a2ad788f5098676787d1cd23c2a9f47ebcd154eba3dfab5d1ffd20cd61417be3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7 in place of d3e977e2a6006a41eadbe638a55cc676bcc27cca44c56b2d25a18a14a0e6aa77 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148 in place of 746f99b1a41b14d4d2437676f4ef4260b7647770acc3a464bea90dfc468e0444 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41 in place of 145ea5e279b505fe736eab05379ea613a2b0e239f5c8d5f759980ba282a7439e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d in place of 638fdc49972095b710e77e5f4794d21524e0a2dda2922757ef079b846271890f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882 in place of b60c24afa93f122dfc3f3c4eae604e2465292aa50cd4eb7eaadc7d7e3e4f5d51 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f in place of 9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f in place of 74ff9d76ebc100d9ff57f1f917670570952528545c40f801295ba4974c8a3967 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139 in place of a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a in place of 7b2c7cd9d5125f717a0c21388327c90403d52e8d2da06652ee795bda6c2f8c04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918 in place of 81f6085465d78a103bfe101cbac1aa940a9653eec31f3bd43384d5869d3515a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c in place of 98431beab978c716af2dd7915bf5045342cc317aea6b1508fa6af22bbce36fe1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619 in place of f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2 in place of 8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458 in place of 27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0 in place of 784ba193b9236dd9ac43c50bf18b13e45c851a8e6af3ce7247cc1ee17b41c214 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59 in place of e4629378f5260fa239dd75e8682d984e22b0c65eb34279b55aa2f6a426312081 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e in place of 43b091e3f299e11ad5793e63d4236ed0c7a5edf33cffad7dadea07cd50494a88 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb in place of 8c48bde23379383a1702cb41be5d254ed099e3a31e2a8373ec0ca4aaed8a62e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022 in place of a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850 in place of 4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105 in place of aca97e84180807af39652ded0601de60e6fa205dfc8c56f3691bcdf10a0f5a71 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b in place of 6fd867cb23bf9bb1696b455e4a47e03b81038d03938f8742b138df1185c116c2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3 in place of b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5 in place of f82960ea15a2779e999fde60ef2b0773cd35efb3bddbb97b51adcd9fe054c8d7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4 in place of 9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590 in place of ba652467d69329d056922b5c54dcd52d6202a29fbe69d012c043d869f111e58c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92 in place of 4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0 in place of da8f0d5cbf04002de9b5b67ac5928547e2e205d0b0eeda6e8ad3fc019a1778af for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024 in place of e43f57e3600a02e4d25c4a4055f1fb55ce736e649649a91d64af28630c837d8c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8 in place of a0a4700cf19ae024bd65c4c2a73a09c815d0e14304f75ef6e3391152bfa07073 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5 in place of 773b1e189faa13db0cd6771556e24777a9b93135551a36d828da1470eb8a7a44 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3 in place of 60bc526c7d2b22639eb9d4b53c115f193387db2f765644cd1dbf4352bde02899 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f in place of 00e635da288442b4d8a8e96ddf0a2e83e5eec05df71c5c5ac6d591eae17ae707 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22 in place of 48703b94c197f844c2f02b8f9c30f863c81f39872b2428cbaa2c1e85d304a59b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55 in place of 1be7c870d241dcff3261ae61fbcb943bfd3d385ee64f6be671b9e8abb86109a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b in place of 99a31e32fe905d24ac4f7d0248254d2a4cc75e9cd28ae09cfacb0a7cd968f469 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1 in place of 5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1 in place of 78b44641705d7e378c6619dfc87c7ff165e70e37d197ce21134b31bb7c6eaf7c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4 in place of d0cf055b6aecc33ca0b93b8e27ddaa6e07c1733d47036dda804b7a7b5257b2e4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9 in place of 54c32a7ea72cbd871cea10cbc5d187f6dd870c78a910b1ea9c5c368915343b89 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56 in place of b0e3722fae6bfc2fa53d7d566398fcbb4feaf02ec014f0f129477e81a9ba874e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6 in place of 55f56fb532635f37358393f7899fa6d2e9f42a95f2d2012fbe710cb10797fded for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f in place of a8aee9fb4a08889357de9404af98d71a0fffaa0ed3da15f2af87535a40a32ccf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534 in place of 727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463 in place of 24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698 in place of b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772 in place of 37aa9bff1006a68d47e7bb0c911b00e6c9eda6eff73d030bc958727a35b281c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c in place of 1ae7601bf68f336b15da76287c7958875c66d315f704a5242705f371053891ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9 in place of 4410bec0c261f1371505ef8b9770fd180ea5d5fca0b08d6b8479b5a9a09a1072 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be in place of 29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8 in place of 6193fc696e7d63e39154b50e9b8925792084a23893de29ad4fc83edf6991c7e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5 in place of a76af24b50ef0c2b6373dafa7875823bb9d9d797915ddb74a73d20ef6261e15a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c in place of 781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f in place of 1377e2419069534b1a50723d377cc79ba5a862354044f5f3d2f97a70addfd37f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25 in place of bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c in place of 9430177c4a29cac625c612561c025aa2b79e88ccd6573b42fe515652ed7a82d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c in place of 6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1 in place of 48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5 in place of 2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97 in place of 6f4a4ed693f669186118d14142041497bb0d79bd2a5a05b3d5d31cd81bf6c0b7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb in place of d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4 in place of e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00 in place of a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f in place of cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd in place of 5dea5bbface8d185c78585a86f1fd914054baec09ead93266968fdf09b6f0684 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f in place of b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc in place of 1ae3f7a4717ae4cc728ed1c2d2f503f2166cc78849e6239e456febad65762848 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda in place of 181f49c38baa2754a994dfe98055d0b7ef10e6d8e10a148aa6e521bbfe6efcdc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6 in place of f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60 in place of f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140 in place of 529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679 in place of 5096840db56ed1970268b9409e62d52f3efc151eed3a67c1fc89bc926a067828 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6 in place of c224b6ad847906ec015980c34c34bb9a36ff6b6dce83079f3c3f6707e225618b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e in place of 3c9932d972b9096f0046d119cce3158029136cb58716d42831a64200c3959098 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395 in place of 2b61ed83bc3e5792b2651e9a68abcd5196d25827087f94c21a1530a5ce755fa0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9 in place of edd05ab0ae526229a6ea92a7083a5c4b5dde34ce56df3e6c18a912cb8a993dc0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df in place of 924b33eda54587df7b52560f3b6d7fd1394fac7790e5af0b40d12b6e0cb199bc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c in place of 8498a89e5f156000868ddda2866602ce2360d5c05ca5de369268dc47a479d12f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8 in place of 45fd3695be2507f61724c40b20c7283e5e359c3af710f8ee7456f6bc30dfbe8c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8 in place of 6a89cf7e2ff0e13995231e02345c6ccf1e8dae96ba1c578a044dc7d9c586415c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4 in place of db0726d3f981fd8219feefc27fb20567c1aac96ddd2c11a6bd5151623e87e9c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee in place of 062e4ae124e6717eeec984e6cc2aa4e0eac038a88ee6c8308437aa8fb863dc54 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf in place of 835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf in place of 0763caafbe54920dff9970b16089a69deab9737c6cda17c380083ca266216e40 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155 in place of bfb0500e979cf063e6b99937162a6cf65fba54cb260b8c30bc0be3cf395184c9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c in place of 75725ccbe0a1174afdaf90b1ec1296f17dc44ef5870aa984c7c9b19e5511e021 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8 in place of 5e5bf39dc2ad172efcf028eef0092dbf64ea94a65a47f3648660c7640a4c43f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c in place of 99f88a142bbd392ef9b252c73ebde82c2f773e417faf0bf28a55aa4e53c86e1d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81 in place of 034ddfa88aa655eef2eca956d946dde3f008d74a217c5b191ad1198e5bb53dc7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e in place of 1be60bbad92d1a5a4a1e77da2d6d9f503f4f20b2b7b30ec6e988c378789820b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3 in place of 96d5c7442904d21ef582c682bc3bb488346889d0e93df97244cb76d8bb5f03bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47 in place of 0f44427e5981c2657802870d63ff7ea4fae9119a2cf6750c9cc086a69f465663 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1 in place of 2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy from hashserv.yocto.io:8686\nDEBUG: Found unihash cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb in place of 65dc05651ec4ffbcae0bb00a7e30d1b9e7f065819249e3b18d81c8f623fc20c2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587 in place of 468efaef98076c2b2429966d98bae70d62020062223cadd82fc0695a76f0eb9a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e in place of 4210bf7a36b470189a0f308e7e1c86cc33e2efe5667ea8d4a6a06cfd004bfd13 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c in place of dac42235765ac49585c65445960294e1e32dd6b589b86f1a1652749c76ed1e3a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96 in place of fdfc514675c218bbde17cdaf07ff997e6dfe54b4461ff4e59fa23e55db4d3726 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb in place of 44ef2adbee497d42802a18d9347991924981cbb7e1990c4613f296d80967bcc5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c in place of a16b77bd2fc8d325de68aadaecc694ec6bdd5e4f4f048c80ca2e14e6a9b97e2d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06 in place of 88352e3252c6071c921c857d8e2673c565f8b261bcf211db2da93e857f7103c2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97 in place of 2f6dfb96deec5ac5ba606cddfe25899f0772d0507725d854d209dfabb6327d70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611 in place of 4b08dffa6307b48ac34add5586d81c319615ed386733fea2cc9b92da6801b001 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b in place of ccc12e7f2a3054b5b099822a41b6052c92ebacb3d1f1168d7eaad2dfbd1d4836 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08 in place of 5673911e8253517f3f5ceac2cd20a6b23a658b1c797677f8a92022d1dce11d17 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee in place of 3d57d0bcdafa2e6e06b4eff347c6483443db4f12d92620dcc8860640a84fa14d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b in place of 09512bab9b0f82b826166993de8a1e3282a9be35e7adf1b4d287a9018d7440d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34 in place of 95b38de9223f0c0a5218c9c110bb9142eb42425ebdb7dcf089222b01f91661d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296 in place of 06b40d7d730743dfc48111361ef6318e385601c13980416675bc067a15590934 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f in place of a2c7db174f0182a3e81a0f551bada191ec3d8ded1227c259eafe55cc4134a074 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb in place of 2d4665214fc8742389a261136a897734bd7289f91067b59a2e9a0dbedb4ce417 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68 in place of 11340bcb239dde8dfe8053e380f05ec396f31d39b8d2231e3ebbeb49a13c9c10 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23 in place of 68015999f641e95383f351ec1b01d6a12a976a720aa230983d45ae2d64312e40 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4 in place of b00c3cc36b036d484c8b03eb456d8772c8dfb2dd785a0573932251f68be02cce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac in place of 9ed2e40d425cc09e8a092c7c216f216a1b3f16eee72e35bad8ab97274601b928 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4 in place of b1f8efafc0652904e9184796c1fc298351b7339ed2863621313ca8802be38c32 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570 in place of d92e7d986c1c42d8d9aa0011fd26f92a1919e59033b7a44f3cc8b3ad32ffcdeb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371 in place of 2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb in place of b6684d5299fe42337445de6ec8d410a6b5ca67477c2ecd5e9e86f553e4e380d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf in place of be109bd6ea1ce8068af4f590391129573065ceeafb9069b26041e5a07ece1ff6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138 in place of b7e30a9260f71a5784d69abb195388befc88d2aa4217095e7465b53499ca2357 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f in place of 51f2f238386ae8b5dca56b08f66ae9fe50404b5a00cf1b00fa4af1280827fe40 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd in place of 191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b in place of 58073484a42ead0b4692ad729d53a79dd8a85c843f82537f169eac5d16041e78 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725 in place of 0175dcbdefd6c45cf5a9dec7c4db4f3920dd0548592d2ddaae5e1ca67dbc78c8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612 in place of 33b99af30d965afcfd450e451e3e63b1e893c50a3ed72471431ab40a34cab48c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465 in place of 77d9972e3f8a0b8ca1de65f078804823cd877575a66bf719ac17619563b6299b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89 in place of 0435eaf9401022702084bddd7b83a1a01e770a40b0541460a1e200adec65e650 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c in place of f9b2440672630a630f0615f32ad7ba8f555bcd58c3a31c34ab4b7653e848c9d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199 in place of 88006c959bebb77dbd028a3735071413cafc9036d8f54f7114f8eb5c6c3263e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5 in place of 45873ebfb9021625bd57c2b455bbcc50d1aac6281341ccff61e68695fb724d0c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f in place of 35d984ae06dd32375f4b10535bba068bb4cada2771e2f80142bd7782c8ad0e86 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887 in place of b7b33e70072abb4190f608722b9426f0a8f40de4a2a7e1450a4844479c8ef21a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4 in place of e4cd26ca536fc663099ba4bd2142e9e7aa05112afbb010cee8ccace721c03d7b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8 in place of b774b4a44c8e6f681f2b452b8023d0492b8dda6b73f355b9f6ccfc6572ee1862 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20 in place of d38e52cddc5fd037ea77f9389c5d6b13bd1be45602a3fd663151f824b19e4fc9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751 in place of b40394707a8f8108698ff3999e640896c5a50db62e8905adb045a3ac506c2367 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f in place of 90fa6197eb8ffe55c763a49dc96e1fb27f3b5d71dd3faeb75e8386b880947a83 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be in place of f75c7fda192d28fcb1d37afa3a85e8164cb8728dc4d5a89f26c7ae096b400367 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e in place of 86d1eb83f87b40c47b422224d6300882d813af5354b1cf48949fd4281860d4b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52 in place of cd356e93fa4226439d858513ea0b50b773ce4cbdacc2b1607f5891a6a34e0f24 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d in place of cab224913f0763b21673c764e84b3c55f4c933a68485352e92cb8305bf03e141 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede in place of 484746d9fafe904b41eb11ad299410a30b5e36d3f3ecb8ed29785d111547326f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e in place of 269dbb1acde32f21dd7a760de712d2fd2a162536ac4c3e7ee127d9b535b416b4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d in place of 74e1d1fa07d5e8e9db6788317afe8d9e4b7b6a7d9ad8d50dba114e528c04414f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf in place of fa27f7c9978d7c4e5a29b69403480ddc1324f652f631c60a04140e189b925e79 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33 in place of 085a4cdc7464458d12219af1352fd742e8f47b9089e96c4d16e650221807c7d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b in place of 7dce8465cb5d0972a9f04d89a8f48ab21f1ac36ba1c17c07ed41fcba910f0494 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c in place of 1bcff8558000f8e0272ffad07cbedf96ef27bd49f19ebc0f35eecf460230df2b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b in place of 051995674e7aea2dffd40ca3a432be0b6192dc4a10274d3f4f48ebf43be24edd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da in place of 3592b3f450cd6b70ef5b75dc6204802598db04d7f01438f9a9b42280fb13a3e4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b in place of cf767d54fe0fbf25957c2f0c672aa85328cf1bf414e571820914731ba9b8f2cb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104 in place of 2fdbfbcc822ed385494f7a56ed07a688c516522c4337757268d1bb52c93bfd70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9 in place of 005ee748a9f45870ecf42729f4a6963c6d021665d1aa54d81d991dbd9ee8c06c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd in place of 2d6fdbaa13a5cb38530a70f5c3bde910db8222bd8589268ccb31c11195a8d2f2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508 in place of 043f7da1176693e303a70d4079d86b41768d58b8e949005ade8c849ede621f79 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d in place of 18635019e52fb10393cf6b4ffeb5302377695e05e54d8e3751e11ce1202843dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a in place of 9614650d83987a9b895c3c6760c07208d7bc5b2e43c9d8d3cf86b878cded5894 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430 in place of de41b25027041380c6a72ffb3d886021bb0da107546b2ccb1159ed61b0fe8799 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1 in place of 7d6823055d00402da7a9d58e79af2531292a13f8824ec47a142255805e91b0a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7 in place of c04a8eae4614242897d777501de2f6e3d11458eeaccaacc11a9f62edfbf3ddb9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b in place of e7bf0e1adac3ca73628ce235f3bc6d87d544280b1f558adbb3f6443bba59d803 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210 in place of a81b07b883a8820e18dd1e665accb0747a7fd7faf53a7b5d3dab84b45bb7d7c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142 in place of 1b52de3a1feba6f4bfa267fda772c01c0fb14ce39b9a483d34132385e615d775 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba in place of 89e18d9a1ea1be54bb8580027e2ddae4c58972619069af6d3eccdd6220ff5656 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65 in place of 7dca5e8be0ad6387aceadd364aebe5ed6c761afbbff8ed9b7824dfd07b3a8c23 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8 in place of 94ac9285cf7d64ba89d5ea05f4d5cb6db551d3142512036718a81a65d7c4c0e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4 in place of ef3fe2901a4f8700fd10234874bd36628c78f08fca6bbbaba109bd4d741ced21 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c in place of 43140234a2732c1b9304f331753ca88d157d39bf3d77c2e92d2f4f70450ccf96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98 in place of 409deb35e855a9d17bd617fc29650cece440fe77177e3dcc0a351fabd625e042 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3 in place of 5d7cc617b54bd3b48e083d0429dbff350e8dd970c9763269ecbb34b0124b3190 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea in place of d1e8440c5375eee7ee78069c6149ac377f85c781bc7d57f8f05c0ed5b1903d13 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52 in place of 6a4257a26075cd3a8463e1146005f4c4c019aab9195a9e6215dc14398bdc44ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96 in place of 125727420ec7424810ce03d73c1098d9ffa7012c5fb6dd630d2be47c55de43ec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f in place of ea70af8dc9f94a7ff7c4b8c2eaec14d2554aa95521d8a8b82e70984ac13eb91c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161 in place of aa7b4cb52054cda2c07b718480784d12ccbdb35881c14226c5cc05ad083f11d7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a in place of 0c811e2a9957e6035c8f4055594ff0fe73c55dcb222895e030baf719a22ff191 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8 in place of 914f1a78dae5bc8e3d606153c2d985fa691aa87809d7561809db948cca49c61d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f in place of 8b09b85de2e5b9f96420c6ef297e57f25ce7af29c9915fb985ecee2217bac719 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c in place of 457752a499337cba64b62045adee08eacf97ad492e3055376e16770c6dce8c4c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b in place of 70020869965bf8e1744a04083dd32dfb673c133878261542d1d6014acc2fd5ff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441 in place of fc15ecd1b0f35ba695518509b70b0f1527d3e8c365bc2de2f3776161dad90130 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5 in place of 182c169d42eccee720fda7caf2c3f394dc22a506df3f00b1a94ddcfb3ca3b3a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9 in place of 9d2c6e32d8a1f1cb4e3b9889be0a273abda6183340aba54051401a627598f9eb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666 in place of f3e88ccfc35cbc06710af4741412f4a1408796afc96888bc370b48ac0319b205 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10 in place of 7235fad0fc80d6b2bdb72b1f40fddccf836a5e9b0735658e0454b97e9ea14c5b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884 in place of 7101ddd890a3adb058892cb2647e3c16dfda206f5f864c5dfc8a65189b7bec9e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902 in place of afebdeb8c17b672e7652841b7eb2d08cc51de5d58bfb0064916a1927389cd04d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1 in place of 625ea0151e3323d5424bcfa58c40384ce8e387f79c91787df4f8aefb733880f7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3 in place of fd5f8060c019b28dc2d41cae99b866994c1aadb6f7e02ea080c8b1b856278987 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5 in place of 99198096d5aec45d72ad0f27617507ceb8b9b592b4836bbc1c5a357d98c864d4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3 in place of fd57db21e2820c7f339f58ba52d8d7cdd88d8ab085ed564250a4dc45aefb3bdc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8 in place of 5fe4a31a239baf82a7d4d3a003de083041a38cf7872ad187defc7c859a1c36d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f in place of 52dd31b7980f239e3f8ee9197657f5cc5255bd4e4e2b75ddd2226dc851cbdfc6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0 in place of c87f31ad7edda665bb432410e8977dddc63d3bb7958b6d7146427f9774463ddf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e in place of a58a7e7c0a1aa2a770f786b0dacea478f96f69e217cba5e84f35d9e5cd4fa6dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303 in place of 4a59a5565c75c0003bdff08c8f1c32dd7262cb0b59f38cd25a5be540239483ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846 in place of 0c85c5afa1a7bbd9ad7c6c5866b52f4e6cb6c24fc2ef37346f1be98a17f4b0f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74 in place of f0867745a52b68d850d5bcd21204bc4c8357e320b777eb04da578f5dee267ddd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d in place of ba4ed27dde11f014ceac0ccd4a142c91678bbaba6921ad2b4991674217a9db71 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5 in place of 9c05334164898346a0c6d1ea61fb75a5993222ba1ace56f05f9304d4658435eb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51 in place of d0996942013c67a3f0a3486a6a6dc4caeb5e5a3c4160c2758629e5a0ce41f4cc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c in place of e4dbdaffda5c45d7995a04ae81a00c19f84e17014d1aca0c4b96b9ab57edbd92 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2 in place of c91804704405cdf693cea122b11ae58ecf81a041420018427d3f1313a4b5626b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433 in place of 651ccd19dd8c3905359c4cbaae977ec721f2c3d483a44eb9bb9213bbaf86172b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78 in place of 7b18e5f1923208826b88326b7e939e15a200c5694a4f66bd91525c2025385ce9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310 in place of 8ca2d925b656856af7fbbcdefa644cad84a0d910017e99975e1cb115950144da for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b in place of 1ba17a157208fa6412d2c6d81a8dd01e79a562d23cabea218d89473b0f5922d4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2 in place of c467de50668827a749e49b590a68e9a157dcb6dfe38f9ce0f83aca5a41a8bdd6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7 in place of f67c905a81209c7243c14daf4f755b29e2e7f8040bb706d2b48e5c761f90ddf4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592 in place of fa1a21ab5ac7fd5d21b0c35086707209f790b56798e2cb2dc52025f3c5a9f147 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99 in place of d8c49d103a49179c9e989566676a744a0f7046d3bad46c31f2e37b6dcfcaaa9f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6 in place of e50f3d0913df1642293092cd0364e5ba9e4bf594aeed47e2e749c978dd1255a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582 in place of 5b77d0ed215e122f9f19c9b38f00ecb7bdf897c11e847120512562156d6bd29d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7 in place of 8771aec0fb9f88422da93f93fb495156ba60563302e193f11473392e56b99aa7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529 in place of 54dd2d3a49c66ddd1513a5c40c11ec8eeb1b608997a84c855ef38425d57fde44 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9 in place of e4fe8e0ec050244794766e14bcc26b4ee42c6dc9e29b4f05c0a4c942e750d313 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612 in place of 8f27d1e7f1196134f29c408dfe000b8bed2b23172d38aa77ab5f31f8740d6b6b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0 in place of 411ed65092b838128d70e3bfd6d9340616dfdfa48493ffd955257db1fdc7cee4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f in place of 21295df1686a4d2c8ee6a96221cda20dc2ad6f1697b6f2a4e93dd9f3bb384200 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61 in place of cad23e758a75c3220bedfb77fbd0841ba4cbf8731cce1b4912f51ba7fa2ecd04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722 in place of c801c6fb40987a4e6a24c4784c18a95cab711ce76eb8773eafa410c5d3313067 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f in place of b038059faea2a68dbe686cb012314697540a0d24b751afb4d6549f6420ab34a6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9 in place of 550e8e4c1637108c7c4009e668cf1c786f6c61b93af628bbe2042a37e4e45b38 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d in place of 7fa59737bcb0a98060900e161c379effae0c028047bb0e5bafa2f1e2bce9cb47 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32 in place of 8e85ffc727e6710dfde6add8ec697fbf6b8c625d03d7d35326b54cc3a35275b0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec in place of 08038b0c634ceae43250676ff3aae7a85406f274cf447f179a7a505f311840e8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740 in place of 2ea24f0d0389dbb600f9d75c803c5a8302963c5ac4482241d437a7d2e119ed99 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee in place of b95ae9c6f66e8d5bd5d67a44cb5725fc4b3a7dc52861763106287a814957b91c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1 in place of 59221b8b0d4341104b2a5c058e68ad8921fb27f7bd06296bb09a5cea3a28d9db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f in place of 9bcfc77f1b1263e22a9a464047feb08e72e8b9688b095e803e91d6ec6ceb136d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53 in place of 32bb61af8ca3cad855e1c55ff57c128d95b97d4160fa98be02e0c35f02e6160b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1 in place of 2b6b60ec02f98f3a1298265d38c84745acba5a0339a921d796ae36a24b89321a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0 in place of 575a6001ff4b1d1f06ea67218cfea155c0a602093ff452f91be09d44331142d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260 in place of 221c934090d182d882986d67df51725359f3f233f47464a2a99eb7c31f70827b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5 in place of 3e681ad72cfe85f6eaebc11b5dddf0939393d3e5f12a3d5afd01a73ee1d1f826 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5 in place of a773fa9c7f979ddeebb0144b1d241005d65a66cff1da09ad2866e55e9e868bf7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed in place of 876b87854dad55fb771020501e2f6044f4a7628a0d06750a44fc157f5705df0e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004 in place of fb52bba2d16addeb52c0cfaf9dcdf042bede76f5171ea650f53456d7e1d01b06 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44 in place of 3293474242e9284b31e1719193f1242d7b731c7a8d5cb22f5509b3671c13f51f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84 in place of 988839f73f9479f2b9946c23041c12a5e7f945a16d53a6f7981be6cef2b9cb7e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0 in place of c716dac19a7323a2b6dd7ee06b2b46013646958b88d9db517c881e370ec9476a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578 in place of a2c07727ee2d7fff1ed6f004ff4f68ed961d80739dae6cde61a09db837589f53 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52 in place of 003e27921270008f33e2a24be96a6e3964c77ff9f351113c45a1785f9203a67c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade in place of 4b1bee96e84529fff480e5872718f86a7ef165bb597e1b970475b0a8dd4e8862 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3 in place of 4c5d491db397fc5854cf605c15a346dc3ad15b35a02f25806d6a9040847d25a8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1 in place of 64225c2ff437ded52a670e710820d5eb725e276aebaae86cd53fbae71178c11f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81 in place of a7134b5a8e5d09aec9e85f1a2032d26ba350ecbc46b84302bfecb7f2b22c55c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272 in place of 74abc9169b41bdc2e0bc2db9b9f66c09a49ef2668ff7bd55e643ffe80afa5e6f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8 in place of 8c0e2bc5c3d3891a260356aa9da1fe48086d605bc616b53588c3d50c712eab0a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e in place of 63d2beabac506da907f77e2aea56cf95c0e47e56134a95b6b1fb61fe62a48266 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0 in place of 950248537b3dd5422fb70b691eb39790ddb4d627dbfb06475f4617fc2be316b5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6 in place of b57a3a02c4a45aa76fe0059a9b95dc6f3ddd45e40f0ffeea9de114aca802bb2e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd in place of ada211cd13ab29ba30419645b5188b1f98c5ec5ffc6e971a7adb4499a1830af7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af in place of 3db83507e0782b3f770555add3f978e509754186db2ec8aa754ce01e0464bac3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c in place of e90a6633da099f571f53936f29f94e593ec509d4ffea13000c48a8726fe8fc08 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069 in place of 3768932358d05378a3b2aab2ec145f50ecea41ac34fc0f36b057e6e9271578a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c in place of 82e42f20f82ba90236c31595f6e94bcef7a06db2c60e22872b68aa25abb4b02e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356 in place of 9375fcc285c70e17e778373746fb46aeff4a058b340d04e4c0fff62c50099a41 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983 in place of a36831b90f61f8d292f1fbc49d280546331c465fd09b077adb0c0f60c07f0b65 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6 in place of 8076b5a3c1f33009ec337417d0a283301d1497002db53cb8964711a02db6c036 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b in place of 1b8f2c6777304448324609c809ef9c68ff9fdd85465809ef7037740be1e36360 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f in place of 5e22ef33fad963ec778ac73e8d344de504d38c298ce253adff94f8d696fe1971 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8 in place of 273b85de926024eee9a9a79b58752e10b361cce21d0f47baec11539639baed33 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e in place of ff98cf3ba1eb238e1c9c250017537dbb73751aea39cff4e1b2b8f8d7170153fd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794 in place of 8f76e9162ee4c897db39d1ca2b5c74bac2d77c93896543db176cab7bc03e6bb0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1 in place of 526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac in place of 4d3f31cfc5d6356d98905f573413a8641f3fe0d340c2a95172e24a3c53516299 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959 in place of 94c14be8fcca8a6911d542fdb1c748aa68b77475cab68bae20221c199baa60ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3 in place of 1b9013d1ab67421c2182bfec43b8502e4218fa0355e548978ba5717d55517d48 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23 in place of e9d3ddbd6af64a7b8acfd567436c471b44f1b1fb993e9bacd17b38519886bc4e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51 in place of 483e0e914f0f2db9fbf5527a517959565c9ebed5cbec9aedbb3899de29439ca3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146 in place of dbbece1eef5a83184cfde99b35604014762414ae67407c916a63cdfdd683fce4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379 in place of cd32cdc7622f3e8bd9725329cc0fb9e91f3a91625151fda75a46a5fc199ab57c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc in place of 2c6e4160f4adcc1df0a02307a8bd5bbdb7c63b7b181eb3fdc7a73264ca02e5dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95 in place of 3ce4188f58312d707bb4a39ae0ac4f9469399d2c72a2d99ca21cfda27c7e388a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df in place of 1932026a4c497ac01a001d69eb4a065cb57075eb3a788a9b9904a3476ff917a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400 in place of 4836bd09f15752277a1d94f24f02cf271a2a3f3d7497ee0649fa8f61c4060266 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496 in place of d538f261872c2f3504ba59a6661715e87d834ab24fd38a3b5b13471d669821ee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17 in place of 03a3a1f5504d1398c173ebd7470ab99befc2ae8b2d325a4bd04b6099e8c4ae3a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d in place of 2c10f3b44e3f29abd16617f82e5626afa0dbf26ddc0d5a2f3d65aed01e28bb15 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770 in place of 028c43b8d254b41f25b3c3ed02cfdce6c167f4223284fc5735a9ad8ee60279e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266 in place of 0446c163861bed8f65e06cbf8e1d20d0d32f83769e3573daf90798b4b356d368 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f in place of b18e0c88e5c527b60d93083c99141529a069036dd62630f5d67274cc44bd46d4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704 in place of 95ef156590dfdede28c84853c9cdb5a39895cb980eabb9deb1da841ccd0f08b5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718 in place of cac1ccb27da5609d21c136d025b9964930318209e2287aa7597135cba3224d9e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab in place of 37325f2c8beab9449adc3964b8b6b4147b0c6b2d35aea7ce49135b00644cdfea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8 in place of 3ee56cdcbcabe80086e780edb6f4fd2075667d2f3d0e626c1129795358857726 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa in place of 58eaa160a14087fbc12e8ddc309eda6e333fe97e3c9874f2319099381ff89aa5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213 in place of 4c09ef35e0ac6f8b81b2900959a1201c0040d300f2b57ceb6a1546e81f6a159b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a in place of 5f227346009f464161eea092c9e91aadbff60140cbb0c6c0cace803b3a118022 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf in place of 7aeb989fb6ab082c183fc165df74165cdd457956811c7cef5d76fc51a499dc48 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618 in place of 25e427d35d3847bb2666b47a8d68310aa4ceee30b803c3b7ffc7f561841b3bd6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8 in place of b2763bac1d8c25bf8cc9ac5a7b47998184029e57d7940e5832e8db2b8163fc5e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762 in place of a79ec48a3bf693c7d1c7c3bbc5d5d7d41320612b5923e6145a1daa3471c6a016 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098 in place of 2f90434d1002672859fccf4b530ff7c913e16a4b9c58c54a989c2c3a60f21bb3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014 in place of c3d3f6bb03f10cc3e6bc287b4378f5a2fd089ceb7107202c6c65102995fbf41b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c in place of c067e334b19f4e06cd0d88787d8a01b9fcaadbf336c905a73ce5ee864d429aa3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418 in place of 4ca1559fd822f83d1cbbb23d9861e4ed97cac8e67d54a808e82c5f1a58e92bc2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6 in place of 443c3325ad81ee514f948895986fcaecb8257677bb5a71da2c2c420a321dcba4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47 in place of 7db7b3718bfe8a27ad3de612117f34b4c383a3887b446bf0dd26ce88d9e28823 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f in place of b034e352561197f756fb03a9d34a8c1a0d64142d9701f9a38d16702b8d07b786 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260 in place of 1a1836a48769c860122b421f322668e88caa69e6af14d67902ddfbdc57935596 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c in place of aee3fd8e11835cef149b6cb8d6d589f112a3c0f2bbf26ffa58529a3979b24764 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797 in place of ee77ccc0635cee8e7cfb2930a0b09d81fb7b71c41fdc4a3849c6259529072212 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd in place of c8ea4cc104546c3a4041c57b8e0ff3d71f6d52c0ccfceddbc59952150110565f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91 in place of 4136f3d11a67d05f8e138e59adc5f4904e5a0a5b7eb3692098c0a38ed6d51553 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d in place of 0bbb0b086c56ac76975841566638094165dad698981cf3b11b43e923164daec2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da in place of c50aa65f6227a31e34adc17b71e239975cae39927a7daa767732d296253e6b31 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af in place of f63ad6f023dab5ff4caa8f33b5a897d7451ade3f38245074dde469334f1f4a06 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4 in place of 42ccbfa3ea96d7e177d171adbcc26804d9fc01fe6bd3760cb1f51665c07d08b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413 in place of 137789a451c68f02573e6741a1cda0c8f580c1a991658d24001105a0f4103ab5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec in place of 85b86e94c0d7c18ebae86dd18a559be267d4b4fbe1e3736f3e37409785f8a7d4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75 in place of 534faf81da8dbe96316c3ca8d6a6aae4505268a7949268ffb9b8c1fa5ef3d4a6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26 in place of cbdf34883790bbbd9fde18ccf4292f351437bdde3b3bf279b4f89ff8bdcf9c29 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410 in place of 57f123d372d7dd934c2c19fb370b01d716d10ba671e1568a844301eba652f171 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30 in place of 12e00d70a107506267e97adb0a875e65c52ed7d167ef22ecf87bf38ef4d69a21 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3 in place of 0a2a0bde7c82b477804d341ba3bb764fd7f30e7c10710a3eecb921f181a9b6e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045 in place of 7c82c76501ad9a086a851a4125a0071d0b2d87e0c1f8240d043737013b36ee54 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash 05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331 in place of 8478800694ad2a3768984fc1a43fa2b44822561dfeab1a494bba60b6c3baff5c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0 in place of 02c34ac19ed48f1affc489249ea2583a08c43c040ef2ca32f097a33c47161375 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a in place of 59d396b1149d835cd4fa5a884441cb963db330167439efa45a2cb1d3a4447e22 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622 in place of d501f0fc2eeb04bfed7f81cf2424820c29b0a2a32f92fe62df79cf67011f3626 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286 in place of d16ce8e7ef30356dd422b04f5b8af35acaec5d53e193342fae8b0fa04ee4e0e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571 in place of 991a3337e179444005afeb07a7df4e7d98887eab6b372aa637b6964940cc0671 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738 in place of 191a5417874c5c9f99011ac5bca57ab3b8d1baa1c8f24304927e83ca6ac80ed7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e in place of c9f740afe48acc5592551fe1c0007c55cedc3006b0b23d0a818bde074ce7dbe8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e in place of 2dbbb7ea5b3486fd988a197c88101b6d04a3e0dd5a7d140534d0d6999a316be9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221 in place of 80bae74c5de4bacfa43ab343297b4c6ba47fcfaaa08e8fbd23fd940c50391d19 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e in place of f0973d217366ca4d10e0b7e56252266121e4ebd4f92294f90eefa1a4db9aa380 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253 in place of 0ff7a3a186f0b9b893a02df34bddb520880a9c1d8b07766d0ec51811cfd40d08 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49 in place of efa9f439d2ec41bde4155b09cc99bc1ba28e5e0de354bb32fdb7f109e0b800b3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6 in place of d69a17f29f231905510a0ae8e66faa8727e5d84b0d5d7bfe231b7b748593ac57 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688 in place of 24a1d2dcb2b29027234a081df2c1706c480710f90068125bd5a3674d995bcc25 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7 in place of 682b3c71cd14fc9fd6811a681caef78042d474688de1f1e7f39ae9ee186f3577 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758 in place of 575f94ee1f202016bec0c8fbf6c08a014c1b17f0b21269691d190f4b9f09476e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037 in place of 6d53c71aeac73c2e1404e568c697c97182eccda43e6b7c954ce667e978be1ceb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24 in place of 7bb38445ceccdbb1ce926f90b0b9f6cb48aff2faa649fedf4772cbb91e14b741 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac in place of b293ab67feed9ccd3c77903d16e488fb3053806c5b4c422dc667af9ca6047032 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a in place of 4fae57ccb93e82c29bec1b261bf9fb01e80108707c41fb983f86f16fe1ba0257 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c in place of bd339890708ff4e7645a04a4889af5c5d6703d7bbed9e9224538d04197e4f9f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5 in place of 9e5a34be01a0298ccdf4da17eee5cdb49da97baf8bea520475e76691b8869d58 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18 in place of 1df3bd65e810d7154d440493b7cf9f0e0072cf712b9cab0e26dc5020ce04e030 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615 in place of 3af75db1b5033575a7ec5edf3a1fecfc8dce7228dc31f6899cf75f44f128d6ea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759 in place of 08d51d575406f4ff49f67659f3bf969f2b7fae852d5f0ece66ab7993b0c12ab2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790 in place of 6ee5afa4ffcad01056db023a13d263f5b41651386e59820c7f68cf67bd7a3755 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007 in place of 14214d24699dfadd80291717931464dac74ab96828280afc7f16692d3ad70b75 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc in place of a48c5c9b3035869e6ad1622fd314a2a423cb6f971888e2400b6ccdb23229b880 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1 in place of 72d5cca9e37e046c66f30e4193a34f18baa9ec395495df575589bab5f75eab72 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1 in place of cc3a53eb551c4b3cd547c5068065128fef6f732e091758a469422e10bd4583c2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2 in place of 3e3adbfef940b40e9ed37474cb2edc8897b4ed2263dd7e6c48f61a10358f8b50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619 in place of 9029da127a7a5e1cf11985c456d3cc1d4db50a35ca88b894f1dace2cc3bb432d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9 in place of df9db63eb5e57205cdb232fca6f9bf1132317f4c677ce093501d51e759764c64 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960 in place of b09bb0c36d53509519597557bec7611dce3d456130498b6250f8f9d9b40a3f5e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64 in place of 277881219cee794f087c07695ce8231ee19197b3056fc4b95fcbf2dfb34155cd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea in place of d84d7a40dc52b2b8f325d15868f0913b242e2d4f211d0ac325743eb3bc764289 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1 in place of 846e30035f57d6fecdf416e4fa7fa26706209a0e0a359b7884524da435ecbb78 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659 in place of d5f5b1b783e83dc393ac022b547ea2a962d89ce21f1e12193f11d08b8260bc04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash 02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14 in place of f9a0cebe25dafff7a72745f7f4a6e6c9653737da93afc3a7ef259c9c9c0f4020 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3 in place of 7bf28acad154397d8bc15c8cd48720b3a0822b43705348176bd9da190b1eceae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229 in place of 7885d5fdf10f0a7d07af400ab6d58d17c52d35426dcd7ffbac11f232b34c0034 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718 in place of 74de20e3eaf0968305477c4e63d16d3d19c1cbca9db3803e2239c2a21b1b2e98 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe in place of 925644f7a658077ab45c963246f707fb9a8328601979d558c4b63ec6b17db632 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8 in place of 6eab4898f5f55853d83d4a2d257da7017abd9418180883cde2fba24fb13bb9c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6 in place of 7e0aeb01a7de9b8eeef8cec4bf888caf2e5d81c7392440ce48a7e2111bf37247 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1 in place of 8ad0b0f2d33ce5dabd5563159ed4795d945b2302f3f6829e0bab6fdf2ad090cd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a in place of 0d63ab9d2a90739197e7928f30421b76fc6f0c9810ec4d209a48b286d3c6f3b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7 in place of 41e8e3ba800bf7918f4bcad0555bcb36e0d4960fcfb4ccdd17cff31d388d79b0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79 in place of d61dd1e8312633eb08c634b9d35d5bede0fd61ef147b246fbcb3008d25daf008 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b in place of 0924ddb8699e03c319936036ec76d7e381b97d6a96f806046b40c980f3460981 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177 in place of 5bde206986821729c785f8beaf73df4e662cccfbca2306c64a46d4b378db179c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910 in place of 953b3a170f58759b6d47a7b2bdce79ae21edb35c33bcdd7a2200e4107086aefc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c in place of 561e208c4243d3fe64ca4956e884da137db6513eef786165e48be9c18c26bcb8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78 in place of 8b0abcb9496af497b0d84bda4d8f1c6f592161e2a3dee7dd36cae5a4ca10620c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640 in place of 0f31ea0a7dd920c32d9138ea131b61debd12287f480c412237b35e5b6ec1f31a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a in place of c443009b1f625c3a7d60f68849814ada78ed9432826a25017ec0b54a0f8b413a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559 in place of e21944f793959ab8f43a772daeba3b9355150ac13873f8031f4b66d3f903ea75 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed in place of 1258fa590f7cf3e876a88f12b5c9d03cb06f92c19ed8ec3f12b2f420f85a495d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737 in place of e3991807cb6722f78cc65ef619fbcd7083e7590da719458bbdeeffb09bece07a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7 in place of 2138505938a2c1875b7d4a749859276bc56a74028cfa8629661e9e3e2a244115 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022 in place of 2afc98f2190a221e8c9505bdcc7e50dfefb12ef742cd6d586231d9baaf60d09a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8 in place of 05f5ea51802b32e0ca7827966f57ccda67488d1109b57fcb513c5712d0a0ed63 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7 in place of d1c4e74bba4cf336e70ad2802396be32f8780765428190971e8514c03ed3fbfd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b in place of 885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b in place of 6c8e6e305598c0d2582fb72dd158aa634f62ba0942d59a35e93f97e3c6dcc018 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc in place of d017082dba916f1b9e050d52e2655493f03f6c484187b4b989f07b6afe6cf77d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a in place of 404caa3eb4ab5d06a9d450c94371c3b655ea3bcc1866c8ac20aebdd582dc6a5c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4 in place of 6d5cf1b670308e3a7bfeb4755d6fd320c95c38d669225db3a87a515c9d65e116 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32 in place of 4534b3dba33b99e57cc0dfbfb44cb24c7c41e02a43e86dc9469820748b46c462 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea in place of b8cdbfde3bf5bb6d8e68ad7175e50764b1fe7aea79cd5e728d95cea67c4e4ace for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699 in place of 29f4aaded4945d7452ec4e2731e4077d95032632c500a5b7fd18b16e05749f98 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2 in place of d29b04a13cc603a0845d837786011c80721b7f4871c2996e2229058401789848 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac in place of 2e0d47b4f4eba310b09df3aa214ab70a38c99f830dd9b86d4b5636e078560b5a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221 in place of fbd79e9451f8830d0365a3cdee2db42aaac619cde5660248460bed1a3a0f9006 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a in place of 4512b7ca2f6e460c4387148475420334da9c76ee0a22f051ed46659c346116ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24 in place of 2f7670d413ed68f4f9fc58e5821564886e4c5f797e17d171ad9e51f1d943c702 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc in place of a945d2fb8519082f6006edf604900668289b32036728d6eff14b18277999a1ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035 in place of 5d1e58de11c027345ff6f5d3c470f6d1b25f935e8dc5655f6fecef36ac5f4ee5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4 in place of ae810d4c556fecf96173d3eee989477001ad8a902d31fece44791193cbd81a23 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3 in place of 96c62448bd13e16a21dba4d61d9310a91a81d29fc71a913b0a78252f5d9e3931 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901 in place of 1eb3aa1658d97840690228ea5746038dd10fda047d67b75fe28fceb7460a4f1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2 in place of 624e46a5a5351e523a9f09147254b6a3578e978fd6f8e349c56311f0853b9a12 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb in place of 3f68601bfa2a2f5c101ac2deb0ba2c259708e8e6f6d8aac7d3d415e9384ceeec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe in place of ba7e585d24dd85e796f99d25a2eb822e5ba6e9b685d6c68de853b5ac2d39678d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd in place of 22a9d4c6c33681b81f381f9cc1a010064a64774c62e649ebe9ef587d73f16c35 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e in place of 721a678bc37e0d3fe7d2ebc422c18cbb16118eb116445f4cb61994ed5fa5e283 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6 in place of 17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882 in place of 3430d1f85c267050bc5297093cc450d602c0b4f31c1e7d0ae299e5f04dc066da for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db in place of 4f9ba44ee7d8e627ab44c9ad5d8b0f965899f97418c0847fec6484b457d23ed9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a in place of abd4a73b29f2ac4e211c66a30034227eb068099c791f81e67894604110edeed0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56 in place of b4d65156403f5540ced80d4f972af9f7885d89752165a7a943e1bf88f24f8d88 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128 in place of 6a4be8bcbc00dc82aceddb0e8ae0c35781991e5cabe9f9d5a26f11dc6306563a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b in place of a66ad6769ac53aca5294f0f9ec42d842a082561c23cfb599f932a358dbd4882e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9 in place of d18e3a9ea8327dd63b8f7f46a80f3da494200ddbaffa14964e3067ca40714bbc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b in place of 976ae73440e93fc71b47e5eafa5026ae2e06e92ddbb767cb9628d89e79106607 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4 in place of 15ee096efacd272637cf78483d55492f2dd51e458953c67bb902c5c09f8d4226 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16 in place of 64ad81e15f7ee2c25330cc9c7bbcdcba11ca013793c752a98124b002081bbdb7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5 in place of e8592cd1d53c3463138b766c15a1c4683954ec44ed2b6d51d39e0265a5acadff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded in place of 7aca28096147eb78c143880f6f549f39d20e13ab2f22257b921737cad94faa62 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b in place of b6bbab703f1339dc7a3c275b7c116aa8fb9515ad1cd0e553882c9ce374837f9d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba in place of 695ec924cf50f3c90c5f2e997de5aba0608701d7be15b2a7b063514e8cf612f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776 in place of 672d3415c7d48ec15c9b8f86b08eff7fee509118f1292e0389296014d144f0a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e in place of 7b3e6799e632f94f27bfb37929942b7e757a2ac36407b0bbefafccdddad4b92f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711 in place of 9b72d741ca2b48f781d3f15d1c1ba1ac929ff671d125fe1a516849f003764f5c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2 in place of bbe3b818b049eff22d7faafcdca3d35d8c9000a422f82996d1d32b4f4dfe0c58 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa in place of 2f64a8d85f7cdf96030c56ee29dc92870f070ab8eef414a2a2f32aacd348b5ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a in place of 970e3df5033c19e2719f1cc9d86a5b60fea066befcedd7c33f903e340388313a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490 in place of 5fb49c3bb93fb4f961ef70b1225e55f8e9b29275d7d9dac5d93c56209db069fe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66 in place of 7167521278be96ae841f00655594db50f18e26dc3e14ae81f5c3e31419bb5141 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9 in place of 5e6be9ea338c06d1a0e6d63798010cfa8e0b29f05180493fcf2f86eb94af0761 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999 in place of 79a5a876109e2ff17992d7239cdb016ffcb88263b1a1381b37b541a8dbb71411 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f in place of 274781a199a7270adb25bdba6ae440a41202fb9f2aa8902c5593f4c35f82039e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f in place of 7901f4cf968c39058bf15b353b5bed3735f63b20caf332ca3aa6de169516c3c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b in place of 7a604fdbc9d8be96b6210fde3a9a604471f83e53a9bfd2877be1871878d18c1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0 in place of 20f3362e07a4100f0fdc36a5912645731c7b5e539108d5f5afd99f8c1126fb87 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d in place of af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd in place of e6cc55166bf5ebc4a32aa448a99fb249f955a3c3a94c719709a250409404cc6b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c in place of aa201c54da5e5c332295280a364677c3b3eeed39b5c0e781c8de94bf66bc5031 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5 in place of 5b8a2a22ebc92fc64b6c6c0867cf03fee72daa12a6ead6c4cebb3d1850b76e0a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a in place of fa841eece4656509bde5a880ca21d8e1325ce10811a11216b98430a34a350bbc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043 in place of bb8c5040fa962d9cd698e8410089e1826f7c387a8609fce9b84a5e200821cc04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f in place of 57290222592485ad5191275f7f78789003c607b57e9699d3acfd7a95355ea493 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412 in place of 2d44013fb5d44a2599c6af24bb5f275f2d1a9c498fae90f7cf9c424faeed0c31 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3 in place of 6a01044e3f4e885134e5e2c1f5c7e2c8c20574cc1b74a215d5b40dcf0b186cb0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09 in place of 3ad60ba2495649de24544c367d083676b701e5cb5cce393001cd5afcf2804591 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f in place of d13a438aac8ebcb1f80f243e8ae8894adaa38b1c6a8ea8c7a46a3e1c6f5766c3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7 in place of 9857db98e093887bdd30f52a14a9bdb8c76a3e68e048fea981460ed77da486f3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f in place of 6937c0e499fcd36d12003b5dc88d3cd0ec5cf4b13b7e20e5f10a690083bf9978 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb in place of 44963f949e90255416e61b45cf4747ee92c01cb259329db8f18708cd76803a2d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d in place of ad1b270457641d3e6a05c636b8ddc62dcbaa43733f7e2e601824b6e723004c4f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082 in place of d685dbf3733add0932c945d3068d98ac84ceede9cc51effbbe1ee9287f98dce8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12 in place of f4406212454f433b3f121396eb901b69e8a7e1ba927a96f70fd010d7e8676efb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f in place of f88eb317b672bbe13dc978142f462ac9256659cab91fd7481d90180f0d64626f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a in place of 95121707cf98af6bda63c935991cea1693a1b18e493868d1a2868f498667c12f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89 in place of 35ba9b6f25e3feabe967ab258d43f2026414eb705b8c1bd9faa42a9a4908edb8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65 in place of 20ed33bc003dc2a3f28ca610d1d429e71a1a8e59513a81c3de478f871abb7ba2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468 in place of a1b5654ab5c054707c4a9449e4b7bc74fa8785400f780de7813e847e479fc246 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7 in place of cfbb9b736056f57481e351273ccce111eabcb14b76c2ec13f34fed6121749fe8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd in place of 9c348da852f1e2e9e3704cce1d51b7ac75fe31fe91980bed917df2529c07e2ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024 in place of 48a9b247a34cfb9cbd6a446f7f0bda7f26a3692520c265adacf726b3667fa8f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb in place of 9836b6acd012f582ccb0f4a3eb5334575c46ca202fc7f000dd19b3213b4f969d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34 in place of b66fc61720bc40df543ed334e527fbf2b15904150140ac48a209067f04bfbe25 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05 in place of 3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1 in place of e29d0b088a0d2b228cf13e762d5b5a8c11c3071154ebf70018bad6a8cc043547 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a in place of 0c2d8c90b41aa492d679ca5e8d0bcc213f275e2371f3a21d90d018f1b144bef3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991 in place of 03b9f7447679ff095c66ae1bbac193d0c1baa863d1867abbeeaa152db6b489f6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27 in place of 2d22fc56956d333397ae7771ed10e603da97603c97c28910479a070f197c51de for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b in place of 121fd40e2736a27f1dfd1854c37e714997146ec8e0e635f2e64d6a72bb9b4379 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7 in place of e4e6a66831fbf93a54cf04227e3087072e9be7d0cb0f04a32c84e0d2e2aff202 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b in place of 5621feb718d51773feb15b7ec46efa33a9c3336db8bf396bd5e3677e051df54f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash 8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4 in place of 1edc97b3176c07880bb1fe5ed7ee63443799581c93067f27d0fa30dbf86dc537 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54 in place of 9f3610259a875938aefa173ca2cd5232421cc38bd7a235525e5335815e990f41 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74 in place of 2ca8e373fcf48b27a67c295aaf95d9dd958ae0305ded0adddb862f6a2f969b57 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec in place of c0381fa8d1d3105e52844896d624d4192affc1321c65df9182c2e405e6646747 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6 in place of 7019907dc7360c737f641a56378733cff4c5a6e73af8e304620fd4cc35f91ddf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d in place of 9974861f9a4c767d0632bc8d87a95caa1c845ab9f14a8478193bbadc935bc85d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a in place of a2e81e1e30f024d1a311d6c7bba336dfd76aac05e767bdb911dd944671bf034b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9 in place of 823d1e47976518b7de3b9ba3c84e9aa3f8146dbb23357e611e035115e201e3e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f in place of 5b9c65cbbbeca9f240dc3b3a348aeed2da3e140cb60946fb294de2af35058dba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547 in place of 0c45dc0bc4a74b51ee918d93445e027e1ca36679b63baff803d0aeeece8e637f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359 in place of 25bc78bedd88c690a5f61b98bf9a1767b9d55bd1429fe758f1f96546445d965d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d in place of d26eeedef5f08aaea2eed3cde243e24512f59559687b9e147935e00c4b28fa50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482 in place of 83b98d75a31e72189f6d5dd8a22dff5dfe7058df6b5b81f73f27045ecec986e6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb in place of 93375b4573a057a9f634fe328ef4a0a102ac964123ee3def0dc7a1f9f8f5166f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b in place of 438135a8c60a459cd598592eb4cb54c60e4c52030175e955a7ebb5cb3ae60db1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e in place of cf3ca06eec685a5f2a469cf65035ccf9b5d18d9232550927ccbea151bf6e791d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb in place of e664b8a576eb60391003a7d22698ebde1ac188cf34b5585c286cd220e54f9175 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee in place of be26de54d7cb30ca8b30e7b73fae6a192d9a2e8c77782effbb47580290f5b08a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0 in place of dba7cd579674a517cf3d791664786424234edc5d9fd10baebd0a2997d9f71ab7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01 in place of a9e690a7d73f4055d8fea8e415f9e0b7276bb14534b1b7b28db86c2289dd5fa7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b in place of b7fd378e738bb5c0a1277db5486cb30fc7f74fda1929605db7060e9c00d0771a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f in place of d86e3174e075fa62aecc2680790d04c50c63d39c319e43c13569b31417048e4d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3 in place of 994a7b0ca3d54bbea2a6e54792a900b51a0e32492f29ee4bc197884f7673b6b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154 in place of c8d90c677a9e6866be545c483cea339f971af88b91778ce60357fe020c991444 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889 in place of d744d6d118d5b90c5c2461618e8111454f1bc7c7e1380cd03412391d47ee7bf6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050 in place of 45f81a8d9cbacf68aa4bd3ab4ba4b9b70e3eb14ec26b6534a0876c3fd1d4301f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d in place of 71874c0648a508f360a9569d8fa4324195d6c9be8a697cb3526f03e539693758 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f in place of 6c0ddf250f68d7a1667a5502e1d04f13dff04a5577711bc98d552131d28d252f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f in place of df5a2681ff03084325e765f0d267e7741ba0a0b8e5af6a0f92240df9c82263b9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b in place of c0307f55d04e492a59261894194c623a594a9d77e2f5a6240fd2611f8f53067f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8 in place of d005700ad9aac1d983085a423d2d96e822d78b0692bee5001d9955285b9ca3d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f in place of 571c5ee15883e0cf5e783a8fb65b9330c6a38dcc71a63b528af31efc4e6a85cb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09 in place of 51e970fff9d0b30b441751836ce9afa7f342629db1912ed6439f7032f65539c7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7 in place of a2a0d456647c57f74d4a21b948ebf40a6c0902f1eb49d7b20e1879485ae764f3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900 in place of 7a90a8a08e15fa2df5d75f3c5591c86add3d33e6935efa6ef04f01025bbced24 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44 in place of 42612c681b8665893808ae556478e96a1642ce9171dcdc76ddb634d880b35d3c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db in place of 657f58395ebbae0cbf2ee3db9ac0fdd38af17c9574de47e01855e9daba478262 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6 in place of 51e6788971f4ca4eb9b715c3fcba9f6785acf848c3279a525e0f060005de206f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115 in place of 2554cf4e3a2d9600149d95f3d912debda17f1abb0875377d83d0845cf870213b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea in place of 2fa65aa07bef53d7ea57d3836839d55fb355ceb1a7bca9ea5b7626a2b2203ee3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3 in place of 0b721151ae97835a5790fb54f4fc7465e3ec0ab01489aaa0ec97e31eb9bbb609 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976 in place of a4e6b1cf1ae1b80a0f700ef20f676fee20a6be07c27dc2e3fc40dae1c9abda4b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c in place of fea2ea8e131f9c5ab450a05a2e555b6040ee616ddc0e2d73d83ed9983da5e7c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b in place of 3482bc05830b87224b3e4283d2fdb17a500f2c19bab5ff497b28d3817ba57a68 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c in place of 935d9862486467291ad4c383ae4a4c3dbd8eb80ba464f2a4f67493d7505f42b4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6 in place of 5036cead749ac8ab7846752af569729a836220a67f2f378acac7b5d2054eae04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076 in place of 54b794f24c9c63921a09cbe9c922c2e396da204e5d7e47bcd2a565c640a4bfa7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323 in place of 20ffbbec47097b8ebcd6710d9831305cc02654b81d454a28c5183286c680f514 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873 in place of c1705ed9b249d83418dcf04b957c5c507756185327fdcb6dbb587e4bf9b5df3c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229 in place of 6d203d810654bfe4e233281c3ccce7f27d7c3c2013520d73a556786437b858c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22 in place of 02bcee5cd692e03181ac929c9bb2afa829c9e2aae5c8e65f7c69fc63906ba821 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13 in place of 992e2573775fcae364c09c8252d8a8d8c8cf03a4b443eede1f58d8e5506d2907 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f in place of 83f5e4f009ebd126ed46409f4f6764fe9bb4ec85873036ea86564c9d0e29b5dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3 in place of 7e5507a912a1f7e2a8c3fd60dbdd9b09bec319924195b1085d8ee2c25b985ded for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f in place of 6864c661c1ac3314b928231c591aa52fd20cf8ac850a699b4d9df337a81039ff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3 in place of b4cc1dfe3005d788e3f788c3974770ddeec5d11d95c5f41ce9f8fb2788c3f680 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603 in place of 2e0b43368d93acaade2363e3bca76381020d63b68f44bea92a79d31c15823e40 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e in place of 10e6575dcce2e684a49796a441312af59f1bf1fd6964ccf774a8d523bb624f2b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf in place of 37097062097d5899abb65da5177e8e8edce5758613b9a5d5bf5567b5d6b8baa1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb in place of 4f4999d930149f5311bb070e33ae465dc7c6faba97beb7873eb683b7830e0517 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87 in place of 313a55302fb1f5a805acc4e13e2cf67542606b873d1d99db9db31d463116190b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227 in place of c871e339fd1742b5185a7b0ca78d8102bdd3d4d743cddcdeb9f1cafd4c47ceb2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0 in place of a5318bd8e3842717f677962b2cfebc1376d459542c2489cf7ff2a6f157e0c4ee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91 in place of 229bd2a4733db2ec9dc149b31e41fa8c964789d460cf1371ba22a255e2bcbdea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7 in place of 3a6844d2538c4fea16b1dda4fc95e25bf14bbff44f4606fee27c3f2ba65cdd63 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3 in place of 41b31946876b4b16dfb4210035770bb6320345e313cecd83c6eec711de7c5a0e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254 in place of 394b8174919616821dbbaab59536ee8f329588c3de891a0cdfc88b7927243fb0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61 in place of b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c in place of 4c522d217020538172cbad34ec3d2033bf94ec7dc2d4910092688ed9ef20744c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79 in place of d8b046021674cc7334fe5090936f9c0e9bb00114f32a0a54d5c87e7e6168c2ed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05 in place of 16e678453acef2dbe213aafe0b9948b20dd4f472c5bfb9b8821ae7acaa095aaf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111 in place of 45e8a1e9697f00dbd60d222006c7f358260436564c62d52c2b056847ce0575c7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581 in place of 7a9b3a17d7606f50ed8b00899d4ff0ee406ba7288d8b3bb7f06fff503c19a1ed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746 in place of 631e2b14c13413801effd07bd6480aa09802b52858a4eb33e7331971e2f2ddc4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03 in place of 7d6553805571c906660f83e93ade01cf7336fbf8c53c147647884e5e3af2d98c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3 in place of e351887c7a26c07be7f6d8c84f2b231fca047bd01edfda2d69d8b493674b9ca6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754 in place of b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb in place of 3ba58d04bbea8518124bbdf065739d6791e01f5c9b3b6fe29e84c5ee0273461e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e in place of 7270774799b662965e975a8faba27c94cd0739f4f43567c065162bd67ea24ec6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb in place of be901e2616bc3d32feb9b0fa9c263a3ee5b03512e84bf30354d460d150d69221 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6 in place of 5ad2990762247e776d70016e7b279078c616ce786b7ecd9a67e00d0d7576c59e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896 in place of 6223f5fea4959ab3bfe153427000545e9c1d19ec3b917d9750a9a31df3c7e3cf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee in place of e594050a16617c01ad6b34a8138adf3c3dbeb58e567a93bc7557eba4551be1d6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d in place of 81cc501d27a22464730e2e813dac12f9a68b4f9b8295853891a1343648cb288e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada in place of 00dd8769ed739badb7d80ecfc1cb22142562a5fc8874ea40e75b69fef03336a9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353 in place of 41819bebe1aa903545b2938394269c188f5b297007bc11ae0af2610f684c2811 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182 in place of 300c88a64c5603ed3836cb9f1b8fd1a9f0168afb93db118c3bec3aa0d59ca0d6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7 in place of e7c7cbcde900071ae562008788a075adeeb80ebe6aa92757821fe10a19f196f8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f in place of 0e7270cc6a8b84b51996db346e0a6bcb27a76500f41d575fd6283194fb073af7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63 in place of c039f2512e83edcfee46b9c1d32edf7c662ff7a07fdf74362a8ce9a512673db1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd in place of e604ba8fe253c35c581cb88066b9573483fc06fba3250db8b3c199d051de2191 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5 in place of 585096bb1606a692406a951d1df86ab4f97134db447117b651679e770926ced0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca in place of 55a5f2c2f9c1087345c9728b3abf529947bae7aa3b071c5461dad504a5a930b7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08 in place of 337e4c8aa99cdad7b119157eec70be46d3acc6b11b33dfa385b60aa0a28f6e68 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5 in place of 57c9315a51d61f204b3ae2612a3df83a1c3de04b79929c8e0c5eb5a49746f89c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181 in place of 60263a1effb303868279a0cae1b64dc99df4176440b87b8b2f9743c98c13ed12 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12 in place of 96a1d83127cb368db15c0a2289a1602570d3d002b07c07d7b1dff482efe2dd25 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b in place of 35adbd8f54a0e4abc21dcff8f610797f6631b1a802f7c5b540272d0e9f071b45 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402 in place of 051b1becec22143ec77dd230bd7960e2729c72ec06c83d317b212828f3043ad8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca in place of cac21f5d011157643f52d8effe2d03f1fb95c0f7613082d169edf39f8ef89aca for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a in place of 505e85b76abaccd84677b3a0d015032a3b7485dc74e255473bf6b4d46293fbf3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6 in place of 50573fb9c09753b93beff44b2d4abd928a683616e13d84dd7671d96d6eaa5fdf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337 in place of ea1814b74b3dd93d9d4992c58652199cbee564805b55f5b754bd1097ebaa4fd7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259 in place of f50e0f3621e3691a345a2667b7959137587829c4f35790bc199a91ee66a4e7e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7 in place of 8e2dd998fc0f0ec3b0eff40ab7a1d1e4578b9d66fd93841e12d3c5b613becc1f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae in place of 35f48cb59888d9bdcde543416ba6285f981c26695dae99c3400f8f1cbe4f095b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9 in place of 5c70e851ff57cd06df6491aa555ba1ee6b3271e7fc5ccf3e166ecee4dab949e3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa in place of 4cbda06af4e01ec537af54e65fbe8e9f8f5b79168881cf5f82703a4e4afc6aff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056 in place of 747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f in place of afa9c7953cb313689a0a7e46618437e51c3a29350106f15944460f9a5f32ab4a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac in place of 3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451 in place of 39a13370da3a3671402493b61e7463cfb8a3907ff0565293c2fd96e28f33599b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b in place of bc94beb8dc03ad2e169419c14b3289ce6d1ac8253455aca56632968571a7cf78 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b in place of 97fe61d14db54db0a9390f62af78bfc6070d16665757c8e55d3b6a083330b512 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542 in place of 9ae96dc08f85669e44ff04546b3c4228e075d4e9412df26ddddf587d668bbe17 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad in place of a75894b4862d4f6027ed48aeee5cfb136b72d6bb563548e1c841d7cdb055c739 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9 in place of f0de9d3c72a929841408b232f70fd7bdc60a4825d006d93dccc5ab67d537e9ba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809 in place of e1e89c9ac0945135195f10d535a1f3327fd3a11b4f5b5e9a4933f4761eb02905 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91 in place of dfebfdbb3201ec9f3e9310e55f60cfc2817a9afca3ba74f841196d9df2ba5ed5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087 in place of 58abd313a73e56bad7211a5183511acde7f57f43889ebc2d7721053c40606774 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189 in place of 926a59b0cb291c6d4522de5cb274e78b42a75ff287eb1edb30a92c06886ab55e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879 in place of 9559d9215e97fcebe82de8821e3a665f6b0efcb474e2f58e603734c31160cf7d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9 in place of 90d04164d6602eb31bb0107bba39115fe01c0b96562c3ddc81073080c883d224 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1 in place of 41b325afdddb4508e6b71361b6b47f6ae98c9451b77f39e478f82c2e6f6e69b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91 in place of 6d1451b7e32c934cf5d05a4c1841fc11fd84d78cac8de2a096c94ff4f33fa831 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3 in place of 26c2449187371b914d618c418c8a126e1264a2dc5bd63cd8ca330996f13e03f8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86 in place of d5760ade03bd22dae5dfaa8d84ce67883b2790fe31df613fb8cf913fc618c9ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604 in place of 413cee00588297ba381f863b6e5f811f4f3fa8b77ac2f28059fda88139d30102 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a in place of 93c70307b03f47824acd9dd8b39609cf7fca8f666222884f3e01b4830f839441 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94 in place of 6ac254a44f9a977cc6c0fff71b4e54d007347f82649fddd0825cfc8a950aaec1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54 in place of 4768d906c9436c21cf15628caf11edd1e157c0ef2e11d6fb6dd335a54f12b353 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e in place of f634c0ed79c175f2702adf940d15b3941d23c7855777c685004cc0162b016903 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db in place of eddf96a1f38515ec87997cc7f7a5623d135a2fe483f863f0659a444b01d70976 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c in place of acdfea08ed4fd893c2d6bfde3e1eefd6096699a628acbb35dc3c2fb8025c7586 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43 in place of 8e7eda222e445d7d454f6ce3925184c6fd6e7183654171a463500959b9e911db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac in place of b3288440f17707e96ebf1fd3ed7619d7ebd786c1b9ef7107373cf6115c2f13b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705 in place of a170d88943adf3fd89f4e5de378a4efff9438dce79d5ead8d236c27db353f785 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a in place of c4386cbc91c0e0f5c1ea819b864eb45a9bcff58a9f7961d6c9ed5aebe47066c3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86 in place of 2d3ea7fab7f2855884bc3173677fcbdef66fde676ea973644ccc6bb86695f23c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8 in place of 9db6f56abda5d315fd49854793e1a3c22afada15f36163d53c96721bd04aa9e6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90 in place of 11528db3c5c2856d7547284a6aefe05ba1e6f3f2ca9c783f6e479a4f6ebb24e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435 in place of 3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f in place of 95577813778b88ce044d4898db5980a385169ef61cbe5fce2799a9fc6a0e1936 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06 in place of dab7cc2751bb3a5e35eefc4f661a456ec305bbf28ed95a2ee47ea30f466bc6b0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0 in place of 17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a in place of 9f62d5a1974ecf0b224c465fc0539c7b2003b41cc58deff8f88d12b60d7190fa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d in place of 24ed7aa84ca09d0b7a1826f93af30489239c878e59673e1753634e3cda68ace4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a in place of 1c9088288e661b2ee5a51f37dfd404a4c69e8039d80f3151da383bf1609dcef5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216 in place of 49bd8c206e6b594e0f344fc8b0e06a9d8b0d1a16a656f4188d9d3cc7e1924c52 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c in place of 439540ae5abceb2037024adc9f28637dbdaec36c9a664a201348cb5cfff8668d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a in place of f3c22ce13201d21d1a24d23380998706f76efcecf5fb833da69b3097f8774731 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e in place of afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c in place of 2432b9a9f6c9e1c2ed22aaebf43a66b2992fa04ab98c70931147535d52026298 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297 in place of f6d23d9b50a739576a2df9efb8345bb9d4f4d850ac7c8e35d3eea5f020391906 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243 in place of c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210 in place of ab8527a1825edc9fea12ac3215b1f377dd203591f65cf90641596ebfea8b2c63 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc in place of 70efd5b9e23a6df5a4fce5b6dd270057806353831725c231ccf5607f42065bb4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d in place of 2d715e4ef940a9c2fd1cb691b73198a8bfc1cde19535ac8be09f96745ceb3a53 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62 in place of a741b401a1c753e8804a6a95230610f14071d64842cc0fa97b2d78ad7c751850 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53 in place of 861663be7dd49636ee660aa2d7e0ac23604046cd9e5ced3646a83377c4592749 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87 in place of 048e9f6eaa8484fb6b52063faa72ce07effa7670c2f0a15b8567b68e40c0f521 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30 in place of 1be98f383cadb27c1bd5fab89d55756bbf4d16312013fb43ee7f611d4c278680 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01 in place of 114c576d872a1118a51932825ab9a74987b8d90567b6029391fbe0c181b650d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2 in place of a60ed3852930fc5d8be183468337fcf02809f640259458fe4f3a4eb8fe31955f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece in place of be6948ed838a3e9a9a2f88dbdad4a59909971778cc79ce3b48107b0949eff797 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f in place of 3ced7d72e1b52ebe7d7cf42433fcb689e7ca97b70c3b6b6bb1b9d8d69da45622 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e in place of 1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41 in place of 1db6daa465e5be02cc36b44669956ef48366fd4a28c23969eed19998fe3df85c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879 in place of c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed in place of 37f8ca3c030cd3538422eb48995702815b4e675ebb40d73d56310ef7b9878c30 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47 in place of cc6a581a71f429f12be89a8e3b747482d240ccf8442ea4262e3ef7080d7f249e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7 in place of 6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf in place of 5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d in place of 80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3 in place of 16d1b8e92d632793fbcac0be6ba0415e985b0727bf6e9d8b2dac4282d9d8c878 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5 in place of f250a5c165e67e3679eb04987309fa6f77c7cafdb6f4488e8e453572192b7ba2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9 in place of ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381 in place of f838b93209a717db443776dcf34d705c602853f7e571e4bb29cfeef52da5a393 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4 in place of d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007 in place of b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc in place of 9a29182b43d54f13c945fd9117e8cf2c24cee50ee940643ba5cda671141cb678 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032 in place of 13952832db0e5696a33d1962c9bb3271ca5553abfba12a8f7d2c052fe9087f5f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1 in place of 3702f0128454463d56bddc4044d996f6b54756b7c91b16a5c46da38c159c681c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995 in place of c93dd5895d8f90e55579286643dcc9d8dd653009b8c2d517276acb27f3c8e393 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b in place of c799ddf2c5c88574a23d744446e3f474f5cea1c3cfd0b13e11e8da115a1779b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf in place of 9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018 in place of f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf in place of bc936a5ed04ee28f64f3b1d160f87d8a086a134062a842759199e7387d7474d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1 in place of 15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555 in place of a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956 in place of fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578 in place of 2593bc67657762f7d60e8c306cbe74c88595dc5dc4bc9d88878ebe3d3007f0c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2 in place of 477faf9f14d6781e4c768ece1f6680589c755739e4c2752ba0ee42df19217e5e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec in place of 2cc07ef82610372750f03c8dbdbeb4c516534dc246c7720cac39182b1839c92d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2 in place of ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e in place of acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525 in place of 9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647 in place of 687c780a0803a73992a41691d72ffd1ff3b626f312b9ebac1cfcdbf57185afcf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a in place of ca0208cb153d673afdbeff619462efc8c58d8d8bb972e899c83a801e9d21f01e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a in place of 5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4 in place of 764222d2edc9358933058c4c0f952970ffa6de19b9c32d3625a404ef88a1d969 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48 in place of 9f3df9e831f9b5207545b3838fcd8f5d7b5856d3c5c31e279d1a2d6574b0f383 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5 in place of 9f6ed7bd5b380844699df0d9d1cbacfc52ad8f0673828daff104541739b24b8a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db in place of 576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808 in place of e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817 in place of 6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6 in place of be12171e92affcd09e126f093e65842a9f6b23224dd60f7d9a8fc51c24560e64 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246 in place of 21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c in place of 204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7 in place of 775a2b15908eb693f9613e23a6508894183ef228559edd041030dbbdf733312d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657 in place of f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f in place of 9e6d645bf833ad11fc637120d34aa9a93200736fc6d58e6640836eecdd1f142a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5 in place of 76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec in place of fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471 in place of 70bfc141811a428cfea1827aa065c958c691deda5f2a0d083c5ec015e114321f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773 in place of 2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702 in place of cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21 in place of 5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817 in place of c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644 in place of 0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1 in place of 0af228564c6f41e46eefda9fd84577f2d3ee35a843e2e96862189faa9abf0403 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459 in place of 891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652 in place of e860c30cc96e151ab642bb3d21c2524268a0c5904809749aff5a5fcb8880ccbe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a in place of 6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9 in place of 3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e in place of 9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4 in place of d962466ea5b4b042e8efc5cbf5d01fde67a6166aefb7ae37512c635c4a93ea5f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368 in place of 2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585 in place of f4b575f63f935d38e22decb3b47f475725a9c24de67d3407d577ec454f618d00 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc in place of 8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74 in place of 2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066 in place of 0db8d2fd85e24f888933d09b8f1072678c68b455fb5a03c67745d32fa5e8670f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1 in place of fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8 in place of 94d0a51cbf08140ee14676bff9db76595fc05d0838e4e76be85e4f7e67244665 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048 in place of 4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2 in place of 380b54478820ccd2cc761fc0ca1f5898be7c669a88e93411afef75c0cdd6cde0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463 in place of 4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910 in place of 6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f in place of c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3 in place of 1c5c74325f2d089b29d984e5f21b0493bb975b627f1385a3ab7b221a1d9205b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f in place of e90b88b47a1951aad05777173957f6a317ae686832f960d2dec07023b1afc2f6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c in place of bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454 in place of dd4834f9e323a36667cbb4cf0c49ef2b3336d286e7cfa2b848e6bf44fd68b801 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d in place of fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4 in place of a20079a3d71f93d179b3243261ab86cc340af04baff7a62a109e90978092d057 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f in place of 2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9 in place of 0a9379c7b0c8f944a2d9ac0ba524fd0f27cd8809160ebea5723b0090071dc706 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195 in place of 3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6 in place of a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828 in place of a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740 in place of a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73 in place of 3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc in place of 13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97 in place of 417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff in place of a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1 in place of fa52a791d4ce9ff5344d39c1e62a37427795db0d99a487a720890a84c0e73c38 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13 in place of f3f190116609485938288beebd51723ec59dc791572674f218a61674ee237957 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca in place of dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08 in place of 19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6 in place of 72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e in place of 5647886cf930fb588ee7a6abc389b92edabc27adb8bfe09591f4fd44ed029c63 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216 in place of 1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9 in place of d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5 in place of 5e822dedd6dfa8a26ae4f23bca280e57d9dfd7512721e059e58d3d4147143da8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f in place of 2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3 in place of d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258 in place of 3792d788575f2171ceb9cacf3181b21247e7f1d04f1e40a199171236eebded78 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb in place of 5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0 in place of e8553d86923795038c9302bccd7611bfd516890d90c7936278bedff973eedced for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8 in place of 643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc in place of f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b in place of 89d89bbe0f52b0c1abc897ffae4ceb59d042e26d6e8b34a6b03ef43d3559509c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86 in place of 8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc in place of 45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e in place of 17172c06cd12e8f398c6bc5782a9159e1c85b9c629559392cd3d8180e9e61d02 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087 in place of fee5c13c3f12e352f8d61abfa373ea95f7db2e3d357e5aebd0972089f29bec82 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf in place of 6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933 in place of ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372 in place of 49bf62f1c90932513bccf81ef92ca7436b042109a8be3b44148ede94224a40fe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088 in place of 526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a in place of 06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b in place of d9bb43d3fb4e59ada04cd35d37e8d77c4980abcfc60aa1be89bfd3ae50adc9d5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea in place of d5bda2f18d1ff153dab24b8b742f27072b1eff4c3ce47a82c6234f6aee506ad6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44 in place of 5bae12a946d86fc2118907f557e27acfff17c4254c8420f1627dbe92abeac9a6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533 in place of 578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f in place of e4a8642e27425a640daaa63cf81fb4b5c7665e1d78f6d253ae420f1d32906e36 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe in place of eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef in place of e4978f934a4f4c1c11d516be821369692c9e6aa5793d49efbcc2a148cdadf0ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068 in place of 062be87b470c0170d6c68e0aacfb4e44d03fdcaf731c09ac7f364271b941740a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12 in place of 712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03 in place of 5ae63da0988a3eb9c1f5bfebbaa15ce52740dbfafd1361b43a296afbe787c865 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8 in place of f403a8e22d2d0c300237efabb6ff20d7f5022fd1ecfb91ee946afa1240c13f01 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa in place of 3d48444986b1c3714e470e4c358aa1c3ab023395e301128d162c3c2253f91048 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1 in place of b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef in place of c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e in place of 17b536bc8fe3d9f5ea5ab71d5513c7ca8f3279e612eb8ffb85aff968cc1db1f9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16 in place of 068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da in place of ce40de926ae092ed40d9939562c47b71d726f5629db7b7e49f93e5479358b261 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630 in place of 2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904 in place of 16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2 in place of 2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89 in place of 97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8 in place of fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893 in place of 22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa in place of a775283813f66c34551d5b2735b44549763986f3e564fd4782d8b0ea448305ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125 in place of b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff in place of c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55 in place of c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7 in place of ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e in place of 98f5ecb5c92996d0c1fb3ca98bcd3fa89efffb3c03375864a199a63f35c86b77 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef in place of c190effc334fa33f8061a6db23597a97c80260441b405fa9437123effe90aebe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa in place of 0852912202d0c98fbde0cc15cd425553cf5ce5bf06f70cb7da2a42d237a132b9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab in place of c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b in place of bd9deac6a2562786a805d2053999291a697c84d80bf5e89e6ca8a29989748487 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971 in place of 776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607 in place of ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0 in place of b27938c803b60d4d4e19c08935ba49f37bdb1e835ae8a12a05f76e2053cb10cd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e in place of a689b84f4605b5aba057627eb964486cc4213ed7e3b8d004117bfdbfb79e002a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b in place of 5d76f6212c4a85a6aec99ab04a77b09560141d6ca3d065ba543c4bbafe870427 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49 in place of 7fcd8fa4ef031f109e3b237e03a4cfee2c9b5f34e4878bf91694cb97b3e81e12 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5 in place of fa954fa97132c190cfd5fdffab6d0f9200a370dec38b1912a40fae9b219e0c6a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581 in place of b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb in place of 57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b in place of 5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c in place of 594ef8c19745681c8983180131aaad8a3054667d3ad56b47b1548ba0771a31c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a in place of d447349eab1c2031a7737b3b66b71f0f87de037c5f81d71ee68004c01e637e79 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab in place of eacea4be7af01b42a0e32fdbbec35e7b0f5cdf3605771eb7b3bf234d9e48fd24 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf in place of 26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66 in place of cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551 in place of c22353c81a85958282cb7b02c05539a93e4a7442484696008e35c2ea6d3c00b6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850 in place of 45e1b941c77866b2b7132f72b787f62cc5b0931ebf65cb60ae4a7bb9d6e302ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85 in place of db42da4c7efcb49719aba0e29b9bd0b038016de598ef21dcd7a5d504b4f085ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98 in place of ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae in place of 0a58fdd6f9ed61e0a442a50825a5e6f075913c26d5eb779cbf51504d91c65674 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a in place of 4a63ef5feefe9df99e13e4078c9889b59b01d168f101d0b99aa15e6eba78bf43 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3 in place of 41cdae2c54febcccfa8656b1f98a244b18d8931549246f90827faf11bb574790 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba in place of 89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313 in place of 0ab2c7700564b7002c4adc5122912f8f506d0d3f42e968ace458c513ad432224 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f in place of 6583d1afd1f906a148579b7e74f1b54a74801ab9a4cb2df72ed86942e94438e1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94 in place of 24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058 in place of 73ea35e996b962384cb0548c180c33ef7622980ae6e09b6abcbacf162c403e1e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d in place of e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438 in place of 83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b in place of b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711 in place of 029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62 in place of 39886d5af93295d041a6813384c28007f75ab68ea30899e401edc4ad595d9076 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d in place of 30a8f38be67cb08f83a253e26af2d160572a312f870295864046c1450424c67d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3 in place of 85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052 in place of 3c052c450794bbc6d7ae1359ec4fb26d5f75089a885767716cbd35f56b450ce7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103 in place of ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a in place of 0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90 in place of 3b5a602a22c7c8e875106c1b7765e2172fcad266a6a957c97045e46f9b5e2e85 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865 in place of b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641 in place of e581c339e5e889800e622c93d2bea0ede8a4221efe9807d387accce446a82f7e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9 in place of f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf in place of c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750 in place of 2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71 in place of b4df14bf61cc99a6be9fed471751a2d3243974eb288099a0a9bf4cd5737e8222 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a in place of 36348eb7dd9b3099209402ca9e14472ab18c193c63822d9a5d5a9ff0e29046ee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff in place of 7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0 in place of eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf in place of 94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476 in place of 93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d in place of 1dd0ac0819a06c9c8eba641123d3b5a6e24c98ad69813f79ecc57439d51b668d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af in place of e45ebf463d3e711df3f21e89ba0dc85fb342b975f061f237885fe4a10fa64ae4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2 in place of 624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69 in place of f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8 in place of 893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e in place of 16ed078c6eb7e9058441bda423b8c57390028c911ca268e771065257a4a83330 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de in place of d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935 in place of f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e in place of 2b352e59566419a403737c4ff16ccf56bc7ec00ed8795aed99e3e92d6e7add27 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b in place of 296e58a6f88eb7d60fda5080fe47309bd7373e7e8de412d965ad93a40e948a3a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333 in place of b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11 in place of 4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d in place of d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372 in place of 1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764 in place of 01ce2aa90348c7ea5177d8527bcde70bde834732928e94dfc4cd15bc13b9eb9f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2 in place of 0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14 in place of b18d7d7838331518af10b41f8b6021c81c2d4d9155cf7dab23dacee8752eb038 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258 in place of 6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f in place of a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3 in place of e3c2dd8fd0f55db8f96b5a99acbea45b5037738294396e10ad1de11360890788 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac in place of 9d8f6721787130133f11959b10b8a24cbfeef5a90fd975bc59ee5541712d08fe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48 in place of 4c436749e03ebc062d71ce6ba5566970e240ec242460701c147a1e5d431ed123 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2 in place of 1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b in place of 55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b in place of d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f in place of 7640f34187a13da5eeced5b2d18eeda6ab78a91432bce7c4293b4522797694eb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653 in place of e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5 in place of b852731ebe53c4225b8277f5a113153ff275f19be77f52e214bc26ad55cf8542 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64 in place of c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c in place of 3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43 in place of e8db9f192dabcc110ba4802d99c076cd9ed0f91639f7fe2512732066d75354e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521 in place of 40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5 in place of a8cb1675a60b0fe4d944fed081a2e166e03432ca089145d27ca5881f0dbee744 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d in place of 7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911 in place of 520f95aba9cdc3a61992b55f84ed1df1e2d9cca4ad1eeb162b0a3135b6b8d373 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251 in place of d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff in place of c880af78011970d864ccd6372e52a4521ea99762580d72c3493b57b54cee8146 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd in place of a1ea72144434be2ea1576276cf0d15db6ef5f0ca55ec24c5a5d2f9b351bc9a40 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1 in place of a93d2a5c2a133bcec2430065808f57d1b595ac021714421d3fc81ee00804bd52 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32 in place of b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450 in place of b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca in place of e88b680d9e1f2e464818fc77b94694032dbf10268c862ab153710e0381760652 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912 in place of a529255529a6448bbf8982a6b786c84178101eca36c7b868296340adf3f7a8d3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47 in place of 9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d in place of 4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa in place of 63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413 in place of 4e0850cccf3e246c4021a1c75b007f7dbb7f4ba5e387046d19691704b87e54b6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2 in place of 243d6f312dd30b626a4543ef988df4eb8aaabaf66b6f8a83c409c490cdca72f7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8 in place of 185482d44826605e1a77d1dbce5b7be87cbf394ea3ea5d8355a89c522f966fd1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5 in place of 25c5faa503393329d260a2d907d93ebe0df0e26ea02675cfda8f9238365f112a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60 in place of 356f3fa0187335fb1008f2d13b4f79045b6ab8e6b477d8c41c9822a0ef7087b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1 in place of 67bc6b9c7061be3604be86b4d1ba3bb2c3ffb8029ade02541e7b79a43ad7230e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70 in place of 32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193 in place of 483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec in place of 28cf3385cb86f71d2de64199eb959458d7c52304de21b413c234e7377f3e5884 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d in place of 83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5 in place of ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a in place of 5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0 in place of 6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019 in place of 285d0547d5ab10ade10f45428ab1ee1f6602fb27ea812018a87ca3d70bd0da50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7 in place of d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400 in place of 128e422b3222bb964312231599f342b20a6583eea1a5748f52245ea214381c26 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409 in place of 83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0 in place of 569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3 in place of 23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e in place of debbf04c5dfa6707f8fac772b8366c15961db1a3e9f165de185658a08a1dc1b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf in place of dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019 in place of 16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605 in place of 989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70 in place of db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053 in place of 559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272 in place of 036042e19a4ba08529ac379e1492fff39cbc4cac984f1ad8b968cf0318c199b3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7 in place of 715d0a07bae4e65a89f16a8f54ff34c3caa0b07261ae1e0173140c3e4f150a6e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24 in place of 0251f22bba8ff1cdcb6b2a8abc8932307f55f134953bda7d448063158191bdd0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c in place of 2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491 in place of 15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d in place of 6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b in place of b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a in place of 8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a in place of e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a in place of 88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec in place of 0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36 in place of 8f564fd9d48082e5e220adcd6ff5385b95ad119865c86d5ec535798eb4af41ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec in place of b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057 in place of 06c20fe07a8495136312be4b3e217438ca070cbba4c253299db7952568a7a7f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c in place of ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d in place of 4ffe7bceebd5a405c46ca9c039df80d59a97120112fcfbcc7b88558d965d177a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84 in place of 17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68 in place of e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b in place of 31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2 in place of 6d108167a3d1824937e3787c15f167c06af6c4d18db43c4d1663060b63ca5a5c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e in place of 24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5 in place of 443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c in place of 66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698 in place of 181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678 in place of c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8 in place of 54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2 in place of 86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22 in place of 6a117479af54ddc9ad03c23a5f68b9085c9a52031678bc3f86682d4641943aa6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca in place of e82c356f8b9325b2f4b4938417956e700a65398f2a85f18a68a8aad54bb2e314 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167 in place of 680b5bc500bcf6d988fba3d939d2250a498ef1b7fc91f4813ce07b3581e11b14 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881 in place of 2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969 in place of 0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487 in place of ad5f49926afddb30e8318aa3d06caf9f6482c8cf904e706e460fe2b3ce93e617 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22 in place of dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71 in place of cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1 in place of ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b in place of 8a68610392a7d5b9510e543acc1e2d8984132d19e1da4d44e1028d9c7b4270e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1 in place of 6fc945414a8473e28063a39eab57803aa79bd8bba6432e09f656bce5f563e928 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78 in place of 5edeb86b57090e92c002baa1ac647aebdf7b0abab4430d652f8270b350b7b388 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9 in place of 9da0b9f7d5d1d9335993515346c7d6c6458bb3b6dfacec4b72b3d0805bab5ee0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1 in place of 748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a in place of d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136 in place of bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077 in place of 0d3870f0a55fe59c87caf1b91eb1e0e4f45cd06a3d8bb292e4febc7f5fac0baf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d in place of 5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f in place of 943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c in place of abc82fe443620018772e752e381065e39df9e962473a95233f644b95a975c4a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7 in place of 768a4c60df0503fe9d2750c5734cb7e40edc13af4814afb96a5da8f004c934ee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9 in place of 3f868beab3f5bdae90a322692f9de98e51a966127016db752e857dcba839adba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a in place of 18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79 in place of 27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8 in place of 23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19 in place of 067123a8e036c1f958b27b72461ffaf13840732b0936e83129e31609f7ef14da for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a in place of fdd9f81369f812edda5711f5e73ba848f6872e1fbdb27a2f7072c572dadf997f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b in place of 946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f in place of df434bbbdba4bb499c68d5c0c9b2981b794493e1efef4c767d96f22cd9373940 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938 in place of 6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475 in place of 80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38 in place of 01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931 in place of 57c8c3e7c886d2ee50c7f56a5fe8c4da50bb80f0dc8b2d90104f6b724724e169 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de in place of bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370 in place of 75745cc23793b717234c26dcc086c991f9c707943f847e6305f5104f4fefb1f2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0 in place of 2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b in place of 03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224 in place of 13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7 in place of 052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa in place of 58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116 in place of f3473477e5c592e0eae4f12737e9b1cdc916d00d02935c5a01063ac980ab23cc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc in place of 33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7 in place of fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a in place of e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f in place of 945f35335102ab61c776ba7273578af50d95a0a65c9a482acd716254d9705910 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9 in place of 16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91 in place of 20718e8cb9dca5d570bef161a91572e73c27a162e4a9fd47944b085b99d56df8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526 in place of 27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8 in place of d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e in place of bb1428f2804207afad9d29378a8a8fe2b5471b28812ed72b7c521e833d2875e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3 in place of 172a05cf7c6a1d9623b87028754bf93b268fd951a44fe85feacc715c3989b0ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743 in place of e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414 in place of 8f14b87e0a8497ebdfd6066b9f1a812a5640c39b227abe23b463cee02d1557c3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b in place of 46313140b1b9dd476c62925978ab82b9f368758f27d8d7cd81cdce24586660ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649 in place of 91a1255c4e34e7600a591905d108eedf9deb3f9a3451185f96f878ad7fd6b3e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc in place of e3d1ea22d5c585950b07a2db78fbaddd0aa04457bec13d6e47dc3b540f93789b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b in place of f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024 in place of 17c65a4bc822ef688cefc582ebf01745eaa4c8a6c5ed08f0a44112dc7501cdb9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666 in place of f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b in place of 25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e in place of c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979 in place of 2379b2282f51951b650a2a1c600a13c62d563e14fa35d6cf01529319e32715cd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8 in place of b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba in place of 0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910 in place of ffe73d60ddc6234ce287ae2b30296457846b901aa11f51f4c63ccc1853ae3e92 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7 in place of 516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c in place of fe30adf55021993a2f38c7fd31674f0d4126dd58f071a61cac0a4963ad98d180 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7 in place of 6c48f1e3c487dfd892d16efd591a57dd183849b8e72ee3f50dcd36a1b2740fad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79 in place of cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4 in place of 6688d61000580f24242b05d744a7fb0435f63d7536805a39ce8b84a982e85914 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e in place of 2adda2be3fcf3bfd3ab356b9a68d0b89f6b89361354b781293901a290769bf56 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86 in place of 15bdff7e60c579bcecd66f3d554f239d69f92d25ec760fbca6db54d19e1daa1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db in place of 63de6a8ef91c7401ee890c021c4f37d6e8f7f42ba39de5f5c70311aaafeae64b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8 in place of 2df9786e61d93c58ff9587554ee168d1af64c16bdb93f602cd9f438267d9d659 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf in place of 86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa in place of 5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950 in place of 3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568 in place of 91e53cc858792c034e068406749ee627afa9d866022fba2c7be459cfde37e43e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05 in place of 951942e5803ea173116663fc8a7052da289f262ef9142c21fc7a8abe62775ca7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781 in place of 9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa in place of 09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092 in place of 69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb in place of a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e in place of 0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2 in place of c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582 in place of d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb in place of d077b0d16b9dde5dbbea4247b5ad064f723aafa7227d56efecd4a52cc55f3952 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f in place of 5877a36e51b255a19aa6ce95ddb5f4e3c16012e2959567f03ff53881fee532bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5 in place of 52bfd513d11954656d1b8ef97cca52cd3f08b1d9986d08875a34fabfa813a3b9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea in place of 9b15cb4c70b9bcacac22124826a388fe1a6ab1bd2869ef5acf52b80bbc496006 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa in place of 5d4584eb6c4d41deea85fa277ee50663e05a85c195f13229c00d8d8973505614 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1 in place of 6566161543f8a94b2068ecc7b483dff397140ae468fa2ffc2ca88236da72c43e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504 in place of e64c6131ed1e97a046d085843a3f2a2f8e1a7b2a7456a0f65fdca557126a888c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f in place of 0fbd8addc0b81a82ba2e4a38889e60ce5751d7e3b32df56b0631e2f4ac918a80 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567 in place of 42b55a07dc102d39b88e361a46f55960dd9954b82476ad5b823242a0faa55abc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8 in place of bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44 in place of cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d in place of e5d495806ff70a6c6760fd1af6f7c282d4a1182d191dc22b12d571433b203ebc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41 in place of 561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546 in place of 445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a in place of 9f62ee1d3a257c7616950b376a61a965da1e81e61b7599111a9f9462b55fb641 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1 in place of 01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a in place of 93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b in place of adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa in place of 55ff9e98508cfe3211b91bda24980a67cc347643fbf59439a13f0efb9842a03d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a in place of fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3 in place of 2582582b68f27eb1dbdaf30656b7e00b8fc3912c4fcea2921c4722b20c91da64 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd in place of 99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db in place of 90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e in place of 4b6b2c8c5888684586dcea9d327f306cac381e8930d8de2aea29effea06d5521 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828 in place of f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b in place of e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5 in place of adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a in place of 0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c in place of 64a8f7caf8c854a70fcd84b93d44421ef44a583bdc59cebd7dd84999a197e640 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7 in place of 99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834 in place of f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1 in place of 4305872646d5c53d87f5f09ab4aa474579bd90a71911c4b42b7966291218238c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7 in place of 438fa5b54a8a88aed355153e6a7dfc9305c14ddc3fc825737f2fbc1f9ce4e14f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb in place of 3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e in place of f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1 in place of 5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037 in place of 65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e in place of 0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e in place of 02194cf6dd7e16d47b9a7450ecbf1f11015086d6acfa94b63db3fbbd92866b13 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d in place of 588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f in place of 1a998067c0f382c2f408882a60b52b794ae783ae1ff2a59dd172f1665ca9044c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5 in place of d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9 in place of 658370addd44ab7601d2d3e4db8c30c90b0197d6d3bda63ad489bb5df30e1f72 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78 in place of 5af4ca3fc143183770b1a863beb96002ebf20a17b37a2becdbbc6cd85cd6338c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940 in place of c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78 in place of 758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5 in place of d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed in place of 5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430 in place of 6029bded6390af7d80946d1f9bc7c40972772ed3b0c12b5040ab5d75c21367ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad in place of b53eb2e6b125ed4394b510d1c499ea7c0c2bd6ee33c653215f22523e4d5631be for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14 in place of 8d6f5e49f845629410cfcd5b64a6b03b3a05251b0fcfdddf193f4f39be9bfad9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4 in place of 7f54a85fd0ec552cce58b38b9080a430a6160546337b36f08d57c93e08a613e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4 in place of 1cc66b9b9fc6d5f036f72f266ae7344a5987aad2036492c8fdc946790350dc9e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b in place of c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad in place of 7b3cc3127b4850d3af7b89921beeb3d13625bc41d4c6db214b3f8657a6668a09 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c in place of a5da8425bc7fe4530902acc059b88ca91ea5c0b191605a40363ed022f92140e6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2 in place of ce81ec1f375214eb660bbc1766ebee8f70e7b1351ca490885c0f7e0a1fa03090 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5 in place of ad4bf81ee660dd65ef4d32e87b0214c8cb435352da9c2b323614499ec1600222 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e in place of f863c883e4b63769ac1c023cc0cb7d0a19d500e9c9b3ca99f2db1f9f5d42e66f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31 in place of 820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7 in place of 6f38d959a36aa8950393d1b085be1653103f06d0c9c40fb032b74a515cd6fa01 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43 in place of b43ed7e7c9496585848aafa10b2407a28aa15618c3152986665f4254654c9900 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55 in place of 6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a in place of e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397 in place of 2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99 in place of fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68 in place of 4760207b44d7aad4b2eeb519ac4ca5815d4e6f2cedaf1d112f49b7cb5262bb22 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7 in place of 6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0 in place of bafd3804f6a9f5d6484fd5813426271e987cfaa0a8816dca1b227938cd55863e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d in place of 224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef in place of 72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de in place of d4c0be5e8080fbf4d6378861f6e056e6fea257766516cbb5de12d757bd02e6d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8 in place of 6defee3c64537f4ec075522e002a3c04e98347e29ef694a6706e5af36d0867dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb in place of 63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb in place of f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c in place of 0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68 in place of 687fd249c4b75f4ae599720a8afaf39940c1e43339af2ebc5160e2513ad13578 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b in place of 9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81 in place of 5eb2d0d424ac7983b00b1a10c8dedf871bbc8cfcdd21f8861b534b80d6624dff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e in place of 265afe4a5d9f1d46717fc9ff2796f44572d08830cf3a91481a9088ff22c194f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec in place of 5e7fd9de8a50911e85bb476dd1677e65980cda26f9d565966acc73bbeb9a1688 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9 in place of 783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d in place of 4f0378ab3f1b571ec4748448997767c5a89e5545bda3850a2a372b29fe0bd730 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8 in place of cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7 in place of 712eac3488a44875e56daacdcea8b482d654ba958e8ec08c1dae7f4bb542d726 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d in place of 1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7 in place of c889c3ea09eab4c0b21ab0be4575ad2a3649372fcd15dc5cb0b39ef0222a5e00 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c in place of 10f55cd1bd1af26b988c43e32ec8ce88d739c3dd2bd8b944dd024e2091dd1399 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023 in place of 65cf33c0cb0fb5fdb844fefdb0ad04c21f87ab6cdbae387ba963387e2ce97863 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5 in place of e786fbd3a524f44bea7ce5cec047e43d16c02d76ecbbca91f86d0ee9e0172be9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf in place of 4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17 in place of 48d6db05b18ad176aecbcd1e6a87346f97ea0708d8ad1ab0243791490231dce8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8 in place of 06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1 in place of e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1 in place of 5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e in place of 18d675f0b5551d877a4c6e3a03e6dd165f95c366473d77225cc76d8363a4669a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f in place of 24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc in place of 596a432e39f945d1c09720c660b6c20b8da240d4aba8ebb93de7e728be00eb0b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab in place of 72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75 in place of ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd in place of df361f8c295995fc384adf91cd85fe66d6927a391884d7f2892b42b01e9decef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba in place of bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6 in place of 7bee908304a8d5e6b362d865ecdcddca353bb0e585f5786f864fff69ad65a908 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e in place of 78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3 in place of 2e108ea264b24fb5db2cb88921f8f129236a493d0218963ec5b4b303eda4fb92 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18 in place of a154f6e671257deb924069df21eaf50e7e10ae0d3b418b64a83510dbf55ef2b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae in place of a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9 in place of b4cb816cbd5541ea044ec327483f8ab2da74fac6cdf6aaaee8fbf16d7f4826a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04 in place of eba2a02e3e3cd100c8877542457863eab1e14754ef7b3a166d996d9cbe2df17e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb in place of 91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190 in place of 1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba in place of 222d52ac2ee2b6edce31e9f581386fc2c7e3ba4187b3e9674f91f8f9dd1b95d4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc in place of a26176024bfcd31f089566f5f2a9a8821a3877b6c8d6f2a9168794776782b276 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2 in place of 11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58 in place of 093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c in place of 99dd5e8558a20fa14fa423ac261714f69ec79cf70cb986d4e71804c8d5a5af6d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b in place of 099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633 in place of 27ed2ddadd3ccf3bd86f086259cf758eb2dc35f42bd8c574a428c6e1f16afe98 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e in place of 1f7b4360ef67915911b63c7f83149baa3ff510bd21fe2b46d8359820ab66bf45 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038 in place of 2d3dcd85a23803b3b62264bed525f6a94c8b70fbb95b3f36032cd3489384d6d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab in place of e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae in place of 28d31700afd8a211117159bd2486e8ca4938cb5808936698e1d5a084f4a5465c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869 in place of 28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713 in place of a3f16edd2a0cd7eed0a4104535077fcf6c03877cc0ffb57fd662efdd5bc9c53b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83 in place of 6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea in place of 95e66598c1982f142af06c254bf8a7b619374ddf2453e647b7550310efd3d6f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f in place of 42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5 in place of 1481f3fec689bf5a4c2fef73ee960edb01fc5fecae3a932f57fcd8113308a2fd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275 in place of 3f65d1dd4dae07f145da4ef61228fa00c667ae4cecd5a6bb9c2a038be1e2e7e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3 in place of 482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d in place of f95e087eaf2c1555e8fd5bfcb6588b266b0f27fe8f5c09ddc16a31cb3d8c74ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520 in place of 2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793 in place of 5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3 in place of 74d52bdaa87d5fc0e8fcb684faa9015dc5c89328115ec1d2f0e34dbe2dc5815c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c in place of c901c33f9ef04aee2f2c1eb50c72157c1241c013cedea63acee3e2cc298cad3b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8 in place of a0076843650ad85ef38aa03289daa5b10577650df841ce44b8e1f6a907593ebe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8 in place of f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25 in place of d2c3c1f2667e0cf668407c4619d653b5dfa8faf1ada8f0b55e16b2da99c31d63 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b in place of 6626d7176b24cb631d1055f14540e91e9d435e2feced5602a7d27f0f1035d37b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f in place of b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706 in place of 26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7 in place of b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8 in place of 595a60cf1d03b4e7d853fd813602cd8a4a91fb9a70c827e3195c15a41e8f1331 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81 in place of f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb in place of cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e in place of 09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767 in place of b8c6846a3905cf87d05cf6dd0e4ab90bd393cc948aca9b2d88104a95312685ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559 in place of 91b657d69b5eccd238354510f52cba05921eb20eda18d68c71c203d1c684868b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83 in place of 0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5 in place of d69f686e697d8da956e93ed36b3cbaf937e854bcdee1020763b7ec94ab7c8542 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash 26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652 in place of 50f7ba2a6fe708298f35347ee72fdb4f1f8c1b1de348f508bb14ebdc3629e47b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f in place of e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0 in place of 55165607f5b28ead6e063c1e4f5fd4db4d299cd55f26cd613d2b90ff8752cb6f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c in place of 9bba22ec5c9deda121e413fb61d1f7f87beef0205f9e0260e97c69eb6c36db8c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4 in place of 1052224e43e364c731230eb1b632cc4eee6071ff70761978644ac1dcd61e7750 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a in place of d10b63b8a850d0e5123c34ee4e2b5dac742e7adb0fdf9ce4e119de4f65d2ee72 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0 in place of f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c in place of 52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04 in place of 4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b in place of 13b6021518108e310064a484d09f57dbc42c546e1602f5c109d508e3c02dba26 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68 in place of 7f60561d8596cb0d00b8738fe6e2277d81615f18f0f3260ed4b25e678d87ee4f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392 in place of c10a28eb86c06c9b80425eea81e109331c27a772f41c75e994d8839e41734977 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682 in place of f76950812f820117591888d3eff84d478017004774fc99fac0395b8e98e1b444 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a in place of 3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0 in place of 7ed4a937b8cae32a6d6dfd740e6f9ea7c3b28cd18e875c9ee0f849a0ec10ea70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6 in place of 9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f in place of 35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321 in place of bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490 in place of 728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45 in place of 9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018 in place of c27348a771f0e340b0592abf1490f6f0a70968ca9f5b6529da9843ac2e025ebc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a in place of 75c62f9993cfb05ec48f79c26401cea83182d09ad3e09528f12196749634d40b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4 in place of b05b723f44a21cf3074cc8e6b930c283f4247d6ac1d201d595f582199e44ea57 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017 in place of c618505782c3046d2aa1ee8552416523dbdffac6825a1e52fe62d54e1b2f077a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0 in place of 21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531 in place of 41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb in place of 3e10993897aa4c5dc6f656d1bb6d9841f84af62e2a7ccac3e90b3b763ff3e612 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222 in place of 09d75d70f0f83a1b00bd72d87f062429bcb558644926da0a3f247b2993c2437e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash 8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16 in place of 8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc in place of d5bdb4aa176d6bdbcc61f51ac14f04ff3392b9512bbfcf530a8518c83ce24c60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009 in place of f12c24a235de5b8986e872b66150e8581976f2050dded16a5d3dd9d55d327689 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da in place of db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8 in place of a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961 in place of bf6cca774f428d30913e9c8d871cc2a9638fed110466a52858ae50959dbbb4c8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1 in place of 7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2 in place of 57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2 in place of 0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3 in place of d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982 in place of 5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1 in place of 9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4 in place of 0d0ba9fcabab0ead5ddbd04e8457cba0d8457d54083fe59df4989b82ca2ba01f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271 in place of adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d in place of 8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8 in place of 9f7a1e7c975b508a79be2accf1183fad3a864875017fa96cdf099e5ab8768625 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4 in place of 59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5 in place of bb1ae2e6588fc7cfc8981251ded4f9dd1c2b66608767944ca6d480bab1f0ddc2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a in place of cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28 in place of ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde in place of b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f in place of 7c2a2e6e1f9576a87d9cc85ff962bd29d2375fde74c7c8c78cabf10e320cd73d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8 in place of 0f9d8feef9ecef2b6d0bcb16bac12eebedd3416dfbfd4c80f74bbddfd6c9b988 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443 in place of 9191880c11b572f363967f2e26c9a3e421b0d8d29214536eea7823f73d817946 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143 in place of a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac in place of 6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8 in place of cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64 in place of e013a7f29bde9559fc323e4060a670341881141df51c5bd0f4cb48ebdae65ce3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63 in place of c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3 in place of 9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9 in place of 90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d in place of 78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a in place of 52b5ea34000dc53c52a965964607459339611afc1497a6df962ce5c134b29a7d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4 in place of 02ff9144296750840bd633273ee4c05605737737eca6a69a6c05d38cd0507524 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5 in place of 5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50 in place of f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090 in place of 5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196 in place of ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57 in place of 6da61a99ec2f08dd6097123c0f99140d3a70a22d49e02a631f7a979629a2f507 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d in place of 2f2204843cfa9d6e03c408ae348b5340bda64e2563d421ff46b89224f85a7eb3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3 in place of a0ec43abdc945c2cb4d38475c4050481468ad863afac9d07da0c58fc8cb4753c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce in place of 6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae in place of 5eb59381fc4c8417f85bc514f4e77f38827b1345a968106f6f2b825e7920144d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6 in place of 7971fdec60d64982c5dd4d8a60c61bc598ad40f364fdeeda64a3faa5051b4527 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408 in place of c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5 in place of 902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250 in place of 8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538 in place of aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269 in place of 70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42 in place of f2b052ee48a9c4494ec3d6cf22e4e4a368fc9691ba8130c9d6b3da9cfcfa5e28 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674 in place of 88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd in place of 558ec3d08e7038d812731472b10412ed02dc460332e99e5e1b88a91231ab1948 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d in place of fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6 in place of f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056 in place of c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183 in place of bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7 in place of 27917c71582f6c129375495977f0400429a3074cb7e0eeea891061c22d143d0f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e in place of 8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306 in place of aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b in place of 0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91 in place of 60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83 in place of eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79 in place of 1dd63f20401f2a158a663d9333870f1b0b9977a930d2291890a7c22f7182e14a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5 in place of 1ef69e2da34391651bb8b3748e021da52a892ad8fd192a06f8622971fb4cfb97 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a in place of 79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681 in place of 4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979 in place of 2175a47d57252859050c9c14312c7c27d00a84e210f22e73a1cf59d16fc3cb70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057 in place of f053a45e937f31e85d9d05837766534525aa833a26d0894ccb1ccd4f0bb46784 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4 in place of 3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d in place of 12fe8a4d469504e06c9b6f5af0c774e29b33c50154710af224016e721c1c1119 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29 in place of eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317 in place of 4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b in place of 2b97755eb03dcdd7f29bc4b9bf7bcaa6eb281e467e9c8203c5ba7fdb2b8661ca for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524 in place of 3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889 in place of 6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6 in place of 91cab6a90280b28675aabcca2ce21f9288f4bf4191ef0b094e42690d87d06f33 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d in place of 7e7c20965787d65c70bd4e370d751d4cb7ae0959d9636429b96d5bdb461c8548 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55 in place of 2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5 in place of fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7 in place of 8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720 in place of f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6 in place of 6eb90133dd66a10d8fdb37c3e7eb06aa9821a1a7e40a87166424fb0b8d813fc1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b in place of f8a765e8f2dc8e57546b5ff5e2246bb70c97dc59e4d26703368158823bef7db0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c in place of c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7 in place of dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee in place of c5762a072f65704c09fd5ee3be5191d31dc1eab519b7dc0a6fc82798366d19dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44 in place of cad18c00b20572719a942dbd3ae91a47574e1f0f7ce440ee04d69ff6a8c8e7dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b in place of 3731e938ab23c406f20e56791d118f104971c72a9a6e8e0c2d074638370b7b53 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855 in place of 9c621c73c48308f45d7c7f12d65af139c49db446e87bb7d3f3f3db8f4c04fabf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6 in place of 2e5f9e43cdd79b7c2a7bee206cce04dd39371eae23a2e06d56ec6a4d04339c43 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7 in place of c222ae2b98cdb2fb39e87a8b5728af9705234b65d7cab6ad2893f3689fe3dfcf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2 in place of 34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7 in place of 283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1 in place of cb6a7f3c00b9bd544e940f34d908eaba1e88f0dfe69ad3e82be69418477ad7e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92 in place of 123f88545d00b98213a994f8635f9d18690d393eec87b2ca02f80ce983258a07 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b in place of e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7 in place of 6066a48ad5e6c3b5e5dd94d240aba1e8d2a5fae4cc9b2269e58e7b743ca77965 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6 in place of 71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f in place of e0f6baa863d088d128eb470240f4dcfc9b22ea8010c19c2b003dd585f4ff176c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a in place of aeba8f25eec72d2ad205ce998d5de9d7854ac464975898414bd087bd32a258d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e in place of 0222b6b499298204afbad183a1f894f91878185bbf031b2d7b755fef4f49172d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023 in place of 00b278c3837cf394df4e44e7028fb740085226e624bd6b4a8f8ee498e182d3c0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac in place of 18f6c08a854953fc133bd812525d849bfc85537972835f151e5ac4499ada3198 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1 in place of ee702d7eca9d7f7f798f5d3cf7816831d6374063d732c5725f0cfcb90fe0f870 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08 in place of dda51002145df1be2eef5e6f2d844338fcf54f052aeeb79bd68274669c6fbaeb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1 in place of 07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c in place of 8c014c8b2534b06fa91d7799e724e78098ff66e168c04122bbe2764fe74b021e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5 in place of efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5 in place of cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf in place of 85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0 in place of c0abeb116ceb4fac382ab44beb4978a8c077a8bc30bb00887c8464523679b2ed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9 in place of 3a26691be7d2215a078356fb95b1fc32fd411a572c7acbf7d18c7e94e6bf1ed5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68 in place of db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28 in place of a4b159cb86a32d27b27ce86d3bb646d898bd0f4057de68c302fef4aacd8cf2d7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75 in place of c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf in place of 38683cc226fb39b98ebcc59064b9f88fdd89662c3d00676278c509896340a2ba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b in place of 70348b79af0e19f7171b4f6d77411229bf4992c300ea570c86a91c7e7694f3c7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f in place of c419f9553573b869cff8063ad0abfeaeeaeb8e0e5fb1d9408f7339edcff9ac35 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0 in place of 3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304 in place of c6a6c0c2cf4851fdd7fc293ecf5b3ec3faa8ae1d6e0a2175b23abfe4d2870b35 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16 in place of 8725a6bd6930208fcc9fe698a90f3bb02ce14c39c96935a620289819ddd20b5e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9 in place of 6d19eef1b5010af17c0cad12972d8fc7a3a69de06abad2406d801ae813374083 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9 in place of 2617bdeb0cf03fad9c061afd932d4d17b551bef101fe7149348a20ffac0f2ccb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2 in place of 9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844 in place of aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac in place of 9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72 in place of 3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50 in place of 142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de in place of 293a02928a260b0ab71f1214716017c4a22365b7577a86d7ec946784ab0ed6ae for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46 in place of 7a47d254c240f0cde505a2427d80daf5eaaf5f7073becd202429de0256342570 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a in place of d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960 in place of 8f9d8f570b1a15dbf6eb5b393143b409d67b3e127b2fecd6b30338cd5c14cace for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa in place of 0b6a7f14f1b174fe2d56ac91340f345a8ca69e466c86feca429acb1b423478ed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66 in place of 3a598bdc50c908cc2941468f8a9276ea7ceb798aa1a78a5a63bcd30c48dc55e1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433 in place of bfca354d0a49a8e90500560bb02a5903070fded7f795eddef3813fd2f73a009e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8 in place of 8c6e78e52a08b8fcb3fee1ef7baa631a9db62b160e3741746cc50076780fe8e3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862 in place of 996fcf61b0f8ed609c87b3df033a2d79b4749d71bed42415cef2ce2653e7bd0b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6 in place of 99a6c7c7394c35213a7048166c82341d1b9a184847fc09fc0ea473996fcd3ec2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0 in place of 5e50f8b933a061baf17a1da145f31d71b235d3f9bfd7331c2452b94fea7d6843 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9 in place of 41429a1cc6ddf8aba68e8829e557bcd2dbdd8ef66fb9ca202402c75a82661d10 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207 in place of 08bf509ac209a9d88367f5967e0f9ed9762f7562d0e174a236cef317be00535c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705 in place of 9923ec9a7612ca3c6100b596dfdfb412bf964e557d57f9a429f90836089288e1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377 in place of f69b4fb6a6d61ebb4934242a720c1566cd9590289c3d52d10faee055cc35b6da for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b in place of 425678fa03ae456fcca4eb232d9a00aec4e158bb4c1a928481a721a5a741f478 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23 in place of 455d7f61d5d569a47af90b0daa2cd3ba24ed7431c1f850f3a631326cb084fb87 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4 in place of b237240cc4d68896ea09566736eaa8fccd61465d3ef6341f6261c2bbc573e447 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7 in place of db2b952fc0a78aceb59d617755def8f1ddb8e7db331bb71aa2f95a299da62627 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb in place of ae84ca016a533b6655a38f3222269319a68012a138d2c5d6f13b9b087df4564b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f in place of 5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef in place of 4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373 in place of 96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7 in place of 9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3 in place of 4dc083abf09720d8898544324ea2ea73f7180cb72033de3acc55121c577efb3d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3 in place of 7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480 in place of 6760c17512232b16f234809ca3427752eb525c656a1887b1a9099a813bb1a2bc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb in place of 59abad27548bf49f25b16d1c28a894a28784bf4b16e14354d0c295e11493f34b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b in place of 8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9 in place of 3daa9fc01252402e241addc53c2cfd166ce5266472d60b056bdedb78710d0530 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e in place of 5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50 in place of aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a in place of 1a2f0b8438a4bfb8b55008d342dc9a94da0e131c6348ec5801b2caae2769b55b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e in place of 52fa542fede03133aad72f7227e6c27d91b426d54469fd316852d8fd67ae3b04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9 in place of 9f6cd864e7c141ddb13819e85b5c6fbebfe4e12cc715186f96d839f2b97ad6a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504 in place of f52832fa068e1a61f53e61aa90bf234d2a314bad3cb71c4a0b93bc13ee7526ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60 in place of 0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876 in place of 342ea9b7fdf7f6a4c343d5055997e6e31653b4639b74c626bdbb986473883154 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee in place of 8ba1981539f3925e00e7bb97e5c19c1ac1e268f23ba13ec3bdc93f287726b700 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148 in place of c589adbd8aca7dc13998e636c3c0636504b3961854786c4b09fae54cffa2c74e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb in place of 9d35d2a080ed0e276631c64f8739ba60aa54a942c6d3b9c64c962cdd910d3e3e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46 in place of b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4 in place of 1b9f8e34723ff05abf6df2503f174e626086e834d3228792939ba062164602f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f in place of 6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb in place of ff84f6b81ebdceec340dc32f2feaa7861a07fb82797de3fbe5d9f548175e7f18 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f in place of 4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126 in place of b763a2b1d667609ff8071ae7227651a0347aba1586b76dfedc3bb59c86014954 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e in place of 92d54e4975ea1c7026c96f52b02a5337a5c9d72ac17e9abf79f16475e14d66d5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985 in place of ae11292051340f9687d82c4f06021c1a487edf8eb660c8d787a1c218b96eef59 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f in place of 702921c064f264e1873d1b1989ee633c11048da0fd4dd1bd3ef2ddd00a8c304d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d in place of 7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6 in place of 2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594 in place of 0b762cc8cee9379998d5e2f67fe18761ae31bf7ae7bb6ca5d735bc1303c1f5c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a in place of ec0019ee7dc95825e9b988352ef96e2cfa98749a5be81394097af6e776650532 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b in place of 485afeca03249698a96008dbbe6b0e111297dbd94499a7688ccb0129f8d0e0fd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7 in place of f369a3643ecba4427927e031fbf986157ad2dbfa2286acba1c71243b1b060417 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929 in place of 08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952 in place of 844aa3c9b603b07622de951e89f9dbe0d68298bd0f5b258fbba3294e9f71920a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a in place of 82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259 in place of ec9f34ab5afde7e26d0f2e6365effb4e81b464fe10f5bde1e2b7014edcd6813b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5 in place of 911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50 in place of b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2 in place of 46b22cbee79cae7902abf105e15929cd13274e6afe0020fc7c7d714b17144029 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1 in place of 093153c997c67cf09bf3426cf11bb8bd2694ca7b43da24b4619f830398987e32 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4 in place of 861d7b764cbf0e47327d349db4b82b448f0ddb7381a9a6b8c069f4779c4444a9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850 in place of 2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae in place of 88b592c2532edaee0b60fd1aa87f37707f7607f2911170a544f59adc1ceffc9e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f in place of ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef in place of eaf43bc5b1c47521f351c1522658ac824391d35d785ad0986f6441ff7d6569c4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c in place of 4ea38b5adace965bf98d91bbcc3a93ce403ccbc530976b998c7425f7b06514ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c in place of 8bbeda24980585806701a7c60dfeae1567026f1c8b4738ae2b6454e4012d4bd7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38 in place of f1dea79fcb712c07edcc70480088873c99658eb371d44b622ba7d58f4dd7f663 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03 in place of 795f23e89e89007132c622cd10ec4add6f04a9f2099a9ce48684048b39c0020a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436 in place of 952bf877f2ec58334fa093f488e55eaa3badac67bc937a2cff909ac652e8e3a3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667 in place of 89ff7a8bf1a88b6fa0993d3f7ba1a437515dd74e6fa8e45a2344db6816a912af for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a in place of 1d5a42266b68363d5dfca4a790620e471d4af7e41395c1aeb94ae3d0a7ce1469 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125 in place of 6b6213aab276fde9753a341c01ba51e53a122eaccf279e64eb695cec4207400a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6 in place of a6c3d1fcaa1462fb75526851ccb9816ae02fecc7b19bb80091a610748a3ba844 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec in place of 108c9f3bf25ea18287a62de063b117833b0d3ef8ccfc45ba5c7815fbc64c6ae4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9 in place of 6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31 in place of 53377c9f68a8f0594cf6968239b5df453c8d93661df478682f23ee576d832a9b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2 in place of 112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1 in place of f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516 in place of 73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351 in place of 9b14b4b40756e2b95c7e935b6b9d2d1d0a95d663d9ebb1a739385b067c13927b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977 in place of 90ffb6df4443cc701eb892e4fe72503ced2a4264f314b73ee9ce9683575231dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c in place of dfa6dd0439d7788fea118f90658f46b7e5705059079b34fc30fc19b1a85d1e3e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec in place of f30445403cf5f43866dc29e0d5826ce3007d61bcf3e1945ceefdfcf6a919f3fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6 in place of 27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149 in place of fd35397aee2d3dc42a5b95e8d39747d2b321b01ca0ea735556d7a70c78db4fca for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a in place of 3788094d569da0d83b36376e9a70059c59b5e3b838bce06e8e8cb70cc62fa731 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9 in place of af02957bcf457be8b7e200d0fd4321b291be0c02f42ad232d268e6f7dd333e61 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1 in place of e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac in place of 972c20ec3a6c0565f65d9e11ab7b6969e7f8abf614d1fcf4554a16fa56370748 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793 in place of 01d46899d3135893e9fc7014da663a54a08996ee050a104cdbe9951fbc5ba0ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08 in place of 2b17487f7417b57fcfaf65d08f84829dd4f63b0981b25ea3f3c449fdc6a534f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98 in place of ac95343fae8ad621e86901268ce66d5bca7766789efc89271b93754180e2aeb5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0 in place of 8c8959f584ba64ca3e463c8775c62752cb9c189cf2e4250786c143fac4248f14 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7 in place of c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411 in place of 3d30e1fabd4819a039c220a40a25c87db07acbc0143ac682d282d8805e5ccfe8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782 in place of b7145f476a90c416149dc3866187eee2c21a44dd2e9dca9be542a4c5e6b50ead for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e in place of d7f3fe42ac1dd4ee5590e9c2c4eb270601937cc297fb5caa67c9b48fbdbb485f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6 in place of 834e0d56337b1bd44fde5e547fd1acad6aaba74253564439e9b4f3282b77b8bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4 in place of a7b5944ad09383723a55e6c3f974b85c139db7afe2ddee6461ce5bfd7fbefe24 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49 in place of eccfe226da1272d239cc6673dd171646e93e3a6d855500dba1868b8629e03765 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260 in place of 3d1559275d6452a05dde0a0b209cc1c59c41a25aeeb45a895fe1de85672a1e6a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46 in place of 816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66 in place of d5ba125e1b29830e3052c144b244ca2d3bc162cdc78c4b8ab948a33fa0252086 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548 in place of a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615 in place of e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995 in place of d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00 in place of dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802 in place of eca313b4f4d343d7d8d2f8f325c21046999b84dc1d9492abb023f28cdbc071ca for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002 in place of 1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0 in place of 600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf in place of 9a05af5c9aaaa21e6dc77a3e425079ff03b221cdbbeaf07b2196f1243aacbfaa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa in place of de00ac43cf6e6c5b757844cc94c94b8ec009b1318173385bd866e78a3c1e2677 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879 in place of 1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c in place of 8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9 in place of 659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682 in place of 3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624 in place of c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9 in place of 36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652 in place of bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3 in place of 3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86 in place of 3f0e1d3ffb25b7508db65cad726327af447cbcbc499085861fb13b2326142c39 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0 in place of 93b636635169c3ba9ae1de36ddb0ebe2940c48062d315c36b04bd058a15fbc1c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9 in place of de68ba23cc7c935831011ac6605002a17a1553cc5e9334a457f8b4a13a969c2a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7 in place of d9fbf417a7cbbe42304e163a927f3e1c97f61e6625a08a08f2054830b85a9fa5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637 in place of 5171bf36871f6e1275c646ecf808f804950a5fe7685aaf70ea38f3ec98fa2c33 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2 in place of 89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675 in place of 41fedf4ae7690d0065048ee46782fd78da1c2d110ad4955405e1a3052449cd8d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1 in place of 31272323f4e9243c711f90e7ba6afad10f71dbd4e9c1cc8fdef7c92d3a22a3d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e in place of 7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176 in place of 041eb39b5d781cd6ecb07ea54b361c2a46183feb3af43df136fac507295700cd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb in place of abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063 in place of c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409 in place of 00a790f53ae91dd0fc097530c6b9eabe009d600629c1645dfa4ecf12539e69f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d in place of 66549c87a8a0ee56f6948956b6bb95939aa1219630753b96c72bf8ffb84c7bc0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807 in place of 2015eb5b36b7558e1bb93d83ad015111a2ec6b73475a27a23223cfb59425596c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad in place of 22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818 in place of 7a0d156b9413084321b59f16f09bebc87ae259ba0d80ddfd6d2df84fcffb1197 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d in place of 6bbe387e0077611fa5d00d8371f8b9e7a441e90fff421d500c934cd8a278d355 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161 in place of 423d065182be73bef74a6f0bd996b3dc9dccbfcc80642f0376a7069d0948659c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e in place of af9d035149825bec670ba2150131375a9175be5aaaa304e10f132192f42c5a01 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24 in place of 0454415d7d9b94a6b370d296d6f519c34ca3121473b3e984ef485c1d6eb4a97c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616 in place of 662630c6f590f831be04026da0d21685670951fde298b7c70b15cc3df68b747a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25 in place of 8828c184b7888f3c8b643426a6d5e3ba3fcfd75e780e12179d96edc2133fdf19 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4 in place of 5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f in place of 6b6b4f4233bfd450faba314d81d581a90747d3aff10a1a863ff1e6d3e79f246f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e in place of fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c in place of 648f39d8d2dd266728883138c659b04bd13ffdd49fe90a5c6a7527140e831c7b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e in place of 8e826c91098e9b1b3be915bce77c637b3635f05c5a1ee17885de619b48cc7be6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded in place of f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2 in place of 28cddf93ca163989b23dbdd0e7cba372e584e7ba45df9a2ac6ae73b9eefb1390 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b in place of 8608dec63baefa3c580ea9f898f4d5cc94795208489e915e7675b1819ab16aa6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867 in place of 64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1 in place of 5f396efdb6fc74f383f55320afd9be53ea633c8cf7c5d5d7dd268a01f3216d4e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4 in place of 3f2f657017c1ac2107f37be59233c0d27827f56f5362eb77ca6aa39e2159dd10 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0 in place of 1d6ddbdcee23d9f032678f8e6546878c03ba3c2ea94aea19829e5c5ea1091057 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b in place of e0780d7612a6b65f6e442a32e0012f0f3f82bfe527d30cc19ba8e9d89bcb5dfb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0 in place of bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e in place of c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e in place of 41f1e7e7741336141162780d27562fdb86468fbe2e2a08cee0dfca4c8993df95 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279 in place of 9c8d8ba9a61c0640ecbea9fdd63f61a879f0315b8f4599fc51554a1db4b8e7ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b in place of 63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81 in place of 73f6c90a297d9d210d4d3ff4ba0d79d23d4143a2e9676bb3bc03bece3bacd90a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4 in place of 34416326ffe076b2156f8edfca0a5eb94698fe80b7a2e25b171c507b5cc78c86 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0 in place of f5be656c7fd7e17303c08b5e81a6fed16082885dbb9ceb57b3a865e15b81ed9d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1 in place of 190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27 in place of dbac8e3c95c70bc8edcfbddb3030cec06e94a7e0f14dc888a0ae60da7d4681b0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607 in place of c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195 in place of 7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9 in place of 053a357e6cebebdaec3c3ff50e07145a43da70863545ac821bb787024ef615f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e in place of be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34 in place of 55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55 in place of 145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e in place of 2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc in place of cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c in place of f3aa95fe2ca3801a62a54cdd5a19ddd29dd77f086608d4143be3edc85d2fa056 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f in place of d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416 in place of f571cdb822700266a266335f017400cf3639c17314a095d68a2662ed1df89436 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71 in place of 87c8eead395ea129bc8c49473fbf8f7f002f744dbc52a4b18a60ca18cd5140c0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6 in place of b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103 in place of bcef37f655ce5703ade772dd900d1df7ab9f84ed3e6a289dbead54a92fe4cbbe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6 in place of bb0d649a9193f9244aa46e90c612daa9efdb5b81bd218cbec90372e0fcc8083a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60 in place of c9cae863187b5839d9d6e0b496c37952d270e49068029f13d7917f36c701961a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851 in place of dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3 in place of 47fe89473d8fa1dfcea88f0dc38a55a6615699b0bea984c2694d6e14441fe9d5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553 in place of ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d in place of dba8b356eefbdf5b6650ba6c4e761b1e100bcd2368785695af69a479f84ff1c7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af in place of d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392 in place of 91e3296f9b6438ee75c848ac10110b8e6cceb94b52785aacf023bb73b4b90ff7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f in place of eb937b7ed000028e6622d1547f20240d94a8fe7ce0c4a853fc5ea41156d89d51 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2 in place of fe5ab248ac2200e87460210746239aacdbdc6e3c46f3f889697639d7758cfe57 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d in place of d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5 in place of 00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d in place of 85f89e4d64ab1eee43ea3070a5826b4f4973a8cea8737b9650b3380c3c7e2568 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64 in place of 9de67604a792ac3d6d214661488624b72b0e9c0f0d2513e0d5ed2b6b4d73a127 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c in place of 5bd004828441c83a2018c3dc7a9aa732287c85aeebda3eb968c4c0eb039e9c6f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf in place of c0a8f09299e41896469afed44846fcc5647a920722d18141b8543a77046c047a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b in place of 378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5 in place of 327dcbd699cf6c48030299c347d8ce8945f108acb08e748ad84d977a04600e2b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca in place of 4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f in place of dc060bc9b2a03f9d3a1b0e72b69efb6cb796ca0ec85e186f3f9088edd9179cac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba in place of 3e2f42979275bd16f41590088274c12d4a93d18be5820df8cc57698dad7ed767 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0 in place of 9a0be29a80deb39ead0880eedcacf0c8f97b7273e8e6887f36b69a8759426b9c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504 in place of f958c1049477982b7502bdaab1fcc413a03a8a9d7db3c26e166414cf3e2d6997 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b in place of 988f005d7774029341bbf8cbc2ac0cef42b3f87bf80aa9736dbd6c4e4f9835bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb in place of 02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7 in place of 24da8c3bd52f999484d80e388d10a4e615af87f4481f1264ac9f3d24db1e107e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284 in place of c1d38a002f87a9c98d655af3295bd3cdabe641c45a27c99a3ac745427a12dfe0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac in place of 1437278a290b7107a908e0f836b94ab3a14d50349bcbe68cc591f75144657388 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195 in place of 83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca in place of f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1 in place of f4e48fe758adb1ca6c4e3983b952dedf0457548f31750235e1f9a5e1a9685a5f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d in place of 6f767a58c1255369ec97ab8a5650da40b82256bbd561cf36742dc5cb9e8dd085 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3 in place of aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066 in place of feaffb59d25bda5ea3a883bd8bb359f0b576770c8c32427b286dd1a5d3064ee0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae in place of 60feef77355e8e0fd86ee4bbbd521bc0126dce96950ac3be64f7835bc93f6fa7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c in place of 29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51 in place of e615a94a587c4abfbca960f77c212eb10f8cee241a99464986663e438e6442b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56 in place of ebee48ac556719b90de9b83b7bf457edd65ac328dab33d2a1ad554427d73d334 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3 in place of a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84 in place of 05854edccbb15f0fe91d420accdadacd7bdde2703b83846ff564a0437d573a4b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc in place of 6617c0e82291d479a17dd702eb2430e1a07c3cda7ba54ce5ce485bc611cd1cf2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb in place of 8b53c8a2e211014dd66f74bcc0a684cf73dd3815ce4378bc9d1b5ba6de3a55fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f in place of 0fc04efdbdb23dbbb6dc9168f5851498165f05656704a1d617401dbc35977ccb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a in place of 92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112 in place of a15e6ef7862f1d69c6e19f862af7ebe0bff33ec2f8a22638cb9cf7f4c9deacb2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef in place of 10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84 in place of 9dff378d8b0eeb7bae5eacf81ccf48974e1e93ebfa91b38d2a8fd476dbfe4226 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b in place of 55ff592795a045cba10d3a61f48c6d7236e6e73a26259d33c4d3b50e7ec352e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d in place of 6f636826048120d5ea22aeb5a791133934ca64fa72150300f0b1d9e66ce74df5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6 in place of 656b5372a7b61927b28d67fa1b19bc0fd95cb926bfafd1d72291ad5b3ddbf6b6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_package:ad1694e9861f11d21a3cd47d52057edf3c1db9bce98ace82ba6208bc3e29b332 from hashserv.yocto.io:8686\nDEBUG: Found unihash f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8 in place of f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357 in place of a5158a81d7ec62c037759b77136f92a9d18e69834462550f5bb21bd0c2dcaa7c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a in place of e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e in place of 5e4d46a8196e6f3e91f706847e8af1a7eb83331a7b534b33df48a0432ed8eb3e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd in place of 2115d502e0f2290a0235b5540005592acc2e0c616d7661ac7a5fa2f7a45d2bfa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40 in place of e623e334b71ba73f6987bb9c50cbbc8e620720c945fddf4b3db6297d95a0558d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9 in place of e0812b9dbee43c37c266c0f602b97b8a84f432b18fd7c3eb2ddd894948849703 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c in place of 56690d0b1b1e2b7565a98bed0281969581948edc315167d6a43910652a4dec31 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17 in place of ca41e13f2f5026db984886a88453c08dc0d903d72815e598274c2789d160d426 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff in place of 9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f in place of 6f2f8df9ef0c9a917d8f55a49ad0574ea8299487105e185dfbb7d2e5179546c7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4 in place of f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632 in place of 4d0392f3cc884c1df2f3cacd02fc395bd8a93ca8d2b79256eedbedd880ac6c91 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e in place of 9a1c43265eb86d96dd26f579317ebd3418c7882021fe26a38de98e576c4f79b7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87 in place of 6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f in place of cdc1be2fe85e0277a082bc4c25ea020666e75dd7f78e4a6fe6beddda81961e47 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef in place of df8810505d945711abdc95d005b31b85326993c081c68594121f266f0c86760d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c in place of 89cb4949c4122b56bff79b1224ac3e44444282c83ab3a03ec0b992113c1d9f8b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442 in place of 79546b2f6e77b3bdec1240e9237541f981cead21b5c2a0ee4f9a3e5a0f611d4b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194 in place of 785c53c396665ae8952727b9be7fe77136442a86942fa7619a52c79c1dd49a1f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f in place of 11fd47fce43735ee319b2b5b759d9e6172bbea6a16e6f417c1655546734f6c70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a in place of fd0775626c5d1b3576e42ca1a2578d0742c80e26cd9baad1ec55b532ab5ce8f2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55 in place of d867194c402efa10a5ec8f4ac372f5e7ad98caf59e361e761f2d1333c1c06be1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a in place of dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b in place of 566bdb25145a392c7b453d4dc19fb97782435dc92465ba342ca91a04553d436c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038 in place of b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1 in place of 74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb in place of 3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce in place of 68cce4e288f9e913f30ad68ead289b6742a1a1e10a35d1b5a35baa5d49642c99 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582 in place of 775326a71dbb37628d32a88abff7be29530adc788037d2317235342e32b861f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f in place of 787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6 in place of 3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90 in place of b0a918fbf04be9e83236d89ec55ba3319672b3c3e392bc067b655d750e64ca7c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb in place of d4b2ea643923a48c5b5ae4952c60f853b40fb3551dc1e047fb940f15fb63d238 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab in place of 25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c in place of 4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_package:49ddb4a5e9baa9528b2b9562f317d91d774d11308ac3d3d07a1ac2783e0d8c67 from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b in place of 08deb944d354bdf5f5ebfd1233107629e0bd9096b707611a74225e9c000a766e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0 in place of ea0b98372fa971960aa4e660209a5c21972da3c45d8db588ec7d279c69e1431a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28 in place of 2b2a626bd4bf8e42e459a0e642309a76c0a9bac1c255148a8e7c4209adf06dee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2 in place of c75b517d42ec9409c9b5d05aeb3e8ee7332c6e1746dbc1419481b8836b49e8b9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_package:ab9169dd972e514d06f6150ec9aaed3b01af4599bdf5a793e734e72c2ce1281e from hashserv.yocto.io:8686\nDEBUG: Found unihash 3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf in place of fa1cc1a48ae871e006589ee5297a11a4989b593c0e30f030f7118ed4fe41a643 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e in place of d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7 in place of 8366bd3ed454a0236914ba38ef7b174785225e99d5bf7d9119fad36c8bdaa53c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40 in place of 87b1fdbbb9c90e20dd911d11073955480229540427dd4eaab1003de8b3f72e43 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9 in place of d31e546a65fdcca31a6efd16c9c6580c0a33c3125d931710ec55dd2e97830ee3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7 in place of 38d9a4e11741a4149e16c34a44c7e66b95de96c2407130479ec88007f5d26b4d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2 in place of 28763c5d747827829e556eeb9e2fbb8a916474cf7417aa544b47a442a91a095c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5 in place of 8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f in place of 1dac2a0924f78a33a94ecaeaeba37104bf7e19dd56b12f4b9d2d25d250bc5cfc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a in place of 55bd58961fb1afe386fded0b8efbd51dac226653950ed3191dc22ecf9bad4e16 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f in place of 14d93163bd156366781dd3d0222847156fe7528f31ddfd3b9f501209507fc604 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b in place of 1a6078818ecda4b7bca7012531d23a574ad39afcfa02d43a18906b23f2112a46 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2 in place of a763eb038552080d117a96c42d076d4a2bb58176a7ceeebea65163b049b0dbe8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900 in place of a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75 in place of 28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594 in place of 63e228dfb1e630d6dce17428698b884702f6939b48371dd691ddb6fe7da008f8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99 in place of 1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0 in place of bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab in place of f11c301ad4912f8a914d944bf784de001a00ca471114ecf2f287681e7e3e4c2a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f in place of 29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5 in place of d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0 in place of 3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce in place of d650b39b3f1f08b8fb5e413b7a4935fd60730a8ab20445b7240c67bd7b2e8032 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5 in place of 6f524bcbbff0e5769f9ccd88dd38f5024e629fc43e06ac868856c304844d3db0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6 in place of e3f7b7cf4b8c7efcf1c86df7f2536783ba9fe8c4486be1db495de053f48c550a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2 in place of 2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b in place of 971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f in place of 04f66286125ec25931fb70557273e89b65a0b27d56b5c6d166f5d7857a637b6c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd in place of b55140035df476ce3c0abdec18bb6fd8a081ecee208032c4e72335587f74d982 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175 in place of 6f7ec14fa0f5c83a10bc2e3f1cf6bf44dad1e8a181f77d4f5ca2027a8e5da59f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c in place of 604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638 in place of 67a20bfe074f1689a6bd470fd08675d2c258e4f27ca8ff370be885b13c21c160 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f in place of d0e941376c1570fc2f7f9c846c8cc17cd7b8421f83df6a1ec628571e190ffd92 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec in place of b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b in place of c3aae9fd0139d0d6ca084a3c1c0e8320282eac3366af448d8af9f94974746089 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9 in place of a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083 in place of d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d in place of eb046bfaa5c31afa631ffc39fb9e15c0ecc17a25df9580b29ab2b38a86e93965 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f in place of 34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6 in place of 9077f35847284b660e79dafa0a93ef6fbee9879cdde696c53369f9d9daf98045 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387 in place of 0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d in place of f2ad9acee0e9ee251adcc5bb825e9d9006610b7d658ebcb6748a7cb94b9ccbf0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc in place of 66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084 in place of 24da86338ba69813dd4f265fa6587dfa5cdb86b5b3f2a77995df0b5e52ff8ee8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990 in place of 832efcebb946010fc1b430694db8532345707fbb5f8a6106b5ae771911bc961c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab in place of 4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f in place of 9ec13f9a75685e2713c75f1061086fa4db67042090890f98780539d074e7b59f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0 in place of 200e034a328f5b2f1dea3a527f64664c2457ef8820b71fb99f221c91e9dd8e56 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3 in place of c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655 in place of 42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8 in place of abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688 in place of 1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed in place of 587ce6c31f18800bbc5a3b22ab2c7a4d6bcaa83b8141a88da96afdd702656cec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161 in place of d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206 in place of df7ffb971648f5e2eead14054f5e3137a9c6c4857599f4610e5784a0142ca616 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc in place of 4834eca5f7f3713b4ce1ef98b0e1ea6e50f9b46dc7ef8ffdc17977e70531cff0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a in place of d2a1bfe2c542047faab2fc6f697ef6dc3e562ecd5d3eac332cbdea4214bb0db6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d in place of 2206af14b9d1065a64297a831e301b3359c66e0a9c8b202d14e5264b75876a74 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c in place of de0c5b92ddad29ced131ead523fa06d28e9ed936097b6d650b8bb5cdb2b10a71 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9 in place of 260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc in place of 668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33 in place of d3be201933ab6051bbfa7930cfb96be2c3f6af91e6e865c64c48d71156d90b53 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c in place of c2d8e225ae3f4c849186cfda068ac6207cc2646d83c8fa9288fefe2d1c91e637 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c in place of 1b120ef6d7f632649fad3722e1eb78a4a693a1c2ff65c370150e2765e37321ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854 in place of 5d100ce2d3676de09ed617c455e0b1c75279cb87280cc09522e01e8e27474ba9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c in place of 9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be in place of a3d9a488386120f683e7e587cdd02fa75a0dc95c53280a3c8afb6d63ac1f3b29 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148 in place of e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72 in place of d00d31751346526d15b39db84dcdee2253f5ee169f08637e591d02d3ee825763 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88 in place of 36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703 in place of 5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd in place of a3b5129e113447a36b6cfbb1fd73284704ddb3c939d28fa64269c72131e08368 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3 in place of 9e41c83ec8689ed7e786eb1bf9a7ef43988c65ffa23e45ad2752af1966069b2e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf in place of 8fb9741d34ecd0ad09ad097f41d3a52ece1c87468be1189c23e5996bfbd2ec0a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a in place of 3946910900ae572ba83a4b90a984292a8a085df6ac626a69a64adac2b72e2190 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4 in place of 7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620 in place of a9b9610c1f14a13d00145c132eb8e83471bfa5de9da53eb2c55b7393bc116dd4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369 in place of 4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c in place of 4f7fa6b784337846eab1e6f5bfd356b36e98c7d271f6dac4ca03b4a16dea2824 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405 in place of 688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c in place of 6fa5ea482c3d06885c6b3b7903dcc91145e64089d1787ea495f0349bf5569e3f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548 in place of 4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d in place of 68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f in place of 031f4f5da330eb4be48176467cf31fa888e91fb075e7e9a6a63eba13c48d3048 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b in place of 23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218 in place of e8bee0bc7b541b5e0e7ddda0f424092ab94b5a6344a8997d868dd0d1df0b1120 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd in place of abc3481599d2281141921fa361aecb8952ffc88e2b1c3c020301e66bf2bb88dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250 in place of 195c38883a96a67bc2123ef50462ad7b84401770fdd4445f15cf10171dc1d9f9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49 in place of f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850 in place of 2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec in place of 6a52829d645a0e94bea1bdd9ee27916b5277a6afd33e93940c9756ea4203543c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da in place of 40020b50afc49cef8807a2e4c90b5b52b47327e4b033d2f1193fd4559a196e5f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974 in place of 62922e5996b187087bdb1ec1f0f608b74c79c1c005fb069382f0a898c2e3fa19 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d in place of eb187cf3b6efdecfc31c73540b104aabb8eadf734b8e9dfad0a4632f6c1dadb2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966 in place of 571e427342330cf24ec8c2d28d979d81b143c1bada679d6d0206f22b735477ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf in place of 791b315b6ded7313db6f189e9aefdb5487b51acca56d01cd2ad975684608b6d3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77 in place of 80b7b66a5cfe6f8074ca0e62759afe66e5786f222ddf9a49bd7c8a2fe30df215 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5 in place of 8da8bb01075a5acfb63e79b75fa8d9b3dddb259c01e74a6491a3b87327225d34 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049 in place of 53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab in place of 0ec8ce03fcd1d2b2346cf40987753f113521e7956416251f23fac77520b6b1fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef in place of 9a728d45c7c86904e409aa05eee64813287c81fbe2b0d6827c14324b3d1bc341 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c in place of 82b0165c926cb29f9dc0fcef19e8f6b3d17a020ce708cba424bf8cd6276cbe11 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8 in place of 0c5cf6e63750a228ccb97821f95557f6656a94a2aba61513fd5ac7491d43512d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1 in place of 80416ae6df5358544d003cdf410a16335822563bb397aca0af7c9c9ad57bca53 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd in place of 953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241 in place of d1e3e73fcb9b10e512231cae26d95125f9184816e845df65ede895ac50f074f6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26 in place of 6cea9ae069cf91a455fdff28bcde2910772f7ccc957feb28e62874562f777278 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146 in place of 0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c in place of 02551b044392cccec047159de44972a30308d796bfdfbfa6842039bd57da646f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b in place of e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973 in place of 4fd802e7dd9cceb95b8142c302adb751297a06bac8d7c3c21ff83445d2968be8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af in place of debfb237744af358b913d706d65898433c46f75ffa205d2144ccf6c0dc8d2bb4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01 in place of 15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160 in place of adb6bbd02a6191305e0114049e2956d8676c2f8226bbeb2af241ccaec87801e8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287 in place of 684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019 in place of c9985732599bec40b5e3ea33fd3bb8f08712a95d4a233e6d8d8ec7da4eb056e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2 in place of e4889e29f9c3e2c08f0eb0e2d3c3fadca3c5518032c89aa96b58e8e965e58638 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513 in place of b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e in place of c0c55acb5502776e3f986688ba1bf61bced02054ea94247d10a155e3a271a829 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f in place of 17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1 in place of 3a8955240de75eaf8375c1e0bc4e29fd93713c092e505411a446c08f73b2d472 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29 in place of 984de0c62a37b437cc4f4c68ac2dab63ccc1d38450f4ad432628c7ebf374cfbe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da in place of f612b02456ded8bdbdbe19c1b1371dd23ebe6e43ad10da2655973aee5438064c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d in place of 7e5d56b0b782d03fcdb9d023cac6f4f984b68f80cd3802382bec594516d36c46 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395 in place of 8e348aa86acc619f2e68bfc99abbcda6854a2c6f07a6965034928af0a86e7b95 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c in place of 43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f in place of f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7 in place of 2c471ab96c9bc455c615c1eab5ee77bbde8375060c44bd9d439fbbf3b9c49e6b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2 in place of 1fc9ad27e14d7dbb4aa253b28972faba29d314924a082cb22828ed1a9653f0db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827 in place of 116d0726b99b2a3e26526b606c8b91a5da958c7e72016735f8a778ecc2fc5c0f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df in place of 49943c97abd966915146d6f913d46bb92b9e0120dd81094a972fa298cb4c20bd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc in place of 5764e0091fc32251b316b6303e67a83ffc3346b33bab1f3de09973079d0e32f2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a in place of b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3 in place of 70743bfff1a11191d8734f373434e16f2e0917ec4114a433ca97d2ae7ac30ab5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309 in place of 31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0 in place of 510804006ac8a3a5762bb31d185fccfc0a9be280d59cc9430bf1c9a8c4867abe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a in place of d913b126e71a111de15aa0d0cfb17f6f90ee1636796a10a6beb1910fc19eac43 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75 in place of 4e18f8ef70fbd096053051448cef9ede2e1b64bfc53a1e41b3cff61917f6c02f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24 in place of d2d72927cf1a87baa2b2791ca8ac0cbb1609207ce2ad882cf7d705ea01107d2c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba in place of bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d in place of 3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3 in place of 38b4b898db4960ac7b3bac2480f547e854af4aa661fe0c64f0bd8f2146aeedd6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207 in place of 17657744a47b239dbfdd78384daf150cb387696f45cdc2869d4117132aa9e73d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04 in place of 6dab6413dc89c056520004a2887367965161430984e92459a66c729227872719 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c in place of c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f in place of e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2 in place of d6cfb73b123849d723cdef82ce60639f8cd03ae194ff56ad4280b163fd2dd8fc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d in place of 2f4039fe58e2b5885ace50ee5620e69d54a4e1fc689c0d138431c904f90d44ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6 in place of f7f68bc359e026b8e56dcc072cd4938d07153b895001b21133154cbd7764f13b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22 in place of baea0d21249172bbee0fcbb49cdace649ea7711880dcc55b33b86f48ba766511 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f in place of 1301c34559e5f2f7281f06962368fda46aee3ff88515714807b251680aa5b7a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9 in place of a41f208389431b2aad923472fb816773f2d338313c7ec4ae5244b0e7661e0d60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e in place of a6ef7ba5b590da322d8fbbc9f15c430c6fffc62028f77d7af5909407f5c14fe1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887 in place of ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328 in place of 5acc26f35996c53eee341bee3e24f34dd9beab46203feb038318851078b89101 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2 in place of 6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb in place of 0eae215470ed49aa389cc483eb7a43b44c6a80b72f697690a8096ab77b20701d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72 in place of 011454556f74052e5e5513f988b8835fae7c7e3ae3f879623f9cc21370f075f7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd in place of d5cc742ada64a64535945e41c8c011ff93b42ee5837c3ff85fbe9f6111043b3e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7 in place of 3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b in place of 4b024aaa017089827457987b03df6cfe32c26fdb0fd8916b3970b05baa64f743 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b in place of e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f in place of 43fb556ca5c6d27ef286c20890429292094bc7e3e7e4e57571f263e6c948ee78 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12 in place of 3241ce88648dbf50b7b0c22c160b597493b7c95826ea7aca327329ac386289be for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a in place of 2da0b1db8a080c7c67d3c0e70df714ef75ec639db702689de1b6f31bd826f110 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9 in place of 2c0aed81e423939bad0e12b312afa80c2cab0f69cfb334735df1e7993ab9a035 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe in place of bb14a436404a370b635353a75b58670c76254a9aeb638ff0fcc5d3fb2deae2f6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1 in place of d7bf306d943e79b22f183f38ec77ebfb90f4fbb10c59c2501604ae24b999c782 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce in place of c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6 in place of cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb in place of 6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67 in place of e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933 in place of 9d989bdb740fdf245e58e0ae665c8330744e0c2f93181688d4919d55372c59eb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906 in place of e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a in place of 7af65d00755c79302f7521e55cbda5413c58487dff29e56b9f7ed94ad97ac6e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb in place of f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177 in place of 01a589def14aa415f79277cbe1d9ba328069f178b8ff28ffb9313e3ea18fc3dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf in place of c41b4ec501a1497aa35e09c8f984e6a2600e2a9cab340064d5d9659345d06520 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048 in place of 4074746c441bdee3530630e6c5379ffc824758e5ed1975993437079f308c65a6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e in place of 155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97 in place of bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394 in place of 92d09d5397ec5709bb1133b6fdbdc450836951442354ea71e2aa9f4ea4240bc2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305 in place of b78e55bc6083e6740b7a9a454811b1ddc635b236375ebc98313e7e0eedfa0fb7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65 in place of f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea in place of 0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35 in place of 2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6 in place of 0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee in place of b5f95dd7c9c02e66f9ad763ae6d80689d18c0fc4b18060da4b7afadab7d7db30 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb in place of 498d7f36be23068c0131af8281a7242aef169e520fc1c58c169395ebcde31ca0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02 in place of 1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9 in place of ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512 in place of 9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3 in place of b4e8eb4daf3220e7f757a0f6a9e6ee5b4ebee59d4fc30238e56bfed56970e127 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc in place of dd714683402d8ec9e1e67fe689c01dfdc97560d9fe32d7fd295c4e5fa73f22bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9 in place of 0651de3aaf4ba15051116b232d991cdf28c4328b29afd850fa681ac00b3885d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1 in place of 8a15cae302c27b93ee13a65fb6c358dd4a459b4f8cb9931da541a936012de3b5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f in place of dd1391f5881bfb49af85a6c90423d8b9af558b736e9216eefc74b13b557f18fd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85 in place of 71e531726a558320d49d277894ccd1efcde7043c0d50c6b9c1df9b5a11de5c25 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f in place of d1970d3ec30dfbea9d590bf346da8df05a933cbc461908d56c1a20c2afb70375 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0 in place of 437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628 in place of 1a1e61e48645e29a3b5f63883b581587b3050726dfbf29967ffdb99085fa0dc4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78 in place of 2f2c4c36b1ea757b1f814a6bd95bef3eb671a332f37a40858f1eae529f170e87 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748 in place of e49a7c2954f2b3e63d8a3e3d50ed622c82f57b7823248e127892455da23bd2c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080 in place of 1b794e17a44e126703405409da003e89fa2fcd259ab0406b018d031c497a4926 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970 in place of adc46babdeae3111bdfa46e32ae51b0d72014de926c1e3c42f2bc904ec9d7c85 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53 in place of 811916864d8806c23849c2566a686a86c6e3043d1899ec8c6a5ea9a02da918fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d in place of aa8ae7411a0fb556d06b972d8e2bc8114411d1df4d1c308c29ebceda83a54637 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569 in place of b74cfa728a995a765d122c955c1d5108c27562da9698d086c9c410e8d16f0206 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa in place of 067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1 in place of bfe8070f638b66e77fd25120111bc7373e811dbe17f77facf2555cd56d9f839f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060 in place of a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7 in place of 5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52 in place of 394288cf61e5290f27410edbd55fdd6709a25d7135c56bd1b748cede635fdf3c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51 in place of 75353111dda6d20ab485409245a50686bcf976cbd219c11cd1a994b6840b224c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316 in place of 9e2880935a42e3a7156e28721eaa4f19eb866a81c547ffe5b9d03a48ba65e930 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b in place of c3caf8eaae0432e662b08bf3876afc1d687fd09fda1db6eb3b96a14049ef022a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda in place of 421f9800aa93ab08ece0edaec2fefc218e671857a91ca10a5ebb6ab48fb69bdd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121 in place of 9c4a9d858921e2ff3025c01137489a2d521b484225c1923b68be74708e7bd064 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0 in place of 97585d490c8855ed40da28a5e3a0cbe270c01ea90e0bb962749051b9f3580643 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189 in place of b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d in place of 8d57236a61460d80dd13bd8dfa4a95b2df99496086d2d26ab670c8c4e6a4ef33 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe in place of 5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b in place of 075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792 in place of 8f11346d40f58613c8289c752761438598160d7aeae2360538083d84fcf6c689 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7 in place of 255123af6f771df9429cb8e06cafc3aff818406838c2365b9a65dac597e6c5bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559 in place of 115a3276cb45893f351e552047bfc5629e1f3c8e94120bcac6a6f84053abed56 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122 in place of 9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90 in place of 2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940 in place of 60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561 in place of 3b52d4d05814f475c9996d6de215d63224d3b6a8b7e9abadd72667cbcef462a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb in place of 6d1d07d79cf0345e7503a9a24ca681224fbbd8541f5d59949e0bed1638f5c461 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c in place of 9f1a7fc27ca25a881c2a85f3bf6161634b02699b882268276d5be23c57e60f41 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf in place of 0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56 in place of b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533 in place of 2501aa438d1b5e9bbd1795953fb06da80d04a2544d70a502683ea436d0781b30 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692 in place of c57619e1fac9e82aaa3a93875148991af9b29c95ee6450a6b201562d2110722c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83 in place of 64b485a28627f5c6327af440467009983ae7c8a3575f4e48a4c33379505a6df3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176 in place of fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1 in place of d4187cb5b7685fbc0300a67e2a9fef456c1065e00a97916ec6d6beaf107f3aaa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed in place of ce492bfc042610684ca9d826e83e3644514481acf46606b635b9a571fbba3c15 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936 in place of f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab in place of e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85 in place of 17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894 in place of 8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904 in place of 0665d62f20abed952732debf6e50b225620ec4fa73236a538b610f17a630f105 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725 in place of f0e33750eb22282be00e1d4568b0e130e4db84d7f42a25b31bd9870648b427f7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f in place of 4b98113ce372cef408440a947e8a680b42c9fffd9990ab11ae13be53d0f3063c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d in place of a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8 in place of 9ccc543327600336f2298f4d36e7dcbeefc63a7ca9c57b8f0d61b834c58bcc26 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d in place of 34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150 in place of 1ec8d31c5ea8de119cb66a2b4a865ddd4240f423239fb859f6786e80f81bb33c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752 in place of 60265a47f5dd56dd5915f9ead2c102d93d0c79d94755b8371eb6ee3ac0c3c796 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c in place of 7fe310e5f9bce8b9e39467ff8160e4de5237f9d1cac2ed49923c112f91275652 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70 in place of abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb in place of 5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775 in place of 0c3b8e77e3589c2e00a9fde1202e5e511828c8006d3a16e6bc8c2c16ea75e109 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f in place of 79123c1bc98b6ccbf110a2f4aca503c23c765db6115d84100aef25cf5d1f7c2e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb in place of a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544 in place of 407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891 in place of 15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219 in place of 63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e in place of d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122 in place of 4dd98f321616009e0c70b9549c7aeb2407b8874031c0475afddd0e5825513f1c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411 in place of a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80 in place of 2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44 in place of 9031b456bbc2488e18279efb34940486ad6afd28ceface803e0aefd4d18531f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c in place of 085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778 in place of 21f78af2862012f49f327033ee8722994721d672fc97ae1a2c5a5c9e6a92f6b6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37 in place of 5b8f0dbfd4bfcf27b17c26e5165c4eac609d3bbaebedf39e36a0d218cb4136ed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e in place of 7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1 in place of 5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa in place of 6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd in place of 9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1 in place of 5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032 in place of 902bc34173002fbeba6859fd097961c4272f56e0469db92cb3cb8605cdd57ea6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6 in place of 1d805de88c4f2a47c2e5200fa56c66769accd0d790134d412b19632bc1797739 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151 in place of aec8531ffa2b620be61affba75f4b104c2eb25d76855fbc2e78862d9feec09a5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a in place of 93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282 in place of 42c67c8dce2360f78b1e2c59f3df06df004980545b1ab7db75abdad2d7e5aed5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453 in place of f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c in place of 087e17bf5fba0524dd8934c65532f5071934625b5f4196c101d6ef799c0dc929 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a in place of 383ed4ac094ee8ee1ef7ce20208cf1807dad426313e63004e85aefc4313531f5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491 in place of 23599c65ab0c6bc3a5e4ff68ea065957b8d8ebbff897ce32fb05ceacae883a59 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d in place of 3cb7c37521513e7cfc4387a1c5371aaca118da088440fb6ecf34279ce4eacdf5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23 in place of b98f391caeab631cf6fc9485c313bc6c2ebda5e6f177768fff37a1a16b402731 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash 7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841 in place of 5d1f9daac4a90929e8bf379e692a4c7d93a35e494ff6cda07f3d39c0904d96c9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69 in place of b7b9ef968e9527dd98cd0f8bca101d787b9c52e4c16cb20eef7ed7b6a77a4399 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80 in place of e5ea9db999725d058e5c943d5af012ce59e28b7e7b2e846a8d4f05e14db82ce6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82 in place of b149a504acdd09bc74ca7b8eb46480ce6c812c3b957344df2180a957b54f347f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821 in place of db64f8e1ad7cb47d341521ca1babb0f02876c408c562bddaf731de904b34c0e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c in place of 9d231e1c8e40ed8e52bf05c9816d42f1178699eea84741ac66668d1aa8768028 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93 in place of caeee086af4d3c6e651fb1278f2dcbe6f55e5fc76ac986d1163d0d5e71bfa8e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash 0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90 in place of b4ab1613a768077aafe22dcbeecdb98935cc79a01da95f37b11bf8a74c8e4bac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash 5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d in place of f25a203d781a0fcfff391d500193b056ee213af4b4e0b01f3c89684a4447b61d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3 in place of bf3643f1363dc0990c10799c7c89ab093112dceddfa67f3db584298410efe70a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_qa:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff from hashserv.yocto.io:8686\nDEBUG: Found unihash 92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753 in place of c5280e6fdb1211681739f4e699c68c9e38c0a81086745576a8e527245bd643f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a in place of 8b08528c1d4f536e87544fd4f104069b414f7ce7f9df1e59d0530da2da335520 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2 in place of 74e9431ba1f8b0709e7683a4e95bce07c04e62660b777e3e8a0ced11f5cfa886 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a in place of 4ecd7fa1246493b740a439219a3051fa70ddf1a91d68130923153c16f3a469d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b in place of 65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a in place of 1fa0423664451f2a80c80ab7d06efd281b0499e4dd4c3e0c6a737c7fbc36685d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a in place of 19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8 in place of ddee1c0bc90fb2cef5ab17ef38f693c6521a5a33b66c74010a3134d62cb1f988 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391 in place of 94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696 in place of b876b2f68629e95882dfdb6fcbbfd8feebeb380873495bd1eee96756a6dae208 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab in place of b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c in place of 213ab9a4b1601079c98623259c11c2e0391011bafc53c06f7d90c643e0666213 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f in place of 9fca053d893142642e1fe722d0049b75c744d815d9d012e41aff5261c15e30c7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2 in place of a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f in place of affde2a9220a4988ce2c4e5bfacbc2c9f6a6b923fd228ed522de0025237de43a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a in place of 18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd in place of 5e47167d43eec91c153ea87a3ace090fb9d0b0fc4279a38f99ca1e9e96fde6d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4 in place of 44179b27c040abde5bc3dd33b681b6275c9caae6ff656812fa4faa716330dd58 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601 in place of 0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5 in place of 5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760 in place of 4d3cc25a3b148f27d076760f7080565c88261363c28f7ff7060d08df7d038753 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b in place of 3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06 in place of 5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d in place of d0b90bfc40b38fb1590b92d20b7143febeb1b0379b33f463e1f93fb54323ddd0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403 in place of 68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4 in place of c734eca4fc3777b9b07ab20d13d2f515f3f8fd7346913927d143686de5629532 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711 in place of bf2ec708a7c953cb1e6907342d2fd0170806a1c1cc6a98b261411956d090cf3c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf in place of ed0828004a780f6b21a583b69fc35e0dee32ba250b1a36c76bb741005207bf41 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179 in place of 24bde291bdca5c924b0e223a24526aa818a24ed179a1f46db7b35a6f0e72a873 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe in place of 227ae9e3a237d7db2af57c656604ebc0bdefb4be4f6436aafd1e942b6935642f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56 in place of 1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e in place of dfbad44e5ceac785eb750bc9e57f04827e0e81f0596dd5c50807cf52aff0596c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381 in place of 9743f8d21a853af280c7f7d433fe68e3ee550e01088cef6b79aeeb97b415ca10 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0 in place of 2172b2ccbaa7db004d551deffe7051a87e99d3a2c6d7f81eb412bde64454abf3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524 in place of ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258 in place of 44bd81986188d74577463de514d7ea2d3dcc3593a4837c16f9f6684338987cc8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22 in place of d8d90480ac5d5aaf5252178edc225619dc046fe4f27aa50bf53ba1b289b46130 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c in place of 9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f in place of 28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d in place of f69967d6f9f93e1f2fa4e06e9347808f22cbe09b5f18c8a94be3a045ac98c5d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381 in place of 81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9 in place of b1e56bf615f1e9c70053deb8f4d07b72c89b7198e9c3b83f548c5795cc4dbcfe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86 in place of cba8d2de2b36b782d5f46735d4c5e8c1a7a69f1d91248103f02566d6200f0ff6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa in place of e52876290a28745ddde487f134aa116fabe063231884fce372930b418acbf787 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f in place of 56c7fab3f665da7ccd2b9c9a8bad78d282471803677d1b312b3689b885c29dc0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323 in place of d522a1637d81943685e33c8ab719cd0d911bd5c73085fc4fd45d5a5843d9fd33 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3 in place of 75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3 in place of 0da567eee08914c3b23dbda65a5f2f6c9bc2a19f3f8f6595b3c334c8e95a86af for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48 in place of e98303199a15647ed2a80c9fea040b138c768d8d0ad6775019dbe17d18aa42f0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653 in place of 9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf in place of 399cd75bce02977aabdccd290a2180b0a25b43299b0a4780f5b9b88ac540082d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25 in place of 87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d in place of c87b4705a6cddc0380cd697457ab6d50f69cb368ca7d932ab373a38458f8ba17 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56 in place of f6663a09538ef572474089fe27ed696a377406acbe3720301df48e79be4cce6a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc in place of 53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68 in place of ebe263120829a9f80f2ab7f4bd2ba66ef3ea23339ef3ace5069cdde42eeb0019 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5 in place of bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e in place of 1ea4d6f58afdbe226aa241d0cc891eecaf32f9866912e2e268d013ca67a28e5f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd in place of 56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1 in place of 81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae in place of 1378fb9299e5e2ec0feff7ec00178738fe787feb8f9985c98d7bc09e20917aa6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a in place of 256880bab6fb2c63c88f5dbe12e09175c1a52ee02e836f5a5a60480f973cf089 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304 in place of 01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16 in place of e6bb1ac14bf7b95186f7d788f65342f45f1f6bf445a4ca039af1924c98b1c2ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41 in place of 120435a892d2d2b86222bcd39cd2177ea81b6f1595465ce86bb0d5dfdb98cec3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa in place of 2d7d80d59d618af53afeb39ea228fe319e0e2f38f9400748321e019663118bed for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427 in place of af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74 in place of 35672651d0f37c8a31d9b7d33e94f78a0819fa21aeebc609a2a3ed86a5e01896 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6 in place of ae4ddfc9617f460a3c059691d8eea1e714edd4121124848e382987fb51448b04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de in place of 517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2 in place of 1fd2304d2fa7242496ca0fa11fd7499c7cb1bc7aa281076ccb3b5559cd7bc8bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698 in place of 1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d in place of b3a4a44dd154ad152d22725d3f038d4d66d0fff7350376c98e0c14b71e18b170 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056 in place of 7fe8db9500f3bc1e461f482ea0107773ec834aaa08a47356d751e0d9adc2855c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde in place of e3accd43ab02e090ba8cc26cd7247bd9fabcff9575678f38c801beeab8e7ed1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231 in place of 3c8aa64280511d028203a371e52527ae8dde5375e70bd68f82029cad86549f57 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e in place of 95ddfd7a4ae0292e9479fb5680c4e1e59f5843940421a5cd26faa29130796b56 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147 in place of 18fbf49098af946618a5361b267a1131160b2c2b9404f659d3d3698aa2c5d65a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f in place of 005f73ef5147ce22d4ffbf78fa8db65060a593a9143f38bb6ec0666170ecf555 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d in place of a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab in place of cd6b127ec080a5692855e6c378f8fe44a9f1db5dc01a0b609f2c4e3ca652bdc3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222 in place of e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9 in place of 968e0da4fa4b448c5a49546e246abe9d7cb76ce763ecddf30bc43595a39a4503 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41 in place of a33a5f5276aa88dd5025f73739c1b3a86b8d428ea1bf33025f469faaa96286d6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1 in place of e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55 in place of ebb9d2b5444329d3a689781b61f07032bb4f414c74edc5af848dc16b4bfba8f3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2 in place of 0ab89cd8443d883c3014114b460dd0306907d1a8daf4c742c1c6290dca53cf0c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442 in place of aec4e86ebc378a1f8ce7200392fa62185cf44ea9584768d567156c55ea1968f3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd in place of 18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab in place of beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e in place of a00d883e839bcd255d44eb1afd7f5e8495498a72a191c02cec7699334dc2649d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345 in place of d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a in place of 2cbb1c439fcf64043bfc2b80a500a9b15d601d589e9a5924381b1dde149f8943 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db in place of 117a3b6aebe412f1761a5861ee7eed00686944815adafa4f55f6be26885da11a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1 in place of 54afdaee595c767e2c452c4a993e5a7a8ef4c35f4533c1ea4cf6c74f27469134 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17 in place of a0e51ea8f68c04d198f9db7cd41cfc394e48158a8ad5923e6a5c92812897bbc6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4 in place of 8acdff1997625dffdfbcdc8b695212259f61b77106d1f92e23a0dae78042d11c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42 in place of f687def8c220dbe25f728ce952456e39c5707eb617edb2495845b921643b5d9a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25 in place of da7f212909f27a084e1a1cdde04c501a1adbcdea52909d70f3584152c17a39d5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14 in place of 2f79006f45d75af3e68f858a611f119ee6fd4bd4bfe6731805b0c25180af16fe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f in place of 94f07c8720a2c9a879f48c7f2cd552b22a6b428eaa6faf0facca186011e39f61 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1 in place of f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6 in place of b7b07addd3f16eddf5c3cdb4aac849ae663b72901d9be2e86e5bad34ebba4625 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b in place of 24409d1dc1e3c16fac86e9c00608dd23e5c396d22ff319222ee92c3788d1593d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd in place of 955b3c13449a651fc14ad36215dfdb4932e6f66a3bf0a0dfdff88c17540bd180 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896 in place of a36b29f1d22a91f08182fa818e63450068b99734fca865a2723fcd7c103b2128 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5 in place of c456597aed648280e72444d5003f5d91cd5fe047a54d35fcc843e458a30e3707 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559 in place of 49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2 in place of 3a76802d461908cffaa32a70b5e5509f312b5dd5991d1dbbfe77c378f6d1f085 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c in place of 3aeb5f57d36c58b05de198fbddf3f82984c6cd00d961cd065e97206cf1feb1bc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345 in place of 7a4a44da2a95abc6102c63417bdbcb1d704798c9b556ada3074e6c3754059a1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510 in place of d919fa811c3d98981d91ce93ce8e469a79dace582234c1897b9aa2bd82b125f7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b in place of 642b2af3380f20960d03082a485c9bbdae316db845947e4a0cb4e72d9d659105 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091 in place of 0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c in place of 180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc in place of 52e22ae7967998b5a2148afe589b96abdcf4306d7d5041fee56e2f78f27046cc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3 in place of 7892d7784c2bd69cedba3eb339a165870c2dcd2a6c5638f83834e3752577eddf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423 in place of f4e408b69a2a45dafd1af625a69cb7d113ceb1568ccd797ff50f24977aabf9b4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f in place of 2bd98a1146f8b2a8d7d9a28d3f17282054acb203b750ef37896d5a4a7f44fb9b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628 in place of db3537972d9247236df5d3065972d556715bd2b1894216a858b4d6741cdbb9e1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2 in place of 949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce in place of 4fc1662200456a935eccd698a6656404cf6b59e8e2f675fb68c6aee0cccf2345 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash 015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f in place of 804bf8a7d1bbe93f03ecd31266c9a4386f5958fd6dad54179b312647fe7e50fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8 in place of 77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5 in place of 5fbb4d855addd83dd2943e100aac8678cb72035866eff667f8113a08d937b912 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635 in place of 96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee in place of 78753ce32892b778c2459194c9dafd7c0c383783c2375b4e166c809472cba4a3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f in place of 7dc5e50c45bc03daa8ad2446a623b743d5a12b18b4368fd207d0adca75e5e61f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f in place of 8c61c0f77a0fff8e11329646dac0bb50ba53c3bf3f3036df96af0ab57e9d4d98 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872 in place of 8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a in place of 66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4 in place of 836dbc2921502aa2696ed74c99b88be0cbc21d31ea8bb539db2926322ae2a285 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39 in place of 395bfa8085f27a20392b302ab804ae00360df4a9ead37fb7b02c4b7c222d2202 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02 in place of 7f7c3a3242e57f2f4edb194541159586d91e3fb340cb0c50e9db4d529a7236a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04 in place of 08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6 in place of 3cde73e4165f38b20a3a8152a27bf696e29689765a1bf3934e1eccacc257c794 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25 in place of 7f24b9a7ccb5751ccb16a5614973fa67d00bd49865d8ba0d3cf9ecc9bc65a886 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1 in place of 9f1dcd8a080158a161451fd4e09b8faeee443b349e815271740eacac220487d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165 in place of bb1cdad60b7c2a0b4c27f7dade024d76d79ce85ffb3996ef1b8dc7378e6c2fa2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb in place of d58bafdea24edbb374973d8642810bbb438b782730a9cd3b23d03423ee91e887 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77 in place of 92f27b9193bca43131b33bc44d5326b85860f964a1acf0a578d40f3af303ddfa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d in place of f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65 in place of f233ca3dfda34c98989111d22118eeed6f7974a1a4ee0e742ccac96d3d60b971 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8 in place of 70e83fc23cc9ae3f3437b6437bdd9f86f3641d1238d72446b812de02066a13dd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4 in place of 915d4e633d6e9f5b6694753e4d446d85de36b7eae052d4eda21f77963b974dde for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5 in place of 26c5f83859414cf1225d397be9d43b11b01ee036619bdff7a2c5a94bf246d05d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817 in place of 417f41a892ba4e3bbe47731c9bacb93ffd0cf22533f17af61ab7574aaaa74866 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3 in place of 28d2455755ab9d44b7a6df49fe9c7ffdcacf0412fe12dffe7d72a44dab508910 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283 in place of b988e60644980d437882887e87bad89d2eab59a1b4f79748ea541bf822d92e3b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64 in place of 70c6422f834ddb68862254c6e2e50e64615c80c5e71a94234f9a892a8c685730 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604 in place of 0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e in place of fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7 in place of b85c5d851dea6a826b16cc9cdd16864ebc6b9e72d6eaec90e84c8ae657900078 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128 in place of 6a7d84e5369b0b4a816d989e26b44258dd1592cef4d351c6463c843b8b501ea2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1 in place of f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881 in place of e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e in place of cdd4bc54f09f6f440202e9ed2d7681131f547edbd835bcb8c06da85016975917 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897 in place of 88f31521f7becd3d7f74c7bc992da486aee96bd7148633230fed10b732cf4938 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d in place of 390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947 in place of 8c496f796c2d7776e9b9aa3209b37a13ea6431a0496c1bf5ecaf6303eb003ddc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6 in place of 15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2 in place of 2c04dcbfca469433695fe1b77168d16acf894ec289d7c7a8303445e882d5f5fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd in place of d2f4ec075eb500188a0a8a46da4a8c546564ed23233d01fde5864c67d586d771 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7 in place of 3bbf4c2e989e9600dc92c9fcc2d724df68ed32c584aaad5deda1a519b9d1f8d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc in place of ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee in place of 2b0a0dbbbec5a16b7499050a7cad5194e8c06df842b3962a48677321d10c30d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c in place of 83c1c86ee42dd59b5f3da3d131d34ee3da60c4ba49c62ab084870d9d25c6ad60 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef in place of e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056 in place of 5ff3a28b976bdc1997c203a984fc098a499fef15398255719f0b6723c1cfcc20 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5 in place of 8fed3c53bc5a6bd1cef2d9e813d7a832ff0a5f11f2582c65d12a4b1c2b4cb5cf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5 in place of a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d in place of 43d60fdcf6e9690b1d2011b3bd15cb19dba4da50afb512c8c2229d93985d3145 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a in place of f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27 in place of 92ee5ec7999a398df8eba1e2b939322a9c028f20133bb9ab136d1f6fd78427e3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078 in place of c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2 in place of d1816e08da7d670a2cee1658f8c77d77c0d389e3240dcad31773a59856b80689 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706 in place of d725fe0551a989d8066ac3d16d0e110270adda5ec2bea984c39014065959e00e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49 in place of eb69c8ba9621b24e7febda0a3af2739999a3f23abb9e31e09d45d6eddfda36f6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9 in place of d2589b727830135339fed5e4723b0cc2b02a6a5e83be5c77b66f45617bec9572 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f in place of 719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e in place of 2a31696bb35ac41cb50776b94141d3c1e0bb52bf24826c8140e9ec5e9f304381 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce in place of 37b4339b09d18aec1e15b2ee7177263407e6e84f23994ac9282c1caf2e288c7e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408 in place of 5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90 in place of cc3fd466a34c17bdfd35fa411e1d93f7779a019238d905aec8d56001cb1da819 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf in place of 8d0366fed55761447c5617f06a9adab5cd7ea6e27483598284cba4ed43923447 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11 in place of ea5223705ddd1d2f552b1d8ef1fde1735388c8602418970992c053ee3cd70008 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e in place of 7ee613b96cfdea213075a0ad6d02e871e023a915a85d51801a94ad7c9ff2ab23 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345 in place of 5de26c0123967a7d023d774285c35fb9efb8f36a565410b837a6b81426a809e4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d in place of f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb in place of 657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852 in place of 3c54af35e66c05168537581f2f20f8fec304b0f368b30520150f7b832035a190 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05 in place of b8e369d5e6848e7805970d360bedae2855b7ac3142b59f6f4f254e054423ea92 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33 in place of 1cb1ef26d7b75a2d8cb0399bef1d9fe9a46e8431439b51c7e698231e9c07b68a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7 in place of 8f37067d7e3cb79c705d5a0e36b174ac8e32fe2d9f98643e56240fb5fb5a73ec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150 in place of 44fe5ff77a24eb12cd7c84ceff690570adb48b01d2fd4f8fb771c448e2f4f97f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35 in place of aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812 in place of 065d7a068f4b1ddf84e2cd4e9ba8972549bdffae8c65b23642e5eec46e91e5ad for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0 in place of 25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130 in place of 28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f in place of 584d5e66e6b566e45dbe0ebd33ae69fc0b8dee02cfc066379e469eaeab7924fd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911 in place of c17f85b1081bdd0cbc5cc77435b1c270aca48a6c5cb6c9310f58a0d3ee858557 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8 in place of b43ef25e88a43493fc6a802955b1005a5ff03e29e34f3085e1b88f3046bd7bef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383 in place of 51345d5eb187d25dfe4c9851b361c85d1edbcd45a4820731f27963b9f43a72e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb in place of 8c6cfd9a768e8817025854a7441e059c851543782a4b33ee9995e738acf32f27 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8 in place of 3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092 in place of 9cbc13e8e662763418f16e88104d1279358123fe339653f68ee8936ff01bc7e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc in place of 826e44e5560d14a29b6d1edd8689fa0beb1a027f4f933a26175659559c5ced18 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c in place of 0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced in place of 90e5449aee5285c1d4c5c306b8ea7e090a29e8c19b1532864d665faf83bdbcbb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d in place of 1f1655e4503137873c6ff98c2edfac742260b204595b87941309a6f343a02fcc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395 in place of 4a34fe24da4aa7b74b4535fd11685e9741a6b05eb434cbfa892818775c6db5a2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2 in place of e916f3153485cfa45407de6076ea49cf68fbc9cfd80588da08a57fa1e7935e58 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2 in place of 36ef3069fbd5b6f63a726dfa66cd614c48b202a325084112f4444674945488e7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc in place of b4a5235a65198ba7a6e69e5e6348f7417adac43286c631054991433117ecf9c8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2 in place of d93fc5d94e7ad63544356c1d5762f162240caf7c647f139bf806c5f3d33e19d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d in place of 1c5c89949086985972a1b76c22d9de54d8abbb064bbb1dbd7a82f9a40c635fe7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1 in place of 5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0 in place of 9e14e1b32f71724071be114230b108c68fbe85978414bdf74fe12ce50823367e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866 in place of 50d52fa465a03b501b0422078487febbdf5095d9b418949cb29b24e5757223e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb in place of 03f45d99418cd1da91e88754d712832c69e72510fef0e664b5b173513ce29718 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56 in place of 9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e in place of aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5 in place of 7f678d8086139b4242d4e4bc074904a2954b6bca78e9bf395691db7b98237bf2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1 in place of 98ba0aea37ca69ba9621354acd9416810941c81c761af5c914f99bdc6b22ff86 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a in place of a27751d89738c16d4e788b27ead0b40b0b776f508bd59ef7152028a992bcb3e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090 in place of a8afff537c4d6a7e8785ce34a3b24ae0f7012290846db392648f50db1ff81161 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235 in place of e2e1a94e1662147f5fadc624588d4f8333ab384017d9c65099d9db7a405aa2d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5 in place of 8525dc43ab1d73a40a4b8e2035aa88763d50b462f38be8c760f6165f8cc44e1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d in place of 8e5f5555965652e4cc7723d7b0f538b1008f522efd707a3122ec22e274eb1352 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc in place of 206b6dec24ccdf13c1d798f87351b3bcdbc07d5bd8b5d495b1e09da77370c096 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0 in place of f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b in place of d5e2e3cdbf597ef4bf780d19cabcd8884140e89d8b489668d57dcf48e643a040 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f in place of 1626921ee496b1a72b969cb23e2208a7d4f42af98110d0474ae871af657efd33 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d in place of 4dde508b400bb4eaf4f5c399a1bf218a5ae89635aecdbb5a1ab64c1eeadbd01b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65 in place of 6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03 in place of 1a2e0297726da118d64c7ef9d8fb69b51ecff38b0ee43ff847512fcce11c2ce8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105 in place of ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f in place of 6b069002895722cf88ec1daf50e7c0756524c51606df4bfe1200138f6903e212 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752 in place of a41901f1030724bb86997838342a35a1446da46a381606bf158f8e2708b0f58b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda in place of 384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e in place of 52543b92854686f03d9bef63c1b073faf62987dd4b89cf36333d9069f2ffd1c7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6 in place of ffa62f7d946573f57b0d1f3ebcaa1825699c489e34a90cf9f3438dbdd24edf2d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a in place of 21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93 in place of 06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b in place of cfeed00195985a569fb7002c8719b8e21bb22e8f9f30d16323a62620ab8ed895 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247 in place of 5b819d48a744b69e6a6726ae6173429975ccc47be132c61179b7f9c3b527bb54 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741 in place of ad11804166e73ff021d749cbed1eea598acc4bb670b47bae417e48dad19b2e97 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a in place of 0ad423b3214ebaf2e05107e0b7caddcdf9c12de828eb91ff214ef5ce28cf2edc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652 in place of c444853937a08ea0dc82b70a4ceaf573f634ac4915b07a44c2f5a807619f6a4f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068 in place of 74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90 in place of 7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d in place of 0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9 in place of 849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5 in place of 4ece8c7001edba579d04fdd8b02b230ade230685bf8c2ff0863f31520534bdbb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c in place of 96383cd0b524ab72b9dc29b09d2b0d9ea2b965ed5581d38235e54d0377c32c65 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1 in place of e554765e634a3fc5a0905ce943a11dd9f6b8116342a6b3b89601955c8ab07e5d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279 in place of 25baa1122f602acad5d635c90880a574259c70b57a56e9d43a1b313226dcac96 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661 in place of 68f50d6c3402e7e4e27ccd571a587576a4d9b685576307c2607aefb77730c5f8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f in place of 30783aca5ad6f79bb16f1434702cccfe32d1b70316728ba089dbbef8e8787c15 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32 in place of a38482a56b2944dbd2b7aba5f2e333c4d108c72b757b0745e3bbb5c5ef260bf7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179 in place of 3b2cd3eb92c6d19d26b684b5214eea60738ae60b35d7547b85e5f91a816d6364 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17 in place of dfab996f0c6062ab116ad056d452023f056589058ae43cbafc1f3632cf4f0b56 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17 in place of 5e03b2684914dba56012b936ebcbd42dc557051be8074bece530c5e1eb2d8074 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d in place of 95abc6293108d5aaa90186375e9bcef13a3363fa4d07003f27417c134221853c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5 in place of 7be387055f6e181eb959a2a8e3ca38974ba5d34a8182c107a777bd8f6ab3d956 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb in place of edc6d724e6a2376b1015ebb426c0876a86f4c8f5474cc87a161aeb74fa31cb18 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5 in place of 93da4a418f10a0bd18415e42136c8159b425b72e6dc2d667daf138367f0b1a97 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36 in place of ecc008d53c8d2056aa8fcea219bfa855cc8b9caebf60a25e845d390f8a830013 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b in place of 79df5e679e973054a86c61851086caa1b3b212958aae97fede98d40f166850ce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0 in place of 6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8 in place of caf83acd6eca5864eccbb894041d4aee92f719eb8d81f9831370bc5e47cdcbd8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229 in place of 1e48f2fd0360b940a2e37079a2937bca77e6d6cadd46a11ac0ebcafc8c47764c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660 in place of 448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae in place of a1bbc9c9e4043d8c131cc20bc4af26af5d219af2645b7b13c5c36b8f6a19a271 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce in place of 6ec6163a0c2964990248a2a5cf84e9b5a5a2a06ec74daa3013213df76da44289 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04 in place of aad402a6a6b630307c452c265b18c06f399eefc0d0e390eb5cdafed2ec1187c4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3 in place of bb694b57253fce82038b71f746feebd8b22af22c671aafcae54ddf4eba77f381 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99 in place of 8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb in place of 6295f8533f6acbc6f0eec4527b2c75d887e40282e34bd37db4764fe64680a4f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520 in place of 814e1edb36ae046d124dbb81c0cc05f051b1652657119213c64e52af9bad1977 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9 in place of 70536cfa03069a594ea02fd57904de5dd2d462ad0da8be5923c2f293a7bfeb29 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44 in place of 33c037989471670f5a98c7ceadf8ac90fa310eaf789adf3b56d3927090d61f4a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7 in place of 4f557e998b0bc598dc0ea495249b78972c989ad8f9656a1afd76f587155d0fbf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10 in place of ba14dcd2c80c90dbde309b5a274bae6d0879904a96963d940306e3d851d7f46f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe in place of 2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d in place of 69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07 in place of 6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660 in place of fd4f12d0f700c663ea5e40239386fe89f4e1e4258f973b0fad617fcd16b85a0d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb in place of c5f4eecb4d2b3d7ea370fcb52d47cb8f6d60f92a8af64c32bd0cbd90b722a1cb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12 in place of 0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9 in place of 821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163 in place of fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da in place of 73984a19b824fa623c264e67ea749101d9f8444595c3dce62e2925e2d38258db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d in place of 4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af in place of 4b07112803b383d96b3df199246a7df61432314398475d955d1d9dc7b53d9c1a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded in place of 26c40c21fc280761575007c341bca7157607fda6c4ef62635f0d5e52454479e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1 in place of 58eb6e6564da6e3784b3ebf2d06886a31aa7876b2dfdab9c0e54833845d9bdb2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d in place of 0d8ea26f227e85c5aeb853f92433fc246d998cc98605792af46b94a083c7ed2e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee in place of 7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b in place of 63210c733060fce2ba1727ff2b627e889e182d881d2dae847b98df1091e5ab1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e in place of f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db in place of 4b121b6704f1167495403b0bea17c678d1916a25aa49edd477b7f81e2f65f81a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74 in place of 2f236c0c3d3c31ea8f00b54d7b0657f8cdf8bf75ff9067aff6cb1154d3f1f1ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0 in place of 66853c5041cb44dbcfeb10b40d3d96fdeeed82f813852c8a658e543c79d9703c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180 in place of 3ddff4c225e1aee52c37f8d4ad22465fe7649a73bcdccfe5d619a00eb0acaab3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038 in place of bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8 in place of cfa3ddd6368139175018fc0ebf4f45ee624c6a6973596efaa32cc7c489aa4bcb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6 in place of 9ebcd24e6c3344139906269ab369cfff12bbbe40b64881c87e5bdd44dc7d6dfa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38 in place of a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf in place of e949a4a7acd125bf1fde1366e4c1b1b94f8907a8d1f74f2d465b26297ed792ee for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb in place of 6b627d1467c726eff3ad3755a6317475b51bd31221b5a755ef6f5db5cf0dbddd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63 in place of 271c0a41e054838d29b463b3c2576475ab78e6d847f45b26abf9100965b9556c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc in place of 56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d in place of 78608c7a2218cc96b7cdffedad96d7704e90d7f3867ee9e091091c8e43e291ff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded in place of c077ac376a4b9cce6b74202b1a3ff7ff57c826e1f4a4b2766758786a6ef46e12 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a in place of 6ec6dfd7a576c70818c77da6794edda70462ad9174da62074e37abfe1328a6b3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12 in place of 4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037 in place of 5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4 in place of daf04844002cc718d88c8bf0875a710f66d2ea4c2fdd9fa114e49b24b0749b36 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38 in place of 3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e in place of 10e65e26869001536475499f1ad088fe19c6f806a69848e83d24e3a34f9e4296 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764 in place of 613ef05e11e83543a2e52ef0a84161efd1bbdf7d4e8b16bbc76fba012ae39d1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75 in place of 77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7 in place of 3da70fe0748f0f4f6446259e339c4c2ee77d0908a33c012a104216b48b1a549b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa in place of cb88471065e6334442b84413c4bb844435eda9466fc4047d6c7190f3de515989 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495 in place of b4367840a4dfbe3c5b99ccc62b501e931279c8765933595f9f40cd56df7ffc16 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630 in place of fdac00b1c5780b17b7a36fa6724cb40c3ecbccce7121f4c4af767d03559a17a8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02 in place of d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834 in place of aa49af45691125eb2d3043f5c26da414c51c4a0b143e4234998401aabde79bc1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf in place of 6499af4fd2a4dc539f68a6b9bbfdc8be049d786c49c27913a69be8141126dce8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d in place of 06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a in place of 41a78223663fdad8c1bbe48fefdef824b021176a438f682de090f623a48d57ca for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7 in place of 77b8ae716c40c904e6209f7bc5abb6ae60627242d4e86702ca908ad5fff6bff9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e in place of 1c2fc496fa06e93846565f32e21955cf4492ed9e72ef2f1009d7828feddc3e71 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3 in place of 5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094 in place of 9ec545e3991f98859afff570ae716ba4f709a5b6dd30fd8fde6fc16ada478be4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef in place of c500377a87962fd7fd381ae587fad25f28efb92dfa3a1570ab7146696c91bcf9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d in place of 65a617e790f00f0cdb27d17259931f017057f1ee41c1a935ee50bf5642342c33 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017 in place of 73c93274e19dd96e008a027dca7a50c933a36b4b7973b8e87bdb5d7f2cf684f6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0 in place of 82b3fdd83ebf0c188064ea5c6e2b384343ccebe034d338de074147953cf8273b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1 in place of c6b639d9be9ab7f1d5f34b7c5a757586ac4abc28a3213aeb1b3624c42812415f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f in place of e163bc3dd6261fd0ab3ee2d919e7a2decf4cb4fb7f63457b4d60070706a3b5d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9 in place of ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf in place of 764e8ea7fc66755ca5f2c54a20d6e3c01e5fca0a21bc0f937c1955c259663a76 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4 in place of 5b1f859b004f06fcfc82734775ca8071ae1776096ad489a81d339eb6835dd092 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439 in place of 5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172 in place of cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5 in place of a98fcb82403145bc3490e0f0615bffcc1972c4f30515128de668f89c77e7ee9d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28 in place of 58dce0eb119ae8f7d73c792b320f4c5634fc66f440405acf4d8b01e2bf396bf8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32 in place of 73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f in place of 6c13c1ec66617b84972d6a2f0d3b5a2d43b6ee0a0b8427b639b0a7b38103a1a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66 in place of f8c6e9f36c79927512a8d4045a9e66421ed81730516b8a6c48284c7be9945cbe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e in place of 5b5c719559fdbc961563168d9e565aa4daaafa787374928c5249d7755d8f85a4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6 in place of d25bead440a09b0c662035c0b386b764035561649de8b67fc946ce25c8f8055f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40 in place of ec2b4d9c6796ec94b3a9a3a7de6c46cb74ee2fd2c46421722fd94003730bdfb7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924 in place of 31d5b1aee1c4eb8e6a6cb4f8f53299168a240209fb2491f50a640bbbf7936772 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2 in place of 560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe in place of 97c2288c60deead4779041ef426b9cb7065a3ee25ec425af7c18fc8ef0432ed8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec in place of f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26 in place of d2bfdade91cc867120a49233280cee707875dcaddf7688aaa6cd549d5561e76f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f in place of 1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078 in place of ff6affb470e8e2c489ac6cf2a5886858ad717f8ae81e74dcf928ab8e889d368c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e in place of 15f1b3ff3edb20766d729dc3e0c7bf265d10e8001fa2612901855b2ce9c62ea7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66 in place of ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c in place of 48b2b392e51a63ba2e3db0a6f5509ccf7bde1e8cb8d69e9826100e2be8d5d62e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c in place of db9b04615369f701aeb377c8425eeda79d5dfa393d5c0aa39157102ff82fe2d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e in place of 3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e in place of 3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997 in place of 5c56f3cf12e9cfdde9060d29d4da972352cfe40220be15255ebe0acff5760b08 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a in place of 30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb in place of 960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b in place of 087b014873e159320185845e5fa5f708d2bff2bfa71280d47bc7ee48d910aea6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad in place of 3149f72c56b2cee951aff7197e1097be59000e35f1152d673355e76749638890 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10 in place of 99455a093df101e1a0256fe58a2658ec779bc945f4a7e1eb064e7c75f33309fd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336 in place of b819d2f211dd77775432125495513365beeeaf3734e6654b286e1040f3022e03 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd in place of 591582da5919578c0b383275779cb0e0185920dcbdb011b78ec32d6f63e7e844 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5 in place of 123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690 in place of 715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c in place of d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c in place of e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95 in place of b5f61b481a3119879838c0531e860cc9b25f3c6b12720373c2705f8a5f2586b7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d in place of 84165dee0c22c8a956bb33d2d15ff876b2879a079e90b6ce536ceedcb333fa77 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad in place of 271c901a0f37921011833183075ea98d385b1c1b6d7327044375fff3561e52a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731 in place of 5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d in place of c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5 in place of dbd6ad0fee1bf1b82c5c1fa28497d9cf3fdba1df98a8957110d61829498c2072 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670 in place of 19995b3213fbc4a50e6ebbf10d590a909b0058b28438a4e5e50c923821e1dea8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb in place of 152a1fefd2b5c8efa181d61a3d9e5eac95e1b816d4c49e72b7ecfdcd99d0624a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c in place of e2509d6111766844855600b6eca913aad9ff155f407a688e53e723350d643d2f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef in place of b580264919d2658fbd4d56e9cbe9419e650fc6f6aeefe35df4d5b8005887b687 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b in place of 87c855374dac2bdcc5e1c8110dad579396e5ff80fda3cd507bd6bc95d468d98e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3 in place of 751dc680a11108244c9fc70de586c23c564053b9dcc6b67fa5b5e9cd6bf9c978 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3 in place of aae66c628db40e8e204603e32e063ead64ec7bdde34919a9cdd12a30458152f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c in place of 90783f504913f1b95a2e965f1b68304d709c637a5d625910389dee0d52133a71 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e in place of b39c8276d47910ca741a689b3cd5f68088ff269e4deecae22d4f35f2954103c0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2 in place of 37f5ebef3eab85da8a7dbbf8c378f05ab7ebf3d522e3f73344d71044ba1c463a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8 in place of a062f958dd0f7d0162010e74aa13714be244ca330360e6eac01113fb8b4bffe3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2 in place of 71475d8a6b06e0695dd9217bfd195d3aef2a31848b289e348f0f018dfb28ab12 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef in place of 4bd1ce0abac62c51ed3b4e8d4c4c29ce98a6114c6bc6bdd7cbeb4a128c521e21 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae in place of 1d12844d4a885a051878d43ba66e8a354bb333b35318735e2506056ba465fc58 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c in place of 65c8c031c220b50f7f6b92bf32f2280b07317009a3bddda2b67591c749c86fa7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5 in place of 8316eddf35607bb73dc1fa989e50d57af752cab2a1ed09736c9e1612715dfd93 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7 in place of c64a63f0ac4ec92257aa40fa4ec078575630efdd14294e801e5e124155790be7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10 in place of 7b54155f61ac4e516787f2637399a955d34e2dc7c71eb3005d60d2ea52a41382 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08 in place of 205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3 in place of 53d1b60c685185da6169509357538781ea77e47b2f3bb88edfa07f705eb96a1b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d in place of ea17c9cf1dfe37688416226cd2e1dc828d2854af124e9f5ac6c31f12b1861b5d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757 in place of 406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120 in place of 7e289e0543fed2b8c3e1161062981360633e85e8fdca4831156a544765deafab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef in place of 1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384 in place of 9cfb6886f6f4b4cbfb778e2dd657d23beb5214c8fd931152c880b136ac96d75a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263 in place of 2dfcd50d39358a2603b00566d15e36eaca26b8ad3157e3547a36b4b97e55804e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90 in place of 068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05 in place of 695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890 in place of 2affa5aacf6a15f370e80315eb6d66d8dd4f76d1ef05def693aed107d16d8070 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172 in place of 6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e in place of 31bcef5b3a59068955049c47c7771d84d53748057337f92f00a134071739b4ea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04 in place of 37e1cb62b021e7458791d08bc947e5ce4a9d2473315b2ce24321cb54d51751e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464 in place of 13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5 in place of 3373bbce58a489b19747f9fde950129285b9f08071184ae3a93cd55618b8567d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e in place of 3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa in place of a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0 in place of f2046ce6ee225195622c832d1195b715c032f66861513cc170df6d610062778b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea in place of 9af103fd91dc8740999beed8a9907a3c59fef82d33ca4fc51649e0881041b9a0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438 in place of 91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94 in place of 3cf50adb9a6feff0c72b3d92aa361c5952f1f95e76e8fa1daf48549fc5629c45 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6 in place of fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838 in place of a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f in place of bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697 in place of 0f14278fd7cad2535317bb758255fcaea7d103507154e138c927b92404b4a3f1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6 in place of e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8 in place of 7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454 in place of 757167e71ce4738c64973ff166e74f3b86b41dd997d9049f3a2df0cd8643dbe5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655 in place of 11bc8eabf2254152d0547be76a27b38bcf516423df25a8e1024f38fdb9b112c5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308 in place of d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861 in place of e45742ee46a0746fc712fad1f3064dd5bae2a5c8227284acc4c284bb8e3d085a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9 in place of 627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536 in place of 55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570 in place of 4bae83addb3df32f85637d25a56d546307fa13a2a8eabee7f2020e0b404265c0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10 in place of 43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0 in place of 3e4e05ecf24a736df94792360539c5c4bdde9f6e3d92019e6f148d92258f33e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469 in place of ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443 in place of 221b5d704cde47fad5cb5b5a6c77e9c3cc2f37c48f8cc63cbc053017d3ca07d7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5 in place of 3d7bf71055da76c1f9689d61879dc91e218a97a8a5edd5d816caffbb180709e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06 in place of 58725aefdeac0db0de3bbc5b7fe3d19881a15efc9cd47c197232cd27bef6cf48 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126 in place of 1724bfadfd07cba550532baecfc0c617d086a70fa160fe218b0eeb63ad54833e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f in place of 9a33c7653cdf064fd625c0acc6f4e95cd89a00e1f896ecb01fcc3e7dd2f66525 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d in place of 3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea in place of 8c0ad042d408564f49b15bd3b65c37bad42964a0d4026f01302f6cdf04886f5a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5 in place of 007e63efab1b45d9f0f52efdb596407f507ef9402184cc2d449ed42dec3226db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101 in place of 9a9869626e1a693f964ac7be8cc4ce8820ebb54601c92fe11db694b465635413 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663 in place of 158b1eaef9f8920e9de78805bfb0dcef13263df0c91fff5227f345766ef4715a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41 in place of 2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651 in place of 340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae in place of 0008ffcbaa9b8f7faa53dfad0136bc434efaddae0aefa21c33533611ba58c31b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52 in place of f1ecbd6c7c4734ae21a2a7f8513247f5a522ad3ef57f14419310a94c97222aea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359 in place of 74d42e3fdb3e23c49c2e180708e56cb0e7f0f68b827fb32fafe79ea05cb9f708 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856 in place of 139b5ccd877381958487183f2fbc28a162857e1325c59df15b0de3a70795c6ba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a in place of 62cdcf46d87e5c709f7d0fa1a1bd66921e67d92a6991f075eb8d195d9c94c7e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951 in place of d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f in place of 485bbb575bfa3f1ad3cadaa015a3dff259e752be14a521b036225dc9d1634daa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7 in place of 6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6 in place of c10cfceeb60abb3e737d0086de7417fbf255a3fe38612f3c57812cb8060a9541 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a in place of f3f4b98bac75b79395fc2e500e1750a4038098536a59f36c8696e350b4369606 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75 in place of 602b9945bf8619b1f54fc19da2db62c0ab26e32377251cf94ab418d93ea02c3d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f in place of f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b in place of ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961 in place of c241c7b9963fba37bb282f5e2e14df023d56facafa3604dfa6be2023e8cb26c0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6 in place of 961aa2b3da525f67b55b102f870ac8b816dcd1de029383522e8c1dc313bed9e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666 in place of 036e5c77d0e227367cc8d4a331be3d715beb641728a3699757c83b77d532a932 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6 in place of f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4 in place of 897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8 in place of 2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab in place of bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b in place of d6feef269ad0d49bba2979bd2c8643e424ea43ec255e7d8e7245eeb55d9cacf5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4 in place of 8460d3904f0e36b0a2d10f6073ce14fe89a624d5b56aa0cc8ebe50260deb648f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813 in place of 53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b in place of 95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138 in place of 0a03ec52016b3213e11d3c8d20a127a4db13e79f7d425e34d16c2c1b8d9b39d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96 in place of e97d68c430929c5dc2b466fda9246b77e4c91bdd725a7f37001f17edf849d28d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e in place of 028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0 in place of f7bd20de41f9e7b4f570b379e91df8fb1fd2bf05f42f48822a3c19b85cbfda84 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9 in place of b3a3d3e044b217cd36451988b62530da7b6488f6ed1f75e93b5a60fcdea08805 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b in place of 7b42c3dfed5420ad99acccdcb0f6d55f01eda2bec90abee89c5793ecf72f42b1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55 in place of e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948 in place of 5e74c3e5380c537f94bf712ef6e45a4bd6a4142bcf6eb5482f5d9b8688a8f310 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7 in place of 35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3 in place of 98d1be3034e5b1742822bc460468aa10ff316e82e1f89014d1aaf52849ddf45c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash 2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492 in place of 2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26 in place of e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb in place of 7143ab80e06ff408c8868c80be850cf21a9e11ab6d1383ac70b457ca3ff4f282 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382 in place of 5ab8ffb0b2ae07b4ab13d263451973c578b5b638af185a0f96cc5b945f32ee97 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653 in place of 470f1cfacd29fca55b3bfa34267abbcf91296d897ddfeb0879220f95188553cc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb in place of 4fe584f868573aa3286e8a0bfeff4cf60f3a7254ec2c447103753785c1102ee1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03 in place of f706b8f5815a45ed5336382c6be2d0dc746ddb293a7c9b91f808037a10b9ad7e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0 in place of d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f in place of 06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8 in place of 5fd02b1a0713fc7a3e05bdb432e25701882c91a900880080f1bda387a9bbe9cd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa in place of f0ca0f65efb272e36197f70ceb2d7b27b14003871837b1d7a696f88626fc9209 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2 in place of e944e70c27044bfe6d9c0356ca94ef045840f32979998761483e95c8e5b58f8d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020 in place of 0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7 in place of ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957 in place of 368442a822d8c88264119ff5b7e9eb6b05bba14ba9d73a59796eb0e241f11327 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090 in place of 245f67a6c9ca0a350b7dfc52e52344e52bb9edf5fc277a18404aef104110289a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493 in place of d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a in place of 0205075056af34baef56da4354c904dcb05f5f3bea17bc6132d98259eff24cb6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a in place of 5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da in place of d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec in place of efa2d6980272f9f731432ca657dddfb97c4b305db9b713e3d1ccc738a1638d12 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6 in place of b6c394e84e8c405d7edc49a24c79fd1dad2473e707a57e35aa90998bc481a752 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb in place of 54906428571f4bdeb337f6cd3a59e998a864a19da2388b09f94701b94ae46753 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c in place of 708db5920885357b32c33eb675338357838f86e9ed953da3c9ebaa069472c0c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5 in place of 80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943 in place of bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e in place of d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8 in place of 42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570 in place of 2f2002634cfc182ef402c18cc3da5f7bbbdfa2231a5b6404236bb27d09efead2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f in place of 1a679aa184ca2ce7da1a68642a598f8aeb8916f60a49847b6235cf380cc876b4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598 in place of 27dd2a995eb7df7a8c7c6566d4f2414f75316cf6556b11ad1322a13bdd83d523 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61 in place of 15536551055be32e2f62996c986a5ef554e8378dbaa35f602b9bce811e0cc5e0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63 in place of d44a42bcf492647984ea4a2cfd14ed7741f52a06d9efd14fdc3b4152044e73c3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e in place of 0b556939863e5b33cbcc1394f208cb9aa25f5e9185e1ab2e5de643b24bfd41b5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09 in place of 111a38cffb0e1a81a49b3f7460994539f243bd4c0e2c1b6342166f1b0a19388b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474 in place of 2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b in place of 942047d9f6d210c5c57247d512f303ed49c24b058580d44869d11e608b4dcac4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3 in place of 12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb in place of ce6e9dc52486bde29dd0b66e463ced5bf86cf2b139bd98e53f3f6c33b2d1e6e9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66 in place of f3a8d63c320bc7b27c51df6c2d2993500388e6ffd5fd712cf67e9475b937be0b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_qa:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf from hashserv.yocto.io:8686\nDEBUG: Found unihash 199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c in place of 0e74e59cfa0c255644338738c38f291c870081a9db3193446e36e37e23f52a3e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93 in place of 1cf8384b5b85bb05a0d54206eb992c229080ad5e2941faa9f091dcfa815cc7bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2 in place of 39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4 in place of caa58ab9c03048a1a7f29d499e1af9bdf869baf4e97710aff6ebe352dc25985e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618 in place of 8de50926644f3c9372725f5d6e07c8d43ce84044776352f9fed44e9b8a506628 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd in place of 3a9b38d8623cf0e0a103c469ecca9e07de7709bb3043a6d9e6f35d3d6ec03b27 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244 in place of 1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7 in place of 6f70ccf0a7e407e8b20ebbad58cbb02f37b84a4dccc0fbd10fe0c943b98abbff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa in place of cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf in place of c0f3e75de2008fdfb43e29e9379e0114ce5a3904adedc81878a0148ebe4a61a8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149 in place of ae414f1a1eea5fc5944904dea06f9c524b643e2dfeacc3118f6ee4fc0e7cc200 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c in place of 8f74e567485ce0645086f2fef256897f8c84d7eafcdf0a28a751cbc2791ab103 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca in place of 4eeace5710129c76d5b537ecbd5716f65c09c062c986acfd5d6a76edc328c1ce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe in place of db144a751a1b8e7dca12ba158482380e5e5b9fd83d9e2860a963760fa2b141d0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5 in place of bb42bf0c889082eabe78f0e203cee18e77ac8d09c19a52e3ec88db860cd0f793 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152 in place of 33bf621d9d71712033e28742acccabaa567271a3f41f232f123afa713c36647c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab in place of feb3a9e29eeeaa2feb931217f7c510589cb2a61a19c4e0bf1c20ad30ecc8f73f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_complete:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f in place of 5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c in place of 76e445fe2f91d204cc7601d461c6c992fee0a4588b08be9944a988f756c405cd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823 in place of 6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62 in place of a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d in place of ff15c246c78c2fb478318dae62771f623d009a1e52ff30da6be121779985a7bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a in place of 5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215 in place of 59bdac9da656114e20bba159ce82b5e81ec5de1841197593dabb893705669ea3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b in place of 3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9 in place of 5a4271a41b9ca387e98e36084ac51c71ea87fbababa7a801647f56b8b316a39f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96 in place of 7592f413b8c2d53cec4b8aea412108637f932e18bfae3f0c28b3daa9c773c87b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40 in place of 73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f in place of 10b8f42ddf79ffdf79df350926dff3e0a9d3eeae7e056b174cb310090895ed87 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b in place of dc795b2ad2b6dac23fb12de80b7fc8aabd6e0cfd628d7ae84e3a6980ad9f47bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee in place of b0f3293da2e013c0b69fa62c92e1f6bd3e072205d89a155266578854088e8bbc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_complete:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7 from hashserv.yocto.io:8686\nDEBUG: Found unihash 733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e in place of 9af0c7df016edf0e0009e860f82b324409de47b5cdf9bc7cedc7f62ab8a7b4a6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa in place of f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21 in place of bd017f142511bfa8d909be460400d8c607856c8abe2a1f82ac75269a8bd2443b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d in place of 87046d85a52c6a829af1d8f87b9ed52d852f685615a973675c254a9dfb817ea9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd in place of 75ba55cfa126bb086b84ddbeaad15c4c7981e4c05a6408f0a278e3b3d86ad49e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951 in place of 21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc in place of 98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321 in place of fbfea474db79c911f1e0d949a90e4fabfc6be0da9943fa34a97ed16fd445df4b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74 in place of 9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2 in place of dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b in place of 480a23a12c5fb79b99758f0f017176858bfb189c26b261d007635ef0f327259b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7 in place of 68453f61747f5845a01e429f439cff16bfdff991d1e8007a5547f48f5424b5a3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4 in place of 297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a in place of c25c0a72d6525c71aab5fae2fe52b78d9a3df08668447b1e6ff2588979ca4cd0 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069 in place of b52d6c1b36a8ac0869a506187ea21696058a8ce49af4c2f9235b383f18b45001 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412 in place of 6fc6354f83299699c55b42274a87cba05568494a08853a68dd25b4843f127916 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922 in place of a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec in place of 723df60ea095914c3d1ab1bb21f7d550a9ccf22b56a91168c039a5b91d3ef19e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759 in place of 185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f in place of 22ce2a9e5617803176b83c7c7805c7660f41e3e78ba5888b8e5f29e2e9f377ca for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161 in place of aed7f9b0ff328d6f5d143745ca07c93b15a3b3eb90b9ecac42aabdb70d2e7ead for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84 in place of d32415c5cafe5d116f77f887b5e4c26d620da1977658557ff12a3640b3edb3df for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df in place of 7c7b484994d40228a7b5af31833333ecd339ccc0c9d7834a6892a02e9671f48a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231 in place of 75cbc0dfb81e66dc5b43b903bef311fc32f3d42740e24ab1361f42dfecf0b799 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b in place of 436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980 in place of b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b in place of b76fd7d424ba21050c998d9d6debe46b6e732fc31a84219dff3c57891d92ebcf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c in place of d0249fc18da8db7026a5268a874f0197047ecc988f0c4cbcefe62ada5d361cf6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19 in place of cce0ce6ccfb790949230cbd36a956e745665cf4339ae6376d678ea2449a6c52e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd in place of 82caa16bd712ae3b69466b393e69442e967e413e5039027fc3844355efcd3a20 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103 in place of 7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e in place of 0c5b8b51da18c82f324ba0bd6b59fbb5280380c9a7b6986286f365e36197a75b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab in place of e8415d88669fa6a488ed4d7f5593317e226068c8dffeb4fc896980990d79b4fb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51 in place of 07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b in place of abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a in place of c9d57a1e2a482a56b54d75c6ab477230b3509ebe7c83ece2191d0d93e56d106d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b in place of 4aadbebabfb89c7f4779c07ca8c0abe1951498e0e9ee09edd97a01acac35cf50 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8 in place of 801a5e32c34d5f85aeb8f5bddf0c3c6536e3486bceb7422fc6cae8e13df1b22f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0 in place of 53fde5b7288d0b2a613598f8ef67bff43b712cf53bdc09bd2beb9e6b32646702 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026 in place of c97aa1355488497ae913b252c33483eb30dd4899150e6ed45310f462e171eb21 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10 in place of 113bddd61aa09abdd3ac4083eb5fcabf4a1d00388d8b0039c5936bcd2318d228 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2 in place of 7c40d1febb05f7c03aea7ad9f1224bb1474ca63c11b3eea5745d47b716b80f32 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242 in place of 6957bf7c3ea3eddc20f16707d4d3a12157d10604cb6f0180dd2e52d58699dc9d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b in place of 449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc in place of e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8 in place of 07278ccc290255d6f2944f2cf4559eec52ee93930d2949a45e812a735a04f932 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f in place of 091bbd4c2121fcb23345c00448c4e18047863ec62647d87e43c714512b2e7da5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6 in place of f3017b01d1779c1426b71e98db5510374c29bcdc3072d3ebb597d0e2f96c3614 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353 in place of 54af96848aa0aafc86c9050fe3c966a1198ec45f467d2ddcfd59f58e25da76ba for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64 in place of 4f47fc550fc5a338c5ebf2c7d1fd37140cf58dfac7fcd9e3d65799a08ebd74a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27 in place of 9093a1fa2797d7100230e81372f789f10c2a44b79e8b64904fedc78dd7421812 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563 in place of 48a63c40d4eda27e15ddb50ff2e2529561a2652cd27548fa6b133d84f620ea4c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918 in place of 01a168f3d0126ff3a5603dd5e0ce8ee5eee695aecc1d4eb7b61fc315c67ff65d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91 in place of 61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20 in place of 44d77a922ecd008b3076fdc3d61364f4927a767b8bbbb6eb5c359a7708868cb5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e in place of dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4 in place of c902b3d00db8c8043e93a21cc4228e6572831518c94f2a1a9857cbc8af782bfc for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be in place of a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2 in place of 70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb in place of e960dbcbf4b6759e4af6bce76cb7543aea84fcefadfeb958e7f9cf16e7877d0a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd in place of 2af83c5e987f846ecd0dc4b82dc77528cf8f50fd2079c9688f024c9a488501e2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8 in place of 5ec40a5a709a2757f099eb34e6a58ccf1fc82f41e26d03520448c528aed39937 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88 in place of d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4 in place of f15de70189f6b61404692e6f75b1bdada45024a95735c85b62f349743e19f611 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d in place of fb3e9fca89ef161347040ac3f84427fdc98e56124699b2056f718f0c21050b7c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6 in place of 610a5c1074a06a7c863fc744e4c70ca0cecef067c47c54e9d05853700496a254 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f in place of ac94fa81b001615c94905f6bd601d64205b259e3a3198650fb9ccfad5882e564 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee in place of 6f59091290941625b507353364116ae2d025cb0616c568c860211e5c5382e0a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556 in place of 15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933 in place of e2cd9d3659cbf054a61512d26223e80c08fba2b5fde723c231e73aec5df44428 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6 in place of b5a63027e3d431244f104c18e68095e8fab0036682d054e035e05439f67553c8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c in place of ecd4bed0f4de859e877442b864a34f5c7306524d2d7e8410b3f3fba182edb641 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f in place of d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff in place of 1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de in place of 95e50a5eff44ef025a224b8245f452a4b29b2d7168bbc9a2f659325e8c7e6709 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1 in place of 0e55fb738a7b195da53b5c185d3efe8651b549bec09bc7ab86d756eadb44d448 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181 in place of 925d41539beec7684816fceb416d52899c654e4129c8bca57794856aa41d19c1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072 in place of dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31 in place of 4a9cf3dc762c31640f67a650b8d8627da54a4012bf5215ba87d0d9382c47b0df for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2 in place of 8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77 in place of 2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5 in place of 5fbce1d7ec9e72690286efd046893640f160673282d19e424931618284230703 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166 in place of b294572b5789495979247f659f50910923898e2db9dd6daa3552ac207b06e482 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253 in place of a76fd739bf67b2b83a088905f2b175e0b25aa91fc5a649f6bf34261b66cc3496 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2 in place of efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6 in place of f81bee4216ba84425a2928a9ff5f586dfaa12907f79eef5e4ed3983cfca1e1f9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb in place of de8545876824b08bd96cc526613253cf5daaf7e8f527b2623902ede24528061b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413 in place of fe10aa400f7e58a3e98dd3304bdf1937a3e7b6a49f49284d639564de217bafd4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b in place of a39b6ccbb7dfa89f499d16d494b7a28019911ee68f786bb05cace66c95bc0ebe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3 in place of c50f211514a37c676d666a54bf98f3bef114df70df46f81d7618515ab7ef6ea1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40 in place of 15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321 in place of 4117a10f0089ccdd65a5c12d8de9caa8104687fc471fcf3ed491c5e160407d2a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6 in place of 9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171 in place of 5721968b8ef4afce4410baabd475207efa5c24146ff8a078079bee217763ee67 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf in place of bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626 in place of be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac in place of cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf in place of c9e732de05fd827758613edcabb379e31f0580e8ecccf7ee92bdba4c1e6eeae8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8 in place of 3d157ae8df55a3a3fdda6fd9f3dfec15e61eae8601bf35bdff1477a50aea10a1 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db in place of add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234 in place of 7b60c8943a87dc570b4c194a7728fd97143e156c2cd57a5eeec75b594b5df9ce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c in place of 8bc2917b950226213fda7509e3a79e8f45a6d6eaf58acd74effaf3fb5725b8a7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a in place of 5cbd0d4cc1277648042df488747037e09a70576145f334bf3cc3ce89a0e74d1c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9 in place of 60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c in place of 181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b in place of 5e198002cbbd8e292d0b77039331834371dd60b315d70b90cc5b89ee7ca9387f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982 in place of 5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e in place of 935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d in place of 2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb in place of 8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a in place of e7f290f61b2f59b1a2acc658fbca2eefaa24b1dfebcdbefed032c70a41f3fdb7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04 in place of 53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063 in place of 1a9bffd13d8b84651b4ee4b53e28ed95f311b6528a12e2c5b65d82fba32bfdf6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9 in place of 159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a in place of 032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c in place of bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75 in place of 575c2c56621b717e75fcbd30047dad1f7f16ca6729ee462a12211e486f95756f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2 in place of 4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d in place of 87fb9a4a8b72549d5870699cb1f99b2456f51a870de1eff00e4538b3a86b8c2f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d in place of 5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43 in place of a595d48b00257cf10d372ead671ce40d082f59e124dcfa6eb3ed60c5bbf5a64b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4 in place of 8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95 in place of 5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be in place of 4f5afdd71c611161f808924bf50758302622a345df52f2246be8ef13d0b24cfe for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed in place of db430d6dfbdd2c5bc85b584598d371d590872628b3dc446953c9d36a65a0b1d5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0 in place of d2cbc6161d6efd7497f20276b7fbcfd698d5ce2f8e9e8614fa88ad8726572c67 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5 in place of 99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2 in place of 9e35bb649a09658b900069cb92f5374dc2a00ac19c04208bf150a1747caa41cd for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce in place of 1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f in place of b30f6e89a0f2a4334b0128dd156b06bbd1918a6ba8b54bc1a3685597a9927564 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1 in place of 2538ce63f9fe4471de8aaf03e6aa376cf8f597c6f9db9e0cfa2e4d5264e77e95 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa in place of 3c828da956d27ed679d8f604f6bc95b1f0697decdddebbb92acd5755266a6d37 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5 in place of 40bf6d05b14af077628f0bca5446f7f7998de85a3ecd8b2b3c1553913b31752e for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f in place of 6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5 in place of 1b778450bb4757ee6027bc56f0e609617ef96498ab8678a254432d7a3babd02d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e in place of 870eb796549a96dbeda00ed17a4da916768e6dc4ef43af46a34aa77370e332b4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be in place of 82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c in place of b0dd01e84d56af3fa6d81773c50c07e9226e35f06ce5698e1cd35e3ee78f6cd4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67 in place of db3137b942d3f736f726e746563214a737e990c14cba05e6a8ac5268de3d8bea for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2 in place of 399aeb4269b07cd56983f14890c35e1033baccc8bf85978f6fd5cdd560e8b750 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a in place of 092cf55041ad13c7e35cc52c399999bb641f3dfb2143a912a8d17bb869700e4a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash 778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268 in place of 778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26 in place of 89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8 in place of 171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352 in place of 257a292dcae62dc7b49a9d9a6868791d6fb0e708ee01299e46bddeaf54dea348 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731 in place of 425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43 in place of e81af92181c80f24661d45b6693203a55d3aec1a34744a46f9e142daaedfcff3 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518 in place of 4c9d7b223a0254cf46266b3954d56854834cb24db32dea6b9fef745e563dbc21 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615 in place of 2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c in place of 5df011eb475bcab136da5acb89abf2435090995e62c248aa25e28cca3c0e9660 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91 in place of a0f18d91f5fb42519e459a60d44c0d42fe6703838d0eca352c90c85d413907d8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505 in place of 33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18 in place of 4ce73b63ba2eecdfd1a23d6fdc966fdb729c7f4090aefc9eef5aee12c4db4e52 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6 in place of aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900 in place of dacebf2fb1537aa9b6e83cc9a90ba6335f09d3a0bbd94bd281c272d708e1743b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32 in place of 24c6bb998bcbd888687bb504f99f7d4104da37cd1bd24abbc3d444d66fe7af0b for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9 in place of 8fd4b8ca56ad0df91b118da4adce8a119fe2d061293f4522d8447c7ec67e4461 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693 in place of d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653 in place of 00fe122b083743f92b7bd0ad15dd53504b51e63b0e4efa8134a6d2b2d2a264d4 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89 in place of 3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c in place of f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247 in place of 85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7 in place of 948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_sysroot from hashserv.yocto.io:8686\nDEBUG: Found unihash 347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062 in place of b038d3e4892931c2754f5cf4ae9aa5a78d2b8bb6febec503c3688c1e34695410 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb in place of 35be4a362d5a5e5780db722d8cd460d5e7bb182f2568f0d664d685ae12a682d5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6 in place of 64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88 in place of 51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash 2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f in place of e4a56626a3e4d093a6670e64ce99e050b67d35d7d67573f3666a718f7dbce69d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d in place of bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package from hashserv.yocto.io:8686\nDEBUG: Found unihash 8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248 in place of bb04a078624d10dac3ac9f8689815a6b2acf20b8242d398ad6c21844ea7be58d for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_packagedata from hashserv.yocto.io:8686\nDEBUG: Found unihash 6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3 in place of e38608084aac7ddc3fd59b62607d8678d63a082fbf5ae6fe5e94d806107d7bc8 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash 11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3 in place of 262b7bb4601f330eca9b358f655051eb21efcc5777dabd45301e344e796b03e5 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_qa from hashserv.yocto.io:8686\nDEBUG: Found unihash f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab in place of 670974314f316ddeaa5cb1335b4519627ec5acf68ce2b0f9ee1ceee4e716830a for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_deb from hashserv.yocto.io:8686\nDEBUG: Found unihash 4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f in place of 4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682 in place of 1834adedd8245d77d4e616c93fa5c3ddd02f8c60377f43f9bc16ccf2669489ac for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: Found unihash 30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6 in place of ff1a1002542fbe54e2acaf728c58ca6bc0f5d428cef6f07e398d90c37e5c9713 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_ipk from hashserv.yocto.io:8686\nDEBUG: Found unihash 24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27 in place of 24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_runtime_spdx from hashserv.yocto.io:8686\nDEBUG: Found unihash ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17 in place of 8b7e849ebbc2f338b0ebb90f86d8db81d24924657afb7145ee109a3d54a0f463 for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_rpm from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_qa:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e from hashserv.yocto.io:8686\nDEBUG: No reported unihash for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_complete:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5 from hashserv.yocto.io:8686\nNOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure\nDEBUG: Using runqueue scheduler 'speed'\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_runtime_spdx_setscene.abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_runtime_spdx.abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_spdx_setscene.15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_spdx.15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_deploy_source_date_epoch_setscene.a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_deploy_source_date_epoch.a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_setscene.a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package.a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_qa_setscene.bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_qa.bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_rpm_setscene.48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_rpm.48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_packagedata_setscene.2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_packagedata.2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_populate_lic_setscene.da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_populate_lic.da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_recipe_qa_setscene.c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_recipe_qa.c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_runtime_spdx_setscene.24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_runtime_spdx.24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_spdx_setscene.7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_spdx.7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_deploy_source_date_epoch_setscene.14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_deploy_source_date_epoch.14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_setscene.a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package.a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_qa_setscene.40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_qa.40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_rpm_setscene.2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_rpm.2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_packagedata_setscene.77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_packagedata.77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_populate_lic_setscene.1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_populate_lic.1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_recipe_qa_setscene.753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_recipe_qa.753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_create_runtime_spdx_setscene.41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_create_runtime_spdx.41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_create_spdx_setscene.b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_create_spdx.b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_deploy_source_date_epoch_setscene.a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_deploy_source_date_epoch.a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_package_setscene.7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_package.7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_package_qa_setscene.92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_package_qa.92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_package_write_rpm_setscene.ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_package_write_rpm.ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_packagedata_setscene.f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_packagedata.f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_populate_lic_setscene.e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_populate_lic.e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_populate_sysroot_setscene.ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_populate_sysroot.ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_recipe_qa_setscene.060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_recipe_qa.060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_runtime_spdx_setscene.2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_runtime_spdx.2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_spdx_setscene.712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_spdx.712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_deploy_source_date_epoch_setscene.1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_deploy_source_date_epoch.1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_setscene.301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package.301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_qa_setscene.fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_qa.fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_rpm_setscene.362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_rpm.362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_packagedata_setscene.481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_packagedata.481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_populate_lic_setscene.89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_populate_lic.89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_recipe_qa_setscene.c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_recipe_qa.c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_runtime_spdx_setscene.d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_runtime_spdx.d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_spdx_setscene.3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_spdx.3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_deploy_source_date_epoch_setscene.6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_deploy_source_date_epoch.6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_setscene.8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package.8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_qa_setscene.2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_qa.2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_rpm_setscene.0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_rpm.0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_packagedata_setscene.bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_packagedata.bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_lic_setscene.7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_lic.7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_sysroot_setscene.778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_sysroot.778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_recipe_qa_setscene.094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_recipe_qa.094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_runtime_spdx_setscene.ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_runtime_spdx.ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_spdx_setscene.cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_spdx.cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_deploy_source_date_epoch_setscene.fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_deploy_source_date_epoch.fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_setscene.beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package.beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_qa_setscene.799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_qa.799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_rpm_setscene.4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_rpm.4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_packagedata_setscene.243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_packagedata.243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_lic_setscene.907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_lic.907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_sysroot_setscene.2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_sysroot.2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_recipe_qa_setscene.0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_recipe_qa.0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_runtime_spdx_setscene.2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_runtime_spdx.2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_spdx_setscene.1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_spdx.1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_deploy_source_date_epoch_setscene.38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_deploy_source_date_epoch.38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_setscene.4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package.4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_qa_setscene.7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_qa.7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_rpm_setscene.b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_rpm.b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_packagedata_setscene.2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_packagedata.2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_populate_lic_setscene.e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_populate_lic.e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_recipe_qa_setscene.cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_recipe_qa.cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_runtime_spdx_setscene.53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_runtime_spdx.53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_spdx_setscene.be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_spdx.be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_deploy_source_date_epoch_setscene.664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_deploy_source_date_epoch.664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_setscene.f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package.f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_qa_setscene.9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_qa.9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_rpm_setscene.42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_rpm.42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_packagedata_setscene.571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_packagedata.571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_populate_lic_setscene.5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_populate_lic.5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_recipe_qa_setscene.2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_recipe_qa.2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_runtime_spdx_setscene.3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_runtime_spdx.3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_spdx_setscene.cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_spdx.cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_deploy_source_date_epoch_setscene.57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_deploy_source_date_epoch.57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_setscene.05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package.05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_qa_setscene.33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_qa.33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_rpm_setscene.9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_rpm.9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_packagedata_setscene.0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_packagedata.0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_populate_lic_setscene.d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_populate_lic.d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_recipe_qa_setscene.fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_recipe_qa.fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_create_runtime_spdx_setscene.63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_create_runtime_spdx.63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_create_spdx_setscene.60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_create_spdx.60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_deploy_source_date_epoch_setscene.03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_deploy_source_date_epoch.03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_package_setscene.f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_package.f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_package_qa_setscene.5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_package_qa.5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_package_write_rpm_setscene.5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_package_write_rpm.5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_packagedata_setscene.77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_packagedata.77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_populate_lic_setscene.400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_populate_lic.400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_recipe_qa_setscene.fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_recipe_qa.fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_create_runtime_spdx_setscene.adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_create_runtime_spdx.adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_create_spdx_setscene.27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_create_spdx.27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_deploy_source_date_epoch_setscene.68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_deploy_source_date_epoch.68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_package_setscene.55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_package.55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_package_qa_setscene.3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_package_qa.3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_package_write_rpm_setscene.2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_package_write_rpm.2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_packagedata_setscene.8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_packagedata.8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_populate_lic_setscene.3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_populate_lic.3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_recipe_qa_setscene.8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_recipe_qa.8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_runtime_spdx_setscene.e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_runtime_spdx.e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_spdx_setscene.028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_spdx.028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_deploy_source_date_epoch_setscene.bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_deploy_source_date_epoch.bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_setscene.b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package.b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_qa_setscene.4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_qa.4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_rpm_setscene.5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_rpm.5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_packagedata_setscene.1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_packagedata.1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_populate_lic_setscene.befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_populate_lic.befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_recipe_qa_setscene.40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_recipe_qa.40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_runtime_spdx_setscene.fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_runtime_spdx.fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_spdx_setscene.5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_spdx.5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_deploy_source_date_epoch_setscene.4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_deploy_source_date_epoch.4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_setscene.1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package.1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_qa_setscene.73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_qa.73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_rpm_setscene.88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_rpm.88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_packagedata_setscene.082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_packagedata.082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_lic_setscene.3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_lic.3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_sysroot_setscene.73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_sysroot.73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_recipe_qa_setscene.092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_recipe_qa.092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_create_runtime_spdx_setscene.32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_create_runtime_spdx.32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_create_spdx_setscene.c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_create_spdx.c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_deploy_source_date_epoch_setscene.eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_deploy_source_date_epoch.eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_package_setscene.2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_package.2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_package_qa_setscene.3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_package_qa.3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_package_write_rpm_setscene.6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_package_write_rpm.6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_packagedata_setscene.7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_packagedata.7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_populate_lic_setscene.8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_populate_lic.8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_populate_sysroot_setscene.4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_populate_sysroot.4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_recipe_qa_setscene.58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_recipe_qa.58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_runtime_spdx_setscene.406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_runtime_spdx.406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_spdx_setscene.448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_spdx.448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_deploy_source_date_epoch_setscene.e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_deploy_source_date_epoch.e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_setscene.f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package.f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_qa_setscene.6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_qa.6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_rpm_setscene.c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_rpm.c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_packagedata_setscene.b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_packagedata.b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_populate_lic_setscene.30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_populate_lic.30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_recipe_qa_setscene.ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_recipe_qa.ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_runtime_spdx_setscene.715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_runtime_spdx.715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_spdx_setscene.52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_spdx.52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_deploy_source_date_epoch_setscene.3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_deploy_source_date_epoch.3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_setscene.cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package.cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_qa_setscene.656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_qa.656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_rpm_setscene.c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_rpm.c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_packagedata_setscene.58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_packagedata.58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_populate_lic_setscene.b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_populate_lic.b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_recipe_qa_setscene.cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_recipe_qa.cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_create_runtime_spdx_setscene.2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_create_runtime_spdx.2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_create_spdx_setscene.3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_create_spdx.3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_deploy_source_date_epoch_setscene.843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_deploy_source_date_epoch.843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_package_setscene.de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_package.de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_package_qa_setscene.b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_package_qa.b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_package_write_rpm_setscene.50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_package_write_rpm.50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_packagedata_setscene.090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_packagedata.090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_populate_lic_setscene.c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_populate_lic.c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_populate_sysroot_setscene.5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_populate_sysroot.5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_recipe_qa_setscene.c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_recipe_qa.c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_create_runtime_spdx_setscene.8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_create_runtime_spdx.8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_create_spdx_setscene.f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_create_spdx.f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_deploy_source_date_epoch_setscene.a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_deploy_source_date_epoch.a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_package_setscene.2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_package.2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_package_qa_setscene.c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_package_qa.c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_package_write_rpm_setscene.c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_package_write_rpm.c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_packagedata_setscene.74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_packagedata.74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_populate_lic_setscene.d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_populate_lic.d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_recipe_qa_setscene.99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_recipe_qa.99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_create_runtime_spdx_setscene.cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_create_runtime_spdx.cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_create_spdx_setscene.22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_create_spdx.22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_deploy_source_date_epoch_setscene.e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_deploy_source_date_epoch.e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_package_setscene.4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_package.4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_package_qa_setscene.1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_package_qa.1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_package_write_rpm_setscene.0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_package_write_rpm.0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_packagedata_setscene.3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_packagedata.3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_populate_lic_setscene.1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_populate_lic.1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_populate_sysroot_setscene.fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_populate_sysroot.fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_recipe_qa_setscene.cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_recipe_qa.cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_runtime_spdx_setscene.80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_runtime_spdx.80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_spdx_setscene.d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_spdx.d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_deploy_source_date_epoch_setscene.c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_deploy_source_date_epoch.c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_setscene.79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package.79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_qa_setscene.2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_qa.2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_rpm_setscene.e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_rpm.e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_packagedata_setscene.3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_packagedata.3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_lic_setscene.ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_lic.ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_sysroot_setscene.773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_sysroot.773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_recipe_qa_setscene.68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_recipe_qa.68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_runtime_spdx_setscene.a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_runtime_spdx.a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_spdx_setscene.99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_spdx.99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_deploy_source_date_epoch_setscene.37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_deploy_source_date_epoch.37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_setscene.e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package.e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_qa_setscene.89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_qa.89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_rpm_setscene.be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_rpm.be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_packagedata_setscene.b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_packagedata.b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_populate_lic_setscene.6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_populate_lic.6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_recipe_qa_setscene.a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_recipe_qa.a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_runtime_spdx_setscene.068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_runtime_spdx.068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_spdx_setscene.3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_spdx.3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_deploy_source_date_epoch_setscene.1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_deploy_source_date_epoch.1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_setscene.003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package.003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_qa_setscene.28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_qa.28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_rpm_setscene.60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_rpm.60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_packagedata_setscene.54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_packagedata.54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_lic_setscene.4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_lic.4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_sysroot_setscene.b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_sysroot.b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_recipe_qa_setscene.1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_recipe_qa.1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_runtime_spdx_setscene.529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_runtime_spdx.529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_spdx_setscene.6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_spdx.6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_deploy_source_date_epoch_setscene.048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_deploy_source_date_epoch.048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_setscene.83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package.83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_qa_setscene.68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_qa.68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_rpm_setscene.9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_rpm.9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_packagedata_setscene.1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_packagedata.1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_lic_setscene.b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_lic.b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_sysroot_setscene.e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_sysroot.e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_recipe_qa_setscene.ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_recipe_qa.ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_runtime_spdx_setscene.93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_runtime_spdx.93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_spdx_setscene.cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_spdx.cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_deploy_source_date_epoch_setscene.da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_deploy_source_date_epoch.da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_setscene.f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package.f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_qa_setscene.84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_qa.84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_rpm_setscene.f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_rpm.f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_packagedata_setscene.f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_packagedata.f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_lic_setscene.e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_lic.e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_sysroot_setscene.1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_sysroot.1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_recipe_qa_setscene.3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_recipe_qa.3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_runtime_spdx_setscene.8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_runtime_spdx.8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_spdx_setscene.6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_spdx.6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_deploy_source_date_epoch_setscene.708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_deploy_source_date_epoch.708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_setscene.03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package.03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_qa_setscene.a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_qa.a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_rpm_setscene.de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_rpm.de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_packagedata_setscene.9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_packagedata.9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_populate_lic_setscene.2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_populate_lic.2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_recipe_qa_setscene.f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_recipe_qa.f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_create_runtime_spdx_setscene.64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_create_runtime_spdx.64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_create_spdx_setscene.5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_create_spdx.5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_deploy_source_date_epoch_setscene.22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_deploy_source_date_epoch.22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_package_setscene.86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_package.86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_package_qa_setscene.f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_package_qa.f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_package_write_rpm_setscene.31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_package_write_rpm.31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_packagedata_setscene.c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_packagedata.c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_populate_lic_setscene.ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_populate_lic.ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_populate_sysroot_setscene.078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_populate_sysroot.078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_recipe_qa_setscene.d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_recipe_qa.d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_runtime_spdx_setscene.77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_runtime_spdx.77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_spdx_setscene.6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_spdx.6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_deploy_source_date_epoch_setscene.2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_deploy_source_date_epoch.2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_setscene.066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package.066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_qa_setscene.8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_qa.8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_rpm_setscene.85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_rpm.85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_packagedata_setscene.ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_packagedata.ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_populate_lic_setscene.ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_populate_lic.ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_recipe_qa_setscene.09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_recipe_qa.09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_runtime_spdx_setscene.d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_runtime_spdx.d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_spdx_setscene.8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_spdx.8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_deploy_source_date_epoch_setscene.31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_deploy_source_date_epoch.31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_setscene.d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package.d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_qa_setscene.e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_qa.e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_rpm_setscene.7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_rpm.7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_packagedata_setscene.ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_packagedata.ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_lic_setscene.c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_lic.c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_sysroot_setscene.21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_sysroot.21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_recipe_qa_setscene.9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_recipe_qa.9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_runtime_spdx_setscene.849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_runtime_spdx.849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_spdx_setscene.06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_spdx.06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_deploy_source_date_epoch_setscene.caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_deploy_source_date_epoch.caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_setscene.6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package.6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_qa_setscene.8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_qa.8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_rpm_setscene.a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_rpm.a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_packagedata_setscene.a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_packagedata.a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_lic_setscene.724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_lic.724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_sysroot_setscene.b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_sysroot.b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_recipe_qa_setscene.4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_recipe_qa.4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_create_runtime_spdx_setscene.a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_create_runtime_spdx.a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_create_spdx_setscene.bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_create_spdx.bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_deploy_source_date_epoch_setscene.071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_deploy_source_date_epoch.071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_package_setscene.5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_package.5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_package_qa_setscene.b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_package_qa.b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_package_write_rpm_setscene.332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_package_write_rpm.332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_packagedata_setscene.a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_packagedata.a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_populate_lic_setscene.1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_populate_lic.1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_populate_sysroot_setscene.d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_populate_sysroot.d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_recipe_qa_setscene.4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_recipe_qa.4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_create_runtime_spdx_setscene.6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_create_runtime_spdx.6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_create_spdx_setscene.ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_create_spdx.ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_deploy_source_date_epoch_setscene.11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_deploy_source_date_epoch.11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_package_setscene.4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_package.4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_package_qa_setscene.649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_package_qa.649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_package_write_rpm_setscene.e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_package_write_rpm.e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_packagedata_setscene.5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_packagedata.5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_populate_lic_setscene.b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_populate_lic.b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_populate_sysroot_setscene.40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_populate_sysroot.40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_recipe_qa_setscene.7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_recipe_qa.7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_create_runtime_spdx_setscene.5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_create_runtime_spdx.5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_create_spdx_setscene.15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_create_spdx.15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_deploy_source_date_epoch_setscene.f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_deploy_source_date_epoch.f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_populate_lic_setscene.1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_populate_lic.1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_populate_sysroot_setscene.035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_populate_sysroot.035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_recipe_qa_setscene.5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_recipe_qa.5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_create_runtime_spdx_setscene.5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_create_runtime_spdx.5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_create_spdx_setscene.0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_create_spdx.0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_deploy_source_date_epoch_setscene.2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_deploy_source_date_epoch.2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_package_setscene.560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_package.560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_package_qa_setscene.26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_package_qa.26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_package_write_rpm_setscene.d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_package_write_rpm.d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_packagedata_setscene.158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_packagedata.158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_populate_lic_setscene.668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_populate_lic.668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_populate_sysroot_setscene.0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_populate_sysroot.0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_recipe_qa_setscene.86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_recipe_qa.86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_create_runtime_spdx_setscene.6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_create_runtime_spdx.6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_create_spdx_setscene.bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_create_spdx.bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_deploy_source_date_epoch_setscene.253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_deploy_source_date_epoch.253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_package_setscene.4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_package.4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_package_qa_setscene.eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_package_qa.eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_package_write_rpm_setscene.0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_package_write_rpm.0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_packagedata_setscene.d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_packagedata.d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_populate_lic_setscene.fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_populate_lic.fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_populate_sysroot_setscene.1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_populate_sysroot.1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_recipe_qa_setscene.dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_recipe_qa.dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_create_runtime_spdx_setscene.fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_create_runtime_spdx.fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_create_spdx_setscene.6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_create_spdx.6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_deploy_source_date_epoch_setscene.39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_deploy_source_date_epoch.39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_package_setscene.926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_package.926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_package_qa_setscene.80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_package_qa.80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_package_write_rpm_setscene.0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_package_write_rpm.0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_packagedata_setscene.77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_packagedata.77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_populate_lic_setscene.ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_populate_lic.ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_recipe_qa_setscene.e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_recipe_qa.e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_create_runtime_spdx_setscene.69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_create_runtime_spdx.69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_create_spdx_setscene.d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_create_spdx.d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_deploy_source_date_epoch_setscene.cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_deploy_source_date_epoch.cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_populate_lic_setscene.135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_populate_lic.135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_populate_sysroot_setscene.62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_populate_sysroot.62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_recipe_qa_setscene.396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_recipe_qa.396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_create_runtime_spdx_setscene.6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_create_runtime_spdx.6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_create_spdx_setscene.2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_create_spdx.2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_deploy_source_date_epoch_setscene.c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_deploy_source_date_epoch.c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_setscene.705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package.705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_qa_setscene.9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_qa.9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_deb_setscene.34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_deb.34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_ipk_setscene.b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_ipk.b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_rpm_setscene.9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_rpm.9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_packagedata_setscene.4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_packagedata.4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_populate_lic_setscene.908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_populate_lic.908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_recipe_qa_setscene.3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_recipe_qa.3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_create_runtime_spdx_setscene.2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_create_runtime_spdx.2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_create_spdx_setscene.8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_create_spdx.8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_deploy_source_date_epoch_setscene.f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_deploy_source_date_epoch.f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_package_setscene.28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_package.28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_package_qa_setscene.1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_package_qa.1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_package_write_rpm_setscene.3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_package_write_rpm.3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_packagedata_setscene.963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_packagedata.963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_populate_lic_setscene.5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_populate_lic.5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_recipe_qa_setscene.883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_recipe_qa.883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_create_runtime_spdx_setscene.17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_create_runtime_spdx.17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_create_spdx_setscene.885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_create_spdx.885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_deploy_source_date_epoch_setscene.6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_deploy_source_date_epoch.6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_package_setscene.1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_package.1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_package_qa_setscene.d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_package_qa.d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_package_write_rpm_setscene.71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_package_write_rpm.71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_packagedata_setscene.09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_packagedata.09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_populate_lic_setscene.c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_populate_lic.c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_populate_sysroot_setscene.ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_populate_sysroot.ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_recipe_qa_setscene.e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_recipe_qa.e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_stash_locale_setscene.482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_stash_locale.482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_runtime_spdx_setscene.9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_runtime_spdx.9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_spdx_setscene.a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_spdx.a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_deploy_source_date_epoch_setscene.dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_deploy_source_date_epoch.dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_lic_setscene.33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_lic.33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_sysroot_setscene.eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_sysroot.eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_recipe_qa_setscene.dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_recipe_qa.dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_runtime_spdx_setscene.df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_runtime_spdx.df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_spdx_setscene.66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_spdx.66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_deploy_source_date_epoch_setscene.37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_deploy_source_date_epoch.37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_complete_setscene.a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_complete.a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_qa_setscene.95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_qa.95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff not available\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_package which could be accelerated\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_package is noexec so skipping setscene\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_recipe_qa_setscene.bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_recipe_qa.bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_runtime_spdx_setscene.0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_runtime_spdx.0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_spdx_setscene.afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_spdx.afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_deploy_source_date_epoch_setscene.bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_deploy_source_date_epoch.bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_setscene.ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package.ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_qa_setscene.81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_qa.81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_rpm_setscene.aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_rpm.aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_packagedata_setscene.98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_packagedata.98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_populate_lic_setscene.5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_populate_lic.5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_recipe_qa_setscene.ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_recipe_qa.ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_runtime_spdx_setscene.9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_runtime_spdx.9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_spdx_setscene.ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_spdx.ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_deploy_source_date_epoch_setscene.f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_deploy_source_date_epoch.f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_setscene.6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package.6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_qa_setscene.447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_qa.447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_rpm_setscene.f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_rpm.f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_packagedata_setscene.886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_packagedata.886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_populate_lic_setscene.3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_populate_lic.3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_recipe_qa_setscene.bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_recipe_qa.bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_runtime_spdx_setscene.19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_runtime_spdx.19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_spdx_setscene.820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_spdx.820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_deploy_source_date_epoch_setscene.421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_deploy_source_date_epoch.421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_setscene.698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package.698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_qa_setscene.c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_qa.c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_rpm_setscene.763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_rpm.763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_packagedata_setscene.f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_packagedata.f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_lic_setscene.1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_lic.1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_sysroot_setscene.e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_sysroot.e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_recipe_qa_setscene.1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_recipe_qa.1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_runtime_spdx_setscene.c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_runtime_spdx.c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_spdx_setscene.2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_spdx.2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_deploy_source_date_epoch_setscene.35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_deploy_source_date_epoch.35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_setscene.666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package.666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_qa_setscene.f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_qa.f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_rpm_setscene.d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_rpm.d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_packagedata_setscene.5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_packagedata.5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_lic_setscene.d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_lic.d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_sysroot_setscene.971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_sysroot.971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_recipe_qa_setscene.4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_recipe_qa.4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_create_runtime_spdx_setscene.d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_create_runtime_spdx.d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_create_spdx_setscene.190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_create_spdx.190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_deploy_source_date_epoch_setscene.299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_deploy_source_date_epoch.299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_package_setscene.58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_package.58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_package_qa_setscene.1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_package_qa.1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_package_write_rpm_setscene.103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_package_write_rpm.103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_packagedata_setscene.d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_packagedata.d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_populate_lic_setscene.1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_populate_lic.1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_populate_sysroot_setscene.166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_populate_sysroot.166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_recipe_qa_setscene.323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_recipe_qa.323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_create_runtime_spdx_setscene.ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_create_runtime_spdx.ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_create_spdx_setscene.83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_create_spdx.83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_deploy_source_date_epoch_setscene.6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_deploy_source_date_epoch.6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_package_setscene.9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_package.9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_package_qa_setscene.2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_package_qa.2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_package_write_rpm_setscene.a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_package_write_rpm.a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_packagedata_setscene.5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_packagedata.5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_populate_lic_setscene.3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_populate_lic.3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_populate_sysroot_setscene.637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_populate_sysroot.637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_recipe_qa_setscene.280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_recipe_qa.280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_create_runtime_spdx_setscene.98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_create_runtime_spdx.98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_create_spdx_setscene.c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_create_spdx.c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_deploy_source_date_epoch_setscene.eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_deploy_source_date_epoch.eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_package_setscene.c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_package.c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_package_qa_setscene.f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_package_qa.f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_rpm_setscene.a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_rpm.a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_packagedata_setscene.a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_packagedata.a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_populate_lic_setscene.3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_populate_lic.3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_recipe_qa_setscene.443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_recipe_qa.443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_runtime_spdx_setscene.835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_runtime_spdx.835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_spdx_setscene.b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_spdx.b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_deploy_source_date_epoch_setscene.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_deploy_source_date_epoch.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_setscene.e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package.e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_qa_setscene.d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_qa.d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_deb_setscene.5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_deb.5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_ipk_setscene.d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_ipk.d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_rpm_setscene.fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_rpm.fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_packagedata_setscene.516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_packagedata.516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_recipe_qa_setscene.e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_recipe_qa.e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_runtime_spdx_setscene.a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_runtime_spdx.a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_spdx_setscene.29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_spdx.29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_deploy_source_date_epoch_setscene.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_deploy_source_date_epoch.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_setscene.a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package.a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_qa_setscene.796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_qa.796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_deb_setscene.ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_deb.ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_ipk_setscene.1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_ipk.1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_rpm_setscene.fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_rpm.fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_packagedata_setscene.c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_packagedata.c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_recipe_qa_setscene.f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_recipe_qa.f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_runtime_spdx_setscene.b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_runtime_spdx.b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_spdx_setscene.f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_spdx.f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_deploy_source_date_epoch_setscene.06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_deploy_source_date_epoch.06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_setscene.76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package.76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_qa_setscene.d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_qa.d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_rpm_setscene.66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_rpm.66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_packagedata_setscene.62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_packagedata.62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_populate_lic_setscene.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_populate_lic.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_recipe_qa_setscene.98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_recipe_qa.98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_runtime_spdx_setscene.eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_runtime_spdx.eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_spdx_setscene.917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_spdx.917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_deploy_source_date_epoch_setscene.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_deploy_source_date_epoch.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_setscene.145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package.145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_qa_setscene.96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_qa.96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_deb_setscene.599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_deb.599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_ipk_setscene.02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_ipk.02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_rpm_setscene.6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_rpm.6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_packagedata_setscene.1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_packagedata.1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_recipe_qa_setscene.2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_recipe_qa.2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_runtime_spdx_setscene.727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_runtime_spdx.727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_spdx_setscene.8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_spdx.8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_deploy_source_date_epoch_setscene.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_deploy_source_date_epoch.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_setscene.0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package.0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_qa_setscene.e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_qa.e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_deb_setscene.047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_deb.047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_ipk_setscene.d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_ipk.d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_rpm_setscene.1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_rpm.1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_packagedata_setscene.4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_packagedata.4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_recipe_qa_setscene.25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_recipe_qa.25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_runtime_spdx_setscene.77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_runtime_spdx.77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_spdx_setscene.ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_spdx.ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_deploy_source_date_epoch_setscene.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_deploy_source_date_epoch.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_setscene.b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package.b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_qa_setscene.6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_qa.6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_deb_setscene.048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_deb.048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_ipk_setscene.f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_ipk.f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_rpm_setscene.588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_rpm.588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_packagedata_setscene.f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_packagedata.f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_recipe_qa_setscene.384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_recipe_qa.384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_runtime_spdx_setscene.f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_runtime_spdx.f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_spdx_setscene.781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_spdx.781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_deploy_source_date_epoch_setscene.06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_deploy_source_date_epoch.06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_setscene.4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package.4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_qa_setscene.c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_qa.c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_deb_setscene.dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_deb.dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_ipk_setscene.6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_ipk.6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_rpm_setscene.6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_rpm.6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_packagedata_setscene.2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_packagedata.2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_populate_lic_setscene.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_populate_lic.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_recipe_qa_setscene.ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_recipe_qa.ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_runtime_spdx_setscene.cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_runtime_spdx.cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_spdx_setscene.a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_spdx.a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_deploy_source_date_epoch_setscene.06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_deploy_source_date_epoch.06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_setscene.05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package.05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_qa_setscene.cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_qa.cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_deb_setscene.2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_deb.2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_ipk_setscene.aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_ipk.aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_rpm_setscene.e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_rpm.e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_packagedata_setscene.c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_packagedata.c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_populate_lic_setscene.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_populate_lic.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_recipe_qa_setscene.ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_recipe_qa.ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_runtime_spdx_setscene.48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_runtime_spdx.48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_spdx_setscene.4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_spdx.4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_deploy_source_date_epoch_setscene.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_deploy_source_date_epoch.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_setscene.25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package.25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_qa_setscene.6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_qa.6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_deb_setscene.0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_deb.0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_ipk_setscene.0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_ipk.0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_rpm_setscene.6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_rpm.6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_packagedata_setscene.371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_packagedata.371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_recipe_qa_setscene.e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_recipe_qa.e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_runtime_spdx_setscene.d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_runtime_spdx.d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_spdx_setscene.2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_spdx.2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_deploy_source_date_epoch_setscene.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_deploy_source_date_epoch.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_setscene.b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package.b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_qa_setscene.60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_qa.60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_deb_setscene.cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_deb.cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_ipk_setscene.52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_ipk.52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_rpm_setscene.c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_rpm.c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_packagedata_setscene.1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_packagedata.1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_recipe_qa_setscene.6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_recipe_qa.6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_runtime_spdx_setscene.55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_runtime_spdx.55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_spdx_setscene.c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_spdx.c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_deploy_source_date_epoch_setscene.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_deploy_source_date_epoch.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_setscene.34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package.34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_qa_setscene.111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_qa.111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_rpm_setscene.902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_rpm.902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_packagedata_setscene.d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_packagedata.d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_recipe_qa_setscene.b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_recipe_qa.b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_runtime_spdx_setscene.5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_runtime_spdx.5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_spdx_setscene.d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_spdx.d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_deploy_source_date_epoch_setscene.73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_deploy_source_date_epoch.73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_setscene.d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package.d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_qa_setscene.3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_qa.3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_deb_setscene.a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_deb.a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_ipk_setscene.7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_ipk.7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_rpm_setscene.0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_rpm.0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_packagedata_setscene.0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_packagedata.0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_populate_lic_setscene.55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_populate_lic.55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_recipe_qa_setscene.d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_recipe_qa.d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_runtime_spdx_setscene.d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_runtime_spdx.d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_spdx_setscene.09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_spdx.09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_deploy_source_date_epoch_setscene.966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_deploy_source_date_epoch.966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_setscene.b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package.b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_qa_setscene.f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_qa.f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_rpm_setscene.223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_rpm.223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_packagedata_setscene.b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_packagedata.b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_lic_setscene.14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_lic.14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_sysroot_setscene.2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_sysroot.2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_recipe_qa_setscene.8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_recipe_qa.8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_runtime_spdx_setscene.fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_runtime_spdx.fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_spdx_setscene.387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_spdx.387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_deploy_source_date_epoch_setscene.64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_deploy_source_date_epoch.64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_setscene.896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package.896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_qa_setscene.7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_qa.7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_rpm_setscene.05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_rpm.05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_packagedata_setscene.ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_packagedata.ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_populate_lic_setscene.8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_populate_lic.8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_recipe_qa_setscene.89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_recipe_qa.89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_runtime_spdx_setscene.18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_runtime_spdx.18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_spdx_setscene.5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_spdx.5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_deploy_source_date_epoch_setscene.c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_deploy_source_date_epoch.c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_setscene.683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package.683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_qa_setscene.b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_qa.b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_rpm_setscene.5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_rpm.5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_packagedata_setscene.466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_packagedata.466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_populate_lic_setscene.544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_populate_lic.544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_recipe_qa_setscene.33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_recipe_qa.33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_create_runtime_spdx_setscene.fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_create_runtime_spdx.fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_create_spdx_setscene.9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_create_spdx.9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_deploy_source_date_epoch_setscene.58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_deploy_source_date_epoch.58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_package_setscene.6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_package.6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_package_qa_setscene.2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_package_qa.2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_package_write_rpm_setscene.819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_package_write_rpm.819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_packagedata_setscene.fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_packagedata.fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_populate_lic_setscene.a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_populate_lic.a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_recipe_qa_setscene.27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_recipe_qa.27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_runtime_spdx_setscene.f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_runtime_spdx.f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_spdx_setscene.f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_spdx.f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_deploy_source_date_epoch_setscene.a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_deploy_source_date_epoch.a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_setscene.cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package.cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_qa_setscene.d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_qa.d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_rpm_setscene.ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_rpm.ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_packagedata_setscene.a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_packagedata.a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_lic_setscene.9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_lic.9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_sysroot_setscene.c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_sysroot.c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_recipe_qa_setscene.724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_recipe_qa.724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_runtime_spdx_setscene.6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_runtime_spdx.6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_spdx_setscene.fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_spdx.fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_deploy_source_date_epoch_setscene.9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_deploy_source_date_epoch.9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_setscene.35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package.35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_qa_setscene.e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_qa.e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_rpm_setscene.066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_rpm.066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_packagedata_setscene.248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_packagedata.248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_populate_lic_setscene.e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_populate_lic.e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_recipe_qa_setscene.e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_recipe_qa.e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_create_runtime_spdx_setscene.fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_create_runtime_spdx.fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_create_spdx_setscene.772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_create_spdx.772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_deploy_source_date_epoch_setscene.db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_deploy_source_date_epoch.db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_package_setscene.98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_package.98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_package_qa_setscene.f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_package_qa.f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_package_write_rpm_setscene.6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_package_write_rpm.6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_packagedata_setscene.fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_packagedata.fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_populate_lic_setscene.eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_populate_lic.eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_populate_sysroot_setscene.66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_populate_sysroot.66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_recipe_qa_setscene.a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_recipe_qa.a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_runtime_spdx_setscene.946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_runtime_spdx.946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_spdx_setscene.624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_spdx.624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_deploy_source_date_epoch_setscene.6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_deploy_source_date_epoch.6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_setscene.7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package.7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_qa_setscene.ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_qa.ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_rpm_setscene.c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_rpm.c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_packagedata_setscene.3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_packagedata.3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_lic_setscene.6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_lic.6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_sysroot_setscene.62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_sysroot.62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_recipe_qa_setscene.7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_recipe_qa.7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_runtime_spdx_setscene.5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_runtime_spdx.5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_spdx_setscene.93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_spdx.93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_deploy_source_date_epoch_setscene.e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_deploy_source_date_epoch.e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_setscene.e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package.e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_qa_setscene.53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_qa.53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_rpm_setscene.50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_rpm.50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_packagedata_setscene.2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_packagedata.2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_lic_setscene.a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_lic.a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_sysroot_setscene.b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_sysroot.b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_recipe_qa_setscene.7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_recipe_qa.7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_create_runtime_spdx_setscene.f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_create_runtime_spdx.f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_create_spdx_setscene.c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_create_spdx.c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_deploy_source_date_epoch_setscene.36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_deploy_source_date_epoch.36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_package_setscene.295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_package.295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_package_qa_setscene.584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_package_qa.584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_package_write_rpm_setscene.5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_package_write_rpm.5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_packagedata_setscene.3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_packagedata.3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_populate_lic_setscene.bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_populate_lic.bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_populate_sysroot_setscene.849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_populate_sysroot.849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_recipe_qa_setscene.60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_recipe_qa.60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_runtime_spdx_setscene.5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_runtime_spdx.5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_spdx_setscene.9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_spdx.9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_deploy_source_date_epoch_setscene.ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_deploy_source_date_epoch.ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_setscene.12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package.12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_qa_setscene.10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_qa.10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_rpm_setscene.414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_rpm.414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_packagedata_setscene.c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_packagedata.c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_populate_lic_setscene.65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_populate_lic.65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_recipe_qa_setscene.932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_recipe_qa.932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_runtime_spdx_setscene.bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_runtime_spdx.bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_spdx_setscene.e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_spdx.e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_deploy_source_date_epoch_setscene.8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_deploy_source_date_epoch.8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_setscene.dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package.dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_qa_setscene.e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_qa.e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_rpm_setscene.09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_rpm.09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_packagedata_setscene.83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_packagedata.83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_populate_lic_setscene.7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_populate_lic.7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_recipe_qa_setscene.efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_recipe_qa.efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_create_runtime_spdx_setscene.ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_create_runtime_spdx.ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_create_spdx_setscene.a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_create_spdx.a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_deploy_source_date_epoch_setscene.1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_deploy_source_date_epoch.1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_populate_lic_setscene.eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_populate_lic.eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_populate_sysroot_setscene.d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_populate_sysroot.d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_recipe_qa_setscene.7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_recipe_qa.7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_create_runtime_spdx_setscene.0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_create_runtime_spdx.0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_create_spdx_setscene.53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_create_spdx.53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_deploy_source_date_epoch_setscene.0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_deploy_source_date_epoch.0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_package_setscene.7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_package.7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_package_qa_setscene.6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_package_qa.6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_package_write_rpm_setscene.5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_package_write_rpm.5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_packagedata_setscene.38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_packagedata.38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_populate_lic_setscene.44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_populate_lic.44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_populate_sysroot_setscene.15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_populate_sysroot.15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_recipe_qa_setscene.c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_recipe_qa.c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_runtime_spdx_setscene.3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_runtime_spdx.3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_spdx_setscene.19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_spdx.19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_deploy_source_date_epoch_setscene.64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_deploy_source_date_epoch.64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_setscene.4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package.4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_qa_setscene.712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_qa.712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_rpm_setscene.1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_rpm.1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_packagedata_setscene.b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_packagedata.b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_populate_lic_setscene.34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_populate_lic.34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_recipe_qa_setscene.013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_recipe_qa.013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_create_runtime_spdx_setscene.34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_create_runtime_spdx.34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_create_spdx_setscene.4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_create_spdx.4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_deploy_source_date_epoch_setscene.dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_deploy_source_date_epoch.dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_package_setscene.e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_package.e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_package_qa_setscene.bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_package_qa.bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_package_write_rpm_setscene.2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_package_write_rpm.2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_packagedata_setscene.9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_packagedata.9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_populate_lic_setscene.53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_populate_lic.53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_recipe_qa_setscene.0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_recipe_qa.0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_create_runtime_spdx_setscene.989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_create_runtime_spdx.989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_create_spdx_setscene.1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_create_spdx.1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_deploy_source_date_epoch_setscene.cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_deploy_source_date_epoch.cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_package_setscene.c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_package.c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_package_qa_setscene.1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_package_qa.1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_package_write_rpm_setscene.5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_package_write_rpm.5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_packagedata_setscene.ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_packagedata.ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_populate_lic_setscene.c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_populate_lic.c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_recipe_qa_setscene.8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_recipe_qa.8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_create_runtime_spdx_setscene.80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_create_runtime_spdx.80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_create_spdx_setscene.a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_create_spdx.a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_deploy_source_date_epoch_setscene.c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_deploy_source_date_epoch.c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_populate_lic_setscene.4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_populate_lic.4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_populate_sysroot_setscene.bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_populate_sysroot.bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_recipe_qa_setscene.e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_recipe_qa.e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_runtime_spdx_setscene.5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_runtime_spdx.5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_spdx_setscene.e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_spdx.e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_deploy_source_date_epoch_setscene.72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_deploy_source_date_epoch.72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_setscene.e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package.e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_qa_setscene.40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_qa.40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_rpm_setscene.864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_rpm.864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_packagedata_setscene.37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_packagedata.37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_populate_lic_setscene.2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_populate_lic.2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_recipe_qa_setscene.1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_recipe_qa.1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_runtime_spdx_setscene.dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_runtime_spdx.dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_spdx_setscene.92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_spdx.92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_deploy_source_date_epoch_setscene.81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_deploy_source_date_epoch.81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_setscene.4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package.4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_qa_setscene.2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_qa.2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_rpm_setscene.b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_rpm.b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_packagedata_setscene.93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_packagedata.93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_lic_setscene.7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_lic.7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_sysroot_setscene.da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_sysroot.da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_recipe_qa_setscene.a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_recipe_qa.a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_runtime_spdx_setscene.fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_runtime_spdx.fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_spdx_setscene.c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_spdx.c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_deploy_source_date_epoch_setscene.6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_deploy_source_date_epoch.6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_setscene.3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package.3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_qa_setscene.03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_qa.03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_rpm_setscene.529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_rpm.529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_packagedata_setscene.9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_packagedata.9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_populate_lic_setscene.078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_populate_lic.078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_recipe_qa_setscene.ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_recipe_qa.ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_create_runtime_spdx_setscene.77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_create_runtime_spdx.77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_create_spdx_setscene.949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_create_spdx.949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_deploy_source_date_epoch_setscene.15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_deploy_source_date_epoch.15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_setscene.e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package.e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_qa_setscene.8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_qa.8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_deb_setscene.71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_deb.71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_ipk_setscene.a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_ipk.a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_rpm_setscene.7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_rpm.7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_packagedata_setscene.d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_packagedata.d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_populate_lic_setscene.42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_populate_lic.42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_recipe_qa_setscene.6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_recipe_qa.6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_runtime_spdx_setscene.fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_runtime_spdx.fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_spdx_setscene.4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_spdx.4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_deploy_source_date_epoch_setscene.9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_deploy_source_date_epoch.9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_setscene.2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package.2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_qa_setscene.3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_qa.3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_rpm_setscene.907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_rpm.907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_packagedata_setscene.c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_packagedata.c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_populate_lic_setscene.26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_populate_lic.26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_recipe_qa_setscene.d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_recipe_qa.d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_runtime_spdx_setscene.fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_runtime_spdx.fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_spdx_setscene.36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_spdx.36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_deploy_source_date_epoch_setscene.15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_deploy_source_date_epoch.15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_setscene.b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package.b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_qa_setscene.131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_qa.131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_rpm_setscene.b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_rpm.b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_packagedata_setscene.91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_packagedata.91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_lic_setscene.eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_lic.eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_sysroot_setscene.4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_sysroot.4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_recipe_qa_setscene.6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_recipe_qa.6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_create_runtime_spdx_setscene.17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_create_runtime_spdx.17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_create_spdx_setscene.9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_create_spdx.9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_deploy_source_date_epoch_setscene.9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_deploy_source_date_epoch.9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_package_setscene.378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_package.378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_package_qa_setscene.6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_package_qa.6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_package_write_rpm_setscene.ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_package_write_rpm.ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_packagedata_setscene.02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_packagedata.02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_populate_lic_setscene.0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_populate_lic.0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_populate_sysroot_setscene.29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_populate_sysroot.29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_recipe_qa_setscene.7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_recipe_qa.7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_runtime_spdx_setscene.0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_runtime_spdx.0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_spdx_setscene.e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_spdx.e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_deploy_source_date_epoch_setscene.db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_deploy_source_date_epoch.db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_setscene.41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package.41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_qa_setscene.02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_qa.02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_rpm_setscene.471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_rpm.471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_packagedata_setscene.5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_packagedata.5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_populate_lic_setscene.20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_populate_lic.20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_recipe_qa_setscene.2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_recipe_qa.2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_runtime_spdx_setscene.90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_runtime_spdx.90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_spdx_setscene.9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_spdx.9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_deploy_source_date_epoch_setscene.35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_deploy_source_date_epoch.35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_setscene.71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_package.71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_qa_setscene.fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_qa.fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_rpm_setscene.aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_rpm.aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_packagedata_setscene.84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_packagedata.84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_lic_setscene.d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_lic.d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_sysroot_setscene.d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_sysroot.d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_recipe_qa_setscene.dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_recipe_qa.dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_runtime_spdx_setscene.88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_runtime_spdx.88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_spdx_setscene.15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_spdx.15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_deploy_source_date_epoch_setscene.6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_deploy_source_date_epoch.6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_setscene.d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package.d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_qa_setscene.33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_qa.33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_rpm_setscene.118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_rpm.118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_packagedata_setscene.3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_packagedata.3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_lic_setscene.4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_lic.4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_sysroot_setscene.030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_sysroot.030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_recipe_qa_setscene.b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_recipe_qa.b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_create_runtime_spdx_setscene.4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_create_runtime_spdx.4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_create_spdx_setscene.f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_create_spdx.f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_deploy_source_date_epoch_setscene.1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_deploy_source_date_epoch.1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_gcc_stash_builddir_setscene.7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_gcc_stash_builddir.7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_populate_lic_setscene.fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_populate_lic.fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_populate_sysroot_setscene.763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_populate_sysroot.763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_recipe_qa_setscene.5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_recipe_qa.5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_create_runtime_spdx_setscene.3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_create_runtime_spdx.3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_create_spdx_setscene.747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_create_spdx.747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_deploy_source_date_epoch_setscene.53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_deploy_source_date_epoch.53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_package_setscene.27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_package.27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_package_qa_setscene.de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_package_qa.de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_package_write_rpm_setscene.7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_package_write_rpm.7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_packagedata_setscene.28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_packagedata.28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_populate_lic_setscene.4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_populate_lic.4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_populate_sysroot_setscene.6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_populate_sysroot.6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_recipe_qa_setscene.56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_recipe_qa.56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_create_runtime_spdx_setscene.e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_create_runtime_spdx.e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_create_spdx_setscene.16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_create_spdx.16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_deploy_source_date_epoch_setscene.b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_deploy_source_date_epoch.b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_package_setscene.0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_package.0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_package_qa_setscene.f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_package_qa.f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_package_write_rpm_setscene.778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_package_write_rpm.778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_packagedata_setscene.7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_packagedata.7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_populate_lic_setscene.683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_populate_lic.683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_recipe_qa_setscene.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_recipe_qa.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_create_runtime_spdx_setscene.1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_create_runtime_spdx.1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_create_spdx_setscene.c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_create_spdx.c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_deploy_source_date_epoch_setscene.d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_deploy_source_date_epoch.d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_recipe_qa_setscene.47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_recipe_qa.47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_create_runtime_spdx_setscene.4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_create_runtime_spdx.4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_create_spdx_setscene.0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_create_spdx.0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_deploy_source_date_epoch_setscene.6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_deploy_source_date_epoch.6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_package_setscene.c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_package.c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_package_qa_setscene.3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_package_qa.3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_package_write_rpm_setscene.682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_package_write_rpm.682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_packagedata_setscene.77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_packagedata.77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_populate_lic_setscene.515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_populate_lic.515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_recipe_qa_setscene.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_recipe_qa.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_create_runtime_spdx_setscene.4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_create_runtime_spdx.4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_create_spdx_setscene.2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_create_spdx.2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_deploy_source_date_epoch_setscene.a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_deploy_source_date_epoch.a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_populate_lic_setscene.4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_populate_lic.4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_populate_sysroot_setscene.1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_populate_sysroot.1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_recipe_qa_setscene.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_recipe_qa.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_create_runtime_spdx_setscene.b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_create_runtime_spdx.b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_create_spdx_setscene.af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_create_spdx.af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_deploy_source_date_epoch_setscene.c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_deploy_source_date_epoch.c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_package_setscene.af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_package.af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_package_qa_setscene.28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_package_qa.28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_package_write_rpm_setscene.238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_package_write_rpm.238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_packagedata_setscene.da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_packagedata.da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_populate_lic_setscene.515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_populate_lic.515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_populate_sysroot_setscene.e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_populate_sysroot.e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_recipe_qa_setscene.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_recipe_qa.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_create_runtime_spdx_setscene.2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_create_runtime_spdx.2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_create_spdx_setscene.260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_create_spdx.260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_deploy_source_date_epoch_setscene.b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_deploy_source_date_epoch.b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_package_setscene.d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_package.d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_package_qa_setscene.b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_package_qa.b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_package_write_rpm_setscene.dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_package_write_rpm.dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_packagedata_setscene.2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_packagedata.2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_populate_lic_setscene.05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_populate_lic.05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_recipe_qa_setscene.aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_recipe_qa.aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_create_runtime_spdx_setscene.a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_create_runtime_spdx.a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_create_spdx_setscene.ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_create_spdx.ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_deploy_source_date_epoch_setscene.64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_deploy_source_date_epoch.64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_package_setscene.fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_package.fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_package_qa_setscene.755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_package_qa.755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_package_write_rpm_setscene.75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_package_write_rpm.75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_packagedata_setscene.e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_packagedata.e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_populate_lic_setscene.9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_populate_lic.9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_recipe_qa_setscene.37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_recipe_qa.37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_create_runtime_spdx_setscene.0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_create_runtime_spdx.0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_create_spdx_setscene.e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_create_spdx.e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_deploy_source_date_epoch_setscene.701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_deploy_source_date_epoch.701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_populate_lic_setscene.7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_populate_lic.7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_populate_sysroot_setscene.6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_populate_sysroot.6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_recipe_qa_setscene.57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_recipe_qa.57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_create_runtime_spdx_setscene.904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_create_runtime_spdx.904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_create_spdx_setscene.453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_create_spdx.453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_deploy_source_date_epoch_setscene.24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_deploy_source_date_epoch.24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_populate_lic_setscene.da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_populate_lic.da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_populate_sysroot_setscene.44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_populate_sysroot.44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_recipe_qa_setscene.fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_recipe_qa.fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_create_runtime_spdx_setscene.526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_create_runtime_spdx.526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_create_spdx_setscene.d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_create_spdx.d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_deploy_source_date_epoch_setscene.38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_deploy_source_date_epoch.38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_package_setscene.12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_package.12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_package_qa_setscene.8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_package_qa.8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_package_write_rpm_setscene.ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_package_write_rpm.ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_packagedata_setscene.d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_packagedata.d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_populate_lic_setscene.583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_populate_lic.583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_populate_sysroot_setscene.0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_populate_sysroot.0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_recipe_qa_setscene.39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_recipe_qa.39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_runtime_spdx_setscene.8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_runtime_spdx.8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_spdx_setscene.4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_spdx.4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_deploy_source_date_epoch_setscene.d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_deploy_source_date_epoch.d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_setscene.1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package.1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_qa_setscene.91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_qa.91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_rpm_setscene.8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_rpm.8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_packagedata_setscene.ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_packagedata.ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_lic_setscene.782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_lic.782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_sysroot_setscene.7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_sysroot.7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_recipe_qa_setscene.14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_recipe_qa.14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_create_runtime_spdx_setscene.17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_create_runtime_spdx.17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_create_spdx_setscene.0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_create_spdx.0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_deploy_source_date_epoch_setscene.2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_deploy_source_date_epoch.2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_package_setscene.a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_package.a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_package_qa_setscene.eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_package_qa.eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_package_write_rpm_setscene.0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_package_write_rpm.0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_packagedata_setscene.a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_packagedata.a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_populate_lic_setscene.f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_populate_lic.f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_populate_sysroot_setscene.742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_populate_sysroot.742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_recipe_qa_setscene.8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_recipe_qa.8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_create_runtime_spdx_setscene.28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_create_runtime_spdx.28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_create_spdx_setscene.ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_create_spdx.ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_deploy_source_date_epoch_setscene.081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_deploy_source_date_epoch.081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_package_setscene.a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_package.a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_package_qa_setscene.37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_package_qa.37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_package_write_rpm_setscene.81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_package_write_rpm.81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_packagedata_setscene.68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_packagedata.68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_populate_lic_setscene.9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_populate_lic.9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_populate_sysroot_setscene.b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_populate_sysroot.b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_recipe_qa_setscene.6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_recipe_qa.6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_create_runtime_spdx_setscene.1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_create_runtime_spdx.1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_create_spdx_setscene.0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_create_spdx.0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_deploy_source_date_epoch_setscene.33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_deploy_source_date_epoch.33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_package_setscene.fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_package.fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_package_qa_setscene.2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_package_qa.2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_package_write_rpm_setscene.22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_package_write_rpm.22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_packagedata_setscene.5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_packagedata.5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_populate_lic_setscene.f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_populate_lic.f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_populate_sysroot_setscene.34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_populate_sysroot.34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_recipe_qa_setscene.fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_recipe_qa.fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_runtime_spdx_setscene.953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_runtime_spdx.953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_spdx_setscene.688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_spdx.688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_deploy_source_date_epoch_setscene.52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_deploy_source_date_epoch.52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_setscene.4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package.4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_qa_setscene.b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_qa.b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_rpm_setscene.d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_rpm.d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_packagedata_setscene.0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_packagedata.0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_lic_setscene.9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_lic.9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_sysroot_setscene.3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_sysroot.3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_recipe_qa_setscene.226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_recipe_qa.226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_create_runtime_spdx_setscene.43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_create_runtime_spdx.43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_create_spdx_setscene.68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_create_spdx.68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_deploy_source_date_epoch_setscene.06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_deploy_source_date_epoch.06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_package_setscene.604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_package.604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_package_qa_setscene.805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_package_qa.805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_package_write_rpm_setscene.9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_package_write_rpm.9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_packagedata_setscene.abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_packagedata.abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_populate_lic_setscene.05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_populate_lic.05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_populate_sysroot_setscene.36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_populate_sysroot.36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_recipe_qa_setscene.ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_recipe_qa.ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_create_runtime_spdx_setscene.768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_create_runtime_spdx.768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_create_spdx_setscene.e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_create_spdx.e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_deploy_source_date_epoch_setscene.6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_deploy_source_date_epoch.6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_populate_lic_setscene.0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_populate_lic.0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_populate_sysroot_setscene.7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_populate_sysroot.7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_recipe_qa_setscene.8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_recipe_qa.8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_create_runtime_spdx_setscene.638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_create_runtime_spdx.638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_create_spdx_setscene.84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_create_spdx.84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_deploy_source_date_epoch_setscene.3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_deploy_source_date_epoch.3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_populate_lic_setscene.d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_populate_lic.d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_populate_sysroot_setscene.f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_populate_sysroot.f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_recipe_qa_setscene.f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_recipe_qa.f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_create_runtime_spdx_setscene.a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_create_runtime_spdx.a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_create_spdx_setscene.f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_create_spdx.f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_deploy_source_date_epoch_setscene.56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_deploy_source_date_epoch.56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_package_setscene.6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_package.6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_package_qa_setscene.38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_package_qa.38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_package_write_rpm_setscene.af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_package_write_rpm.af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_packagedata_setscene.8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_packagedata.8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_populate_lic_setscene.4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_populate_lic.4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_populate_sysroot_setscene.b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_populate_sysroot.b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_recipe_qa_setscene.975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_recipe_qa.975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_runtime_spdx_setscene.f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_runtime_spdx.f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_spdx_setscene.fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_spdx.fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_deploy_source_date_epoch_setscene.c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_deploy_source_date_epoch.c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_setscene.86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package.86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_qa_setscene.bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_qa.bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_rpm_setscene.d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_rpm.d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_packagedata_setscene.f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_packagedata.f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_lic_setscene.7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_lic.7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_sysroot_setscene.9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_sysroot.9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_recipe_qa_setscene.450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_recipe_qa.450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_runtime_spdx_setscene.bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_runtime_spdx.bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_spdx_setscene.111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_spdx.111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_deploy_source_date_epoch_setscene.6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_deploy_source_date_epoch.6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_lic_setscene.c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_lic.c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_sysroot_setscene.8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_sysroot.8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_recipe_qa_setscene.bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_recipe_qa.bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_runtime_spdx_setscene.902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_runtime_spdx.902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_spdx_setscene.40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_spdx.40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_deploy_source_date_epoch_setscene.55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_deploy_source_date_epoch.55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_setscene.9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package.9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_qa_setscene.5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_qa.5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_rpm_setscene.a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_rpm.a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_packagedata_setscene.d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_packagedata.d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_populate_lic_setscene.3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_populate_lic.3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_recipe_qa_setscene.1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_recipe_qa.1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_runtime_spdx_setscene.d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_runtime_spdx.d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_spdx_setscene.893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_spdx.893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_deploy_source_date_epoch_setscene.8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_deploy_source_date_epoch.8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_setscene.516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package.516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_qa_setscene.5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_qa.5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_rpm_setscene.8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_rpm.8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_packagedata_setscene.18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_packagedata.18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_populate_lic_setscene.456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_populate_lic.456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_recipe_qa_setscene.12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_recipe_qa.12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_runtime_spdx_setscene.a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_runtime_spdx.a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_spdx_setscene.9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_spdx.9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_deploy_source_date_epoch_setscene.e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_deploy_source_date_epoch.e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_setscene.2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package.2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_qa_setscene.bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_qa.bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_rpm_setscene.335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_rpm.335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_packagedata_setscene.4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_packagedata.4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_populate_lic_setscene.6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_populate_lic.6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_recipe_qa_setscene.963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_recipe_qa.963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_runtime_spdx_setscene.2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_runtime_spdx.2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_spdx_setscene.d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_spdx.d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_deploy_source_date_epoch_setscene.6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_deploy_source_date_epoch.6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_setscene.c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package.c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_qa_setscene.3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_qa.3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_rpm_setscene.194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_rpm.194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_packagedata_setscene.4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_packagedata.4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_lic_setscene.5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_lic.5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_sysroot_setscene.029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_sysroot.029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_recipe_qa_setscene.5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_recipe_qa.5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_create_runtime_spdx_setscene.89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_create_runtime_spdx.89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_create_spdx_setscene.2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_create_spdx.2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_deploy_source_date_epoch_setscene.ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_deploy_source_date_epoch.ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_package_setscene.ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_package.ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_package_qa_setscene.1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_package_qa.1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_package_write_rpm_setscene.47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_package_write_rpm.47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_packagedata_setscene.8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_packagedata.8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_populate_lic_setscene.ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_populate_lic.ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_populate_sysroot_setscene.1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_populate_sysroot.1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_recipe_qa_setscene.90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_recipe_qa.90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_runtime_spdx_setscene.72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_runtime_spdx.72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_spdx_setscene.f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_spdx.f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_deploy_source_date_epoch_setscene.64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_deploy_source_date_epoch.64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_setscene.d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package.d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_qa_setscene.86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_qa.86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_rpm_setscene.bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_rpm.bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_packagedata_setscene.db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_packagedata.db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_populate_lic_setscene.5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_populate_lic.5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_recipe_qa_setscene.95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_recipe_qa.95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_create_runtime_spdx_setscene.e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_create_runtime_spdx.e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_create_spdx_setscene.73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_create_spdx.73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_deploy_source_date_epoch_setscene.f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_deploy_source_date_epoch.f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_package_setscene.decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_package.decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_package_qa_setscene.2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_package_qa.2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_package_write_rpm_setscene.d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_package_write_rpm.d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_packagedata_setscene.8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_packagedata.8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_populate_lic_setscene.f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_populate_lic.f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_recipe_qa_setscene.05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_recipe_qa.05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_runtime_spdx_setscene.71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_runtime_spdx.71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_spdx_setscene.561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_spdx.561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_deploy_source_date_epoch_setscene.20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_deploy_source_date_epoch.20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_setscene.f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package.f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_qa_setscene.91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_qa.91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_rpm_setscene.304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_rpm.304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_packagedata_setscene.e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_packagedata.e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_lic_setscene.95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_lic.95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_sysroot_setscene.68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_sysroot.68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_recipe_qa_setscene.8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_recipe_qa.8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_runtime_spdx_setscene.3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_runtime_spdx.3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_spdx_setscene.23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_spdx.23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_deploy_source_date_epoch_setscene.4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_deploy_source_date_epoch.4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_setscene.082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package.082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_qa_setscene.e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_qa.e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_rpm_setscene.1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_rpm.1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_packagedata_setscene.c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_packagedata.c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_populate_lic_setscene.a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_populate_lic.a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_recipe_qa_setscene.20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_recipe_qa.20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_runtime_spdx_setscene.4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_runtime_spdx.4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_spdx_setscene.ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_spdx.ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_deploy_source_date_epoch_setscene.a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_deploy_source_date_epoch.a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_setscene.827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package.827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_qa_setscene.1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_qa.1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_rpm_setscene.f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_rpm.f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_packagedata_setscene.03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_packagedata.03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_populate_lic_setscene.11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_populate_lic.11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_recipe_qa_setscene.73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_recipe_qa.73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_runtime_spdx_setscene.9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_runtime_spdx.9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_spdx_setscene.8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_spdx.8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_deploy_source_date_epoch_setscene.e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_deploy_source_date_epoch.e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_setscene.22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package.22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_qa_setscene.da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_qa.da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_rpm_setscene.7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_rpm.7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_packagedata_setscene.b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_packagedata.b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_populate_lic_setscene.bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_populate_lic.bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_recipe_qa_setscene.009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_recipe_qa.009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_runtime_spdx_setscene.d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_runtime_spdx.d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_spdx_setscene.f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_spdx.f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_deploy_source_date_epoch_setscene.8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_deploy_source_date_epoch.8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_setscene.1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package.1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_qa_setscene.27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_qa.27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_rpm_setscene.dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_rpm.dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_packagedata_setscene.af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_packagedata.af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_populate_lic_setscene.d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_populate_lic.d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_recipe_qa_setscene.419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_recipe_qa.419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_create_runtime_spdx_setscene.35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_create_runtime_spdx.35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_create_spdx_setscene.7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_create_spdx.7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_deploy_source_date_epoch_setscene.4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_deploy_source_date_epoch.4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_package_setscene.981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_package.981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_package_qa_setscene.06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_package_qa.06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_package_write_rpm_setscene.f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_package_write_rpm.f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_packagedata_setscene.53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_packagedata.53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_populate_lic_setscene.e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_populate_lic.e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_recipe_qa_setscene.c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_recipe_qa.c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_create_runtime_spdx_setscene.a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_create_runtime_spdx.a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_create_spdx_setscene.9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_create_spdx.9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_deploy_source_date_epoch_setscene.63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_deploy_source_date_epoch.63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_package_setscene.3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_package.3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_package_qa_setscene.1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_package_qa.1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_package_write_rpm_setscene.d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_package_write_rpm.d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_packagedata_setscene.2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_packagedata.2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_populate_lic_setscene.92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_populate_lic.92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_recipe_qa_setscene.f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_recipe_qa.f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_create_runtime_spdx_setscene.c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_create_runtime_spdx.c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_create_spdx_setscene.bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_create_spdx.bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_deploy_source_date_epoch_setscene.219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_deploy_source_date_epoch.219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_package_setscene.f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_package.f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_package_qa_setscene.b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_package_qa.b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_package_write_rpm_setscene.497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_package_write_rpm.497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_packagedata_setscene.ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_packagedata.ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_populate_lic_setscene.83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_populate_lic.83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_recipe_qa_setscene.88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_recipe_qa.88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_runtime_spdx_setscene.5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_runtime_spdx.5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_spdx_setscene.e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_spdx.e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_deploy_source_date_epoch_setscene.176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_deploy_source_date_epoch.176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_setscene.50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package.50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_qa_setscene.17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_qa.17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_rpm_setscene.1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_rpm.1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_packagedata_setscene.de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_packagedata.de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_populate_lic_setscene.7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_populate_lic.7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_recipe_qa_setscene.a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_recipe_qa.a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_runtime_spdx_setscene.83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_runtime_spdx.83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_spdx_setscene.d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_spdx.d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_deploy_source_date_epoch_setscene.02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_deploy_source_date_epoch.02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_setscene.4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package.4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_qa_setscene.07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_qa.07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_rpm_setscene.91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_rpm.91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_packagedata_setscene.7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_packagedata.7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_lic_setscene.7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_lic.7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_sysroot_setscene.e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_sysroot.e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_recipe_qa_setscene.3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_recipe_qa.3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_create_runtime_spdx_setscene.00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_create_runtime_spdx.00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_create_spdx_setscene.9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_create_spdx.9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_deploy_source_date_epoch_setscene.7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_deploy_source_date_epoch.7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_package_setscene.799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_package.799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_package_qa_setscene.fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_package_qa.fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_package_write_rpm_setscene.f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_package_write_rpm.f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_packagedata_setscene.575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_packagedata.575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_populate_lic_setscene.64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_populate_lic.64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_recipe_qa_setscene.3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_recipe_qa.3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_create_runtime_spdx_setscene.55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_create_runtime_spdx.55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_create_spdx_setscene.5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_create_spdx.5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_deploy_source_date_epoch_setscene.e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_deploy_source_date_epoch.e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_package_setscene.b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_package.b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_package_qa_setscene.2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_package_qa.2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_package_write_rpm_setscene.32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_package_write_rpm.32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_packagedata_setscene.3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_packagedata.3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_populate_lic_setscene.5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_populate_lic.5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_recipe_qa_setscene.66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_recipe_qa.66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_create_runtime_spdx_setscene.aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_create_runtime_spdx.aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_create_spdx_setscene.d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_create_spdx.d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_deploy_source_date_epoch_setscene.9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_deploy_source_date_epoch.9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_package_setscene.baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_package.baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_package_qa_setscene.153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_package_qa.153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_package_write_rpm_setscene.a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_package_write_rpm.a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_packagedata_setscene.3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_packagedata.3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_populate_lic_setscene.b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_populate_lic.b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_recipe_qa_setscene.eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_recipe_qa.eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_create_runtime_spdx_setscene.142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_create_runtime_spdx.142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_create_spdx_setscene.3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_create_spdx.3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_deploy_source_date_epoch_setscene.61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_deploy_source_date_epoch.61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_package_setscene.5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_package.5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_package_qa_setscene.89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_package_qa.89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_package_write_rpm_setscene.7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_package_write_rpm.7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_packagedata_setscene.e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_packagedata.e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_populate_lic_setscene.e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_populate_lic.e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_recipe_qa_setscene.8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_recipe_qa.8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_create_runtime_spdx_setscene.82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_create_runtime_spdx.82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_create_spdx_setscene.9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_create_spdx.9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_deploy_source_date_epoch_setscene.7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_deploy_source_date_epoch.7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_package_setscene.37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_package.37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_package_qa_setscene.6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_package_qa.6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_package_write_rpm_setscene.a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_package_write_rpm.a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_packagedata_setscene.67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_packagedata.67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_populate_lic_setscene.7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_populate_lic.7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_recipe_qa_setscene.ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_recipe_qa.ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_runtime_spdx_setscene.5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_runtime_spdx.5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_spdx_setscene.c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_spdx.c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_deploy_source_date_epoch_setscene.25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_deploy_source_date_epoch.25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_setscene.e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package.e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_qa_setscene.c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_qa.c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_rpm_setscene.0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_rpm.0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_packagedata_setscene.6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_packagedata.6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_populate_lic_setscene.38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_populate_lic.38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_recipe_qa_setscene.b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_recipe_qa.b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_create_runtime_spdx_setscene.22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_create_runtime_spdx.22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_create_spdx_setscene.6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_create_spdx.6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_deploy_source_date_epoch_setscene.19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_deploy_source_date_epoch.19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_package_setscene.42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_package.42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_package_qa_setscene.feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_package_qa.feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_package_write_rpm_setscene.62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_package_write_rpm.62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_packagedata_setscene.40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_packagedata.40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_populate_lic_setscene.473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_populate_lic.473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_recipe_qa_setscene.bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_recipe_qa.bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_runtime_spdx_setscene.b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_runtime_spdx.b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_spdx_setscene.efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_spdx.efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_deploy_source_date_epoch_setscene.3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_deploy_source_date_epoch.3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_setscene.8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package.8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_qa_setscene.7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_qa.7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_rpm_setscene.5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_rpm.5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_packagedata_setscene.c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_packagedata.c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_populate_lic_setscene.8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_populate_lic.8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_recipe_qa_setscene.88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_recipe_qa.88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_create_runtime_spdx_setscene.960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_create_runtime_spdx.960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_create_spdx_setscene.ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_create_spdx.ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_deploy_source_date_epoch_setscene.77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_deploy_source_date_epoch.77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_package_setscene.ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_package.ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_package_qa_setscene.d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_package_qa.d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_package_write_rpm_setscene.4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_package_write_rpm.4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_packagedata_setscene.01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_packagedata.01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_populate_lic_setscene.98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_populate_lic.98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_populate_sysroot_setscene.c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_populate_sysroot.c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_recipe_qa_setscene.f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_recipe_qa.f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_create_runtime_spdx_setscene.0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_create_runtime_spdx.0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_create_spdx_setscene.3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_create_spdx.3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_deploy_source_date_epoch_setscene.36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_deploy_source_date_epoch.36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_package_setscene.873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_package.873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_package_qa_setscene.d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_package_qa.d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_package_write_rpm_setscene.c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_package_write_rpm.c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_packagedata_setscene.6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_packagedata.6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_populate_lic_setscene.131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_populate_lic.131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_recipe_qa_setscene.f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_recipe_qa.f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_create_runtime_spdx_setscene.95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_create_runtime_spdx.95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_create_spdx_setscene.53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_create_spdx.53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_deploy_source_date_epoch_setscene.66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_deploy_source_date_epoch.66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_package_setscene.76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_package.76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_package_qa_setscene.cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_package_qa.cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_package_write_rpm_setscene.ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_package_write_rpm.ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_packagedata_setscene.704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_packagedata.704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_populate_lic_setscene.c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_populate_lic.c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_recipe_qa_setscene.2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_recipe_qa.2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_create_runtime_spdx_setscene.2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_create_runtime_spdx.2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_create_spdx_setscene.85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_create_spdx.85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_deploy_source_date_epoch_setscene.c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_deploy_source_date_epoch.c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_package_setscene.286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_package.286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_package_qa_setscene.b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_package_qa.b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_package_write_rpm_setscene.bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_package_write_rpm.bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_packagedata_setscene.cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_packagedata.cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_populate_lic_setscene.3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_populate_lic.3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_recipe_qa_setscene.500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_recipe_qa.500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_create_runtime_spdx_setscene.112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_create_runtime_spdx.112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_create_spdx_setscene.d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_create_spdx.d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_deploy_source_date_epoch_setscene.37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_deploy_source_date_epoch.37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_package_setscene.ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_package.ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_package_qa_setscene.58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_package_qa.58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_package_write_rpm_setscene.1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_package_write_rpm.1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_packagedata_setscene.8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_packagedata.8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_populate_lic_setscene.d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_populate_lic.d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_recipe_qa_setscene.91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_recipe_qa.91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_runtime_spdx_setscene.911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_runtime_spdx.911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_spdx_setscene.96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_spdx.96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_deploy_source_date_epoch_setscene.34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_deploy_source_date_epoch.34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_setscene.23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package.23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_qa_setscene.b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_qa.b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_rpm_setscene.6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_rpm.6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_packagedata_setscene.0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_packagedata.0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_lic_setscene.fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_lic.fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_sysroot_setscene.6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_sysroot.6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_recipe_qa_setscene.0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_recipe_qa.0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_runtime_spdx_setscene.5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_runtime_spdx.5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_spdx_setscene.34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_spdx.34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_deploy_source_date_epoch_setscene.4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_deploy_source_date_epoch.4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_setscene.236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package.236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_qa_setscene.0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_qa.0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_rpm_setscene.f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_rpm.f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_packagedata_setscene.0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_packagedata.0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_populate_lic_setscene.bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_populate_lic.bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_recipe_qa_setscene.e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_recipe_qa.e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_runtime_spdx_setscene.59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_runtime_spdx.59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_spdx_setscene.9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_spdx.9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_deploy_source_date_epoch_setscene.555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_deploy_source_date_epoch.555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_setscene.26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package.26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_qa_setscene.0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_qa.0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_rpm_setscene.ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_rpm.ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_packagedata_setscene.83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_packagedata.83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_populate_lic_setscene.b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_populate_lic.b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_recipe_qa_setscene.fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_recipe_qa.fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_runtime_spdx_setscene.c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_runtime_spdx.c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_spdx_setscene.3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_spdx.3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_deploy_source_date_epoch_setscene.6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_deploy_source_date_epoch.6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_setscene.c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package.c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_qa_setscene.39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_qa.39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_rpm_setscene.5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_rpm.5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_packagedata_setscene.527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_packagedata.527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_populate_lic_setscene.12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_populate_lic.12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_recipe_qa_setscene.6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_recipe_qa.6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_runtime_spdx_setscene.600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_runtime_spdx.600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_spdx_setscene.d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_spdx.d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_deploy_source_date_epoch_setscene.688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_deploy_source_date_epoch.688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_setscene.215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package.215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_qa_setscene.167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_qa.167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_rpm_setscene.f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_rpm.f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_packagedata_setscene.de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_packagedata.de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_populate_lic_setscene.807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_populate_lic.807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_recipe_qa_setscene.46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_recipe_qa.46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_create_runtime_spdx_setscene.4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_create_runtime_spdx.4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_create_spdx_setscene.5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_create_spdx.5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_deploy_source_date_epoch_setscene.ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_deploy_source_date_epoch.ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_package_setscene.8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_package.8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_package_qa_setscene.a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_package_qa.a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_package_write_rpm_setscene.752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_package_write_rpm.752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_packagedata_setscene.ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_packagedata.ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_populate_lic_setscene.a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_populate_lic.a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_recipe_qa_setscene.0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_recipe_qa.0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_create_runtime_spdx_setscene.f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_create_runtime_spdx.f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_create_spdx_setscene.10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_create_spdx.10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_deploy_source_date_epoch_setscene.d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_deploy_source_date_epoch.d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_package_setscene.c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_package.c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_package_qa_setscene.fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_package_qa.fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_package_write_rpm_setscene.9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_package_write_rpm.9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_packagedata_setscene.fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_packagedata.fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_populate_lic_setscene.7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_populate_lic.7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_recipe_qa_setscene.95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_recipe_qa.95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_create_runtime_spdx_setscene.8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_create_runtime_spdx.8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_create_spdx_setscene.dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_create_spdx.dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_deploy_source_date_epoch_setscene.328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_deploy_source_date_epoch.328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_package_setscene.3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_package.3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_package_qa_setscene.ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_package_qa.ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_package_write_rpm_setscene.824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_package_write_rpm.824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_packagedata_setscene.c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_packagedata.c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_populate_lic_setscene.f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_populate_lic.f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_recipe_qa_setscene.12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_recipe_qa.12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_create_runtime_spdx_setscene.b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_create_runtime_spdx.b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_create_spdx_setscene.093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_create_spdx.093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_deploy_source_date_epoch_setscene.f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_deploy_source_date_epoch.f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_package_setscene.40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_package.40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_package_qa_setscene.06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_package_qa.06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_package_write_rpm_setscene.3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_package_write_rpm.3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_packagedata_setscene.15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_packagedata.15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_populate_lic_setscene.391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_populate_lic.391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_populate_sysroot_setscene.43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_populate_sysroot.43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_recipe_qa_setscene.c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_recipe_qa.c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_deploy_source_date_epoch_setscene.e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_deploy_source_date_epoch.e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_lic_setscene.9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_lic.9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_sysroot_setscene.f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_sysroot.f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_recipe_qa_setscene.c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_recipe_qa.c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_create_runtime_spdx_setscene.353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_create_runtime_spdx.353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_create_spdx_setscene.269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_create_spdx.269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_deploy_source_date_epoch_setscene.31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_deploy_source_date_epoch.31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_populate_lic_setscene.8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_populate_lic.8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_populate_sysroot_setscene.74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_populate_sysroot.74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_recipe_qa_setscene.19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_recipe_qa.19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_deploy_source_date_epoch_setscene.31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_deploy_source_date_epoch.31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_populate_lic_setscene.8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_populate_lic.8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_populate_sysroot_setscene.baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_populate_sysroot.baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_recipe_qa_setscene.19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_recipe_qa.19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_runtime_spdx_setscene.a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_runtime_spdx.a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_spdx_setscene.63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_spdx.63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_deploy_source_date_epoch_setscene.1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_deploy_source_date_epoch.1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_setscene.7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package.7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_qa_setscene.d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_qa.d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_rpm_setscene.679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_rpm.679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_packagedata_setscene.a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_packagedata.a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_lic_setscene.2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_lic.2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_sysroot_setscene.e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_sysroot.e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_recipe_qa_setscene.fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_recipe_qa.fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_create_runtime_spdx_setscene.da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_create_runtime_spdx.da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_create_spdx_setscene.1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_create_spdx.1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_deploy_source_date_epoch_setscene.116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_deploy_source_date_epoch.116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_populate_lic_setscene.430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_populate_lic.430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_populate_sysroot_setscene.f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_populate_sysroot.f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_recipe_qa_setscene.4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_recipe_qa.4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_create_runtime_spdx_setscene.ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_create_runtime_spdx.ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_create_spdx_setscene.db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_create_spdx.db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_deploy_source_date_epoch_setscene.2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_deploy_source_date_epoch.2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_package_setscene.6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_package.6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_package_qa_setscene.5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_package_qa.5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_package_write_rpm_setscene.590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_package_write_rpm.590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_packagedata_setscene.00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_packagedata.00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_populate_lic_setscene.830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_populate_lic.830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_recipe_qa_setscene.8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_recipe_qa.8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_create_runtime_spdx_setscene.15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_create_runtime_spdx.15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_create_spdx_setscene.4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_create_spdx.4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_deploy_source_date_epoch_setscene.46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_deploy_source_date_epoch.46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_setscene.42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package.42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_qa_setscene.3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_qa.3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_deb_setscene.0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_deb.0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_ipk_setscene.b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_ipk.b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_rpm_setscene.ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_rpm.ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_packagedata_setscene.db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_packagedata.db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_populate_lic_setscene.335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_populate_lic.335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_populate_sysroot_setscene.4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_populate_sysroot.4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_recipe_qa_setscene.c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_recipe_qa.c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_runtime_spdx_setscene.25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_runtime_spdx.25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_spdx_setscene.e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_spdx.e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_deploy_source_date_epoch_setscene.672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_deploy_source_date_epoch.672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_setscene.24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package.24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_qa_setscene.7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_qa.7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_deb_setscene.cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_deb.cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_ipk_setscene.7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_ipk.7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_rpm_setscene.5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_rpm.5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_packagedata_setscene.596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_packagedata.596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_populate_lic_setscene.242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_populate_lic.242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_recipe_qa_setscene.6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_recipe_qa.6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_create_runtime_spdx_setscene.3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_create_runtime_spdx.3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_create_spdx_setscene.ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_create_spdx.ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_deploy_source_date_epoch_setscene.0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_deploy_source_date_epoch.0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_package_setscene.f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_package.f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_package_qa_setscene.0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_package_qa.0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_package_write_rpm_setscene.9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_package_write_rpm.9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_packagedata_setscene.4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_packagedata.4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_populate_lic_setscene.cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_populate_lic.cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_recipe_qa_setscene.61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_recipe_qa.61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_create_runtime_spdx_setscene.3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_create_runtime_spdx.3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_create_spdx_setscene.6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_create_spdx.6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_deploy_source_date_epoch_setscene.f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_deploy_source_date_epoch.f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_package_setscene.a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_package.a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_package_qa_setscene.e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_package_qa.e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_package_write_rpm_setscene.3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_package_write_rpm.3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_packagedata_setscene.7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_packagedata.7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_populate_lic_setscene.b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_populate_lic.b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_populate_sysroot_setscene.37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_populate_sysroot.37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_recipe_qa_setscene.c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_recipe_qa.c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_create_runtime_spdx_setscene.2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_create_runtime_spdx.2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_create_spdx_setscene.6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_create_spdx.6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_deploy_source_date_epoch_setscene.d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_deploy_source_date_epoch.d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_package_setscene.022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_package.022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_package_qa_setscene.d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_package_qa.d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_package_write_rpm_setscene.fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_package_write_rpm.fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_packagedata_setscene.617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_packagedata.617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_populate_lic_setscene.d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_populate_lic.d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_populate_sysroot_setscene.ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_populate_sysroot.ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_recipe_qa_setscene.a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_recipe_qa.a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_create_runtime_spdx_setscene.684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_create_runtime_spdx.684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_create_spdx_setscene.c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_create_spdx.c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_deploy_source_date_epoch_setscene.d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_deploy_source_date_epoch.d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_package_setscene.0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_package.0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_package_qa_setscene.ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_package_qa.ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_package_write_rpm_setscene.d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_package_write_rpm.d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_packagedata_setscene.2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_packagedata.2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_populate_lic_setscene.6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_populate_lic.6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_recipe_qa_setscene.867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_recipe_qa.867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_create_runtime_spdx_setscene.d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_create_runtime_spdx.d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_create_spdx_setscene.c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_create_spdx.c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_deploy_source_date_epoch_setscene.bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_deploy_source_date_epoch.bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_package_setscene.64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_package.64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_package_qa_setscene.0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_package_qa.0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_package_write_rpm_setscene.a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_package_write_rpm.a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_packagedata_setscene.b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_packagedata.b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_populate_lic_setscene.89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_populate_lic.89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_recipe_qa_setscene.081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_recipe_qa.081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_runtime_spdx_setscene.7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_runtime_spdx.7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_spdx_setscene.72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_spdx.72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_deploy_source_date_epoch_setscene.55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_deploy_source_date_epoch.55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_setscene.3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package.3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_qa_setscene.1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_qa.1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_rpm_setscene.a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_rpm.a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_packagedata_setscene.137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_packagedata.137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_populate_lic_setscene.594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_populate_lic.594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_recipe_qa_setscene.5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_recipe_qa.5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_create_runtime_spdx_setscene.3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_create_runtime_spdx.3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_create_spdx_setscene.d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_create_spdx.d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_deploy_source_date_epoch_setscene.4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_deploy_source_date_epoch.4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_package_setscene.6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_package.6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_package_qa_setscene.e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_package_qa.e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_package_write_rpm_setscene.03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_package_write_rpm.03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_packagedata_setscene.a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_packagedata.a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_populate_lic_setscene.4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_populate_lic.4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_populate_sysroot_setscene.e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_populate_sysroot.e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_recipe_qa_setscene.181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_recipe_qa.181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_create_runtime_spdx_setscene.c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_create_runtime_spdx.c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_create_spdx_setscene.4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_create_spdx.4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_deploy_source_date_epoch_setscene.9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_deploy_source_date_epoch.9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_package_setscene.84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_package.84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_package_qa_setscene.2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_package_qa.2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_package_write_rpm_setscene.c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_package_write_rpm.c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_packagedata_setscene.8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_packagedata.8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_populate_lic_setscene.1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_populate_lic.1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_populate_sysroot_setscene.ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_populate_sysroot.ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_recipe_qa_setscene.1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_recipe_qa.1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_create_runtime_spdx_setscene.c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_create_runtime_spdx.c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_create_spdx_setscene.3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_create_spdx.3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_deploy_source_date_epoch_setscene.19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_deploy_source_date_epoch.19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_package_setscene.faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_package.faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_package_qa_setscene.59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_package_qa.59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_package_write_rpm_setscene.573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_package_write_rpm.573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_packagedata_setscene.00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_packagedata.00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_populate_lic_setscene.db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_populate_lic.db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_recipe_qa_setscene.d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_recipe_qa.d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_runtime_spdx_setscene.24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_runtime_spdx.24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_spdx_setscene.adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_spdx.adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_deploy_source_date_epoch_setscene.ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_deploy_source_date_epoch.ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_setscene.a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package.a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_qa_setscene.b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_qa.b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_rpm_setscene.70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_rpm.70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_packagedata_setscene.04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_packagedata.04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_populate_lic_setscene.0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_populate_lic.0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_recipe_qa_setscene.2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_recipe_qa.2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_runtime_spdx_setscene.2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_runtime_spdx.2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_spdx_setscene.0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_spdx.0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_deploy_source_date_epoch_setscene.306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_deploy_source_date_epoch.306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_setscene.3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package.3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_qa_setscene.6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_qa.6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_rpm_setscene.dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_rpm.dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_packagedata_setscene.d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_packagedata.d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_populate_lic_setscene.e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_populate_lic.e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_recipe_qa_setscene.2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_recipe_qa.2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_runtime_spdx_setscene.21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_runtime_spdx.21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_spdx_setscene.c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_spdx.c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_deploy_source_date_epoch_setscene.1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_deploy_source_date_epoch.1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_setscene.43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package.43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_qa_setscene.f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_qa.f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_rpm_setscene.cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_rpm.cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_packagedata_setscene.ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_packagedata.ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_populate_lic_setscene.7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_populate_lic.7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_recipe_qa_setscene.0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_recipe_qa.0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_runtime_spdx_setscene.e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_runtime_spdx.e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_spdx_setscene.d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_spdx.d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_deploy_source_date_epoch_setscene.d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_deploy_source_date_epoch.d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_setscene.a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package.a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_qa_setscene.e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_qa.e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_rpm_setscene.c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_rpm.c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_packagedata_setscene.ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_packagedata.ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_populate_lic_setscene.ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_populate_lic.ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_recipe_qa_setscene.14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_recipe_qa.14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_runtime_spdx_setscene.a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_runtime_spdx.a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_spdx_setscene.94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_spdx.94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_deploy_source_date_epoch_setscene.59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_deploy_source_date_epoch.59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_setscene.12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package.12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_qa_setscene.beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_qa.beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_rpm_setscene.02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_rpm.02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_packagedata_setscene.4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_packagedata.4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_lic_setscene.7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_lic.7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_sysroot_setscene.681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_sysroot.681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_recipe_qa_setscene.10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_recipe_qa.10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_runtime_spdx_setscene.7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_runtime_spdx.7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_spdx_setscene.c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_spdx.c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_deploy_source_date_epoch_setscene.fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_deploy_source_date_epoch.fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_setscene.b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package.b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_qa_setscene.008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_qa.008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_rpm_setscene.0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_rpm.0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_packagedata_setscene.0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_packagedata.0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_populate_lic_setscene.c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_populate_lic.c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_recipe_qa_setscene.07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_recipe_qa.07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_runtime_spdx_setscene.97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_runtime_spdx.97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_spdx_setscene.2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_spdx.2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_deploy_source_date_epoch_setscene.4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_deploy_source_date_epoch.4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_setscene.feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package.feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_qa_setscene.1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_qa.1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_rpm_setscene.ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_rpm.ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_packagedata_setscene.12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_packagedata.12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_populate_lic_setscene.1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_populate_lic.1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_recipe_qa_setscene.207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_recipe_qa.207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_create_runtime_spdx_setscene.e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_create_runtime_spdx.e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_create_spdx_setscene.b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_create_spdx.b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_deploy_source_date_epoch_setscene.cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_deploy_source_date_epoch.cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_package_setscene.ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_package.ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_package_qa_setscene.739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_package_qa.739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_package_write_rpm_setscene.41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_package_write_rpm.41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_packagedata_setscene.78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_packagedata.78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_populate_lic_setscene.093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_populate_lic.093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_recipe_qa_setscene.b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_recipe_qa.b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_runtime_spdx_setscene.e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_runtime_spdx.e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_spdx_setscene.7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_spdx.7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_deploy_source_date_epoch_setscene.542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_deploy_source_date_epoch.542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_setscene.a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package.a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_qa_setscene.a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_qa.a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_rpm_setscene.1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_rpm.1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_packagedata_setscene.26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_packagedata.26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_populate_lic_setscene.c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_populate_lic.c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_recipe_qa_setscene.979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_recipe_qa.979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_create_runtime_spdx_setscene.2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_create_runtime_spdx.2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_create_spdx_setscene.5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_create_spdx.5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_deploy_source_date_epoch_setscene.818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_deploy_source_date_epoch.818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_package_setscene.7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_package.7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_package_qa_setscene.6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_package_qa.6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_package_write_rpm_setscene.fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_package_write_rpm.fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_packagedata_setscene.0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_packagedata.0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_populate_lic_setscene.c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_populate_lic.c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_recipe_qa_setscene.eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_recipe_qa.eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_runtime_spdx_setscene.5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_runtime_spdx.5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_spdx_setscene.cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_spdx.cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_deploy_source_date_epoch_setscene.e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_deploy_source_date_epoch.e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_setscene.bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package.bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_qa_setscene.affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_qa.affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_rpm_setscene.9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_rpm.9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_packagedata_setscene.8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_packagedata.8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_populate_lic_setscene.77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_populate_lic.77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_recipe_qa_setscene.7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_recipe_qa.7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_create_runtime_spdx_setscene.c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_create_runtime_spdx.c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_create_spdx_setscene.7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_create_spdx.7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_deploy_source_date_epoch_setscene.6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_deploy_source_date_epoch.6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_package_setscene.545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_package.545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_package_qa_setscene.e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_package_qa.e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_package_write_rpm_setscene.c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_package_write_rpm.c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_packagedata_setscene.1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_packagedata.1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_populate_lic_setscene.0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_populate_lic.0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_recipe_qa_setscene.77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_recipe_qa.77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_runtime_spdx_setscene.90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_runtime_spdx.90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_spdx_setscene.78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_spdx.78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_deploy_source_date_epoch_setscene.21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_deploy_source_date_epoch.21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_setscene.d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package.d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_qa_setscene.c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_qa.c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_rpm_setscene.ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_rpm.ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_packagedata_setscene.5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_packagedata.5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_populate_lic_setscene.3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_populate_lic.3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_recipe_qa_setscene.924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_recipe_qa.924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_runtime_spdx_setscene.b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_runtime_spdx.b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_spdx_setscene.ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_spdx.ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_deploy_source_date_epoch_setscene.32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_deploy_source_date_epoch.32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_setscene.18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package.18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_qa_setscene.b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_qa.b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_rpm_setscene.75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_rpm.75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_packagedata_setscene.62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_packagedata.62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_populate_lic_setscene.1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_populate_lic.1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_recipe_qa_setscene.8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_recipe_qa.8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_runtime_spdx_setscene.42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_runtime_spdx.42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_spdx_setscene.f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_spdx.f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_deploy_source_date_epoch_setscene.0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_deploy_source_date_epoch.0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_setscene.2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package.2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_qa_setscene.2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_qa.2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_rpm_setscene.50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_rpm.50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_packagedata_setscene.b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_packagedata.b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_populate_lic_setscene.43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_populate_lic.43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_recipe_qa_setscene.573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_recipe_qa.573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_runtime_spdx_setscene.588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_runtime_spdx.588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_spdx_setscene.3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_spdx.3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_deploy_source_date_epoch_setscene.40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_deploy_source_date_epoch.40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_setscene.fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package.fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_qa_setscene.e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_qa.e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_rpm_setscene.b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_rpm.b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_packagedata_setscene.61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_packagedata.61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_populate_lic_setscene.d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_populate_lic.d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_recipe_qa_setscene.3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_recipe_qa.3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_runtime_spdx_setscene.6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_runtime_spdx.6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_spdx_setscene.052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_spdx.052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_deploy_source_date_epoch_setscene.e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_deploy_source_date_epoch.e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_setscene.728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package.728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_qa_setscene.af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_qa.af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_rpm_setscene.bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_rpm.bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_packagedata_setscene.dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_packagedata.dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_populate_lic_setscene.1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_populate_lic.1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_recipe_qa_setscene.8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_recipe_qa.8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_runtime_spdx_setscene.87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_runtime_spdx.87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_spdx_setscene.b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_spdx.b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_deploy_source_date_epoch_setscene.9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_deploy_source_date_epoch.9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_complete_setscene.3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_complete.3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_qa_setscene.d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_qa.d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf not available\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_package which could be accelerated\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_package is noexec so skipping setscene\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_recipe_qa_setscene.a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_recipe_qa.a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_runtime_spdx_setscene.c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_runtime_spdx.c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_spdx_setscene.b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_spdx.b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_deploy_source_date_epoch_setscene.c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_deploy_source_date_epoch.c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_setscene.bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package.bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_qa_setscene.0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_qa.0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_rpm_setscene.691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_rpm.691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_packagedata_setscene.2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_packagedata.2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_lic_setscene.f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_lic.f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_sysroot_setscene.db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_sysroot.db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_recipe_qa_setscene.213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_recipe_qa.213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_runtime_spdx_setscene.1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_runtime_spdx.1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_spdx_setscene.b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_spdx.b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_deploy_source_date_epoch_setscene.f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_deploy_source_date_epoch.f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_setscene.e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package.e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_qa_setscene.2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_qa.2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_rpm_setscene.c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_rpm.c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_packagedata_setscene.b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_packagedata.b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_populate_lic_setscene.b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_populate_lic.b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_recipe_qa_setscene.a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_recipe_qa.a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_create_runtime_spdx_setscene.283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_create_runtime_spdx.283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_create_spdx_setscene.cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_create_spdx.cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_deploy_source_date_epoch_setscene.84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_deploy_source_date_epoch.84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_package_setscene.62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_package.62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_package_qa_setscene.a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_package_qa.a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_rpm_setscene.4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_rpm.4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_packagedata_setscene.34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_packagedata.34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_populate_lic_setscene.fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_populate_lic.fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_recipe_qa_setscene.3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_recipe_qa.3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_runtime_spdx_setscene.ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_runtime_spdx.ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_spdx_setscene.c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_spdx.c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_deploy_source_date_epoch_setscene.83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_deploy_source_date_epoch.83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_setscene.6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package.6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_qa_setscene.7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_qa.7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_rpm_setscene.654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_rpm.654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_packagedata_setscene.29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_packagedata.29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_lic_setscene.eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_lic.eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_sysroot_setscene.f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_sysroot.f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_recipe_qa_setscene.0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_recipe_qa.0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_create_runtime_spdx_setscene.728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_create_runtime_spdx.728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_create_spdx_setscene.09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_create_spdx.09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_deploy_source_date_epoch_setscene.80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_deploy_source_date_epoch.80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_package_setscene.1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_package.1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_package_qa_setscene.f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_package_qa.f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_package_write_rpm_setscene.01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_package_write_rpm.01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_packagedata_setscene.3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_packagedata.3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_populate_lic_setscene.f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_populate_lic.f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_populate_sysroot_setscene.b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_populate_sysroot.b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_recipe_qa_setscene.2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_recipe_qa.2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_runtime_spdx_setscene.bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_runtime_spdx.bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_spdx_setscene.cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_spdx.cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_deploy_source_date_epoch_setscene.b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_deploy_source_date_epoch.b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_setscene.549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package.549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_qa_setscene.3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_qa.3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_rpm_setscene.f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_rpm.f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_packagedata_setscene.1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_packagedata.1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_lic_setscene.3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_lic.3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_sysroot_setscene.3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_sysroot.3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_recipe_qa_setscene.48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_recipe_qa.48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_runtime_spdx_setscene.0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_runtime_spdx.0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_spdx_setscene.4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_spdx.4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_deploy_source_date_epoch_setscene.cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_deploy_source_date_epoch.cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_setscene.9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package.9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_qa_setscene.542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_qa.542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_rpm_setscene.dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_rpm.dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_packagedata_setscene.4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_packagedata.4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_lic_setscene.6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_lic.6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_sysroot_setscene.d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_sysroot.d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_recipe_qa_setscene.0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_recipe_qa.0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_runtime_spdx_setscene.181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_runtime_spdx.181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_spdx_setscene.f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_spdx.f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_deploy_source_date_epoch_setscene.4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_deploy_source_date_epoch.4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_setscene.11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package.11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_qa_setscene.85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_qa.85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_rpm_setscene.45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_rpm.45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_packagedata_setscene.06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_packagedata.06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_lic_setscene.bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_lic.bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_sysroot_setscene.be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_sysroot.be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_recipe_qa_setscene.b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_recipe_qa.b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_runtime_spdx_setscene.b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_runtime_spdx.b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_spdx_setscene.45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_spdx.45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_deploy_source_date_epoch_setscene.3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_deploy_source_date_epoch.3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_setscene.f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package.f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_qa_setscene.5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_qa.5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_rpm_setscene.18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_rpm.18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_packagedata_setscene.ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_packagedata.ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_lic_setscene.16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_lic.16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_sysroot_setscene.ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_sysroot.ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_recipe_qa_setscene.3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_recipe_qa.3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_create_runtime_spdx_setscene.6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_create_runtime_spdx.6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_create_spdx_setscene.f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_create_spdx.f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_deploy_source_date_epoch_setscene.d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_deploy_source_date_epoch.d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_package_setscene.e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_package.e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_package_qa_setscene.1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_package_qa.1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_package_write_rpm_setscene.4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_package_write_rpm.4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_packagedata_setscene.fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_packagedata.fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_populate_lic_setscene.002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_populate_lic.002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_populate_sysroot_setscene.067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_populate_sysroot.067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_recipe_qa_setscene.e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_recipe_qa.e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_runtime_spdx_setscene.e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_runtime_spdx.e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_spdx_setscene.eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_spdx.eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_deploy_source_date_epoch_setscene.a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_deploy_source_date_epoch.a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_setscene.caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package.caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_qa_setscene.5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_qa.5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_rpm_setscene.f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_rpm.f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_packagedata_setscene.11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_packagedata.11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_lic_setscene.7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_lic.7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_sysroot_setscene.c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_sysroot.c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_recipe_qa_setscene.cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_recipe_qa.cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_create_runtime_spdx_setscene.f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_create_runtime_spdx.f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_create_spdx_setscene.7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_create_spdx.7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_deploy_source_date_epoch_setscene.896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_deploy_source_date_epoch.896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_package_setscene.8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_package.8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_package_qa_setscene.127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_package_qa.127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_package_write_rpm_setscene.7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_package_write_rpm.7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_packagedata_setscene.342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_packagedata.342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_populate_lic_setscene.f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_populate_lic.f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_recipe_qa_setscene.84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_recipe_qa.84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_create_runtime_spdx_setscene.5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_create_runtime_spdx.5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_create_spdx_setscene.cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_create_spdx.cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_deploy_source_date_epoch_setscene.114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_deploy_source_date_epoch.114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_package_setscene.6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_package.6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_package_qa_setscene.4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_package_qa.4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_package_write_rpm_setscene.bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_package_write_rpm.bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_packagedata_setscene.be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_packagedata.be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_populate_lic_setscene.35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_populate_lic.35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_recipe_qa_setscene.d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_recipe_qa.d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_create_runtime_spdx_setscene.f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_create_runtime_spdx.f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_create_spdx_setscene.63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_create_spdx.63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_deploy_source_date_epoch_setscene.62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_deploy_source_date_epoch.62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_package_setscene.a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_package.a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_package_qa_setscene.eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_package_qa.eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_package_write_rpm_setscene.31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_package_write_rpm.31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_packagedata_setscene.11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_packagedata.11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_populate_lic_setscene.50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_populate_lic.50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_recipe_qa_setscene.2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_recipe_qa.2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_create_runtime_spdx_setscene.3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_create_runtime_spdx.3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_create_spdx_setscene.6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_create_spdx.6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_deploy_source_date_epoch_setscene.7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_deploy_source_date_epoch.7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_package_setscene.280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_package.280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_package_qa_setscene.d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_package_qa.d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_package_write_rpm_setscene.ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_package_write_rpm.ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_packagedata_setscene.12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_packagedata.12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_populate_lic_setscene.8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_populate_lic.8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_recipe_qa_setscene.bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_recipe_qa.bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_runtime_spdx_setscene.6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_runtime_spdx.6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_spdx_setscene.d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_spdx.d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_deploy_source_date_epoch_setscene.0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_deploy_source_date_epoch.0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_setscene.d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package.d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_qa_setscene.c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_qa.c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_rpm_setscene.cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_rpm.cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_packagedata_setscene.2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_packagedata.2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_populate_lic_setscene.9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_populate_lic.9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_recipe_qa_setscene.4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_recipe_qa.4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_create_runtime_spdx_setscene.e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_create_runtime_spdx.e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_create_spdx_setscene.27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_create_spdx.27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_deploy_source_date_epoch_setscene.b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_deploy_source_date_epoch.b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_package_setscene.5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_package.5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_package_qa_setscene.991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_package_qa.991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_package_write_rpm_setscene.b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_package_write_rpm.b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_packagedata_setscene.e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_packagedata.e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_populate_lic_setscene.a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_populate_lic.a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_populate_sysroot_setscene.cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_populate_sysroot.cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_recipe_qa_setscene.09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_recipe_qa.09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_runtime_spdx_setscene.c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_runtime_spdx.c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_spdx_setscene.6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_spdx.6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_deploy_source_date_epoch_setscene.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_deploy_source_date_epoch.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_setscene.85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package.85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_qa_setscene.a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_qa.a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_deb_setscene.ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_deb.ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_ipk_setscene.151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_ipk.151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_rpm_setscene.b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_rpm.b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_packagedata_setscene.d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_packagedata.d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_recipe_qa_setscene.a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_recipe_qa.a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_runtime_spdx_setscene.06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_runtime_spdx.06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_spdx_setscene.9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_spdx.9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_deploy_source_date_epoch_setscene.1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_deploy_source_date_epoch.1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_setscene.8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package.8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_qa_setscene.b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_qa.b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_rpm_setscene.e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_rpm.e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_packagedata_setscene.22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_packagedata.22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_populate_lic_setscene.c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_populate_lic.c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_recipe_qa_setscene.0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_recipe_qa.0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_create_runtime_spdx_setscene.e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_create_runtime_spdx.e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_create_spdx_setscene.f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_create_spdx.f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_deploy_source_date_epoch_setscene.96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_deploy_source_date_epoch.96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_package_setscene.b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_package.b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_package_qa_setscene.f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_package_qa.f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_package_write_rpm_setscene.c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_package_write_rpm.c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_packagedata_setscene.99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_packagedata.99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_populate_lic_setscene.d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_populate_lic.d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_recipe_qa_setscene.167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_recipe_qa.167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_runtime_spdx_setscene.f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_runtime_spdx.f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_spdx_setscene.2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_spdx.2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_deploy_source_date_epoch_setscene.5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_deploy_source_date_epoch.5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_setscene.57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package.57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_qa_setscene.601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_qa.601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_rpm_setscene.ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_rpm.ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_packagedata_setscene.072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_packagedata.072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_lic_setscene.0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_lic.0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_sysroot_setscene.557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_sysroot.557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_recipe_qa_setscene.fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_recipe_qa.fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_runtime_spdx_setscene.205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_runtime_spdx.205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_spdx_setscene.73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_spdx.73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_deploy_source_date_epoch_setscene.646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_deploy_source_date_epoch.646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_setscene.923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package.923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_qa_setscene.ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_qa.ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_rpm_setscene.776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_rpm.776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_packagedata_setscene.387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_packagedata.387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_populate_lic_setscene.fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_populate_lic.fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_recipe_qa_setscene.1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_recipe_qa.1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_runtime_spdx_setscene.78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_runtime_spdx.78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_spdx_setscene.b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_spdx.b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_deploy_source_date_epoch_setscene.085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_deploy_source_date_epoch.085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_setscene.6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package.6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_qa_setscene.169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_qa.169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_rpm_setscene.9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_rpm.9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_packagedata_setscene.917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_packagedata.917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_populate_lic_setscene.98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_populate_lic.98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_recipe_qa_setscene.3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_recipe_qa.3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_runtime_spdx_setscene.e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_runtime_spdx.e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_spdx_setscene.b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_spdx.b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_deploy_source_date_epoch_setscene.f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_deploy_source_date_epoch.f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_setscene.4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package.4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_qa_setscene.ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_qa.ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_rpm_setscene.b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_rpm.b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_packagedata_setscene.a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_packagedata.a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_populate_lic_setscene.08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_populate_lic.08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_recipe_qa_setscene.c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_recipe_qa.c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_runtime_spdx_setscene.7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_runtime_spdx.7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_spdx_setscene.b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_spdx.b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_deploy_source_date_epoch_setscene.2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_deploy_source_date_epoch.2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_lic_setscene.6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_lic.6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_sysroot_setscene.cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_sysroot.cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_recipe_qa_setscene.ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_recipe_qa.ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_create_runtime_spdx_setscene.099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_create_runtime_spdx.099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_create_spdx_setscene.224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_create_spdx.224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_deploy_source_date_epoch_setscene.75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_deploy_source_date_epoch.75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_package_setscene.842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_package.842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_package_qa_setscene.537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_package_qa.537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_package_write_rpm_setscene.0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_package_write_rpm.0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_packagedata_setscene.28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_packagedata.28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_populate_lic_setscene.89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_populate_lic.89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_populate_sysroot_setscene.02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_populate_sysroot.02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_recipe_qa_setscene.53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_recipe_qa.53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_runtime_spdx_setscene.8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_runtime_spdx.8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_spdx_setscene.e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_spdx.e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_deploy_source_date_epoch_setscene.f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_deploy_source_date_epoch.f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_setscene.c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package.c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_qa_setscene.49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_qa.49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_rpm_setscene.5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_rpm.5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_packagedata_setscene.46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_packagedata.46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_lic_setscene.4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_lic.4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_sysroot_setscene.f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_sysroot.f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_recipe_qa_setscene.fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_recipe_qa.fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_runtime_spdx_setscene.86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_runtime_spdx.86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_spdx_setscene.8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_spdx.8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_deploy_source_date_epoch_setscene.af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_deploy_source_date_epoch.af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_setscene.6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package.6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_qa_setscene.6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_qa.6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_rpm_setscene.8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_rpm.8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_packagedata_setscene.5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_packagedata.5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_populate_lic_setscene.3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_populate_lic.3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_recipe_qa_setscene.95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_recipe_qa.95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_runtime_spdx_setscene.6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_runtime_spdx.6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_spdx_setscene.89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_spdx.89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_deploy_source_date_epoch_setscene.7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_deploy_source_date_epoch.7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_setscene.ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package.ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_qa_setscene.7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_qa.7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_rpm_setscene.3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_rpm.3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_packagedata_setscene.30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_packagedata.30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_populate_lic_setscene.067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_populate_lic.067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_recipe_qa_setscene.7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_recipe_qa.7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_runtime_spdx_setscene.c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_runtime_spdx.c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_spdx_setscene.91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_spdx.91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_deploy_source_date_epoch_setscene.fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_deploy_source_date_epoch.fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_setscene.8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package.8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_qa_setscene.80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_qa.80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_rpm_setscene.56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_rpm.56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_packagedata_setscene.5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_packagedata.5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_populate_lic_setscene.16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_populate_lic.16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_recipe_qa_setscene.0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_recipe_qa.0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_runtime_spdx_setscene.d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_runtime_spdx.d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_spdx_setscene.2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_spdx.2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_deploy_source_date_epoch_setscene.ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_deploy_source_date_epoch.ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_setscene.f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package.f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_qa_setscene.d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_qa.d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_rpm_setscene.0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_rpm.0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_packagedata_setscene.fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_packagedata.fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_lic_setscene.224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_lic.224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_sysroot_setscene.c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_sysroot.c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_recipe_qa_setscene.4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_recipe_qa.4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_runtime_spdx_setscene.11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_runtime_spdx.11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_spdx_setscene.eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_spdx.eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_deploy_source_date_epoch_setscene.b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_deploy_source_date_epoch.b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_lic_setscene.8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_lic.8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_sysroot_setscene.1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_sysroot.1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_recipe_qa_setscene.dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_recipe_qa.dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_runtime_spdx_setscene.63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_runtime_spdx.63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_spdx_setscene.b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_spdx.b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_deploy_source_date_epoch_setscene.f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_deploy_source_date_epoch.f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_setscene.80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_package.80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_qa_setscene.931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_qa.931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_rpm_setscene.aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_rpm.aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_packagedata_setscene.2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_packagedata.2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_populate_lic_setscene.8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_populate_lic.8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_recipe_qa_setscene.c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_recipe_qa.c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_create_runtime_spdx_setscene.dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_create_runtime_spdx.dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_create_spdx_setscene.e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_create_spdx.e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_deploy_source_date_epoch_setscene.938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_deploy_source_date_epoch.938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_populate_lic_setscene.087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_populate_lic.087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_populate_sysroot_setscene.0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_populate_sysroot.0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_recipe_qa_setscene.bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_recipe_qa.bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_create_runtime_spdx_setscene.0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_create_runtime_spdx.0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_create_spdx_setscene.3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_create_spdx.3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_deploy_source_date_epoch_setscene.21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_deploy_source_date_epoch.21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_package_setscene.676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_package.676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_package_qa_setscene.00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_package_qa.00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_package_write_rpm_setscene.ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_package_write_rpm.ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_packagedata_setscene.a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_packagedata.a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_populate_lic_setscene.e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_populate_lic.e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_recipe_qa_setscene.6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_recipe_qa.6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_runtime_spdx_setscene.13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_runtime_spdx.13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_spdx_setscene.27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_spdx.27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_deploy_source_date_epoch_setscene.cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_deploy_source_date_epoch.cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_setscene.860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package.860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_qa_setscene.035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_qa.035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_rpm_setscene.40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_rpm.40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_packagedata_setscene.973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_packagedata.973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_populate_lic_setscene.d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_populate_lic.d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_recipe_qa_setscene.ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_recipe_qa.ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_runtime_spdx_setscene.516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_runtime_spdx.516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_spdx_setscene.24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_spdx.24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_deploy_source_date_epoch_setscene.f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_deploy_source_date_epoch.f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_setscene.eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_package.eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_qa_setscene.0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_qa.0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_rpm_setscene.601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_rpm.601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_packagedata_setscene.b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_packagedata.b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_populate_lic_setscene.82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_populate_lic.82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_recipe_qa_setscene.251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_recipe_qa.251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_create_runtime_spdx_setscene.70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_create_runtime_spdx.70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_create_spdx_setscene.17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_create_spdx.17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_deploy_source_date_epoch_setscene.813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_deploy_source_date_epoch.813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_package_setscene.08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_package.08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_package_qa_setscene.be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_package_qa.be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_package_write_rpm_setscene.27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_package_write_rpm.27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_packagedata_setscene.840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_packagedata.840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_populate_lic_setscene.91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_populate_lic.91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_populate_sysroot_setscene.8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_populate_sysroot.8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_recipe_qa_setscene.b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_recipe_qa.b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_runtime_spdx_setscene.c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_runtime_spdx.c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_spdx_setscene.a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_spdx.a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_deploy_source_date_epoch_setscene.09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_deploy_source_date_epoch.09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_setscene.8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package.8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_qa_setscene.1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_qa.1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_rpm_setscene.5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_rpm.5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_packagedata_setscene.89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_packagedata.89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_populate_lic_setscene.f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_populate_lic.f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_recipe_qa_setscene.0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_recipe_qa.0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_create_runtime_spdx_setscene.204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_create_runtime_spdx.204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_create_spdx_setscene.acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_create_spdx.acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_deploy_source_date_epoch_setscene.6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_deploy_source_date_epoch.6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_package_setscene.131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_package.131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_package_qa_setscene.c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_package_qa.c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_package_write_rpm_setscene.51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_package_write_rpm.51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_packagedata_setscene.bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_packagedata.bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_populate_lic_setscene.ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_populate_lic.ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_populate_sysroot_setscene.8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_populate_sysroot.8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_recipe_qa_setscene.bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_recipe_qa.bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_create_runtime_spdx_setscene.56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_create_runtime_spdx.56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_create_spdx_setscene.9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_create_spdx.9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_deploy_source_date_epoch_setscene.4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_deploy_source_date_epoch.4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_package_setscene.68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_package.68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_package_qa_setscene.866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_package_qa.866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_package_write_rpm_setscene.5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_package_write_rpm.5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_packagedata_setscene.d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_packagedata.d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_populate_lic_setscene.9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_populate_lic.9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_populate_sysroot_setscene.ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_populate_sysroot.ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_recipe_qa_setscene.9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_recipe_qa.9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_runtime_spdx_setscene.d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_runtime_spdx.d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_spdx_setscene.cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_spdx.cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_deploy_source_date_epoch_setscene.49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_deploy_source_date_epoch.49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_setscene.84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package.84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_qa_setscene.f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_qa.f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_rpm_setscene.a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_rpm.a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_packagedata_setscene.5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_packagedata.5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_lic_setscene.68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_lic.68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_sysroot_setscene.43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_sysroot.43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_recipe_qa_setscene.a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_recipe_qa.a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_create_runtime_spdx_setscene.0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_create_runtime_spdx.0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_create_spdx_setscene.8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_create_spdx.8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_deploy_source_date_epoch_setscene.1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_deploy_source_date_epoch.1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_package_setscene.74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_package.74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_package_qa_setscene.ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_package_qa.ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_package_write_rpm_setscene.00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_package_write_rpm.00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_packagedata_setscene.116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_packagedata.116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_populate_lic_setscene.c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_populate_lic.c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_recipe_qa_setscene.87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_recipe_qa.87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_runtime_spdx_setscene.f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_runtime_spdx.f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_spdx_setscene.43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_spdx.43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_deploy_source_date_epoch_setscene.9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_deploy_source_date_epoch.9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_setscene.76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package.76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_qa_setscene.df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_qa.df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_rpm_setscene.568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_rpm.568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_packagedata_setscene.3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_packagedata.3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_lic_setscene.14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_lic.14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_sysroot_setscene.c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_sysroot.c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_recipe_qa_setscene.4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_recipe_qa.4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_create_runtime_spdx_setscene.2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_create_runtime_spdx.2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_create_spdx_setscene.25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_create_spdx.25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_deploy_source_date_epoch_setscene.34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_deploy_source_date_epoch.34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_package_setscene.e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_package.e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_package_qa_setscene.933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_package_qa.933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_package_write_rpm_setscene.4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_package_write_rpm.4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_packagedata_setscene.12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_packagedata.12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_populate_lic_setscene.ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_populate_lic.ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_populate_sysroot_setscene.08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_populate_sysroot.08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_recipe_qa_setscene.a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_recipe_qa.a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_create_runtime_spdx_setscene.bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_create_runtime_spdx.bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_create_spdx_setscene.436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_create_spdx.436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_deploy_source_date_epoch_setscene.bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_deploy_source_date_epoch.bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_package_setscene.5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_package.5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_package_qa_setscene.6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_package_qa.6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_package_write_rpm_setscene.184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_package_write_rpm.184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_packagedata_setscene.d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_packagedata.d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_populate_lic_setscene.56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_populate_lic.56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_populate_sysroot_setscene.4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_populate_sysroot.4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_recipe_qa_setscene.79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_recipe_qa.79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_create_runtime_spdx_setscene.d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_create_runtime_spdx.d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_create_spdx_setscene.aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_create_spdx.aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_deploy_source_date_epoch_setscene.6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_deploy_source_date_epoch.6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_package_setscene.6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_package.6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_package_qa_setscene.63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_package_qa.63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_package_write_rpm_setscene.c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_package_write_rpm.c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_packagedata_setscene.df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_packagedata.df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_populate_lic_setscene.14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_populate_lic.14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_populate_sysroot_setscene.89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_populate_sysroot.89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_recipe_qa_setscene.7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_recipe_qa.7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_create_runtime_spdx_setscene.d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_create_runtime_spdx.d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_create_spdx_setscene.eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_create_spdx.eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_deploy_source_date_epoch_setscene.84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_deploy_source_date_epoch.84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_package_setscene.4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_package.4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_package_qa_setscene.032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_package_qa.032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_package_write_rpm_setscene.e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_package_write_rpm.e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_packagedata_setscene.05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_packagedata.05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_populate_lic_setscene.2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_populate_lic.2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_populate_sysroot_setscene.472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_populate_sysroot.472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_recipe_qa_setscene.2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_recipe_qa.2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_runtime_spdx_setscene.b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_runtime_spdx.b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_spdx_setscene.89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_spdx.89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_deploy_source_date_epoch_setscene.e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_deploy_source_date_epoch.e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_setscene.61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package.61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_qa_setscene.0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_qa.0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_rpm_setscene.4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_rpm.4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_packagedata_setscene.d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_packagedata.d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_lic_setscene.901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_lic.901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_sysroot_setscene.190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_sysroot.190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_recipe_qa_setscene.a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_recipe_qa.a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_runtime_spdx_setscene.407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_runtime_spdx.407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_spdx_setscene.b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_spdx.b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_deploy_source_date_epoch_setscene.f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_deploy_source_date_epoch.f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_setscene.56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package.56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_qa_setscene.cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_qa.cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_rpm_setscene.cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_rpm.cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_packagedata_setscene.71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_packagedata.71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_lic_setscene.50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_lic.50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_sysroot_setscene.9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_sysroot.9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_recipe_qa_setscene.a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_recipe_qa.a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_runtime_spdx_setscene.abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_runtime_spdx.abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_spdx_setscene.1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_spdx.1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_deploy_source_date_epoch_setscene.7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_deploy_source_date_epoch.7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_setscene.e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package.e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_qa_setscene.10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_qa.10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_rpm_setscene.7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_rpm.7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_packagedata_setscene.273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_packagedata.273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_lic_setscene.db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_lic.db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_sysroot_setscene.c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_sysroot.c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_recipe_qa_setscene.e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_recipe_qa.e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_create_runtime_spdx_setscene.e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_create_runtime_spdx.e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_create_spdx_setscene.185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_create_spdx.185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_deploy_source_date_epoch_setscene.a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_deploy_source_date_epoch.a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_package_setscene.2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_package.2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_package_qa_setscene.f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_package_qa.f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_package_write_rpm_setscene.e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_package_write_rpm.e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_packagedata_setscene.542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_packagedata.542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_populate_lic_setscene.a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_populate_lic.a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_populate_sysroot_setscene.c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_populate_sysroot.c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_recipe_qa_setscene.cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_recipe_qa.cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_runtime_spdx_setscene.6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_runtime_spdx.6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_spdx_setscene.aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_spdx.aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_deploy_source_date_epoch_setscene.94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_deploy_source_date_epoch.94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_setscene.f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package.f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_qa_setscene.5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_qa.5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_rpm_setscene.3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_rpm.3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_packagedata_setscene.20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_packagedata.20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_lic_setscene.5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_lic.5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_sysroot_setscene.60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_sysroot.60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_recipe_qa_setscene.8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_recipe_qa.8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_runtime_spdx_setscene.baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_runtime_spdx.baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_spdx_setscene.7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_spdx.7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_deploy_source_date_epoch_setscene.38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_deploy_source_date_epoch.38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_setscene.c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package.c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_qa_setscene.f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_qa.f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_rpm_setscene.2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_rpm.2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_packagedata_setscene.dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_packagedata.dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_populate_lic_setscene.5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_populate_lic.5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_recipe_qa_setscene.062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_recipe_qa.062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_runtime_spdx_setscene.c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_runtime_spdx.c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_spdx_setscene.7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_spdx.7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_deploy_source_date_epoch_setscene.bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_deploy_source_date_epoch.bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_setscene.b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package.b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_qa_setscene.165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_qa.165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_rpm_setscene.d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_rpm.d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_packagedata_setscene.4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_packagedata.4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_lic_setscene.e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_lic.e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_sysroot_setscene.dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_sysroot.dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_recipe_qa_setscene.49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_recipe_qa.49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_runtime_spdx_setscene.a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_runtime_spdx.a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_spdx_setscene.bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_spdx.bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_deploy_source_date_epoch_setscene.9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_deploy_source_date_epoch.9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_setscene.cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package.cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_qa_setscene.a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_qa.a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_rpm_setscene.80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_rpm.80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_packagedata_setscene.d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_packagedata.d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_lic_setscene.7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_lic.7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_sysroot_setscene.1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_sysroot.1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_recipe_qa_setscene.839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_recipe_qa.839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_runtime_spdx_setscene.db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_runtime_spdx.db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_spdx_setscene.ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_spdx.ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_deploy_source_date_epoch_setscene.416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_deploy_source_date_epoch.416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_setscene.c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package.c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_qa_setscene.fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_qa.fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_rpm_setscene.b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_rpm.b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_packagedata_setscene.3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_packagedata.3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_lic_setscene.f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_lic.f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_sysroot_setscene.c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_sysroot.c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_recipe_qa_setscene.0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_recipe_qa.0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_runtime_spdx_setscene.b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_runtime_spdx.b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_spdx_setscene.5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_spdx.5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_deploy_source_date_epoch_setscene.827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_deploy_source_date_epoch.827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_setscene.23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package.23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_qa_setscene.da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_qa.da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_rpm_setscene.7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_rpm.7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_packagedata_setscene.5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_packagedata.5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_lic_setscene.83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_lic.83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_sysroot_setscene.7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_sysroot.7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_recipe_qa_setscene.f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_recipe_qa.f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_create_runtime_spdx_setscene.3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_create_runtime_spdx.3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_create_spdx_setscene.560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_create_spdx.560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_deploy_source_date_epoch_setscene.6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_deploy_source_date_epoch.6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_package_setscene.f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_package.f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_package_qa_setscene.4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_package_qa.4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_package_write_rpm_setscene.f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_package_write_rpm.f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_packagedata_setscene.8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_packagedata.8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_populate_lic_setscene.3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_populate_lic.3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_populate_sysroot_setscene.648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_populate_sysroot.648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_recipe_qa_setscene.c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_recipe_qa.c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_runtime_spdx_setscene.a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_runtime_spdx.a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_spdx_setscene.5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_spdx.5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_deploy_source_date_epoch_setscene.d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_deploy_source_date_epoch.d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_setscene.d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package.d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_qa_setscene.e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_qa.e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_rpm_setscene.65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_rpm.65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_packagedata_setscene.6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_packagedata.6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_lic_setscene.cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_lic.cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_sysroot_setscene.ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_sysroot.ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_recipe_qa_setscene.3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_recipe_qa.3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_runtime_spdx_setscene.42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_runtime_spdx.42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_spdx_setscene.5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_spdx.5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_deploy_source_date_epoch_setscene.98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_deploy_source_date_epoch.98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_setscene.a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package.a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_qa_setscene.c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_qa.c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_rpm_setscene.a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_rpm.a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_packagedata_setscene.b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_packagedata.b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_lic_setscene.01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_lic.01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_sysroot_setscene.f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_sysroot.f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_recipe_qa_setscene.d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_recipe_qa.d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_runtime_spdx_setscene.ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_runtime_spdx.ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_spdx_setscene.a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_spdx.a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_deploy_source_date_epoch_setscene.9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_deploy_source_date_epoch.9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_setscene.06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package.06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_qa_setscene.c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_qa.c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_rpm_setscene.abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_rpm.abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_packagedata_setscene.d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_packagedata.d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_lic_setscene.cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_lic.cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_sysroot_setscene.434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_sysroot.434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_recipe_qa_setscene.50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_recipe_qa.50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_runtime_spdx_setscene.7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_runtime_spdx.7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_spdx_setscene.821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_spdx.821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_deploy_source_date_epoch_setscene.77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_deploy_source_date_epoch.77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_setscene.c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package.c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_qa_setscene.76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_qa.76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_rpm_setscene.8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_rpm.8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_packagedata_setscene.2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_packagedata.2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_lic_setscene.38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_lic.38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_sysroot_setscene.99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_sysroot.99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_recipe_qa_setscene.bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_recipe_qa.bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_runtime_spdx_setscene.d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_runtime_spdx.d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_spdx_setscene.483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_spdx.483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_deploy_source_date_epoch_setscene.47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_deploy_source_date_epoch.47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_setscene.c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package.c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_qa_setscene.927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_qa.927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_rpm_setscene.5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_rpm.5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_packagedata_setscene.933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_packagedata.933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_populate_lic_setscene.c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_populate_lic.c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_recipe_qa_setscene.131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_recipe_qa.131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_runtime_spdx_setscene.d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_runtime_spdx.d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_spdx_setscene.0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_spdx.0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_deploy_source_date_epoch_setscene.207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_deploy_source_date_epoch.207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_setscene.cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package.cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_qa_setscene.58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_qa.58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_rpm_setscene.7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_rpm.7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_packagedata_setscene.fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_packagedata.fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_lic_setscene.2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_lic.2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_sysroot_setscene.87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_sysroot.87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_recipe_qa_setscene.cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_recipe_qa.cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_runtime_spdx_setscene.9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_runtime_spdx.9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_spdx_setscene.f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_spdx.f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_deploy_source_date_epoch_setscene.e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_deploy_source_date_epoch.e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_setscene.ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package.ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_qa_setscene.d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_qa.d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_rpm_setscene.e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_rpm.e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_packagedata_setscene.4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_packagedata.4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_lic_setscene.98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_lic.98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_sysroot_setscene.907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_sysroot.907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_recipe_qa_setscene.af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_recipe_qa.af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_runtime_spdx_setscene.bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_runtime_spdx.bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_spdx_setscene.d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_spdx.d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_deploy_source_date_epoch_setscene.2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_deploy_source_date_epoch.2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_setscene.a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package.a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_qa_setscene.babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_qa.babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_rpm_setscene.c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_rpm.c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_packagedata_setscene.06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_packagedata.06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_lic_setscene.a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_lic.a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_sysroot_setscene.2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_sysroot.2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_recipe_qa_setscene.8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_recipe_qa.8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_runtime_spdx_setscene.9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_runtime_spdx.9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_spdx_setscene.6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_spdx.6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_deploy_source_date_epoch_setscene.c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_deploy_source_date_epoch.c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_setscene.85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package.85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_qa_setscene.46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_qa.46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_rpm_setscene.e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_rpm.e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_packagedata_setscene.39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_packagedata.39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_populate_lic_setscene.4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_populate_lic.4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_recipe_qa_setscene.5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_recipe_qa.5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_create_runtime_spdx_setscene.340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_create_runtime_spdx.340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_create_spdx_setscene.13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_create_spdx.13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_deploy_source_date_epoch_setscene.d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_deploy_source_date_epoch.d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_package_setscene.8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_package.8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_package_qa_setscene.55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_package_qa.55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_package_write_rpm_setscene.948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_package_write_rpm.948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_packagedata_setscene.123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_packagedata.123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_populate_lic_setscene.aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_populate_lic.aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_populate_sysroot_setscene.87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_populate_sysroot.87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_recipe_qa_setscene.52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_recipe_qa.52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_runtime_spdx_setscene.16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_runtime_spdx.16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_spdx_setscene.d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_spdx.d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_deploy_source_date_epoch_setscene.b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_deploy_source_date_epoch.b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_setscene.475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package.475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_qa_setscene.55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_qa.55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_rpm_setscene.4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_rpm.4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_packagedata_setscene.33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_packagedata.33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_populate_lic_setscene.64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_populate_lic.64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_recipe_qa_setscene.dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_recipe_qa.dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_runtime_spdx_setscene.c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_runtime_spdx.c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_spdx_setscene.cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_spdx.cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_deploy_source_date_epoch_setscene.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_deploy_source_date_epoch.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_setscene.51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package.51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_qa_setscene.a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_qa.a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_deb_setscene.b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_deb.b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_ipk_setscene.18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_ipk.18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_rpm_setscene.c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_rpm.c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_packagedata_setscene.2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_packagedata.2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_recipe_qa_setscene.9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_recipe_qa.9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_runtime_spdx_setscene.9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_runtime_spdx.9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_spdx_setscene.a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_spdx.a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_deploy_source_date_epoch_setscene.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_deploy_source_date_epoch.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_setscene.1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package.1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_qa_setscene.b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_qa.b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_rpm_setscene.5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_rpm.5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_packagedata_setscene.e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_packagedata.e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_recipe_qa_setscene.e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_recipe_qa.e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_runtime_spdx_setscene.35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_runtime_spdx.35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_spdx_setscene.3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_spdx.3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_deploy_source_date_epoch_setscene.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_deploy_source_date_epoch.3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_setscene.bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package.bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_qa_setscene.c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_qa.c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_rpm_setscene.f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_rpm.f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_packagedata_setscene.5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_packagedata.5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_recipe_qa_setscene.e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_recipe_qa.e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_create_runtime_spdx_setscene.1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_create_runtime_spdx.1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_create_spdx_setscene.2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_create_spdx.2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_deploy_source_date_epoch_setscene.8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_deploy_source_date_epoch.8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_package_setscene.9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_package.9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_package_qa_setscene.33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_package_qa.33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_package_write_rpm_setscene.1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_package_write_rpm.1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_packagedata_setscene.c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_packagedata.c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_populate_lic_setscene.b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_populate_lic.b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_populate_sysroot_setscene.c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_populate_sysroot.c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_recipe_qa_setscene.8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_recipe_qa.8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_runtime_spdx_setscene.0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_runtime_spdx.0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_spdx_setscene.18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_spdx.18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_deploy_source_date_epoch_setscene.c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_deploy_source_date_epoch.c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_setscene.b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package.b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_qa_setscene.803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_qa.803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_rpm_setscene.cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_rpm.cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_packagedata_setscene.031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_packagedata.031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_lic_setscene.926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_lic.926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_sysroot_setscene.1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_sysroot.1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_recipe_qa_setscene.4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_recipe_qa.4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_runtime_spdx_setscene.17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_runtime_spdx.17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_spdx_setscene.7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_spdx.7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_deploy_source_date_epoch_setscene.6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_deploy_source_date_epoch.6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_setscene.a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package.a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_qa_setscene.404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_qa.404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_rpm_setscene.2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_rpm.2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_packagedata_setscene.ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_packagedata.ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_populate_lic_setscene.c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_populate_lic.c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_recipe_qa_setscene.48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_recipe_qa.48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_create_runtime_spdx_setscene.cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_create_runtime_spdx.cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_create_spdx_setscene.6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_create_spdx.6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_deploy_source_date_epoch_setscene.3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_deploy_source_date_epoch.3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_package_setscene.0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_package.0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_package_qa_setscene.7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_package_qa.7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_package_write_rpm_setscene.ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_package_write_rpm.ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_packagedata_setscene.e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_packagedata.e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_populate_lic_setscene.13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_populate_lic.13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_populate_sysroot_setscene.e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_populate_sysroot.e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_recipe_qa_setscene.73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_recipe_qa.73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_create_runtime_spdx_setscene.a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_create_runtime_spdx.a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_create_spdx_setscene.4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_create_spdx.4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_deploy_source_date_epoch_setscene.ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_deploy_source_date_epoch.ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_package_setscene.ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_package.ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_package_qa_setscene.c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_package_qa.c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_package_write_rpm_setscene.2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_package_write_rpm.2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_packagedata_setscene.45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_packagedata.45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_populate_lic_setscene.acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_populate_lic.acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_populate_sysroot_setscene.d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_populate_sysroot.d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_recipe_qa_setscene.fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_recipe_qa.fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_runtime_spdx_setscene.1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_runtime_spdx.1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_spdx_setscene.f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_spdx.f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_deploy_source_date_epoch_setscene.60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_deploy_source_date_epoch.60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_setscene.2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package.2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_qa_setscene.7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_qa.7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_rpm_setscene.2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_rpm.2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_packagedata_setscene.396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_packagedata.396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_lic_setscene.33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_lic.33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_sysroot_setscene.07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_sysroot.07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_recipe_qa_setscene.35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_recipe_qa.35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_create_runtime_spdx_setscene.80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_create_runtime_spdx.80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_create_spdx_setscene.83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_create_spdx.83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_deploy_source_date_epoch_setscene.8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_deploy_source_date_epoch.8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_package_setscene.33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_package.33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_package_qa_setscene.1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_package_qa.1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_package_write_rpm_setscene.b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_package_write_rpm.b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_packagedata_setscene.e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_packagedata.e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_populate_lic_setscene.638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_populate_lic.638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_populate_sysroot_setscene.e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_populate_sysroot.e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_recipe_qa_setscene.7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_recipe_qa.7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_create_runtime_spdx_setscene.a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_create_runtime_spdx.a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_create_spdx_setscene.73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_create_spdx.73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_deploy_source_date_epoch_setscene.e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_deploy_source_date_epoch.e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_package_setscene.ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_package.ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_package_qa_setscene.10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_package_qa.10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_package_write_rpm_setscene.ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_package_write_rpm.ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_packagedata_setscene.8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_packagedata.8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_populate_lic_setscene.ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_populate_lic.ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_populate_sysroot_setscene.ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_populate_sysroot.ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_recipe_qa_setscene.4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_recipe_qa.4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_create_runtime_spdx_setscene.0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_create_runtime_spdx.0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_create_spdx_setscene.437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_create_spdx.437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_deploy_source_date_epoch_setscene.b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_deploy_source_date_epoch.b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_package_setscene.b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_package.b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_package_qa_setscene.208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_package_qa.208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_package_write_rpm_setscene.d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_package_write_rpm.d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_packagedata_setscene.55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_packagedata.55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_populate_lic_setscene.3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_populate_lic.3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_populate_sysroot_setscene.e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_populate_sysroot.e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_recipe_qa_setscene.f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_recipe_qa.f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_runtime_spdx_setscene.fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_runtime_spdx.fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_spdx_setscene.3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_spdx.3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_deploy_source_date_epoch_setscene.a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_deploy_source_date_epoch.a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_setscene.ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package.ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_qa_setscene.7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_qa.7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_rpm_setscene.039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_rpm.039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_packagedata_setscene.abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_packagedata.abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_populate_lic_setscene.34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_populate_lic.34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_recipe_qa_setscene.a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_recipe_qa.a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_runtime_spdx_setscene.15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_runtime_spdx.15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_spdx_setscene.523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_spdx.523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_deploy_source_date_epoch_setscene.bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_deploy_source_date_epoch.bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_setscene.cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package.cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_qa_setscene.1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_qa.1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_rpm_setscene.ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_rpm.ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_packagedata_setscene.682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_packagedata.682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_populate_lic_setscene.1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_populate_lic.1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_recipe_qa_setscene.3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_recipe_qa.3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_runtime_spdx_setscene.76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_runtime_spdx.76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_spdx_setscene.21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_spdx.21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_deploy_source_date_epoch_setscene.e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_deploy_source_date_epoch.e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_setscene.bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package.bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_qa_setscene.a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_qa.a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_rpm_setscene.8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_rpm.8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_packagedata_setscene.bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_packagedata.bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_populate_lic_setscene.e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_populate_lic.e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_recipe_qa_setscene.6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_recipe_qa.6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_runtime_spdx_setscene.5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_runtime_spdx.5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_spdx_setscene.06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_spdx.06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_deploy_source_date_epoch_setscene.b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_deploy_source_date_epoch.b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_setscene.181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package.181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_qa_setscene.8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_qa.8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_rpm_setscene.9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_rpm.9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_packagedata_setscene.7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_packagedata.7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_populate_lic_setscene.69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_populate_lic.69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_recipe_qa_setscene.b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_recipe_qa.b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_create_runtime_spdx_setscene.81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_create_runtime_spdx.81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_create_spdx_setscene.9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_create_spdx.9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_deploy_source_date_epoch_setscene.d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_deploy_source_date_epoch.d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_package_setscene.f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_package.f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_package_qa_setscene.27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_package_qa.27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_package_write_rpm_setscene.cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_package_write_rpm.cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_packagedata_setscene.9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_packagedata.9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_populate_lic_setscene.161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_populate_lic.161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_recipe_qa_setscene.1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_recipe_qa.1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_runtime_spdx_setscene.5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_runtime_spdx.5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_spdx_setscene.f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_spdx.f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_deploy_source_date_epoch_setscene.22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_deploy_source_date_epoch.22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_setscene.6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package.6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_qa_setscene.b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_qa.b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_rpm_setscene.b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_rpm.b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_packagedata_setscene.621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_packagedata.621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_populate_lic_setscene.f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_populate_lic.f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_recipe_qa_setscene.e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_recipe_qa.e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_runtime_spdx_setscene.7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_runtime_spdx.7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_spdx_setscene.30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_spdx.30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_deploy_source_date_epoch_setscene.e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_deploy_source_date_epoch.e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_setscene.41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package.41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_qa_setscene.fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_qa.fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_rpm_setscene.9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_rpm.9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_packagedata_setscene.852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_packagedata.852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_populate_lic_setscene.5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_populate_lic.5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_recipe_qa_setscene.13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_recipe_qa.13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_create_runtime_spdx_setscene.6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_create_runtime_spdx.6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_create_spdx_setscene.91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_create_spdx.91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_deploy_source_date_epoch_setscene.37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_deploy_source_date_epoch.37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_package_setscene.98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_package.98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_package_qa_setscene.b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_package_qa.b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_package_write_rpm_setscene.b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_package_write_rpm.b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_packagedata_setscene.3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_packagedata.3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_populate_lic_setscene.548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_populate_lic.548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_recipe_qa_setscene.e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_recipe_qa.e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_runtime_spdx_setscene.1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_runtime_spdx.1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_spdx_setscene.c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_spdx.c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_deploy_source_date_epoch_setscene.7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_deploy_source_date_epoch.7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_setscene.5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package.5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_qa_setscene.d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_qa.d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_rpm_setscene.4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_rpm.4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_packagedata_setscene.7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_packagedata.7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_populate_lic_setscene.9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_populate_lic.9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_recipe_qa_setscene.4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_recipe_qa.4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_runtime_spdx_setscene.2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_runtime_spdx.2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_spdx_setscene.3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_spdx.3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_deploy_source_date_epoch_setscene.cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_deploy_source_date_epoch.cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_setscene.8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package.8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_qa_setscene.81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_qa.81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_rpm_setscene.538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_rpm.538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_packagedata_setscene.e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_packagedata.e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_populate_lic_setscene.d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_populate_lic.d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_recipe_qa_setscene.a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_recipe_qa.a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_runtime_spdx_setscene.e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_runtime_spdx.e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_spdx_setscene.8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_spdx.8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_deploy_source_date_epoch_setscene.0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_deploy_source_date_epoch.0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_setscene.1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package.1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_qa_setscene.518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_qa.518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_rpm_setscene.6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_rpm.6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_packagedata_setscene.6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_packagedata.6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_populate_lic_setscene.f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_populate_lic.f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_recipe_qa_setscene.5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_recipe_qa.5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_runtime_spdx_setscene.1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_runtime_spdx.1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_spdx_setscene.5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_spdx.5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_deploy_source_date_epoch_setscene.9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_deploy_source_date_epoch.9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_setscene.6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package.6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_qa_setscene.cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_qa.cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_rpm_setscene.248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_rpm.248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_packagedata_setscene.74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_packagedata.74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_populate_lic_setscene.98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_populate_lic.98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_recipe_qa_setscene.3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_recipe_qa.3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_create_runtime_spdx_setscene.390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_create_runtime_spdx.390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_create_spdx_setscene.0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_create_spdx.0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_deploy_source_date_epoch_setscene.8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_deploy_source_date_epoch.8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_package_setscene.e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_package.e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_package_qa_setscene.bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_package_qa.bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_package_write_rpm_setscene.f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_package_write_rpm.f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_packagedata_setscene.e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_packagedata.e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_populate_lic_setscene.10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_populate_lic.10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_recipe_qa_setscene.35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_recipe_qa.35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_runtime_spdx_setscene.49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_runtime_spdx.49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_spdx_setscene.e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_spdx.e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_deploy_source_date_epoch_setscene.3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_deploy_source_date_epoch.3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_setscene.abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package.abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_qa_setscene.eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_qa.eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_rpm_setscene.49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_rpm.49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_packagedata_setscene.465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_packagedata.465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_populate_lic_setscene.c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_populate_lic.c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_recipe_qa_setscene.90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_recipe_qa.90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_create_runtime_spdx_setscene.bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_create_runtime_spdx.bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_create_spdx_setscene.6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_create_spdx.6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_deploy_source_date_epoch_setscene.3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_deploy_source_date_epoch.3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_package_setscene.faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_package.faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_package_qa_setscene.02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_package_qa.02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_package_write_rpm_setscene.d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_package_write_rpm.d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_packagedata_setscene.f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_packagedata.f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_populate_lic_setscene.afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_populate_lic.afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_recipe_qa_setscene.69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_recipe_qa.69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_runtime_spdx_setscene.56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_runtime_spdx.56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_spdx_setscene.4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_spdx.4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_deploy_source_date_epoch_setscene.c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_deploy_source_date_epoch.c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_setscene.d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package.d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_qa_setscene.6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_qa.6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_rpm_setscene.5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_rpm.5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_packagedata_setscene.64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_packagedata.64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_lic_setscene.d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_lic.d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_sysroot_setscene.2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_sysroot.2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_recipe_qa_setscene.bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_recipe_qa.bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_runtime_spdx_setscene.897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_runtime_spdx.897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_spdx_setscene.627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_spdx.627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_deploy_source_date_epoch_setscene.398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_deploy_source_date_epoch.398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_setscene.480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package.480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_qa_setscene.2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_qa.2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_rpm_setscene.69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_rpm.69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_packagedata_setscene.3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_packagedata.3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_populate_lic_setscene.2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_populate_lic.2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_recipe_qa_setscene.eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_recipe_qa.eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_runtime_spdx_setscene.d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_runtime_spdx.d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_spdx_setscene.e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_spdx.e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_deploy_source_date_epoch_setscene.cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_deploy_source_date_epoch.cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_setscene.883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package.883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_qa_setscene.c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_qa.c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_rpm_setscene.8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_rpm.8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_packagedata_setscene.9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_packagedata.9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_populate_lic_setscene.7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_populate_lic.7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_recipe_qa_setscene.0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_recipe_qa.0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_runtime_spdx_setscene.dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_runtime_spdx.dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_spdx_setscene.7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_spdx.7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_deploy_source_date_epoch_setscene.1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_deploy_source_date_epoch.1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_setscene.db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package.db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_qa_setscene.502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_qa.502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_rpm_setscene.6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_rpm.6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_packagedata_setscene.3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_packagedata.3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_populate_lic_setscene.01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_populate_lic.01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_recipe_qa_setscene.ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_recipe_qa.ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_runtime_spdx_setscene.5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_runtime_spdx.5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_spdx_setscene.d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_spdx.d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_deploy_source_date_epoch_setscene.33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_deploy_source_date_epoch.33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_setscene.7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package.7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_qa_setscene.69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_qa.69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_rpm_setscene.6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_rpm.6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_packagedata_setscene.f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_packagedata.f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_populate_lic_setscene.9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_populate_lic.9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_recipe_qa_setscene.8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_recipe_qa.8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_runtime_spdx_setscene.8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_runtime_spdx.8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_spdx_setscene.15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_spdx.15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_deploy_source_date_epoch_setscene.e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_deploy_source_date_epoch.e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_setscene.3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package.3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_qa_setscene.627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_qa.627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_rpm_setscene.c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_rpm.c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_packagedata_setscene.aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_packagedata.aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_populate_lic_setscene.877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_populate_lic.877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_recipe_qa_setscene.d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_recipe_qa.d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_runtime_spdx_setscene.2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_runtime_spdx.2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_spdx_setscene.dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_spdx.dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_deploy_source_date_epoch_setscene.b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_deploy_source_date_epoch.b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_setscene.34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package.34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_qa_setscene.6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_qa.6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_rpm_setscene.f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_rpm.f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_packagedata_setscene.dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_packagedata.dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_populate_lic_setscene.d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_populate_lic.d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_recipe_qa_setscene.1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_recipe_qa.1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_runtime_spdx_setscene.449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_runtime_spdx.449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_spdx_setscene.07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_spdx.07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_deploy_source_date_epoch_setscene.956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_deploy_source_date_epoch.956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_setscene.498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package.498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_qa_setscene.20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_qa.20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_rpm_setscene.3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_rpm.3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_packagedata_setscene.e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_packagedata.e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_populate_lic_setscene.f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_populate_lic.f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_recipe_qa_setscene.c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_recipe_qa.c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_create_runtime_spdx_setscene.8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_create_runtime_spdx.8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_create_spdx_setscene.cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_create_spdx.cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_deploy_source_date_epoch_setscene.ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_deploy_source_date_epoch.ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_package_setscene.13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_package.13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_package_qa_setscene.fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_package_qa.fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_package_write_rpm_setscene.6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_package_write_rpm.6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_packagedata_setscene.d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_packagedata.d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_populate_lic_setscene.1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_populate_lic.1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_populate_sysroot_setscene.d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_populate_sysroot.d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_recipe_qa_setscene.337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_recipe_qa.337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_runtime_spdx_setscene.53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_runtime_spdx.53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_spdx_setscene.e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_spdx.e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_deploy_source_date_epoch_setscene.9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_deploy_source_date_epoch.9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_setscene.280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package.280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_qa_setscene.a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_qa.a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_rpm_setscene.f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_rpm.f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_packagedata_setscene.16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_packagedata.16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_lic_setscene.c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_lic.c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_sysroot_setscene.bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_sysroot.bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_recipe_qa_setscene.612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_recipe_qa.612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_create_runtime_spdx_setscene.5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_create_runtime_spdx.5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_create_spdx_setscene.18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_create_spdx.18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_deploy_source_date_epoch_setscene.ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_deploy_source_date_epoch.ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_package_setscene.c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_package.c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_package_qa_setscene.3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_package_qa.3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_package_write_rpm_setscene.90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_package_write_rpm.90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_packagedata_setscene.7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_packagedata.7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_populate_lic_setscene.60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_populate_lic.60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_populate_sysroot_setscene.6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_populate_sysroot.6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_recipe_qa_setscene.6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_recipe_qa.6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_runtime_spdx_setscene.971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_runtime_spdx.971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_spdx_setscene.a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_spdx.a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_deploy_source_date_epoch_setscene.69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_deploy_source_date_epoch.69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_setscene.f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package.f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_qa_setscene.34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_qa.34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_rpm_setscene.2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_rpm.2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_packagedata_setscene.6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_packagedata.6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_lic_setscene.0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_lic.0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_sysroot_setscene.115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_sysroot.115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_recipe_qa_setscene.4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_recipe_qa.4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_create_runtime_spdx_setscene.01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_create_runtime_spdx.01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_create_spdx_setscene.bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_create_spdx.bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_deploy_source_date_epoch_setscene.d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_deploy_source_date_epoch.d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_package_setscene.2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_package.2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_package_qa_setscene.a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_package_qa.a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_package_write_rpm_setscene.d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_package_write_rpm.d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_packagedata_setscene.0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_packagedata.0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_populate_lic_setscene.4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_populate_lic.4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_populate_sysroot_setscene.ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_populate_sysroot.ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_recipe_qa_setscene.8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_recipe_qa.8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_runtime_spdx_setscene.26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_runtime_spdx.26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_spdx_setscene.fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_spdx.fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_deploy_source_date_epoch_setscene.3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_deploy_source_date_epoch.3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_setscene.f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package.f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_qa_setscene.16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_qa.16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_rpm_setscene.805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_rpm.805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_packagedata_setscene.0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_packagedata.0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_lic_setscene.1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_lic.1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_sysroot_setscene.49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_sysroot.49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_recipe_qa_setscene.4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_recipe_qa.4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_runtime_spdx_setscene.bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_runtime_spdx.bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_spdx_setscene.6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_spdx.6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_deploy_source_date_epoch_setscene.6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_deploy_source_date_epoch.6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_setscene.8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package.8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_qa_setscene.5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_qa.5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_rpm_setscene.1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_rpm.1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_packagedata_setscene.afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_packagedata.afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_lic_setscene.af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_lic.af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_sysroot_setscene.d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_sysroot.d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_recipe_qa_setscene.8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_recipe_qa.8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_create_runtime_spdx_setscene.bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_create_runtime_spdx.bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_create_spdx_setscene.75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_create_spdx.75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_deploy_source_date_epoch_setscene.774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_deploy_source_date_epoch.774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_package_setscene.f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_package.f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_package_qa_setscene.48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_package_qa.48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_package_write_rpm_setscene.76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_package_write_rpm.76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_packagedata_setscene.98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_packagedata.98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_populate_lic_setscene.f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_populate_lic.f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_populate_sysroot_setscene.76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_populate_sysroot.76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_recipe_qa_setscene.9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_recipe_qa.9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_runtime_spdx_setscene.bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_runtime_spdx.bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_spdx_setscene.b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_spdx.b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_deploy_source_date_epoch_setscene.1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_deploy_source_date_epoch.1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_setscene.3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package.3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_qa_setscene.c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_qa.c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_rpm_setscene.2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_rpm.2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_packagedata_setscene.eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_packagedata.eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_lic_setscene.3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_lic.3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_sysroot_setscene.b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_sysroot.b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_recipe_qa_setscene.c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_recipe_qa.c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_create_runtime_spdx_setscene.93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_create_runtime_spdx.93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_create_spdx_setscene.d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_create_spdx.d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_deploy_source_date_epoch_setscene.57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_deploy_source_date_epoch.57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_package_setscene.fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_package.fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_package_qa_setscene.dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_package_qa.dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_package_write_rpm_setscene.655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_package_write_rpm.655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_packagedata_setscene.39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_packagedata.39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_populate_lic_setscene.fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_populate_lic.fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_populate_sysroot_setscene.a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_populate_sysroot.a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_recipe_qa_setscene.6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_recipe_qa.6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_runtime_spdx_setscene.fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_runtime_spdx.fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_spdx_setscene.7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_spdx.7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_deploy_source_date_epoch_setscene.f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_deploy_source_date_epoch.f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_setscene.191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package.191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_qa_setscene.247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_qa.247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_rpm_setscene.19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_rpm.19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_packagedata_setscene.89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_packagedata.89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_lic_setscene.68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_lic.68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_sysroot_setscene.d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_sysroot.d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_recipe_qa_setscene.84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_recipe_qa.84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_create_runtime_spdx_setscene.0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_create_runtime_spdx.0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_create_spdx_setscene.ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_create_spdx.ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_deploy_source_date_epoch_setscene.1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_deploy_source_date_epoch.1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_package_setscene.302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_package.302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_package_qa_setscene.91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_package_qa.91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_package_write_rpm_setscene.113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_package_write_rpm.113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_packagedata_setscene.123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_packagedata.123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_populate_lic_setscene.e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_populate_lic.e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_populate_sysroot_setscene.405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_populate_sysroot.405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_recipe_qa_setscene.883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_recipe_qa.883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_runtime_spdx_setscene.b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_runtime_spdx.b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_spdx_setscene.2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_spdx.2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_deploy_source_date_epoch_setscene.cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_deploy_source_date_epoch.cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_setscene.59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package.59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_qa_setscene.23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_qa.23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_rpm_setscene.8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_rpm.8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_packagedata_setscene.d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_packagedata.d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_lic_setscene.4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_lic.4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_sysroot_setscene.daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_sysroot.daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_recipe_qa_setscene.fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_recipe_qa.fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_runtime_spdx_setscene.21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_runtime_spdx.21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_spdx_setscene.3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_spdx.3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_deploy_source_date_epoch_setscene.de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_deploy_source_date_epoch.de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_setscene.8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package.8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_qa_setscene.dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_qa.dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_rpm_setscene.c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_rpm.c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_packagedata_setscene.41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_packagedata.41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_lic_setscene.4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_lic.4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_sysroot_setscene.49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_sysroot.49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_recipe_qa_setscene.77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_recipe_qa.77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_create_runtime_spdx_setscene.787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_create_runtime_spdx.787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_create_spdx_setscene.3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_create_spdx.3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_deploy_source_date_epoch_setscene.36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_deploy_source_date_epoch.36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_package_setscene.bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_package.bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_package_qa_setscene.5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_package_qa.5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_package_write_rpm_setscene.c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_package_write_rpm.c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_packagedata_setscene.c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_packagedata.c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_populate_lic_setscene.4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_populate_lic.4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_populate_sysroot_setscene.99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_populate_sysroot.99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_recipe_qa_setscene.fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_recipe_qa.fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_create_runtime_spdx_setscene.f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_create_runtime_spdx.f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_create_spdx_setscene.180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_create_spdx.180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_deploy_source_date_epoch_setscene.491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_deploy_source_date_epoch.491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_package_setscene.566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_package.566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_package_qa_setscene.c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_package_qa.c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_package_write_rpm_setscene.55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_package_write_rpm.55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_packagedata_setscene.2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_packagedata.2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_populate_lic_setscene.b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_populate_lic.b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_populate_sysroot_setscene.32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_populate_sysroot.32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_recipe_qa_setscene.4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_recipe_qa.4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_runtime_spdx_setscene.d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_runtime_spdx.d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_spdx_setscene.1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_spdx.1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_deploy_source_date_epoch_setscene.92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_deploy_source_date_epoch.92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_setscene.52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package.52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_qa_setscene.c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_qa.c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_rpm_setscene.67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_rpm.67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_packagedata_setscene.8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_packagedata.8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_lic_setscene.5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_lic.5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_sysroot_setscene.7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_sysroot.7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_recipe_qa_setscene.93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_recipe_qa.93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_runtime_spdx_setscene.a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_runtime_spdx.a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_spdx_setscene.87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_spdx.87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_deploy_source_date_epoch_setscene.458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_deploy_source_date_epoch.458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_setscene.5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package.5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_qa_setscene.603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_qa.603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_rpm_setscene.7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_rpm.7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_packagedata_setscene.9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_packagedata.9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_lic_setscene.ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_lic.ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_sysroot_setscene.ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_sysroot.ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_recipe_qa_setscene.f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_recipe_qa.f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_runtime_spdx_setscene.28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_runtime_spdx.28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_spdx_setscene.f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_spdx.f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_deploy_source_date_epoch_setscene.5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_deploy_source_date_epoch.5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_setscene.7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package.7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_qa_setscene.5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_qa.5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_rpm_setscene.91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_rpm.91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_packagedata_setscene.1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_packagedata.1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_lic_setscene.534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_lic.534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_sysroot_setscene.c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_sysroot.c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_recipe_qa_setscene.2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_recipe_qa.2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_runtime_spdx_setscene.9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_runtime_spdx.9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_spdx_setscene.5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_spdx.5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_deploy_source_date_epoch_setscene.de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_deploy_source_date_epoch.de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_setscene.ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package.ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_qa_setscene.64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_qa.64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_rpm_setscene.a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_rpm.a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_packagedata_setscene.c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_packagedata.c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_lic_setscene.579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_lic.579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_sysroot_setscene.ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_sysroot.ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_recipe_qa_setscene.c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_recipe_qa.c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_runtime_spdx_setscene.25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_runtime_spdx.25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_spdx_setscene.e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_spdx.e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_deploy_source_date_epoch_setscene.ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_deploy_source_date_epoch.ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_setscene.afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package.afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_qa_setscene.2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_qa.2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_rpm_setscene.88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_rpm.88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_packagedata_setscene.8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_packagedata.8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_lic_setscene.13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_lic.13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_sysroot_setscene.f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_sysroot.f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_recipe_qa_setscene.1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_recipe_qa.1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_create_runtime_spdx_setscene.01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_create_runtime_spdx.01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_create_spdx_setscene.5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_create_spdx.5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_deploy_source_date_epoch_setscene.8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_deploy_source_date_epoch.8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_package_setscene.e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_package.e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_package_qa_setscene.461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_package_qa.461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_package_write_rpm_setscene.0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_package_write_rpm.0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_packagedata_setscene.c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_packagedata.c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_populate_lic_setscene.566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_populate_lic.566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_populate_sysroot_setscene.c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_populate_sysroot.c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_recipe_qa_setscene.00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_recipe_qa.00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_create_runtime_spdx_setscene.517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_create_runtime_spdx.517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_create_spdx_setscene.af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_create_spdx.af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_deploy_source_date_epoch_setscene.d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_deploy_source_date_epoch.d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_package_setscene.f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_package.f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_package_qa_setscene.0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_package_qa.0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_package_write_rpm_setscene.3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_package_write_rpm.3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_packagedata_setscene.3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_packagedata.3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_populate_lic_setscene.fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_populate_lic.fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_populate_sysroot_setscene.04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_populate_sysroot.04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_recipe_qa_setscene.bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_recipe_qa.bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_create_runtime_spdx_setscene.74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_create_runtime_spdx.74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_create_spdx_setscene.384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_create_spdx.384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_deploy_source_date_epoch_setscene.1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_deploy_source_date_epoch.1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_package_setscene.cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_package.cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_package_qa_setscene.143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_package_qa.143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_package_write_rpm_setscene.3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_package_write_rpm.3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_packagedata_setscene.32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_packagedata.32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_populate_lic_setscene.f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_populate_lic.f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_populate_sysroot_setscene.3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_populate_sysroot.3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_recipe_qa_setscene.430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_recipe_qa.430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_runtime_spdx_setscene.ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_runtime_spdx.ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_spdx_setscene.aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_spdx.aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_deploy_source_date_epoch_setscene.29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_deploy_source_date_epoch.29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_setscene.189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package.189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_qa_setscene.a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_qa.a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_rpm_setscene.2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_rpm.2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_packagedata_setscene.666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_packagedata.666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_lic_setscene.1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_lic.1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_sysroot_setscene.21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_sysroot.21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_recipe_qa_setscene.617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_recipe_qa.617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_runtime_spdx_setscene.f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_runtime_spdx.f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_spdx_setscene.beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_spdx.beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_deploy_source_date_epoch_setscene.7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_deploy_source_date_epoch.7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_setscene.1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package.1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_qa_setscene.ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_qa.ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_rpm_setscene.4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_rpm.4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_packagedata_setscene.862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_packagedata.862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_lic_setscene.bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_lic.bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_sysroot_setscene.bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_sysroot.bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_recipe_qa_setscene.cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_recipe_qa.cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_runtime_spdx_setscene.15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_runtime_spdx.15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_spdx_setscene.e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_spdx.e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_deploy_source_date_epoch_setscene.16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_deploy_source_date_epoch.16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_setscene.5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package.5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_qa_setscene.dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_qa.dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_rpm_setscene.97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_rpm.97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_packagedata_setscene.9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_packagedata.9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_lic_setscene.ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_lic.ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_sysroot_setscene.015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_sysroot.015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_recipe_qa_setscene.873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_recipe_qa.873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_runtime_spdx_setscene.66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_runtime_spdx.66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_spdx_setscene.96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_spdx.96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_deploy_source_date_epoch_setscene.fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_deploy_source_date_epoch.fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_setscene.be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package.be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_qa_setscene.07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_qa.07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_rpm_setscene.d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_rpm.d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_packagedata_setscene.87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_packagedata.87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_lic_setscene.da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_lic.da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_sysroot_setscene.e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_sysroot.e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_recipe_qa_setscene.e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_recipe_qa.e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_runtime_spdx_setscene.f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_runtime_spdx.f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_spdx_setscene.08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_spdx.08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_deploy_source_date_epoch_setscene.bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_deploy_source_date_epoch.bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_setscene.e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package.e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_qa_setscene.3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_qa.3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_rpm_setscene.a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_rpm.a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_packagedata_setscene.f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_packagedata.f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_lic_setscene.024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_lic.024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_sysroot_setscene.3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_sysroot.3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_recipe_qa_setscene.6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_recipe_qa.6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_runtime_spdx_setscene.0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_runtime_spdx.0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_spdx_setscene.69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_spdx.69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_deploy_source_date_epoch_setscene.b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_deploy_source_date_epoch.b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_setscene.ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package.ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_qa_setscene.2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_qa.2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_rpm_setscene.322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_rpm.322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_packagedata_setscene.44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_packagedata.44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_lic_setscene.5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_lic.5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_sysroot_setscene.901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_sysroot.901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_recipe_qa_setscene.cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_recipe_qa.cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_runtime_spdx_setscene.719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_runtime_spdx.719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_spdx_setscene.c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_spdx.c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_deploy_source_date_epoch_setscene.8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_deploy_source_date_epoch.8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_setscene.35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package.35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_qa_setscene.ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_qa.ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_rpm_setscene.f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_rpm.f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_packagedata_setscene.175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_packagedata.175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_lic_setscene.233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_lic.233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_sysroot_setscene.b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_sysroot.b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_recipe_qa_setscene.08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_recipe_qa.08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_runtime_spdx_setscene.657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_runtime_spdx.657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_spdx_setscene.a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_spdx.a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_deploy_source_date_epoch_setscene.8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_deploy_source_date_epoch.8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_setscene.d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package.d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_qa_setscene.2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_qa.2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_rpm_setscene.79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_rpm.79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_packagedata_setscene.516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_packagedata.516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_lic_setscene.32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_lic.32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_sysroot_setscene.60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_sysroot.60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_recipe_qa_setscene.183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_recipe_qa.183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_runtime_spdx_setscene.145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_runtime_spdx.145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_spdx_setscene.659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_spdx.659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_deploy_source_date_epoch_setscene.4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_deploy_source_date_epoch.4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_setscene.64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package.64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_qa_setscene.faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_qa.faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_rpm_setscene.4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_rpm.4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_packagedata_setscene.b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_packagedata.b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_lic_setscene.b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_lic.b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_sysroot_setscene.8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_sysroot.8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_recipe_qa_setscene.5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_recipe_qa.5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_runtime_spdx_setscene.1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_runtime_spdx.1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_spdx_setscene.94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_spdx.94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_deploy_source_date_epoch_setscene.68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_deploy_source_date_epoch.68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_setscene.7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package.7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_qa_setscene.9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_qa.9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_rpm_setscene.86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_rpm.86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_packagedata_setscene.fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_packagedata.fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_lic_setscene.2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_lic.2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_sysroot_setscene.5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_sysroot.5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_recipe_qa_setscene.5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_recipe_qa.5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_create_runtime_spdx_setscene.c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_create_runtime_spdx.c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_create_spdx_setscene.2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_create_spdx.2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_deploy_source_date_epoch_setscene.d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_deploy_source_date_epoch.d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_package_setscene.e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_package.e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_package_qa_setscene.e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_package_qa.e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_package_write_rpm_setscene.9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_package_write_rpm.9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_packagedata_setscene.5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_packagedata.5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_populate_lic_setscene.a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_populate_lic.a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_populate_sysroot_setscene.a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_populate_sysroot.a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_recipe_qa_setscene.0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_recipe_qa.0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_runtime_spdx_setscene.5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_runtime_spdx.5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_spdx_setscene.69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_spdx.69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_deploy_source_date_epoch_setscene.731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_deploy_source_date_epoch.731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_setscene.68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package.68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_qa_setscene.3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_qa.3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_rpm_setscene.059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_rpm.059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_packagedata_setscene.10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_packagedata.10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_lic_setscene.0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_lic.0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_sysroot_setscene.a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_sysroot.a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_recipe_qa_setscene.6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_recipe_qa.6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_create_runtime_spdx_setscene.029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_create_runtime_spdx.029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_create_spdx_setscene.dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_create_spdx.dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_deploy_source_date_epoch_setscene.a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_deploy_source_date_epoch.a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_package_setscene.195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_package.195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_package_qa_setscene.426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_package_qa.426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_package_write_rpm_setscene.3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_package_write_rpm.3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_packagedata_setscene.847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_packagedata.847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_populate_lic_setscene.480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_populate_lic.480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_populate_sysroot_setscene.b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_populate_sysroot.b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_recipe_qa_setscene.b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_recipe_qa.b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_create_runtime_spdx_setscene.c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_create_runtime_spdx.c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_create_spdx_setscene.8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_create_spdx.8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_deploy_source_date_epoch_setscene.6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_deploy_source_date_epoch.6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_package_setscene.1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_package.1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_package_qa_setscene.d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_package_qa.d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_package_write_rpm_setscene.adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_package_write_rpm.adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_packagedata_setscene.ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_packagedata.ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_populate_lic_setscene.d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_populate_lic.d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_populate_sysroot_setscene.45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_populate_sysroot.45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_recipe_qa_setscene.6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_recipe_qa.6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_create_runtime_spdx_setscene.ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_create_runtime_spdx.ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_create_spdx_setscene.776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_create_spdx.776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_deploy_source_date_epoch_setscene.51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_deploy_source_date_epoch.51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_package_setscene.e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_package.e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_package_qa_setscene.0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_package_qa.0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_package_write_rpm_setscene.a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_package_write_rpm.a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_packagedata_setscene.e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_packagedata.e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_populate_lic_setscene.2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_populate_lic.2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_populate_sysroot_setscene.d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_populate_sysroot.d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_recipe_qa_setscene.7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_recipe_qa.7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_runtime_spdx_setscene.417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_runtime_spdx.417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_spdx_setscene.f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_spdx.f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_deploy_source_date_epoch_setscene.783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_deploy_source_date_epoch.783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_setscene.98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package.98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_qa_setscene.d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_qa.d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_rpm_setscene.d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_rpm.d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_packagedata_setscene.8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_packagedata.8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_populate_lic_setscene.6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_populate_lic.6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_recipe_qa_setscene.0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_recipe_qa.0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_create_runtime_spdx_setscene.abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_create_runtime_spdx.abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_create_spdx_setscene.5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_create_spdx.5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_deploy_source_date_epoch_setscene.d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_deploy_source_date_epoch.d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_package_setscene.46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_package.46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_package_qa_setscene.3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_package_qa.3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_package_write_rpm_setscene.e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_package_write_rpm.e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_packagedata_setscene.7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_packagedata.7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_populate_lic_setscene.ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_populate_lic.ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_populate_sysroot_setscene.199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_populate_sysroot.199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_recipe_qa_setscene.9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_recipe_qa.9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_runtime_spdx_setscene.0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_runtime_spdx.0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_spdx_setscene.f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_spdx.f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_deploy_source_date_epoch_setscene.04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_deploy_source_date_epoch.04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_setscene.2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package.2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_qa_setscene.7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_qa.7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_rpm_setscene.33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_rpm.33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_packagedata_setscene.70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_packagedata.70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_populate_lic_setscene.8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_populate_lic.8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_recipe_qa_setscene.63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_recipe_qa.63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_runtime_spdx_setscene.c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_runtime_spdx.c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_spdx_setscene.748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_spdx.748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_deploy_source_date_epoch_setscene.3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_deploy_source_date_epoch.3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_setscene.98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package.98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_qa_setscene.16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_qa.16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_rpm_setscene.9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_rpm.9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_packagedata_setscene.8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_packagedata.8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_populate_lic_setscene.5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_populate_lic.5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_recipe_qa_setscene.301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_recipe_qa.301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_runtime_spdx_setscene.722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_runtime_spdx.722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_spdx_setscene.62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_spdx.62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_deploy_source_date_epoch_setscene.bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_deploy_source_date_epoch.bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_lic_setscene.1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_lic.1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_sysroot_setscene.85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_sysroot.85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_recipe_qa_setscene.5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_recipe_qa.5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_runtime_spdx_setscene.445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_runtime_spdx.445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_spdx_setscene.bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_spdx.bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_deploy_source_date_epoch_setscene.5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_deploy_source_date_epoch.5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_setscene.56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package.56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_qa_setscene.d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_qa.d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_rpm_setscene.519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_rpm.519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_packagedata_setscene.33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_packagedata.33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_populate_lic_setscene.90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_populate_lic.90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_recipe_qa_setscene.6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_recipe_qa.6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_runtime_spdx_setscene.3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_runtime_spdx.3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_spdx_setscene.12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_spdx.12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_deploy_source_date_epoch_setscene.744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_deploy_source_date_epoch.744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_lic_setscene.f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_lic.f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_sysroot_setscene.9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_sysroot.9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_recipe_qa_setscene.cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_recipe_qa.cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_create_runtime_spdx_setscene.783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_create_runtime_spdx.783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_create_spdx_setscene.820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_create_spdx.820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_deploy_source_date_epoch_setscene.a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_deploy_source_date_epoch.a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_package_setscene.dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_package.dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_package_qa_setscene.ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_package_qa.ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_package_write_rpm_setscene.4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_package_write_rpm.4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_packagedata_setscene.41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_packagedata.41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_populate_lic_setscene.865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_populate_lic.865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_populate_sysroot_setscene.9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_populate_sysroot.9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_recipe_qa_setscene.173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_recipe_qa.173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_create_runtime_spdx_setscene.f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_create_runtime_spdx.f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_create_spdx_setscene.816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_create_spdx.816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_deploy_source_date_epoch_setscene.2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_deploy_source_date_epoch.2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_package_setscene.21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_package.21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_package_qa_setscene.da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_package_qa.da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_package_write_rpm_setscene.16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_package_write_rpm.16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_packagedata_setscene.f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_packagedata.f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_populate_lic_setscene.df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_populate_lic.df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_populate_sysroot_setscene.eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_populate_sysroot.eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_recipe_qa_setscene.e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_recipe_qa.e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_create_runtime_spdx_setscene.5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_create_runtime_spdx.5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_create_spdx_setscene.27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_create_spdx.27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_deploy_source_date_epoch_setscene.7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_deploy_source_date_epoch.7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_package_setscene.db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_package.db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_package_qa_setscene.77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_package_qa.77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_package_write_rpm_setscene.d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_package_write_rpm.d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_packagedata_setscene.a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_packagedata.a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_populate_lic_setscene.1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_populate_lic.1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_populate_sysroot_setscene.9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_populate_sysroot.9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_recipe_qa_setscene.e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_recipe_qa.e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_runtime_spdx_setscene.0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_runtime_spdx.0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_spdx_setscene.c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_spdx.c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_deploy_source_date_epoch_setscene.ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_deploy_source_date_epoch.ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_setscene.0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package.0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_qa_setscene.75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_qa.75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_deb_setscene.59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_deb.59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_ipk_setscene.372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_ipk.372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_rpm_setscene.0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_rpm.0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_packagedata_setscene.7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_packagedata.7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_populate_lic_setscene.0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_populate_lic.0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_recipe_qa_setscene.9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_recipe_qa.9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_create_runtime_spdx_setscene.526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_create_runtime_spdx.526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_create_spdx_setscene.191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_create_spdx.191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_deploy_setscene.2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_deploy.2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_deploy_source_date_epoch_setscene.89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_deploy_source_date_epoch.89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_package_setscene.548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_package.548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_package_qa_setscene.e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_package_qa.e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_package_write_rpm_setscene.47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_package_write_rpm.47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_packagedata_setscene.1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_packagedata.1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_populate_lic_setscene.45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_populate_lic.45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_populate_sysroot_setscene.2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_populate_sysroot.2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_recipe_qa_setscene.ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_recipe_qa.ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_shared_workdir_setscene.21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_shared_workdir.21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_create_runtime_spdx_setscene.9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_create_runtime_spdx.9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_create_spdx_setscene.cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_create_spdx.cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_deploy_source_date_epoch_setscene.2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_deploy_source_date_epoch.2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_package_setscene.586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_package.586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_package_qa_setscene.3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_package_qa.3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_package_write_rpm_setscene.67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_package_write_rpm.67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_packagedata_setscene.a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_packagedata.a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_populate_lic_setscene.d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_populate_lic.d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_recipe_qa_setscene.cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_recipe_qa.cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_runtime_spdx_setscene.ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_runtime_spdx.ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_spdx_setscene.31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_spdx.31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_deploy_source_date_epoch_setscene.a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_deploy_source_date_epoch.a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_setscene.4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package.4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_qa_setscene.69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_qa.69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_rpm_setscene.6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_rpm.6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_packagedata_setscene.5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_packagedata.5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_populate_lic_setscene.3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_populate_lic.3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_recipe_qa_setscene.852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_recipe_qa.852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_create_runtime_spdx_setscene.f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_create_runtime_spdx.f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_create_spdx_setscene.17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_create_spdx.17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_deploy_source_date_epoch_setscene.25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_deploy_source_date_epoch.25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_package_setscene.03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_package.03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_package_qa_setscene.3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_package_qa.3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_package_write_rpm_setscene.673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_package_write_rpm.673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_packagedata_setscene.0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_packagedata.0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_populate_lic_setscene.80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_populate_lic.80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_recipe_qa_setscene.601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_recipe_qa.601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_create_runtime_spdx_setscene.155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_create_runtime_spdx.155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_create_spdx_setscene.668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_create_spdx.668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_deploy_source_date_epoch_setscene.9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_deploy_source_date_epoch.9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_package_setscene.c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_package.c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_package_qa_setscene.1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_package_qa.1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_package_write_rpm_setscene.58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_package_write_rpm.58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_packagedata_setscene.82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_packagedata.82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_populate_lic_setscene.76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_populate_lic.76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_recipe_qa_setscene.79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_recipe_qa.79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_create_runtime_spdx_setscene.6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_create_runtime_spdx.6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_create_spdx_setscene.e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_create_spdx.e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_deploy_source_date_epoch_setscene.2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_deploy_source_date_epoch.2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_package_setscene.4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_package.4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_package_qa_setscene.0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_package_qa.0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_package_write_rpm_setscene.ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_package_write_rpm.ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_packagedata_setscene.97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_packagedata.97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_populate_lic_setscene.01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_populate_lic.01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_populate_sysroot_setscene.79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_populate_sysroot.79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_recipe_qa_setscene.55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_recipe_qa.55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_runtime_spdx_setscene.b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_runtime_spdx.b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_spdx_setscene.1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_spdx.1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_deploy_source_date_epoch_setscene.e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_deploy_source_date_epoch.e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_setscene.fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package.fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_qa_setscene.56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_qa.56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_rpm_setscene.8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_rpm.8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_packagedata_setscene.e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_packagedata.e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_populate_lic_setscene.443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_populate_lic.443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_recipe_qa_setscene.73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_recipe_qa.73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_runtime_spdx_setscene.d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_runtime_spdx.d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_spdx_setscene.80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_spdx.80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_deploy_source_date_epoch_setscene.d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_deploy_source_date_epoch.d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_setscene.b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package.b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_qa_setscene.3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_qa.3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_rpm_setscene.3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_rpm.3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_packagedata_setscene.b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_packagedata.b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_populate_lic_setscene.4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_populate_lic.4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_recipe_qa_setscene.9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_recipe_qa.9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_runtime_spdx_setscene.65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_runtime_spdx.65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_spdx_setscene.f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_spdx.f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_deploy_source_date_epoch_setscene.6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_deploy_source_date_epoch.6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_setscene.085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package.085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_qa_setscene.7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_qa.7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_rpm_setscene.92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_rpm.92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_packagedata_setscene.c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_packagedata.c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_lic_setscene.c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_lic.c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_recipe_qa_setscene.46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_recipe_qa.46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_runtime_spdx_setscene.3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_runtime_spdx.3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_spdx_setscene.6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_spdx.6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_deploy_source_date_epoch_setscene.e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_deploy_source_date_epoch.e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_setscene.1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package.1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_qa_setscene.fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_qa.fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_rpm_setscene.4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_rpm.4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_packagedata_setscene.b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_packagedata.b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_populate_lic_setscene.31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_populate_lic.31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_recipe_qa_setscene.afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_recipe_qa.afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_create_runtime_spdx_setscene.34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_create_runtime_spdx.34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_create_spdx_setscene.075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_create_spdx.075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_deploy_source_date_epoch_setscene.d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_deploy_source_date_epoch.d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_package_setscene.b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_package.b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_package_qa_setscene.17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_package_qa.17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_package_write_rpm_setscene.a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_package_write_rpm.a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_packagedata_setscene.2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_packagedata.2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_populate_lic_setscene.f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_populate_lic.f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_recipe_qa_setscene.27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_recipe_qa.27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_create_runtime_spdx_setscene.40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_create_runtime_spdx.40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_create_spdx_setscene.fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_create_spdx.fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_deploy_source_date_epoch_setscene.71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_deploy_source_date_epoch.71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_package_setscene.7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_package.7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_package_qa_setscene.e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_package_qa.e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_package_write_rpm_setscene.c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_package_write_rpm.c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_packagedata_setscene.e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_packagedata.e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_populate_lic_setscene.5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_populate_lic.5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_recipe_qa_setscene.0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_recipe_qa.0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_create_runtime_spdx_setscene.0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_create_runtime_spdx.0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_create_spdx_setscene.a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_create_spdx.a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_deploy_source_date_epoch_setscene.37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_deploy_source_date_epoch.37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_package_setscene.83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_package.83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_package_qa_setscene.6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_package_qa.6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_package_write_rpm_setscene.ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_package_write_rpm.ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_packagedata_setscene.93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_packagedata.93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_populate_lic_setscene.ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_populate_lic.ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_populate_sysroot_setscene.544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_populate_sysroot.544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_recipe_qa_setscene.b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_recipe_qa.b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_create_runtime_spdx_setscene.b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_create_runtime_spdx.b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_create_spdx_setscene.297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_create_spdx.297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_deploy_source_date_epoch_setscene.4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_deploy_source_date_epoch.4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_package_setscene.26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_package.26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_package_qa_setscene.e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_package_qa.e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_package_write_rpm_setscene.733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_package_write_rpm.733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_packagedata_setscene.33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_packagedata.33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_populate_lic_setscene.dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_populate_lic.dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_recipe_qa_setscene.7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_recipe_qa.7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_runtime_spdx_setscene.5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_runtime_spdx.5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_spdx_setscene.d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_spdx.d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_deploy_source_date_epoch_setscene.b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_deploy_source_date_epoch.b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_setscene.d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package.d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_qa_setscene.6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_qa.6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_rpm_setscene.43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_rpm.43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_packagedata_setscene.f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_packagedata.f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_populate_lic_setscene.6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_populate_lic.6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_recipe_qa_setscene.ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_recipe_qa.ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_create_runtime_spdx_setscene.dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_create_runtime_spdx.dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_create_spdx_setscene.7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_create_spdx.7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_deploy_source_date_epoch_setscene.34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_deploy_source_date_epoch.34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_package_setscene.4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_package.4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_package_qa_setscene.6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_package_qa.6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_package_write_rpm_setscene.78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_package_write_rpm.78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_packagedata_setscene.a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_packagedata.a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_populate_lic_setscene.c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_populate_lic.c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_recipe_qa_setscene.8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_recipe_qa.8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_create_runtime_spdx_setscene.cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_create_runtime_spdx.cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_create_spdx_setscene.1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_create_spdx.1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_deploy_source_date_epoch_setscene.fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_deploy_source_date_epoch.fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_package_setscene.46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_package.46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_package_qa_setscene.1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_package_qa.1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_package_write_rpm_setscene.15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_package_write_rpm.15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_packagedata_setscene.a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_packagedata.a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_populate_lic_setscene.fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_populate_lic.fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_recipe_qa_setscene.c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_recipe_qa.c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_runtime_spdx_setscene.31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_runtime_spdx.31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_spdx_setscene.dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_spdx.dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_deploy_source_date_epoch_setscene.0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_deploy_source_date_epoch.0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_setscene.708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package.708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_qa_setscene.e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_qa.e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_rpm_setscene.3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_rpm.3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_packagedata_setscene.f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_packagedata.f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_lic_setscene.897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_lic.897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_sysroot_setscene.bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_sysroot.bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_recipe_qa_setscene.3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_recipe_qa.3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_runtime_spdx_setscene.171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_runtime_spdx.171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_spdx_setscene.778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_spdx.778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_deploy_source_date_epoch_setscene.a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_deploy_source_date_epoch.a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_setscene.159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package.159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_qa_setscene.b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_qa.b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_rpm_setscene.a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_rpm.a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_packagedata_setscene.269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_packagedata.269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_populate_lic_setscene.79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_populate_lic.79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_recipe_qa_setscene.18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_recipe_qa.18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_create_runtime_spdx_setscene.5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_create_runtime_spdx.5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_create_spdx_setscene.181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_create_spdx.181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_deploy_source_date_epoch_setscene.7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_deploy_source_date_epoch.7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_package_setscene.1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_package.1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_package_qa_setscene.401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_package_qa.401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_package_write_rpm_setscene.032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_package_write_rpm.032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_packagedata_setscene.bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_packagedata.bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_populate_lic_setscene.e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_populate_lic.e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_populate_sysroot_setscene.61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_populate_sysroot.61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_recipe_qa_setscene.3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_recipe_qa.3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_create_runtime_spdx_setscene.dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_create_runtime_spdx.dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_create_spdx_setscene.73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_create_spdx.73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_deploy_source_date_epoch_setscene.1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_deploy_source_date_epoch.1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_package_setscene.cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_package.cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_package_qa_setscene.0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_package_qa.0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_package_write_rpm_setscene.a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_package_write_rpm.a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_packagedata_setscene.05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_packagedata.05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_populate_lic_setscene.6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_populate_lic.6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_populate_sysroot_setscene.af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_populate_sysroot.af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_recipe_qa_setscene.5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_recipe_qa.5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_create_runtime_spdx_setscene.cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_create_runtime_spdx.cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_create_spdx_setscene.d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_create_spdx.d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_deploy_source_date_epoch_setscene.2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_deploy_source_date_epoch.2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_package_setscene.db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_package.db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_package_qa_setscene.2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_package_qa.2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_package_write_rpm_setscene.fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_package_write_rpm.fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_packagedata_setscene.a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_packagedata.a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_populate_lic_setscene.0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_populate_lic.0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_recipe_qa_setscene.3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_recipe_qa.3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_create_runtime_spdx_setscene.a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_create_runtime_spdx.a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_create_spdx_setscene.2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_create_spdx.2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_deploy_source_date_epoch_setscene.5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_deploy_source_date_epoch.5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_package_setscene.5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_package.5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_package_qa_setscene.5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_package_qa.5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_package_write_rpm_setscene.1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_package_write_rpm.1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_packagedata_setscene.fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_packagedata.fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_populate_lic_setscene.3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_populate_lic.3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_populate_sysroot_setscene.dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_populate_sysroot.dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_recipe_qa_setscene.8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_recipe_qa.8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_runtime_spdx_setscene.d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_runtime_spdx.d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_spdx_setscene.99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_spdx.99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_deploy_source_date_epoch_setscene.9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_deploy_source_date_epoch.9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_setscene.8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package.8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_qa_setscene.e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_qa.e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_rpm_setscene.2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_rpm.2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_packagedata_setscene.8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_packagedata.8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_lic_setscene.11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_lic.11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_sysroot_setscene.6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_sysroot.6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_recipe_qa_setscene.c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_recipe_qa.c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_runtime_spdx_setscene.6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_runtime_spdx.6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_spdx_setscene.8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_spdx.8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_deploy_source_date_epoch_setscene.2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_deploy_source_date_epoch.2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_setscene.749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package.749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_qa_setscene.2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_qa.2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_rpm_setscene.f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_rpm.f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_packagedata_setscene.2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_packagedata.2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_lic_setscene.b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_lic.b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_sysroot_setscene.d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_sysroot.d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_recipe_qa_setscene.bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_recipe_qa.bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_create_runtime_spdx_setscene.16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_create_runtime_spdx.16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_create_spdx_setscene.643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_create_spdx.643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_deploy_source_date_epoch_setscene.c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_deploy_source_date_epoch.c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_package_setscene.53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_package.53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_package_qa_setscene.3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_package_qa.3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_package_write_rpm_setscene.483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_package_write_rpm.483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_packagedata_setscene.cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_packagedata.cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_populate_lic_setscene.accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_populate_lic.accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_populate_sysroot_setscene.bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_populate_sysroot.bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_recipe_qa_setscene.3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_recipe_qa.3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_runtime_spdx_setscene.57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_runtime_spdx.57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_spdx_setscene.26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_spdx.26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_deploy_source_date_epoch_setscene.ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_deploy_source_date_epoch.ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_setscene.6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package.6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_qa_setscene.d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_qa.d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_rpm_setscene.456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_rpm.456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_packagedata_setscene.8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_packagedata.8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_lic_setscene.1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_lic.1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_sysroot_setscene.e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_sysroot.e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_recipe_qa_setscene.73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_recipe_qa.73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_runtime_spdx_setscene.4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_runtime_spdx.4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_spdx_setscene.1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_spdx.1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_deploy_source_date_epoch_setscene.b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_deploy_source_date_epoch.b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_setscene.293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package.293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_qa_setscene.7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_qa.7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_rpm_setscene.4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_rpm.4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_packagedata_setscene.b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_packagedata.b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_lic_setscene.590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_lic.590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_sysroot_setscene.282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_sysroot.282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_recipe_qa_setscene.97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_recipe_qa.97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_runtime_spdx_setscene.6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_runtime_spdx.6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_spdx_setscene.b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_spdx.b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_deploy_source_date_epoch_setscene.7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_deploy_source_date_epoch.7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_setscene.b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package.b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_qa_setscene.957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_qa.957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_rpm_setscene.4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_rpm.4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_packagedata_setscene.d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_packagedata.d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_lic_setscene.749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_lic.749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_sysroot_setscene.0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_sysroot.0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_recipe_qa_setscene.a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_recipe_qa.a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_runtime_spdx_setscene.d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_runtime_spdx.d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_spdx_setscene.86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_spdx.86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_deploy_source_date_epoch_setscene.f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_deploy_source_date_epoch.f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_setscene.b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package.b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_qa_setscene.5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_qa.5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_rpm_setscene.5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_rpm.5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_packagedata_setscene.c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_packagedata.c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_lic_setscene.a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_lic.a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_sysroot_setscene.3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_sysroot.3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_recipe_qa_setscene.6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_recipe_qa.6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_runtime_spdx_setscene.758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_runtime_spdx.758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_spdx_setscene.f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_spdx.f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_deploy_source_date_epoch_setscene.40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_deploy_source_date_epoch.40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_setscene.c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package.c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_qa_setscene.9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_qa.9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_rpm_setscene.2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_rpm.2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_packagedata_setscene.ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_packagedata.ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_lic_setscene.5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_lic.5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_sysroot_setscene.472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_sysroot.472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_recipe_qa_setscene.35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_recipe_qa.35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_create_runtime_spdx_setscene.21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_create_runtime_spdx.21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_create_spdx_setscene.f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_create_spdx.f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_deploy_source_date_epoch_setscene.92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_deploy_source_date_epoch.92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_package_setscene.dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_package.dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_package_qa_setscene.8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_package_qa.8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_package_write_rpm_setscene.8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_package_write_rpm.8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_packagedata_setscene.4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_packagedata.4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_populate_lic_setscene.f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_populate_lic.f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_populate_sysroot_setscene.42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_populate_sysroot.42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_recipe_qa_setscene.092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_recipe_qa.092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_runtime_spdx_setscene.a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_runtime_spdx.a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_spdx_setscene.12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_spdx.12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_deploy_source_date_epoch_setscene.2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_deploy_source_date_epoch.2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_setscene.c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package.c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_qa_setscene.94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_qa.94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_rpm_setscene.bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_rpm.bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_packagedata_setscene.1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_packagedata.1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_lic_setscene.c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_lic.c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_sysroot_setscene.d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_sysroot.d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_recipe_qa_setscene.7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_recipe_qa.7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_runtime_spdx_setscene.07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_runtime_spdx.07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_spdx_setscene.ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_spdx.ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_deploy_source_date_epoch_setscene.adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_deploy_source_date_epoch.adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_setscene.30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package.30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_qa_setscene.1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_qa.1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_rpm_setscene.40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_rpm.40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_packagedata_setscene.ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_packagedata.ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_lic_setscene.da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_lic.da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_sysroot_setscene.b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_sysroot.b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_recipe_qa_setscene.7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_recipe_qa.7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_runtime_spdx_setscene.c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_runtime_spdx.c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_spdx_setscene.25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_spdx.25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_deploy_source_date_epoch_setscene.147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_deploy_source_date_epoch.147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_setscene.eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package.eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_qa_setscene.37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_qa.37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_rpm_setscene.87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_rpm.87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_packagedata_setscene.b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_packagedata.b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_lic_setscene.4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_lic.4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_sysroot_setscene.fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_sysroot.fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_recipe_qa_setscene.9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_recipe_qa.9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_runtime_spdx_setscene.01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_runtime_spdx.01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_spdx_setscene.569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_spdx.569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_deploy_source_date_epoch_setscene.62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_deploy_source_date_epoch.62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_setscene.40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package.40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_qa_setscene.51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_qa.51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_rpm_setscene.69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_rpm.69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_packagedata_setscene.5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_packagedata.5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_lic_setscene.8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_lic.8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_sysroot_setscene.525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_sysroot.525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_recipe_qa_setscene.3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_recipe_qa.3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_create_runtime_spdx_setscene.83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_create_runtime_spdx.83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_create_spdx_setscene.5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_create_spdx.5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_deploy_source_date_epoch_setscene.969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_deploy_source_date_epoch.969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_package_setscene.8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_package.8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_package_qa_setscene.eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_package_qa.eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_package_write_rpm_setscene.96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_package_write_rpm.96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_packagedata_setscene.423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_packagedata.423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_populate_lic_setscene.74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_populate_lic.74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_populate_sysroot_setscene.ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_populate_sysroot.ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_recipe_qa_setscene.8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_recipe_qa.8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_runtime_spdx_setscene.7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_runtime_spdx.7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_spdx_setscene.28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_spdx.28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_deploy_source_date_epoch_setscene.fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_deploy_source_date_epoch.fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_complete_setscene.b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_complete.b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_qa_setscene.2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_qa.2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e not available\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_package which could be accelerated\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_package is noexec so skipping setscene\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_recipe_qa_setscene.6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_recipe_qa.6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_runtime_spdx_setscene.8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_runtime_spdx.8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_spdx_setscene.5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_spdx.5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_deploy_source_date_epoch_setscene.9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_deploy_source_date_epoch.9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_setscene.328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package.328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_qa_setscene.7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_qa.7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_rpm_setscene.cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_rpm.cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_packagedata_setscene.c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_packagedata.c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_populate_lic_setscene.b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_populate_lic.b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_recipe_qa_setscene.ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_recipe_qa.ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_runtime_spdx_setscene.85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_runtime_spdx.85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_spdx_setscene.891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_spdx.891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_deploy_source_date_epoch_setscene.e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_deploy_source_date_epoch.e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_setscene.66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package.66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_qa_setscene.c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_qa.c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_rpm_setscene.61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_rpm.61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_packagedata_setscene.36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_packagedata.36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_lic_setscene.307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_lic.307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_sysroot_setscene.cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_sysroot.cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_recipe_qa_setscene.13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_recipe_qa.13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_runtime_spdx_setscene.935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_runtime_spdx.935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_spdx_setscene.9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_spdx.9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_deploy_source_date_epoch_setscene.a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_deploy_source_date_epoch.a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_setscene.4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package.4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_qa_setscene.b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_qa.b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_rpm_setscene.30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_rpm.30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_packagedata_setscene.b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_packagedata.b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_populate_lic_setscene.ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_populate_lic.ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_recipe_qa_setscene.e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_recipe_qa.e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_runtime_spdx_setscene.99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_runtime_spdx.99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_spdx_setscene.4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_spdx.4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_deploy_source_date_epoch_setscene.b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_deploy_source_date_epoch.b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_setscene.f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package.f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_qa_setscene.f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_qa.f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_rpm_setscene.9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_rpm.9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_packagedata_setscene.6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_packagedata.6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_populate_lic_setscene.95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_populate_lic.95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_recipe_qa_setscene.9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_recipe_qa.9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_runtime_spdx_setscene.2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_runtime_spdx.2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_spdx_setscene.425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_spdx.425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_deploy_source_date_epoch_setscene.c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_deploy_source_date_epoch.c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_setscene.f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package.f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_qa_setscene.5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_qa.5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_rpm_setscene.fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_rpm.fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_packagedata_setscene.908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_packagedata.908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_populate_lic_setscene.b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_populate_lic.b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_recipe_qa_setscene.bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_recipe_qa.bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_runtime_spdx_setscene.2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_runtime_spdx.2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_spdx_setscene.60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_spdx.60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_deploy_source_date_epoch_setscene.1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_deploy_source_date_epoch.1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_setscene.886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package.886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_qa_setscene.7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_qa.7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_rpm_setscene.82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_rpm.82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_packagedata_setscene.6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_packagedata.6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_lic_setscene.a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_lic.a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_sysroot_setscene.6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_sysroot.6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_recipe_qa_setscene.6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_recipe_qa.6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_runtime_spdx_setscene.1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_runtime_spdx.1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_spdx_setscene.4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_spdx.4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_deploy_source_date_epoch_setscene.47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_deploy_source_date_epoch.47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_setscene.af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package.af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_qa_setscene.959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_qa.959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_rpm_setscene.8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_rpm.8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_packagedata_setscene.7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_packagedata.7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_populate_lic_setscene.2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_populate_lic.2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_recipe_qa_setscene.310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_recipe_qa.310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_runtime_spdx_setscene.24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_runtime_spdx.24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_spdx_setscene.4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_spdx.4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_deploy_source_date_epoch_setscene.95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_deploy_source_date_epoch.95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_setscene.bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package.bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_qa_setscene.6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_qa.6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_rpm_setscene.ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_rpm.ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_packagedata_setscene.8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_packagedata.8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_populate_lic_setscene.da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_populate_lic.da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_recipe_qa_setscene.3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_recipe_qa.3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_runtime_spdx_setscene.98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_runtime_spdx.98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_spdx_setscene.a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_spdx.a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_deploy_source_date_epoch_setscene.ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_deploy_source_date_epoch.ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_setscene.6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package.6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_qa_setscene.0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_qa.0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_rpm_setscene.c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_rpm.c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_packagedata_setscene.db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_packagedata.db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_populate_lic_setscene.b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_populate_lic.b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_recipe_qa_setscene.325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_recipe_qa.325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_runtime_spdx_setscene.bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_runtime_spdx.bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_spdx_setscene.4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_spdx.4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_deploy_source_date_epoch_setscene.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_deploy_source_date_epoch.390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_setscene.25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package.25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_qa_setscene.11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_qa.11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_deb_setscene.f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_deb.f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_ipk_setscene.30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_ipk.30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_rpm_setscene.b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_rpm.b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_packagedata_setscene.603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_packagedata.603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_recipe_qa_setscene.a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_recipe_qa.a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_runtime_spdx_setscene.33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_runtime_spdx.33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_spdx_setscene.82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_spdx.82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_deploy_source_date_epoch_setscene.731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_deploy_source_date_epoch.731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_setscene.fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package.fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_qa_setscene.0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_qa.0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_rpm_setscene.e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_rpm.e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_packagedata_setscene.453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_packagedata.453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_populate_lic_setscene.a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_populate_lic.a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_recipe_qa_setscene.26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_recipe_qa.26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_runtime_spdx_setscene.cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_runtime_spdx.cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_spdx_setscene.97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_spdx.97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_deploy_source_date_epoch_setscene.454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_deploy_source_date_epoch.454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_setscene.3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package.3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_qa_setscene.5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_qa.5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_rpm_setscene.d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_rpm.d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_packagedata_setscene.57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_packagedata.57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_populate_lic_setscene.4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_populate_lic.4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_recipe_qa_setscene.a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_recipe_qa.a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_runtime_spdx_setscene.8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_runtime_spdx.8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_spdx_setscene.70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_spdx.70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_deploy_source_date_epoch_setscene.5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_deploy_source_date_epoch.5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_setscene.1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package.1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_qa_setscene.39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_qa.39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_rpm_setscene.65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_rpm.65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_packagedata_setscene.993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_packagedata.993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_populate_lic_setscene.74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_populate_lic.74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_recipe_qa_setscene.eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_recipe_qa.eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_runtime_spdx_setscene.695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_runtime_spdx.695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_spdx_setscene.ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_spdx.ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_deploy_source_date_epoch_setscene.10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_deploy_source_date_epoch.10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_setscene.6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package.6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_qa_setscene.39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_qa.39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_rpm_setscene.da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_rpm.da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_packagedata_setscene.c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_packagedata.c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_populate_lic_setscene.20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_populate_lic.20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_recipe_qa_setscene.c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_recipe_qa.c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_runtime_spdx_setscene.9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_runtime_spdx.9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_spdx_setscene.11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_spdx.11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_deploy_source_date_epoch_setscene.5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_deploy_source_date_epoch.5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_setscene.64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package.64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_qa_setscene.e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_qa.e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_rpm_setscene.7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_rpm.7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_packagedata_setscene.34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_packagedata.34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_populate_lic_setscene.a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_populate_lic.a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_recipe_qa_setscene.94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_recipe_qa.94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_runtime_spdx_setscene.f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_runtime_spdx.f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_spdx_setscene.3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_spdx.3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_deploy_source_date_epoch_setscene.5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_deploy_source_date_epoch.5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_setscene.d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package.d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_qa_setscene.27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_qa.27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_rpm_setscene.03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_rpm.03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_packagedata_setscene.3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_packagedata.3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_populate_lic_setscene.6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_populate_lic.6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_recipe_qa_setscene.3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_recipe_qa.3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_create_runtime_spdx_setscene.add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_create_runtime_spdx.add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_create_spdx_setscene.a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_create_spdx.a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_deploy_source_date_epoch_setscene.8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_deploy_source_date_epoch.8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_package_setscene.783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_package.783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_package_qa_setscene.e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_package_qa.e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_package_write_rpm_setscene.2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_package_write_rpm.2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_packagedata_setscene.9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_packagedata.9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_populate_lic_setscene.56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_populate_lic.56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_recipe_qa_setscene.4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_recipe_qa.4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_runtime_spdx_setscene.777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_runtime_spdx.777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_spdx_setscene.144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_spdx.144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_deploy_source_date_epoch_setscene.50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_deploy_source_date_epoch.50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_setscene.4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package.4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_qa_setscene.b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_qa.b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_rpm_setscene.4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_rpm.4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_packagedata_setscene.dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_packagedata.dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_populate_lic_setscene.76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_populate_lic.76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_recipe_qa_setscene.65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_recipe_qa.65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_create_runtime_spdx_setscene.bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_create_runtime_spdx.bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_create_spdx_setscene.ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_create_spdx.ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_deploy_source_date_epoch_setscene.1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_deploy_source_date_epoch.1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_package_setscene.922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_package.922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_package_qa_setscene.3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_package_qa.3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_package_write_rpm_setscene.0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_package_write_rpm.0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_packagedata_setscene.5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_packagedata.5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_populate_lic_setscene.5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_populate_lic.5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_populate_sysroot_setscene.f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_populate_sysroot.f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_recipe_qa_setscene.2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_recipe_qa.2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_create_runtime_spdx_setscene.dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_create_runtime_spdx.dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_create_spdx_setscene.3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_create_spdx.3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_deploy_source_date_epoch_setscene.1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_deploy_source_date_epoch.1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_package_setscene.6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_package.6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_package_qa_setscene.f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_package_qa.f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_package_write_rpm_setscene.d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_package_write_rpm.d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_packagedata_setscene.810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_packagedata.810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_populate_lic_setscene.52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_populate_lic.52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_populate_sysroot_setscene.bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_populate_sysroot.bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_recipe_qa_setscene.930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_recipe_qa.930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_create_runtime_spdx_setscene.79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_create_runtime_spdx.79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_create_spdx_setscene.5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_create_spdx.5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_deploy_source_date_epoch_setscene.de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_deploy_source_date_epoch.de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_package_setscene.9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_package.9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_package_qa_setscene.ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_package_qa.ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_package_write_rpm_setscene.0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_package_write_rpm.0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_packagedata_setscene.6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_packagedata.6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_populate_lic_setscene.583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_populate_lic.583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_populate_sysroot_setscene.a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_populate_sysroot.a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_recipe_qa_setscene.da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_recipe_qa.da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_create_runtime_spdx_setscene.0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_create_runtime_spdx.0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_create_spdx_setscene.3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_create_spdx.3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_deploy_source_date_epoch_setscene.7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_deploy_source_date_epoch.7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_package_setscene.47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_package.47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_package_qa_setscene.0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_package_qa.0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_package_write_rpm_setscene.df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_package_write_rpm.df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_packagedata_setscene.4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_packagedata.4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_populate_lic_setscene.1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_populate_lic.1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_populate_sysroot_setscene.fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_populate_sysroot.fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_recipe_qa_setscene.88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_recipe_qa.88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_create_runtime_spdx_setscene.fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_create_runtime_spdx.fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_create_spdx_setscene.33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_create_spdx.33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_deploy_source_date_epoch_setscene.f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_deploy_source_date_epoch.f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_populate_lic_setscene.ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_populate_lic.ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_populate_sysroot_setscene.64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_populate_sysroot.64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_recipe_qa_setscene.7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_recipe_qa.7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_create_runtime_spdx_setscene.be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_create_runtime_spdx.be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_create_spdx_setscene.a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_create_spdx.a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_deploy_source_date_epoch_setscene.cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_deploy_source_date_epoch.cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_package_setscene.70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_package.70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_package_qa_setscene.f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_package_qa.f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_package_write_rpm_setscene.1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_package_write_rpm.1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_packagedata_setscene.a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_packagedata.a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_populate_lic_setscene.4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_populate_lic.4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_populate_sysroot_setscene.4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_populate_sysroot.4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_recipe_qa_setscene.9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_recipe_qa.9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_runtime_spdx_setscene.c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_runtime_spdx.c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_spdx_setscene.183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_spdx.183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_deploy_source_date_epoch_setscene.5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_deploy_source_date_epoch.5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_setscene.7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package.7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_qa_setscene.80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_qa.80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_rpm_setscene.e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_rpm.e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_packagedata_setscene.00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_packagedata.00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_lic_setscene.1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_lic.1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_sysroot_setscene.715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_sysroot.715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_recipe_qa_setscene.70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_recipe_qa.70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_runtime_spdx_setscene.e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_runtime_spdx.e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_spdx_setscene.d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_spdx.d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_deploy_source_date_epoch_setscene.dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_deploy_source_date_epoch.dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_setscene.094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package.094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_qa_setscene.c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_qa.c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_rpm_setscene.eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_rpm.eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_packagedata_setscene.35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_packagedata.35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_populate_lic_setscene.16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_populate_lic.16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_recipe_qa_setscene.3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_recipe_qa.3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_create_runtime_spdx_setscene.b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_create_runtime_spdx.b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_create_spdx_setscene.33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_create_spdx.33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_deploy_source_date_epoch_setscene.1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_deploy_source_date_epoch.1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_package_setscene.1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_package.1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_package_qa_setscene.1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_package_qa.1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_package_write_rpm_setscene.443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_package_write_rpm.443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_packagedata_setscene.23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_packagedata.23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_populate_lic_setscene.987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_populate_lic.987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_populate_sysroot_setscene.c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_populate_sysroot.c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_recipe_qa_setscene.3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_recipe_qa.3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_create_runtime_spdx_setscene.f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_create_runtime_spdx.f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_create_spdx_setscene.08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_create_spdx.08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_deploy_source_date_epoch_setscene.00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_deploy_source_date_epoch.00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_package_setscene.58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_package.58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_package_qa_setscene.68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_package_qa.68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_package_write_rpm_setscene.0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_package_write_rpm.0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_packagedata_setscene.12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_packagedata.12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_populate_lic_setscene.11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_populate_lic.11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_populate_sysroot_setscene.eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_populate_sysroot.eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_recipe_qa_setscene.0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_recipe_qa.0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_runtime_spdx_setscene.dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_runtime_spdx.dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_spdx_setscene.66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_spdx.66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_deploy_source_date_epoch_setscene.77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_deploy_source_date_epoch.77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_setscene.1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package.1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_qa_setscene.5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_qa.5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_rpm_setscene.8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_rpm.8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_packagedata_setscene.3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_packagedata.3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_lic_setscene.b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_lic.b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_sysroot_setscene.f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_sysroot.f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_recipe_qa_setscene.2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_recipe_qa.2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_runtime_spdx_setscene.ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_runtime_spdx.ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_spdx_setscene.0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_spdx.0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_deploy_source_date_epoch_setscene.4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_deploy_source_date_epoch.4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_setscene.1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package.1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_qa_setscene.bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_qa.bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_rpm_setscene.a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_rpm.a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_packagedata_setscene.156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_packagedata.156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_lic_setscene.da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_lic.da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_sysroot_setscene.fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_sysroot.fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_recipe_qa_setscene.3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_recipe_qa.3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_runtime_spdx_setscene.1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_runtime_spdx.1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_spdx_setscene.8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_spdx.8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_deploy_source_date_epoch_setscene.7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_deploy_source_date_epoch.7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_setscene.8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package.8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_qa_setscene.923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_qa.923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_rpm_setscene.3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_rpm.3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_packagedata_setscene.c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_packagedata.c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_populate_lic_setscene.48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_populate_lic.48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_recipe_qa_setscene.03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_recipe_qa.03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_create_runtime_spdx_setscene.4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_create_runtime_spdx.4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_create_spdx_setscene.aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_create_spdx.aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_deploy_source_date_epoch_setscene.05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_deploy_source_date_epoch.05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_package_setscene.b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_package.b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_package_qa_setscene.895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_package_qa.895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_package_write_rpm_setscene.cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_package_write_rpm.cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_packagedata_setscene.dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_packagedata.dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_populate_lic_setscene.e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_populate_lic.e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_recipe_qa_setscene.890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_recipe_qa.890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_create_runtime_spdx_setscene.8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_create_runtime_spdx.8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_create_spdx_setscene.ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_create_spdx.ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_deploy_source_date_epoch_setscene.285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_deploy_source_date_epoch.285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_package_setscene.d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_package.d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_package_qa_setscene.2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_package_qa.2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_package_write_rpm_setscene.5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_package_write_rpm.5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_packagedata_setscene.004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_packagedata.004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_populate_lic_setscene.fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_populate_lic.fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_populate_sysroot_setscene.da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_populate_sysroot.da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_recipe_qa_setscene.704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_recipe_qa.704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_runtime_spdx_setscene.b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_runtime_spdx.b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_spdx_setscene.24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_spdx.24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_deploy_source_date_epoch_setscene.0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_deploy_source_date_epoch.0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_setscene.bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package.bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_qa_setscene.937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_qa.937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_rpm_setscene.7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_rpm.7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_packagedata_setscene.f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_packagedata.f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_lic_setscene.a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_lic.a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_sysroot_setscene.64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_sysroot.64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_recipe_qa_setscene.48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_recipe_qa.48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_runtime_spdx_setscene.c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_runtime_spdx.c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_spdx_setscene.bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_spdx.bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_deploy_source_date_epoch_setscene.88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_deploy_source_date_epoch.88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_setscene.17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package.17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_qa_setscene.0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_qa.0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_rpm_setscene.66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_rpm.66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_packagedata_setscene.327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_packagedata.327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_lic_setscene.fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_lic.fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_sysroot_setscene.83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_sysroot.83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_recipe_qa_setscene.a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_recipe_qa.a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_create_runtime_spdx_setscene.55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_create_runtime_spdx.55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_create_spdx_setscene.fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_create_spdx.fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_deploy_source_date_epoch_setscene.e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_deploy_source_date_epoch.e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_package_setscene.a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_package.a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_package_qa_setscene.ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_package_qa.ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_package_write_rpm_setscene.aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_package_write_rpm.aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_packagedata_setscene.4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_packagedata.4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_populate_lic_setscene.9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_populate_lic.9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_populate_sysroot_setscene.92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_populate_sysroot.92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_recipe_qa_setscene.9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_recipe_qa.9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_runtime_spdx_setscene.1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_runtime_spdx.1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_spdx_setscene.1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_spdx.1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_deploy_source_date_epoch_setscene.dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_deploy_source_date_epoch.dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_setscene.73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package.73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_qa_setscene.bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_qa.bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_rpm_setscene.a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_rpm.a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_packagedata_setscene.a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_packagedata.a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_lic_setscene.c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_lic.c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_sysroot_setscene.d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_sysroot.d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_recipe_qa_setscene.95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_recipe_qa.95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_create_runtime_spdx_setscene.28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_create_runtime_spdx.28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_create_spdx_setscene.11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_create_spdx.11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_deploy_source_date_epoch_setscene.f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_deploy_source_date_epoch.f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_package_setscene.4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_package.4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_package_qa_setscene.24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_package_qa.24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_package_write_rpm_setscene.1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_package_write_rpm.1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_packagedata_setscene.febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_packagedata.febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_populate_lic_setscene.0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_populate_lic.0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_populate_sysroot_setscene.dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_populate_sysroot.dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_recipe_qa_setscene.40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_recipe_qa.40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_runtime_spdx_setscene.3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_runtime_spdx.3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_spdx_setscene.e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_spdx.e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_deploy_source_date_epoch_setscene.3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_deploy_source_date_epoch.3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_setscene.d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package.d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_qa_setscene.ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_qa.ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_rpm_setscene.fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_rpm.fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_packagedata_setscene.d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_packagedata.d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_lic_setscene.dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_lic.dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_sysroot_setscene.1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_sysroot.1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_recipe_qa_setscene.e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_recipe_qa.e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_create_runtime_spdx_setscene.2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_create_runtime_spdx.2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_create_spdx_setscene.54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_create_spdx.54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_deploy_source_date_epoch_setscene.3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_deploy_source_date_epoch.3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_package_setscene.a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_package.a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_package_qa_setscene.8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_package_qa.8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_package_write_rpm_setscene.c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_package_write_rpm.c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_packagedata_setscene.e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_packagedata.e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_populate_lic_setscene.3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_populate_lic.3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_populate_sysroot_setscene.d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_populate_sysroot.d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_recipe_qa_setscene.4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_recipe_qa.4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_create_runtime_spdx_setscene.06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_create_runtime_spdx.06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_create_spdx_setscene.576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_create_spdx.576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_deploy_source_date_epoch_setscene.3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_deploy_source_date_epoch.3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_package_setscene.e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_package.e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_package_qa_setscene.3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_package_qa.3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_package_write_rpm_setscene.23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_package_write_rpm.23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_packagedata_setscene.864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_packagedata.864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_populate_lic_setscene.6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_populate_lic.6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_populate_sysroot_setscene.630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_populate_sysroot.630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_recipe_qa_setscene.d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_recipe_qa.d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_runtime_spdx_setscene.0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_runtime_spdx.0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_spdx_setscene.13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_spdx.13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_deploy_source_date_epoch_setscene.ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_deploy_source_date_epoch.ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_setscene.2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package.2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_qa_setscene.f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_qa.f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_rpm_setscene.0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_rpm.0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_packagedata_setscene.3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_packagedata.3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_lic_setscene.457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_lic.457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_sysroot_setscene.8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_sysroot.8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_recipe_qa_setscene.5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_recipe_qa.5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_runtime_spdx_setscene.03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_runtime_spdx.03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_spdx_setscene.b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_spdx.b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_deploy_source_date_epoch_setscene.908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_deploy_source_date_epoch.908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_setscene.fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package.fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_qa_setscene.b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_qa.b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_rpm_setscene.5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_rpm.5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_packagedata_setscene.e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_packagedata.e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_lic_setscene.30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_lic.30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_sysroot_setscene.b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_sysroot.b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_recipe_qa_setscene.19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_recipe_qa.19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_create_runtime_spdx_setscene.559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_create_runtime_spdx.559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_create_spdx_setscene.b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_create_spdx.b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_deploy_source_date_epoch_setscene.4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_deploy_source_date_epoch.4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_package_setscene.bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_package.bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_package_qa_setscene.3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_package_qa.3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_package_write_rpm_setscene.9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_package_write_rpm.9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_packagedata_setscene.1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_packagedata.1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_populate_lic_setscene.7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_populate_lic.7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_populate_sysroot_setscene.a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_populate_sysroot.a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_recipe_qa_setscene.1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_recipe_qa.1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_runtime_spdx_setscene.9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_runtime_spdx.9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_spdx_setscene.3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_spdx.3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_deploy_source_date_epoch_setscene.bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_deploy_source_date_epoch.bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_setscene.5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package.5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_qa_setscene.c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_qa.c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_rpm_setscene.ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_rpm.ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_packagedata_setscene.509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_packagedata.509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_lic_setscene.7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_lic.7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_sysroot_setscene.5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_sysroot.5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_recipe_qa_setscene.9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_recipe_qa.9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_runtime_spdx_setscene.eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_runtime_spdx.eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_spdx_setscene.ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_spdx.ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_deploy_source_date_epoch_setscene.0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_deploy_source_date_epoch.0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_setscene.ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package.ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_qa_setscene.9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_qa.9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_rpm_setscene.c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_rpm.c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_packagedata_setscene.c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_packagedata.c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_lic_setscene.116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_lic.116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_sysroot_setscene.0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_sysroot.0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_recipe_qa_setscene.a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_recipe_qa.a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_create_runtime_spdx_setscene.88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_create_runtime_spdx.88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_create_spdx_setscene.f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_create_spdx.f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_deploy_source_date_epoch_setscene.35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_deploy_source_date_epoch.35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_package_setscene.ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_package.ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_package_qa_setscene.25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_package_qa.25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_package_write_rpm_setscene.93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_package_write_rpm.93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_packagedata_setscene.ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_packagedata.ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_populate_lic_setscene.17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_populate_lic.17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_populate_sysroot_setscene.7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_populate_sysroot.7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_recipe_qa_setscene.e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_recipe_qa.e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_runtime_spdx_setscene.74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_runtime_spdx.74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_spdx_setscene.e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_spdx.e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_deploy_source_date_epoch_setscene.846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_deploy_source_date_epoch.846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_setscene.20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package.20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_qa_setscene.f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_qa.f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_rpm_setscene.4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_rpm.4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_packagedata_setscene.8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_packagedata.8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_lic_setscene.46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_lic.46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_sysroot_setscene.453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_sysroot.453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_recipe_qa_setscene.b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_recipe_qa.b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_runtime_spdx_setscene.efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_runtime_spdx.efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_spdx_setscene.15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_spdx.15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_deploy_source_date_epoch_setscene.d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_deploy_source_date_epoch.d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_setscene.fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package.fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_qa_setscene.a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_qa.a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_rpm_setscene.c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_rpm.c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_packagedata_setscene.552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_packagedata.552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_lic_setscene.e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_lic.e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_sysroot_setscene.3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_sysroot.3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_recipe_qa_setscene.4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_recipe_qa.4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_runtime_spdx_setscene.aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_runtime_spdx.aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_spdx_setscene.6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_spdx.6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_deploy_source_date_epoch_setscene.2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_deploy_source_date_epoch.2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_setscene.b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package.b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_qa_setscene.b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_qa.b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_rpm_setscene.2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_rpm.2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_packagedata_setscene.b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_packagedata.b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_lic_setscene.8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_lic.8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_sysroot_setscene.a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_sysroot.a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_recipe_qa_setscene.bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_recipe_qa.bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_create_runtime_spdx_setscene.adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_create_runtime_spdx.adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_create_spdx_setscene.58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_create_spdx.58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_deploy_source_date_epoch_setscene.1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_deploy_source_date_epoch.1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_package_setscene.3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_package.3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_package_qa_setscene.3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_package_qa.3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_package_write_rpm_setscene.173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_package_write_rpm.173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_packagedata_setscene.572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_packagedata.572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_populate_lic_setscene.405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_populate_lic.405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_populate_sysroot_setscene.7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_populate_sysroot.7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_recipe_qa_setscene.dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_recipe_qa.dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_create_runtime_spdx_setscene.7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_create_runtime_spdx.7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_create_spdx_setscene.a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_create_spdx.a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_deploy_source_date_epoch_setscene.b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_deploy_source_date_epoch.b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_package_setscene.dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_package.dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_package_qa_setscene.117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_package_qa.117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_package_write_rpm_setscene.9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_package_write_rpm.9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_packagedata_setscene.b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_packagedata.b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_populate_lic_setscene.dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_populate_lic.dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_populate_sysroot_setscene.5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_populate_sysroot.5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_recipe_qa_setscene.c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_recipe_qa.c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_create_runtime_spdx_setscene.482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_create_runtime_spdx.482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_create_spdx_setscene.e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_create_spdx.e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_deploy_source_date_epoch_setscene.8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_deploy_source_date_epoch.8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_package_setscene.40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_package.40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_package_qa_setscene.1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_package_qa.1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_package_write_rpm_setscene.c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_package_write_rpm.c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_packagedata_setscene.c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_packagedata.c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_populate_lic_setscene.1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_populate_lic.1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_populate_sysroot_setscene.60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_populate_sysroot.60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_recipe_qa_setscene.f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_recipe_qa.f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_create_runtime_spdx_setscene.0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_create_runtime_spdx.0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_create_spdx_setscene.aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_create_spdx.aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_deploy_source_date_epoch_setscene.3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_deploy_source_date_epoch.3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_package_setscene.3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_package.3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_package_qa_setscene.0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_package_qa.0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_package_write_rpm_setscene.8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_package_write_rpm.8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_packagedata_setscene.3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_packagedata.3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_populate_lic_setscene.9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_populate_lic.9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_populate_sysroot_setscene.9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_populate_sysroot.9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_recipe_qa_setscene.df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_recipe_qa.df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_runtime_spdx_setscene.4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_runtime_spdx.4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_spdx_setscene.5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_spdx.5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_deploy_source_date_epoch_setscene.5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_deploy_source_date_epoch.5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_setscene.50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package.50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_qa_setscene.fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_qa.fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_rpm_setscene.9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_rpm.9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_packagedata_setscene.78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_packagedata.78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_lic_setscene.e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_lic.e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_sysroot_setscene.bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_sysroot.bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_recipe_qa_setscene.a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_recipe_qa.a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_runtime_spdx_setscene.fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_runtime_spdx.fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_spdx_setscene.578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_spdx.578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_deploy_source_date_epoch_setscene.b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_deploy_source_date_epoch.b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_setscene.40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package.40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_qa_setscene.e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_qa.e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_rpm_setscene.58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_rpm.58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_packagedata_setscene.939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_packagedata.939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_lic_setscene.14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_lic.14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_sysroot_setscene.1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_sysroot.1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_recipe_qa_setscene.bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_recipe_qa.bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_create_runtime_spdx_setscene.0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_create_runtime_spdx.0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_create_spdx_setscene.0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_create_spdx.0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_deploy_source_date_epoch_setscene.c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_deploy_source_date_epoch.c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_package_setscene.674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_package.674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_package_qa_setscene.3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_package_qa.3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_package_write_rpm_setscene.d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_package_write_rpm.d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_packagedata_setscene.24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_packagedata.24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_populate_lic_setscene.c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_populate_lic.c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_populate_sysroot_setscene.543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_populate_sysroot.543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_recipe_qa_setscene.2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_recipe_qa.2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_runtime_spdx_setscene.db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_runtime_spdx.db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_spdx_setscene.5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_spdx.5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_deploy_source_date_epoch_setscene.a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_deploy_source_date_epoch.a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_setscene.8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package.8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_qa_setscene.5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_qa.5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_rpm_setscene.c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_rpm.c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_packagedata_setscene.499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_packagedata.499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_lic_setscene.78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_lic.78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_sysroot_setscene.c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_sysroot.c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_recipe_qa_setscene.17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_recipe_qa.17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_runtime_spdx_setscene.23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_runtime_spdx.23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_spdx_setscene.f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_spdx.f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_deploy_source_date_epoch_setscene.9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_deploy_source_date_epoch.9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_setscene.b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package.b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_qa_setscene.99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_qa.99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_rpm_setscene.68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_rpm.68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_packagedata_setscene.cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_packagedata.cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_lic_setscene.00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_lic.00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_sysroot_setscene.1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_sysroot.1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_recipe_qa_setscene.1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_recipe_qa.1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_runtime_spdx_setscene.3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_runtime_spdx.3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_spdx_setscene.f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_spdx.f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_deploy_source_date_epoch_setscene.f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_deploy_source_date_epoch.f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_setscene.060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package.060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_qa_setscene.a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_qa.a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_rpm_setscene.fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_rpm.fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_packagedata_setscene.de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_packagedata.de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_lic_setscene.b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_lic.b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_sysroot_setscene.6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_sysroot.6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_recipe_qa_setscene.b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_recipe_qa.b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_runtime_spdx_setscene.f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_runtime_spdx.f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_spdx_setscene.bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_spdx.bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_deploy_source_date_epoch_setscene.b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_deploy_source_date_epoch.b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_setscene.9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package.9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_qa_setscene.ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_qa.ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_rpm_setscene.7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_rpm.7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_packagedata_setscene.6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_packagedata.6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_lic_setscene.97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_lic.97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_sysroot_setscene.0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_sysroot.0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_recipe_qa_setscene.4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_recipe_qa.4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_runtime_spdx_setscene.2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_runtime_spdx.2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_spdx_setscene.f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_spdx.f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_deploy_source_date_epoch_setscene.db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_deploy_source_date_epoch.db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_setscene.5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package.5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_qa_setscene.2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_qa.2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_rpm_setscene.7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_rpm.7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_packagedata_setscene.7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_packagedata.7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_lic_setscene.a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_lic.a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_sysroot_setscene.abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_sysroot.abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_recipe_qa_setscene.ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_recipe_qa.ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_runtime_spdx_setscene.aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_runtime_spdx.aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_spdx_setscene.e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_spdx.e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_deploy_source_date_epoch_setscene.01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_deploy_source_date_epoch.01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_setscene.de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package.de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_qa_setscene.b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_qa.b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_rpm_setscene.4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_rpm.4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_packagedata_setscene.1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_packagedata.1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_lic_setscene.db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_lic.db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_sysroot_setscene.e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_sysroot.e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_recipe_qa_setscene.7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_recipe_qa.7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_create_runtime_spdx_setscene.dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_create_runtime_spdx.dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_create_spdx_setscene.57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_create_spdx.57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_deploy_source_date_epoch_setscene.8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_deploy_source_date_epoch.8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_package_setscene.6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_package.6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_package_qa_setscene.f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_package_qa.f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_package_write_rpm_setscene.e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_package_write_rpm.e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_packagedata_setscene.4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_packagedata.4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_populate_lic_setscene.fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_populate_lic.fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_populate_sysroot_setscene.2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_populate_sysroot.2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_recipe_qa_setscene.4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_recipe_qa.4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_runtime_spdx_setscene.fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_runtime_spdx.fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_spdx_setscene.b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_spdx.b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_deploy_source_date_epoch_setscene.c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_deploy_source_date_epoch.c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_setscene.d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package.d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_qa_setscene.d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_qa.d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_rpm_setscene.c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_rpm.c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_packagedata_setscene.ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_packagedata.ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_lic_setscene.e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_lic.e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_sysroot_setscene.739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_sysroot.739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_recipe_qa_setscene.95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_recipe_qa.95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_runtime_spdx_setscene.bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_runtime_spdx.bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_spdx_setscene.cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_spdx.cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_deploy_source_date_epoch_setscene.4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_deploy_source_date_epoch.4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_setscene.25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package.25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_qa_setscene.2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_qa.2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_rpm_setscene.bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_rpm.bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_packagedata_setscene.45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_packagedata.45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_lic_setscene.0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_lic.0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_sysroot_setscene.1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_sysroot.1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_recipe_qa_setscene.4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_recipe_qa.4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_create_runtime_spdx_setscene.a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_create_runtime_spdx.a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_create_spdx_setscene.29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_create_spdx.29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_deploy_source_date_epoch_setscene.d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_deploy_source_date_epoch.d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_package_setscene.b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_package.b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_package_qa_setscene.304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_package_qa.304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_package_write_rpm_setscene.687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_package_write_rpm.687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_packagedata_setscene.7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_packagedata.7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_populate_lic_setscene.9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_populate_lic.9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_populate_sysroot_setscene.f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_populate_sysroot.f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_recipe_qa_setscene.d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_recipe_qa.d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_runtime_spdx_setscene.943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_runtime_spdx.943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_spdx_setscene.a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_spdx.a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_deploy_source_date_epoch_setscene.c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_deploy_source_date_epoch.c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_setscene.55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package.55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_qa_setscene.d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_qa.d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_rpm_setscene.43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_rpm.43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_packagedata_setscene.e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_packagedata.e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_lic_setscene.9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_lic.9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_sysroot_setscene.4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_sysroot.4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_recipe_qa_setscene.2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_recipe_qa.2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_runtime_spdx_setscene.65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_runtime_spdx.65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_spdx_setscene.2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_spdx.2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_deploy_source_date_epoch_setscene.6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_deploy_source_date_epoch.6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_setscene.0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package.0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_qa_setscene.d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_qa.d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_rpm_setscene.57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_rpm.57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_packagedata_setscene.6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_packagedata.6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_lic_setscene.78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_lic.78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_sysroot_setscene.37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_sysroot.37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_recipe_qa_setscene.e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_recipe_qa.e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_runtime_spdx_setscene.60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_runtime_spdx.60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_spdx_setscene.0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_spdx.0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_deploy_source_date_epoch_setscene.466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_deploy_source_date_epoch.466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_setscene.84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package.84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_qa_setscene.ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_qa.ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_rpm_setscene.f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_rpm.f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_packagedata_setscene.63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_packagedata.63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_lic_setscene.6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_lic.6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_sysroot_setscene.6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_sysroot.6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_recipe_qa_setscene.6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_recipe_qa.6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_create_runtime_spdx_setscene.9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_create_runtime_spdx.9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_create_spdx_setscene.6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_create_spdx.6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_deploy_source_date_epoch_setscene.de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_deploy_source_date_epoch.de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_package_setscene.2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_package.2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_package_qa_setscene.e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_package_qa.e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_package_write_rpm_setscene.094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_package_write_rpm.094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_packagedata_setscene.784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_packagedata.784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_populate_lic_setscene.51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_populate_lic.51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_populate_sysroot_setscene.8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_populate_sysroot.8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_recipe_qa_setscene.f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_recipe_qa.f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_create_runtime_spdx_setscene.068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_create_runtime_spdx.068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_create_spdx_setscene.ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_create_spdx.ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_deploy_source_date_epoch_setscene.10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_deploy_source_date_epoch.10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_package_setscene.6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_package.6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_package_qa_setscene.400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_package_qa.400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_package_write_rpm_setscene.a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_package_write_rpm.a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_packagedata_setscene.1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_packagedata.1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_populate_lic_setscene.f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_populate_lic.f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_populate_sysroot_setscene.8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_populate_sysroot.8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_recipe_qa_setscene.3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_recipe_qa.3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_create_runtime_spdx_setscene.4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_create_runtime_spdx.4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_create_spdx_setscene.eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_create_spdx.eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_deploy_source_date_epoch_setscene.87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_deploy_source_date_epoch.87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_package_setscene.cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_package.cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_package_qa_setscene.f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_package_qa.f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_package_write_rpm_setscene.a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_package_write_rpm.a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_packagedata_setscene.c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_packagedata.c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_populate_lic_setscene.e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_populate_lic.e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_recipe_qa_setscene.fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_recipe_qa.fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_runtime_spdx_setscene.cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_runtime_spdx.cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_spdx_setscene.2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_spdx.2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_deploy_source_date_epoch_setscene.0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_deploy_source_date_epoch.0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_setscene.8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package.8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_qa_setscene.22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_qa.22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_rpm_setscene.cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_rpm.cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_packagedata_setscene.fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_packagedata.fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_lic_setscene.1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_lic.1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_sysroot_setscene.a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_sysroot.a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_recipe_qa_setscene.7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_recipe_qa.7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_create_runtime_spdx_setscene.5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_create_runtime_spdx.5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_create_spdx_setscene.35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_create_spdx.35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_deploy_source_date_epoch_setscene.7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_deploy_source_date_epoch.7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_package_setscene.7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_package.7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_package_qa_setscene.d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_package_qa.d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_package_write_rpm_setscene.22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_package_write_rpm.22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_packagedata_setscene.95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_packagedata.95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_populate_lic_setscene.0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_populate_lic.0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_populate_sysroot_setscene.bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_populate_sysroot.bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_recipe_qa_setscene.e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_recipe_qa.e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_runtime_spdx_setscene.a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_runtime_spdx.a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_spdx_setscene.e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_spdx.e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_deploy_source_date_epoch_setscene.38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_deploy_source_date_epoch.38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_setscene.6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package.6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_qa_setscene.8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_qa.8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_rpm_setscene.dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_rpm.dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_packagedata_setscene.bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_packagedata.bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_lic_setscene.b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_lic.b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_sysroot_setscene.21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_sysroot.21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_recipe_qa_setscene.a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_recipe_qa.a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_create_runtime_spdx_setscene.5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_create_runtime_spdx.5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_create_spdx_setscene.a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_create_spdx.a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_deploy_source_date_epoch_setscene.f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_deploy_source_date_epoch.f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_package_setscene.f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_package.f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_package_qa_setscene.f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_package_qa.f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_package_write_rpm_setscene.d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_package_write_rpm.d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_packagedata_setscene.fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_packagedata.fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_populate_lic_setscene.e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_populate_lic.e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_populate_sysroot_setscene.f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_populate_sysroot.f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_recipe_qa_setscene.f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_recipe_qa.f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_create_runtime_spdx_setscene.72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_create_runtime_spdx.72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_create_spdx_setscene.8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_create_spdx.8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_deploy_source_date_epoch_setscene.192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_deploy_source_date_epoch.192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_package_setscene.92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_package.92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_package_qa_setscene.015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_package_qa.015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_package_write_rpm_setscene.f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_package_write_rpm.f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_packagedata_setscene.f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_packagedata.f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_populate_lic_setscene.66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_populate_lic.66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_populate_sysroot_setscene.f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_populate_sysroot.f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_recipe_qa_setscene.5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_recipe_qa.5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_runtime_spdx_setscene.51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_runtime_spdx.51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_spdx_setscene.64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_spdx.64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_deploy_source_date_epoch_setscene.a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_deploy_source_date_epoch.a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_setscene.85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package.85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_qa_setscene.014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_qa.014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_rpm_setscene.2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_rpm.2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_packagedata_setscene.347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_packagedata.347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_lic_setscene.ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_lic.ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_sysroot_setscene.948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_sysroot.948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_recipe_qa_setscene.82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_recipe_qa.82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_create_runtime_spdx_setscene.b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_create_runtime_spdx.b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_create_spdx_setscene.43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_create_spdx.43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_deploy_source_date_epoch_setscene.d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_deploy_source_date_epoch.d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_populate_lic_setscene.830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_populate_lic.830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_populate_sysroot_setscene.804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_populate_sysroot.804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_recipe_qa_setscene.6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_recipe_qa.6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_deploy_source_date_epoch_setscene.9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_deploy_source_date_epoch.9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_populate_lic_setscene.af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_populate_lic.af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_populate_sysroot_setscene.4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_populate_sysroot.4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_recipe_qa_setscene.48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_recipe_qa.48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_runtime_spdx_setscene.dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_runtime_spdx.dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_spdx_setscene.72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_spdx.72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_deploy_source_date_epoch_setscene.b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_deploy_source_date_epoch.b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_lic_setscene.4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_lic.4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_sysroot_setscene.32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_sysroot.32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_recipe_qa_setscene.1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_recipe_qa.1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_runtime_spdx_setscene.b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_runtime_spdx.b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_spdx_setscene.e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_spdx.e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_deploy_source_date_epoch_setscene.bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_deploy_source_date_epoch.bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_lic_setscene.8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_lic.8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_sysroot_setscene.002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_sysroot.002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_recipe_qa_setscene.1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_recipe_qa.1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_create_runtime_spdx_setscene.7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_create_runtime_spdx.7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_create_spdx_setscene.043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_create_spdx.043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_deploy_source_date_epoch_setscene.bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_deploy_source_date_epoch.bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_populate_lic_setscene.105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_populate_lic.105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_populate_sysroot_setscene.abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_populate_sysroot.abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_recipe_qa_setscene.629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_recipe_qa.629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_create_runtime_spdx_setscene.fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_create_runtime_spdx.fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_create_spdx_setscene.e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_create_spdx.e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_deploy_source_date_epoch_setscene.42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_deploy_source_date_epoch.42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_populate_lic_setscene.4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_populate_lic.4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_populate_sysroot_setscene.ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_populate_sysroot.ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_recipe_qa_setscene.4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_recipe_qa.4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_create_runtime_spdx_setscene.ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_create_runtime_spdx.ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_create_spdx_setscene.193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_create_spdx.193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_deploy_source_date_epoch_setscene.d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_deploy_source_date_epoch.d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_populate_lic_setscene.7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_populate_lic.7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_populate_sysroot_setscene.51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_populate_sysroot.51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_recipe_qa_setscene.d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_recipe_qa.d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_create_runtime_spdx_setscene.3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_create_runtime_spdx.3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_create_spdx_setscene.42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_create_spdx.42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_deploy_source_date_epoch_setscene.b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_deploy_source_date_epoch.b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_populate_lic_setscene.dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_populate_lic.dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_populate_sysroot_setscene.d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_populate_sysroot.d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_recipe_qa_setscene.1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_recipe_qa.1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_create_runtime_spdx_setscene.d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_create_runtime_spdx.d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_create_spdx_setscene.bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_create_spdx.bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_deploy_source_date_epoch_setscene.df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_deploy_source_date_epoch.df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_populate_lic_setscene.643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_populate_lic.643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_populate_sysroot_setscene.fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_populate_sysroot.fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_recipe_qa_setscene.091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_recipe_qa.091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_runtime_spdx_setscene.68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_runtime_spdx.68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_spdx_setscene.32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_spdx.32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_deploy_source_date_epoch_setscene.b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_deploy_source_date_epoch.b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_lic_setscene.6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_lic.6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_sysroot_setscene.72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_sysroot.72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_recipe_qa_setscene.52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_recipe_qa.52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_create_runtime_spdx_setscene.705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_create_runtime_spdx.705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_create_spdx_setscene.6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_create_spdx.6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_deploy_source_date_epoch_setscene.90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_deploy_source_date_epoch.90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_populate_lic_setscene.42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_populate_lic.42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_populate_sysroot_setscene.ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_populate_sysroot.ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_recipe_qa_setscene.f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_recipe_qa.f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_runtime_spdx_setscene.c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_runtime_spdx.c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_spdx_setscene.4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_spdx.4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_deploy_source_date_epoch_setscene.a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_deploy_source_date_epoch.a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_lic_setscene.ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_lic.ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_sysroot_setscene.ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_sysroot.ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_recipe_qa_setscene.2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_recipe_qa.2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_runtime_spdx_setscene.72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_runtime_spdx.72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_spdx_setscene.e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_spdx.e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_deploy_source_date_epoch_setscene.93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_deploy_source_date_epoch.93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_lic_setscene.9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_lic.9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_sysroot_setscene.34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_sysroot.34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_recipe_qa_setscene.3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_recipe_qa.3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_create_runtime_spdx_setscene.a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_create_runtime_spdx.a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_create_spdx_setscene.63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_create_spdx.63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_deploy_source_date_epoch_setscene.1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_deploy_source_date_epoch.1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_populate_lic_setscene.ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_populate_lic.ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_populate_sysroot_setscene.424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_populate_sysroot.424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_recipe_qa_setscene.f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_recipe_qa.f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_runtime_spdx_setscene.9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_runtime_spdx.9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_spdx_setscene.ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_spdx.ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_deploy_source_date_epoch_setscene.785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_deploy_source_date_epoch.785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_lic_setscene.036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_lic.036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_sysroot_setscene.15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_sysroot.15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_recipe_qa_setscene.b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_recipe_qa.b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_runtime_spdx_setscene.ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_runtime_spdx.ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_spdx_setscene.8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_spdx.8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_deploy_source_date_epoch_setscene.34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_deploy_source_date_epoch.34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_lic_setscene.07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_lic.07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_sysroot_setscene.a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_sysroot.a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_recipe_qa_setscene.0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_recipe_qa.0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_runtime_spdx_setscene.5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_runtime_spdx.5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_spdx_setscene.f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_spdx.f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_deploy_source_date_epoch_setscene.a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_deploy_source_date_epoch.a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_lic_setscene.a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_lic.a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_sysroot_setscene.35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_sysroot.35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_recipe_qa_setscene.257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_recipe_qa.257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_runtime_spdx_setscene.336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_runtime_spdx.336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_spdx_setscene.4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_spdx.4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_deploy_source_date_epoch_setscene.eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_deploy_source_date_epoch.eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_lic_setscene.21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_lic.21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_sysroot_setscene.1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_sysroot.1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_recipe_qa_setscene.a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_recipe_qa.a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_runtime_spdx_setscene.0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_runtime_spdx.0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_spdx_setscene.4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_spdx.4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_deploy_source_date_epoch_setscene.0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_deploy_source_date_epoch.0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_lic_setscene.ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_lic.ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_sysroot_setscene.f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_sysroot.f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_recipe_qa_setscene.76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_recipe_qa.76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_create_runtime_spdx_setscene.e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_create_runtime_spdx.e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_create_spdx_setscene.5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_create_spdx.5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_deploy_source_date_epoch_setscene.af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_deploy_source_date_epoch.af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_populate_lic_setscene.da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_populate_lic.da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_populate_sysroot_setscene.6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_populate_sysroot.6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_recipe_qa_setscene.80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_recipe_qa.80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_runtime_spdx_setscene.06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_runtime_spdx.06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_spdx_setscene.e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_spdx.e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_deploy_source_date_epoch_setscene.16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_deploy_source_date_epoch.16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_lic_setscene.f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_lic.f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_sysroot_setscene.dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_sysroot.dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_recipe_qa_setscene.ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_recipe_qa.ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_create_runtime_spdx_setscene.21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_create_runtime_spdx.21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_create_spdx_setscene.090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_create_spdx.090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_deploy_source_date_epoch_setscene.ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_deploy_source_date_epoch.ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_populate_lic_setscene.3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_populate_lic.3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_populate_sysroot_setscene.7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_populate_sysroot.7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_recipe_qa_setscene.9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_recipe_qa.9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_runtime_spdx_setscene.72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_runtime_spdx.72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_spdx_setscene.a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_spdx.a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_deploy_source_date_epoch_setscene.7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_deploy_source_date_epoch.7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_lic_setscene.aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_lic.aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_sysroot_setscene.22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_sysroot.22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_recipe_qa_setscene.2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_recipe_qa.2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_runtime_spdx_setscene.6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_runtime_spdx.6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_spdx_setscene.f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_spdx.f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_deploy_source_date_epoch_setscene.da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_deploy_source_date_epoch.da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_lic_setscene.e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_lic.e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_sysroot_setscene.6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_sysroot.6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_recipe_qa_setscene.906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_recipe_qa.906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dpkg-native/1.22.0.do_deploy_source_date_epoch_setscene.fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dpkg-native/1.22.0.do_deploy_source_date_epoch.fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dpkg-native/1.22.0.do_populate_sysroot_setscene.eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dpkg-native/1.22.0.do_populate_sysroot.eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dpkg-native/1.22.0.do_recipe_qa_setscene.3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dpkg-native/1.22.0.do_recipe_qa.3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_runtime_spdx_setscene.4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_runtime_spdx.4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_spdx_setscene.d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_spdx.d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_deploy_source_date_epoch_setscene.385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_deploy_source_date_epoch.385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_lic_setscene.1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_lic.1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_sysroot_setscene.62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_sysroot.62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_recipe_qa_setscene.b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_recipe_qa.b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_runtime_spdx_setscene.89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_runtime_spdx.89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_spdx_setscene.fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_spdx.fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_deploy_source_date_epoch_setscene.94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_deploy_source_date_epoch.94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_lic_setscene.c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_lic.c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_sysroot_setscene.af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_sysroot.af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_recipe_qa_setscene.708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_recipe_qa.708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_create_runtime_spdx_setscene.671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_create_runtime_spdx.671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_create_spdx_setscene.1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_create_spdx.1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_deploy_source_date_epoch_setscene.8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_deploy_source_date_epoch.8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_populate_lic_setscene.d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_populate_lic.d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_populate_sysroot_setscene.7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_populate_sysroot.7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_recipe_qa_setscene.51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_recipe_qa.51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_create_runtime_spdx_setscene.e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_create_runtime_spdx.e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_create_spdx_setscene.53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_create_spdx.53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_deploy_source_date_epoch_setscene.c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_deploy_source_date_epoch.c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_lic_setscene.3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_lic.3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_sysroot_setscene.a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_sysroot.a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_recipe_qa_setscene.7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_recipe_qa.7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_runtime_spdx_setscene.a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_runtime_spdx.a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_spdx_setscene.1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_spdx.1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_deploy_source_date_epoch_setscene.b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_deploy_source_date_epoch.b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_lic_setscene.8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_lic.8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_sysroot_setscene.17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_sysroot.17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_recipe_qa_setscene.6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_recipe_qa.6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_create_runtime_spdx_setscene.918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_create_runtime_spdx.918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_create_spdx_setscene.ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_create_spdx.ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_deploy_source_date_epoch_setscene.0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_deploy_source_date_epoch.0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_populate_lic_setscene.86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_populate_lic.86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_populate_sysroot_setscene.1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_populate_sysroot.1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_recipe_qa_setscene.20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_recipe_qa.20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_runtime_spdx_setscene.dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_runtime_spdx.dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_spdx_setscene.901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_spdx.901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_deploy_source_date_epoch_setscene.67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_deploy_source_date_epoch.67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_lic_setscene.2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_lic.2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_sysroot_setscene.533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_sysroot.533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_recipe_qa_setscene.15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_recipe_qa.15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_runtime_spdx_setscene.44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_runtime_spdx.44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_spdx_setscene.e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_spdx.e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_deploy_source_date_epoch_setscene.d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_deploy_source_date_epoch.d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_lic_setscene.f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_lic.f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_sysroot_setscene.2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_sysroot.2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_recipe_qa_setscene.14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_recipe_qa.14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_runtime_spdx_setscene.2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_runtime_spdx.2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_spdx_setscene.d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_spdx.d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_deploy_source_date_epoch_setscene.5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_deploy_source_date_epoch.5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_lic_setscene.3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_lic.3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_sysroot_setscene.9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_sysroot.9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_recipe_qa_setscene.19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_recipe_qa.19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_create_runtime_spdx_setscene.8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_create_runtime_spdx.8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_create_spdx_setscene.da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_create_spdx.da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_deploy_source_date_epoch_setscene.de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_deploy_source_date_epoch.de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_populate_lic_setscene.dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_populate_lic.dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_populate_sysroot_setscene.b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_populate_sysroot.b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_recipe_qa_setscene.e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_recipe_qa.e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_create_runtime_spdx_setscene.a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_create_runtime_spdx.a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_create_spdx_setscene.6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_create_spdx.6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_deploy_source_date_epoch_setscene.fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_deploy_source_date_epoch.fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_populate_lic_setscene.53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_populate_lic.53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_populate_sysroot_setscene.080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_populate_sysroot.080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_recipe_qa_setscene.aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_recipe_qa.aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_create_runtime_spdx_setscene.e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_create_runtime_spdx.e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_create_spdx_setscene.4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_create_spdx.4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_deploy_source_date_epoch_setscene.3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_deploy_source_date_epoch.3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_populate_lic_setscene.7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_populate_lic.7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_populate_sysroot_setscene.f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_populate_sysroot.f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_recipe_qa_setscene.2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_recipe_qa.2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_runtime_spdx_setscene.212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_runtime_spdx.212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_spdx_setscene.21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_spdx.21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_deploy_source_date_epoch_setscene.da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_deploy_source_date_epoch.da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_lic_setscene.dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_lic.dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_sysroot_setscene.a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_sysroot.a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_recipe_qa_setscene.4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_recipe_qa.4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_create_runtime_spdx_setscene.2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_create_runtime_spdx.2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_create_spdx_setscene.4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_create_spdx.4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_deploy_source_date_epoch_setscene.07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_deploy_source_date_epoch.07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_populate_lic_setscene.7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_populate_lic.7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_populate_sysroot_setscene.f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_populate_sysroot.f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_recipe_qa_setscene.2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_recipe_qa.2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_deploy_source_date_epoch_setscene.e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_deploy_source_date_epoch.e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_populate_lic_setscene.7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_populate_lic.7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_populate_sysroot_setscene.93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_populate_sysroot.93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_recipe_qa_setscene.a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_recipe_qa.a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_runtime_spdx_setscene.a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_runtime_spdx.a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_spdx_setscene.20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_spdx.20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_deploy_source_date_epoch_setscene.62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_deploy_source_date_epoch.62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_lic_setscene.ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_lic.ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_sysroot_setscene.270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_sysroot.270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_recipe_qa_setscene.c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_recipe_qa.c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_runtime_spdx_setscene.4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_runtime_spdx.4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_spdx_setscene.f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_spdx.f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_deploy_source_date_epoch_setscene.865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_deploy_source_date_epoch.865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_lic_setscene.cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_lic.cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_sysroot_setscene.95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_sysroot.95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_recipe_qa_setscene.95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_recipe_qa.95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_runtime_spdx_setscene.aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_runtime_spdx.aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_spdx_setscene.4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_spdx.4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_deploy_source_date_epoch_setscene.706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_deploy_source_date_epoch.706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_lic_setscene.12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_lic.12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_sysroot_setscene.8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_sysroot.8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_recipe_qa_setscene.bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_recipe_qa.bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_create_runtime_spdx_setscene.a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_create_runtime_spdx.a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_create_spdx_setscene.3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_create_spdx.3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_deploy_source_date_epoch_setscene.8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_deploy_source_date_epoch.8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_populate_lic_setscene.4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_populate_lic.4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_populate_sysroot_setscene.ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_populate_sysroot.ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_recipe_qa_setscene.451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_recipe_qa.451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_create_runtime_spdx_setscene.8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_create_runtime_spdx.8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_create_spdx_setscene.c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_create_spdx.c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_deploy_source_date_epoch_setscene.e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_deploy_source_date_epoch.e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_populate_lic_setscene.e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_populate_lic.e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_populate_sysroot_setscene.38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_populate_sysroot.38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_recipe_qa_setscene.19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_recipe_qa.19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_create_runtime_spdx_setscene.823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_create_runtime_spdx.823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_create_spdx_setscene.fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_create_spdx.fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_deploy_source_date_epoch_setscene.08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_deploy_source_date_epoch.08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_populate_lic_setscene.098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_populate_lic.098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_populate_sysroot_setscene.6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_populate_sysroot.6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_recipe_qa_setscene.b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_recipe_qa.b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_runtime_spdx_setscene.5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_runtime_spdx.5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_spdx_setscene.a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_spdx.a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_deploy_source_date_epoch_setscene.a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_deploy_source_date_epoch.a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_lic_setscene.d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_lic.d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_sysroot_setscene.2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_sysroot.2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_recipe_qa_setscene.4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_recipe_qa.4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_create_runtime_spdx_setscene.3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_create_runtime_spdx.3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_create_spdx_setscene.85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_create_spdx.85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_deploy_source_date_epoch_setscene.904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_deploy_source_date_epoch.904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_populate_lic_setscene.61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_populate_lic.61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_populate_sysroot_setscene.daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_populate_sysroot.daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_recipe_qa_setscene.78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_recipe_qa.78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_runtime_spdx_setscene.e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_runtime_spdx.e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_spdx_setscene.d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_spdx.d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_deploy_source_date_epoch_setscene.57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_deploy_source_date_epoch.57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_lic_setscene.2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_lic.2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_sysroot_setscene.977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_sysroot.977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_recipe_qa_setscene.d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_recipe_qa.d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_runtime_spdx_setscene.9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_runtime_spdx.9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_spdx_setscene.2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_spdx.2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_deploy_source_date_epoch_setscene.e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_deploy_source_date_epoch.e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_lic_setscene.14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_lic.14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_sysroot_setscene.98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_sysroot.98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_recipe_qa_setscene.ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_recipe_qa.ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_create_runtime_spdx_setscene.158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_create_runtime_spdx.158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_create_spdx_setscene.0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_create_spdx.0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_deploy_source_date_epoch_setscene.4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_deploy_source_date_epoch.4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_populate_lic_setscene.844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_populate_lic.844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_populate_sysroot_setscene.ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_populate_sysroot.ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_recipe_qa_setscene.341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_recipe_qa.341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_runtime_spdx_setscene.5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_runtime_spdx.5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_spdx_setscene.b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_spdx.b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_deploy_source_date_epoch_setscene.29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_deploy_source_date_epoch.29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_lic_setscene.18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_lic.18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_sysroot_setscene.49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_sysroot.49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_recipe_qa_setscene.8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_recipe_qa.8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_runtime_spdx_setscene.9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_runtime_spdx.9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_spdx_setscene.3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_spdx.3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_deploy_source_date_epoch_setscene.7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_deploy_source_date_epoch.7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_lic_setscene.f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_lic.f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_sysroot_setscene.b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_sysroot.b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_recipe_qa_setscene.82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_recipe_qa.82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_runtime_spdx_setscene.2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_runtime_spdx.2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_spdx_setscene.e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_spdx.e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_deploy_source_date_epoch_setscene.53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_deploy_source_date_epoch.53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_lic_setscene.e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_lic.e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_sysroot_setscene.2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_sysroot.2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_recipe_qa_setscene.10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_recipe_qa.10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_runtime_spdx_setscene.54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_runtime_spdx.54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_spdx_setscene.4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_spdx.4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_deploy_source_date_epoch_setscene.0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_deploy_source_date_epoch.0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_lic_setscene.a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_lic.a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_sysroot_setscene.ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_sysroot.ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_recipe_qa_setscene.6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_recipe_qa.6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_create_runtime_spdx_setscene.937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_create_runtime_spdx.937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_create_spdx_setscene.7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_create_spdx.7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_deploy_source_date_epoch_setscene.5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_deploy_source_date_epoch.5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_populate_lic_setscene.3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_populate_lic.3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_populate_sysroot_setscene.a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_populate_sysroot.a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_recipe_qa_setscene.50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_recipe_qa.50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_runtime_spdx_setscene.06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_runtime_spdx.06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_spdx_setscene.fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_spdx.fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_deploy_source_date_epoch_setscene.528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_deploy_source_date_epoch.528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_lic_setscene.0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_lic.0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_sysroot_setscene.672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_sysroot.672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_recipe_qa_setscene.f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_recipe_qa.f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_create_runtime_spdx_setscene.813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_create_runtime_spdx.813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_create_spdx_setscene.2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_create_spdx.2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_deploy_source_date_epoch_setscene.f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_deploy_source_date_epoch.f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_populate_lic_setscene.c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_populate_lic.c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_populate_sysroot_setscene.09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_populate_sysroot.09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_recipe_qa_setscene.62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_recipe_qa.62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_runtime_spdx_setscene.77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_runtime_spdx.77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_spdx_setscene.9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_spdx.9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_deploy_source_date_epoch_setscene.143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_deploy_source_date_epoch.143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_lic_setscene.cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_lic.cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_sysroot_setscene.4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_sysroot.4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_recipe_qa_setscene.fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_recipe_qa.fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_runtime_spdx_setscene.460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_runtime_spdx.460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_spdx_setscene.a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_spdx.a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_deploy_source_date_epoch_setscene.437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_deploy_source_date_epoch.437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_lic_setscene.ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_lic.ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_sysroot_setscene.fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_sysroot.fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_recipe_qa_setscene.05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_recipe_qa.05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_runtime_spdx_setscene.0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_runtime_spdx.0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_spdx_setscene.5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_spdx.5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_deploy_source_date_epoch_setscene.7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_deploy_source_date_epoch.7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_lic_setscene.89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_lic.89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_sysroot_setscene.313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_sysroot.313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_recipe_qa_setscene.14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_recipe_qa.14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_runtime_spdx_setscene.9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_runtime_spdx.9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_spdx_setscene.2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_spdx.2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_deploy_source_date_epoch_setscene.744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_deploy_source_date_epoch.744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_lic_setscene.34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_lic.34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_sysroot_setscene.10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_sysroot.10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_recipe_qa_setscene.3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_recipe_qa.3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_create_runtime_spdx_setscene.e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_create_runtime_spdx.e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_create_spdx_setscene.8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_create_spdx.8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_deploy_source_date_epoch_setscene.0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_deploy_source_date_epoch.0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_populate_lic_setscene.1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_populate_lic.1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_populate_sysroot_setscene.80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_populate_sysroot.80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_recipe_qa_setscene.d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_recipe_qa.d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_create_runtime_spdx_setscene.a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_create_runtime_spdx.a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_create_spdx_setscene.cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_create_spdx.cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_deploy_source_date_epoch_setscene.6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_deploy_source_date_epoch.6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_populate_lic_setscene.678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_populate_lic.678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_populate_sysroot_setscene.4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_populate_sysroot.4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_recipe_qa_setscene.67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_recipe_qa.67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_runtime_spdx_setscene.579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_runtime_spdx.579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_spdx_setscene.4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_spdx.4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_deploy_source_date_epoch_setscene.d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_deploy_source_date_epoch.d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_lic_setscene.b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_lic.b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_sysroot_setscene.46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_sysroot.46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_recipe_qa_setscene.20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_recipe_qa.20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_runtime_spdx_setscene.49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_runtime_spdx.49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_spdx_setscene.4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_spdx.4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_deploy_source_date_epoch_setscene.f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_deploy_source_date_epoch.f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_lic_setscene.bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_lic.bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_sysroot_setscene.92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_sysroot.92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_recipe_qa_setscene.16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_recipe_qa.16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_create_runtime_spdx_setscene.e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_create_runtime_spdx.e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_create_spdx_setscene.247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_create_spdx.247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_deploy_source_date_epoch_setscene.830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_deploy_source_date_epoch.830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_populate_lic_setscene.4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_populate_lic.4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_populate_sysroot_setscene.ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_populate_sysroot.ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_recipe_qa_setscene.eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_recipe_qa.eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_create_runtime_spdx_setscene.384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_create_runtime_spdx.384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_create_spdx_setscene.fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_create_spdx.fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_deploy_source_date_epoch_setscene.76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_deploy_source_date_epoch.76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_populate_lic_setscene.e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_populate_lic.e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_populate_sysroot_setscene.fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_populate_sysroot.fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_recipe_qa_setscene.47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_recipe_qa.47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_create_runtime_spdx_setscene.e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_create_runtime_spdx.e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_create_spdx_setscene.741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_create_spdx.741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_deploy_source_date_epoch_setscene.b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_deploy_source_date_epoch.b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_populate_lic_setscene.2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_populate_lic.2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_populate_sysroot_setscene.b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_populate_sysroot.b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_recipe_qa_setscene.13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_recipe_qa.13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_create_runtime_spdx_setscene.a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_create_runtime_spdx.a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_create_spdx_setscene.78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_create_spdx.78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_deploy_source_date_epoch_setscene.f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_deploy_source_date_epoch.f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_populate_lic_setscene.596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_populate_lic.596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_populate_sysroot_setscene.57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_populate_sysroot.57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_recipe_qa_setscene.fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_recipe_qa.fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_runtime_spdx_setscene.475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_runtime_spdx.475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_spdx_setscene.b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_spdx.b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_deploy_source_date_epoch_setscene.2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_deploy_source_date_epoch.2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_lic_setscene.a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_lic.a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_sysroot_setscene.db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_sysroot.db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_recipe_qa_setscene.e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_recipe_qa.e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_runtime_spdx_setscene.e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_runtime_spdx.e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_spdx_setscene.73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_spdx.73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_deploy_source_date_epoch_setscene.9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_deploy_source_date_epoch.9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_lic_setscene.e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_lic.e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_sysroot_setscene.e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_sysroot.e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_recipe_qa_setscene.7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_recipe_qa.7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_create_runtime_spdx_setscene.d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_create_runtime_spdx.d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_create_spdx_setscene.8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_create_spdx.8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_deploy_source_date_epoch_setscene.1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_deploy_source_date_epoch.1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_populate_lic_setscene.eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_populate_lic.eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_populate_sysroot_setscene.598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_populate_sysroot.598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_recipe_qa_setscene.798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_recipe_qa.798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_create_runtime_spdx_setscene.1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_create_runtime_spdx.1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_create_spdx_setscene.4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_create_spdx.4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_deploy_source_date_epoch_setscene.23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_deploy_source_date_epoch.23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_populate_lic_setscene.d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_populate_lic.d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_populate_sysroot_setscene.da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_populate_sysroot.da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_recipe_qa_setscene.e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_recipe_qa.e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_create_runtime_spdx_setscene.1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_create_runtime_spdx.1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_create_spdx_setscene.62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_create_spdx.62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_deploy_source_date_epoch_setscene.b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_deploy_source_date_epoch.b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_populate_lic_setscene.81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_populate_lic.81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_populate_sysroot_setscene.9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_populate_sysroot.9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_recipe_qa_setscene.74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_recipe_qa.74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_create_runtime_spdx_setscene.69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_create_runtime_spdx.69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_create_spdx_setscene.a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_create_spdx.a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_deploy_source_date_epoch_setscene.c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_deploy_source_date_epoch.c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_populate_lic_setscene.d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_populate_lic.d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_populate_sysroot_setscene.c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_populate_sysroot.c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_recipe_qa_setscene.073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_recipe_qa.073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_runtime_spdx_setscene.aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_runtime_spdx.aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_spdx_setscene.bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_spdx.bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_deploy_source_date_epoch_setscene.54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_deploy_source_date_epoch.54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_lic_setscene.9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_lic.9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_sysroot_setscene.50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_sysroot.50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_recipe_qa_setscene.2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_recipe_qa.2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_create_runtime_spdx_setscene.8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_create_runtime_spdx.8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_create_spdx_setscene.80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_create_spdx.80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_deploy_source_date_epoch_setscene.017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_deploy_source_date_epoch.017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_populate_lic_setscene.8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_populate_lic.8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_populate_sysroot_setscene.4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_populate_sysroot.4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_recipe_qa_setscene.19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_recipe_qa.19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_create_runtime_spdx_setscene.036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_create_runtime_spdx.036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_create_spdx_setscene.2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_create_spdx.2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_deploy_source_date_epoch_setscene.2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_deploy_source_date_epoch.2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_populate_lic_setscene.ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_populate_lic.ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_populate_sysroot_setscene.c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_populate_sysroot.c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_recipe_qa_setscene.9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_recipe_qa.9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_runtime_spdx_setscene.59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_runtime_spdx.59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_spdx_setscene.2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_spdx.2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_deploy_source_date_epoch_setscene.866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_deploy_source_date_epoch.866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_lic_setscene.d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_lic.d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_sysroot_setscene.1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_sysroot.1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_recipe_qa_setscene.9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_recipe_qa.9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_runtime_spdx_setscene.12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_runtime_spdx.12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_spdx_setscene.67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_spdx.67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_deploy_source_date_epoch_setscene.8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_deploy_source_date_epoch.8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_lic_setscene.b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_lic.b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_sysroot_setscene.75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_sysroot.75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_recipe_qa_setscene.b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_recipe_qa.b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_runtime_spdx_setscene.c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_runtime_spdx.c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_spdx_setscene.e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_spdx.e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_deploy_source_date_epoch_setscene.6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_deploy_source_date_epoch.6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_lic_setscene.4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_lic.4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_sysroot_setscene.7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_sysroot.7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_recipe_qa_setscene.f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_recipe_qa.f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_create_runtime_spdx_setscene.2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_create_runtime_spdx.2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_create_spdx_setscene.cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_create_spdx.cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_deploy_source_date_epoch_setscene.491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_deploy_source_date_epoch.491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_populate_lic_setscene.2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_populate_lic.2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_populate_sysroot_setscene.da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_populate_sysroot.da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_recipe_qa_setscene.9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_recipe_qa.9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_create_runtime_spdx_setscene.ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_create_runtime_spdx.ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_create_spdx_setscene.6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_create_spdx.6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_deploy_source_date_epoch_setscene.2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_deploy_source_date_epoch.2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_populate_lic_setscene.3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_populate_lic.3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_populate_sysroot_setscene.7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_populate_sysroot.7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_recipe_qa_setscene.b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_recipe_qa.b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_create_runtime_spdx_setscene.a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_create_runtime_spdx.a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_create_spdx_setscene.856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_create_spdx.856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_deploy_source_date_epoch_setscene.4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_deploy_source_date_epoch.4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_populate_lic_setscene.089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_populate_lic.089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_populate_sysroot_setscene.f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_populate_sysroot.f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_recipe_qa_setscene.c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_recipe_qa.c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_create_runtime_spdx_setscene.5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_create_runtime_spdx.5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_create_spdx_setscene.e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_create_spdx.e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_deploy_source_date_epoch_setscene.c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_deploy_source_date_epoch.c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_populate_lic_setscene.89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_populate_lic.89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_populate_sysroot_setscene.5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_populate_sysroot.5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_recipe_qa_setscene.d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_recipe_qa.d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_create_runtime_spdx_setscene.6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_create_runtime_spdx.6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_create_spdx_setscene.7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_create_spdx.7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_deploy_source_date_epoch_setscene.4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_deploy_source_date_epoch.4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_populate_lic_setscene.a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_populate_lic.a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_populate_sysroot_setscene.c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_populate_sysroot.c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_recipe_qa_setscene.e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_recipe_qa.e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_create_runtime_spdx_setscene.e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_create_runtime_spdx.e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_create_spdx_setscene.fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_create_spdx.fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_deploy_source_date_epoch_setscene.7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_deploy_source_date_epoch.7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_populate_lic_setscene.590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_populate_lic.590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_populate_sysroot_setscene.dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_populate_sysroot.dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_recipe_qa_setscene.62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_recipe_qa.62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_create_runtime_spdx_setscene.f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_create_runtime_spdx.f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_create_spdx_setscene.6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_create_spdx.6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_deploy_source_date_epoch_setscene.3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_deploy_source_date_epoch.3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_populate_lic_setscene.579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_populate_lic.579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_populate_sysroot_setscene.50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_populate_sysroot.50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_recipe_qa_setscene.128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_recipe_qa.128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_create_runtime_spdx_setscene.2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_create_runtime_spdx.2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_create_spdx_setscene.6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_create_spdx.6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_deploy_source_date_epoch_setscene.d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_deploy_source_date_epoch.d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_populate_lic_setscene.433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_populate_lic.433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_populate_sysroot_setscene.d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_populate_sysroot.d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_recipe_qa_setscene.c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_recipe_qa.c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_create_runtime_spdx_setscene.4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_create_runtime_spdx.4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_create_spdx_setscene.163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_create_spdx.163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_deploy_source_date_epoch_setscene.cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_deploy_source_date_epoch.cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_populate_lic_setscene.ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_populate_lic.ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_populate_sysroot_setscene.d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_populate_sysroot.d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_recipe_qa_setscene.4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_recipe_qa.4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_create_runtime_spdx_setscene.93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_create_runtime_spdx.93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_create_spdx_setscene.ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_create_spdx.ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_deploy_source_date_epoch_setscene.2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_deploy_source_date_epoch.2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_populate_lic_setscene.ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_populate_lic.ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_populate_sysroot_setscene.7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_populate_sysroot.7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_recipe_qa_setscene.a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_recipe_qa.a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_create_runtime_spdx_setscene.a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_create_runtime_spdx.a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_create_spdx_setscene.3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_create_spdx.3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_deploy_source_date_epoch_setscene.1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_deploy_source_date_epoch.1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_populate_lic_setscene.6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_populate_lic.6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_populate_sysroot_setscene.001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_populate_sysroot.001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_recipe_qa_setscene.7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_recipe_qa.7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_create_runtime_spdx_setscene.5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_create_runtime_spdx.5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_create_spdx_setscene.c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_create_spdx.c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_deploy_source_date_epoch_setscene.cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_deploy_source_date_epoch.cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_populate_lic_setscene.f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_populate_lic.f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_populate_sysroot_setscene.ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_populate_sysroot.ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_recipe_qa_setscene.6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_recipe_qa.6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_deploy_source_date_epoch_setscene.37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_deploy_source_date_epoch.37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_lic_setscene.4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_lic.4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_sysroot_setscene.8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_sysroot.8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_recipe_qa_setscene.c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_recipe_qa.c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_runtime_spdx_setscene.bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_runtime_spdx.bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_spdx_setscene.e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_spdx.e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_deploy_source_date_epoch_setscene.56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_deploy_source_date_epoch.56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_lic_setscene.d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_lic.d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_sysroot_setscene.174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_sysroot.174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_recipe_qa_setscene.7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_recipe_qa.7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_create_runtime_spdx_setscene.7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_create_runtime_spdx.7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_create_spdx_setscene.088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_create_spdx.088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_deploy_source_date_epoch_setscene.fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_deploy_source_date_epoch.fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_populate_lic_setscene.df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_populate_lic.df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_populate_sysroot_setscene.16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_populate_sysroot.16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_recipe_qa_setscene.d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_recipe_qa.d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_runtime_spdx_setscene.0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_runtime_spdx.0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_spdx_setscene.e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_spdx.e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_deploy_source_date_epoch_setscene.857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_deploy_source_date_epoch.857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_lic_setscene.7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_lic.7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_sysroot_setscene.3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_sysroot.3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_recipe_qa_setscene.ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_recipe_qa.ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_runtime_spdx_setscene.d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_runtime_spdx.d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_spdx_setscene.56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_spdx.56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_deploy_source_date_epoch_setscene.2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_deploy_source_date_epoch.2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_lic_setscene.d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_lic.d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_sysroot_setscene.7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_sysroot.7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_recipe_qa_setscene.bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_recipe_qa.bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_runtime_spdx_setscene.a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_runtime_spdx.a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_spdx_setscene.acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_spdx.acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_deploy_source_date_epoch_setscene.4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_deploy_source_date_epoch.4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_lic_setscene.67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_lic.67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_sysroot_setscene.feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_sysroot.feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_recipe_qa_setscene.f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_recipe_qa.f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_runtime_spdx_setscene.79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_runtime_spdx.79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_spdx_setscene.d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_spdx.d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_deploy_source_date_epoch_setscene.0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_deploy_source_date_epoch.0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_lic_setscene.1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_lic.1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_sysroot_setscene.8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_sysroot.8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_recipe_qa_setscene.8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_recipe_qa.8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_runtime_spdx_setscene.661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_runtime_spdx.661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_spdx_setscene.d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_spdx.d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_deploy_source_date_epoch_setscene.ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_deploy_source_date_epoch.ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_lic_setscene.b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_lic.b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_sysroot_setscene.4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_sysroot.4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_recipe_qa_setscene.4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_recipe_qa.4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_runtime_spdx_setscene.4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_runtime_spdx.4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_spdx_setscene.91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_spdx.91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_deploy_source_date_epoch_setscene.0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_deploy_source_date_epoch.0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_lic_setscene.5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_lic.5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_sysroot_setscene.e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_sysroot.e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_recipe_qa_setscene.34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_recipe_qa.34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_runtime_spdx_setscene.da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_runtime_spdx.da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_spdx_setscene.175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_spdx.175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_deploy_source_date_epoch_setscene.b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_deploy_source_date_epoch.b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_lic_setscene.f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_lic.f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_sysroot_setscene.998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_sysroot.998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_recipe_qa_setscene.bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_recipe_qa.bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_runtime_spdx_setscene.281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_runtime_spdx.281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_spdx_setscene.4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_spdx.4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_deploy_source_date_epoch_setscene.e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_deploy_source_date_epoch.e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_lic_setscene.c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_lic.c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_sysroot_setscene.7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_sysroot.7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_recipe_qa_setscene.4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_recipe_qa.4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_create_runtime_spdx_setscene.0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_create_runtime_spdx.0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_create_spdx_setscene.8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_create_spdx.8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_deploy_source_date_epoch_setscene.559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_deploy_source_date_epoch.559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_populate_lic_setscene.464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_populate_lic.464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_populate_sysroot_setscene.8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_populate_sysroot.8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_recipe_qa_setscene.84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_recipe_qa.84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_runtime_spdx_setscene.f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_runtime_spdx.f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_spdx_setscene.88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_spdx.88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_deploy_source_date_epoch_setscene.66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_deploy_source_date_epoch.66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_lic_setscene.a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_lic.a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_sysroot_setscene.fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_sysroot.fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_recipe_qa_setscene.71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_recipe_qa.71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_runtime_spdx_setscene.36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_runtime_spdx.36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_spdx_setscene.c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_spdx.c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_deploy_source_date_epoch_setscene.495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_deploy_source_date_epoch.495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_lic_setscene.55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_lic.55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_sysroot_setscene.a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_sysroot.a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_recipe_qa_setscene.053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_recipe_qa.053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_create_runtime_spdx_setscene.134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_create_runtime_spdx.134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_create_spdx_setscene.e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_create_spdx.e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_deploy_source_date_epoch_setscene.15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_deploy_source_date_epoch.15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_populate_lic_setscene.ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_populate_lic.ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_populate_sysroot_setscene.1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_populate_sysroot.1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_recipe_qa_setscene.7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_recipe_qa.7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_runtime_spdx_setscene.d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_runtime_spdx.d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_spdx_setscene.95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_spdx.95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_deploy_source_date_epoch_setscene.af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_deploy_source_date_epoch.af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_lic_setscene.972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_lic.972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_sysroot_setscene.2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_sysroot.2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_recipe_qa_setscene.2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_recipe_qa.2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_create_runtime_spdx_setscene.1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_create_runtime_spdx.1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_create_spdx_setscene.faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_create_spdx.faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_deploy_source_date_epoch_setscene.763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_deploy_source_date_epoch.763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_populate_lic_setscene.258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_populate_lic.258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_populate_sysroot_setscene.03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_populate_sysroot.03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_recipe_qa_setscene.b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_recipe_qa.b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_runtime_spdx_setscene.f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_runtime_spdx.f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_spdx_setscene.9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_spdx.9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_deploy_source_date_epoch_setscene.d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_deploy_source_date_epoch.d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_lic_setscene.b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_lic.b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_sysroot_setscene.276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_sysroot.276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_recipe_qa_setscene.79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_recipe_qa.79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_runtime_spdx_setscene.763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_runtime_spdx.763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_spdx_setscene.192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_spdx.192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_deploy_source_date_epoch_setscene.75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_deploy_source_date_epoch.75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_lic_setscene.173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_lic.173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_sysroot_setscene.0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_sysroot.0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_recipe_qa_setscene.80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_recipe_qa.80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_runtime_spdx_setscene.1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_runtime_spdx.1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_spdx_setscene.74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_spdx.74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_deploy_source_date_epoch_setscene.e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_deploy_source_date_epoch.e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_lic_setscene.17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_lic.17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_sysroot_setscene.3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_sysroot.3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_recipe_qa_setscene.c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_recipe_qa.c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_runtime_spdx_setscene.fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_runtime_spdx.fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_spdx_setscene.da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_spdx.da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_deploy_source_date_epoch_setscene.3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_deploy_source_date_epoch.3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_lic_setscene.818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_lic.818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_sysroot_setscene.45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_sysroot.45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_recipe_qa_setscene.9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_recipe_qa.9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_runtime_spdx_setscene.5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_runtime_spdx.5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_spdx_setscene.c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_spdx.c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_deploy_source_date_epoch_setscene.ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_deploy_source_date_epoch.ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_lic_setscene.6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_lic.6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_sysroot_setscene.9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_sysroot.9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_recipe_qa_setscene.801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_recipe_qa.801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_create_runtime_spdx_setscene.31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_create_runtime_spdx.31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_create_spdx_setscene.bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_create_spdx.bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_deploy_source_date_epoch_setscene.39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_deploy_source_date_epoch.39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_populate_lic_setscene.9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_populate_lic.9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_populate_sysroot_setscene.8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_populate_sysroot.8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_recipe_qa_setscene.5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_recipe_qa.5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_runtime_spdx_setscene.4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_runtime_spdx.4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_spdx_setscene.91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_spdx.91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_deploy_source_date_epoch_setscene.ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_deploy_source_date_epoch.ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_lic_setscene.f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_lic.f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_sysroot_setscene.c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_sysroot.c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_recipe_qa_setscene.003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_recipe_qa.003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_create_runtime_spdx_setscene.b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_create_runtime_spdx.b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_create_spdx_setscene.6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_create_spdx.6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_deploy_source_date_epoch_setscene.12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_deploy_source_date_epoch.12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_populate_lic_setscene.c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_populate_lic.c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_populate_sysroot_setscene.e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_populate_sysroot.e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_recipe_qa_setscene.a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_recipe_qa.a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_runtime_spdx_setscene.dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_runtime_spdx.dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_spdx_setscene.1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_spdx.1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_deploy_source_date_epoch_setscene.f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_deploy_source_date_epoch.f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_lic_setscene.9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_lic.9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_sysroot_setscene.e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_sysroot.e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_recipe_qa_setscene.f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_recipe_qa.f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_create_runtime_spdx_setscene.396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_create_runtime_spdx.396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_create_spdx_setscene.666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_create_spdx.666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_deploy_source_date_epoch_setscene.fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_deploy_source_date_epoch.fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_populate_lic_setscene.743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_populate_lic.743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_populate_sysroot_setscene.5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_populate_sysroot.5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_recipe_qa_setscene.726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_recipe_qa.726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_create_runtime_spdx_setscene.b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_create_runtime_spdx.b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_create_spdx_setscene.8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_create_spdx.8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_deploy_source_date_epoch_setscene.1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_deploy_source_date_epoch.1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_populate_lic_setscene.37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_populate_lic.37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_populate_sysroot_setscene.8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_populate_sysroot.8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_recipe_qa_setscene.21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_recipe_qa.21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_runtime_spdx_setscene.1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_runtime_spdx.1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_spdx_setscene.37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_spdx.37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_deploy_source_date_epoch_setscene.56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_deploy_source_date_epoch.56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_lic_setscene.052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_lic.052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_sysroot_setscene.c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_sysroot.c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_recipe_qa_setscene.272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_recipe_qa.272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_create_runtime_spdx_setscene.bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_create_runtime_spdx.bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_create_spdx_setscene.fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_create_spdx.fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_deploy_source_date_epoch_setscene.8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_deploy_source_date_epoch.8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_populate_lic_setscene.560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_populate_lic.560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_populate_sysroot_setscene.e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_populate_sysroot.e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_recipe_qa_setscene.d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_recipe_qa.d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_create_runtime_spdx_setscene.d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_create_runtime_spdx.d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_create_spdx_setscene.fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_create_spdx.fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_deploy_source_date_epoch_setscene.0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_deploy_source_date_epoch.0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_populate_lic_setscene.6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_populate_lic.6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_populate_sysroot_setscene.3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_populate_sysroot.3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_recipe_qa_setscene.58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_recipe_qa.58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_create_runtime_spdx_setscene.4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_create_runtime_spdx.4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_create_spdx_setscene.7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_create_spdx.7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_deploy_source_date_epoch_setscene.a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_deploy_source_date_epoch.a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_populate_lic_setscene.aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_populate_lic.aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_populate_sysroot_setscene.a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_populate_sysroot.a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_recipe_qa_setscene.0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_recipe_qa.0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_create_runtime_spdx_setscene.0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_create_runtime_spdx.0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_create_spdx_setscene.85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_create_spdx.85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_deploy_source_date_epoch_setscene.24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_deploy_source_date_epoch.24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_populate_lic_setscene.c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_populate_lic.c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_populate_sysroot_setscene.914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_populate_sysroot.914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_recipe_qa_setscene.af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_recipe_qa.af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_runtime_spdx_setscene.12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_runtime_spdx.12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_spdx_setscene.5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_spdx.5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_deploy_source_date_epoch_setscene.f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_deploy_source_date_epoch.f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_lic_setscene.eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_lic.eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_sysroot_setscene.0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_sysroot.0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_recipe_qa_setscene.7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_recipe_qa.7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_deploy_source_date_epoch_setscene.631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_deploy_source_date_epoch.631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_lic_setscene.971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_lic.971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_sysroot_setscene.ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_sysroot.ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_recipe_qa_setscene.7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_recipe_qa.7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_runtime_spdx_setscene.612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_runtime_spdx.612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_spdx_setscene.6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_spdx.6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_deploy_source_date_epoch_setscene.71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_deploy_source_date_epoch.71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_lic_setscene.6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_lic.6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_sysroot_setscene.888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_sysroot.888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_recipe_qa_setscene.40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_recipe_qa.40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_runtime_spdx_setscene.38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_runtime_spdx.38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_spdx_setscene.79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_spdx.79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_deploy_source_date_epoch_setscene.ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_deploy_source_date_epoch.ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_lic_setscene.bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_lic.bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_sysroot_setscene.84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_sysroot.84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_recipe_qa_setscene.395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_recipe_qa.395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_create_runtime_spdx_setscene.c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_create_runtime_spdx.c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_create_spdx_setscene.b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_create_spdx.b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_deploy_source_date_epoch_setscene.101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_deploy_source_date_epoch.101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_populate_lic_setscene.609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_populate_lic.609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_populate_sysroot_setscene.9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_populate_sysroot.9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_recipe_qa_setscene.f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_recipe_qa.f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_create_runtime_spdx_setscene.1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_create_runtime_spdx.1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_create_spdx_setscene.672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_create_spdx.672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_deploy_source_date_epoch_setscene.53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_deploy_source_date_epoch.53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_populate_lic_setscene.d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_populate_lic.d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_populate_sysroot_setscene.011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_populate_sysroot.011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_recipe_qa_setscene.b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_recipe_qa.b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_runtime_spdx_setscene.6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_runtime_spdx.6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_spdx_setscene.6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_spdx.6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_deploy_source_date_epoch_setscene.84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_deploy_source_date_epoch.84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_lic_setscene.48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_lic.48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_sysroot_setscene.a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_sysroot.a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_recipe_qa_setscene.a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_recipe_qa.a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_deploy_source_date_epoch_setscene.aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_deploy_source_date_epoch.aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_lic_setscene.6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_lic.6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_sysroot_setscene.2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_sysroot.2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_recipe_qa_setscene.5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_recipe_qa.5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_deploy_source_date_epoch_setscene.339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_deploy_source_date_epoch.339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_populate_lic_setscene.ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_populate_lic.ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_populate_sysroot_setscene.5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_populate_sysroot.5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_recipe_qa_setscene.ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_recipe_qa.ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_deploy_source_date_epoch_setscene.d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_deploy_source_date_epoch.d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_populate_lic_setscene.4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_populate_lic.4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_populate_sysroot_setscene.6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_populate_sysroot.6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_recipe_qa_setscene.db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_recipe_qa.db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_create_runtime_spdx_setscene.57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_create_runtime_spdx.57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_create_spdx_setscene.62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_create_spdx.62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_deploy_source_date_epoch_setscene.ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_deploy_source_date_epoch.ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_populate_lic_setscene.3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_populate_lic.3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_populate_sysroot_setscene.9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_populate_sysroot.9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_recipe_qa_setscene.f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_recipe_qa.f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_create_runtime_spdx_setscene.82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_create_runtime_spdx.82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_create_spdx_setscene.543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_create_spdx.543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_deploy_source_date_epoch_setscene.590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_deploy_source_date_epoch.590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_populate_lic_setscene.ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_populate_lic.ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_populate_sysroot_setscene.03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_populate_sysroot.03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_recipe_qa_setscene.91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_recipe_qa.91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_create_runtime_spdx_setscene.1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_create_runtime_spdx.1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_create_spdx_setscene.b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_create_spdx.b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_deploy_source_date_epoch_setscene.fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_deploy_source_date_epoch.fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_populate_lic_setscene.af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_populate_lic.af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_populate_sysroot_setscene.4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_populate_sysroot.4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_recipe_qa_setscene.aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_recipe_qa.aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_create_runtime_spdx_setscene.247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_create_runtime_spdx.247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_create_spdx_setscene.5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_create_spdx.5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_deploy_source_date_epoch_setscene.e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_deploy_source_date_epoch.e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_populate_lic_setscene.966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_populate_lic.966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_populate_sysroot_setscene.3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_populate_sysroot.3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_recipe_qa_setscene.310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_recipe_qa.310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_deploy_source_date_epoch_setscene.ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_deploy_source_date_epoch.ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_lic_setscene.f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_lic.f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_sysroot_setscene.ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_sysroot.ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_recipe_qa_setscene.450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_recipe_qa.450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_deploy_source_date_epoch_setscene.7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_deploy_source_date_epoch.7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_populate_lic_setscene.6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_populate_lic.6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_populate_sysroot_setscene.6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_populate_sysroot.6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_recipe_qa_setscene.753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_recipe_qa.753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_create_runtime_spdx_setscene.fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_create_runtime_spdx.fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_create_spdx_setscene.c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_create_spdx.c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_deploy_source_date_epoch_setscene.ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_deploy_source_date_epoch.ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_populate_lic_setscene.fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_populate_lic.fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_populate_sysroot_setscene.312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_populate_sysroot.312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_recipe_qa_setscene.f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_recipe_qa.f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_create_runtime_spdx_setscene.3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_create_runtime_spdx.3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_create_spdx_setscene.2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_create_spdx.2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_deploy_source_date_epoch_setscene.c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_deploy_source_date_epoch.c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_populate_lic_setscene.59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_populate_lic.59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_populate_sysroot_setscene.86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_populate_sysroot.86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_recipe_qa_setscene.534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_recipe_qa.534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_deploy_source_date_epoch_setscene.74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_deploy_source_date_epoch.74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_lic_setscene.98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_lic.98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_sysroot_setscene.550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_sysroot.550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_recipe_qa_setscene.667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_recipe_qa.667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_runtime_spdx_setscene.711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_runtime_spdx.711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_spdx_setscene.c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_spdx.c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_deploy_source_date_epoch_setscene.d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_deploy_source_date_epoch.d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_lic_setscene.b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_lic.b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_sysroot_setscene.a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_sysroot.a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_recipe_qa_setscene.5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_recipe_qa.5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_create_runtime_spdx_setscene.2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_create_runtime_spdx.2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_create_spdx_setscene.892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_create_spdx.892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_deploy_source_date_epoch_setscene.0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_deploy_source_date_epoch.0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_populate_lic_setscene.56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_populate_lic.56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_populate_sysroot_setscene.fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_populate_sysroot.fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_recipe_qa_setscene.c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_recipe_qa.c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_deploy_source_date_epoch_setscene.3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_deploy_source_date_epoch.3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_populate_lic_setscene.376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_populate_lic.376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_populate_sysroot_setscene.42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_populate_sysroot.42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_recipe_qa_setscene.36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_recipe_qa.36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_runtime_spdx_setscene.08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_runtime_spdx.08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_spdx_setscene.a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_spdx.a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_deploy_source_date_epoch_setscene.a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_deploy_source_date_epoch.a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_lic_setscene.77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_lic.77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_sysroot_setscene.206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_sysroot.206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_recipe_qa_setscene.30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_recipe_qa.30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_create_runtime_spdx_setscene.51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_create_runtime_spdx.51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_create_spdx_setscene.f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_create_spdx.f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_deploy_source_date_epoch_setscene.3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_deploy_source_date_epoch.3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_populate_lic_setscene.84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_populate_lic.84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_populate_sysroot_setscene.8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_populate_sysroot.8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_recipe_qa_setscene.8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_recipe_qa.8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_runtime_spdx_setscene.a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_runtime_spdx.a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_spdx_setscene.581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_spdx.581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_deploy_source_date_epoch_setscene.7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_deploy_source_date_epoch.7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_lic_setscene.7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_lic.7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_sysroot_setscene.ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_sysroot.ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_recipe_qa_setscene.9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_recipe_qa.9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_create_runtime_spdx_setscene.1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_create_runtime_spdx.1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_create_spdx_setscene.de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_create_spdx.de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_deploy_source_date_epoch_setscene.df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_deploy_source_date_epoch.df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_populate_lic_setscene.f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_populate_lic.f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_populate_sysroot_setscene.f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_populate_sysroot.f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_recipe_qa_setscene.0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_recipe_qa.0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_runtime_spdx_setscene.ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_runtime_spdx.ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_spdx_setscene.186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_spdx.186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_deploy_source_date_epoch_setscene.a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_deploy_source_date_epoch.a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_lic_setscene.9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_lic.9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_sysroot_setscene.0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_sysroot.0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_recipe_qa_setscene.91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_recipe_qa.91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_create_runtime_spdx_setscene.828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_create_runtime_spdx.828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_create_spdx_setscene.9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_create_spdx.9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_deploy_source_date_epoch_setscene.886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_deploy_source_date_epoch.886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_populate_lic_setscene.1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_populate_lic.1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_populate_sysroot_setscene.98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_populate_sysroot.98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_recipe_qa_setscene.507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_recipe_qa.507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_runtime_spdx_setscene.f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_runtime_spdx.f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_spdx_setscene.f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_spdx.f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_deploy_source_date_epoch_setscene.0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_deploy_source_date_epoch.0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_lic_setscene.725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_lic.725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_sysroot_setscene.43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_sysroot.43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_recipe_qa_setscene.5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_recipe_qa.5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_create_runtime_spdx_setscene.bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_create_runtime_spdx.bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_create_spdx_setscene.2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_create_spdx.2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_deploy_source_date_epoch_setscene.2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_deploy_source_date_epoch.2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_populate_lic_setscene.be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_populate_lic.be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_populate_sysroot_setscene.738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_populate_sysroot.738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_recipe_qa_setscene.91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_recipe_qa.91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_create_runtime_spdx_setscene.d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_create_runtime_spdx.d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_create_spdx_setscene.7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_create_spdx.7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_deploy_source_date_epoch_setscene.912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_deploy_source_date_epoch.912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_populate_lic_setscene.31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_populate_lic.31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_populate_sysroot_setscene.c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_populate_sysroot.c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_recipe_qa_setscene.a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_recipe_qa.a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_runtime_spdx_setscene.d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_runtime_spdx.d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_spdx_setscene.8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_spdx.8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_deploy_source_date_epoch_setscene.31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_deploy_source_date_epoch.31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_lic_setscene.4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_lic.4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_sysroot_setscene.f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_sysroot.f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_recipe_qa_setscene.ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_recipe_qa.ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_runtime_spdx_setscene.7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_runtime_spdx.7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_spdx_setscene.eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_spdx.eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_deploy_source_date_epoch_setscene.9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_deploy_source_date_epoch.9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_lic_setscene.fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_lic.fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_sysroot_setscene.4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_sysroot.4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_recipe_qa_setscene.fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_recipe_qa.fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_runtime_spdx_setscene.f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_runtime_spdx.f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_spdx_setscene.8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_spdx.8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_deploy_source_date_epoch_setscene.d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_deploy_source_date_epoch.d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_lic_setscene.15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_lic.15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_sysroot_setscene.089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_sysroot.089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_recipe_qa_setscene.b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_recipe_qa.b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_runtime_spdx_setscene.94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_runtime_spdx.94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_spdx_setscene.6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_spdx.6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_deploy_source_date_epoch_setscene.b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_deploy_source_date_epoch.b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_lic_setscene.37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_lic.37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_sysroot_setscene.3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_sysroot.3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_recipe_qa_setscene.9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_recipe_qa.9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_runtime_spdx_setscene.39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_runtime_spdx.39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_spdx_setscene.f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_spdx.f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_deploy_source_date_epoch_setscene.3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_deploy_source_date_epoch.3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_lic_setscene.da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_lic.da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_sysroot_setscene.89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_sysroot.89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_recipe_qa_setscene.f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_recipe_qa.f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_deploy_source_date_epoch_setscene.fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_deploy_source_date_epoch.fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_lic_setscene.81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_lic.81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_sysroot_setscene.7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_sysroot.7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_recipe_qa_setscene.23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_recipe_qa.23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_runtime_spdx_setscene.16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_runtime_spdx.16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_spdx_setscene.79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_spdx.79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_deploy_source_date_epoch_setscene.b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_deploy_source_date_epoch.b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_lic_setscene.cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_lic.cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_sysroot_setscene.fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_sysroot.fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_recipe_qa_setscene.1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_recipe_qa.1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_deploy_source_date_epoch_setscene.d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_deploy_source_date_epoch.d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_lic_setscene.9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_lic.9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_sysroot_setscene.198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_sysroot.198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_recipe_qa_setscene.1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_recipe_qa.1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_runtime_spdx_setscene.0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_runtime_spdx.0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_spdx_setscene.cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_spdx.cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_deploy_source_date_epoch_setscene.74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_deploy_source_date_epoch.74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_lic_setscene.7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_lic.7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_sysroot_setscene.d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_sysroot.d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_recipe_qa_setscene.b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_recipe_qa.b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_runtime_spdx_setscene.891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_runtime_spdx.891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_spdx_setscene.e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_spdx.e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_deploy_source_date_epoch_setscene.42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_deploy_source_date_epoch.42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_lic_setscene.4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_lic.4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_sysroot_setscene.19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_sysroot.19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_recipe_qa_setscene.d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_recipe_qa.d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_create_runtime_spdx_setscene.c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_create_runtime_spdx.c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_create_spdx_setscene.a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_create_spdx.a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_deploy_source_date_epoch_setscene.ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_deploy_source_date_epoch.ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_populate_lic_setscene.d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_populate_lic.d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_populate_sysroot_setscene.38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_populate_sysroot.38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_recipe_qa_setscene.7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_recipe_qa.7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_create_runtime_spdx_setscene.3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_create_runtime_spdx.3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_create_spdx_setscene.69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_create_spdx.69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_deploy_source_date_epoch_setscene.946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_deploy_source_date_epoch.946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_populate_lic_setscene.355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_populate_lic.355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_populate_sysroot_setscene.2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_populate_sysroot.2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_recipe_qa_setscene.88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_recipe_qa.88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_create_runtime_spdx_setscene.1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_create_runtime_spdx.1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_create_spdx_setscene.75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_create_spdx.75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_deploy_source_date_epoch_setscene.75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_deploy_source_date_epoch.75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_populate_lic_setscene.13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_populate_lic.13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_populate_sysroot_setscene.c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_populate_sysroot.c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_recipe_qa_setscene.28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_recipe_qa.28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_create_runtime_spdx_setscene.56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_create_runtime_spdx.56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_create_spdx_setscene.79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_create_spdx.79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_deploy_source_date_epoch_setscene.9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_deploy_source_date_epoch.9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_populate_lic_setscene.f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_populate_lic.f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_populate_sysroot_setscene.72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_populate_sysroot.72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_recipe_qa_setscene.c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_recipe_qa.c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_deploy_source_date_epoch_setscene.770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_deploy_source_date_epoch.770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_lic_setscene.960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_lic.960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_sysroot_setscene.b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_sysroot.b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_recipe_qa_setscene.10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_recipe_qa.10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_create_runtime_spdx_setscene.d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_create_runtime_spdx.d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_create_spdx_setscene.6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_create_spdx.6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_deploy_source_date_epoch_setscene.d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_deploy_source_date_epoch.d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_populate_lic_setscene.ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_populate_lic.ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_populate_sysroot_setscene.05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_populate_sysroot.05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_recipe_qa_setscene.2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_recipe_qa.2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_deploy_source_date_epoch_setscene.045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_deploy_source_date_epoch.045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_populate_lic_setscene.df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_populate_lic.df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_populate_sysroot_setscene.3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_populate_sysroot.3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_recipe_qa_setscene.26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_recipe_qa.26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_create_runtime_spdx_setscene.c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_create_runtime_spdx.c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_create_spdx_setscene.0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_create_spdx.0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_deploy_source_date_epoch_setscene.80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_deploy_source_date_epoch.80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_populate_lic_setscene.b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_populate_lic.b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_populate_sysroot_setscene.be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_populate_sysroot.be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_recipe_qa_setscene.810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_recipe_qa.810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_runtime_spdx_setscene.36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_runtime_spdx.36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_spdx_setscene.787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_spdx.787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_deploy_source_date_epoch_setscene.8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_deploy_source_date_epoch.8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_lic_setscene.f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_lic.f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_sysroot_setscene.a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_sysroot.a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_recipe_qa_setscene.757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_recipe_qa.757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_create_runtime_spdx_setscene.46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_create_runtime_spdx.46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_create_spdx_setscene.617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_create_spdx.617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_deploy_source_date_epoch_setscene.58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_deploy_source_date_epoch.58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_populate_lic_setscene.5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_populate_lic.5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_populate_sysroot_setscene.bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_populate_sysroot.bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_recipe_qa_setscene.62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_recipe_qa.62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_create_runtime_spdx_setscene.6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_create_runtime_spdx.6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_create_spdx_setscene.5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_create_spdx.5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_deploy_source_date_epoch_setscene.dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_deploy_source_date_epoch.dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_populate_lic_setscene.1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_populate_lic.1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_populate_sysroot_setscene.d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_populate_sysroot.d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_recipe_qa_setscene.005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_recipe_qa.005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_create_runtime_spdx_setscene.71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_create_runtime_spdx.71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_create_spdx_setscene.0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_create_spdx.0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_deploy_source_date_epoch_setscene.64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_deploy_source_date_epoch.64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_populate_lic_setscene.0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_populate_lic.0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_populate_sysroot_setscene.0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_populate_sysroot.0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_recipe_qa_setscene.faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_recipe_qa.faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_runtime_spdx_setscene.c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_runtime_spdx.c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_spdx_setscene.24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_spdx.24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_deploy_source_date_epoch_setscene.bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_deploy_source_date_epoch.bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_lic_setscene.7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_lic.7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_sysroot_setscene.ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_sysroot.ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_recipe_qa_setscene.a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_recipe_qa.a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_create_runtime_spdx_setscene.6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_create_runtime_spdx.6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_create_spdx_setscene.b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_create_spdx.b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_deploy_source_date_epoch_setscene.e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_deploy_source_date_epoch.e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_populate_lic_setscene.c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_populate_lic.c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_populate_sysroot_setscene.fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_populate_sysroot.fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_recipe_qa_setscene.61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_recipe_qa.61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_create_runtime_spdx_setscene.f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_create_runtime_spdx.f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_create_spdx_setscene.af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_create_spdx.af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_deploy_source_date_epoch_setscene.f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_deploy_source_date_epoch.f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_populate_lic_setscene.9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_populate_lic.9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_populate_sysroot_setscene.a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_populate_sysroot.a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_recipe_qa_setscene.0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_recipe_qa.0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_create_runtime_spdx_setscene.5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_create_runtime_spdx.5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_create_spdx_setscene.ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_create_spdx.ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_deploy_source_date_epoch_setscene.f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_deploy_source_date_epoch.f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_populate_lic_setscene.55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_populate_lic.55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_populate_sysroot_setscene.c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_populate_sysroot.c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_recipe_qa_setscene.4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_recipe_qa.4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_runtime_spdx_setscene.9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_runtime_spdx.9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_spdx_setscene.cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_spdx.cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_deploy_source_date_epoch_setscene.f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_deploy_source_date_epoch.f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_lic_setscene.bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_lic.bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_sysroot_setscene.d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_sysroot.d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_recipe_qa_setscene.2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_recipe_qa.2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_runtime_spdx_setscene.1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_runtime_spdx.1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_spdx_setscene.b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_spdx.b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_deploy_source_date_epoch_setscene.ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_deploy_source_date_epoch.ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_lic_setscene.99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_lic.99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_sysroot_setscene.2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_sysroot.2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_recipe_qa_setscene.84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_recipe_qa.84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_create_runtime_spdx_setscene.c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_create_runtime_spdx.c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_create_spdx_setscene.03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_create_spdx.03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_deploy_source_date_epoch_setscene.ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_deploy_source_date_epoch.ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_populate_lic_setscene.461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_populate_lic.461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_populate_sysroot_setscene.e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_populate_sysroot.e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_recipe_qa_setscene.8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_recipe_qa.8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_runtime_spdx_setscene.f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_runtime_spdx.f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_spdx_setscene.1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_spdx.1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_deploy_source_date_epoch_setscene.072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_deploy_source_date_epoch.072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_lic_setscene.ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_lic.ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_sysroot_setscene.e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_sysroot.e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_recipe_qa_setscene.3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_recipe_qa.3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_runtime_spdx_setscene.122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_runtime_spdx.122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_spdx_setscene.1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_spdx.1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_deploy_source_date_epoch_setscene.c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_deploy_source_date_epoch.c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_lic_setscene.e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_lic.e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_sysroot_setscene.dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_sysroot.dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_recipe_qa_setscene.dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_recipe_qa.dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_create_runtime_spdx_setscene.04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_create_runtime_spdx.04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_create_spdx_setscene.4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_create_spdx.4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_deploy_source_date_epoch_setscene.268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_deploy_source_date_epoch.268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_populate_lic_setscene.abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_populate_lic.abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_populate_sysroot_setscene.c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_populate_sysroot.c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_recipe_qa_setscene.2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_recipe_qa.2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_runtime_spdx_setscene.4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_runtime_spdx.4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_spdx_setscene.bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_spdx.bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_deploy_source_date_epoch_setscene.4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_deploy_source_date_epoch.4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_lic_setscene.708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_lic.708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_sysroot_setscene.49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_sysroot.49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_recipe_qa_setscene.b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_recipe_qa.b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_create_runtime_spdx_setscene.82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_create_runtime_spdx.82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_create_spdx_setscene.e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_create_spdx.e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_deploy_source_date_epoch_setscene.98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_deploy_source_date_epoch.98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_populate_lic_setscene.124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_populate_lic.124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_populate_sysroot_setscene.080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_populate_sysroot.080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_recipe_qa_setscene.5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_recipe_qa.5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_create_runtime_spdx_setscene.4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_create_runtime_spdx.4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_create_spdx_setscene.c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_create_spdx.c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_deploy_source_date_epoch_setscene.767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_deploy_source_date_epoch.767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_populate_lic_setscene.b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_populate_lic.b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_populate_sysroot_setscene.64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_populate_sysroot.64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_recipe_qa_setscene.6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_recipe_qa.6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_create_runtime_spdx_setscene.628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_create_runtime_spdx.628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_create_spdx_setscene.f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_create_spdx.f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_deploy_source_date_epoch_setscene.a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_deploy_source_date_epoch.a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_populate_lic_setscene.8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_populate_lic.8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_populate_sysroot_setscene.7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_populate_sysroot.7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_recipe_qa_setscene.3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_recipe_qa.3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_create_runtime_spdx_setscene.b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_create_runtime_spdx.b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_create_spdx_setscene.35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_create_spdx.35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_deploy_source_date_epoch_setscene.76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_deploy_source_date_epoch.76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_populate_lic_setscene.8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_populate_lic.8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_populate_sysroot_setscene.7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_populate_sysroot.7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_recipe_qa_setscene.93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_recipe_qa.93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_runtime_spdx_setscene.90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_runtime_spdx.90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_spdx_setscene.f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_spdx.f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_deploy_source_date_epoch_setscene.1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_deploy_source_date_epoch.1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_lic_setscene.ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_lic.ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_sysroot_setscene.7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_sysroot.7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_recipe_qa_setscene.6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_recipe_qa.6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_create_runtime_spdx_setscene.a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_create_runtime_spdx.a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_create_spdx_setscene.b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_create_spdx.b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_deploy_source_date_epoch_setscene.b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_deploy_source_date_epoch.b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_populate_lic_setscene.55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_populate_lic.55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_populate_sysroot_setscene.ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_populate_sysroot.ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_recipe_qa_setscene.6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_recipe_qa.6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_runtime_spdx_setscene.80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_runtime_spdx.80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_spdx_setscene.1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_spdx.1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_deploy_source_date_epoch_setscene.9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_deploy_source_date_epoch.9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_lic_setscene.36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_lic.36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_sysroot_setscene.a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_sysroot.a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_recipe_qa_setscene.febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_recipe_qa.febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_create_runtime_spdx_setscene.dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_create_runtime_spdx.dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_create_spdx_setscene.f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_create_spdx.f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_deploy_source_date_epoch_setscene.49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_deploy_source_date_epoch.49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_populate_lic_setscene.8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_populate_lic.8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_populate_sysroot_setscene.78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_populate_sysroot.78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_recipe_qa_setscene.e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_recipe_qa.e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_create_runtime_spdx_setscene.17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_create_runtime_spdx.17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_create_spdx_setscene.04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_create_spdx.04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_deploy_source_date_epoch_setscene.bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_deploy_source_date_epoch.bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_populate_lic_setscene.1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_populate_lic.1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_populate_sysroot_setscene.1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_populate_sysroot.1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_recipe_qa_setscene.ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_recipe_qa.ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_runtime_spdx_setscene.05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_runtime_spdx.05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_spdx_setscene.4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_spdx.4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_deploy_source_date_epoch_setscene.3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_deploy_source_date_epoch.3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_lic_setscene.a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_lic.a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_sysroot_setscene.3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_sysroot.3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_recipe_qa_setscene.65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_recipe_qa.65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_create_runtime_spdx_setscene.5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_create_runtime_spdx.5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_create_spdx_setscene.564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_create_spdx.564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_deploy_source_date_epoch_setscene.10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_deploy_source_date_epoch.10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_populate_lic_setscene.55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_populate_lic.55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_populate_sysroot_setscene.6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_populate_sysroot.6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_recipe_qa_setscene.75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_recipe_qa.75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_runtime_spdx_setscene.087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_runtime_spdx.087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_spdx_setscene.8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_spdx.8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_deploy_source_date_epoch_setscene.67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_deploy_source_date_epoch.67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_lic_setscene.81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_lic.81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_sysroot_setscene.e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_sysroot.e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_recipe_qa_setscene.cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_recipe_qa.cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_create_runtime_spdx_setscene.6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_create_runtime_spdx.6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_create_spdx_setscene.f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_create_spdx.f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_deploy_source_date_epoch_setscene.c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_deploy_source_date_epoch.c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_populate_lic_setscene.7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_populate_lic.7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_populate_sysroot_setscene.3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_populate_sysroot.3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_recipe_qa_setscene.8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_recipe_qa.8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_runtime_spdx_setscene.bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_runtime_spdx.bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_spdx_setscene.ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_spdx.ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_deploy_source_date_epoch_setscene.f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_deploy_source_date_epoch.f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_lic_setscene.a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_lic.a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_sysroot_setscene.817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_sysroot.817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_recipe_qa_setscene.daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_recipe_qa.daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_create_runtime_spdx_setscene.239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_create_runtime_spdx.239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_create_spdx_setscene.1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_create_spdx.1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_deploy_source_date_epoch_setscene.50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_deploy_source_date_epoch.50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_populate_lic_setscene.3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_populate_lic.3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_populate_sysroot_setscene.d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_populate_sysroot.d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_recipe_qa_setscene.0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_recipe_qa.0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_runtime_spdx_setscene.456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_runtime_spdx.456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_spdx_setscene.3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_spdx.3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_deploy_source_date_epoch_setscene.5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_deploy_source_date_epoch.5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_lic_setscene.0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_lic.0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_sysroot_setscene.2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_sysroot.2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_recipe_qa_setscene.5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_recipe_qa.5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_runtime_spdx_setscene.01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_runtime_spdx.01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_spdx_setscene.55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_spdx.55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_deploy_source_date_epoch_setscene.577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_deploy_source_date_epoch.577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_lic_setscene.fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_lic.fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_sysroot_setscene.a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_sysroot.a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_recipe_qa_setscene.09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_recipe_qa.09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_runtime_spdx_setscene.3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_runtime_spdx.3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_spdx_setscene.9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_spdx.9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_deploy_source_date_epoch_setscene.dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_deploy_source_date_epoch.dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_lic_setscene.86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_lic.86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_sysroot_setscene.1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_sysroot.1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_recipe_qa_setscene.130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_recipe_qa.130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_runtime_spdx_setscene.f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_runtime_spdx.f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_spdx_setscene.ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_spdx.ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_deploy_source_date_epoch_setscene.fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_deploy_source_date_epoch.fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_lic_setscene.ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_lic.ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_sysroot_setscene.76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_sysroot.76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_recipe_qa_setscene.18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_recipe_qa.18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_runtime_spdx_setscene.e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_runtime_spdx.e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_spdx_setscene.8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_spdx.8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_deploy_source_date_epoch_setscene.5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_deploy_source_date_epoch.5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_lic_setscene.3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_lic.3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_sysroot_setscene.7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_sysroot.7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_recipe_qa_setscene.75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_recipe_qa.75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_runtime_spdx_setscene.3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_runtime_spdx.3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_spdx_setscene.5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_spdx.5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_deploy_source_date_epoch_setscene.c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_deploy_source_date_epoch.c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_lic_setscene.c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_lic.c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_sysroot_setscene.6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_sysroot.6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_recipe_qa_setscene.da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_recipe_qa.da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_runtime_spdx_setscene.28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_runtime_spdx.28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_spdx_setscene.2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_spdx.2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_deploy_source_date_epoch_setscene.de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_deploy_source_date_epoch.de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_lic_setscene.b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_lic.b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_sysroot_setscene.853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_sysroot.853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_recipe_qa_setscene.49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_recipe_qa.49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_create_runtime_spdx_setscene.f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_create_runtime_spdx.f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_create_spdx_setscene.c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_create_spdx.c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_deploy_source_date_epoch_setscene.105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_deploy_source_date_epoch.105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_populate_lic_setscene.3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_populate_lic.3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_populate_sysroot_setscene.e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_populate_sysroot.e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_recipe_qa_setscene.28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_recipe_qa.28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d not available\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/ea/sstate:libx11-native::1.8.7:r0::11:84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6d/e3/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/43/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ea/f9/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4c/ad/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/2f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/30/sstate:cronie::1.7.1:r0::11:093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/11/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/16/85/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2c/c4/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/69/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/81/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/fe/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/74/96/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/cb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/22/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/91/8b/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/6d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/3d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/b4/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/6b/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/68/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/aa/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ac/86/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/58/42/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/b7/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/ba/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4d/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/eb/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/78/sstate:libepoxy-native::1.5.10:r0::11:6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/93/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/e3/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/a8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/96/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/86/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/31/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/a1/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/d4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e7/8c/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/73/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/55/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/1f/sstate:gnutls-native::3.8.3:r0::11:461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/07/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/eb/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/af/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/23/sstate:gstreamer1.0-plugins-good::1.22.9:r0::11:0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/27/0f/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/e7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/d5/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/05/sstate:pointercal-xinput::0.0:r0::11:e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/8c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/67/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/47/d1/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/53/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/80/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/bc/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/2d/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/d2/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/66/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/17/38/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/4f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/c4/sstate:python3-iniparse::0.5:r0::11:7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/4f/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/d9/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/86/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0a/a3/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/b3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/8d/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/e1/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6f/2f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/22/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/54/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/15/sstate:x11perf::1.6.1:r0::11:5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ab/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/78/sstate:coreutils::9.4:r0::11:ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/ce/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/4e/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/6c/sstate:libexif::0.6.24:r0::11:116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/67/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/01/sstate:ca-certificates-native::20211016:r0::11:7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/10/5c/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/2c/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/91/ab/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/ff/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/2c/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/42/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/93/sstate:libunistring::1.1:r0::11:fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/07/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/a2/sstate:python3-iniconfig::2.0.0:r0::11:7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/aa/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/6a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/3b/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bc/f1/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/3e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/6f/sstate:spirv-tools-native::1.3.268.0:r0::11:966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/bd/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/b4/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/3a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/2e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/70/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/c4/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ce/60/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/0f/sstate:libdrm::2.4.120:r0::11:e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/09/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d3/39/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/04/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c0/5a/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/2a/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/5f/sstate:rpm::4.19.1:r0::11:335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/d3/sstate:qemu-helper-native::1.0:r0::11:9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/ba/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/23/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/57/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6a/36/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/33/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/0f/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/f9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/a0/sstate:ncurses::6.4:r0::11:3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/25/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/d7/sstate:libxrandr::1.5.4:r0::11:1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/32/sstate:python3-pluggy::1.3.0:r0::11:473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/b2/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/5c/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/46/df/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/ac/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/30/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/85/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/43/sstate:ell::0.61:r0::11:1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/a8/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/ce/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/14/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/a1/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/e2/sstate:libmodulemd-native::2.15.0:r0::11:dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/00/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/f2/sstate:netbase::6.4:r0::11:3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/10/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/44/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/04/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/c6/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/24/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/09/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/39/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/4d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2b/a0/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/41/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d6/16/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/72/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/51/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f4/7a/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/48/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/1a/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/79/b7/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/89/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/95/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/7d/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/ee/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/c4/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/d3/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/6d/sstate:libmpc::1.3.1:r0::11:e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/26/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/90/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/1a/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/ee/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/ce/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/fe/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/5a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/ab/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/22/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e9/81/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/3a/sstate:libxdmcp-native::1.1.4:r0::11:be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/29/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/be/be/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/57/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/38/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/b5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/fb/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/1a/sstate:shadow-sysroot::4.6:r0::11:6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/29/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/8a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/be/sstate:lame::3.100:r0::11:11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/e0/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9b/55/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/96/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/6c/sstate:make::4.4.1:r0::11:456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/32/57/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/2f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/40/97/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/ad/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/78/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/88/27/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/bc/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/5d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/52/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/46/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/0c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/66/6e/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/96/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/89/e9/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/04/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/87/sstate:libnl::3.9.0:r0::11:14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/1c/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/97/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/86/sstate:xf86-video-vmware::13.4.0:r0::11:f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/45/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/56/4e/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/98/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/5a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/04/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e4/f6/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/1b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/b8/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/e6/sstate:cairo-native::1.18.0:r0::11:eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/eb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f6/5a/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/2f/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/7e/sstate:xf86-video-fbdev::0.5.0:r0::11:877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/68/07/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/31/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/81/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/af/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/62/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/1a/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/1c/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/f0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/69/sstate:shadow-native::4.14.2:r0::11:9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/5d/sstate:libgpg-error::1.47:r0::11:405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/bb/sstate:xrandr::1.5.2:r0::11:d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/64/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/29/54/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d9/b4/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/3e/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/a0/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5e/61/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/90/78/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/d5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/ed/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/19/3f/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4f/b4/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/19/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/3d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e2/25/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/ba/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/db/sstate:xserver-nodm-init::3.0:r0::11:34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/db/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e3/37/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/89/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/7f/sstate:libptytty::2.0:r0::11:307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/89/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/f1/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/97/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ad/28/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2e/4d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/7b/sstate:libseccomp::2.5.5:r0::11:b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/a8/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/7e/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/ba/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/36/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/9a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/eb/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/b2/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ee/fb/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/58/f1/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9f/9e/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/46/sstate:matchbox-panel-2::2.12:r0::11:a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/60/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/ca/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/8a/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/0f/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/71/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/e0/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/42/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/b6/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d7/0b/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/46/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/3d/sstate:libdnf::0.72.0:r0::11:9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/5f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/75/7d/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/80/b9/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/76/3c/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9e/e5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3e/72/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/29/52/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/d2/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/c9/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/12/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8f/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/27/6b/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/14/ed/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/2f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/95/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/9a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/f8/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/52/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/95/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/0a/sstate:rgb::1.1.0:r0::11:f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8a/63/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/87/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/03/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c7/57/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/94/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b1/3e/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/46/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/ff/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/03/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/8e/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/a5/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/1b/sstate:mkfontscale::1.2.2:r0::11:161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/c3/sstate:libxml2-native::2.11.5:r0::11:dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/05/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/c1/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/09/1f/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/b4/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/56/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/7e/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/cf/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c3/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/03/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/53/c7/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/df/d4/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/72/69/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/7f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/bc/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/d7/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/a9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/84/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/58/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/0a/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/19/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/96/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/95/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/ba/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/38/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/5d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b6/69/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/b8/sstate:python3-zipp-native::3.17.0:r0::11:89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/4d/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/95/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f9/09/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/42/4d/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/54/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b9/16/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/77/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bc/de/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d9/b2/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/39/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/61/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/7f/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/57/e5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/d0/sstate:libedit::20230828-3.1:r0::11:f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/43/37/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/f8/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f0/04/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/8d/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/1f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/93/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/29/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/fd/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/14/ee/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/d8/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/80/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/b2/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/89/2b/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/88/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/3b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e3/e2/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/9b/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/6b/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/55/sstate:libglu::9.0.3:r0::11:a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/68/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/0c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/18/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/c6/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/05/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/aa/06/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/00/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/c9/sstate:python3-installer-native::0.7.0:r0::11:bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/55/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/d7/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/9d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/a8/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/f3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/76/sstate:alsa-lib-native::1.2.10:r0::11:df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/71/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/4e/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/dc/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/51/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/e7/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/a2/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/93/c6/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/78/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/79/sstate:connman-gnome::0.7:r0::11:5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/a0/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/23/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/f3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7e/ec/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2_gcc_stash_builddir.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/09/sstate:xz::5.4.5:r0::11:91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/6e/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/9a/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/e1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/aa/sstate:patch::2.7.6:r0::11:5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/ad/sstate:libffi-native::3.4.4:r0::11:55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/7c/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/3e/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/35/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/e2/sstate:libpcre::8.45:r0::11:78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/aa/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/23/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/b4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/60/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/26/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/49/f6/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/3e/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/ca/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/22/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/fb/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/94/sstate:libxslt-native::1.1.39:r0::11:0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fa/d9/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ba/86/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/ee/sstate:flex-native::2.6.4:r0::11:8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/c9/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d9/6d/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/8f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/d4/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/9a/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/09/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/0b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/b5/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/ec/sstate:vala::0.56.13:r0::11:1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/c8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/cc/sstate:libpng::1.6.41:r0::11:accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/7e/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/a7/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/1c/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/8c/sstate:json-c-native::0.17:r0::11:3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6d/47/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/f0/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/cb/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/33/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/53/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/a5/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/27/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/62/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/4c/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/be/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0c/71/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/7c/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/c6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/ae/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/2d/sstate:python3-toml-native::0.10.2:r0::11:b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fc/fa/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/97/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/b3/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/44/sstate:glib-networking::2.78.0:r0::11:ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/d6/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/3d/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/d3/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/67/2f/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9f/6b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/ae/sstate:ofono::2.3:r0::11:c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/c4/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/61/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ba/92/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/08/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0a/71/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/10/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/39/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/fd/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/eb/ae/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/03/b7/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/5d/sstate:xorgproto-native::2023.2:r0::11:355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/21/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/d1/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/ec/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d5/0a/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/3e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/8a/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/79/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/7e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/aa/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4a/4e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/e5/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2d/03/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/2c/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0c/eb/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/d6/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/76/3c/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c1/46/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d0/79/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/44/92/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/53/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/88/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/2a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/8c/sstate:libnewt::0.52.24:r0::11:a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/3a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/a6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/87/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7b/89/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/e9/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/85/16/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/45/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/db/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/39/sstate:initscripts::1.0:r0::11:1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/e1/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/16/24/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d8/1d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/f4/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/c6/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/47/61/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/8f/sstate:libksba::1.6.5:r0::11:1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/07/17/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/79/ce/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/19/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f1/41/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/84/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/cc/sstate:shutdown-desktop::1.0:r0::11:76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/57/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/39/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/7f/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/da/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/81/sstate:dbus-native::1.14.10:r0::11:8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/a2/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/a6/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/98/sstate:openssl::3.2.0:r0::11:1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/31/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/94/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d3/02/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/32/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/3c/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/77/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/a4/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3c/9f/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8d/3b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/99/sstate:neard::0.19:r0::11:30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/c2/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/4d/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/a3/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/95/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/a9/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1_deploy.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/4a/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/ce/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/8d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/68/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/c3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/ff/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/38/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8f/35/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/1d/sstate:udev-extraconf::1.1:r0::11:e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/68/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/c7/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/55/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e9/a7/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/10/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/b2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/1c/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/83/sstate:lttng-tools::2.13.11:r0::11:76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/30/77/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/bd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/4d/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/71/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/12/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/e6/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/2b/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ff/11/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/23/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/08/74/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/6a/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bc/23/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6e/91/sstate:wayland-protocols-native::1.32:r0::11:6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/b9/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e6/6c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/aa/sstate:python3-docutils-native::0.20.1:r0::11:c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/2a/sstate:openssh::9.5p1:r0::11:d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/59/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/74/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/a9/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/8c/sstate:ninja-native::1.11.1:r0::11:098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/aa/01/sstate:mesa::23.3.5:r0::11:aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/f1/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/c0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/f1/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/2e/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ee/58/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/82/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/47/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/3d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/28/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/92/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d6/06/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/1e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/7b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/2d/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/21/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/40/07/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f6/f1/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/80/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6e/35/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/1b/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/5a/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/86/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/aa/4d/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/37/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/4f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/b8/sstate:xprop::1.2.6:r0::11:afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/b3/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e4/7b/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/41/sstate:at-spi2-core-native::2.50.1:r0::11:5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/75/3d/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/6a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d9/66/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/31/sstate:zip::3.0:r0::11:f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/f4/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/69/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/2a/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/5e/sstate:libxdamage-native::1.1.6:r0::11:725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/64/sstate:libxfixes-native::6.0.1:r0::11:4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/f2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a1/c5/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/90/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/27/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/b5/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/89/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/ec/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/ce/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/19/2e/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/ae/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/e9/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/dd/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/72/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/f4/sstate:gtk-doc-native::1.33.2:r0::11:aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/38/4d/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/d7/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/e9/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/d9/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/f3/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/4a/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/8d/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/eb/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/8c/sstate:libx11::1.8.7:r0::11:f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/f5/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/89/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b5/01/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ab/a2/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3a/27/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bb/24/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/ad/sstate:libfontenc-native::1.1.7:r0::11:56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/61/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/bf/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/a8/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/bf/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/27/2f/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/6d/sstate:createrepo-c-native::1.0.3:r0::11:da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/5d/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/78/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/e1/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/d7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/27/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/ad/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/ea/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/ff/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/d6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/23/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/66/df/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/84/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/5d/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/67/b6/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/56/12/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/b6/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/8c/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/e4/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/ad/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/39/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/07/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/85/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/ef/sstate:virglrenderer-native::1.0.1:r0::11:f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/b1/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/cb/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/6f/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/61/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/74/ff/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/2b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/b4/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/91/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/a8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/06/sstate:xcursor-transparent-theme::0.1.1+git:r0::11:1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/0d/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/72/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/3d/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/c4/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/0d/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/ea/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/68/36/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/65/sstate:cwautomacros-native::20110201:r0::11:5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/e0/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/dd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/86/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/2e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/52/33/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/25/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/82/8a/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/f1/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/12/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/ae/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/79/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/3e/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c1/6d/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/cd/10/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/d7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/b3/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/a0/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/24/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/43/sstate:xf86-video-cirrus::1.6.0:r0::11:9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/29/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/2c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d2/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/31/sstate:xhost::1.0.9:r0::11:d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/3f/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/59/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/f5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/39/6e/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/29/3c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/26/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/31/2c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/9b/sstate:rsync-native::3.2.7:r0::11:579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/70/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/ad/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/61/sstate:libtirpc::1.3.4:r0::11:7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/1d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/7a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/cb/sstate:libpsl::0.21.5:r0::11:00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/13/52/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/fb/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/d0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/f9/sstate:lttng-ust::2.13.6:r0::11:01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/39/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/57/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/e3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/39/sstate:slang::2.3.3:r0::11:4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/00/sstate:packagegroup-core-x11-sato::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/cb/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/85/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/55/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/5b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/9c/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/b7/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/9d/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/d3/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/b0/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0e/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/a9/sstate:shared-mime-info-native::2.4:r0::11:b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/e3/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/88/60/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/f1/sstate:curl-native::8.6.0:r0::11:c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/9f/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/eb/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/ea/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/c0/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/05/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/09/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/ea/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/11/1b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/ee/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/8b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/fd/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/ef/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/78/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::11:e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/b1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/3f/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/12/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/03/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/93/sstate:quota::4.09:r0::11:0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/66/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/61/29/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/ef/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/f0/sstate:encodings::1.0.7:r0::11:1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/47/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d2/26/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/8e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/f1/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/c9/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/33/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/c0/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8a/60/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/fe/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/a2/sstate:docbook-xml-dtd4-native::4.5:r0::11:aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8b/7a/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/88/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/42/e7/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/a6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/4f/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/34/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/e8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/31/60/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/fd/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/0d/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/3f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/02/sstate:makedevs::1.0.1:r0::11:6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/04/3e/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/d3/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/11/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/21/63/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/f7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/00/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9f/fb/sstate:python3-pyproject-hooks-native::1.0.0:r0::11:9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/a3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/32/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/aa/6a/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/ac/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/af/38/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/71/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/56/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/3c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/39/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/5b/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/ac/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/eb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/ca/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/d5/sstate:man-db::2.12.0:r0::11:50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/9a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/b9/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/7d/sstate:sysklogd::2.5.2:r0::11:067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/a9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/5d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/bb/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/05/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/79/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/9b/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/3d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/8b/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/17/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/a7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/5f/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/dc/sstate:gdbm-native::1.23:r0::11:bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/49/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/da/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/06/b6/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/6a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/b3/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/f2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/f6/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/67/81/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/ba/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/c0/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/5c/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/31/79/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/d1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/e2/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/33/84/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/c0/sstate:libunwind::1.6.2:r0::11:e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/46/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/09/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/4b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/00/sstate:packagegroup-core-boot::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/cd/sstate:gnupg::2.4.4:r0::11:e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/8d/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/11/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/52/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/5d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/ae/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/20/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/08/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/51/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/2d/sstate:gnutls::3.8.3:r0::11:fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/a7/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/55/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/80/75/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/07/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/44/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7d/70/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/75/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/0e/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/a5/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/2b/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/21/92/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bf/63/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/12/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/63/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/69/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/06/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/07/2b/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/75/sstate:speexdsp::1.2.1:r0::11:8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/2b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/dc/sstate:bison-native::3.8.2:r0::11:21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/e8/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/22/sstate:libsolv::0.7.28:r0::11:002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/0e/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b8/ce/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/44/sstate:python3-pathlib2::2.3.7:r0::11:38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/41/sstate:python3-trove-classifiers-native::2024.1.8:r0::11:2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/f8/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/7d/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/ca/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/89/18/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/ba/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/a6/sstate:update-rc.d::0.8:r0::11:eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d6/e3/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/c7/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/6a/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/05/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/98/f2/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/b6/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/68/sstate:xset::1.2.5:r0::11:2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/03/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/4e/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/17/sstate:findutils::4.9.0:r0::11:0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/53/08/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/b1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/3a/sstate:bzip2::1.0.8:r0::11:7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b6/78/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/81/0f/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/f3/sstate:font-util-native::1.4.1:r0::11:b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/7c/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/97/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/49/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/5d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/e1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/4a/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ad/96/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/12/d8/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/ab/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/83/sstate:pixman-native::0.42.2:r0::11:7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/be/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/13/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/ad/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/1f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/61/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/1b/sstate:libstd-rs::1.74.1:r0::11:b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/17/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/63/a5/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/d6/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/0d/sstate:xcb-proto::1.16.0:r0::11:480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/be/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/32/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c5/da/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/fc/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/b5/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/09/0d/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/69/sstate:python3-typing-extensions-native::4.9.0:r0::11:3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/34/e5/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/56/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/e5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/cf/sstate:bison::3.8.2:r0::11:34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7d/03/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9c/c3/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/5c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/91/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/e6/sstate:gst-examples::1.18.6:r0::11:79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/a4/sstate:ptest-runner::2.4.2+git:r0::11:0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e7/86/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/9a/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1e/e1/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/08/sstate:mesa-native::23.3.5:r0::11:4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/89/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/2f/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/e4/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/8e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/2b/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0a/fb/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/91/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/58/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/48/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2d/45/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/f2/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/1e/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/75/89/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/28/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/1a/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/b8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/4e/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/be/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/59/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/4b/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/ab/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/7e/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/2e/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/c3/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/c0/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6f/0e/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6e/79/sstate:pigz-native::2.8:r0::11:6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/7a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2d/ea/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/26/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/bb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/51/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/2c/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/89/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a4/98/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/19/bc/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/bc/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/5d/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/19/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/79/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/f4/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/43/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/fb/sstate:libsdl2-native::2.28.5:r0::11:ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/25/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/a5/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/d5/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/24/sstate:valgrind::3.21.0:r0::11:db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/b5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/e1/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/eb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/4a/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d1/5c/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/00/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/e3/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/82/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/fe/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/7e/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/99/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/a6/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/d4/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/49/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/c8/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/d8/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/93/bb/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/a2/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/c7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/bd/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/53/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/31/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/11/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/67/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/4a/sstate:sysvinit::3.04:r0::11:544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/89/d4/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/a9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/73/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/4e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/22/be/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/66/sstate:sysvinit-inittab::2.88dsf:r0::11:8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/2d/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/1b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/56/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/b3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/1d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/dd/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/cb/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b4/00/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/ac/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8c/b9/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/f8/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/74/d8/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/a3/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/6e/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/92/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6d/ca/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/d7/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b0/d4/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/78/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1f/b9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/17/21/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/ca/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/8d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/d0/sstate:libxxf86vm::1.1.5:r0::11:32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/85/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/a0/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/57/9e/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/6e/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/f3/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/12/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/03/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/df/bf/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/58/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0a/8f/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/cd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/d2/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/12/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/78/sstate:libxcursor-native::1.2.1:r0::11:1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/48/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/3f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/db/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/53/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/56/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/22/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/c0/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/47/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/26/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/87/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/44/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/fa/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3c/88/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/b0/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/8e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/05/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/2c/sstate:cracklib-native::2.9.11:r0::11:b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/b3/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/ab/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/26/62/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/a1/sstate:expect::5.45.4:r0::11:20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/a6/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1f/da/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1b/7d/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/ff/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/59/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/f4/sstate:python3-smartypants::2.0.0:r0::11:bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/43/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/2b/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/c0/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/35/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/9e/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/fc/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/95/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/73/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/51/f7/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/6b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/db/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/3c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/64/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/00/sstate:packagegroup-core-tools-profile::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/5a/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/f9/sstate:matchbox-desktop::2.3:r0::11:95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/3a/sstate:attr::2.5.1:r0::11:583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/81/sstate:python3-hatch-vcs-native::0.4.0:r0::11:34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/69/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/c8/sstate:libbsd-native::0.11.8:r0::11:b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/bd/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/1c/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/ea/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/e0/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2d/d1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/4e/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8b/af/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/cc/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/89/sstate:libpcre2::10.42:r0::11:c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/f8/sstate:expat::2.5.0:r0::11:b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/31/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/d1/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/33/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/32/45/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/c1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/8f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/fd/sstate:pixman::0.42.2:r0::11:b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/cf/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4c/66/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/e0/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/bf/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/6e/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/8b/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/67/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/70/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/57/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/f6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/b4/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/05/sstate:xmlto-native::0.0.28+0.0.29+git:r0::11:7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/45/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/45/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ad/15/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/3b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/29/7a/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/5f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/ab/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/4f/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/72/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/30/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/85/97/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fc/1a/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/44/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/a5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/b1/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8c/01/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/da/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/bd/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3e/38/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/36/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/b8/sstate:harfbuzz-native::8.3.0:r0::11:d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/65/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/e3/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/b1/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/6d/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/63/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/ab/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/ca/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6c/e8/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/80/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/f3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/5c/sstate:libpcre2-native::10.42:r0::11:7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/d1/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/60/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/31/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/49/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/e6/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/10/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/1b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/a0/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/aa/1c/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/41/65/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8a/19/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2d/17/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/83/19/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/b0/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/b6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/c2/sstate:xmodmap::1.0.11:r0::11:c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/63/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/09/e4/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/20/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/82/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/16/sstate:libjpeg-turbo-native::3.0.1:r0::11:48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/2a/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5a/50/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/da/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/4e/sstate:dbus::1.14.10:r0::11:724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/16/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f6/14/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/7c/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9f/ab/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1b/a4/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b2/b2/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/45/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/ad/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/d1/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/bd/sstate:icu-native::74-1:r0::11:abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/19/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/78/fb/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/8c/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/59/0c/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/22/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a9/c4/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/a6/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/5a/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b8/92/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e9/a1/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1c/58/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/fb/sstate:libusb1::1.0.26:r0::11:9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/65/sstate:alsa-plugins::1.2.7.1:r0::11:dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/37/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/99/sstate:gawk::5.3.0:r0::11:3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/3d/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/91/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/92/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/83/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/a3/sstate:util-macros::1.20.0:r0::11:2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/e2/sstate:python3-six::1.16.0:r0::11:fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/eb/42/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/b3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/5f/sstate:zlib-native::1.3:r0::11:ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7e/6e/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/8e/sstate:mtdev::1.1.6:r0::11:638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/72/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/ae/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/9f/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/95/sstate:lua::5.4.6:r0::11:7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/74/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/15/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/86/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/20/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/81/sstate:libsamplerate0::0.2.2:r0::11:1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/08/23/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/f9/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/0d/sstate:libogg::1.3.5:r0::11:b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/7c/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/c8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e2/a3/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/41/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bd/4e/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/14/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/08/07/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/5f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a4/ea/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/fc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/40/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/8e/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/29/5a/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/08/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/65/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/c2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/cf/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/0d/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/88/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0a/f3/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/7e/sstate:pinentry::1.2.1:r0::11:e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/1b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/7a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/6f/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ea/71/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/d3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/52/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/67/1a/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/d1/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/3e/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/68/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/78/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/8e/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/e8/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/7b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/db/sstate:v86d::0.1.10:r0::11:89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5f/4b/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/24/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/03/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/13/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/cc/sstate:libinput::1.25.0:r0::11:33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/9e/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/6b/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/cb/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/b8/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8e/55/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/f5/sstate:python3-more-itertools::10.2.0:r0::11:e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/54/52/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/a0/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/8c/sstate:orc::0.4.36:r0::11:ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e1/d5/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/f1/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/e2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/3c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/52/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/10/d0/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/df/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/bb/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/9f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/e3/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/2e/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/7e/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e2/e0/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/cb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/86/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d7/9e/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c8/1a/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/76/3c/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9d/36/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/35/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/3b/sstate:popt::1.19:r0::11:1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/0a/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/55/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2c/39/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/48/09/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/d5/sstate:libxres::1.2.2:r0::11:ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/4e/sstate:libxft::2.3.8:r0::11:534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/fe/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/c2/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/e2/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/fd/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/85/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/07/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/47/57/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/52/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/9d/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/24/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/d4/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/3c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/0a/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ed/59/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/8e/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/8f/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/95/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/27/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/15/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/89/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c1/c1/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/20/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/28/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/82/44/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/e8/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/80/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/5f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/25/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/27/sstate:shadow::4.14.2:r0::11:89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/e3/sstate:xorgproto::2023.2:r0::11:d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/00/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/58/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/4f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/8c/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/5b/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/d0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/a7/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d3/29/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/33/6f/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/42/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/34/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/99/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/39/6f/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/42/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/e1/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/5c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7e/f8/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/a1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/08/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/1f/sstate:sqlite3::3.44.2:r0::11:e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8b/2b/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a0/ff/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/26/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c8/b2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/2a/sstate:json-c::0.17:r0::11:782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/82/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/54/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/07/3f/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/01/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/ca/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/2b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/4c/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/c7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/b0/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/04/04/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/fe/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/39/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/3e/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/bc/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/5b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/f2/sstate:python3-pycairo::1.25.1:r0::11:98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/99/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/80/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ac/5a/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/13/4c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/b8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/a9/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/ac/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4d/2d/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4f/56/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/a0/sstate:pkgconfig-native::0.29.2+git:r0::11:e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/92/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ad/2b/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/b6/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/dd/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/99/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/60/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/73/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/d3/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/c9/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/fe/sstate:libnss-mdns::0.15.1:r0::11:befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/0f/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/e9/sstate:libpthread-stubs-native::0.5:r0::11:77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/a8/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/c1/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7c/9d/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/16/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/13/00/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/77/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/b6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/d6/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1f/60/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/a6/sstate:e2fsprogs::1.47.0:r0::11:eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/e4/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7a/75/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/e1/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/3f/sstate:zstd-native::1.5.5:r0::11:743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/50/sstate:libgcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/15/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/81/3e/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b6/8a/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/2c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/44/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/7d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/31/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/92/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/36/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/14/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/d3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7e/a9/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/8a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/6f/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/2b/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7a/64/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/07/ec/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/76/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/e9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/be/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/37/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/24/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/3f/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/79/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/09/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/9a/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/1e/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/08/9e/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/c0/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/6a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/32/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/84/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/0c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/08/sstate:icu::74-1:r0::11:9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/41/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/4e/sstate:libarchive-native::3.7.2:r0::11:464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/a9/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/4d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/57/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/8f/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/d8/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/22/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/92/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/1b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/89/sstate:zstd::1.5.5:r0::11:ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/78/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/21/45/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1b/99/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/9e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/ac/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/6e/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1b/97/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a7/3c/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/27/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a2/d7/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/b8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/b8/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/04/8f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/94/d5/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/fa/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/ba/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/4e/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/1b/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4f/ad/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/f7/sstate:xserver-xorg::21.1.11:r0::11:ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/5c/sstate:libxau::1.0.11:r0::11:3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/80/88/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/09/93/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/90/sstate:go-cross-core2-64::1.20.13:r0::11:da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/3b/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/24/7f/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/0e/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/49/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/36/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/b5/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/ce/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a7/04/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/16/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/f0/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ba/8d/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/c0/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/21/sstate:libtool-cross::2.4.7:r0::11:0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/96/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/86/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bd/27/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/7c/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/63/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/d8/sstate:python3-sortedcontainers::2.4.0:r0::11:b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/dc/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/3c/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/b5/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c9/8d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/e3/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/13/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/33/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/4c/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/19/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/5a/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c5/2e/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/c6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/85/2f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7a/49/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/56/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/36/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b2/8f/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/b0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/93/f9/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/2f/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/0c/sstate:dtc-native::1.7.0:r0::11:960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/a4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/dc/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/73/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/b3/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/52/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/80/30/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/e0/sstate:cargo::1.74.1:r0::11:cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/4f/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/c0/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/74/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e6/4f/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/bd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/1d/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/2a/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/5b/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/75/70/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/08/cd/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7a/3f/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/d4/sstate:glib-2.0::2.78.3:r0::11:fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/15/sstate:mobile-broadband-provider-info::20230416:r0::11:8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/00/sstate:packagegroup-core-sdk::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/03/sstate:libmd-native::1.1.0:r0::11:a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/c7/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/f9/sstate:python3-setuptools::69.0.3:r0::11:d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/6f/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/64/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/f7/sstate:python3-zipp::3.17.0:r0::11:f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/1c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/78/sstate:update-rc.d-native::0.8:r0::11:42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/ef/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/f5/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/af/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/52/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/ba/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/a9/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/d3/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/b8/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/09/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/68/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/c8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/ba/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/18/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/3b/sstate:xwininfo::1.1.6:r0::11:7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/ec/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/21/sstate:liburcu::0.14.0:r0::11:0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/93/7f/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/d8/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/74/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0e/65/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/f6/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/b1/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/7f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/e2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/3f/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fd/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/51/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/2d/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/01/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/b4/sstate:perl::5.38.2:r0::11:95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/3c/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/0d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/2a/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/d1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/8d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/66/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/44/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/1a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/12/89/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/17/4a/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7a/c2/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/45/3e/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/f6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/ab/sstate:lua-native::5.4.6:r0::11:ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/67/48/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/99/sstate:mc::4.8.30:r0::11:8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/85/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/b1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/22/sstate:at::3.2.5:r0::11:0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6f/bc/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/2e/sstate:bash::5.2.21:r0::11:e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/9d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/91/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/03/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/fc/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/71/a9/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/42/ea/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/d1/sstate:libxtst-native::1.2.4:r0::11:cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/6e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/95/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/92/55/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/ff/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/aa/86/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/c6/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6e/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/2c/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702_stash_locale.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/a1/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/76/35/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/a1/sstate:python3-attrs::23.2.0:r0::11:bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b2/a4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/e9/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/9a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/74/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/00/2d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f7/70/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d7/7f/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5f/ab/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/33/sstate:go-binary-native::1.20.13:r0::11:7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/26/9b/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/af/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/1c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/b3/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/58/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/7d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/39/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/f8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/46/sstate:menu-cache::1.1.0:r0::11:98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/a6/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/57/sstate:libssh2::1.11.0:r0::11:db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/ce/sstate:makedepend-native::1.0.8:r0::11:13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/1b/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/15/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/70/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2b/03/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/90/sstate:sato-screenshot::0.3:r0::11:6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/19/c1/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8e/55/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/5f/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/e4/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/f3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/0e/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/f3/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/e0/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/d9/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9f/b5/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/ae/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b3/55/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/45/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/5f/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/05/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/bb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/8e/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/e2/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/2d/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/a9/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/37/f4/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/aa/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/03/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/46/cc/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/f5/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/24/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/74/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/7a/sstate:ttyrun::2.30.0:r0::11:a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/9d/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/65/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/3a/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/9a/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/c0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/44/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/cd/sstate:psplash::0.1+git:r0::11:55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/4d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/10/sstate:unfs3-native::0.10.0:r0::11:4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1b/7a/sstate:dwarfsrcfiles-native::1.0:r0::11:1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/81/sstate:itstool-native::2.0.7:r0::11:708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/95/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/22/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/16/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/48/27/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/95/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2f/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/28/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/fe/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/7e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/21/2a/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/89/sstate:gettext-native::0.22.4:r0::11:4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/88/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/14/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/be/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/a3/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/70/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/09/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/6c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2e/1c/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/c7/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/2f/sstate:gzip::1.13:r0::11:1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/15/sstate:iw::6.7:r0::11:3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/f6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4b/c2/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/e4/sstate:libgcrypt::1.10.3:r0::11:8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/8b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/41/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ea/97/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/58/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/54/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a5/12/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/52/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/72/da/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6e/8d/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/0d/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/32/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/ee/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a1/9f/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/ea/sstate:libfm::1.3.2:r0::11:e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/16/sstate:libtasn1::4.19.0:r0::11:a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/65/a5/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/df/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9f/b6/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/11/44/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/2a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ab/b4/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/c8/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/80/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/ab/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/45/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/39/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/0b/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/e0/sstate:libxml-sax-base-perl-native::1.09:r0::11:17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/fd/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/b8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/45/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/bc/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/12/2b/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/3a/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/9c/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/be/sstate:perl-native::5.38.2:r0::11:f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3b/35/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/63/8f/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/24/7a/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/69/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5e/95/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/21/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3f/b9/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/93/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/0b/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/47/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/41/95/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/f9/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/7f/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/24/ff/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/cb/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/41/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/70/1f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/7c/sstate:libgcc-initial::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/cf/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/95/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/05/37/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/13/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0a/6d/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a9/ae/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/bf/sstate:python3-markupsafe::2.1.3:r0::11:b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/59/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/10/16/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/15/8f/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ee/eb/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/bd/sstate:settings-daemon::0.0.2:r0::11:56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/96/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/24/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/b7/sstate:ldconfig-native::2.12.1:r0::11:33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/0f/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/66/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/7c/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/e8/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/92/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/39/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/83/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/36/bf/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/21/sstate:shaderc-native::2023.7:r0::11:ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ed/13/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/2b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/aa/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/39/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/84/c1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/1d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8f/ab/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/44/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/86/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/64/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/4d/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/60/49/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ca/bf/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/73/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0a/bd/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/e8/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/c3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/1e/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e5/78/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/08/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/a5/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/ab/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/c9/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/cf/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/5d/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/2a/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/3a/sstate:gcc-sanitizers::13.2.0:r0::11:683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/ec/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/9a/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/70/5e/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/82/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/11/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/77/d9/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/af/sstate:python3-iniparse-native::0.5:r0::11:b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/d0/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/65/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/10/52/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/42/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7a/a1/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/41/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/44/a3/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/26/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f9/86/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/a1/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ae/81/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/3f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/de/sstate:mpfr-native::4.2.1:r0::11:86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/cd/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/da/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/10/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/71/f7/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/d9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/2a/sstate:gpgme::1.23.2:r0::11:fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/11/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/48/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/47/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/00/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1c/0b/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/37/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6a/c3/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2f/0c/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/5b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e2/f7/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/9b/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2e/77/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/8e/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/59/sstate:bc-native::1.07.1:r0::11:67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/fc/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/aa/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/2a/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/21/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d1/b5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/d0/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/ef/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a0/95/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/00/32/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/5a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/8f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/88/sstate:python3-setuptools-scm-native::8.0.4:r0::11:8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/8d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/79/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/98/sstate:tcl-native::8.6.13:r0::11:f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/62/sstate:cairo::1.18.0:r0::11:5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/20/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/69/96/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/64/sstate:libpciaccess::0.17:r0::11:4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/6c/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c0/ee/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9e/3a/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/42/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/94/sstate:libcomps-native::0.1.20:r0::11:dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/6f/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/cb/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/93/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/85/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/3f/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/40/ae/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/4f/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/09/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/e2/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f4/d8/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6a/e5/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/00/5f/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b7/f7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bb/21/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/96/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/ae/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/72/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/20/d5/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/a5/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/12/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/ed/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/0f/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/4b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/2f/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/be/bc/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/5f/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/a6/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/d9/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/0b/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/1b/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/16/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/15/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d6/f2/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/d7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/1b/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/5f/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/db/sstate:vulkan-headers::1.3.268.0:r0::11:13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/f7/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/10/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9e/3a/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/b9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/0d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/54/3f/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/25/sstate:dbus-glib::0.112:r0::11:c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/8c/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/66/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6f/71/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/a3/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f0/5b/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/42/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/40/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/4b/sstate:tcf-agent::1.8.0+git:r0::11:594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/02/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/79/22/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/b0/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d7/59/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/92/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/f9/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/13/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/4c/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/b2/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/1f/sstate:xrestop::0.4:r0::11:8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/a4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/78/7f/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/3d/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/49/f8/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/83/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f6/78/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/07/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/a3/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c8/34/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/76/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/66/sstate:xdpyinfo::1.3.4:r0::11:9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/24/d5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b9/2f/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fd/10/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/76/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/be/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/5c/sstate:python3-six-native::1.16.0:r0::11:d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9f/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/52/8d/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/d4/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/ed/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/54/dd/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/8c/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/58/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ee/42/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/3d/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/3e/sstate:libxml-namespacesupport-perl-native::1.12:r0::11:173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/91/a0/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1b/0f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/fe/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/90/42/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/16/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/03/sstate:tar::1.35:r0::11:16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/45/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/a9/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/17/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/51/b6/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/51/sstate:libxext::1.3.5:r0::11:b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/c7/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/1d/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/1f/sstate:modutils-initscripts::1.0:r0::11:4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8c/a8/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/f6/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3b/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/72/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/4f/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/74/sstate:packagegroup-core-tools-debug::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/df/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/67/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/9a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bf/ec/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/a4/sstate:python3-atomicwrites::1.4.1:r0::11:11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e7/bf/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/19/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/41/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/3d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/47/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/60/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f7/56/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/08/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/59/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/b0/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c0/4a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/13/sstate:kern-tools-native::0.3+git:r0::11:1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/31/sstate:packagegroup-core-eclipse-debug::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/91/4f/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/9e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/18/e1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/21/f4/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/5c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/64/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/21/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/4c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/b5/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5a/27/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/ac/sstate:gtk-doc::1.33.2:r0::11:2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/b2/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/4a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/68/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4a/d7/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2f/ef/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/35/ac/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/f4/sstate:gi-docgen::2023.3:r0::11:68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/e7/sstate:nfs-utils::2.6.4:r0::11:b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/88/8d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/42/e7/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/90/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/c4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/ad/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/7c/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/58/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/3b/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/41/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/35/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/48/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/76/sstate:python3-calver-native::2022.6.26:r0::11:0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/1b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/d5/sstate:kernel-devsrc::1.0:r0::11:0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7e/a3/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/a5/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/8f/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9b/0c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/02/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e7/bb/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/01/a7/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/2a/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/90/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/dc/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/50/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/68/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/51/sstate:autoconf::2.72e:r0::11:65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/92/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/e4/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/72/d6/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/ba/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/34/1a/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e0/2c/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/31/sstate:packagegroup-core-ssh-openssh::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/00/sstate:packagegroup-core-tools-testapps::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7a/7c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7c/67/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/2a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/d2/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/e7/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/5e/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ff/ab/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/31/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/bb/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/b5/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/b9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/c4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/5f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/a7/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/b9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/e9/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/12/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/8d/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/fd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b8/b1/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/d8/sstate:gcc-cross-x86_64::13.2.0:r0::11:fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/30/sstate:libmatchbox::1.12:r0::11:38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/f4/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/59/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7a/01/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/6f/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/11/sstate:util-linux-libuuid::2.39.3:r0::11:6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/c0/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/3c/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/82/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/9c/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/3d/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/79/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f8/94/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/04/8c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/77/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/8b/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/86/fb/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/95/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f7/59/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/74/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/a6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/08/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/13/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/39/5f/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/91/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/6b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/4e/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/b0/sstate:dosfstools::4.2:r0::11:26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/bc/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1b/1e/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/a3/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3d/62/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ac/a2/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/2a/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/74/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e0/6f/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/24/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/7c/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/73/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/2f/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/9a/sstate:libgudev::238:r0::11:db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/1e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4b/51/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/59/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/42/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/55/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/4a/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/f8/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/32/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/58/sstate:zip-native::3.0:r0::11:9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/22/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/22/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/62/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/c2/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b3/56/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/2c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/55/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/f4/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a0/86/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/4b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/8c/sstate:libxml-sax-perl-native::1.02:r0::11:818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/2b/sstate:pango::1.51.0:r0::11:b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/74/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/c8/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/80/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/af/3c/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/28/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d2/34/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/a6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/19/da/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/ae/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/bb/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/1a/sstate:python3-hatchling-native::1.21.0:r0::11:1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/03/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/c5/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/1e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/f0/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/5e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d8/4b/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/74/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/4f/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1b/dc/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/e8/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/e8/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/28/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/39/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/e0/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/f0/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/86/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/ff/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/4d/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/3e/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/f8/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/21/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/ba/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/58/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/03/f2/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/90/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/58/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/ab/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/27/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/c9/sstate:autoconf-native::2.72e:r0::11:07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1f/a9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/07/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a6/6b/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/82/92/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/de/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/0d/sstate:chrpath-native::0.16:r0::11:ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/73/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/50/55/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/66/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/ab/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/01/77/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/84/a9/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/76/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9e/9b/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/b2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/0d/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/d3/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/ef/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/35/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/ca/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/0a/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/3e/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/3b/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/58/1d/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/c8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/31/sstate:libxv::1.0.12:r0::11:233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/00/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/76/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/15/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/71/sstate:libxml2::2.11.5:r0::11:1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/e2/sstate:time::1.9:r0::11:8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/59/82/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f6/4d/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/d3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/2a/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/cd/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/60/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/03/54/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/58/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/62/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/79/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/18/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/ca/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/d5/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/66/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7a/79/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/a3/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/58/sstate:libgpg-error-native::1.47:r0::11:8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/a4/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/4d/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/e0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/27/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/3d/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5a/c7/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/6e/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/7a/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/3a/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/d4/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/64/36/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c2/94/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a2/ae/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/03/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/a4/sstate:depmodwrapper-cross::1.0:r0::11:f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/10/sstate:vte::0.74.2:r0::11:ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c4/df/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/67/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/30/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/24/b7/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/ba/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/c1/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/3b/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/0f/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/e3/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/e0/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/45/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e6/ca/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/1c/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/92/sstate:libfakekey::0.3+git:r0::11:cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/fa/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/77/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/e8/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/7f/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/01/sstate:intltool-native::0.51.0:r0::11:f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/67/sstate:opkg-utils::0.6.3:r0::11:5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/f1/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/6d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/dd/a4/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/c8/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/08/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/88/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/ae/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/c3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1c/80/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/e7/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/39/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/ce/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/a4/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/49/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/ee/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/50/d6/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/96/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6c/3c/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7d/ba/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/a6/sstate:libsoup::3.4.4:r0::11:a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bd/ba/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/d0/sstate:libxcb::1.16:r0::11:fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/91/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/2c/sstate:gconf-native::3.2.6:r0::11:052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/56/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/ff/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/a6/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/53/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/ed/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/dd/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/48/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/fc/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/f8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/93/sstate:patch-native::2.7.6:r0::11:2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9d/fc/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d6/bd/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/e2/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/52/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f3/7d/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/80/d3/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/56/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2e/22/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/99/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/19/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/3b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/80/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/97/sstate:rust-native::1.74.1:r0::11:ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/ee/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/66/43/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/3d/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/b2/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/46/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/0d/sstate:libsndfile1::1.2.2:r0::11:590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/32/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/a1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/80/da/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/00/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/90/sstate:libxau-native::1.0.11:r0::11:7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/68/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/19/bb/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/b8/sstate:libevdev::1.13.1:r0::11:7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/0e/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/0a/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/83/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/fa/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/68/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/b4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/ab/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/04/20/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/e4/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/f3/sstate:rpcbind::1.2.6:r0::11:fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/83/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/9d/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/98/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/0d/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/df/f3/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/79/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0b/ad/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fe/3b/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/ec/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/01/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/c9/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/33/sstate:shared-mime-info::2.4:r0::11:b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/0c/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/c1/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/16/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e6/bc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7d/c5/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9f/b4/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/45/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/e4/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/9c/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/7b/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/bf/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9a/84/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/26/ef/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/42/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/50/b3/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/05/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/9c/sstate:libtheora::1.1.1:r0::11:749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/af/79/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/72/23/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1c/f7/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/a9/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f3/76/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/3f/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/88/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/0d/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/78/fe/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/99/89/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6f/82/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/c0/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/20/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/03/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/b5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/d0/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bd/dc/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/a5/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/ff/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/35/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/7c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/c1/sstate:libatomic-ops::7.8.2:r0::11:dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/04/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3a/2b/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/cd/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/28/af/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/44/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/38/sstate:ncurses-native::6.4:r0::11:643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/f8/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/ba/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/04/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/ae/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/7f/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b6/60/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/37/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/5d/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/d2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9e/5a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/5f/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/ec/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/71/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/7a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/34/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/b8/sstate:libmicrohttpd-native::0.9.77:r0::11:55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/a2/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/00/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/13/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/f2/sstate:librsvg-native::2.56.3:r0::11:c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/64/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/7f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/14/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/f2/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/59/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/1a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/89/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/9b/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/ca/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/3d/sstate:go-runtime::1.20.13:r0::11:583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/e9/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6e/09/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/51/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/20/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/f9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/71/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/8f/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/6e/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/b9/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/cf/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/87/sstate:m4-native::1.4.19:r0::11:c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/79/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/45/01/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/4e/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/72/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/35/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/f6/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ab/00/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/50/sstate:gcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/28/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fb/3f/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/ac/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/01/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/9f/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/f8/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/95/f4/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/eb/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/b4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/51/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/c2/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/07/sstate:wireless-regdb::2023.09.01:r0::11:5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/13/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/83/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/9e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/1a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/47/sstate:glibc::2.38+git:r0::11:c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/30/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/f0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/9d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/a5/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/92/06/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d9/b4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/12/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/4a/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/3b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/aa/sstate:libcap-ng-native::0.8.4:r0::11:8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/85/bb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/78/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/00/55/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/47/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/51/fd/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/5b/sstate:sato-icon-theme::git:r0::11:a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/cf/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/b2/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/5a/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0a/17/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/ff/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/8d/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/cd/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/fe/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/03/39/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/28/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1e/cb/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/39/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/29/f5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/ea/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/5b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/5d/sstate:kmod::31:r0::11:865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/ed/sstate:eudev::3.2.14:r0::11:9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/4d/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/f9/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/90/29/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9a/13/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/27/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/b6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/5c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/47/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/b0/sstate:libxml-simple-perl-native::2.25:r0::11:18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/53/sstate:sudo::1.9.15p5:r0::11:3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/ea/sstate:matchbox-session-sato::0.1:r0::11:2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/11/6f/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/f6/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7d/7d/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/a0/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/33/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ed/4b/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/63/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/ba/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/96/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bf/f1/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/cc/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f9/6a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/a7/sstate:libdnf-native::0.72.0:r0::11:53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/02/sstate:python3-setuptools-native::69.0.3:r0::11:ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/d5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/b0/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/ad/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c1/69/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/e7/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c7/e1/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e6/eb/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/90/43/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/de/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/ab/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/9b/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/6f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/b4/sstate:ca-certificates::20211016:r0::11:1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/dd/1b/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/e1/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/a9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/6c/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/73/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/27/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/18/59/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8c/e7/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/77/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/91/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3b/0d/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/7e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6a/89/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/16/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/f5/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/74/74/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/57/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/a0/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/9a/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/4d/sstate:tcp-wrappers::7.6:r0::11:224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/ef/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/41/sstate:matchbox-session::0.1:r0::11:c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/b8/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/01/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3b/eb/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/96/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/18/sstate:libtraceevent::1.7.3:r0::11:df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/26/81/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7a/c8/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/3f/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/c1/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/6b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/27/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/03/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/c9/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/79/e6/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/90/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/a5/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/29/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/88/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/11/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/ca/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/73/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/7e/sstate:tzcode-native::2023d:r0::11:087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/7f/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/58/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/76/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3a/2c/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/86/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/2c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f2/2e/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/5b/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/64/a5/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c7/d8/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/8f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/e9/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/06/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/b3/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/c6/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/40/sstate:libxcvt::0.1.2:r0::11:4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/b8/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/a4/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/96/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/ec/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/e7/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0a/d0/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/ac/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/29/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/be/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f6/73/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/bd/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/1c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fd/eb/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ba/b8/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/0a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/a0/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0d/f1/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/ad/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/94/dc/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b3/e8/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/88/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e4/21/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f0/cf/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/34/sstate:python3-mako-native::1.3.0:r0::11:4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/4a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/26/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/f3/sstate:puzzles::0.0+git:r0::11:74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/55/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/91/29/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/9f/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/d2/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/e8/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b0/d1/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/55/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f8/8c/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/a2/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2f/1c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d6/99/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/b9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/ff/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/b2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/51/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/3b/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/f2/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/44/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/17/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/ff/sstate:linux-yocto::6.6.12+git:r0::11:45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/29/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/70/6a/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/85/sstate:xauth::1.1.2:r0::11:548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/31/0d/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f0/73/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/9c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/2d/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/8a/sstate:glibc-locale::2.38:r0::11:908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/65/sstate:at-spi2-core::2.50.1:r0::11:5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/6e/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/14/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/0a/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/76/sstate:formfactor::0.0:r0::11:1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/8f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/20/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/c7/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a6/95/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/e6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/91/sstate:iso-codes::4.16.0:r0::11:c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a3/c0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/e3/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/58/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5a/62/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/a1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/15/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/45/1f/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/d4/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/df/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/b0/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/fc/sstate:elfutils::0.189:r0::11:0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/9d/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d8/02/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a0/21/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/c7/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1b/91/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/59/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/15/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/c8/sstate:texinfo-dummy-native::1.0:r0::11:8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/69/84/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/db/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/b3/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fb/4c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/2f/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/26/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/d5/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/d8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/0e/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/40/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/5a/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/04/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/ba/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/b7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/da/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/91/sstate:babeltrace::1.5.11:r0::11:3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/7c/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/38/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fb/d5/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/3b/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/e4/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/dc/8f/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/06/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/91/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/0f/sstate:libnsl2::2.0.1:r0::11:bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/05/04/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/38/sstate:xf86-video-vesa::2.6.0:r0::11:d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/51/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/f8/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/46/0d/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2e/75/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/45/d5/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/dc/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/92/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/06/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/bc/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/1b/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/6e/sstate:autoconf-archive-native::2023.02.20:r0::11:036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/c9/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/46/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/5a/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/44/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/e7/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/ce/sstate:libsoup-2.4::2.74.3:r0::11:97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/89/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/20/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/b9/sstate:gstreamer1.0-plugins-bad::1.22.9:r0::11:e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/a7/sstate:orc-native::0.4.36:r0::11:61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/4b/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/c7/sstate:ppp::2.5.0:r0::11:ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/70/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/91/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/7a/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/7f/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/3b/sstate:less::643:r0::11:fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/f1/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7a/43/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/85/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/c8/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/82/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/83/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/3c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/13/26/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/0b/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b3/aa/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/3a/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/ba/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/48/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/c5/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e9/c8/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/8d/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/9a/sstate:libxi::1.8.1:r0::11:579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/2a/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/01/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/49/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/b5/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4a/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/90/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2c/0e/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/38/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/69/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c0/6e/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/af/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/b2/sstate:diffutils::3.10:r0::11:c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/df/sstate:rxvt-unicode::9.31:r0::11:20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/22/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/06/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/50/63/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/9a/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/0d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/90/sstate:desktop-file-utils::0.27:r0::11:7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/28/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/6c/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/5d/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/35/a5/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/84/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/ac/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0f/3d/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/b4/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/88/sstate:bc::1.07.1:r0::11:7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/03/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/43/73/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/10/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/72/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/d2/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/7c/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/89/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/bc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/42/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/5e/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/8f/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/1e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/52/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/d9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/41/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/21/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/60/10/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/23/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/7a/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/a7/sstate:python3-importlib-metadata::7.0.1:r0::11:83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/05/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7b/22/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/85/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/de/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/c0/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7e/05/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bd/a6/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/af/57/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/41/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/aa/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/63/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/64/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/a3/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4d/27/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/2c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/4e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/36/11/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/45/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/ba/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/18/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/e0/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/10/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/77/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/ba/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/b1/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/ad/sstate:libnsl2-native::2.0.1:r0::11:55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/36/sstate:libarchive::3.7.2:r0::11:f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/c7/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/08/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/bf/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/38/sstate:alsa-ucm-conf::1.2.10:r0::11:c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/7e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/4d/sstate:matchbox-config-gtk::0.2+git:r0::11:ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/73/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9c/bf/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/68/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/e3/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/a9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/9c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/2b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/9c/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/20/bc/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/4c/sstate:libsm::1.2.4:r0::11:af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c2/94/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/90/1e/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/f2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/45/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/2a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/bb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b5/a0/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/3f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/3b/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/3c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/19/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/d0/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/20/f4/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/e2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/98/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/72/c4/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/f6/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8f/3a/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/b7/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f6/a1/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/9a/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/42/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/47/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/6c/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/c6/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/d6/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/89/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bb/6d/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/f4/sstate:zlib::1.3:r0::11:bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4b/98/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/b4/sstate:matchbox-keyboard::0.1.1:r0::11:b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/1f/sstate:llvm-native::17.0.6:r0::11:7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/a5/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/c1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/e7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/f7/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/94/6a/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/31/sstate:packagegroup-core-x11::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/16/be/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/db/65/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/c8/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/20/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/82/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/39/ee/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/f1/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/62/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/50/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/ce/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/18/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ad/9e/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/a2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/8e/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/36/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/3e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/60/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/80/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/72/sstate:curl::8.6.0:r0::11:987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/2e/sstate:libidn2::2.3.7:r0::11:3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/17/d9/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/3f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/99/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/29/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/e2/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/86/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/a4/sstate:libpng-native::1.6.41:r0::11:b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/c0/sstate:libxkbfile::1.1.2:r0::11:fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/26/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/68/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/3b/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/46/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4b/4e/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a5/21/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/fd/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/95/65/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/e3/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5d/22/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/94/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/b5/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/3a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/04/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/b9/sstate:binutils-cross-x86_64::2.41:r0::11:eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/cd/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/19/68/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/da/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/d3/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/89/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8b/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/40/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/29/11/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/04/sstate:socat::1.8.0.0:r0::11:6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/0c/sstate:qemuwrapper-cross::1.0:r0::11:2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/07/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/2e/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/89/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5e/00/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a8/31/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/f8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/6d/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/1a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/b4/sstate:taglib::1.13.1:r0::11:66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/65/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/b4/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/00/1b/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e3/67/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/8a/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/45/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/bf/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/03/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/1b/sstate:python3-native::3.12.1:r0::11:a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/e6/sstate:gdb::14.1:r0::11:05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/6e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/8f/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/6f/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/62/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/dc/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1b/8c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a8/03/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/79/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/2f/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/e3/sstate:xinput::1.6.4:r0::11:98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/97/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fa/a7/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/c9/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/2d/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/30/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/97/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/04/5f/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/bd/sstate:python3-py::1.11.0:r0::11:8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/c2/sstate:iptables::1.8.10:r0::11:f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/04/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e5/de/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a0/d3/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/97/7d/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/2f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/d7/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/f7/sstate:json-glib::1.8.0:r0::11:50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/76/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c3/4b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/27/sstate:libical-native::3.0.17:r0::11:1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/07/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/45/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/2c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/0a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/31/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/30/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/ea/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/3c/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/21/sstate:python3-pathlib2-native::2.3.7:r0::11:a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/52/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/0a/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/3c/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/8f/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/37/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/4f/sstate:libcap-ng::0.8.4:r0::11:3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/fe/sstate:alsa-topology-conf::1.2.5.1:r0::11:6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/85/3b/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/e4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/ad/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/68/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/40/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/d3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/23/9a/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/14/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/73/21/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/18/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/f0/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/93/8e/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/7a/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/4b/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/84/sstate:gstreamer1.0-plugins-base::1.22.9:r0::11:6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/fb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/b6/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b6/13/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/24/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/70/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/6e/sstate:libxkbcommon::1.6.0:r0::11:566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2e/f9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/bc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3d/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a0/54/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/e5/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/a8/sstate:make-native::4.4.1:r0::11:cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/e0/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1c/a2/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/b1/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/41/sstate:fontconfig::2.15.0:r0::11:7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/06/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0e/94/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/31/sstate:packagegroup-rust-sdk-target::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e8/a1/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/df/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fe/bd/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/90/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/53/sstate:cross-localedef-native::2.38+git:r0::11:135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/7f/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/00/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/da/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/64/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ab/73/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d4/e5/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/95/sstate:xkeyboard-config::2.40:r0::11:a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/b6/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/16/3c/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/cf/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/25/sstate:libtirpc-native::1.3.4:r0::11:972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/4f/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/be/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/15/sstate:libcap::2.69:r0::11:6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f2/10/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/f1/sstate:libdaemon::0.14:r0::11:30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/fa/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/0d/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/dc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/1a/sstate:python3-pygments::2.17.2:r0::11:131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ff/fd/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/d8/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/ac/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/0e/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5e/2c/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/79/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/af/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/ce/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/55/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/c2/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/bb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/0b/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/b9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/b4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/a3/sstate:harfbuzz::8.3.0:r0::11:3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/b3/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/40/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/e8/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/cc/sstate:libxcomposite::0.4.6:r0::11:68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/28/c5/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/d3/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fa/15/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/ed/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/e4/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/79/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/85/6e/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/f7/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/b6/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/95/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/ce/sstate:acl-native::2.3.1:r0::11:1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/27/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/2f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/0e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/29/f0/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a7/42/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fc/90/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/04/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/9e/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/04/46/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/ea/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/6d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/04/77/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/49/a1/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/f5/sstate:gnu-config-native::20231127+git:r0::11:86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/d1/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c9/07/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/ed/sstate:help2man-native::1.49.3:r0::11:2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/95/be/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/b4/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/35/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/2e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/14/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/d8/sstate:blktool::4-7.1:r0::11:ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/64/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/12/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/b5/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/07/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/6a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/6c/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/10/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/18/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/c2/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/f1/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/64/sstate:libassuan::2.5.6:r0::11:0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e6/e1/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/ff/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/e7/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6b/fd/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/01/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/cb/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/65/62/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/ff/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/04/dd/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a4/c3/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/59/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/0a/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/a0/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/cd/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4b/04/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/91/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/f3/sstate:libtool::2.4.7:r0::11:4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/6e/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/a7/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/0b/sstate:gobject-introspection-native::1.78.1:r0::11:560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/85/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/7d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/04/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/85/sstate:librepo-native::1.16.0:r0::11:7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5c/64/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ef/85/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/8b/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/f4/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/02/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/bb/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/88/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/2a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/f6/sstate:nghttp2::1.59.0:r0::11:51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/fe/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/57/ba/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/69/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1e/d6/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/ac/sstate:librsvg::2.56.3:r0::11:a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/c6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/56/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/5a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/7b/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/2e/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/fe/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/2f/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/ab/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/2f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/b5/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/11/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/38/96/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a2/01/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/54/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/83/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/48/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/6a/sstate:python3-packaging-native::23.2:r0::11:596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/5d/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/5f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/56/sstate:libtool-native::2.4.7:r0::11:d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/59/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/6e/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/80/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/67/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/31/cb/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/b9/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/de/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/88/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/fc/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/be/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/be/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2c/c9/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/c4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/0f/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4f/71/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/80/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4e/cc/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/73/64/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/df/37/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/e1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7e/30/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/05/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/b7/sstate:btrfs-tools::6.5.3:r0::11:53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/08/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f3/fc/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/64/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/3d/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/18/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/25/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/22/sstate:libxshmfence::1.3.2:r0::11:da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/61/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/72/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/98/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/ee/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/d8/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/67/c1/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/a7/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/bd/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/1a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/b5/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/5e/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/6b/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/24/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/2e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/94/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/34/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/9f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/6b/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/7b/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/d1/sstate:glibc-mtrace::2.38:r0::11:5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/eb/sstate:consolekit::0.4.6:r0::11:16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/6c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/25/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/7b/sstate:gperf-native::3.1:r0::11:f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/34/sstate:pulseaudio-client-conf-sato::1:r0::11:4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/07/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4d/9d/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/cc/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/7f/sstate:blktrace::1.3.0+git:r0::11:5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9b/c5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/75/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/9a/sstate:python3-wheel-native::0.42.0:r0::11:089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/87/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/43/sstate:sbc::2.0:r0::11:da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9f/fa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/a2/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9d/d5/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/a9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/93/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/8b/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/71/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/5c/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/86/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/c0/sstate:dnf::4.18.2:r0::11:42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/23/sstate:libevent::2.1.12:r0::11:7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/51/sstate:mini-x-session::0.1:r0::11:64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7f/0f/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/81/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/3b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4d/33/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/62/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/ff/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/55/50/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/f4/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/44/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fb/f2/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/78/sstate:swig-native::4.1.1:r0::11:6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/54/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/0d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/10/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/59/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/8e/sstate:wayland::1.22.0:r0::11:3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/be/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/9b/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/85/e1/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/e9/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d2/4d/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/b0/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/31/sstate:packagegroup-core-full-cmdline::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/c1/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a6/87/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/80/sstate:util-linux-native::2.39.3:r0::11:9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7b/9f/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/71/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1b/93/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/52/cc/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/8a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/34/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/30/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/e7/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/52/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/d6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/61/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/53/sstate:libxxf86vm-native::1.1.5:r0::11:9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/99/sstate:procps::4.0.4:r0::11:c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/12/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/29/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/d6/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/70/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/de/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/a3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/4d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/d6/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/23/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ba/9a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/1a/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fe/6a/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/99/10/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/0f/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/9b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/2a/sstate:run-postinsts::1.0:r0::11:242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/46/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/0e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/6a/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ed/67/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b4/c3/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/e2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/3d/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/bd/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/fb/sstate:desktop-file-utils-native::0.27:r0::11:f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/8b/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/7d/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/d1/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/7f/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5f/ab/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d6/d6/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/a9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/11/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/7c/sstate:gcc-runtime::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/8f/sstate:pseudo-native::1.9.0+git:r0::11:a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/bd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/f4/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/aa/74/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/aa/83/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/84/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/26/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/15/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/73/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/5c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/93/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/06/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ea/62/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/74/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7e/79/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/60/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/66/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8a/f5/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/a8/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/0a/sstate:quilt-native::0.67:r0::11:430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/2d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/9b/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/88/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/88/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/2f/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/05/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/84/a0/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fa/11/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/de/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/04/75/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/84/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/80/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/be/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/59/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/21/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/e6/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/01/1f/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f1/4c/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/71/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/b7/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/84/sstate:libxdmcp::1.1.4:r0::11:4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/1b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/24/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/b9/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/b9/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/b9/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/fc/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/d7/sstate:xinit::1.4.2:r0::11:f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/4b/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fe/df/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/95/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/b8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/64/b0/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/73/8f/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/d0/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/34/e7/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/c8/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/18/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e2/af/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/64/sstate:bash-completion::2.11:r0::11:1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/73/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/fb/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/f3/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/f6/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/ee/sstate:grep::3.11:r0::11:43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8b/fa/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/c9/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/fe/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/d6/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/a7/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/74/sstate:freetype-native::2.13.2:r0::11:bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/48/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/6a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/cd/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e0/cf/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/18/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4b/06/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/20/sstate:nasm-native::2.16.01:r0::11:e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/96/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/4d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/b7/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/9f/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/05/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/0f/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7a/5e/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/e0/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ec/80/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d5/13/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3e/0e/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/9a/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/8a/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/51/61/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/b2/sstate:libxrandr-native::1.5.4:r0::11:37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/bd/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/e2/sstate:nettle::3.9.1:r0::11:6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/66/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3b/c4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bb/e1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ec/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/55/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c7/d5/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/d9/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/02/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/cf/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c5/5b/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f2/c6/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/d3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/f8/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/a7/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/70/8e/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/8a/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/81/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/83/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/84/sstate:xinput-calibrator::0.7.5+git:r0::11:69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/28/1d/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/73/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/1d/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/ef/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/15/aa/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/ca/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7c/17/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/ac/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1c/60/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/dd/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5e/34/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/59/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/e2/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/d8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/30/sstate:python3-wcwidth::0.2.12:r0::11:7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/ee/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/40/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/f8/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/15/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/aa/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/69/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/82/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/9c/sstate:gstreamer1.0::1.22.9:r0::11:3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/83/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/eb/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/ee/sstate:libxi-native::1.8.1:r0::11:15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/c1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5f/3c/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/c3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/bd/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/29/9c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/33/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/db/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/29/a4/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/58/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/f8/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/6c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/19/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5d/96/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/98/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/23/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9d/81/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/bf/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/b8/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/23/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/1b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a8/31/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/ec/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/87/42/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/d0/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/d1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/68/sstate:libpciaccess-native::0.17:r0::11:376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/b0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5b/0b/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/0a/sstate:elfutils-native::0.189:r0::11:d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4b/ef/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/18/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/4c/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/01/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/f9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/87/sstate:xcb-util::0.4.1:r0::11:2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/98/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/ef/sstate:opkg-utils-native::0.6.3:r0::11:d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/36/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/79/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/f9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/ce/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/02/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/d1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fc/34/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/f4/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/e0/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7a/23/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/03/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/c6/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/a0/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/49/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/ad/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/78/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/c8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/11/sstate:dbus-wait::0.1+git:r0::11:ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/73/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/5d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/d1/sstate:util-macros-native::1.20.0:r0::11:f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/64/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/5b/sstate:libxfont2::2.0.6:r0::11:ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/a9/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/45/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/04/7b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/e1/sstate:libical::3.0.17:r0::11:dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/56/b6/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/5f/sstate:l3afpad::0.8.18.1.11+git:r0::11:b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/b2/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/3b/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4c/e4/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/02/06/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/3e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/cd/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/84/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/5d/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/ea/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/6f/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/a9/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/70/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b6/d8/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/64/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/5d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/c7/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/3e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b0/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/e5/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/82/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/23/a3/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/5e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/7b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/bd/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/aa/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/98/a9/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/74/sstate:mpfr::4.2.1:r0::11:78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/0a/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/60/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/e5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/20/6a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/77/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/19/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/f6/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/33/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/19/sstate:libxshmfence-native::1.3.2:r0::11:81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/81/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/a3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/d1/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/f0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/96/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/81/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/5f/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/24/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/ea/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7a/a1/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/be/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/96/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/fc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/36/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/93/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fd/89/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/12/56/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/97/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/dd/sstate:popt-native::1.19:r0::11:3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/d8/sstate:cmake-native::3.27.7:r0::11:4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/23/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6e/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/19/bc/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/7a/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/53/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/18/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/92/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/d1/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/75/33/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/3f/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/ac/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/33/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/e3/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/48/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/bb/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/56/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/ab/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/16/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e1/3d/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/fd/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/3d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/ff/sstate:python3-pip-native::23.3.2:r0::11:eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/19/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/8d/sstate:wayland-protocols::1.32:r0::11:ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/68/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/20/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/cf/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/04/71/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/76/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/da/sstate:re2c-native::3.1:r0::11:c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/80/c3/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/b2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/23/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/76/66/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/e5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/00/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/dc/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/05/d8/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/44/e8/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/54/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/5b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/27/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/15/sstate:python3-unittest-automake-output::0.1:r0::11:a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/e7/sstate:libmpc-native::1.3.1:r0::11:81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/35/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/35/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/94/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/47/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/59/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/10/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/1c/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e6/a3/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/3d/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/13/sstate:kmod-native::31:r0::11:ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/10/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/5e/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/45/56/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/98/sstate:xz-native::5.4.5:r0::11:c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1f/ba/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/6f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/92/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/39/fe/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/d8/sstate:libvorbis::1.3.7:r0::11:5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/95/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/e0/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/f8/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/0f/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/d2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/b2/sstate:strace::6.6:r0::11:89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/db/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/a8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/1f/sstate:gobject-introspection::1.78.1:r0::11:ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6e/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/7e/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0f/9f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/b0/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f7/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/3a/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/75/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/78/92/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/7a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ae/71/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/7d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/01/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a4/dd/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/3f/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/87/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/1a/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/c0/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/49/5c/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/3c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/6e/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/08/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/67/ac/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/75/sstate:flac::1.4.3:r0::11:897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/e5/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/d5/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/d1/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/ef/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/42/sstate:debugedit::5.0:r0::11:2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/ed/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/bf/sstate:ethtool::6.7:r0::11:77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/77/sstate:libxcb-native::1.16:r0::11:f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4a/fd/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/56/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d2/39/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/76/06/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/d3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/a8/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/f0/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/d5/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/c8/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/ed/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/bd/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/33/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/d2/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/99/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f6/61/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/dd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/a4/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/d9/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/45/sstate:fribidi::1.0.13:r0::11:11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/d9/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/6f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2f/7f/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/c3/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/42/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/18/74/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/88/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/dd/b8/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/c3/sstate:groff::1.23.0:r0::11:d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/c8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/19/sstate:dnf-native::4.18.2:r0::11:3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a6/1e/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/40/sstate:fribidi-native::1.0.13:r0::11:55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/a6/sstate:mesa-demos::8.5.0:r0::11:4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a6/85/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/66/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/9c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/4b/sstate:libxt::1.3.0:r0::11:024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/ab/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/8d/sstate:diffstat::1.66:r0::11:078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/0d/sstate:meson-native::1.3.1:r0::11:4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/65/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9f/76/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/d7/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/e4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/5c/sstate:expat-native::2.5.0:r0::11:105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/24/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/20/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/f3/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/cf/37/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/46/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ac/b2/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/c9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/de/3d/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/c6/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/56/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/e9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/7b/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/bf/sstate:sed::4.9:r0::11:98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/1d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/ae/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/d2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/f9/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/94/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/af/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/bf/sstate:libxcrypt::4.4.36:r0::11:d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e8/cd/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e3/4c/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/0b/sstate:openssl-native::3.2.0:r0::11:830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/11/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/d7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/7f/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e7/23/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/22/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/27/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/6a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/64/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/37/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7a/e1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2f/e0/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/74/1d/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/2e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/29/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/3b/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4f/d6/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/97/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/8f/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/f9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/3a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/05/sstate:libxdamage::1.1.6:r0::11:4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/30/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/fe/sstate:npth::1.6:r0::11:f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/6b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/a9/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b7/b1/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/93/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/e4/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/dd/sstate:acl::2.3.1:r0::11:52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/38/5a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/40/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/27/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/e5/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5d/a5/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/a6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/c7/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/15/b3/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/b0/sstate:librepo::1.16.0:r0::11:05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/46/89/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0a/16/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/23/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/91/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fd/48/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/46/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/63/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9d/82/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/e7/sstate:libxft-native::2.3.8:r0::11:fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/45/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/c0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/9b/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/ba/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/30/sstate:nettle-native::3.9.1:r0::11:ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/e9/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/bd/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/41/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/42/sstate:libxcomposite-native::0.4.6:r0::11:9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/88/e7/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/7c/sstate:libpcap::1.10.4:r0::11:3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/25/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ae/4b/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f5/6e/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/a3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/5d/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/14/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/e5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/85/16/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/91/sstate:libfm-extra::1.3.2:r0::11:46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/f9/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/2b/sstate:libjpeg-turbo::3.0.1:r0::11:cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/d2/sstate:gmp-native::6.3.0:r0::11:99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/e6/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a8/c2/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/6e/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/b9/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fc/6f/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/28/92/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/31/c5/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/57/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/24/13/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/4f/sstate:m4::1.4.19:r0::11:3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/02/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/76/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/09/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/4c/sstate:libxfixes::6.0.1:r0::11:5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/c3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/0f/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/ba/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ec/50/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/23/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/40/sstate:libmodulemd::2.15.0:r0::11:9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/3d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/f5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/1e/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6b/6f/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/0b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/b3/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/e4/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/f2/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/86/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/ad/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/8f/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b4/fa/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/d6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/6a/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b1/0d/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/6e/sstate:startup-notification::0.12:r0::11:926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/29/e3/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/ee/sstate:python3-flit-core-native::3.9.0:r0::11:ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/dc/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/a5/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/bd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/6f/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/53/97/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/e8/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/d7/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3a/f1/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/fd/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/d8/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/2d/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/2c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/f2/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/5d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/76/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/69/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/a4/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/56/de/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4a/94/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/56/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/88/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/20/76/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/9f/sstate:qemu-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/11/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/1d/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/5b/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/53/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/73/sstate:libcap-native::2.69:r0::11:8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/45/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/be/93/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/54/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3a/33/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/a0/sstate:binutils::2.41:r0::11:44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/b6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/e2/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/56/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/78/5b/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/df/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/44/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e6/60/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/3a/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bf/63/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7d/af/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/0f/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/45/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/02/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/ec/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ba/f7/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/30/sstate:cantarell-fonts::0.303.1:r0::11:5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/e2/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/cf/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8f/9b/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/97/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/db/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/45/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/29/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/8a/sstate:gettext::0.22.4:r0::11:668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/19/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/67/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/16/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/c9/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/64/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/8b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/81/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/69/d6/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/75/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/71/sstate:util-linux-libuuid-native::2.39.3:r0::11:ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9b/54/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/49/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/c4/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/15/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/2f/sstate:matchbox-terminal::0.2+git:r0::11:da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ee/a2/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/f4/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/08/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/1f/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/e7/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/e8/sstate:asciidoc-native::10.2.0:r0::11:d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/78/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/71/1c/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/38/87/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fa/0a/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c8/be/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/73/sstate:ltp::20230929:r0::11:35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/de/3e/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/14/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/2a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/09/sstate:gdk-pixbuf::2.42.10:r0::11:9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c6/81/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/e6/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/fc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1c/58/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/38/sstate:python3-hypothesis::6.92.9:r0::11:92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/b8/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/e6/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9a/46/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c2/f5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/41/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/aa/bd/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/dd/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/cf/69/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/bd/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/98/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/43/a6/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/4e/sstate:init-ifupdown::1.0:r0::11:5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/95/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/67/29/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/79/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/5d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/2f/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/5e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/28/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/2a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2d/24/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/fa/sstate:psmisc::23.6:r0::11:d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/48/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/f9/sstate:init-system-helpers::1.66:r0::11:3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/9b/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/25/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/48/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/cc/sstate:python3-dbusmock::0.30.2:r0::11:e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/53/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/6f/sstate:adwaita-icon-theme::45.0:r0::11:c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/9c/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/d4/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/90/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/ae/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/53/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/52/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/ce/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/d6/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/13/sstate:libyaml::0.2.5:r0::11:9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/ed/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/26/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a8/5a/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/d4/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/b3/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5f/72/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/e5/sstate:libfontenc::1.1.7:r0::11:60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/07/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/46/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/20/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/11/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/07/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/1b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/15/sstate:alsa-state::0.2.0:r0::11:da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/53/e1/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/8d/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/b0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/9d/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/1d/sstate:libxrender-native::0.9.11:r0::11:da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/89/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ce/af/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2d/4b/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/58/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/c7/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/a5/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/06/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/f9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/ad/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/06/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/ec/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/97/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/b0/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/95/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/5f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/06/91/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/9d/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/50/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/35/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/0f/sstate:tzdata::2023d:r0::11:e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/0d/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/3d/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/55/9f/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/9d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/c9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/46/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/aa/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c5/2e/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/f7/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/8d/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/30/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8e/70/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/3c/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/bc/fc/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/80/sstate:gnome-desktop-testing::2021.1:r0::11:48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/4b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/61/7c/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/f7/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6c/c2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/8c/sstate:fontconfig-native::2.15.0:r0::11:6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/67/8b/sstate:python3-importlib-metadata-native::7.0.1:r0::11:678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/9f/sstate:qemu-system-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/bc/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/b1/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/36/20/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/aa/29/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/df/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/71/sstate:liberation-fonts::2.1.5:r0::11:c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/11/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/b0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/a2/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/33/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/ee/sstate:pciutils::3.10.0:r0::11:e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/f2/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/23/cf/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/d4/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/40/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/dd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/07/af/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0c/99/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fe/3d/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/5a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/78/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/12/65/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/6b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/6f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/19/85/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/32/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/80/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/8b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/35/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/08/8f/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/08/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6e/0e/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/6a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/ef/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/b8/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/6b/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/cc/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/75/ce/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/bc/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/a0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/3a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/5e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/df/a6/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/b8/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/96/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/90/6d/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/f5/sstate:libxext-native::1.3.5:r0::11:31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bf/44/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/e3/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/e3/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/41/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/3e/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/45/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/8e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/01/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/04/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/12/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6b/1d/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/b9/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/11/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/41/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/42/dd/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ac/3f/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/3c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/c1/sstate:perf::1.0:r0::11:c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/43/sstate:python3-build-native::1.0.3:r0::11:3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/6e/sstate:libpthread-stubs::0.5:r0::11:1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/d9/sstate:flex::2.6.4:r0::11:4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/f4/sstate:makedevs-native::1.0.1:r0::11:12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/5f/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f1/78/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/12/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/19/ab/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/65/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e0/23/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/8d/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fe/60/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/7e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/8c/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/32/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/aa/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/52/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/6e/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/c1/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/ee/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/89/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/d4/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/a8/sstate:python3-pygments-native::2.17.2:r0::11:81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/90/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ef/29/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/66/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/5b/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/99/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f2/91/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/fe/sstate:which::2.21:r0::11:82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/76/76/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/99/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/cc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/a6/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/80/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/1c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/e4/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/3e/sstate:cargo-native::1.74.1:r0::11:433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/9d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/61/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/64/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/14/05/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/3f/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/de/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/de/5a/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a3/1d/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/52/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/06/17/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/50/sstate:gtk4::4.12.5:r0::11:14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/3e/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/9b/sstate:boost-build-native::1.83.0:r0::11:ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/04/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/5b/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0d/a1/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f3/5d/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/f0/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/37/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/c9/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/d8/sstate:readline::8.2:r0::11:14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/29/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/ec/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/15/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c1/ea/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/df/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/6e/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/26/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/4d/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/47/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/5d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/a7/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/20/54/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/da/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/c2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/31/cb/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/76/sstate:libxrender::0.9.11:r0::11:bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/96/37/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/70/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/c5/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/28/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/bc/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4c/bc/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/21/sstate:tcl::8.6.13:r0::11:4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/56/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/58/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/8d/sstate:alsa-utils::1.2.10:r0::11:fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/98/sstate:pkgconfig::0.29.2+git:r0::11:a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/99/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/cb/sstate:libpipeline::1.5.7:r0::11:16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/7d/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c0/77/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a5/e0/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9b/5d/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/a2/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/c0/sstate:base-passwd::3.6.3:r0::11:e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/d6/sstate:lttng-modules::2.13.11:r0::11:80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/52/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/5f/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/2b/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/42/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/6b/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/82/64/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/79/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/bf/sstate:python3-editables-native::0.5:r0::11:cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/51/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/16/sstate:automake::1.16.5:r0::11:7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e7/41/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/21/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/31/sstate:packagegroup-core-x11-base::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/ca/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/25/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/81/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/bd/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/c1/sstate:linux-libc-headers::6.6:r0::11:1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/c0/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/33/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/14/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/07/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/55/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/5b/sstate:gpgme-native::1.23.2:r0::11:e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/67/sstate:python3-packaging::23.2:r0::11:7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/48/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0d/82/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/4b/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/35/3a/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/42/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6f/2b/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/65/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/97/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/32/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/7b/sstate:vala-native::0.56.13:r0::11:df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e0/ea/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/76/sstate:sqlite3-native::3.44.2:r0::11:3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/2b/sstate:libcomps::0.1.20:r0::11:f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/81/7a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/35/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7e/b5/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/43/02/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/50/7f/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/f6/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/65/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/68/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/86/5a/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/f3/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/84/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/16/de/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/32/60/sstate:file-native::5.45:r0::11:3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/8a/sstate:dbus-glib-native::0.112:r0::11:4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/27/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/ff/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/ca/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/dd/13/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/b5/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/6e/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/95/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/a1/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1b/47/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/e4/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/f6/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fc/dc/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/cb/26/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/42/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/12/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/0c/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/79/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3b/9f/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/6c/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/83/03/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/af/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/3c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/48/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0c/cd/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/b0/sstate:kexec-tools::2.0.28:r0::11:90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/4b/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/02/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/20/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7d/1c/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/12/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/4f/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/c4/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a1/0d/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/9c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/cb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/08/00/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/67/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/a7/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/b5/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4f/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/9b/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/a5/sstate:libxinerama::1.1.5:r0::11:13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/93/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/6e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2e/cd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/1f/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/bd/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/a6/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/70/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/fc/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/48/34/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/92/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/b9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/03/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/41/sstate:debianutils-native::5.16:r0::11:9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1e/57/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ea/73/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/8a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/d0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/4f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c6/4d/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/a5/sstate:python3-markdown::3.5.2:r0::11:5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/b8/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/d0/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/69/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/c8/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/d8/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/f7/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/1a/46/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/6e/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/7a/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/38/b4/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/f7/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/0e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/a8/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/d0/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/30/64/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/f1/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/5d/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/ed/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/e6/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/5f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/b4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/e8/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b5/9a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/7b/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1b/a6/sstate:go-helloworld::0.1:r0::11:1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/cf/ce/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/84/c2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/23/d2/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/ce/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/7a/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/73/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2e/be/sstate:python3-more-itertools-native::10.2.0:r0::11:2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/34/b6/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/be/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/93/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/02/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/bc/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/a1/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/3a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/4a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3e/d9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/e5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/e4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/4b/sstate:libxml-parser-perl-native::2.46:r0::11:844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/cd/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/58/sstate:rust::1.74.1:r0::11:6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/7c/sstate:python3-typogrify::2.0.7:r0::11:807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/2e/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f4/13/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/a8/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/e9/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/80/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d0/37/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/bf/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::11:89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/eb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/45/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/dc/29/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/fd/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/44/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0c/38/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/b6/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/d4/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a8/06/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/2d/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/46/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/90/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/5f/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/69/sstate:libmicrohttpd::0.9.77:r0::11:9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/49/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/f4/sstate:connman-conf::1.0:r0::11:e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8d/64/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/0f/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/34/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c9/09/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/38/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/1b/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/4c/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/ad/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/6f/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/74/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e4/8f/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/19/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/3e/sstate:rust-llvm::1.74.1:r0::11:d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/d3/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/76/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/64/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/7e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/82/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/15/bf/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/98/ec/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/ac/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/fa/sstate:python3-toml::0.10.2:r0::11:12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/55/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/34/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/75/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/5e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/17/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/6d/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3c/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/c1/sstate:liberror-perl::0.17029:r0::11:f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/f9/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/69/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/d2/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/cb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/1e/sstate:libdrm-native::2.4.120:r0::11:971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/df/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/99/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/74/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/57/sstate:gtk+3-native::3.24.38:r0::11:6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/e9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/e9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/63/1a/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/68/sstate:connman::1.42:r0::11:d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/93/b5/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/eb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/5b/sstate:wpa-supplicant::2.10:r0::11:4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/6d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/48/11/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/fd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/6a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/40/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/e1/sstate:pulseaudio::17.0:r0::11:c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/b5/sstate:cpio::2.15:r0::11:c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/40/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/4d/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/89/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/3c/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/48/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/af/sstate:freetype::2.13.2:r0::11:f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/68/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/08/7e/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/25/78/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/81/3a/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/e9/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/ba/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/fe/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/59/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/37/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/04/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/aa/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/06/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/fa/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8c/c3/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/e5/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/e8/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/37/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/6b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/e9/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/ad/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/60/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/91/86/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fc/34/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/1f/sstate:python3::3.12.1:r0::11:391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/1b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/a8/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/af/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/0d/sstate:libslirp-native::4.7.0:r0::11:af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b0/05/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/3a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/59/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/a7/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/ce/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/6f/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/73/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/17/e5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/4c/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/13/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/b1/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9d/48/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/63/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/1e/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/18/6d/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5f/52/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/6c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/0e/sstate:quilt::0.67:r0::11:830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/ed/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/7a/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2b/79/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/b1/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/85/cc/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/7c/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/3c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/57/c3/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e8/6b/sstate:python3-pathspec-native::0.12.1:r0::11:e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/18/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/9b/sstate:ed::1.20:r0::11:c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/1b/sstate:unzip-native::6.0:r0::11:f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/8d/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/df/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/78/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/66/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/58/eb/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/b5/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/5a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/24/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c6/e7/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/92/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/2b/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d6/25/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/14/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/9b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/61/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/79/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/31/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/a1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/85/f7/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/82/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e1/23/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/cb/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/cd/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/7d/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/4a/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/26/8e/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/32/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/64/f2/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/ff/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/84/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/66/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e5/3f/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/d6/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/71/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/14/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/3d/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/51/07/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/6c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/79/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/bc/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/86/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/ed/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b6/0f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4e/51/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b9/b5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/f3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/92/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/31/3b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/9d/sstate:glslang-native::1.3.268.0:r0::11:609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/7f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/61/ed/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/cc/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/fc/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/98/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0e/ea/sstate:libice::1.1.1:r0::11:0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/19/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/83/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/bb/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/53/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a7/93/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/78/sstate:automake-native::1.16.5:r0::11:a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/1e/sstate:hicolor-icon-theme::0.17:r0::11:901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/50/f9/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/99/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/aa/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/f7/sstate:font-util::1.4.1:r0::11:c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/ba/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/ab/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/54/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/5b/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/af/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/b6/sstate:python3-pytest::7.4.4:r0::11:3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/dd/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/ed/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/75/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1b/b9/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/0b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fe/aa/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8a/bb/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/69/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2d/a6/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/dc/0a/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/9a/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/58/sstate:systemtap::5.0:r0::11:f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/cb/sstate:libmnl::1.0.5:r0::11:6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/e8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/c1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/f2/sstate:glib-2.0-native::2.78.3:r0::11:7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b1/35/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9f/a6/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/5c/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/8f/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/d7/sstate:vulkan-loader::1.3.268.0:r0::11:acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a2/76/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/f7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/64/99/sstate:python3-jinja2::3.1.3:r0::11:64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/75/31/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/49/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/d3/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/33/9f/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/44/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/c5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/ae/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/a2/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/f5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/26/ac/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/bf/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1b/2a/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/8e/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/f7/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/1a/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/8e/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/99/14/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/77/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/03/6a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/71/c2/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/4c/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/49/11/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/19/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ab/a7/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/be/f8/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/42/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/26/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fb/85/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/2b/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/5b/sstate:unifdef-native::2.12:r0::11:d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e8/5f/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/f7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/74/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/9c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/fd/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cd/bb/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/fb/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/53/36/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f5/bb/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/19/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ea/ab/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/2e/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/68/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/d5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/bf/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/9e/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/17/5f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/c2/sstate:xcb-proto-native::1.16.0:r0::11:d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/74/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/8f/sstate:readline-native::8.2:r0::11:6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/09/49/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1b/d4/sstate:bzip2-native::1.0.8:r0::11:1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/c6/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/00/45/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6c/7b/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/82/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/33/ac/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/34/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/74/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/14/sstate:avahi::0.8:r0::11:7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/de/sstate:libgcrypt-native::1.10.3:r0::11:36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/72/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/0f/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/93/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/22/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/a3/sstate:libidn2-native::2.3.7:r0::11:a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/0e/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/c4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/53/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/76/01/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/e0/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/24/36/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/d4/sstate:net-tools::2.10:r0::11:9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/89/1b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/56/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/a8/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/0b/sstate:iproute2::6.7.0:r0::11:400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/70/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c1/5b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/54/56/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/e7/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/3e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/2e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/b6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/9f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/97/sstate:python3-tomli-native::2.0.1:r0::11:4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/10/64/sstate:xkbcomp::1.4.6:r0::11:10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/38/7c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/5e/sstate:alsa-lib::1.2.10:r0::11:ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/4f/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/10/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/7a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/d3/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/db/19/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/8f/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c1/32/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/73/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/75/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/af/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/ea/sstate:graphene::1.10.8:r0::11:83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/40/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/43/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/16/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/17/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d7/1e/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/29/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/86/6f/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0d/b8/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/85/sstate:libcheck-native::0.15.2:r0::11:ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/71/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/cb/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/0d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/4f/sstate:libassuan-native::2.5.6:r0::11:124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/12/15/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/aa/56/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/74/56/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/d4/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/b9/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/49/bc/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/b1/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/0b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/a4/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/a4/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/36/fc/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/9a/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/75/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/b9/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/7f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f9/5b/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/da/39/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/04/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/93/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/0c/sstate:matchbox-wm::1.2.3:r0::11:2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/c6/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/9b/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/77/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/49/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/66/7b/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d5/30/sstate:babeltrace2::2.0.5:r0::11:d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d7/ed/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/03/ad/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/49/81/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/98/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/bc/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/76/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/3c/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/34/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/d6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/ae/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/92/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/88/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/87/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e6/04/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3d/4c/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8b/07/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/9a/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/c1/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/b0/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ed/0b/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1d/8b/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/65/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/6a/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/d1/sstate:gconf::3.2.6:r0::11:14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/10/db/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/79/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/e4/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/80/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/71/e9/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/af/7f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/f7/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/b9/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/ed/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6f/51/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/56/sstate:mkfontscale-native::1.2.2:r0::11:59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/d6/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/68/8c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/48/49/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/12/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5e/bd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/00/sstate:packagegroup-core-x11-xserver::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/26/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/bf/sstate:python3-pyparsing-native::3.1.1:r0::11:d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/f2/sstate:gdk-pixbuf-native::2.42.10:r0::11:37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/62/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/5a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/56/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6d/2c/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/53/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/59/f1/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/75/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/6b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/3a/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/fb/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/13/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/91/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/12/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0b/de/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4d/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/88/fc/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/7a/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a7/7f/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fd/d7/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/58/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/8c/sstate:lzip-native::1.24:r0::11:258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/8b/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/15/73/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/e8/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5c/a7/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/a4/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/0b/sstate:base-files::3.0.14:r0::11:b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a1/84/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/23/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/1b/sstate:python3-pluggy-native::1.3.0:r0::11:d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/32/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ed/5a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/80/10/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a0/37/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/db/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/0a/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/38/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/79/75/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/38/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/68/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f3/a1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/f9/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/47/05/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/57/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d5/52/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/68/b6/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/fa/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/ee/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a4/83/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c7/22/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/43/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/eb/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/62/d5/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/6d/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e7/41/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/72/e2/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/58/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/fb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0d/15/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f1/17/sstate:mpg123::1.32.4:r0::11:f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/79/sstate:libcheck::0.15.2:r0::11:457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/1c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/0c/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/cf/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/74/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/1b/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6d/88/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/f2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/8b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d8/6b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/eb/2d/sstate:libaio::0.3.113:r0::11:eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/bb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ec/a1/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7a/25/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/82/d3/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/68/41/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8b/fc/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/38/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/2b/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/4d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/9b/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/8c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/9a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/9b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/13/1a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/88/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/6b/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/c1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4e/ca/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bd/58/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/98/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/2f/sstate:libtasn1-native::4.19.0:r0::11:ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f9/a5/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/44/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/55/55/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/d9/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/73/5b/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/48/sstate:libxcursor::1.2.1:r0::11:e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/5d/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/03/bb/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/5f/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/75/f4/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e3/09/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/47/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/11/sstate:xserver-xf86-config::0.1:r0::11:6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/a8/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/ef/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fe/ba/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/79/8a/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/05/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b3/d0/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/b4/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/df/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/30/df/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9c/bc/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c6/65/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4f/c9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ad/f2/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/eb/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/3d/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/13/88/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/91/7b/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6c/41/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7a/8e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/f2/sstate:wayland-native::1.22.0:r0::11:fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/12/05/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/7f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/23/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/db/2a/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/22/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/d9/sstate:libunistring-native::1.1:r0::11:3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/5b/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d4/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/80/4d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/84/24/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fa/a8/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c2/fe/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c1/a0/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/8f/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ee/81/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/7f/sstate:bluez5::5.72:r0::11:907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/4a/sstate:util-linux::2.39.3:r0::11:a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/a2/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a9/9e/sstate:tiff::4.6.0:r0::11:a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3d/57/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/ba/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/fb/93/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/3a/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/97/9a/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f2/70/sstate:icon-naming-utils-native::0.8.90:r0::11:f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/64/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3f/8f/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8e/16/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/e0/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/4e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/3b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/66/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/86/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/c7/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/a9/sstate:xtrans::1.5.0:r0::11:0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/80/e6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/18/f2/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f4/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e7/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/68/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/28/6a/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/b6/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/fc/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/fa/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/63/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/f2/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/65/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2b/95/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/42/a7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/a0/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/f2/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/0b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/05/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/b0/sstate:unzip::6.0:r0::11:d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/91/f6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/ac/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/0d/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/63/c0/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/25/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/d5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f8/40/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/79/67/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/00/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/6d/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/14/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/ca/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/97/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/29/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/00/sstate:packagegroup-base::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ae/35/sstate:libsolv-native::0.7.28:r0::11:ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/56/d8/sstate:gtk+3::3.24.38:r0::11:56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/82/36/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/7d/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/67/sstate:libedit-native::20230828-3.1:r0::11:7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/51/6f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/57/75/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/df/17/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c4/a2/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f9/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5d/28/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/cf/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/61/2d/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f9/2f/sstate:libxmu::1.1.4:r0::11:f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/04/64/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/08/12/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0a/56/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/9d/sstate:python3-markupsafe-native::2.1.3:r0::11:e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/3c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a5/88/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e0/fb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c8/fd/sstate:ccache::4.9:r0::11:c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/71/91/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dd/c9/sstate:rust-llvm-native::1.74.1:r0::11:ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e2/13/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a5/3f/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/02/26/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/37/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/52/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/52/24/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/3e/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/92/sstate:boost::1.83.0:r0::11:4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/9d/5e/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f7/0c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/64/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/98/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/66/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/92/a1/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/4c/34/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/a8/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/8d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/16/ea/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/35/f7/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1c/ce/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/84/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/c2/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/25/f1/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f3/c1/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7a/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/3c/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/53/fe/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/13/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/c6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/65/d2/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/dc/2a/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d1/df/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/83/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/dc/e2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e4/95/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ba/d1/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/86/26/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/69/c3/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b4/06/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/16/48/sstate:cracklib::2.9.11:r0::11:1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/b1/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/34/sstate:xf86-input-libinput::1.4.0:r0::11:01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/de/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/0b/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/14/72/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/8f/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/f8/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2f/b1/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/37/89/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c0/6e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/37/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5c/11/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/17/eb/sstate:libffi::3.4.4:r0::11:17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d4/8d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/61/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/0e/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/0c/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f7/39/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7d/ae/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/b7/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/60/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1f/87/sstate:gettext-minimal-native::0.22.4:r0::11:1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/00/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0f/4a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/0e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5b/12/sstate:libxtst::1.2.4:r0::11:5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/49/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/85/73/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cb/61/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/10/dc/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/74/sstate:packagegroup-core-buildessential::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/de/5f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3d/37/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ab/7b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b8/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/18/35/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/98/e4/sstate:xrandr-native::1.5.2:r0::11:98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/e1/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2a/01/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/5d/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/70/5b/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a3/3e/sstate:libssh2-native::1.11.0:r0::11:a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/50/d4/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d1/80/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/81/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/e8/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/d5/03/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c7/bd/sstate:python3-pygobject::3.46.0:r0::11:c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/84/c2/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/5e/ec/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e3/53/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/69/87/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c7/af/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/c7/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/69/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f4/00/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/43/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a0/eb/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/6b/32/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/af/56/sstate:spirv-headers-native::1.3.268.0:r0::11:af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/e6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/66/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/39/sstate:pbzip2-native::1.1.13:r0::11:b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b4/f9/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b6/6b/sstate:gdbm::1.23:r0::11:b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/36/50/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4c/c1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/09/81/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/55/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a4/99/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ca/b9/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3f/a5/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/76/26/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6a/34/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/ae/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fa/a1/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/be/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a0/20/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/9b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/e0/51/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/c2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2c/71/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/fa/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6e/78/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/95/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f4/2b/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e5/c4/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/04/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/57/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9d/7a/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/d6/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/8e/1c/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bb/13/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/57/ea/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ba/24/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2c/48/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/08/a0/sstate:shadow-securetty::4.6:r0::11:08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d6/3a/sstate:python3-dbus::1.3.2:r0::11:d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e9/96/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/42/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/d6/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/85/d8/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/75/5b/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/01/a6/sstate:libepoxy::1.5.10:r0::11:01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/07/sstate:gnu-config::20231127+git:r0::11:9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a1/f1/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/34/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/bc/4d/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/fa/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/c4/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/50/c4/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/22/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8d/17/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f5/e3/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fd/4f/sstate:libyaml-native::0.2.5:r0::11:fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3c/d5/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/3d/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/36/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/49/bb/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/78/ca/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/44/3b/sstate:make-mod-scripts::1.0:r0::11:443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/55/0f/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/93/90/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cf/93/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b0/e8/sstate:matchbox-theme-sato::0.2:r0::11:b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/d6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f4/22/sstate:logrotate::3.21.0:r0::11:f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/ff/ce/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/c5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/0d/sstate:rpm-native::4.19.1:r0::11:590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/41/28/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/34/09/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/0c/a1/sstate:attr-native::2.5.1:r0::11:0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/74/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/31/82/sstate:powertop::2.15:r0::11:31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d9/18/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3a/65/sstate:pango-native::1.51.0:r0::11:3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/74/ea/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/14/ae/sstate:perlcross-native::1.5.2:r0::11:14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/cc/70/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/11/e5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4b/e3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/5d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/9b/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/36/e4/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a2/c7/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/9e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/9e/13/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a8/ca/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6b/2b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/e2/2e/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c3/89/sstate:groff-native::1.23.0:r0::11:c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/12/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/74/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1e/4e/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a2/cc/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/46/f1/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/40/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c4/9e/sstate:e2fsprogs-native::1.47.0:r0::11:c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f2/57/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f4/47/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/19/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/32/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/56/fe/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/2a/36/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d2/d6/sstate:file::5.45:r0::11:d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/06/d0/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/8f/6b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/27/13/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/15/3e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/6d/45/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/90/8c/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ff/8d/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/c2/5d/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5a/31/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/94/82/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/29/c6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/7d/de/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fc/f7/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/81/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/74/f0/sstate:libwebp::1.3.2:r0::11:74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/e9/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3e/18/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/2e/92/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/05/da/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d7/3b/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/4a/1c/sstate:xtrans-native::1.5.0:r0::11:4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/3e/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f6/8c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/3b/90/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/45/27/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b1/16/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/87/aa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b2/91/sstate:iputils::20240117:r0::11:b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/cb/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f9/68/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f5/b2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/10/b2/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/39/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/19/1b/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/a8/56/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/85/2a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/24/45/sstate:busybox::1.36.1:r0::11:2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/40/93/sstate:speex::1.2.1:r0::11:4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/77/8a/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ab/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c5/0d/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/59/ce/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/60/3e/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/f7/47/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f0/e9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/f3/ac/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ea/eb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a0/8a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/da/4e/sstate:gmp::6.3.0:r0::11:da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/82/72/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/65/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/62/ab/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/df/f3/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3d/df/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7c/6c/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/33/ed/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b5/1c/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b7/1b/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/95/7e/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/c9/c8/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/72/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/14/33/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/90/02/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/5d/85/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/62/sstate:pcmanfm::1.3.2:r0::11:a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/3d/f6/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/53/30/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/ac/21/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/77/0a/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/fb/7e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/7b/61/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/b2/92/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/a6/e4/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/58/6c/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/1a/4c/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/cd/e2/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/universal/91/26/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/d3/6a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5_create_runtime_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835/b9/ce/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c_deploy_source_date_epoch.tar.zst\nDEBUG: SState using premirror of: file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH\nChecking sstate mirror object availability...DEBUG: SState: Attempting to fetch file://84/ea/sstate:libx11-native::1.8.7:r0::11:84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678_populate_lic.tar.zst\nDEBUG: Searching for 84/ea/sstate:libx11-native::1.8.7:r0::11:84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 84/ea/sstate:libx11-native::1.8.7:r0::11:84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6d/e3/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b_create_spdx.tar.zst\nDEBUG: Testing URL file://84/ea/sstate:libx11-native::1.8.7:r0::11:84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/43/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d_populate_sysroot.tar.zst\nDEBUG: Searching for universal/6d/e3/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '84/ea/sstate:libx11-native::1.8.7:r0::11:84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8e/43/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/ea/f9/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4c/ad/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/6d/e3/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/2f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://09/30/sstate:cronie::1.7.1:r0::11:093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9_populate_lic.tar.zst\nDEBUG: For url file://84/ea/sstate:libx11-native::1.8.7:r0::11:84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/ea/sstate%3Alibx11-native%3A%3A1.8.7%3Ar0%3A%3A11%3A84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678_populate_lic.tar.zst;downloadfilename=84/ea/sstate:libx11-native::1.8.7:r0::11:84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://57/11/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd_packagedata.tar.zst\nDEBUG: Using  for 8e/43/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ea/f9/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/4c/ad/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/6d/e3/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/16/85/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2c/c4/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe_populate_sysroot.tar.zst\nDEBUG: Searching for 5c/2f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 09/30/sstate:cronie::1.7.1:r0::11:093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://51/69/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161_package.tar.zst\nDEBUG: Searching for 57/11/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/74/96/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496_recipe_qa.tar.zst\nDEBUG: Testing URL file://8e/43/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://11/81/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180_package.tar.zst\nDEBUG: Using  for universal/ea/f9/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/fe/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/cb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372_package_write_rpm.tar.zst\nDEBUG: Using  for universal/4c/ad/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/22/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6d/e3/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/16/85/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/2c/c4/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5c/2f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7_create_spdx.tar.zst\nDEBUG: Using  for 09/30/sstate:cronie::1.7.1:r0::11:093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9_populate_lic.tar.zst\nDEBUG: Searching for 51/69/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 57/11/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd_packagedata.tar.zst\nDEBUG: Searching for universal/74/96/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8e/43/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 11/81/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/ea/f9/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2c/fe/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a0/cb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/4c/ad/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d2/22/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/6d/e3/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6d/e3/sstate%3Apython3-typing-extensions-native%3Ax86_64-linux%3A4.9.0%3Ar0%3Ax86_64%3A11%3A6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b_create_spdx.tar.zst;downloadfilename=universal/6d/e3/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b_create_spdx.tar.zst\nDEBUG: Using  for universal/16/85/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/2c/c4/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5c/2f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7_create_spdx.tar.zst\nDEBUG: Testing URL file://09/30/sstate:cronie::1.7.1:r0::11:093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9_populate_lic.tar.zst\nDEBUG: Using  for 51/69/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161_package.tar.zst\nDEBUG: Testing URL file://57/11/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd_packagedata.tar.zst\nDEBUG: Using  for universal/74/96/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496_recipe_qa.tar.zst\nDEBUG: For url file://8e/43/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/43/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.5%3Ar0%3Acore2-64%3A11%3A8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d_populate_sysroot.tar.zst;downloadfilename=8e/43/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d_populate_sysroot.tar.zst\nDEBUG: Using  for 11/81/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180_package.tar.zst\nDEBUG: For url ['file', '', 'universal/ea/f9/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2c/fe/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a_package_write_rpm.tar.zst\nDEBUG: Using  for a0/cb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/4c/ad/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://84/ea/sstate:libx11-native::1.8.7:r0::11:84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678_populate_lic.tar.zst\nDEBUG: Using  for d2/22/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/16/85/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/2c/c4/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5c/2f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '09/30/sstate:cronie::1.7.1:r0::11:093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://51/69/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161_package.tar.zst\nDEBUG: For url ['file', '', '57/11/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/74/96/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496_recipe_qa.tar.zst\nDEBUG: Testing URL file://11/81/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180_package.tar.zst\nDEBUG: For url file://universal/ea/f9/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/f9/sstate%3Abison-native%3Ax86_64-linux%3A3.8.2%3Ar0%3Ax86_64%3A11%3Aeaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ea/f9/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2c/fe/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a0/cb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372_package_write_rpm.tar.zst\nDEBUG: For url file://universal/4c/ad/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/ad/sstate%3Aitstool-native%3Ax86_64-linux%3A2.0.7%3Ar0%3Ax86_64%3A11%3A4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4c/ad/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/91/8b/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d2/22/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/16/85/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2c/c4/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5c/2f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/2f/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A11%3A5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7_create_spdx.tar.zst;downloadfilename=5c/2f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7_create_spdx.tar.zst\nDEBUG: For url file://09/30/sstate:cronie::1.7.1:r0::11:093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/30/sstate%3Acronie%3A%3A1.7.1%3Ar0%3A%3A11%3A093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9_populate_lic.tar.zst;downloadfilename=09/30/sstate:cronie::1.7.1:r0::11:093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '51/69/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://57/11/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/11/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A11%3A571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd_packagedata.tar.zst;downloadfilename=57/11/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/74/96/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '11/81/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2c/fe/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a0/cb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/91/8b/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/6d/e3/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd2/22/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/16/85/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/16/85/sstate%3Alibcheck-native%3Ax86_64-linux%3A0.15.2%3Ar0%3Ax86_64%3A11%3A1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea_deploy_source_date_epoch.tar.zst;downloadfilename=universal/16/85/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/43/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:8e430f990599200825eed4ba99456205d25407994ce952119a6873ed1bfc745d_populate_sysroot.tar.zst\nDEBUG: For url file://universal/2c/c4/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2c/c4/sstate%3Apkgconfig-native%3Ax86_64-linux%3A0.29.2%2Bgit%3Ar0%3Ax86_64%3A11%3A2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe_populate_sysroot.tar.zst;downloadfilename=universal/2c/c4/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe_populate_sysroot.tar.zst\nDEBUG: For url file://51/69/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/69/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A11%3A516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161_package.tar.zst;downloadfilename=51/69/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161_package.tar.zst\nDEBUG: For url file://universal/74/96/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/96/sstate%3Alibsolv-native%3Ax86_64-linux%3A0.7.28%3Ar0%3Ax86_64%3A11%3A7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496_recipe_qa.tar.zst;downloadfilename=universal/74/96/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496_recipe_qa.tar.zst\nDEBUG: For url file://11/81/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/81/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180_package.tar.zst;downloadfilename=11/81/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ea/f9/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:eaf91988177f2f7679baf81435646c8cc5c1dfb9695d29fd45e13c5ce7b94bbe_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2c/fe/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/fe/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A11%3A2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a_package_write_rpm.tar.zst;downloadfilename=2c/fe/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4c/ad/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4cadd27cfa7b82d89cd27c30efb575df60324aab1f04192237431e68e07b4c28_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a0/cb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/cb/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Aa0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372_package_write_rpm.tar.zst;downloadfilename=a0/cb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372_package_write_rpm.tar.zst\nDEBUG: Using  for universal/91/8b/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/6d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524_create_spdx.tar.zst\nDEBUG: For url file://d2/22/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/22/sstate%3Astrace%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3Ad2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3_create_runtime_spdx.tar.zst;downloadfilename=d2/22/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://92/3d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://57/11/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://09/30/sstate:cronie::1.7.1:r0::11:093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://69/b4/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/16/85/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:1685519c8db26504f8b7f51d05322f646c1898d68ad4d1c43c035868ee1101ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://52/6b/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/91/8b/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c_create_runtime_spdx.tar.zst\nDEBUG: Searching for ee/6d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/2c/c4/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe_populate_sysroot.tar.zst\nDEBUG: Searching for 92/3d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://da/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/74/96/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/68/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781_create_spdx.tar.zst\nDEBUG: Searching for 69/b4/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/ac/86/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94_create_runtime_spdx.tar.zst\nDEBUG: Searching for 52/6b/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/91/8b/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ee/6d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://11/81/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:1181295132f1777e738aaa567c8e524c1cd4c55797319b8ce4263ad79165c180_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/58/42/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15_create_spdx.tar.zst\nDEBUG: Using  for 92/3d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8_package.tar.zst\nDEBUG: Searching for da/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://12/aa/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d_recipe_qa.tar.zst\nDEBUG: Searching for 9b/68/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 69/b4/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f_package_qa.tar.zst\nDEBUG: Searching for universal/ac/86/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 52/6b/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/91/8b/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/8b/sstate%3Agnu-config-native%3Ax86_64-linux%3A20231127%2Bgit%3Ar0%3Ax86_64%3A11%3A918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c_create_runtime_spdx.tar.zst;downloadfilename=universal/91/8b/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ee/6d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/b7/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01_package_qa.tar.zst\nDEBUG: Searching for universal/58/42/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://92/3d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/fe/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a_package_write_rpm.tar.zst\nDEBUG: Using  for da/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316_package_qa.tar.zst\nDEBUG: Searching for 12/aa/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9b/68/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781_create_spdx.tar.zst\nDEBUG: Testing URL file://69/b4/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f_package_qa.tar.zst\nDEBUG: Using  for universal/ac/86/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://52/6b/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/6d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6d/b7/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a0/cb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372_package_write_rpm.tar.zst\nDEBUG: Using  for universal/58/42/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15_create_spdx.tar.zst\nDEBUG: For url ['file', '', '92/3d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://13/ba/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2_recipe_qa.tar.zst\nDEBUG: Testing URL file://da/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316_package_qa.tar.zst\nDEBUG: Using  for 12/aa/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d_recipe_qa.tar.zst\nDEBUG: Testing URL file://9b/68/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781_create_spdx.tar.zst\nDEBUG: For url ['file', '', '69/b4/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/ac/86/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '52/6b/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ee/6d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/6d/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.72.0%3Ar0%3Acore2-64%3A11%3Aee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524_create_spdx.tar.zst;downloadfilename=ee/6d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524_create_spdx.tar.zst\nDEBUG: Using  for 6d/b7/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4d/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/58/42/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15_create_spdx.tar.zst\nDEBUG: For url file://92/3d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/3d/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8_package.tar.zst;downloadfilename=92/3d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8_package.tar.zst\nDEBUG: Searching for 13/ba/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'da/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://12/aa/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9b/68/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://69/b4/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/b4/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f_package_qa.tar.zst;downloadfilename=69/b4/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ac/86/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://52/6b/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/6b/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.20.13%3Ar0%3Acore2-64%3A11%3A526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088_create_runtime_spdx.tar.zst;downloadfilename=52/6b/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6d/b7/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01_package_qa.tar.zst\nDEBUG: Searching for universal/4d/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/58/42/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 13/ba/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2_recipe_qa.tar.zst\nDEBUG: For url file://da/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/31/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A11%3Ada310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316_package_qa.tar.zst;downloadfilename=da/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316_package_qa.tar.zst\nDEBUG: For url ['file', '', '12/aa/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/91/8b/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c_create_runtime_spdx.tar.zst\nDEBUG: For url file://9b/68/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/68/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A11%3A9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781_create_spdx.tar.zst;downloadfilename=9b/68/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781_create_spdx.tar.zst\nDEBUG: For url file://universal/ac/86/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ac/86/sstate%3Aautoconf-native%3Ax86_64-linux%3A2.72e%3Ar0%3Ax86_64%3A11%3Aac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94_create_runtime_spdx.tar.zst;downloadfilename=universal/ac/86/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6d/b7/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/4d/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a_create_spdx.tar.zst\nDEBUG: For url file://universal/58/42/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/58/42/sstate%3Are2c-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A11%3A5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15_create_spdx.tar.zst;downloadfilename=universal/58/42/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15_create_spdx.tar.zst\nDEBUG: Testing URL file://13/ba/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2_recipe_qa.tar.zst\nDEBUG: For url file://12/aa/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/aa/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A11%3A12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d_recipe_qa.tar.zst;downloadfilename=12/aa/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://09/eb/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://92/3d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:923d95c2e34c75e4150909d6fd3393f1548167c8f179191cb6c99573e186dbe8_package.tar.zst\nDEBUG: For url file://6d/b7/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/b7/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01_package_qa.tar.zst;downloadfilename=6d/b7/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01_package_qa.tar.zst\nDEBUG: Testing URL file://universal/4d/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '13/ba/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 09/eb/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://69/b4/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://69/78/sstate:libepoxy-native::1.5.10:r0::11:6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://da/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://52/6b/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/4d/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://13/ba/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/ba/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2_recipe_qa.tar.zst;downloadfilename=13/ba/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2_recipe_qa.tar.zst\nDEBUG: Using  for 09/eb/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/93/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6_create_spdx.tar.zst\nDEBUG: Searching for 69/78/sstate:libepoxy-native::1.5.10:r0::11:6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://80/e3/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://76/a8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6_package.tar.zst\nDEBUG: For url file://universal/4d/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4d/69/sstate%3Abison-native%3Ax86_64-linux%3A3.8.2%3Ar0%3Ax86_64%3A11%3A4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a_create_spdx.tar.zst;downloadfilename=universal/4d/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ac/86/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://09/eb/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa_create_spdx.tar.zst\nDEBUG: Searching for e7/93/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 69/78/sstate:libepoxy-native::1.5.10:r0::11:6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04_populate_lic.tar.zst\nDEBUG: Searching for 80/e3/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5c/2f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7_create_spdx.tar.zst\nDEBUG: Searching for 76/a8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/58/42/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://75/96/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://12/aa/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '09/eb/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e7/93/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6_create_spdx.tar.zst\nDEBUG: Testing URL file://69/78/sstate:libepoxy-native::1.5.10:r0::11:6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04_populate_lic.tar.zst\nDEBUG: Using  for 80/e3/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://69/86/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092_create_spdx.tar.zst\nDEBUG: Using  for 76/a8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/b7/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://45/31/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5_packagedata.tar.zst\nDEBUG: Searching for 75/96/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a9/a1/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042_recipe_qa.tar.zst\nDEBUG: For url file://09/eb/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/eb/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A11%3A09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa_create_spdx.tar.zst;downloadfilename=09/eb/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa_create_spdx.tar.zst\nDEBUG: Testing URL file://e7/93/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '69/78/sstate:libepoxy-native::1.5.10:r0::11:6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://80/e3/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 69/86/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://76/a8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://af/d4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5_package.tar.zst\nDEBUG: Searching for 45/31/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 75/96/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6_packagedata.tar.zst\nDEBUG: Searching for a9/a1/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e7/93/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://69/78/sstate:libepoxy-native::1.5.10:r0::11:6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/78/sstate%3Alibepoxy-native%3A%3A1.5.10%3Ar0%3A%3A11%3A6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04_populate_lic.tar.zst;downloadfilename=69/78/sstate:libepoxy-native::1.5.10:r0::11:6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://13/ba/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '80/e3/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 69/86/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092_create_spdx.tar.zst\nDEBUG: For url ['file', '', '76/a8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for af/d4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 45/31/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5_packagedata.tar.zst\nDEBUG: Testing URL file://75/96/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6_packagedata.tar.zst\nDEBUG: Using  for a9/a1/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042_recipe_qa.tar.zst\nDEBUG: For url file://e7/93/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/93/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3Ae793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6_create_spdx.tar.zst;downloadfilename=e7/93/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4d/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e7/8c/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3_populate_sysroot.tar.zst\nDEBUG: For url file://80/e3/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/e3/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.2%3Ar0%3Acore2-64%3A11%3A80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece_deploy_source_date_epoch.tar.zst;downloadfilename=80/e3/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://69/86/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092_create_spdx.tar.zst\nDEBUG: For url file://76/a8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/a8/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6_package.tar.zst;downloadfilename=76/a8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6_package.tar.zst\nDEBUG: Using  for af/d4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5_package.tar.zst\nDEBUG: Testing URL file://45/31/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5_packagedata.tar.zst\nDEBUG: For url ['file', '', '75/96/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a9/a1/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://23/73/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3_packagedata.tar.zst\nDEBUG: Searching for universal/e7/8c/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '69/86/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://af/d4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://09/eb/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa_create_spdx.tar.zst\nDEBUG: For url ['file', '', '45/31/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://75/96/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/96/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A11%3A7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6_packagedata.tar.zst;downloadfilename=75/96/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://69/78/sstate:libepoxy-native::1.5.10:r0::11:6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a9/a1/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 23/73/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/e7/8c/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3_populate_sysroot.tar.zst\nDEBUG: For url file://69/86/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/86/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A11%3A69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092_create_spdx.tar.zst;downloadfilename=69/86/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'af/d4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bd/55/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40_package_qa.tar.zst\nDEBUG: For url file://45/31/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/31/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5_packagedata.tar.zst;downloadfilename=45/31/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://46/1f/sstate:gnutls-native::3.8.3:r0::11:461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1_populate_lic.tar.zst\nDEBUG: For url file://a9/a1/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/a1/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A11%3Aa9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042_recipe_qa.tar.zst;downloadfilename=a9/a1/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/22/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3_create_runtime_spdx.tar.zst\nDEBUG: Using  for 23/73/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3_packagedata.tar.zst\nDEBUG: Testing URL file://universal/e7/8c/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3_populate_sysroot.tar.zst\nDEBUG: For url file://af/d4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/d4/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3Aafd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5_package.tar.zst;downloadfilename=af/d4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5_package.tar.zst\nDEBUG: Searching for bd/55/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://80/e3/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:80e344c03fd24afacb87f15acc4eba0e7e276512ef0a77dbd1951b1dd2abeece_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://76/a8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:76a8dfbf84ca9584fbf8bdaf47e1c8f10124b0e4c3cc6b468983b015732d64b6_package.tar.zst\nDEBUG: Searching for 46/1f/sstate:gnutls-native::3.8.3:r0::11:461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://80/07/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a_packagedata.tar.zst\nDEBUG: Testing URL file://23/73/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://75/96/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/e7/8c/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bd/55/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://69/86/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://46/eb/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/af/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3_populate_sysroot.tar.zst\nDEBUG: Using  for 46/1f/sstate:gnutls-native::3.8.3:r0::11:461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1_populate_lic.tar.zst\nDEBUG: Searching for 80/07/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '23/73/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://03/23/sstate:gstreamer1.0-plugins-good::1.22.9:r0::11:0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c_populate_lic.tar.zst\nDEBUG: For url file://universal/e7/8c/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/8c/sstate%3Agobject-introspection-native%3Ax86_64-linux%3A1.78.1%3Ar0%3Ax86_64%3A11%3Ae78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3_populate_sysroot.tar.zst;downloadfilename=universal/e7/8c/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://bd/55/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/27/0f/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf_populate_sysroot.tar.zst\nDEBUG: Searching for 46/eb/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b5/af/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://46/1f/sstate:gnutls-native::3.8.3:r0::11:461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1_populate_lic.tar.zst\nDEBUG: Using  for 80/07/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a_packagedata.tar.zst\nDEBUG: For url file://23/73/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/73/sstate%3Acurl%3Acore2-64-poky-linux%3A8.6.0%3Ar0%3Acore2-64%3A11%3A23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3_packagedata.tar.zst;downloadfilename=23/73/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3_packagedata.tar.zst\nDEBUG: Searching for 03/23/sstate:gstreamer1.0-plugins-good::1.22.9:r0::11:0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bd/55/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/27/0f/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a9/a1/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://45/31/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5_packagedata.tar.zst\nDEBUG: Using  for 46/eb/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960_package.tar.zst\nDEBUG: Using  for b5/af/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '46/1f/sstate:gnutls-native::3.8.3:r0::11:461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://80/07/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a_packagedata.tar.zst\nDEBUG: Using  for 03/23/sstate:gstreamer1.0-plugins-good::1.22.9:r0::11:0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c_populate_lic.tar.zst\nDEBUG: For url file://bd/55/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/55/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.5.3%3Ar0%3Acore2-64%3A11%3Abd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40_package_qa.tar.zst;downloadfilename=bd/55/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40_package_qa.tar.zst\nDEBUG: Using  for universal/27/0f/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://af/d4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:afd4de97adbc1219a916af6bfe844424214ba2f1a06ca628e4255e07ce2d8ef5_package.tar.zst\nDEBUG: SState: Attempting to fetch file://40/e7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/d5/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd_package_qa.tar.zst\nDEBUG: Testing URL file://46/eb/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960_package.tar.zst\nDEBUG: Testing URL file://b5/af/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3_populate_sysroot.tar.zst\nDEBUG: For url file://46/1f/sstate:gnutls-native::3.8.3:r0::11:461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/1f/sstate%3Agnutls-native%3A%3A3.8.3%3Ar0%3A%3A11%3A461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1_populate_lic.tar.zst;downloadfilename=46/1f/sstate:gnutls-native::3.8.3:r0::11:461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '80/07/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://03/23/sstate:gstreamer1.0-plugins-good::1.22.9:r0::11:0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/27/0f/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/05/sstate:pointercal-xinput::0.0:r0::11:e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674_populate_lic.tar.zst\nDEBUG: Searching for 40/e7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/d5/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '46/eb/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b5/af/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://80/07/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/07/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a_packagedata.tar.zst;downloadfilename=80/07/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a_packagedata.tar.zst\nDEBUG: For url ['file', '', '03/23/sstate:gstreamer1.0-plugins-good::1.22.9:r0::11:0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/27/0f/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e5/05/sstate:pointercal-xinput::0.0:r0::11:e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/e7/8c/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3_populate_sysroot.tar.zst\nDEBUG: Using  for 40/e7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e_package_write_rpm.tar.zst\nDEBUG: Using  for e4/d5/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd_package_qa.tar.zst\nDEBUG: For url file://46/eb/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/eb/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3A46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960_package.tar.zst;downloadfilename=46/eb/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960_package.tar.zst\nDEBUG: For url file://b5/af/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/af/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A11%3Ab5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3_populate_sysroot.tar.zst;downloadfilename=b5/af/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3_populate_sysroot.tar.zst\nDEBUG: For url file://03/23/sstate:gstreamer1.0-plugins-good::1.22.9:r0::11:0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/23/sstate%3Agstreamer1.0-plugins-good%3A%3A1.22.9%3Ar0%3A%3A11%3A0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c_populate_lic.tar.zst;downloadfilename=03/23/sstate:gstreamer1.0-plugins-good::1.22.9:r0::11:0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c_populate_lic.tar.zst\nDEBUG: For url file://universal/27/0f/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/27/0f/sstate%3Alua-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A11%3A270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf_populate_sysroot.tar.zst;downloadfilename=universal/27/0f/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf_populate_sysroot.tar.zst\nDEBUG: Using  for e5/05/sstate:pointercal-xinput::0.0:r0::11:e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://00/8c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4_package_qa.tar.zst\nDEBUG: Testing URL file://40/e7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e4/d5/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/55/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40_package_qa.tar.zst\nDEBUG: Testing URL file://e5/05/sstate:pointercal-xinput::0.0:r0::11:e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674_populate_lic.tar.zst\nDEBUG: Searching for 00/8c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '40/e7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://46/1f/sstate:gnutls-native::3.8.3:r0::11:461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e4/d5/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a0/67/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e5/05/sstate:pointercal-xinput::0.0:r0::11:e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 00/8c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4_package_qa.tar.zst\nDEBUG: For url file://40/e7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/e7/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e_package_write_rpm.tar.zst;downloadfilename=40/e7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/47/d1/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad_recipe_qa.tar.zst\nDEBUG: For url file://e4/d5/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/d5/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A11%3Ae4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd_package_qa.tar.zst;downloadfilename=e4/d5/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd_package_qa.tar.zst\nDEBUG: Searching for a0/67/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e5/05/sstate:pointercal-xinput::0.0:r0::11:e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/05/sstate%3Apointercal-xinput%3A%3A0.0%3Ar0%3A%3A11%3Ae505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674_populate_lic.tar.zst;downloadfilename=e5/05/sstate:pointercal-xinput::0.0:r0::11:e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://80/07/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a_packagedata.tar.zst\nDEBUG: Testing URL file://00/8c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4_package_qa.tar.zst\nDEBUG: Searching for universal/47/d1/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9b/68/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781_create_spdx.tar.zst\nDEBUG: Using  for a0/67/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://46/eb/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:46eb16505118a4e3dd720d0e5d9d575dc2c1b84e00b0ceec507a83b9beef2960_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/af/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:b5afb1461b05dacd9ec76cbb1b3435c6b5c7b4e25a70b4eb0ca03ee7500682c3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/53/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://03/23/sstate:gstreamer1.0-plugins-good::1.22.9:r0::11:0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '00/8c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/47/d1/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/27/0f/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/80/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0_package_qa.tar.zst\nDEBUG: Testing URL file://a0/67/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://49/bc/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/2d/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358_recipe_qa.tar.zst\nDEBUG: Searching for 8c/53/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c3/d2/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2_create_runtime_spdx.tar.zst\nDEBUG: For url file://00/8c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/8c/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3A008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4_package_qa.tar.zst;downloadfilename=00/8c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4_package_qa.tar.zst\nDEBUG: Testing URL file://universal/47/d1/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/66/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://40/e7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e_package_write_rpm.tar.zst\nDEBUG: Searching for 3e/80/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a0/67/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 49/bc/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ce/2d/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8c/53/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44_package_write_rpm.tar.zst\nDEBUG: Searching for c3/d2/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/47/d1/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4d/66/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/17/38/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3e/80/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0_package_qa.tar.zst\nDEBUG: For url file://a0/67/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/67/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3Aa0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb_create_runtime_spdx.tar.zst;downloadfilename=a0/67/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb_create_runtime_spdx.tar.zst\nDEBUG: Using  for 49/bc/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18_package_qa.tar.zst\nDEBUG: Using  for ce/2d/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358_recipe_qa.tar.zst\nDEBUG: Testing URL file://8c/53/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44_package_write_rpm.tar.zst\nDEBUG: Using  for c3/d2/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/d5/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd_package_qa.tar.zst\nDEBUG: For url file://universal/47/d1/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/47/d1/sstate%3Apython3-markupsafe-native%3Ax86_64-linux%3A2.1.3%3Ar0%3Ax86_64%3A11%3A47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad_recipe_qa.tar.zst;downloadfilename=universal/47/d1/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad_recipe_qa.tar.zst\nDEBUG: Using  for 4d/66/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665_recipe_qa.tar.zst\nDEBUG: Searching for universal/17/38/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3e/80/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0_package_qa.tar.zst\nDEBUG: Testing URL file://49/bc/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/05/sstate:pointercal-xinput::0.0:r0::11:e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674_populate_lic.tar.zst\nDEBUG: Testing URL file://ce/2d/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/6d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8c/53/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c3/d2/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/4f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4d/66/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665_recipe_qa.tar.zst\nDEBUG: Using  for universal/17/38/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3e/80/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/bc/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7c/c4/sstate:python3-iniparse::0.5:r0::11:7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ce/2d/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://92/4f/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6_recipe_qa.tar.zst\nDEBUG: For url file://8c/53/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/53/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44_package_write_rpm.tar.zst;downloadfilename=8c/53/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c3/d2/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3d/4f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4d/66/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://00/8c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4_package_qa.tar.zst\nDEBUG: Testing URL file://universal/17/38/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3e/80/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/80/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.5%3Ar0%3Acore2-64%3A11%3A3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0_package_qa.tar.zst;downloadfilename=3e/80/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0_package_qa.tar.zst\nDEBUG: For url file://49/bc/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/bc/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A11%3A49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18_package_qa.tar.zst;downloadfilename=49/bc/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18_package_qa.tar.zst\nDEBUG: Searching for 7c/c4/sstate:python3-iniparse::0.5:r0::11:7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ce/2d/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/2d/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A11%3Ace2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358_recipe_qa.tar.zst;downloadfilename=ce/2d/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358_recipe_qa.tar.zst\nDEBUG: Searching for 92/4f/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c3/d2/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/d2/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Ac3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2_create_runtime_spdx.tar.zst;downloadfilename=c3/d2/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2_create_runtime_spdx.tar.zst\nDEBUG: Using  for 3d/4f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4d/66/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/66/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665_recipe_qa.tar.zst;downloadfilename=4d/66/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/93/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/d9/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/17/38/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7c/c4/sstate:python3-iniparse::0.5:r0::11:7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0_populate_lic.tar.zst\nDEBUG: Using  for 92/4f/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/4f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/47/d1/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/86/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7_package_qa.tar.zst\nDEBUG: Searching for a4/d9/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/17/38/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/17/38/sstate%3Apython3-pip-native%3Ax86_64-linux%3A23.3.2%3Ar0%3Ax86_64%3A11%3A1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204_deploy_source_date_epoch.tar.zst;downloadfilename=universal/17/38/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7c/c4/sstate:python3-iniparse::0.5:r0::11:7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0_populate_lic.tar.zst\nDEBUG: Testing URL file://92/4f/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3d/4f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/0a/a3/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962_create_spdx.tar.zst\nDEBUG: Searching for c0/86/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8c/53/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44_package_write_rpm.tar.zst\nDEBUG: Using  for a4/d9/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/80/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0_package_qa.tar.zst\nDEBUG: For url ['file', '', '7c/c4/sstate:python3-iniparse::0.5:r0::11:7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '92/4f/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3d/4f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/4f/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst;downloadfilename=3d/4f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/0a/a3/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c0/86/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/b3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a4/d9/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://07/8d/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/2d/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358_recipe_qa.tar.zst\nDEBUG: For url file://7c/c4/sstate:python3-iniparse::0.5:r0::11:7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/c4/sstate%3Apython3-iniparse%3A%3A0.5%3Ar0%3A%3A11%3A7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0_populate_lic.tar.zst;downloadfilename=7c/c4/sstate:python3-iniparse::0.5:r0::11:7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/d2/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2_create_runtime_spdx.tar.zst\nDEBUG: For url file://92/4f/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/4f/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A11%3A924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6_recipe_qa.tar.zst;downloadfilename=92/4f/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/66/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665_recipe_qa.tar.zst\nDEBUG: Using  for universal/0a/a3/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962_create_spdx.tar.zst\nDEBUG: Testing URL file://c0/86/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7_package_qa.tar.zst\nDEBUG: Searching for e9/b3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a4/d9/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://49/bc/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18_package_qa.tar.zst\nDEBUG: Searching for 07/8d/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://6f/e1/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6f/2f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/17/38/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:1738bafe481d7ef4ff300a3532eab034682eb3633a6452a97375f7c74963e204_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/22/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/0a/a3/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c0/86/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e9/b3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2_package_write_rpm.tar.zst\nDEBUG: For url file://a4/d9/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/d9/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A11%3Aa4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae_create_runtime_spdx.tar.zst;downloadfilename=a4/d9/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/54/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec_packagedata.tar.zst\nDEBUG: Using  for 07/8d/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04_populate_sysroot.tar.zst\nDEBUG: Searching for 6f/e1/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3d/4f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/6f/2f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://5f/15/sstate:x11perf::1.6.1:r0::11:5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354_populate_lic.tar.zst\nDEBUG: Searching for d5/22/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/0a/a3/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c0/86/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/86/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3Ac08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7_package_qa.tar.zst;downloadfilename=c0/86/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7_package_qa.tar.zst\nDEBUG: Testing URL file://e9/b3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2_package_write_rpm.tar.zst\nDEBUG: Searching for 3f/54/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://07/8d/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04_populate_sysroot.tar.zst\nDEBUG: Using  for 6f/e1/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/c4/sstate:python3-iniparse::0.5:r0::11:7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ab/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/6f/2f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674_populate_sysroot.tar.zst\nDEBUG: Searching for 5f/15/sstate:x11perf::1.6.1:r0::11:5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d5/22/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/0a/a3/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0a/a3/sstate%3Aattr-native%3Ax86_64-linux%3A2.5.1%3Ar0%3Ax86_64%3A11%3A0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962_create_spdx.tar.zst;downloadfilename=universal/0a/a3/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e9/b3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3f/54/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://92/4f/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '07/8d/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6f/e1/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/78/sstate:coreutils::9.4:r0::11:ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0_populate_lic.tar.zst\nDEBUG: Searching for universal/ab/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/6f/2f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674_populate_sysroot.tar.zst\nDEBUG: Using  for 5f/15/sstate:x11perf::1.6.1:r0::11:5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354_populate_lic.tar.zst\nDEBUG: Testing URL file://d5/22/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582_create_runtime_spdx.tar.zst\nDEBUG: For url file://e9/b3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/b3/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ae9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2_package_write_rpm.tar.zst;downloadfilename=e9/b3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://3f/54/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://27/ce/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6_create_spdx.tar.zst\nDEBUG: For url file://07/8d/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/8d/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.4%3Ar0%3Acore2-64%3A11%3A078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04_populate_sysroot.tar.zst;downloadfilename=07/8d/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6f/e1/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ce/78/sstate:coreutils::9.4:r0::11:ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/ab/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/6f/2f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5f/15/sstate:x11perf::1.6.1:r0::11:5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/d9/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd5/22/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3f/54/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 27/ce/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6f/e1/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/e1/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.38%3Ar0%3Acore2-64%3A11%3A6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166_package_qa.tar.zst;downloadfilename=6f/e1/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166_package_qa.tar.zst\nDEBUG: Using  for ce/78/sstate:coreutils::9.4:r0::11:ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/86/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0a/a3/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ab/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/6f/2f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/2f/sstate%3Acreaterepo-c-native%3Ax86_64-linux%3A1.0.3%3Ar0%3Ax86_64%3A11%3A6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674_populate_sysroot.tar.zst;downloadfilename=universal/6f/2f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5f/15/sstate:x11perf::1.6.1:r0::11:5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://67/4e/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed_package.tar.zst\nDEBUG: For url file://d5/22/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/22/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A11%3Ad52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582_create_runtime_spdx.tar.zst;downloadfilename=d5/22/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582_create_runtime_spdx.tar.zst\nDEBUG: For url file://3f/54/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/54/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.5.2%3Ar0%3Acore2-64%3A11%3A3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec_packagedata.tar.zst;downloadfilename=3f/54/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec_packagedata.tar.zst\nDEBUG: Using  for 27/ce/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6_create_spdx.tar.zst\nDEBUG: Testing URL file://ce/78/sstate:coreutils::9.4:r0::11:ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://11/6c/sstate:libexif::0.6.24:r0::11:116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://70/67/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://23/73/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/ab/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5f/15/sstate:x11perf::1.6.1:r0::11:5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/15/sstate%3Ax11perf%3A%3A1.6.1%3Ar0%3A%3A11%3A5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354_populate_lic.tar.zst;downloadfilename=5f/15/sstate:x11perf::1.6.1:r0::11:5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354_populate_lic.tar.zst\nDEBUG: Searching for 67/4e/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e9/b3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://27/ce/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ce/78/sstate:coreutils::9.4:r0::11:ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://07/8d/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:078d3daed1c6947be687d3f57ec7453f7845bf32260390af606b1c62c7753d04_populate_sysroot.tar.zst\nDEBUG: Searching for 11/6c/sstate:libexif::0.6.24:r0::11:116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 70/67/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a0/67/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/e1/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://75/01/sstate:ca-certificates-native::20211016:r0::11:7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64_populate_lic.tar.zst\nDEBUG: For url file://universal/ab/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ab/82/sstate%3Aunzip-native%3Ax86_64-linux%3A6.0%3Ar0%3Ax86_64%3A11%3Aab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ab/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 67/4e/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/5c/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6f/2f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '27/ce/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ce/78/sstate:coreutils::9.4:r0::11:ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/78/sstate%3Acoreutils%3A%3A9.4%3Ar0%3A%3A11%3Ace784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0_populate_lic.tar.zst;downloadfilename=ce/78/sstate:coreutils::9.4:r0::11:ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://51/69/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:516929364e8a30a7a0394323e652138afffd76c436cdb03cee428d30d8478161_package.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/2c/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/22/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582_create_runtime_spdx.tar.zst\nDEBUG: Using  for 11/6c/sstate:libexif::0.6.24:r0::11:116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6_populate_lic.tar.zst\nDEBUG: Using  for 70/67/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/91/ab/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/ff/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac_populate_sysroot.tar.zst\nDEBUG: Searching for 75/01/sstate:ca-certificates-native::20211016:r0::11:7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://67/4e/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed_package.tar.zst\nDEBUG: Searching for universal/10/5c/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3f/54/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://37/2c/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23_package_write_ipk.tar.zst\nDEBUG: For url file://27/ce/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/ce/sstate%3Alibnewt%3Acore2-64-poky-linux%3A0.52.24%3Ar0%3Acore2-64%3A11%3A27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6_create_spdx.tar.zst;downloadfilename=27/ce/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://61/42/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7_create_spdx.tar.zst\nDEBUG: Searching for 5d/2c/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5f/15/sstate:x11perf::1.6.1:r0::11:5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/93/sstate:libunistring::1.1:r0::11:fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b_populate_lic.tar.zst\nDEBUG: Testing URL file://11/6c/sstate:libexif::0.6.24:r0::11:116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6_populate_lic.tar.zst\nDEBUG: Testing URL file://70/67/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8_recipe_qa.tar.zst\nDEBUG: Searching for universal/91/ab/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7c/ff/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 75/01/sstate:ca-certificates-native::20211016:r0::11:7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64_populate_lic.tar.zst\nDEBUG: For url ['file', '', '67/4e/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/10/5c/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/07/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c_package_write_rpm.tar.zst\nDEBUG: Searching for 37/2c/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 61/42/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5d/2c/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ab/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:ab82f4d40cba94ea3455d106e6b379d07b28a2f21a51a66a5bd0638a43b76c2c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/a2/sstate:python3-iniconfig::2.0.0:r0::11:7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8_populate_lic.tar.zst\nDEBUG: Searching for fb/93/sstate:libunistring::1.1:r0::11:fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '11/6c/sstate:libexif::0.6.24:r0::11:116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '70/67/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/91/ab/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3_recipe_qa.tar.zst\nDEBUG: Using  for 7c/ff/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac_populate_sysroot.tar.zst\nDEBUG: Testing URL file://75/01/sstate:ca-certificates-native::20211016:r0::11:7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/78/sstate:coreutils::9.4:r0::11:ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0_populate_lic.tar.zst\nDEBUG: For url file://67/4e/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/4e/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.42%3Ar0%3Acore2-64%3A11%3A674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed_package.tar.zst;downloadfilename=67/4e/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed_package.tar.zst\nDEBUG: Testing URL file://universal/10/5c/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9d/07/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 37/2c/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23_package_write_ipk.tar.zst\nDEBUG: Using  for 61/42/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7_create_spdx.tar.zst\nDEBUG: Testing URL file://5d/2c/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://df/aa/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f_recipe_qa.tar.zst\nDEBUG: Searching for 7f/a2/sstate:python3-iniconfig::2.0.0:r0::11:7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fb/93/sstate:libunistring::1.1:r0::11:fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b_populate_lic.tar.zst\nDEBUG: For url file://11/6c/sstate:libexif::0.6.24:r0::11:116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/6c/sstate%3Alibexif%3A%3A0.6.24%3Ar0%3A%3A11%3A116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6_populate_lic.tar.zst;downloadfilename=11/6c/sstate:libexif::0.6.24:r0::11:116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6_populate_lic.tar.zst\nDEBUG: For url file://70/67/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/67/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A11%3A7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8_recipe_qa.tar.zst;downloadfilename=70/67/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/91/ab/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3_recipe_qa.tar.zst\nDEBUG: Testing URL file://7c/ff/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '75/01/sstate:ca-certificates-native::20211016:r0::11:7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7e/6a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/10/5c/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9d/07/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://37/2c/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23_package_write_ipk.tar.zst\nDEBUG: Testing URL file://61/42/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5d/2c/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for df/aa/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7f/a2/sstate:python3-iniconfig::2.0.0:r0::11:7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8_populate_lic.tar.zst\nDEBUG: Testing URL file://fb/93/sstate:libunistring::1.1:r0::11:fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/91/ab/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7c/ff/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://75/01/sstate:ca-certificates-native::20211016:r0::11:7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/01/sstate%3Aca-certificates-native%3A%3A20211016%3Ar0%3A%3A11%3A7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64_populate_lic.tar.zst;downloadfilename=75/01/sstate:ca-certificates-native::20211016:r0::11:7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64_populate_lic.tar.zst\nDEBUG: Searching for 7e/6a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/10/5c/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/5c/sstate%3Asqlite3-native%3Ax86_64-linux%3A3.44.2%3Ar0%3Ax86_64%3A11%3A105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631_deploy_source_date_epoch.tar.zst;downloadfilename=universal/10/5c/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9d/07/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '37/2c/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '61/42/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5d/2c/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/2c/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.67%3Ar0%3Acore2-64%3A11%3A5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb_package_qa.tar.zst;downloadfilename=5d/2c/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb_package_qa.tar.zst\nDEBUG: Using  for df/aa/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f_recipe_qa.tar.zst\nDEBUG: Testing URL file://7f/a2/sstate:python3-iniconfig::2.0.0:r0::11:7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fb/93/sstate:libunistring::1.1:r0::11:fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/91/ab/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/ab/sstate%3Ashaderc-native%3Ax86_64-linux%3A2023.7%3Ar0%3Ax86_64%3A11%3A91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3_recipe_qa.tar.zst;downloadfilename=universal/91/ab/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3_recipe_qa.tar.zst\nDEBUG: For url file://7c/ff/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/ff/sstate%3Alibtool-cross%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3A7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac_populate_sysroot.tar.zst;downloadfilename=7c/ff/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac_populate_sysroot.tar.zst\nDEBUG: Using  for 7e/6a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://67/4e/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:674e3c9b771f66df9819fcc02e97231902abff8145638ecd674cb31421ef9fed_package.tar.zst\nDEBUG: For url ['file', '', '9d/07/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/2c/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/2c/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23_package_write_ipk.tar.zst;downloadfilename=37/2c/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://11/6c/sstate:libexif::0.6.24:r0::11:116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6_populate_lic.tar.zst\nDEBUG: For url file://61/42/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/42/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7_create_spdx.tar.zst;downloadfilename=61/42/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7_create_spdx.tar.zst\nDEBUG: Testing URL file://df/aa/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7f/a2/sstate:python3-iniconfig::2.0.0:r0::11:7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fb/93/sstate:libunistring::1.1:r0::11:fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/93/sstate%3Alibunistring%3A%3A1.1%3Ar0%3A%3A11%3Afb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b_populate_lic.tar.zst;downloadfilename=fb/93/sstate:libunistring::1.1:r0::11:fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://70/67/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8_recipe_qa.tar.zst\nDEBUG: Testing URL file://7e/6a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://75/01/sstate:ca-certificates-native::20211016:r0::11:7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://80/3b/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442_package_qa.tar.zst\nDEBUG: For url file://9d/07/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/07/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c_package_write_rpm.tar.zst;downloadfilename=9d/07/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bc/f1/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/10/5c/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:105c8093f77ef77d859023b01de3c9655b1bf4401bc45e4f2b8fba54628f3631_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'df/aa/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/91/ab/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:91ab092befef70df712c92a2bd8f9ce911c313993af3c7538cce869f800b3ec3_recipe_qa.tar.zst\nDEBUG: For url file://7f/a2/sstate:python3-iniconfig::2.0.0:r0::11:7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/a2/sstate%3Apython3-iniconfig%3A%3A2.0.0%3Ar0%3A%3A11%3A7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8_populate_lic.tar.zst;downloadfilename=7f/a2/sstate:python3-iniconfig::2.0.0:r0::11:7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/2c/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://45/3e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7e/6a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://96/6f/sstate:spirv-tools-native::1.3.268.0:r0::11:966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa_populate_lic.tar.zst\nDEBUG: Searching for 80/3b/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/bc/f1/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://97/bd/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/ff/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:7cff2ddd3a4b3e6cbdb6bafa0cff447b6d2bae2eeed750f83c68d1817b2da1ac_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://37/2c/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23_package_write_ipk.tar.zst\nDEBUG: For url file://df/aa/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/aa/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.47%3Ar0%3Acore2-64%3A11%3Adfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f_recipe_qa.tar.zst;downloadfilename=df/aa/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/b4/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/3a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf_package_write_rpm.tar.zst\nDEBUG: Searching for 45/3e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://61/42/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7_create_spdx.tar.zst\nDEBUG: For url file://7e/6a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/6a/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737_package_qa.tar.zst;downloadfilename=7e/6a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737_package_qa.tar.zst\nDEBUG: Searching for 96/6f/sstate:spirv-tools-native::1.3.268.0:r0::11:966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 80/3b/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442_package_qa.tar.zst\nDEBUG: Using  for universal/bc/f1/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2_populate_sysroot.tar.zst\nDEBUG: Searching for 97/bd/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://71/2e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://11/70/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/93/sstate:libunistring::1.1:r0::11:fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b_populate_lic.tar.zst\nDEBUG: Searching for d9/b4/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5f/3a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 45/3e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32_populate_sysroot.tar.zst\nDEBUG: Using  for 96/6f/sstate:spirv-tools-native::1.3.268.0:r0::11:966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa_populate_lic.tar.zst\nDEBUG: Testing URL file://80/3b/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/a2/sstate:python3-iniconfig::2.0.0:r0::11:7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/bc/f1/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2_populate_sysroot.tar.zst\nDEBUG: Using  for 97/bd/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f_packagedata.tar.zst\nDEBUG: Searching for 71/2e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 11/70/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://68/c4/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022_package.tar.zst\nDEBUG: Using  for d9/b4/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7_packagedata.tar.zst\nDEBUG: Using  for 5f/3a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf_package_write_rpm.tar.zst\nDEBUG: Testing URL file://45/3e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f_populate_sysroot.tar.zst\nDEBUG: Searching for 2f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://96/6f/sstate:spirv-tools-native::1.3.268.0:r0::11:966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa_populate_lic.tar.zst\nDEBUG: For url ['file', '', '80/3b/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/ce/60/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/bc/f1/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://97/bd/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f_packagedata.tar.zst\nDEBUG: Using  for 71/2e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12_create_spdx.tar.zst\nDEBUG: Using  for 11/70/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d_package_write_rpm.tar.zst\nDEBUG: Searching for 68/c4/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d9/b4/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7_packagedata.tar.zst\nDEBUG: Testing URL file://5f/3a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '45/3e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '96/6f/sstate:spirv-tools-native::1.3.268.0:r0::11:966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://df/aa/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f_recipe_qa.tar.zst\nDEBUG: For url file://80/3b/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/3b/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A11%3A803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442_package_qa.tar.zst;downloadfilename=80/3b/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442_package_qa.tar.zst\nDEBUG: Searching for universal/ce/60/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/bc/f1/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bc/f1/sstate%3Acmake-native%3Ax86_64-linux%3A3.27.7%3Ar0%3Ax86_64%3A11%3Abcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2_populate_sysroot.tar.zst;downloadfilename=universal/bc/f1/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '97/bd/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://71/2e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12_create_spdx.tar.zst\nDEBUG: Testing URL file://11/70/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d_package_write_rpm.tar.zst\nDEBUG: Using  for 68/c4/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022_package.tar.zst\nDEBUG: For url ['file', '', 'd9/b4/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7e/6a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737_package_qa.tar.zst\nDEBUG: For url ['file', '', '5f/3a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://45/3e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/3e/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f_populate_sysroot.tar.zst;downloadfilename=45/3e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32_populate_sysroot.tar.zst\nDEBUG: For url file://96/6f/sstate:spirv-tools-native::1.3.268.0:r0::11:966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/6f/sstate%3Aspirv-tools-native%3A%3A1.3.268.0%3Ar0%3A%3A11%3A966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa_populate_lic.tar.zst;downloadfilename=96/6f/sstate:spirv-tools-native::1.3.268.0:r0::11:966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/0f/sstate:libdrm::2.4.120:r0::11:e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c_populate_lic.tar.zst\nDEBUG: Using  for universal/ce/60/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b_create_spdx.tar.zst\nDEBUG: For url file://97/bd/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/bd/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.6%3Ar0%3Acore2-64%3A11%3A97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f_packagedata.tar.zst;downloadfilename=97/bd/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f_packagedata.tar.zst\nDEBUG: For url ['file', '', '71/2e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '11/70/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://68/c4/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022_package.tar.zst\nDEBUG: For url file://d9/b4/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/b4/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3Ad9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7_packagedata.tar.zst;downloadfilename=d9/b4/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://79/09/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea_populate_sysroot.tar.zst\nDEBUG: For url file://5f/3a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/3a/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A11%3A5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf_package_write_rpm.tar.zst;downloadfilename=5f/3a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e1/0f/sstate:libdrm::2.4.120:r0::11:e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/ce/60/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://80/3b/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442_package_qa.tar.zst\nDEBUG: For url file://71/2e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/2e/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A11%3A712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12_create_spdx.tar.zst;downloadfilename=71/2e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12_create_spdx.tar.zst\nDEBUG: For url file://11/70/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/70/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d_package_write_rpm.tar.zst;downloadfilename=11/70/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '68/c4/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/bc/f1/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2_populate_sysroot.tar.zst\nDEBUG: Searching for 79/09/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://45/3e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:453e0ac883d5445ae8e3ab3559d4d1099490df40566f792b0270226eca57d91f_populate_sysroot.tar.zst\nDEBUG: For url file://2f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/6d/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A11%3A2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32_populate_sysroot.tar.zst;downloadfilename=2f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32_populate_sysroot.tar.zst\nDEBUG: Using  for e1/0f/sstate:libdrm::2.4.120:r0::11:e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ce/60/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/d3/39/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a_create_spdx.tar.zst\nDEBUG: For url file://68/c4/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/c4/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A11%3A68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022_package.tar.zst;downloadfilename=68/c4/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022_package.tar.zst\nDEBUG: SState: Successful fetch test for file://97/bd/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://96/6f/sstate:spirv-tools-native::1.3.268.0:r0::11:966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://27/ce/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://89/04/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3_package.tar.zst\nDEBUG: Using  for 79/09/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c0/5a/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e1/0f/sstate:libdrm::2.4.120:r0::11:e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c_populate_lic.tar.zst\nDEBUG: For url file://universal/ce/60/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ce/60/sstate%3Arust-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3Ace60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b_create_spdx.tar.zst;downloadfilename=universal/ce/60/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b_create_spdx.tar.zst\nDEBUG: Searching for universal/d3/39/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://90/2a/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/b4/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://33/5f/sstate:rpm::4.19.1:r0::11:335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/d3/sstate:qemu-helper-native::1.0:r0::11:9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856_populate_lic.tar.zst\nDEBUG: Searching for 89/04/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://79/09/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea_populate_sysroot.tar.zst\nDEBUG: Searching for universal/c0/5a/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e1/0f/sstate:libdrm::2.4.120:r0::11:e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://71/2e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://11/70/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d_package_write_rpm.tar.zst\nDEBUG: Using  for universal/d3/39/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a_create_spdx.tar.zst\nDEBUG: Searching for 90/2a/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f3/ba/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa_packagedata.tar.zst\nDEBUG: Searching for 33/5f/sstate:rpm::4.19.1:r0::11:335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9d/d3/sstate:qemu-helper-native::1.0:r0::11:9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 89/04/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3_package.tar.zst\nDEBUG: For url ['file', '', '79/09/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c0/5a/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90_create_runtime_spdx.tar.zst\nDEBUG: For url file://e1/0f/sstate:libdrm::2.4.120:r0::11:e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/0f/sstate%3Alibdrm%3A%3A2.4.120%3Ar0%3A%3A11%3Ae10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c_populate_lic.tar.zst;downloadfilename=e1/0f/sstate:libdrm::2.4.120:r0::11:e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:2f6d761d4e0af12b1f76839f10fb6cbf0e6e71dadf3169892b4d917d8c967c32_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/23/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://68/c4/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:68c4482b45023cc5b8fabbda02290954e6b005aeca88becf0979dd6f6c8ff022_package.tar.zst\nDEBUG: SState: Attempting to fetch file://86/57/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5_package_qa.tar.zst\nDEBUG: Testing URL file://universal/d3/39/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a_create_spdx.tar.zst\nDEBUG: Using  for 90/2a/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37_package_write_rpm.tar.zst\nDEBUG: Searching for f3/ba/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 33/5f/sstate:rpm::4.19.1:r0::11:335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535_populate_lic.tar.zst\nDEBUG: Using  for 9d/d3/sstate:qemu-helper-native::1.0:r0::11:9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856_populate_lic.tar.zst\nDEBUG: Testing URL file://89/04/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3_package.tar.zst\nDEBUG: For url file://79/09/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/09/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.6%3Ar0%3Acore2-64%3A11%3A79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea_populate_sysroot.tar.zst;downloadfilename=79/09/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/c0/5a/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6a/36/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b_create_runtime_spdx.tar.zst\nDEBUG: Searching for e3/23/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://01/33/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515_recipe_qa.tar.zst\nDEBUG: Searching for 86/57/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/d3/39/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://90/2a/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37_package_write_rpm.tar.zst\nDEBUG: Using  for f3/ba/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa_packagedata.tar.zst\nDEBUG: Testing URL file://33/5f/sstate:rpm::4.19.1:r0::11:335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535_populate_lic.tar.zst\nDEBUG: Testing URL file://9d/d3/sstate:qemu-helper-native::1.0:r0::11:9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ce/60/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '89/04/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c0/5a/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/6a/36/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e3/23/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 01/33/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 86/57/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5_package_qa.tar.zst\nDEBUG: For url file://universal/d3/39/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/39/sstate%3Across-localedef-native%3Ax86_64-linux%3A2.38%2Bgit%3Ar0%3Ax86_64%3A11%3Ad3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a_create_spdx.tar.zst;downloadfilename=universal/d3/39/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '90/2a/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f3/ba/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa_packagedata.tar.zst\nDEBUG: For url ['file', '', '33/5f/sstate:rpm::4.19.1:r0::11:335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9d/d3/sstate:qemu-helper-native::1.0:r0::11:9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://fb/0f/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559_package.tar.zst\nDEBUG: For url file://89/04/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/04/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3_package.tar.zst;downloadfilename=89/04/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/0f/sstate:libdrm::2.4.120:r0::11:e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c_populate_lic.tar.zst\nDEBUG: For url file://universal/c0/5a/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/5a/sstate%3Apython3-tomli-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A11%3Ac05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90_create_runtime_spdx.tar.zst;downloadfilename=universal/c0/5a/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/6a/36/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e3/23/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1_create_runtime_spdx.tar.zst\nDEBUG: Using  for 01/33/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515_recipe_qa.tar.zst\nDEBUG: Testing URL file://86/57/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5_package_qa.tar.zst\nDEBUG: For url file://90/2a/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/2a/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37_package_write_rpm.tar.zst;downloadfilename=90/2a/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f3/ba/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://33/5f/sstate:rpm::4.19.1:r0::11:335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/5f/sstate%3Arpm%3A%3A4.19.1%3Ar0%3A%3A11%3A335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535_populate_lic.tar.zst;downloadfilename=33/5f/sstate:rpm::4.19.1:r0::11:335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535_populate_lic.tar.zst\nDEBUG: For url file://9d/d3/sstate:qemu-helper-native::1.0:r0::11:9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/d3/sstate%3Aqemu-helper-native%3A%3A1.0%3Ar0%3A%3A11%3A9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856_populate_lic.tar.zst;downloadfilename=9d/d3/sstate:qemu-helper-native::1.0:r0::11:9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856_populate_lic.tar.zst\nDEBUG: Searching for fb/0f/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://4b/f9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://79/09/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:79099f7759b15c6f2a396afbc8dc8c9d02c1c8c376369c64a7958463175d97ea_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/6a/36/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e3/23/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://01/33/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '86/57/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f3/ba/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/ba/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A11%3Af3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa_packagedata.tar.zst;downloadfilename=f3/ba/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa_packagedata.tar.zst\nDEBUG: Using  for fb/0f/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559_package.tar.zst\nDEBUG: Searching for 4b/f9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/d3/39/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://89/04/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8904445953e07b4da48e3c2360dadbf72ab1afb79d81ebbe5cbbae57fc31dec3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/6a/36/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e3/23/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/23/sstate%3Alibnewt%3Acore2-64-poky-linux%3A0.52.24%3Ar0%3Acore2-64%3A11%3Ae3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1_create_runtime_spdx.tar.zst;downloadfilename=e3/23/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '01/33/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/c0/5a/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90_create_runtime_spdx.tar.zst\nDEBUG: For url file://86/57/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/57/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A11%3A86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5_package_qa.tar.zst;downloadfilename=86/57/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5_package_qa.tar.zst\nDEBUG: Testing URL file://fb/0f/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559_package.tar.zst\nDEBUG: Using  for 4b/f9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/a0/sstate:ncurses::6.4:r0::11:3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://90/2a/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/25/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7_package_qa.tar.zst\nDEBUG: Searching for 9c/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/6a/36/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6a/36/sstate%3Aacl-native%3Ax86_64-linux%3A2.3.1%3Ar0%3Ax86_64%3A11%3A6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b_create_runtime_spdx.tar.zst;downloadfilename=universal/6a/36/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b_create_runtime_spdx.tar.zst\nDEBUG: For url file://01/33/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/33/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A11%3A013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515_recipe_qa.tar.zst;downloadfilename=01/33/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/d3/sstate:qemu-helper-native::1.0:r0::11:9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://33/5f/sstate:rpm::4.19.1:r0::11:335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/d7/sstate:libxrandr::1.5.4:r0::11:1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fb/0f/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4b/f9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0_recipe_qa.tar.zst\nDEBUG: Searching for 3e/a0/sstate:ncurses::6.4:r0::11:3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://47/32/sstate:python3-pluggy::1.3.0:r0::11:473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d_populate_lic.tar.zst\nDEBUG: Searching for c6/25/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9c/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/ba/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/b2/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/5c/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80_package.tar.zst\nDEBUG: Searching for 1c/d7/sstate:libxrandr::1.5.4:r0::11:1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://fb/0f/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/0f/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.16%3Ar0%3Acore2-64%3A11%3Afb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559_package.tar.zst;downloadfilename=fb/0f/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559_package.tar.zst\nDEBUG: For url ['file', '', '4b/f9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3e/a0/sstate:ncurses::6.4:r0::11:3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60_populate_lic.tar.zst\nDEBUG: Searching for 47/32/sstate:python3-pluggy::1.3.0:r0::11:473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c6/25/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7_package_qa.tar.zst\nDEBUG: Testing URL file://9c/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/46/df/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290_populate_sysroot.tar.zst\nDEBUG: Searching for 9e/b2/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c5/5c/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1c/d7/sstate:libxrandr::1.5.4:r0::11:1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a_populate_lic.tar.zst\nDEBUG: For url file://4b/f9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/f9/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A11%3A4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0_recipe_qa.tar.zst;downloadfilename=4b/f9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0_recipe_qa.tar.zst\nDEBUG: Testing URL file://3e/a0/sstate:ncurses::6.4:r0::11:3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://86/57/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5_package_qa.tar.zst\nDEBUG: Using  for 47/32/sstate:python3-pluggy::1.3.0:r0::11:473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d_populate_lic.tar.zst\nDEBUG: Testing URL file://c6/25/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7_package_qa.tar.zst\nDEBUG: For url ['file', '', '9c/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/46/df/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9e/b2/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b_package.tar.zst\nDEBUG: Using  for c5/5c/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80_package.tar.zst\nDEBUG: Testing URL file://1c/d7/sstate:libxrandr::1.5.4:r0::11:1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6a/36/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://01/33/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3e/a0/sstate:ncurses::6.4:r0::11:3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5b/ac/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://47/32/sstate:python3-pluggy::1.3.0:r0::11:473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c6/25/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9c/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/0e/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A11%3A9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24_populate_sysroot.tar.zst;downloadfilename=9c/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24_populate_sysroot.tar.zst\nDEBUG: Using  for universal/46/df/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9e/b2/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b_package.tar.zst\nDEBUG: Testing URL file://c5/5c/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80_package.tar.zst\nDEBUG: For url ['file', '', '1c/d7/sstate:libxrandr::1.5.4:r0::11:1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://09/30/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/85/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096_recipe_qa.tar.zst\nDEBUG: For url file://3e/a0/sstate:ncurses::6.4:r0::11:3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/a0/sstate%3Ancurses%3A%3A6.4%3Ar0%3A%3A11%3A3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60_populate_lic.tar.zst;downloadfilename=3e/a0/sstate:ncurses::6.4:r0::11:3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60_populate_lic.tar.zst\nDEBUG: Searching for 5b/ac/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '47/32/sstate:python3-pluggy::1.3.0:r0::11:473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c6/25/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/25/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.5%3Ar0%3Acore2-64%3A11%3Ac625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7_package_qa.tar.zst;downloadfilename=c6/25/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7_package_qa.tar.zst\nDEBUG: Testing URL file://universal/46/df/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9e/b2/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/5c/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1c/d7/sstate:libxrandr::1.5.4:r0::11:1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/d7/sstate%3Alibxrandr%3A%3A1.5.4%3Ar0%3A%3A11%3A1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a_populate_lic.tar.zst;downloadfilename=1c/d7/sstate:libxrandr::1.5.4:r0::11:1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a_populate_lic.tar.zst\nDEBUG: Searching for 09/30/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8c/85/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5b/ac/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5_populate_sysroot.tar.zst\nDEBUG: For url file://47/32/sstate:python3-pluggy::1.3.0:r0::11:473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/32/sstate%3Apython3-pluggy%3A%3A1.3.0%3Ar0%3A%3A11%3A473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d_populate_lic.tar.zst;downloadfilename=47/32/sstate:python3-pluggy::1.3.0:r0::11:473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/f9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/46/df/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9e/b2/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/b2/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.1%3Ar0%3Acore2-64%3A11%3A9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b_package.tar.zst;downloadfilename=9e/b2/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b_package.tar.zst\nDEBUG: For url file://c5/5c/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/5c/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A11%3Ac55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80_package.tar.zst;downloadfilename=c5/5c/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80_package.tar.zst\nDEBUG: Using  for 09/30/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58_create_spdx.tar.zst\nDEBUG: Using  for 8c/85/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096_recipe_qa.tar.zst\nDEBUG: Testing URL file://5b/ac/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/43/sstate:ell::0.61:r0::11:1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417_populate_lic.tar.zst\nDEBUG: For url file://universal/46/df/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/46/df/sstate%3Apython3-iniparse-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290_populate_sysroot.tar.zst;downloadfilename=universal/46/df/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:9c0e5c7a3e263549aec29e9ec0efbf7993e9876d32facbf8966b73427e0c7a24_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/a0/sstate:ncurses::6.4:r0::11:3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60_populate_lic.tar.zst\nDEBUG: Testing URL file://09/30/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58_create_spdx.tar.zst\nDEBUG: Testing URL file://8c/85/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/25/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7_package_qa.tar.zst\nDEBUG: For url ['file', '', '5b/ac/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1c/d7/sstate:libxrandr::1.5.4:r0::11:1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a_populate_lic.tar.zst\nDEBUG: Searching for 1e/43/sstate:ell::0.61:r0::11:1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1f/a8/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/ce/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '09/30/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8c/85/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c1/14/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381_package_write_rpm.tar.zst\nDEBUG: For url file://5b/ac/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/ac/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A11%3A5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5_populate_sysroot.tar.zst;downloadfilename=5b/ac/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://47/32/sstate:python3-pluggy::1.3.0:r0::11:473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/a1/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048_recipe_qa.tar.zst\nDEBUG: Using  for 1e/43/sstate:ell::0.61:r0::11:1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417_populate_lic.tar.zst\nDEBUG: Searching for 1f/a8/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e1/ce/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9e/b2/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:9eb2f681d6d8f319560c99e4b46ea25e10668df4d65d8756f1e5387f904f2d3b_package.tar.zst\nDEBUG: For url file://09/30/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/30/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.1%3Ar0%3Acore2-64%3A11%3A093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58_create_spdx.tar.zst;downloadfilename=09/30/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58_create_spdx.tar.zst\nDEBUG: For url file://8c/85/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/85/sstate%3Alibtool-cross%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3A8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096_recipe_qa.tar.zst;downloadfilename=8c/85/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096_recipe_qa.tar.zst\nDEBUG: Searching for c1/14/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://dd/e2/sstate:libmodulemd-native::2.15.0:r0::11:dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030_populate_lic.tar.zst\nDEBUG: Searching for eb/a1/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c5/5c/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:c55c03a416ce9c7bbc7558e505ece4355a99e424466569c872a2d8cd9f907d80_package.tar.zst\nDEBUG: Testing URL file://1e/43/sstate:ell::0.61:r0::11:1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417_populate_lic.tar.zst\nDEBUG: Using  for 1f/a8/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa_package.tar.zst\nDEBUG: Using  for e1/ce/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/00/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9_package.tar.zst\nDEBUG: Using  for c1/14/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/46/df/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290_populate_sysroot.tar.zst\nDEBUG: Searching for dd/e2/sstate:libmodulemd-native::2.15.0:r0::11:dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fb/0f/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:fb0f26f964668759dc9f7bebb0c20c3998ace4ebbbbdfceb1e14c1d0ee9d1559_package.tar.zst\nDEBUG: Using  for eb/a1/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/f2/sstate:netbase::6.4:r0::11:3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1e/43/sstate:ell::0.61:r0::11:1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1f/a8/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa_package.tar.zst\nDEBUG: Testing URL file://e1/ce/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55_create_runtime_spdx.tar.zst\nDEBUG: Searching for 7f/00/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c1/14/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://40/10/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c_package_qa.tar.zst\nDEBUG: Using  for dd/e2/sstate:libmodulemd-native::2.15.0:r0::11:dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/44/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef_create_spdx.tar.zst\nDEBUG: Testing URL file://eb/a1/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048_recipe_qa.tar.zst\nDEBUG: Searching for 3c/f2/sstate:netbase::6.4:r0::11:3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1e/43/sstate:ell::0.61:r0::11:1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/43/sstate%3Aell%3A%3A0.61%3Ar0%3A%3A11%3A1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417_populate_lic.tar.zst;downloadfilename=1e/43/sstate:ell::0.61:r0::11:1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1f/a8/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e1/ce/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7f/00/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9_package.tar.zst\nDEBUG: For url ['file', '', 'c1/14/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 40/10/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5b/ac/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5bac52c3b47a92c30ec8bd8ded4ec039929951800264d97d2508ad73a6e946e5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://dd/e2/sstate:libmodulemd-native::2.15.0:r0::11:dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030_populate_lic.tar.zst\nDEBUG: Searching for c7/44/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'eb/a1/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3c/f2/sstate:netbase::6.4:r0::11:3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce_populate_lic.tar.zst\nDEBUG: For url file://1f/a8/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/a8/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.2%3Ar0%3Acore2-64%3A11%3A1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa_package.tar.zst;downloadfilename=1f/a8/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa_package.tar.zst\nDEBUG: For url file://e1/ce/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/ce/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A11%3Ae1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55_create_runtime_spdx.tar.zst;downloadfilename=e1/ce/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7f/00/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/85/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:8c85e16a4f97d5248f6421b6d4cf488915f3d8c45891b01d8af10cdb96ffa096_recipe_qa.tar.zst\nDEBUG: For url file://c1/14/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/14/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.6%3Ar0%3Acore2-64%3A11%3Ac114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381_package_write_rpm.tar.zst;downloadfilename=c1/14/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381_package_write_rpm.tar.zst\nDEBUG: Using  for 40/10/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/04/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'dd/e2/sstate:libmodulemd-native::2.15.0:r0::11:dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c7/44/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef_create_spdx.tar.zst\nDEBUG: For url file://eb/a1/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/a1/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A11%3Aeba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048_recipe_qa.tar.zst;downloadfilename=eb/a1/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048_recipe_qa.tar.zst\nDEBUG: Testing URL file://3c/f2/sstate:netbase::6.4:r0::11:3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7f/00/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0e/c6/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://40/10/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c_package_qa.tar.zst\nDEBUG: Searching for 1a/04/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://dd/e2/sstate:libmodulemd-native::2.15.0:r0::11:dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/e2/sstate%3Alibmodulemd-native%3A%3A2.15.0%3Ar0%3A%3A11%3Adde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030_populate_lic.tar.zst;downloadfilename=dd/e2/sstate:libmodulemd-native::2.15.0:r0::11:dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/43/sstate:ell::0.61:r0::11:1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417_populate_lic.tar.zst\nDEBUG: Testing URL file://c7/44/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3c/f2/sstate:netbase::6.4:r0::11:3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7f/00/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/00/sstate%3Aed%3Acore2-64-poky-linux%3A1.20%3Ar0%3Acore2-64%3A11%3A7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9_package.tar.zst;downloadfilename=7f/00/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9_package.tar.zst\nDEBUG: Searching for 0e/c6/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '40/10/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1f/a8/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:1fa8663075b1be5c5975420b7bbd705f944bc0af8a7fa56e003f25fa9c3348fa_package.tar.zst\nDEBUG: Using  for 1a/04/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/24/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'c7/44/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3c/f2/sstate:netbase::6.4:r0::11:3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/f2/sstate%3Anetbase%3A%3A6.4%3Ar0%3A%3A11%3A3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce_populate_lic.tar.zst;downloadfilename=3c/f2/sstate:netbase::6.4:r0::11:3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce_populate_lic.tar.zst\nDEBUG: Using  for 0e/c6/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf_create_runtime_spdx.tar.zst\nDEBUG: For url file://40/10/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/10/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c_package_qa.tar.zst;downloadfilename=40/10/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/23/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/14/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1a/04/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec_recipe_qa.tar.zst\nDEBUG: Searching for d1/24/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://eb/a1/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048_recipe_qa.tar.zst\nDEBUG: For url file://c7/44/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/44/sstate%3Arust%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Ac744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef_create_spdx.tar.zst;downloadfilename=c7/44/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef_create_spdx.tar.zst\nDEBUG: Testing URL file://0e/c6/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/09/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/39/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/e2/sstate:libmodulemd-native::2.15.0:r0::11:dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030_populate_lic.tar.zst\nDEBUG: Searching for bc/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1a/04/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d1/24/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://43/4d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0e/c6/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1a/09/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7c/39/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7f/00/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:7f00b515990a92f639c09e2ad18cbdbbbd9e0ce76a85b464d98463bcaefc7ac9_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2b/a0/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9_create_runtime_spdx.tar.zst\nDEBUG: Using  for bc/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d_populate_sysroot.tar.zst\nDEBUG: For url file://1a/04/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/04/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A11%3A1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec_recipe_qa.tar.zst;downloadfilename=1a/04/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec_recipe_qa.tar.zst\nDEBUG: Testing URL file://d1/24/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4_create_runtime_spdx.tar.zst\nDEBUG: Searching for 43/4d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0e/c6/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/c6/sstate%3Awayland%3Acore2-64-poky-linux%3A1.22.0%3Ar0%3Acore2-64%3A11%3A0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf_create_runtime_spdx.tar.zst;downloadfilename=0e/c6/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf_create_runtime_spdx.tar.zst\nDEBUG: Using  for 1a/09/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7c/39/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/41/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/f2/sstate:netbase::6.4:r0::11:3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce_populate_lic.tar.zst\nDEBUG: Searching for universal/2b/a0/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://bc/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd1/24/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 43/4d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://40/10/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c_package_qa.tar.zst\nDEBUG: Testing URL file://1a/09/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7c/39/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6_populate_sysroot.tar.zst\nDEBUG: Searching for c9/41/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/d6/16/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/2b/a0/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'bc/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d1/24/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/24/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ad124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4_create_runtime_spdx.tar.zst;downloadfilename=d1/24/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://43/4d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/72/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1a/09/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7c/39/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c9/41/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9_packagedata.tar.zst\nDEBUG: Searching for universal/d6/16/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/2b/a0/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9_create_runtime_spdx.tar.zst\nDEBUG: For url file://bc/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/a0/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3Abca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d_populate_sysroot.tar.zst;downloadfilename=bc/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '43/4d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b1/72/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://1a/04/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec_recipe_qa.tar.zst\nDEBUG: For url file://1a/09/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/09/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778_deploy_source_date_epoch.tar.zst;downloadfilename=1a/09/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7c/39/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/39/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A11%3A7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6_populate_sysroot.tar.zst;downloadfilename=7c/39/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c9/41/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9_packagedata.tar.zst\nDEBUG: Using  for universal/d6/16/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/2b/a0/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://43/4d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/4d/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A11%3A434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c_populate_sysroot.tar.zst;downloadfilename=43/4d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/07/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c_package_write_rpm.tar.zst\nDEBUG: Using  for b1/72/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/51/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c9/41/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/d6/16/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/2b/a0/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2b/a0/sstate%3Alibfontenc-native%3Ax86_64-linux%3A1.1.7%3Ar0%3Ax86_64%3A11%3A2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9_create_runtime_spdx.tar.zst;downloadfilename=universal/2b/a0/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/7a/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d_create_spdx.tar.zst\nDEBUG: Testing URL file://b1/72/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/24/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4_create_runtime_spdx.tar.zst\nDEBUG: Searching for fd/51/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c9/41/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/41/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ac94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9_packagedata.tar.zst;downloadfilename=c9/41/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/d6/16/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/f4/7a/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://bc/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:bca05d5fbf80bc438eda6901710e61716de5fdbc4e143e9b8402fa7a70bf2e2d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b1/72/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5b/48/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666_packagedata.tar.zst\nDEBUG: Using  for fd/51/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3_package_qa.tar.zst\nDEBUG: For url file://universal/d6/16/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/16/sstate%3Apython3-iniparse-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3Ad6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d6/16/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/09/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1a094da5df818c8749464190ff2ef0117bc0d86fe15f8342e54697f124acd778_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/f4/7a/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/39/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7c398e1219b9cb0bfc08ab213de82438e2d6ecdfe48488a57768f8d751a9cee6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/1a/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b_packagedata.tar.zst\nDEBUG: For url file://b1/72/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/72/sstate%3Ashadow-sysroot%3Acore2-64-poky-linux%3A4.6%3Ar0%3Acore2-64%3A11%3Ab172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b_create_spdx.tar.zst;downloadfilename=b1/72/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b_create_spdx.tar.zst\nDEBUG: Searching for 5b/48/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fd/51/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://43/4d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:434df59bf144a96d3172aaf67142fcea38fe9af2b0fed5a3e2b1ca0d53f2bd3c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/b7/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f4/7a/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://06/89/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16_create_runtime_spdx.tar.zst\nDEBUG: Searching for 9d/1a/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5b/48/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2b/a0/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'fd/51/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://af/95/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da_package_qa.tar.zst\nDEBUG: Searching for universal/79/b7/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f4/7a/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 06/89/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9d/1a/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b_packagedata.tar.zst\nDEBUG: Testing URL file://5b/48/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/41/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://be/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626_create_spdx.tar.zst\nDEBUG: For url file://fd/51/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/51/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A11%3Afd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3_package_qa.tar.zst;downloadfilename=fd/51/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3_package_qa.tar.zst\nDEBUG: Searching for af/95/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/79/b7/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77_create_spdx.tar.zst\nDEBUG: For url file://universal/f4/7a/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/7a/sstate%3Alibcap-ng-native%3Ax86_64-linux%3A0.8.4%3Ar0%3Ax86_64%3A11%3Af47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d_create_spdx.tar.zst;downloadfilename=universal/f4/7a/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d_create_spdx.tar.zst\nDEBUG: Using  for 06/89/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9d/1a/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b_packagedata.tar.zst\nDEBUG: For url ['file', '', '5b/48/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/d6/16/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:d6165ab6e1cf458fb444d6026f9b4763543e0c2cca66c0beaae68d271341a954_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/7d/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630_create_spdx.tar.zst\nDEBUG: Searching for be/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for af/95/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da_package_qa.tar.zst\nDEBUG: Testing URL file://universal/79/b7/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77_create_spdx.tar.zst\nDEBUG: Testing URL file://06/89/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '9d/1a/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5b/48/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/48/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666_packagedata.tar.zst;downloadfilename=5b/48/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/72/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/ee/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54_packagedata.tar.zst\nDEBUG: Searching for 2c/7d/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for be/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626_create_spdx.tar.zst\nDEBUG: Testing URL file://af/95/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/79/b7/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '06/89/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9d/1a/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/1a/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.5.3%3Ar0%3Acore2-64%3A11%3A9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b_packagedata.tar.zst;downloadfilename=9d/1a/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/c4/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e9/ee/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2c/7d/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630_create_spdx.tar.zst\nDEBUG: Testing URL file://be/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'af/95/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/79/b7/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/b7/sstate%3Autil-macros-native%3Ax86_64-linux%3A1.20.0%3Ar0%3Ax86_64%3A11%3A79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77_create_spdx.tar.zst;downloadfilename=universal/79/b7/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77_create_spdx.tar.zst\nDEBUG: For url file://06/89/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/89/sstate%3Anpth%3Acore2-64-poky-linux%3A1.6%3Ar0%3Acore2-64%3A11%3A068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16_create_runtime_spdx.tar.zst;downloadfilename=06/89/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/51/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3_package_qa.tar.zst\nDEBUG: Searching for c9/c4/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e9/ee/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54_packagedata.tar.zst\nDEBUG: Testing URL file://2c/7d/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/ce/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'be/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://af/95/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/95/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A11%3Aaf95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da_package_qa.tar.zst;downloadfilename=af/95/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/7a/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://44/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546_create_runtime_spdx.tar.zst\nDEBUG: Using  for c9/c4/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e9/ee/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54_packagedata.tar.zst\nDEBUG: For url ['file', '', '2c/7d/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://80/d3/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5_create_runtime_spdx.tar.zst\nDEBUG: For url file://be/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/3e/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A11%3Abe3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626_create_spdx.tar.zst;downloadfilename=be/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/48/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/6d/sstate:libmpc::1.3.1:r0::11:e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9_populate_lic.tar.zst\nDEBUG: Searching for 44/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9d/1a/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b_packagedata.tar.zst\nDEBUG: Testing URL file://c9/c4/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e9/ee/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2c/7d/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/7d/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A11%3A2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630_create_spdx.tar.zst;downloadfilename=2c/7d/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630_create_spdx.tar.zst\nDEBUG: Searching for 80/d3/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://99/26/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691_recipe_qa.tar.zst\nDEBUG: Searching for e6/6d/sstate:libmpc::1.3.1:r0::11:e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/79/b7/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77_create_spdx.tar.zst\nDEBUG: Using  for 44/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://02/90/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c9/c4/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/ee/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/ee/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20231127%2Bgit%3Ar0%3Acore2-64%3A11%3Ae9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54_packagedata.tar.zst;downloadfilename=e9/ee/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54_packagedata.tar.zst\nDEBUG: Using  for 80/d3/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5_create_runtime_spdx.tar.zst\nDEBUG: Searching for 99/26/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e6/6d/sstate:libmpc::1.3.1:r0::11:e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://06/89/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/1a/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://44/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546_create_runtime_spdx.tar.zst\nDEBUG: Searching for 02/90/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c9/c4/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/c4/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.42%3Ar0%3Acore2-64%3A11%3Ac9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691_deploy_source_date_epoch.tar.zst;downloadfilename=c9/c4/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://80/d3/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5_create_runtime_spdx.tar.zst\nDEBUG: Using  for 99/26/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/c6/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/95/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da_package_qa.tar.zst\nDEBUG: Testing URL file://e6/6d/sstate:libmpc::1.3.1:r0::11:e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://05/ee/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a_package.tar.zst\nDEBUG: Searching for d7/1a/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '44/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 02/90/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443_package_qa.tar.zst\nDEBUG: For url ['file', '', '80/d3/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://99/26/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/7d/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/ce/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://88/fe/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e6/6d/sstate:libmpc::1.3.1:r0::11:e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 05/ee/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d7/1a/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://44/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/5a/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A11%3A445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546_create_runtime_spdx.tar.zst;downloadfilename=44/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://02/90/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443_package_qa.tar.zst\nDEBUG: For url file://80/d3/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/d3/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5_create_runtime_spdx.tar.zst;downloadfilename=80/d3/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '99/26/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://55/5a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a9/ce/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 88/fe/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e6/6d/sstate:libmpc::1.3.1:r0::11:e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/6d/sstate%3Alibmpc%3A%3A1.3.1%3Ar0%3A%3A11%3Ae66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9_populate_lic.tar.zst;downloadfilename=e6/6d/sstate:libmpc::1.3.1:r0::11:e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9_populate_lic.tar.zst\nDEBUG: Using  for 05/ee/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a_package.tar.zst\nDEBUG: Testing URL file://d7/1a/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/ee/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54_packagedata.tar.zst\nDEBUG: For url ['file', '', '02/90/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://99/26/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/26/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.5p1%3Ar0%3Acore2-64%3A11%3A99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691_recipe_qa.tar.zst;downloadfilename=99/26/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691_recipe_qa.tar.zst\nDEBUG: Searching for 55/5a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c9/c4/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:c9c4752a64c818242007a38114a8aa81d5c60b5e88d3a3f70577d09ae8639691_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a9/ce/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5_package_qa.tar.zst\nDEBUG: Using  for 88/fe/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://05/ee/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a_package.tar.zst\nDEBUG: For url ['file', '', 'd7/1a/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c7/44/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://01/ab/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1_create_runtime_spdx.tar.zst\nDEBUG: For url file://02/90/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/90/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443_package_qa.tar.zst;downloadfilename=02/90/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443_package_qa.tar.zst\nDEBUG: Using  for 55/5a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/22/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7_recipe_qa.tar.zst\nDEBUG: Testing URL file://a9/ce/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5_package_qa.tar.zst\nDEBUG: Testing URL file://88/fe/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '05/ee/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d7/1a/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/1a/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.11%3Ar0%3Acore2-64%3A11%3Ad71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11_deploy_source_date_epoch.tar.zst;downloadfilename=d7/1a/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e9/81/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a_create_runtime_spdx.tar.zst\nDEBUG: Searching for 01/ab/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://55/5a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a7/22/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a9/ce/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '88/fe/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://05/ee/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/ee/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a_package.tar.zst;downloadfilename=05/ee/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a_package.tar.zst\nDEBUG: Searching for universal/e9/81/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 01/ab/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/6d/sstate:libmpc::1.3.1:r0::11:e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '55/5a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a7/22/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7_recipe_qa.tar.zst\nDEBUG: For url file://a9/ce/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/ce/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Aa9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5_package_qa.tar.zst;downloadfilename=a9/ce/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5_package_qa.tar.zst\nDEBUG: For url file://88/fe/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/fe/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7_package_write_rpm.tar.zst;downloadfilename=88/fe/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7_package_write_rpm.tar.zst\nDEBUG: Using  for universal/e9/81/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://99/26/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691_recipe_qa.tar.zst\nDEBUG: Testing URL file://01/ab/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd_package.tar.zst\nDEBUG: For url file://55/5a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/5a/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A11%3A555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0_deploy_source_date_epoch.tar.zst;downloadfilename=55/5a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a7/22/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://02/90/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443_package_qa.tar.zst\nDEBUG: Testing URL file://universal/e9/81/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://be/3a/sstate:libxdmcp-native::1.1.4:r0::11:be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/1a/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:d71a835e44aca0c3733b7784765738450b9e7fedd5bfa7869665965968337e11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/3a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '01/ab/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fa/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a7/22/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://05/ee/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:05ee313c41bf1ee7a58bc1e9df2efd638c227cf695fef8373726ede849c7404a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/29/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e9/81/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for be/3a/sstate:libxdmcp-native::1.1.4:r0::11:be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/be/be/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://72/57/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://01/ab/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/ab/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1_create_runtime_spdx.tar.zst;downloadfilename=01/ab/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1_create_runtime_spdx.tar.zst\nDEBUG: Using  for fa/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/ce/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5_package_qa.tar.zst\nDEBUG: For url file://a7/22/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/22/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%3Ar0%3Aallarch%3A11%3Aa722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7_recipe_qa.tar.zst;downloadfilename=a7/22/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://88/fe/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/38/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa_package.tar.zst\nDEBUG: Searching for 9c/29/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/e9/81/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e9/81/sstate%3Afile-native%3Ax86_64-linux%3A5.45%3Ar0%3Ax86_64%3A11%3Ae9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a_create_runtime_spdx.tar.zst;downloadfilename=universal/e9/81/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a_create_runtime_spdx.tar.zst\nDEBUG: Using  for be/3a/sstate:libxdmcp-native::1.1.4:r0::11:be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd_populate_lic.tar.zst\nDEBUG: Searching for universal/be/be/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 72/57/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fa/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/b5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://14/fb/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1c/38/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://55/5a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:555a4ba13bbfa1ded15e958ef014ba08926d62e09088d784009adcbed0ab16f0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9c/29/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c_create_spdx.tar.zst\nDEBUG: Testing URL file://be/3a/sstate:libxdmcp-native::1.1.4:r0::11:be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd_populate_lic.tar.zst\nDEBUG: Using  for universal/be/be/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 72/57/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fa/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3d/b5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 14/fb/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1c/38/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa_package.tar.zst\nDEBUG: Testing URL file://1c/38/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa_package.tar.zst\nDEBUG: Testing URL file://9c/29/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'be/3a/sstate:libxdmcp-native::1.1.4:r0::11:be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/be/be/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://72/57/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fa/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/c4/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Afac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd_package.tar.zst;downloadfilename=fa/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd_package.tar.zst\nDEBUG: SState: Successful fetch test for file://01/ab/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1_create_runtime_spdx.tar.zst\nDEBUG: Using  for 3d/b5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 14/fb/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/1a/sstate:shadow-sysroot::4.6:r0::11:6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1c/38/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9c/29/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://be/3a/sstate:libxdmcp-native::1.1.4:r0::11:be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/3a/sstate%3Alibxdmcp-native%3A%3A1.1.4%3Ar0%3A%3A11%3Abe3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd_populate_lic.tar.zst;downloadfilename=be/3a/sstate:libxdmcp-native::1.1.4:r0::11:be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/be/be/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '72/57/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0b/29/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692_package_write_deb.tar.zst\nDEBUG: Testing URL file://3d/b5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://14/fb/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/22/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7_recipe_qa.tar.zst\nDEBUG: Searching for 6b/1a/sstate:shadow-sysroot::4.6:r0::11:6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1c/38/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/38/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A11%3A1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa_package.tar.zst;downloadfilename=1c/38/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa_package.tar.zst\nDEBUG: For url file://9c/29/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/29/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.10%3Ar0%3Acore2-64%3A11%3A9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c_create_spdx.tar.zst;downloadfilename=9c/29/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c_create_spdx.tar.zst\nDEBUG: For url file://universal/be/be/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/be/be/sstate%3Alibical-native%3Ax86_64-linux%3A3.0.17%3Ar0%3Ax86_64%3A11%3Abebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6_deploy_source_date_epoch.tar.zst;downloadfilename=universal/be/be/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://72/57/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/57/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d_deploy_source_date_epoch.tar.zst;downloadfilename=72/57/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e9/81/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a_create_runtime_spdx.tar.zst\nDEBUG: Searching for 0b/29/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3d/b5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '14/fb/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://72/8a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4_package.tar.zst\nDEBUG: Using  for 6b/1a/sstate:shadow-sysroot::4.6:r0::11:6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fac4b5df9b97e79910f1f2cf28cfcb63802706a02c57e0f173b506a97c6fdcfd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://11/be/sstate:lame::3.100:r0::11:11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://09/30/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://be/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626_create_spdx.tar.zst\nDEBUG: Using  for 0b/29/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://be/3a/sstate:libxdmcp-native::1.1.4:r0::11:be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd_populate_lic.tar.zst\nDEBUG: For url file://3d/b5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/b5/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b_deploy_source_date_epoch.tar.zst;downloadfilename=3d/b5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://14/fb/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/fb/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11_deploy_source_date_epoch.tar.zst;downloadfilename=14/fb/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 72/8a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://6b/1a/sstate:shadow-sysroot::4.6:r0::11:6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://46/e0/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648_recipe_qa.tar.zst\nDEBUG: Searching for 11/be/sstate:lame::3.100:r0::11:11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/9b/55/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://69/96/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0b/29/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://45/6c/sstate:make::4.4.1:r0::11:456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/38/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:1c388d8e463d6308bbc6b0de0f8288c4a709e45b7de7136b9c88b2f9188bb9fa_package.tar.zst\nDEBUG: Using  for 72/8a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4_package.tar.zst\nDEBUG: For url ['file', '', '6b/1a/sstate:shadow-sysroot::4.6:r0::11:6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 46/e0/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://72/57/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:72572380cda042596b3f95264b6f4a5a29143d3b13037aba783e618e77fb159d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 11/be/sstate:lame::3.100:r0::11:11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340_populate_lic.tar.zst\nDEBUG: Searching for universal/9b/55/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 69/96/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0b/29/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 45/6c/sstate:make::4.4.1:r0::11:456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/32/57/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://72/8a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4_package.tar.zst\nDEBUG: For url file://6b/1a/sstate:shadow-sysroot::4.6:r0::11:6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/1a/sstate%3Ashadow-sysroot%3A%3A4.6%3Ar0%3A%3A11%3A6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d_populate_lic.tar.zst;downloadfilename=6b/1a/sstate:shadow-sysroot::4.6:r0::11:6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d_populate_lic.tar.zst\nDEBUG: Using  for 46/e0/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://11/be/sstate:lame::3.100:r0::11:11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340_populate_lic.tar.zst\nDEBUG: Using  for universal/9b/55/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb_create_spdx.tar.zst\nDEBUG: Using  for 69/96/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c_package_write_rpm.tar.zst\nDEBUG: For url file://0b/29/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/29/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3A0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692_package_write_deb.tar.zst;downloadfilename=0b/29/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692_package_write_deb.tar.zst\nDEBUG: Using  for 45/6c/sstate:make::4.4.1:r0::11:456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a_populate_lic.tar.zst\nDEBUG: Searching for universal/32/57/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '72/8a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/be/be/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:bebede2b80ddc5a5f3b583823116627b92c95305a127a13810571e207fe234c6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://46/e0/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648_recipe_qa.tar.zst\nDEBUG: Searching for e5/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '11/be/sstate:lame::3.100:r0::11:11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3d/b5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:3db5209a4a218d69eeab543cb103729523f731cfe9626ad445f171ed819c722b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/9b/55/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb_create_spdx.tar.zst\nDEBUG: Testing URL file://69/96/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://45/6c/sstate:make::4.4.1:r0::11:456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a_populate_lic.tar.zst\nDEBUG: Using  for universal/32/57/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://44/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546_create_runtime_spdx.tar.zst\nDEBUG: For url file://72/8a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/8a/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A11%3A728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4_package.tar.zst;downloadfilename=72/8a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://14/fb/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:14fbd93f7e881c96aaa40d10a01d6d033352bec0ca55eff7d5e20e37ec7afb11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://80/d3/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://54/2f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a_packagedata.tar.zst\nDEBUG: For url ['file', '', '46/e0/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e5/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://11/be/sstate:lame::3.100:r0::11:11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/be/sstate%3Alame%3A%3A3.100%3Ar0%3A%3A11%3A11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340_populate_lic.tar.zst;downloadfilename=11/be/sstate:lame::3.100:r0::11:11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/40/97/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/9b/55/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '69/96/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '45/6c/sstate:make::4.4.1:r0::11:456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/32/57/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/ad/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://33/78/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/1a/sstate:shadow-sysroot::4.6:r0::11:6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/88/27/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084_recipe_qa.tar.zst\nDEBUG: Searching for 54/2f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://46/e0/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/e0/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A11%3A46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648_recipe_qa.tar.zst;downloadfilename=46/e0/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648_recipe_qa.tar.zst\nDEBUG: Testing URL file://e5/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/40/97/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/9b/55/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9b/55/sstate%3Apython3-editables-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb_create_spdx.tar.zst;downloadfilename=universal/9b/55/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/29/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692_package_write_deb.tar.zst\nDEBUG: For url file://69/96/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/96/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c_package_write_rpm.tar.zst;downloadfilename=69/96/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c_package_write_rpm.tar.zst\nDEBUG: For url file://45/6c/sstate:make::4.4.1:r0::11:456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/6c/sstate%3Amake%3A%3A4.4.1%3Ar0%3A%3A11%3A456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a_populate_lic.tar.zst;downloadfilename=45/6c/sstate:make::4.4.1:r0::11:456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/32/57/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cd/ad/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 33/78/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://25/bc/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/88/27/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 54/2f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e5/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/40/97/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://14/5d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://72/8a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:728aa3c5f9af746909aac34ad4a28894025411ac4714ce1f3f5f285b93d5eeb4_package.tar.zst\nDEBUG: For url file://universal/32/57/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/32/57/sstate%3Adbus-glib-native%3Ax86_64-linux%3A0.112%3Ar0%3Ax86_64%3A11%3A32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4_populate_sysroot.tar.zst;downloadfilename=universal/32/57/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://11/be/sstate:lame::3.100:r0::11:11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340_populate_lic.tar.zst\nDEBUG: Using  for cd/ad/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3_populate_sysroot.tar.zst\nDEBUG: Using  for 33/78/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1_recipe_qa.tar.zst\nDEBUG: Searching for 25/bc/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/88/27/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084_recipe_qa.tar.zst\nDEBUG: Testing URL file://54/2f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a_packagedata.tar.zst\nDEBUG: For url file://e5/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/c1/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ae5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3_deploy_source_date_epoch.tar.zst;downloadfilename=e5/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/40/97/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca_create_spdx.tar.zst\nDEBUG: Searching for 14/5d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d4/52/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://46/e0/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9b/55/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/46/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://cd/ad/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://33/78/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1_recipe_qa.tar.zst\nDEBUG: Using  for 25/bc/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/88/27/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '54/2f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/40/97/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 14/5d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://45/6c/sstate:make::4.4.1:r0::11:456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a_populate_lic.tar.zst\nDEBUG: Searching for d4/52/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://69/96/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://81/0c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/66/6e/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522_create_spdx.tar.zst\nDEBUG: Searching for fd/46/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'cd/ad/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/78/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://25/bc/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/88/27/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://54/2f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/2f/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.56.3%3Ar0%3Acore2-64%3A11%3A542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a_packagedata.tar.zst;downloadfilename=54/2f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a_packagedata.tar.zst\nDEBUG: For url file://universal/40/97/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/97/sstate%3Achrpath-native%3Ax86_64-linux%3A0.16%3Ar0%3Ax86_64%3A11%3A4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca_create_spdx.tar.zst;downloadfilename=universal/40/97/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca_create_spdx.tar.zst\nDEBUG: Testing URL file://14/5d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/96/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d4/52/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/89/e9/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e_create_runtime_spdx.tar.zst\nDEBUG: Searching for 81/0c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/66/6e/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fd/46/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176_create_runtime_spdx.tar.zst\nDEBUG: For url file://cd/ad/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/ad/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3Acdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3_populate_sysroot.tar.zst;downloadfilename=cd/ad/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3_populate_sysroot.tar.zst\nDEBUG: For url file://33/78/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/78/sstate%3Aencodings%3Aall-poky-linux%3A1.0.7%3Ar0%3Aallarch%3A11%3A337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1_recipe_qa.tar.zst;downloadfilename=33/78/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/32/57/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '25/bc/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/88/27/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/88/27/sstate%3Axorgproto-native%3Ax86_64-linux%3A2023.2%3Ar0%3Ax86_64%3A11%3A88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084_recipe_qa.tar.zst;downloadfilename=universal/88/27/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '14/5d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3f/96/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e5/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e5c126dc6de0749cbebbd5a1be27333c5b4e1e2e8f69ea5286a6d31cb616a9b3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d4/52/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32_package_qa.tar.zst\nDEBUG: Searching for universal/89/e9/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 81/0c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995_packagedata.tar.zst\nDEBUG: Using  for universal/66/6e/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522_create_spdx.tar.zst\nDEBUG: Testing URL file://fd/46/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://91/04/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0_packagedata.tar.zst\nDEBUG: For url file://25/bc/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/bc/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0_create_runtime_spdx.tar.zst;downloadfilename=25/bc/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0_create_runtime_spdx.tar.zst\nDEBUG: For url file://14/5d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/5d/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c_package.tar.zst;downloadfilename=14/5d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c_package.tar.zst\nDEBUG: Using  for 3f/96/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://54/2f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://14/87/sstate:libnl::3.9.0:r0::11:14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/40/97/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd4/52/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/89/e9/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://81/0c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995_packagedata.tar.zst\nDEBUG: Testing URL file://universal/66/6e/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fd/46/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 91/04/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3f/96/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/ad/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:cdad878c0ca84155b7f63fdbf1e1066914b2f09ce2da660c6c6976dca48ba8b3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://db/1c/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 14/87/sstate:libnl::3.9.0:r0::11:14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://46/97/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098_recipe_qa.tar.zst\nDEBUG: For url file://d4/52/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/52/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3Ad452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32_package_qa.tar.zst;downloadfilename=d4/52/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32_package_qa.tar.zst\nDEBUG: Testing URL file://universal/89/e9/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/78/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '81/0c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/66/6e/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fd/46/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/46/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.0%3Ar0%3Acore2-64%3A11%3Afd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176_create_runtime_spdx.tar.zst;downloadfilename=fd/46/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176_create_runtime_spdx.tar.zst\nDEBUG: Using  for 91/04/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0_packagedata.tar.zst\nDEBUG: For url ['file', '', '3f/96/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f5/86/sstate:xf86-video-vmware::13.4.0:r0::11:f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518_populate_lic.tar.zst\nDEBUG: Searching for db/1c/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 14/87/sstate:libnl::3.9.0:r0::11:14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc_populate_lic.tar.zst\nDEBUG: Searching for 46/97/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/88/27/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/89/e9/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c9/45/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://14/5d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:145dc474d121d7306bb4a47fe1cdb8243276b40aec99267467141788950e2c5c_package.tar.zst\nDEBUG: For url file://81/0c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/0c/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.1%3Ar0%3Acore2-64%3A11%3A810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995_packagedata.tar.zst;downloadfilename=81/0c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://25/bc/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/66/6e/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/66/6e/sstate%3Azstd-native%3Ax86_64-linux%3A1.5.5%3Ar0%3Ax86_64%3A11%3A666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522_create_spdx.tar.zst;downloadfilename=universal/66/6e/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522_create_spdx.tar.zst\nDEBUG: Testing URL file://91/04/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0_packagedata.tar.zst\nDEBUG: For url file://3f/96/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/96/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd_deploy_source_date_epoch.tar.zst;downloadfilename=3f/96/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f5/86/sstate:xf86-video-vmware::13.4.0:r0::11:f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for db/1c/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://14/87/sstate:libnl::3.9.0:r0::11:14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc_populate_lic.tar.zst\nDEBUG: Using  for 46/97/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/56/4e/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852_create_spdx.tar.zst\nDEBUG: For url file://universal/89/e9/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/89/e9/sstate%3Ae2fsprogs-native%3Ax86_64-linux%3A1.47.0%3Ar0%3Ax86_64%3A11%3A89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e_create_runtime_spdx.tar.zst;downloadfilename=universal/89/e9/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e_create_runtime_spdx.tar.zst\nDEBUG: Searching for c9/45/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://16/98/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/5a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '91/04/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d4/52/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32_package_qa.tar.zst\nDEBUG: Using  for f5/86/sstate:xf86-video-vmware::13.4.0:r0::11:f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518_populate_lic.tar.zst\nDEBUG: Testing URL file://db/1c/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '14/87/sstate:libnl::3.9.0:r0::11:14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://46/97/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098_recipe_qa.tar.zst\nDEBUG: Searching for universal/56/4e/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c9/45/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1_package_qa.tar.zst\nDEBUG: Searching for 16/98/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ac/5a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://91/04/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/04/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%3Ar0%3Acore2-64%3A11%3A9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0_packagedata.tar.zst;downloadfilename=91/04/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/04/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f5/86/sstate:xf86-video-vmware::13.4.0:r0::11:f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'db/1c/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://14/87/sstate:libnl::3.9.0:r0::11:14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/87/sstate%3Alibnl%3A%3A3.9.0%3Ar0%3A%3A11%3A14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc_populate_lic.tar.zst;downloadfilename=14/87/sstate:libnl::3.9.0:r0::11:14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc_populate_lic.tar.zst\nDEBUG: For url ['file', '', '46/97/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://81/0c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/66/6e/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522_create_spdx.tar.zst\nDEBUG: Using  for universal/56/4e/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852_create_spdx.tar.zst\nDEBUG: Testing URL file://c9/45/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1_package_qa.tar.zst\nDEBUG: Using  for 16/98/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328_packagedata.tar.zst\nDEBUG: Using  for ac/5a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8c/04/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f5/86/sstate:xf86-video-vmware::13.4.0:r0::11:f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3f/96/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:3f9636de9fa0402de6de2f3de421623a8b0aa424f88eccc37f22928b0514bbfd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://db/1c/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/1c/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3Adb1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61_deploy_source_date_epoch.tar.zst;downloadfilename=db/1c/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://46/97/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/97/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A11%3A4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098_recipe_qa.tar.zst;downloadfilename=46/97/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e4/f6/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/89/e9/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://18/1b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520_package.tar.zst\nDEBUG: Testing URL file://universal/56/4e/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c9/45/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://16/98/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328_packagedata.tar.zst\nDEBUG: Testing URL file://ac/5a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8c/04/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96_package_write_rpm.tar.zst\nDEBUG: For url file://f5/86/sstate:xf86-video-vmware::13.4.0:r0::11:f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/86/sstate%3Axf86-video-vmware%3A%3A13.4.0%3Ar0%3A%3A11%3Af58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518_populate_lic.tar.zst;downloadfilename=f5/86/sstate:xf86-video-vmware::13.4.0:r0::11:f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://06/b8/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d_create_spdx.tar.zst\nDEBUG: Searching for universal/e4/f6/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ee/e6/sstate:cairo-native::1.18.0:r0::11:eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf_populate_lic.tar.zst\nDEBUG: Searching for 18/1b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/56/4e/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c9/45/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/45/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A11%3Ac9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1_package_qa.tar.zst;downloadfilename=c9/45/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1_package_qa.tar.zst\nDEBUG: For url ['file', '', '16/98/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ac/5a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8c/04/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://91/04/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0_packagedata.tar.zst\nDEBUG: Searching for 06/b8/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/e4/f6/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c_create_spdx.tar.zst\nDEBUG: Searching for ee/e6/sstate:cairo-native::1.18.0:r0::11:eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 18/1b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520_package.tar.zst\nDEBUG: SState: Successful fetch test for file://14/87/sstate:libnl::3.9.0:r0::11:14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc_populate_lic.tar.zst\nDEBUG: For url file://universal/56/4e/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/56/4e/sstate%3Alibmicrohttpd-native%3Ax86_64-linux%3A0.9.77%3Ar0%3Ax86_64%3A11%3A564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852_create_spdx.tar.zst;downloadfilename=universal/56/4e/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852_create_spdx.tar.zst\nDEBUG: For url file://16/98/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/98/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3A16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328_packagedata.tar.zst;downloadfilename=16/98/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328_packagedata.tar.zst\nDEBUG: For url file://ac/5a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/5a/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A11%3Aac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887_create_runtime_spdx.tar.zst;downloadfilename=ac/5a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '8c/04/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9c/29/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://db/1c/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:db1c39e3d6337d7830742295c0d969c3a6270f653ad3d27912abe40e5eb0bc61_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://46/97/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://10/eb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699_packagedata.tar.zst\nDEBUG: Using  for 06/b8/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/e4/f6/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c_create_spdx.tar.zst\nDEBUG: Using  for ee/e6/sstate:cairo-native::1.18.0:r0::11:eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf_populate_lic.tar.zst\nDEBUG: Testing URL file://18/1b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/5a/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/86/sstate:xf86-video-vmware::13.4.0:r0::11:f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518_populate_lic.tar.zst\nDEBUG: For url file://8c/04/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/04/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.4%3Ar0%3Acore2-64%3A11%3A8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96_package_write_rpm.tar.zst;downloadfilename=8c/04/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://92/2f/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/45/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://87/7e/sstate:xf86-video-fbdev::0.5.0:r0::11:877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/68/07/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef_create_spdx.tar.zst\nDEBUG: Searching for 10/eb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://06/b8/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e4/f6/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ee/e6/sstate:cairo-native::1.18.0:r0::11:eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf_populate_lic.tar.zst\nDEBUG: For url ['file', '', '18/1b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/f6/5a/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://55/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 92/2f/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b1/31/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/56/4e/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://16/98/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328_packagedata.tar.zst\nDEBUG: Searching for 87/7e/sstate:xf86-video-fbdev::0.5.0:r0::11:877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/68/07/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 10/eb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699_packagedata.tar.zst\nDEBUG: For url ['file', '', '06/b8/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e4/f6/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/f6/sstate%3Aintltool-native%3Ax86_64-linux%3A0.51.0%3Ar0%3Ax86_64%3A11%3Ae4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c_create_spdx.tar.zst;downloadfilename=universal/e4/f6/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/e6/sstate:cairo-native::1.18.0:r0::11:eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://18/1b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/1b/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A11%3A181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520_package.tar.zst;downloadfilename=18/1b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520_package.tar.zst\nDEBUG: Using  for universal/f6/5a/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a_create_runtime_spdx.tar.zst\nDEBUG: Searching for 55/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 92/2f/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3_package.tar.zst\nDEBUG: Searching for b1/31/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://82/81/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/af/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9_package.tar.zst\nDEBUG: Using  for 87/7e/sstate:xf86-video-fbdev::0.5.0:r0::11:877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425_populate_lic.tar.zst\nDEBUG: Using  for universal/68/07/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef_create_spdx.tar.zst\nDEBUG: Testing URL file://10/eb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699_packagedata.tar.zst\nDEBUG: For url file://06/b8/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/b8/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A11%3A06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d_create_spdx.tar.zst;downloadfilename=06/b8/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d_create_spdx.tar.zst\nDEBUG: For url file://ee/e6/sstate:cairo-native::1.18.0:r0::11:eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/e6/sstate%3Acairo-native%3A%3A1.18.0%3Ar0%3A%3A11%3Aeee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf_populate_lic.tar.zst;downloadfilename=ee/e6/sstate:cairo-native::1.18.0:r0::11:eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/f6/5a/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a_create_runtime_spdx.tar.zst\nDEBUG: Using  for 55/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://92/2f/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3_package.tar.zst\nDEBUG: Using  for b1/31/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/04/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96_package_write_rpm.tar.zst\nDEBUG: Searching for 82/81/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b3/af/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://87/7e/sstate:xf86-video-fbdev::0.5.0:r0::11:877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/68/07/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef_create_spdx.tar.zst\nDEBUG: For url ['file', '', '10/eb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/f6/5a/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://55/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e4/f6/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '92/2f/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b1/31/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/62/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 82/81/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b3/af/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9_package.tar.zst\nDEBUG: For url ['file', '', '87/7e/sstate:xf86-video-fbdev::0.5.0:r0::11:877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/68/07/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://10/eb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/eb/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A11%3A10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699_packagedata.tar.zst;downloadfilename=10/eb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://18/1b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:181b2b31bc5f30e7a6a36dd2526b38deb95b579724b9e26f7aeaa29b2d568520_package.tar.zst\nDEBUG: For url file://universal/f6/5a/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/5a/sstate%3Alibxi-native%3Ax86_64-linux%3A1.8.1%3Ar0%3Ax86_64%3A11%3Af65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a_create_runtime_spdx.tar.zst;downloadfilename=universal/f6/5a/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '55/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e8/1a/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207_packagedata.tar.zst\nDEBUG: For url file://92/2f/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/2f/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.50.1%3Ar0%3Acore2-64%3A11%3A922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3_package.tar.zst;downloadfilename=92/2f/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3_package.tar.zst\nDEBUG: For url ['file', '', 'b1/31/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8f/62/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://82/81/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b3/af/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9_package.tar.zst\nDEBUG: For url file://87/7e/sstate:xf86-video-fbdev::0.5.0:r0::11:877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/7e/sstate%3Axf86-video-fbdev%3A%3A0.5.0%3Ar0%3A%3A11%3A877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425_populate_lic.tar.zst;downloadfilename=87/7e/sstate:xf86-video-fbdev::0.5.0:r0::11:877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425_populate_lic.tar.zst\nDEBUG: For url file://universal/68/07/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/68/07/sstate%3Alibjpeg-turbo-native%3Ax86_64-linux%3A3.0.1%3Ar0%3Ax86_64%3A11%3A6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef_create_spdx.tar.zst;downloadfilename=universal/68/07/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://49/1c/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/e6/sstate:cairo-native::1.18.0:r0::11:eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://06/b8/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d_create_spdx.tar.zst\nDEBUG: For url file://55/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/63/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A11%3A55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95_deploy_source_date_epoch.tar.zst;downloadfilename=55/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e8/1a/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b1/31/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/31/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3Ab131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2_package_write_rpm.tar.zst;downloadfilename=b1/31/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2_package_write_rpm.tar.zst\nDEBUG: Using  for 8f/62/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '82/81/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b3/af/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 49/1c/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://10/eb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://15/f0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://99/69/sstate:shadow-native::4.14.2:r0::11:9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355_populate_lic.tar.zst\nDEBUG: Using  for e8/1a/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/46/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8f/62/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/5a/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a_create_runtime_spdx.tar.zst\nDEBUG: For url file://82/81/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/81/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.6%3Ar0%3Acore2-64%3A11%3A8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2_deploy_source_date_epoch.tar.zst;downloadfilename=82/81/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b3/af/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/af/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.5.2%3Ar0%3Acore2-64%3A11%3Ab3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9_package.tar.zst;downloadfilename=b3/af/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9_package.tar.zst\nDEBUG: Using  for 49/1c/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://40/5d/sstate:libgpg-error::1.47:r0::11:405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a_populate_lic.tar.zst\nDEBUG: Searching for 15/f0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 99/69/sstate:shadow-native::4.14.2:r0::11:9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e8/1a/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://87/7e/sstate:xf86-video-fbdev::0.5.0:r0::11:877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/bb/sstate:xrandr::1.5.2:r0::11:d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8f/62/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1d/64/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/68/07/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef_create_spdx.tar.zst\nDEBUG: Testing URL file://49/1c/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 40/5d/sstate:libgpg-error::1.47:r0::11:405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://55/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:55630a706538671cc414098703f331954173d5ac4f139673a7444a5ff8c0fc95_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 15/f0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40_create_spdx.tar.zst\nDEBUG: Using  for 99/69/sstate:shadow-native::4.14.2:r0::11:9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e8/1a/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/29/54/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d5/bb/sstate:xrandr::1.5.2:r0::11:d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://8f/62/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/62/sstate%3Apango%3Acore2-64-poky-linux%3A1.51.0%3Ar0%3Acore2-64%3A11%3A8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1_deploy_source_date_epoch.tar.zst;downloadfilename=8f/62/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1d/64/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/d9/b4/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '49/1c/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 40/5d/sstate:libgpg-error::1.47:r0::11:405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/3e/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://15/f0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40_create_spdx.tar.zst\nDEBUG: Testing URL file://99/69/sstate:shadow-native::4.14.2:r0::11:9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355_populate_lic.tar.zst\nDEBUG: For url file://e8/1a/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/1a/sstate%3Alibnewt%3Acore2-64-poky-linux%3A0.52.24%3Ar0%3Acore2-64%3A11%3Ae81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207_packagedata.tar.zst;downloadfilename=e8/1a/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207_packagedata.tar.zst\nDEBUG: Searching for universal/29/54/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d5/bb/sstate:xrandr::1.5.2:r0::11:d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e_populate_lic.tar.zst\nDEBUG: Using  for 1d/64/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0_package_qa.tar.zst\nDEBUG: Searching for universal/d9/b4/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://49/1c/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/1c/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7_deploy_source_date_epoch.tar.zst;downloadfilename=49/1c/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/31/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://40/5d/sstate:libgpg-error::1.47:r0::11:405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a_populate_lic.tar.zst\nDEBUG: Searching for c9/3e/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '15/f0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://82/81/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:8281f98a087cc2e4a8f08ca3068ac4f41879ac94211fa9beaf29d06d543726a2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '99/69/sstate:shadow-native::4.14.2:r0::11:9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/29/54/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d5/bb/sstate:xrandr::1.5.2:r0::11:d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/af/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:b3af213abc820d13b30ec1884f8659c8fde7f8818c6b6a6e4ec435091e5a53f9_package.tar.zst\nDEBUG: Testing URL file://1d/64/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0_package_qa.tar.zst\nDEBUG: Using  for universal/d9/b4/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://31/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '40/5d/sstate:libgpg-error::1.47:r0::11:405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c9/3e/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://15/f0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/f0/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A11%3A15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40_create_spdx.tar.zst;downloadfilename=15/f0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/a0/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf_package_write_rpm.tar.zst\nDEBUG: For url file://99/69/sstate:shadow-native::4.14.2:r0::11:9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/69/sstate%3Ashadow-native%3A%3A4.14.2%3Ar0%3A%3A11%3A9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355_populate_lic.tar.zst;downloadfilename=99/69/sstate:shadow-native::4.14.2:r0::11:9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/29/54/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd5/bb/sstate:xrandr::1.5.2:r0::11:d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/5e/61/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1d/64/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/d9/b4/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7_populate_sysroot.tar.zst\nDEBUG: Searching for 31/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://40/5d/sstate:libgpg-error::1.47:r0::11:405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/5d/sstate%3Alibgpg-error%3A%3A1.47%3Ar0%3A%3A11%3A405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a_populate_lic.tar.zst;downloadfilename=40/5d/sstate:libgpg-error::1.47:r0::11:405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/62/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8f62d2d112dcf77ad60056df964a896ae6fe49a5ed0b4a8520867e5222e930d1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c9/3e/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2b/a0/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e8/1a/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/29/54/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d5/bb/sstate:xrandr::1.5.2:r0::11:d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/bb/sstate%3Axrandr%3A%3A1.5.2%3Ar0%3A%3A11%3Ad5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e_populate_lic.tar.zst;downloadfilename=d5/bb/sstate:xrandr::1.5.2:r0::11:d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e_populate_lic.tar.zst\nDEBUG: Searching for universal/5e/61/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://49/1c/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:491cdcd4576f1c5d90769b633aa77bd025efcb2de7bfc8193c8f8bec4b0026b7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1d/64/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/64/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3A1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0_package_qa.tar.zst;downloadfilename=1d/64/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d9/b4/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 31/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://15/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c9/3e/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2b/a0/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/90/78/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df_recipe_qa.tar.zst\nDEBUG: For url file://universal/29/54/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/29/54/sstate%3Alibxml-simple-perl-native%3Ax86_64-linux%3A2.25%3Ar0%3Ax86_64%3A11%3A29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/29/54/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/5e/61/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://90/d5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad_recipe_qa.tar.zst\nDEBUG: For url file://universal/d9/b4/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d9/b4/sstate%3Alibunistring-native%3Ax86_64-linux%3A1.1%3Ar0%3Ax86_64%3A11%3Ad9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7_populate_sysroot.tar.zst;downloadfilename=universal/d9/b4/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://31/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://99/69/sstate:shadow-native::4.14.2:r0::11:9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355_populate_lic.tar.zst\nDEBUG: Searching for 15/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c9/3e/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/3e/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3Ac93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e_deploy_source_date_epoch.tar.zst;downloadfilename=c9/3e/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2b/a0/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf_package_write_rpm.tar.zst\nDEBUG: Searching for universal/90/78/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/5e/61/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/5d/sstate:libgpg-error::1.47:r0::11:405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a_populate_lic.tar.zst\nDEBUG: Searching for 90/d5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '31/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ac/5a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/bb/sstate:xrandr::1.5.2:r0::11:d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/ed/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7_package_qa.tar.zst\nDEBUG: Using  for 15/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2b/a0/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/90/78/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/64/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/5e/61/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/19/3f/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f_create_spdx.tar.zst\nDEBUG: Using  for 90/d5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/29/54/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:29548f8da07a4654fba361467ff495e3c78ae8f7df375586f6c322f1b2c7d0c0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://31/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/26/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A11%3A31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b_create_runtime_spdx.tar.zst;downloadfilename=31/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4f/b4/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/19/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125_create_spdx.tar.zst\nDEBUG: Searching for 6c/ed/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://15/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1_create_spdx.tar.zst\nDEBUG: For url file://2b/a0/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/a0/sstate%3Aiw%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf_package_write_rpm.tar.zst;downloadfilename=2b/a0/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/90/78/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://97/3d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac_packagedata.tar.zst\nDEBUG: For url file://universal/5e/61/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5e/61/sstate%3Aspirv-tools-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3A5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329_create_spdx.tar.zst;downloadfilename=universal/5e/61/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329_create_spdx.tar.zst\nDEBUG: Searching for universal/19/3f/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://90/d5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e2/25/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac_recipe_qa.tar.zst\nDEBUG: Searching for universal/4f/b4/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b3/19/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6c/ed/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7_package_qa.tar.zst\nDEBUG: For url ['file', '', '15/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/d9/b4/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/90/78/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c9/3e/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:c93e1774f277d41310323e66f4755f085a01931687e5c386a12d2d407eff9b2e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 97/3d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/19/3f/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '90/d5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/e2/25/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/4f/b4/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679_create_runtime_spdx.tar.zst\nDEBUG: Using  for b3/19/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125_create_spdx.tar.zst\nDEBUG: Testing URL file://6c/ed/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7_package_qa.tar.zst\nDEBUG: For url file://15/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/d9/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A11%3A15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1_create_spdx.tar.zst;downloadfilename=15/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/ba/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55_create_spdx.tar.zst\nDEBUG: For url file://universal/90/78/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/78/sstate%3Alibxrandr-native%3Ax86_64-linux%3A1.5.4%3Ar0%3Ax86_64%3A11%3A9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df_recipe_qa.tar.zst;downloadfilename=universal/90/78/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://34/db/sstate:xserver-nodm-init::3.0:r0::11:34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d_populate_lic.tar.zst\nDEBUG: Using  for 97/3d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac_packagedata.tar.zst\nDEBUG: Testing URL file://universal/19/3f/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f_create_spdx.tar.zst\nDEBUG: For url file://90/d5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/d5/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.36%3Ar0%3Acore2-64%3A11%3A90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad_recipe_qa.tar.zst;downloadfilename=90/d5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://31/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/e2/25/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/4f/b4/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b3/19/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/ed/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c4/ba/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 34/db/sstate:xserver-nodm-init::3.0:r0::11:34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://97/3d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5e/61/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/a0/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/19/3f/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://36/db/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e2/25/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/4f/b4/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b3/19/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6c/ed/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/ed/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A11%3A6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7_package_qa.tar.zst;downloadfilename=6c/ed/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7_package_qa.tar.zst\nDEBUG: Using  for c4/ba/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55_create_spdx.tar.zst\nDEBUG: Using  for 34/db/sstate:xserver-nodm-init::3.0:r0::11:34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '97/3d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/e3/37/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://66/89/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c_create_spdx.tar.zst\nDEBUG: For url file://universal/19/3f/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/3f/sstate%3Aglib-2.0-native%3Ax86_64-linux%3A2.78.3%3Ar0%3Ax86_64%3A11%3A193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f_create_spdx.tar.zst;downloadfilename=universal/19/3f/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f_create_spdx.tar.zst\nDEBUG: Searching for 36/db/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://15/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e2/25/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4f/b4/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/b4/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A13.2.0%3Ar0%3Ax86_64%3A11%3A4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679_create_runtime_spdx.tar.zst;downloadfilename=universal/4f/b4/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679_create_runtime_spdx.tar.zst\nDEBUG: For url file://b3/19/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/19/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3Ab319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125_create_spdx.tar.zst;downloadfilename=b3/19/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125_create_spdx.tar.zst\nDEBUG: Testing URL file://c4/ba/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55_create_spdx.tar.zst\nDEBUG: Testing URL file://34/db/sstate:xserver-nodm-init::3.0:r0::11:34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/90/78/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df_recipe_qa.tar.zst\nDEBUG: For url file://97/3d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/3d/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A11%3A973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac_packagedata.tar.zst;downloadfilename=97/3d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac_packagedata.tar.zst\nDEBUG: Searching for universal/e3/37/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 66/89/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://90/d5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad_recipe_qa.tar.zst\nDEBUG: Using  for 36/db/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://30/7f/sstate:libptytty::2.0:r0::11:307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02_populate_lic.tar.zst\nDEBUG: For url file://universal/e2/25/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e2/25/sstate%3Apython3-pluggy-native%3Ax86_64-linux%3A1.3.0%3Ar0%3Ax86_64%3A11%3Ae2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac_recipe_qa.tar.zst;downloadfilename=universal/e2/25/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c4/ba/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '34/db/sstate:xserver-nodm-init::3.0:r0::11:34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6c/ed/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://02/89/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90_package_write_ipk.tar.zst\nDEBUG: Using  for universal/e3/37/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9_recipe_qa.tar.zst\nDEBUG: Using  for 66/89/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/f1/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://36/db/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 30/7f/sstate:libptytty::2.0:r0::11:307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/19/3f/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f_create_spdx.tar.zst\nDEBUG: For url file://c4/ba/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/ba/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20230416%3Ar0%3Acore2-64%3A11%3Ac4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55_create_spdx.tar.zst;downloadfilename=c4/ba/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55_create_spdx.tar.zst\nDEBUG: For url file://34/db/sstate:xserver-nodm-init::3.0:r0::11:34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/db/sstate%3Axserver-nodm-init%3A%3A3.0%3Ar0%3A%3A11%3A34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d_populate_lic.tar.zst;downloadfilename=34/db/sstate:xserver-nodm-init::3.0:r0::11:34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/97/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83_create_runtime_spdx.tar.zst\nDEBUG: Searching for 02/89/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/e3/37/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9_recipe_qa.tar.zst\nDEBUG: Testing URL file://66/89/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c_create_spdx.tar.zst\nDEBUG: Searching for 3e/f1/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '36/db/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/4f/b4/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/19/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://15/f0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40_create_spdx.tar.zst\nDEBUG: Using  for 30/7f/sstate:libptytty::2.0:r0::11:307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ad/28/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6d/97/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://92/2f/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:922fcc179f3ed310e7b2a23d3183fa77c0831c3071ed53a539ceb27433acc4d3_package.tar.zst\nDEBUG: Using  for 02/89/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/e3/37/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/e2/25/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://97/3d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac_packagedata.tar.zst\nDEBUG: For url ['file', '', '66/89/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3e/f1/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://36/db/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/db/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3%3Ar0%3Acore2-64%3A11%3A36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228_deploy_source_date_epoch.tar.zst;downloadfilename=36/db/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/4d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/7b/sstate:libseccomp::2.5.5:r0::11:b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/a8/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://30/7f/sstate:libptytty::2.0:r0::11:307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02_populate_lic.tar.zst\nDEBUG: Searching for universal/ad/28/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6d/97/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://be/7e/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://02/89/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90_package_write_ipk.tar.zst\nDEBUG: For url file://universal/e3/37/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/37/sstate%3Apython3-native%3Ax86_64-linux%3A3.12.1%3Ar0%3Ax86_64%3A11%3Ae337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9_recipe_qa.tar.zst;downloadfilename=universal/e3/37/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/ba/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://39/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://66/89/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/89/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A11%3A66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c_create_spdx.tar.zst;downloadfilename=66/89/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c_create_spdx.tar.zst\nDEBUG: Testing URL file://3e/f1/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/2e/4d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b8/7b/sstate:libseccomp::2.5.5:r0::11:b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f4/a8/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '30/7f/sstate:libptytty::2.0:r0::11:307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ad/28/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6d/97/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83_create_runtime_spdx.tar.zst\nDEBUG: Searching for be/7e/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '02/89/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d7/ba/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 39/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://34/db/sstate:xserver-nodm-init::3.0:r0::11:34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/ba/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3e/f1/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2e/4d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4_recipe_qa.tar.zst\nDEBUG: Using  for b8/7b/sstate:libseccomp::2.5.5:r0::11:b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189_populate_lic.tar.zst\nDEBUG: Using  for f4/a8/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://30/7f/sstate:libptytty::2.0:r0::11:307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/7f/sstate%3Alibptytty%3A%3A2.0%3Ar0%3A%3A11%3A307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02_populate_lic.tar.zst;downloadfilename=30/7f/sstate:libptytty::2.0:r0::11:307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ad/28/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6d/97/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for be/7e/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e_create_runtime_spdx.tar.zst\nDEBUG: For url file://02/89/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/89/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90_package_write_ipk.tar.zst;downloadfilename=02/89/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90_package_write_ipk.tar.zst\nDEBUG: Using  for d7/ba/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b_package.tar.zst\nDEBUG: Using  for 39/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://55/36/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/9a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://36/db/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:36dbea76c83dbc11550d1a6476af7733ff12fd8e3e188f2a477241ff77491228_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3e/f1/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/f1/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3A3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7_deploy_source_date_epoch.tar.zst;downloadfilename=3e/f1/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/2e/4d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4_recipe_qa.tar.zst\nDEBUG: Testing URL file://b8/7b/sstate:libseccomp::2.5.5:r0::11:b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189_populate_lic.tar.zst\nDEBUG: Testing URL file://f4/a8/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ad/28/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6d/97/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/97/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.6%3Ar0%3Acore2-64%3A11%3A6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83_create_runtime_spdx.tar.zst;downloadfilename=6d/97/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://be/7e/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e3/37/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9_recipe_qa.tar.zst\nDEBUG: Testing URL file://d7/ba/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b_package.tar.zst\nDEBUG: Testing URL file://39/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 55/36/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c5/9a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://52/eb/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa_package.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/4d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b8/7b/sstate:libseccomp::2.5.5:r0::11:b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f4/a8/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/ad/28/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ad/28/sstate%3Agnutls-native%3Ax86_64-linux%3A3.8.3%3Ar0%3Ax86_64%3A11%3Aad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ad/28/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'be/7e/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://30/7f/sstate:libptytty::2.0:r0::11:307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/b2/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd7/ba/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '39/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://02/89/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90_package_write_ipk.tar.zst\nDEBUG: Using  for 55/36/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34_create_runtime_spdx.tar.zst\nDEBUG: Using  for c5/9a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4_package_write_rpm.tar.zst\nDEBUG: Searching for 52/eb/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/2e/4d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/4d/sstate%3Autil-linux-libuuid-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A11%3A2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4_recipe_qa.tar.zst;downloadfilename=universal/2e/4d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4_recipe_qa.tar.zst\nDEBUG: For url file://b8/7b/sstate:libseccomp::2.5.5:r0::11:b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/7b/sstate%3Alibseccomp%3A%3A2.5.5%3Ar0%3A%3A11%3Ab87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189_populate_lic.tar.zst;downloadfilename=b8/7b/sstate:libseccomp::2.5.5:r0::11:b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189_populate_lic.tar.zst\nDEBUG: For url file://f4/a8/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/a8/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3Af4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6_deploy_source_date_epoch.tar.zst;downloadfilename=f4/a8/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://be/7e/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/7e/sstate%3Aboost%3Acore2-64-poky-linux%3A1.83.0%3Ar0%3Acore2-64%3A11%3Abe7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e_create_runtime_spdx.tar.zst;downloadfilename=be/7e/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ee/fb/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea_populate_sysroot.tar.zst\nDEBUG: Searching for 1f/b2/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3e/f1/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:3ef1be5ba78f97c4481f0d23621f6c2f01a88e6d187cdb0c52dd7d7920b8fca7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d7/ba/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/ba/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A11%3Ad7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b_package.tar.zst;downloadfilename=d7/ba/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b_package.tar.zst\nDEBUG: For url file://39/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/0d/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst;downloadfilename=39/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/58/f1/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://55/36/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c5/9a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4_package_write_rpm.tar.zst\nDEBUG: Using  for 52/eb/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa_package.tar.zst\nDEBUG: Searching for universal/ee/fb/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1f/b2/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/9e/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ad/28/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:ad28100ddb6e02e7b4ce946fb7f2c231b8d0afe18c94147a6689846b993740a7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/58/f1/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '55/36/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b8/7b/sstate:libseccomp::2.5.5:r0::11:b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/4d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c5/9a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://52/eb/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/a8/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f4a883981426e9a425a0d26bc9686ad9ce57ac86e0ff91629ec17ff5eb237fc6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ee/fb/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1f/b2/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a_packagedata.tar.zst\nDEBUG: Searching for 9f/9e/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a1/46/sstate:matchbox-panel-2::2.12:r0::11:a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777_populate_lic.tar.zst\nDEBUG: Using  for universal/58/f1/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://55/36/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/36/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.5.2%3Ar0%3Acore2-64%3A11%3A55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34_create_runtime_spdx.tar.zst;downloadfilename=55/36/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://78/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://da/60/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5_package_write_rpm.tar.zst\nDEBUG: For url file://c5/9a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/9a/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3Ac59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4_package_write_rpm.tar.zst;downloadfilename=c5/9a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '52/eb/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e7/ca/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ee/fb/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '1f/b2/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9f/9e/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3_populate_sysroot.tar.zst\nDEBUG: Searching for a1/46/sstate:matchbox-panel-2::2.12:r0::11:a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/58/f1/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 78/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for da/60/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d7/ba/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:d7bab0c1479605a8585904b98d8498a17f5a823fb99fe45d670f550dfa98c36b_package.tar.zst\nDEBUG: For url file://52/eb/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/eb/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A11%3A52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa_package.tar.zst;downloadfilename=52/eb/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa_package.tar.zst\nDEBUG: Searching for e7/ca/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/ee/fb/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://39/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1f/b2/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/b2/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3A1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a_packagedata.tar.zst;downloadfilename=1f/b2/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a_packagedata.tar.zst\nDEBUG: Testing URL file://9f/9e/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3_populate_sysroot.tar.zst\nDEBUG: Using  for a1/46/sstate:matchbox-panel-2::2.12:r0::11:a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/58/f1/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 78/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d_create_runtime_spdx.tar.zst\nDEBUG: Using  for da/60/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e7/ca/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b_create_spdx.tar.zst\nDEBUG: For url file://universal/ee/fb/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ee/fb/sstate%3Aldconfig-native%3Ax86_64-linux%3A2.12.1%3Ar0%3Ax86_64%3A11%3Aeefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea_populate_sysroot.tar.zst;downloadfilename=universal/ee/fb/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://51/8a/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28_package_qa.tar.zst\nDEBUG: For url ['file', '', '9f/9e/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a1/46/sstate:matchbox-panel-2::2.12:r0::11:a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777_populate_lic.tar.zst\nDEBUG: For url file://universal/58/f1/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/58/f1/sstate%3Aat-spi2-core-native%3Ax86_64-linux%3A2.50.1%3Ar0%3Ax86_64%3A11%3A58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370_deploy_source_date_epoch.tar.zst;downloadfilename=universal/58/f1/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://78/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://da/60/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5_package_write_rpm.tar.zst\nDEBUG: Searching for e6/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e7/ca/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b_create_spdx.tar.zst\nDEBUG: Searching for 51/8a/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://9f/9e/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/9e/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A0.9.77%3Ar0%3Acore2-64%3A11%3A9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3_populate_sysroot.tar.zst;downloadfilename=9f/9e/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a1/46/sstate:matchbox-panel-2::2.12:r0::11:a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c5/9a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '78/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'da/60/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://52/eb/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:52eb38211db763402bc04e2200a622388022ef524bc7683539ab12b2e21274fa_package.tar.zst\nDEBUG: Using  for e6/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e7/ca/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 51/8a/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28_package_qa.tar.zst\nDEBUG: For url file://a1/46/sstate:matchbox-panel-2::2.12:r0::11:a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/46/sstate%3Amatchbox-panel-2%3A%3A2.12%3Ar0%3A%3A11%3Aa14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777_populate_lic.tar.zst;downloadfilename=a1/46/sstate:matchbox-panel-2::2.12:r0::11:a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/0f/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3_package_write_rpm.tar.zst\nDEBUG: For url file://78/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/ad/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d_create_runtime_spdx.tar.zst;downloadfilename=78/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/b2/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a_packagedata.tar.zst\nDEBUG: For url file://da/60/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/60/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A11%3Ada6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5_package_write_rpm.tar.zst;downloadfilename=da/60/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://67/71/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e6/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e7/ca/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/ca/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A11%3Ae7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b_create_spdx.tar.zst;downloadfilename=e7/ca/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b_create_spdx.tar.zst\nDEBUG: Testing URL file://51/8a/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28_package_qa.tar.zst\nDEBUG: Searching for 3c/0f/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/ee/fb/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://55/e0/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5_package.tar.zst\nDEBUG: Searching for 67/71/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/58/f1/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:58f127f92ecb5438a7459c33036a7fc30883b380d9701c44ce4d56820b268370_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e6/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '51/8a/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3c/0f/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/46/sstate:matchbox-panel-2::2.12:r0::11:a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/42/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578_package_qa.tar.zst\nDEBUG: Searching for 55/e0/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 67/71/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/b6/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e6/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/ab/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A11%3Ae6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc_deploy_source_date_epoch.tar.zst;downloadfilename=e6/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://51/8a/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/8a/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A11%3A518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28_package_qa.tar.zst;downloadfilename=51/8a/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28_package_qa.tar.zst\nDEBUG: Testing URL file://3c/0f/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d7/0b/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1_populate_sysroot.tar.zst\nDEBUG: Searching for f6/42/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 55/e0/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5_package.tar.zst\nDEBUG: Testing URL file://67/71/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c0/b6/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3c/0f/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://66/89/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c_create_spdx.tar.zst\nDEBUG: Searching for universal/d7/0b/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6d/97/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://da/60/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5_package_write_rpm.tar.zst\nDEBUG: Using  for f6/42/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578_package_qa.tar.zst\nDEBUG: Testing URL file://55/e0/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5_package.tar.zst\nDEBUG: For url ['file', '', '67/71/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c0/b6/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3c/0f/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/0f/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3_package_write_rpm.tar.zst;downloadfilename=3c/0f/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/46/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24_package_write_rpm.tar.zst\nDEBUG: Using  for universal/d7/0b/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/3d/sstate:libdnf::0.72.0:r0::11:9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://14/5f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f6/42/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578_package_qa.tar.zst\nDEBUG: For url ['file', '', '55/e0/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://67/71/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/71/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A11%3A6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8_deploy_source_date_epoch.tar.zst;downloadfilename=67/71/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c0/b6/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fb/46/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/d7/0b/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1_populate_sysroot.tar.zst\nDEBUG: Searching for 9e/3d/sstate:libdnf::0.72.0:r0::11:9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 14/5f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f6/42/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://55/e0/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/e0/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A11%3A55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5_package.tar.zst;downloadfilename=55/e0/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5_package.tar.zst\nDEBUG: For url ['file', '', 'c0/b6/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://51/8a/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28_package_qa.tar.zst\nDEBUG: Using  for fb/46/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/d7/0b/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e6/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:e6ab99113a3fc75195d4f5de8680c45e2b2d6e690ba84ccc8776762faa0046dc_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9e/3d/sstate:libdnf::0.72.0:r0::11:9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9_populate_lic.tar.zst\nDEBUG: Using  for 14/5f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55_create_runtime_spdx.tar.zst\nDEBUG: For url file://f6/42/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/42/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A11%3Af6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578_package_qa.tar.zst;downloadfilename=f6/42/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578_package_qa.tar.zst\nDEBUG: For url file://c0/b6/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/b6/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3Ac0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8_deploy_source_date_epoch.tar.zst;downloadfilename=c0/b6/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/75/7d/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac_recipe_qa.tar.zst\nDEBUG: Testing URL file://fb/46/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24_package_write_rpm.tar.zst\nDEBUG: For url file://universal/d7/0b/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d7/0b/sstate%3Alibxml2-native%3Ax86_64-linux%3A2.11.5%3Ar0%3Ax86_64%3A11%3Ad70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1_populate_sysroot.tar.zst;downloadfilename=universal/d7/0b/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/b9/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9e/3d/sstate:libdnf::0.72.0:r0::11:9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9_populate_lic.tar.zst\nDEBUG: Testing URL file://14/5f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/75/7d/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fb/46/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/80/b9/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9e/3d/sstate:libdnf::0.72.0:r0::11:9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '14/5f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://67/71/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6771fd7ada3cc9c0d6c3c8ea80c0a2824eaee8cea63c623e399457e16d547fc8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/75/7d/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac_recipe_qa.tar.zst\nDEBUG: For url file://fb/46/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/46/sstate%3Aed%3Acore2-64-poky-linux%3A1.20%3Ar0%3Acore2-64%3A11%3Afb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24_package_write_rpm.tar.zst;downloadfilename=fb/46/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24_package_write_rpm.tar.zst\nDEBUG: Using  for universal/80/b9/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3_create_runtime_spdx.tar.zst\nDEBUG: For url file://9e/3d/sstate:libdnf::0.72.0:r0::11:9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/3d/sstate%3Alibdnf%3A%3A0.72.0%3Ar0%3A%3A11%3A9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9_populate_lic.tar.zst;downloadfilename=9e/3d/sstate:libdnf::0.72.0:r0::11:9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9_populate_lic.tar.zst\nDEBUG: For url file://14/5f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/5f/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A11%3A145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55_create_runtime_spdx.tar.zst;downloadfilename=14/5f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/76/3c/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/75/7d/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/80/b9/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://55/e0/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:55e07088d0e8a5143f2df7fa8dd67ecfabdc7d988f3ebc70fa0a29eca2ce92f5_package.tar.zst\nDEBUG: Searching for universal/76/3c/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/75/7d/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f6/42/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d7/0b/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/80/b9/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c0/b6/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:c0b6fac77796e0f41755051714848a3c7a9a1888d1bffc415338bf663b192fa8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9e/e5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/76/3c/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/75/7d/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/7d/sstate%3Aicon-naming-utils-native%3Ax86_64-linux%3A0.8.90%3Ar0%3Ax86_64%3A11%3A757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac_recipe_qa.tar.zst;downloadfilename=universal/75/7d/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3e/72/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://29/52/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3_packagedata.tar.zst\nDEBUG: For url file://universal/80/b9/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/b9/sstate%3Acmake-native%3Ax86_64-linux%3A3.27.7%3Ar0%3Ax86_64%3A11%3A80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3_create_runtime_spdx.tar.zst;downloadfilename=universal/80/b9/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/9e/e5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/76/3c/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/3e/72/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 29/52/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fb/46/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://be/7e/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e_create_runtime_spdx.tar.zst\nDEBUG: Searching for fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/9e/e5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/76/3c/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/3e/72/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/3d/sstate:libdnf::0.72.0:r0::11:9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://14/5f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55_create_runtime_spdx.tar.zst\nDEBUG: Using  for 29/52/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/d2/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/c9/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175_populate_sysroot.tar.zst\nDEBUG: Using  for fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/9e/e5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/76/3c/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/3c/sstate%3Alzip-native%3Ax86_64-linux%3A1.24%3Ar0%3Ax86_64%3A11%3A763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/76/3c/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/3e/72/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/12/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4_package.tar.zst\nDEBUG: Testing URL file://29/52/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3_packagedata.tar.zst\nDEBUG: Searching for 3e/d2/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ab/c9/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/9e/e5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/3e/72/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4e/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5a/12/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '29/52/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/75/7d/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:757d077b81457494d8604f2e262708cc170341fa734c29245d9197f7f6612cac_recipe_qa.tar.zst\nDEBUG: Using  for 3e/d2/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df_recipe_qa.tar.zst\nDEBUG: Using  for ab/c9/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/9e/e5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9e/e5/sstate%3Autil-macros-native%3Ax86_64-linux%3A1.20.0%3Ar0%3Ax86_64%3A11%3A9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7_deploy_source_date_epoch.tar.zst;downloadfilename=universal/9e/e5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/3e/72/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3e/72/sstate%3Alibpcre2-native%3Ax86_64-linux%3A10.42%3Ar0%3Ax86_64%3A11%3A3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9_populate_sysroot.tar.zst;downloadfilename=universal/3e/72/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9_populate_sysroot.tar.zst\nDEBUG: Using  for 4e/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66_package_write_rpm.tar.zst\nDEBUG: Using  for 5a/12/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4_package.tar.zst\nDEBUG: For url file://29/52/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/52/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3_packagedata.tar.zst;downloadfilename=29/52/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8f/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3e/d2/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/c9/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175_populate_sysroot.tar.zst\nDEBUG: For url file://fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/d5/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Afbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst;downloadfilename=fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4e/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5a/12/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/80/b9/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://55/36/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/8f/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3e/d2/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/76/3c/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:763c84b2cd6b7fad273218c132ea39c8c3ff0b12e3dd74ddb805b3fc98f9335c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ab/c9/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4e/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5a/12/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/27/6b/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/14/ed/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9_recipe_qa.tar.zst\nDEBUG: Using  for universal/8f/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2_populate_sysroot.tar.zst\nDEBUG: For url file://3e/d2/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/d2/sstate%3Acurl%3Acore2-64-poky-linux%3A8.6.0%3Ar0%3Acore2-64%3A11%3A3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df_recipe_qa.tar.zst;downloadfilename=3e/d2/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/2f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f_populate_sysroot.tar.zst\nDEBUG: For url file://ab/c9/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/c9/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3Aabc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175_populate_sysroot.tar.zst;downloadfilename=ab/c9/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9e/e5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:9ee5b17fac26dda9e10d8580cfde1ef4105ba8115e486176dd8a5bee710882c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4e/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/79/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3A4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66_package_write_rpm.tar.zst;downloadfilename=4e/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66_package_write_rpm.tar.zst\nDEBUG: For url file://5a/12/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/12/sstate%3Alibnewt%3Acore2-64-poky-linux%3A0.52.24%3Ar0%3Acore2-64%3A11%3A5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4_package.tar.zst;downloadfilename=5a/12/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4_package.tar.zst\nDEBUG: Searching for universal/27/6b/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/14/ed/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/3e/72/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/8f/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2_populate_sysroot.tar.zst\nDEBUG: Searching for 5f/2f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://29/52/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://78/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/95/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e_recipe_qa.tar.zst\nDEBUG: Using  for universal/27/6b/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc_populate_sysroot.tar.zst\nDEBUG: Using  for universal/14/ed/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/ca/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/d2/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/9a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3_package.tar.zst\nDEBUG: For url ['file', '', 'universal/8f/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5f/2f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/c9/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:abc9733226d32388eb8da2c0f3505a437ff38a4eb55941b3cb16b7d37ad2c175_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://14/f8/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://79/52/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02_recipe_qa.tar.zst\nDEBUG: Searching for universal/95/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/27/6b/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/14/ed/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/95/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/0a/sstate:rgb::1.1.0:r0::11:f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565_populate_lic.tar.zst\nDEBUG: Searching for 7c/9a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/8f/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8f/ee/sstate%3Aunfs3-native%3Ax86_64-linux%3A0.10.0%3Ar0%3Ax86_64%3A11%3A8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2_populate_sysroot.tar.zst;downloadfilename=universal/8f/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5f/2f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8a/63/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732_recipe_qa.tar.zst\nDEBUG: Searching for 14/f8/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 79/52/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/95/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/27/6b/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/14/ed/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d7/95/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f0/0a/sstate:rgb::1.1.0:r0::11:f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7c/9a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3_package.tar.zst\nDEBUG: For url ['file', '', '5f/2f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/8a/63/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 14/f8/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/12/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:5a12ecf48873e5acb8620fd361d7bc3d696a9ea28473b64055a4cae58b3ba1d4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66_package_write_rpm.tar.zst\nDEBUG: Using  for 79/52/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/95/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e_recipe_qa.tar.zst\nDEBUG: For url file://universal/27/6b/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/27/6b/sstate%3Apbzip2-native%3Ax86_64-linux%3A1.1.13%3Ar0%3Ax86_64%3A11%3A276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc_populate_sysroot.tar.zst;downloadfilename=universal/27/6b/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc_populate_sysroot.tar.zst\nDEBUG: For url file://universal/14/ed/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/14/ed/sstate%3Apython3-hatch-fancy-pypi-readme-native%3Ax86_64-linux%3A24.1.0%3Ar0%3Ax86_64%3A11%3A14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9_recipe_qa.tar.zst;downloadfilename=universal/14/ed/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9_recipe_qa.tar.zst\nDEBUG: Using  for d7/95/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5_package_qa.tar.zst\nDEBUG: Using  for f0/0a/sstate:rgb::1.1.0:r0::11:f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565_populate_lic.tar.zst\nDEBUG: Testing URL file://7c/9a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3_package.tar.zst\nDEBUG: For url file://5f/2f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/2f/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.17%3Ar0%3Acore2-64%3A11%3A5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f_populate_sysroot.tar.zst;downloadfilename=5f/2f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f_populate_sysroot.tar.zst\nDEBUG: Using  for universal/8a/63/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732_recipe_qa.tar.zst\nDEBUG: Testing URL file://14/f8/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/87/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://39/03/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://79/52/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/95/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d7/95/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5_package_qa.tar.zst\nDEBUG: Testing URL file://f0/0a/sstate:rgb::1.1.0:r0::11:f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/9e/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:9f9e393f73bc91fc0e786ec632f7f1280cc29193d63e7ce52f18d48a29a658f3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7c/9a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/8a/63/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '14/f8/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/8f/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2_populate_sysroot.tar.zst\nDEBUG: Searching for a1/87/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 39/03/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '79/52/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/95/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/95/a2/sstate%3Amake-native%3Ax86_64-linux%3A4.4.1%3Ar0%3Ax86_64%3A11%3A95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e_recipe_qa.tar.zst;downloadfilename=universal/95/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd7/95/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f0/0a/sstate:rgb::1.1.0:r0::11:f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/c7/57/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74_create_spdx.tar.zst\nDEBUG: For url file://7c/9a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/9a/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A11%3A7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3_package.tar.zst;downloadfilename=7c/9a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3_package.tar.zst\nDEBUG: For url ['file', '', 'universal/8a/63/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://14/f8/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/f8/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77_recipe_qa.tar.zst;downloadfilename=14/f8/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/94/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a1/87/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6_populate_sysroot.tar.zst\nDEBUG: Using  for 39/03/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d_create_runtime_spdx.tar.zst\nDEBUG: For url file://79/52/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/52/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.7.1%3Ar0%3Acore2-64%3A11%3A7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02_recipe_qa.tar.zst;downloadfilename=79/52/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02_recipe_qa.tar.zst\nDEBUG: For url file://d7/95/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/95/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A11%3Ad7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5_package_qa.tar.zst;downloadfilename=d7/95/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5_package_qa.tar.zst\nDEBUG: For url file://f0/0a/sstate:rgb::1.1.0:r0::11:f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/0a/sstate%3Argb%3A%3A1.1.0%3Ar0%3A%3A11%3Af00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565_populate_lic.tar.zst;downloadfilename=f0/0a/sstate:rgb::1.1.0:r0::11:f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/27/6b/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc_populate_sysroot.tar.zst\nDEBUG: Searching for universal/c7/57/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/14/ed/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:14ed76266fe51ca2e858f35a292b190591f228eb8107272344378f4a7a7672e9_recipe_qa.tar.zst\nDEBUG: For url file://universal/8a/63/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8a/63/sstate%3Alibxml-simple-perl-native%3Ax86_64-linux%3A2.25%3Ar0%3Ax86_64%3A11%3A8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732_recipe_qa.tar.zst;downloadfilename=universal/8a/63/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/2f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:5f2f202d0d9a5a49f83ca48e7b4ba2a47bfb2c6ac4653941338381e5e911c48f_populate_sysroot.tar.zst\nDEBUG: Searching for d2/94/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a1/87/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://39/03/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b1/3e/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/95/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e_recipe_qa.tar.zst\nDEBUG: Using  for universal/c7/57/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/9a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:7c9adc0f0d86fce02e1de8d380a5db7f3d6db66d7a547cc5b87b54e43efb64d3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/46/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://39/ff/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8_packagedata.tar.zst\nDEBUG: Using  for d2/94/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a1/87/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '39/03/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/b1/3e/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://4b/03/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://14/f8/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/c7/57/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/95/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://32/8e/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b_package.tar.zst\nDEBUG: Searching for 3d/46/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://79/52/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02_recipe_qa.tar.zst\nDEBUG: Searching for 39/ff/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d2/94/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a1/87/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/87/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.1%3Ar0%3Acore2-64%3A11%3Aa187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6_populate_sysroot.tar.zst;downloadfilename=a1/87/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6_populate_sysroot.tar.zst\nDEBUG: For url file://39/03/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/03/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.6%3Ar0%3Acore2-64%3A11%3A390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d_create_runtime_spdx.tar.zst;downloadfilename=39/03/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/b1/3e/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5_create_spdx.tar.zst\nDEBUG: Searching for 4b/03/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://35/a5/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/c7/57/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://fe/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73_recipe_qa.tar.zst\nDEBUG: Searching for 32/8e/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f0/0a/sstate:rgb::1.1.0:r0::11:f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565_populate_lic.tar.zst\nDEBUG: Using  for 3d/46/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://16/1b/sstate:mkfontscale::1.2.2:r0::11:161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a_populate_lic.tar.zst\nDEBUG: Using  for 39/ff/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd2/94/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/b1/3e/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8a/63/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:8a63e5831e9fbc0a878772e17dcd615f4766666b53828cf137c850cb19ae3732_recipe_qa.tar.zst\nDEBUG: Using  for 4b/03/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2_package.tar.zst\nDEBUG: Searching for 35/a5/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/c7/57/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/57/sstate%3Alibnsl2-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A11%3Ac757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74_create_spdx.tar.zst;downloadfilename=universal/c7/57/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74_create_spdx.tar.zst\nDEBUG: Searching for fe/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 32/8e/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/c3/sstate:libxml2-native::2.11.5:r0::11:dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60_populate_lic.tar.zst\nDEBUG: Testing URL file://3d/46/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32_packagedata.tar.zst\nDEBUG: Searching for 16/1b/sstate:mkfontscale::1.2.2:r0::11:161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://39/ff/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8_packagedata.tar.zst\nDEBUG: For url file://d2/94/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/94/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.28%3Ar0%3Acore2-64%3A11%3Ad29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164_deploy_source_date_epoch.tar.zst;downloadfilename=d2/94/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b1/3e/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://25/05/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e_create_spdx.tar.zst\nDEBUG: Testing URL file://4b/03/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2_package.tar.zst\nDEBUG: Using  for 35/a5/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0_packagedata.tar.zst\nDEBUG: Using  for fe/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73_recipe_qa.tar.zst\nDEBUG: Testing URL file://32/8e/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b_package.tar.zst\nDEBUG: Searching for dc/c3/sstate:libxml2-native::2.11.5:r0::11:dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3d/46/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 16/1b/sstate:mkfontscale::1.2.2:r0::11:161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '39/ff/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b1/3e/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b1/3e/sstate%3Alibxml-simple-perl-native%3Ax86_64-linux%3A2.25%3Ar0%3Ax86_64%3A11%3Ab13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5_create_spdx.tar.zst;downloadfilename=universal/b1/3e/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5_create_spdx.tar.zst\nDEBUG: Searching for 25/05/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: checkstatus: trying again\nDEBUG: For url ['file', '', '4b/03/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://35/a5/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0_packagedata.tar.zst\nDEBUG: Testing URL file://fe/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '32/8e/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for dc/c3/sstate:libxml2-native::2.11.5:r0::11:dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60_populate_lic.tar.zst\nDEBUG: For url file://3d/46/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/46/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A11%3A3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32_packagedata.tar.zst;downloadfilename=3d/46/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32_packagedata.tar.zst\nDEBUG: Testing URL file://16/1b/sstate:mkfontscale::1.2.2:r0::11:161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a_populate_lic.tar.zst\nDEBUG: For url file://39/ff/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/ff/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.16%3Ar0%3Acore2-64%3A11%3A39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8_packagedata.tar.zst;downloadfilename=39/ff/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/87/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://39/03/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d_create_runtime_spdx.tar.zst\nDEBUG: Using  for 25/05/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e_create_spdx.tar.zst\nDEBUG: For url file://4b/03/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/03/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2_package.tar.zst;downloadfilename=4b/03/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2_package.tar.zst\nDEBUG: For url ['file', '', '35/a5/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fe/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://32/8e/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/8e/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A11%3A328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b_package.tar.zst;downloadfilename=32/8e/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b_package.tar.zst\nDEBUG: Testing URL file://dc/c3/sstate:libxml2-native::2.11.5:r0::11:dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60_populate_lic.tar.zst\nDEBUG: For url ['file', '', '16/1b/sstate:mkfontscale::1.2.2:r0::11:161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/c7/57/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/c1/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/94/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:d29449ef033c2009bba9e72db7dd853210a588bf8a8af520a99aeb60b74fe164_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/09/1f/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e_recipe_qa.tar.zst\nDEBUG: Testing URL file://25/05/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e_create_spdx.tar.zst\nDEBUG: For url file://35/a5/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/a5/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3A35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0_packagedata.tar.zst;downloadfilename=35/a5/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0_packagedata.tar.zst\nDEBUG: For url file://fe/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/7b/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A11%3Afe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73_recipe_qa.tar.zst;downloadfilename=fe/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73_recipe_qa.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst: HTTP Error 404: Not Found\nDEBUG: For url ['file', '', 'dc/c3/sstate:libxml2-native::2.11.5:r0::11:dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/b1/3e/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5_create_spdx.tar.zst\nDEBUG: For url file://16/1b/sstate:mkfontscale::1.2.2:r0::11:161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/1b/sstate%3Amkfontscale%3A%3A1.2.2%3Ar0%3A%3A11%3A161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a_populate_lic.tar.zst;downloadfilename=16/1b/sstate:mkfontscale::1.2.2:r0::11:161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/46/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/b4/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8b/c1/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c4/56/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61_recipe_qa.tar.zst\nDEBUG: Searching for universal/09/1f/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '25/05/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://39/ff/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8_packagedata.tar.zst\nDEBUG: For url file://dc/c3/sstate:libxml2-native::2.11.5:r0::11:dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/c3/sstate%3Alibxml2-native%3A%3A2.11.5%3Ar0%3A%3A11%3Adcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60_populate_lic.tar.zst;downloadfilename=dc/c3/sstate:libxml2-native::2.11.5:r0::11:dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60_populate_lic.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst (FetchError(\"URL doesn't work\", 'file://fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://fb/d5/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fbd5f42b8afaa7744c11769a8802d7fe505296b36222a7ff4bbf4d1e05d432ad_deploy_source_date_epoch.tar.zst'. URL doesn't work\n\nDEBUG: SState: Successful fetch test for file://4b/03/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:4b03bdb70ef0f2d755d3489f77d50a547204a1782a5a1f8ecd2b54cf706345d2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://32/8e/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:328e2fb3b9900f7371923e7b8220c4815e9581b41abd60ea8af3afab15726b7b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/7e/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cf/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32_create_spdx.tar.zst\nDEBUG: Searching for cb/b4/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8b/c1/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872_create_spdx.tar.zst\nDEBUG: Searching for c4/56/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/09/1f/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e_recipe_qa.tar.zst\nDEBUG: For url file://25/05/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/05/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A11%3A2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e_create_spdx.tar.zst;downloadfilename=25/05/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c3/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/03/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/53/c7/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/df/d4/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2_populate_sysroot.tar.zst\nDEBUG: Searching for cb/7e/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/cf/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cb/b4/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8b/c1/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872_create_spdx.tar.zst\nDEBUG: Using  for c4/56/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/09/1f/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e_recipe_qa.tar.zst\nDEBUG: Searching for universal/c3/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://35/a5/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73_recipe_qa.tar.zst\nDEBUG: Searching for a6/03/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/53/c7/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://16/1b/sstate:mkfontscale::1.2.2:r0::11:161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a_populate_lic.tar.zst\nDEBUG: Searching for universal/df/d4/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cb/7e/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/cf/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32_create_spdx.tar.zst\nDEBUG: Testing URL file://cb/b4/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '8b/c1/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c4/56/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/09/1f/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c3/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/72/69/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/c3/sstate:libxml2-native::2.11.5:r0::11:dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://72/7f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534_create_runtime_spdx.tar.zst\nDEBUG: Using  for a6/03/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035_package.tar.zst\nDEBUG: Using  for universal/53/c7/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://35/bc/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6_recipe_qa.tar.zst\nDEBUG: Using  for universal/df/d4/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cb/7e/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/cf/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cb/b4/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8b/c1/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/c1/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A11%3A8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872_create_spdx.tar.zst;downloadfilename=8b/c1/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c4/56/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/09/1f/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/09/1f/sstate%3Ancurses-native%3Ax86_64-linux%3A6.4%3Ar0%3Ax86_64%3A11%3A091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e_recipe_qa.tar.zst;downloadfilename=universal/09/1f/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/c3/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/72/69/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://16/d7/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 72/7f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a6/03/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035_package.tar.zst\nDEBUG: Testing URL file://universal/53/c7/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 35/bc/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/df/d4/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'cb/7e/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/cf/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cb/b4/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/b4/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3Acbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc_create_runtime_spdx.tar.zst;downloadfilename=cb/b4/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc_create_runtime_spdx.tar.zst\nDEBUG: For url file://c4/56/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/56/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.30.2%3Ar0%3Acore2-64%3A11%3Ac456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61_recipe_qa.tar.zst;downloadfilename=c4/56/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://25/05/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c3/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/72/69/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310_recipe_qa.tar.zst\nDEBUG: Searching for 16/d7/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 72/7f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a6/03/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/53/c7/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 35/bc/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/df/d4/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cb/7e/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/7e/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.1%3Ar0%3Acore2-64%3A11%3Acb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19_deploy_source_date_epoch.tar.zst;downloadfilename=cb/7e/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/cf/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cf/f8/sstate%3Apixman-native%3Ax86_64-linux%3A0.42.2%3Ar0%3Ax86_64%3A11%3Acff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32_create_spdx.tar.zst;downloadfilename=universal/cf/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/a9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4_populate_sysroot.tar.zst\nDEBUG: For url file://universal/c3/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c3/80/sstate%3Alibpng-native%3Ax86_64-linux%3A1.6.41%3Ar0%3Ax86_64%3A11%3Ac3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8_create_runtime_spdx.tar.zst;downloadfilename=universal/c3/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/0f/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/c1/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/72/69/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/09/1f/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e_recipe_qa.tar.zst\nDEBUG: Using  for 16/d7/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://72/7f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534_create_runtime_spdx.tar.zst\nDEBUG: For url file://a6/03/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/03/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A11%3Aa6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035_package.tar.zst;downloadfilename=a6/03/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035_package.tar.zst\nDEBUG: For url file://universal/53/c7/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/c7/sstate%3Apkgconfig-native%3Ax86_64-linux%3A0.29.2%2Bgit%3Ar0%3Ax86_64%3A11%3A53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/53/c7/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://35/bc/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6_recipe_qa.tar.zst\nDEBUG: For url file://universal/df/d4/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/df/d4/sstate%3Adesktop-file-utils-native%3Ax86_64-linux%3A0.27%3Ar0%3Ax86_64%3A11%3Adfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2_populate_sysroot.tar.zst;downloadfilename=universal/df/d4/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2_populate_sysroot.tar.zst\nDEBUG: Searching for eb/a9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2e/84/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/56/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://07/58/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/72/69/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8a/0a/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4_package_qa.tar.zst\nDEBUG: Testing URL file://16/d7/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '72/7f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '35/bc/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for eb/a9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4_populate_sysroot.tar.zst\nDEBUG: Searching for 2e/84/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cb/7e/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:cb7e0b0d72439a329547f3305f7ba274b60c00af400c6acfcbbaac4fdddbdc19_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cf/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/19/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5_create_runtime_spdx.tar.zst\nDEBUG: Searching for 07/58/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/72/69/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/69/sstate%3Azstd-native%3Ax86_64-linux%3A1.5.5%3Ar0%3Ax86_64%3A11%3A726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310_recipe_qa.tar.zst;downloadfilename=universal/72/69/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c3/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8a/0a/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '16/d7/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://72/7f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/7f/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534_create_runtime_spdx.tar.zst;downloadfilename=72/7f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534_create_runtime_spdx.tar.zst\nDEBUG: For url file://35/bc/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/bc/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A11%3A35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6_recipe_qa.tar.zst;downloadfilename=35/bc/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6_recipe_qa.tar.zst\nDEBUG: Testing URL file://eb/a9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4_populate_sysroot.tar.zst\nDEBUG: Using  for 2e/84/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/96/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/95/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628_packagedata.tar.zst\nDEBUG: Searching for 5d/19/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 07/58/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/ba/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8a/0a/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/03/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a6033b0eab03419d734b816131e172ea7839c8a28f883008f38be0f6573e2035_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/c7/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:53c72d49491169e28e36cc6f7eb8c69fdb85834d6769fdb2b8fbba6164c1240a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://16/d7/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/d7/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff_deploy_source_date_epoch.tar.zst;downloadfilename=16/d7/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/df/d4/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'eb/a9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2e/84/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520_create_runtime_spdx.tar.zst\nDEBUG: Searching for fe/96/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e1/95/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5d/19/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://07/58/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25_package_qa.tar.zst\nDEBUG: Searching for 3f/ba/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8a/0a/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://64/38/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/5d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/72/69/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b6/69/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858_recipe_qa.tar.zst\nDEBUG: For url file://eb/a9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/a9/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.13%3Ar0%3Acore2-64%3A11%3Aeba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4_populate_sysroot.tar.zst;downloadfilename=eb/a9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2e/84/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fe/96/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e1/95/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628_packagedata.tar.zst\nDEBUG: Testing URL file://5d/19/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '07/58/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3f/ba/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8a/0a/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://72/7f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534_create_runtime_spdx.tar.zst\nDEBUG: Searching for 64/38/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c8/5d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://35/bc/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://89/b8/sstate:python3-zipp-native::3.17.0:r0::11:89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016_populate_lic.tar.zst\nDEBUG: Searching for universal/b6/69/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2e/84/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/84/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A11%3A2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520_create_runtime_spdx.tar.zst;downloadfilename=2e/84/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://fe/96/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e1/95/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628_packagedata.tar.zst\nDEBUG: For url ['file', '', '5d/19/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://07/58/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/58/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25_package_qa.tar.zst;downloadfilename=07/58/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25_package_qa.tar.zst\nDEBUG: Testing URL file://3f/ba/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8a/0a/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/0a/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.20.13%3Ar0%3Acore2-64%3A11%3A8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4_package_qa.tar.zst;downloadfilename=8a/0a/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/4d/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772_populate_sysroot.tar.zst\nDEBUG: Using  for 64/38/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c8/5d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/95/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445_populate_sysroot.tar.zst\nDEBUG: Searching for 89/b8/sstate:python3-zipp-native::3.17.0:r0::11:89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/b6/69/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://16/d7/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:16d72cd341860e526e2324327900daa2106c56e8a1cb4ea191e5e764cb3753ff_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fe/96/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e1/95/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5d/19/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/19/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.2%2Bgit%3Ar0%3Acore2-64%3A11%3A5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5_create_runtime_spdx.tar.zst;downloadfilename=5d/19/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/ba/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8c/4d/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://64/38/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/a9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:eba9502fb0f502f0ee3cb60395c6303a67f9b93f011b3a0e69d035353649f3e4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c8/5d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967_recipe_qa.tar.zst\nDEBUG: Searching for universal/62/95/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 89/b8/sstate:python3-zipp-native::3.17.0:r0::11:89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/b6/69/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f9/09/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c_recipe_qa.tar.zst\nDEBUG: For url file://fe/96/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/96/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3Afe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5_deploy_source_date_epoch.tar.zst;downloadfilename=fe/96/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e1/95/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/95/sstate%3Awireless-regdb%3Aall-poky-linux%3A2023.09.01%3Ar0%3Aallarch%3A11%3Ae19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628_packagedata.tar.zst;downloadfilename=e1/95/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628_packagedata.tar.zst\nDEBUG: For url file://3f/ba/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/ba/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A11%3A3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a_deploy_source_date_epoch.tar.zst;downloadfilename=3f/ba/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8c/4d/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '64/38/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/42/4d/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c8/5d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/62/95/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445_populate_sysroot.tar.zst\nDEBUG: Testing URL file://89/b8/sstate:python3-zipp-native::3.17.0:r0::11:89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/b6/69/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/f9/09/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://07/58/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25_package_qa.tar.zst\nDEBUG: Testing URL file://8c/4d/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/0a/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4_package_qa.tar.zst\nDEBUG: For url file://64/38/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/38/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20231127%2Bgit%3Ar0%3Acore2-64%3A11%3A64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817_deploy_source_date_epoch.tar.zst;downloadfilename=64/38/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/42/4d/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c8/5d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/5d/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A11%3Ac85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967_recipe_qa.tar.zst;downloadfilename=c8/5d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/62/95/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '89/b8/sstate:python3-zipp-native::3.17.0:r0::11:89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b6/69/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/69/sstate%3Aautoconf-archive-native%3Ax86_64-linux%3A2023.02.20%3Ar0%3Ax86_64%3A11%3Ab66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858_recipe_qa.tar.zst;downloadfilename=universal/b6/69/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858_recipe_qa.tar.zst\nDEBUG: Using  for universal/f9/09/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/54/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8c/4d/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/b9/16/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/42/4d/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/96/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:fe9646e6b1a8af607dc67f4764cfc241fec0bd53242e8a3145337d60e39d03b5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/62/95/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://89/b8/sstate:python3-zipp-native::3.17.0:r0::11:89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/b8/sstate%3Apython3-zipp-native%3A%3A3.17.0%3Ar0%3A%3A11%3A89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016_populate_lic.tar.zst;downloadfilename=89/b8/sstate:python3-zipp-native::3.17.0:r0::11:89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/95/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/ba/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3fbafd94ed66fe22aa7c0a64588939c5af220d9d9c7b474575090cdbacd4f91a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/f9/09/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c_recipe_qa.tar.zst\nDEBUG: Searching for e2/54/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://8c/4d/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/4d/sstate%3Anpth%3Acore2-64-poky-linux%3A1.6%3Ar0%3Acore2-64%3A11%3A8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772_populate_sysroot.tar.zst;downloadfilename=8c/4d/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772_populate_sysroot.tar.zst\nDEBUG: Searching for universal/b9/16/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/42/4d/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://24/77/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01_package.tar.zst\nDEBUG: For url file://universal/62/95/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/95/sstate%3Across-localedef-native%3Ax86_64-linux%3A2.38%2Bgit%3Ar0%3Ax86_64%3A11%3A62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445_populate_sysroot.tar.zst;downloadfilename=universal/62/95/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bc/de/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://64/38/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:64382ddbd9aad253ad000b8625f28bb643045377a6c2f862c6932d6403486817_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d9/b2/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/f9/09/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e2/54/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31_populate_sysroot.tar.zst\nDEBUG: Using  for universal/b9/16/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/42/4d/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 24/77/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cb/b4/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/5d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967_recipe_qa.tar.zst\nDEBUG: Searching for universal/bc/de/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/b6/69/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:b66997133c25148498f0729b02584bb9f2cecc530fabd045a6f67a077f16f858_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://21/39/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e_packagedata.tar.zst\nDEBUG: Searching for universal/d9/b2/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/f9/09/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f9/09/sstate%3Apython3-tomli-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A11%3Af90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c_recipe_qa.tar.zst;downloadfilename=universal/f9/09/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c_recipe_qa.tar.zst\nDEBUG: Testing URL file://e2/54/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/b9/16/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/42/4d/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/42/4d/sstate%3Azlib-native%3Ax86_64-linux%3A1.3%3Ar0%3Ax86_64%3A11%3A424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d_populate_sysroot.tar.zst;downloadfilename=universal/42/4d/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d_populate_sysroot.tar.zst\nDEBUG: Using  for 24/77/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01_package.tar.zst\nDEBUG: SState: Successful fetch test for file://89/b8/sstate:python3-zipp-native::3.17.0:r0::11:89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/61/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae_package.tar.zst\nDEBUG: SState: Attempting to fetch file://49/7f/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e_package_write_rpm.tar.zst\nDEBUG: Using  for universal/bc/de/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/57/e5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 21/39/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/d9/b2/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e2/54/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/b9/16/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://8c/4d/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:8c4d977167de6e75377e2ddfa5a16cc90007e7ba3d5fc596af4a30c05b421772_populate_sysroot.tar.zst\nDEBUG: Testing URL file://24/77/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/d0/sstate:libedit::20230828-3.1:r0::11:f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/95/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445_populate_sysroot.tar.zst\nDEBUG: Searching for 3e/61/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 49/7f/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/bc/de/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/57/e5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 21/39/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e_packagedata.tar.zst\nDEBUG: Testing URL file://universal/d9/b2/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e2/54/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/54/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ae2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31_populate_sysroot.tar.zst;downloadfilename=e2/54/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31_populate_sysroot.tar.zst\nDEBUG: For url file://universal/b9/16/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b9/16/sstate%3Alibffi-native%3Ax86_64-linux%3A3.4.4%3Ar0%3Ax86_64%3A11%3Ab916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b9/16/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/43/37/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '24/77/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f4/d0/sstate:libedit::20230828-3.1:r0::11:f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f0/f8/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c_package_write_rpm.tar.zst\nDEBUG: Using  for 3e/61/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae_package.tar.zst\nDEBUG: Using  for 49/7f/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/bc/de/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/57/e5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://21/39/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/d9/b2/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/43/37/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/f9/09/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c_recipe_qa.tar.zst\nDEBUG: For url file://24/77/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/77/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01_package.tar.zst;downloadfilename=24/77/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/42/4d/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d_populate_sysroot.tar.zst\nDEBUG: Using  for f4/d0/sstate:libedit::20230828-3.1:r0::11:f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a_populate_lic.tar.zst\nDEBUG: Searching for f0/f8/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3e/61/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae_package.tar.zst\nDEBUG: Testing URL file://49/7f/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e_package_write_rpm.tar.zst\nDEBUG: For url file://universal/bc/de/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bc/de/sstate%3Adbus-native%3Ax86_64-linux%3A1.14.10%3Ar0%3Ax86_64%3A11%3Abcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018_deploy_source_date_epoch.tar.zst;downloadfilename=universal/bc/de/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/57/e5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '21/39/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d9/b2/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d9/b2/sstate%3Aglib-2.0-native%3Ax86_64-linux%3A2.78.3%3Ar0%3Ax86_64%3A11%3Ad9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d9/b2/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/43/37/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f0/04/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/8d/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f4/d0/sstate:libedit::20230828-3.1:r0::11:f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a_populate_lic.tar.zst\nDEBUG: Using  for f0/f8/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3e/61/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/7f/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/57/e5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/b9/16/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b916da034770c8a3a213d3999cc7261b8875fd31e652cb16f26eca7de5eb8a4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/54/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:e2547bce5855529e6e2f509fa057e01ba361860c82351655ddfc2dd951d23e31_populate_sysroot.tar.zst\nDEBUG: For url file://21/39/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/39/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e_packagedata.tar.zst;downloadfilename=21/39/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e_packagedata.tar.zst\nDEBUG: Testing URL file://universal/43/37/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669_populate_sysroot.tar.zst\nDEBUG: Searching for universal/f0/04/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ab/8d/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f4/d0/sstate:libedit::20230828-3.1:r0::11:f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f0/f8/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c_package_write_rpm.tar.zst\nDEBUG: For url file://3e/61/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/61/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A11%3A3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae_package.tar.zst;downloadfilename=3e/61/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae_package.tar.zst\nDEBUG: For url file://49/7f/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/7f/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.0.1%3Ar0%3Acore2-64%3A11%3A497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e_package_write_rpm.tar.zst;downloadfilename=49/7f/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e_package_write_rpm.tar.zst\nDEBUG: For url file://universal/57/e5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/57/e5/sstate%3Apatch-native%3Ax86_64-linux%3A2.7.6%3Ar0%3Ax86_64%3A11%3A57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/57/e5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/1f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/93/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://24/77/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:24771e5a8d04128b2a3b9fb0ba06f6f4e0d7917f2c3087e352cf468c6a338d01_package.tar.zst\nDEBUG: For url ['file', '', 'universal/43/37/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f0/04/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ab/8d/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a_package_write_rpm.tar.zst\nDEBUG: For url file://f4/d0/sstate:libedit::20230828-3.1:r0::11:f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/d0/sstate%3Alibedit%3A%3A20230828-3.1%3Ar0%3A%3A11%3Af4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a_populate_lic.tar.zst;downloadfilename=f4/d0/sstate:libedit::20230828-3.1:r0::11:f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f0/f8/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/bc/de/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:bcdee45153f1bacb1c6c587fd7e685bcc2da5a5674c79d8f566b440b0eb5f018_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2e/1f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a5/93/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/d9/b2/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d9b212a2898357bd1d5ff4e7b19b88465573001c699bd4a9887a08819d5cdec0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/84/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://db/29/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094_populate_sysroot.tar.zst\nDEBUG: For url file://universal/43/37/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/43/37/sstate%3Alibxdamage-native%3Ax86_64-linux%3A1.1.6%3Ar0%3Ax86_64%3A11%3A43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669_populate_sysroot.tar.zst;downloadfilename=universal/43/37/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/f0/04/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ab/8d/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a_package_write_rpm.tar.zst\nDEBUG: For url file://f0/f8/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/f8/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3Af0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c_package_write_rpm.tar.zst;downloadfilename=f0/f8/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://21/39/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/fd/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b_recipe_qa.tar.zst\nDEBUG: Using  for 2e/1f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961_package_qa.tar.zst\nDEBUG: Using  for a5/93/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/14/ee/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/d8/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248_packagedata.tar.zst\nDEBUG: Searching for db/29/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://49/7f/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/f0/04/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ab/8d/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3e/61/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:3e612ea21fb04871e6c967c6455ea676e07411fafb8d6516c3a156751f1424ae_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/57/e5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:57e53245ecb3a8c9d3ac27e82deb5782090a8a3569f91b3fd00d5b607ece8ce3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://26/80/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5_packagedata.tar.zst\nDEBUG: Searching for 0c/fd/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f4/d0/sstate:libedit::20230828-3.1:r0::11:f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/19/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2e/1f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961_package_qa.tar.zst\nDEBUG: Testing URL file://a5/93/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa_package_write_rpm.tar.zst\nDEBUG: Searching for universal/14/ee/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8e/d8/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for db/29/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/b2/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4_create_spdx.tar.zst\nDEBUG: For url file://universal/f0/04/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f0/04/sstate%3Agettext-minimal-native%3Ax86_64-linux%3A0.22.4%3Ar0%3Ax86_64%3A11%3Af004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f0/04/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ab/8d/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/8d/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A11%3Aab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a_package_write_rpm.tar.zst;downloadfilename=ab/8d/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/89/2b/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://12/88/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632_packagedata.tar.zst\nDEBUG: Searching for 26/80/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0c/fd/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/3b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e3/e2/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2e/1f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a5/93/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/14/ee/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447_recipe_qa.tar.zst\nDEBUG: Using  for 8e/d8/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248_packagedata.tar.zst\nDEBUG: Testing URL file://db/29/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094_populate_sysroot.tar.zst\nDEBUG: Searching for f6/b2/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/89/2b/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/43/37/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669_populate_sysroot.tar.zst\nDEBUG: Searching for 12/88/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f0/f8/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c_package_write_rpm.tar.zst\nDEBUG: Using  for 26/80/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5_packagedata.tar.zst\nDEBUG: Testing URL file://0c/fd/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b_recipe_qa.tar.zst\nDEBUG: Searching for e9/3b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/e3/e2/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2e/1f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/1f/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A11%3A2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961_package_qa.tar.zst;downloadfilename=2e/1f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961_package_qa.tar.zst\nDEBUG: For url file://a5/93/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/93/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A11%3Aa593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa_package_write_rpm.tar.zst;downloadfilename=a5/93/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/14/ee/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447_recipe_qa.tar.zst\nDEBUG: Testing URL file://8e/d8/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248_packagedata.tar.zst\nDEBUG: For url ['file', '', 'db/29/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f6/b2/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4_create_spdx.tar.zst\nDEBUG: Using  for universal/89/2b/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://50/9b/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2_packagedata.tar.zst\nDEBUG: Using  for 12/88/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/6b/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66_create_spdx.tar.zst\nDEBUG: Testing URL file://26/80/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5_packagedata.tar.zst\nDEBUG: For url ['file', '', '0c/fd/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e9/3b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a_package.tar.zst\nDEBUG: Using  for universal/e3/e2/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/14/ee/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8e/d8/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/f0/04/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:f004694361a8672275a58053130c184740db16f07ea714843ae7ec28f4a2530b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://db/29/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/29/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A11%3Adb290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094_populate_sysroot.tar.zst;downloadfilename=db/29/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f6/b2/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/89/2b/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/8d/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a_package_write_rpm.tar.zst\nDEBUG: Searching for 50/9b/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://12/88/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632_packagedata.tar.zst\nDEBUG: Searching for ee/6b/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '26/80/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0c/fd/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/fd/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A11%3A0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b_recipe_qa.tar.zst;downloadfilename=0c/fd/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b_recipe_qa.tar.zst\nDEBUG: Testing URL file://e9/3b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a_package.tar.zst\nDEBUG: Testing URL file://universal/e3/e2/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66_recipe_qa.tar.zst\nDEBUG: For url file://universal/14/ee/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/14/ee/sstate%3Aintltool-native%3Ax86_64-linux%3A0.51.0%3Ar0%3Ax86_64%3A11%3A14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447_recipe_qa.tar.zst;downloadfilename=universal/14/ee/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447_recipe_qa.tar.zst\nDEBUG: For url file://8e/d8/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/d8/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3A8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248_packagedata.tar.zst;downloadfilename=8e/d8/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/55/sstate:libglu::9.0.3:r0::11:a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f6/b2/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/89/2b/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://4c/68/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf_package.tar.zst\nDEBUG: Using  for 50/9b/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2_packagedata.tar.zst\nDEBUG: For url ['file', '', '12/88/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ee/6b/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66_create_spdx.tar.zst\nDEBUG: For url file://26/80/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/80/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A11%3A2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5_packagedata.tar.zst;downloadfilename=26/80/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/1f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e9/3b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e3/e2/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a5/93/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa_package_write_rpm.tar.zst\nDEBUG: Searching for a7/55/sstate:libglu::9.0.3:r0::11:a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f6/b2/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/b2/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A11%3Af6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4_create_spdx.tar.zst;downloadfilename=f6/b2/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4_create_spdx.tar.zst\nDEBUG: For url file://universal/89/2b/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/89/2b/sstate%3Alibfontenc-native%3Ax86_64-linux%3A1.1.7%3Ar0%3Ax86_64%3A11%3A892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208_create_spdx.tar.zst;downloadfilename=universal/89/2b/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208_create_spdx.tar.zst\nDEBUG: Searching for 4c/68/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://50/9b/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2_packagedata.tar.zst\nDEBUG: For url file://12/88/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/88/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.78.1%3Ar0%3Acore2-64%3A11%3A12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632_packagedata.tar.zst;downloadfilename=12/88/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632_packagedata.tar.zst\nDEBUG: Testing URL file://ee/6b/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/0c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb_recipe_qa.tar.zst\nDEBUG: For url file://e9/3b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/3b/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3Ae93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a_package.tar.zst;downloadfilename=e9/3b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/fd/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b_recipe_qa.tar.zst\nDEBUG: For url file://universal/e3/e2/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/e2/sstate%3Alibgpg-error-native%3Ax86_64-linux%3A1.47%3Ar0%3Ax86_64%3A11%3Ae3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66_recipe_qa.tar.zst;downloadfilename=universal/e3/e2/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://87/18/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49_package_write_rpm.tar.zst\nDEBUG: Using  for a7/55/sstate:libglu::9.0.3:r0::11:a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6_populate_lic.tar.zst\nDEBUG: Using  for 4c/68/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf_package.tar.zst\nDEBUG: SState: Successful fetch test for file://db/29/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:db290d29c01abb890b1042e3e3ba49170efffbead767b5dd6ee0df37dde71094_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/14/ee/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '50/9b/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://8e/d8/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ee/6b/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://26/80/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5_packagedata.tar.zst\nDEBUG: Searching for d2/0c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://6a/c6/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e_package.tar.zst\nDEBUG: Searching for 87/18/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a7/55/sstate:libglu::9.0.3:r0::11:a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/89/2b/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208_create_spdx.tar.zst\nDEBUG: Testing URL file://4c/68/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://67/05/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/06/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e_create_spdx.tar.zst\nDEBUG: For url file://50/9b/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/9b/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A11%3A509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2_packagedata.tar.zst;downloadfilename=50/9b/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://14/00/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38_recipe_qa.tar.zst\nDEBUG: For url file://ee/6b/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/6b/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A11%3Aee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66_create_spdx.tar.zst;downloadfilename=ee/6b/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/c9/sstate:python3-installer-native::0.7.0:r0::11:bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075_populate_lic.tar.zst\nDEBUG: Using  for d2/0c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb_recipe_qa.tar.zst\nDEBUG: Searching for 6a/c6/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 87/18/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a7/55/sstate:libglu::9.0.3:r0::11:a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d8/55/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4_packagedata.tar.zst\nDEBUG: For url ['file', '', '4c/68/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://12/88/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632_packagedata.tar.zst\nDEBUG: Searching for 67/05/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for aa/06/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 14/00/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e9/3b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:e93bce1f5ca9ae463cae650c005bc84bb67405bdca51779967750cb9d229759a_package.tar.zst\nDEBUG: Searching for ba/c9/sstate:python3-installer-native::0.7.0:r0::11:bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/e3/e2/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66_recipe_qa.tar.zst\nDEBUG: Testing URL file://d2/0c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb_recipe_qa.tar.zst\nDEBUG: Using  for 6a/c6/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e_package.tar.zst\nDEBUG: Testing URL file://87/18/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49_package_write_rpm.tar.zst\nDEBUG: For url file://a7/55/sstate:libglu::9.0.3:r0::11:a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/55/sstate%3Alibglu%3A%3A9.0.3%3Ar0%3A%3A11%3Aa755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6_populate_lic.tar.zst;downloadfilename=a7/55/sstate:libglu::9.0.3:r0::11:a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6_populate_lic.tar.zst\nDEBUG: Searching for d8/55/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://4c/68/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/68/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf_package.tar.zst;downloadfilename=4c/68/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/d7/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb_populate_sysroot.tar.zst\nDEBUG: Using  for 67/05/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57_packagedata.tar.zst\nDEBUG: Using  for aa/06/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e_create_spdx.tar.zst\nDEBUG: Using  for 14/00/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://81/9d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846_package_write_rpm.tar.zst\nDEBUG: Using  for ba/c9/sstate:python3-installer-native::0.7.0:r0::11:bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://21/a8/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd2/0c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6a/c6/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e_package.tar.zst\nDEBUG: For url ['file', '', '87/18/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d8/55/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://50/9b/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2_packagedata.tar.zst\nDEBUG: Searching for 4c/d7/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://67/05/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57_packagedata.tar.zst\nDEBUG: Testing URL file://aa/06/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e_create_spdx.tar.zst\nDEBUG: Testing URL file://14/00/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38_recipe_qa.tar.zst\nDEBUG: Searching for 81/9d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ba/c9/sstate:python3-installer-native::0.7.0:r0::11:bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075_populate_lic.tar.zst\nDEBUG: Searching for 21/a8/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d2/0c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/0c/sstate%3Altp%3Acore2-64-poky-linux%3A20230929%3Ar0%3Acore2-64%3A11%3Ad20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb_recipe_qa.tar.zst;downloadfilename=d2/0c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6a/c6/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://87/18/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/18/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A11%3A8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49_package_write_rpm.tar.zst;downloadfilename=87/18/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d8/55/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/f3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4c/d7/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '67/05/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'aa/06/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '14/00/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 81/9d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ba/c9/sstate:python3-installer-native::0.7.0:r0::11:bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 21/a8/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a_populate_sysroot.tar.zst\nDEBUG: For url file://6a/c6/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/c6/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3A6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e_package.tar.zst;downloadfilename=6a/c6/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e_package.tar.zst\nDEBUG: For url ['file', '', 'd8/55/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a7/55/sstate:libglu::9.0.3:r0::11:a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6_populate_lic.tar.zst\nDEBUG: Searching for f0/f3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4c/d7/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/68/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4c68df0606d9b520b534fdf20ce16d8677dab1feb6294206101784512a93f0bf_package.tar.zst\nDEBUG: For url file://67/05/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/05/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A23.2%3Ar0%3Acore2-64%3A11%3A67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57_packagedata.tar.zst;downloadfilename=67/05/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57_packagedata.tar.zst\nDEBUG: For url file://aa/06/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/06/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A11%3Aaa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e_create_spdx.tar.zst;downloadfilename=aa/06/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e_create_spdx.tar.zst\nDEBUG: For url file://14/00/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/00/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A11%3A1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38_recipe_qa.tar.zst;downloadfilename=14/00/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38_recipe_qa.tar.zst\nDEBUG: Testing URL file://81/9d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846_package_write_rpm.tar.zst\nDEBUG: For url file://ba/c9/sstate:python3-installer-native::0.7.0:r0::11:bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/c9/sstate%3Apython3-installer-native%3A%3A0.7.0%3Ar0%3A%3A11%3Abac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075_populate_lic.tar.zst;downloadfilename=ba/c9/sstate:python3-installer-native::0.7.0:r0::11:bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075_populate_lic.tar.zst\nDEBUG: Testing URL file://21/a8/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a_populate_sysroot.tar.zst\nDEBUG: For url file://d8/55/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/55/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A11%3Ad855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4_packagedata.tar.zst;downloadfilename=d8/55/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://df/76/sstate:alsa-lib-native::1.2.10:r0::11:df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2_populate_lic.tar.zst\nDEBUG: Using  for f0/f3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '4c/d7/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2a/71/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '81/9d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d2/0c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '21/a8/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://87/18/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49_package_write_rpm.tar.zst\nDEBUG: Searching for df/76/sstate:alsa-lib-native::1.2.10:r0::11:df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f0/f3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/c6/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:6ac665645ee6361366d0cc00302f0ab8d469b1e4c9ee51f6fafa81d194235a8e_package.tar.zst\nDEBUG: For url file://4c/d7/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/d7/sstate%3Aboost%3Acore2-64-poky-linux%3A1.83.0%3Ar0%3Acore2-64%3A11%3A4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb_populate_sysroot.tar.zst;downloadfilename=4c/d7/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb_populate_sysroot.tar.zst\nDEBUG: Searching for 2a/71/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://81/9d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/9d/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.30.0%3Ar0%3Acore2-64%3A11%3A819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846_package_write_rpm.tar.zst;downloadfilename=81/9d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://58/4e/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5_package_qa.tar.zst\nDEBUG: For url file://21/a8/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/a8/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A11%3A21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a_populate_sysroot.tar.zst;downloadfilename=21/a8/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://21/dc/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for df/76/sstate:alsa-lib-native::1.2.10:r0::11:df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f0/f3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7b/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f_package_write_rpm.tar.zst\nDEBUG: Using  for 2a/71/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://67/05/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57_packagedata.tar.zst\nDEBUG: Searching for 58/4e/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ba/c9/sstate:python3-installer-native::0.7.0:r0::11:bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/55/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4_packagedata.tar.zst\nDEBUG: Searching for 21/dc/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://14/00/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38_recipe_qa.tar.zst\nDEBUG: Testing URL file://df/76/sstate:alsa-lib-native::1.2.10:r0::11:df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2_populate_lic.tar.zst\nDEBUG: For url file://f0/f3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/f3/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A11%3Af0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1_create_runtime_spdx.tar.zst;downloadfilename=f0/f3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 7b/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2a/71/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/51/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9_packagedata.tar.zst\nDEBUG: Using  for 58/4e/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://73/e7/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/a2/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3_package_qa.tar.zst\nDEBUG: Using  for 21/dc/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/93/c6/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'df/76/sstate:alsa-lib-native::1.2.10:r0::11:df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7b/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2a/71/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://81/9d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846_package_write_rpm.tar.zst\nDEBUG: Searching for ff/51/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://58/4e/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5_package_qa.tar.zst\nDEBUG: Searching for 73/e7/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b5/a2/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://21/dc/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/93/c6/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4c/d7/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:4cd7216f01c77f42e9b65ebfd99bfbf11c0ecb85c26e2a197d03a1d5bfd596eb_populate_sysroot.tar.zst\nDEBUG: For url file://df/76/sstate:alsa-lib-native::1.2.10:r0::11:df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/76/sstate%3Aalsa-lib-native%3A%3A1.2.10%3Ar0%3A%3A11%3Adf76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2_populate_lic.tar.zst;downloadfilename=df/76/sstate:alsa-lib-native::1.2.10:r0::11:df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2_populate_lic.tar.zst\nDEBUG: Testing URL file://7b/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f_package_write_rpm.tar.zst\nDEBUG: For url file://2a/71/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/71/sstate%3Agdb%3Acore2-64-poky-linux%3A14.1%3Ar0%3Acore2-64%3A11%3A2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850_create_runtime_spdx.tar.zst;downloadfilename=2a/71/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/78/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://21/a8/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:21a8f94deaac70fd5ee13f784ddfc3f2d4b1677d14cce9146d22515626f7f48a_populate_sysroot.tar.zst\nDEBUG: Using  for ff/51/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9_packagedata.tar.zst\nDEBUG: For url ['file', '', '58/4e/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 73/e7/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb_recipe_qa.tar.zst\nDEBUG: Using  for b5/a2/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3_package_qa.tar.zst\nDEBUG: For url ['file', '', '21/dc/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/93/c6/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://56/79/sstate:connman-gnome::0.7:r0::11:5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7b/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c1/78/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f6/a0/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ff/51/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/f3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1_create_runtime_spdx.tar.zst\nDEBUG: For url file://58/4e/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/4e/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3%3Ar0%3Acore2-64%3A11%3A584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5_package_qa.tar.zst;downloadfilename=58/4e/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5_package_qa.tar.zst\nDEBUG: Testing URL file://73/e7/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb_recipe_qa.tar.zst\nDEBUG: Testing URL file://b5/a2/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3_package_qa.tar.zst\nDEBUG: For url file://21/dc/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/dc/sstate%3Atzdata%3Aall-poky-linux%3A2023d%3Ar0%3Aallarch%3A11%3A21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651_deploy_source_date_epoch.tar.zst;downloadfilename=21/dc/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/93/c6/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046_create_runtime_spdx.tar.zst\nDEBUG: Searching for 56/79/sstate:connman-gnome::0.7:r0::11:5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://7b/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/7b/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A11%3A7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f_package_write_rpm.tar.zst;downloadfilename=7b/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f_package_write_rpm.tar.zst\nDEBUG: Using  for c1/78/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e_populate_sysroot.tar.zst\nDEBUG: Searching for f6/a0/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ff/51/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://55/23/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394_packagedata.tar.zst\nDEBUG: For url ['file', '', '73/e7/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b5/a2/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/93/c6/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://df/76/sstate:alsa-lib-native::1.2.10:r0::11:df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2_populate_lic.tar.zst\nDEBUG: Using  for 56/79/sstate:connman-gnome::0.7:r0::11:5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538_populate_lic.tar.zst\nDEBUG: Testing URL file://c1/78/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e_populate_sysroot.tar.zst\nDEBUG: Using  for f6/a0/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39_package_write_rpm.tar.zst\nDEBUG: For url file://ff/51/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/51/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A11%3Aff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9_packagedata.tar.zst;downloadfilename=ff/51/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9_packagedata.tar.zst\nDEBUG: Searching for 55/23/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://73/e7/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/e7/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A11%3A73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb_recipe_qa.tar.zst;downloadfilename=73/e7/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb_recipe_qa.tar.zst\nDEBUG: For url file://b5/a2/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/a2/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3Ab5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3_package_qa.tar.zst;downloadfilename=b5/a2/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3_package_qa.tar.zst\nDEBUG: For url file://universal/93/c6/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/c6/sstate%3Arust-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3A93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046_create_runtime_spdx.tar.zst;downloadfilename=universal/93/c6/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/f3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://56/79/sstate:connman-gnome::0.7:r0::11:5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c1/78/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f6/a0/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39_package_write_rpm.tar.zst\nDEBUG: Using  for 55/23/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394_packagedata.tar.zst\nDEBUG: Searching for 9c/f3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://21/dc/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:21dc85421f73329fca1c96adee34159a945b8125b702cab8003b36f6637a2651_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://58/4e/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5_package_qa.tar.zst\nDEBUG: For url ['file', '', '56/79/sstate:connman-gnome::0.7:r0::11:5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c1/78/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/78/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A11%3Ac178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e_populate_sysroot.tar.zst;downloadfilename=c1/78/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f6/a0/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://55/23/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394_packagedata.tar.zst\nDEBUG: Using  for 9c/f3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/ec/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2_gcc_stash_builddir.tar.zst\nDEBUG: SState: Attempting to fetch file://91/09/sstate:xz::5.4.5:r0::11:91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531_populate_lic.tar.zst\nDEBUG: For url file://56/79/sstate:connman-gnome::0.7:r0::11:5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/79/sstate%3Aconnman-gnome%3A%3A0.7%3Ar0%3A%3A11%3A5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538_populate_lic.tar.zst;downloadfilename=56/79/sstate:connman-gnome::0.7:r0::11:5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/51/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://56/6e/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2_package.tar.zst\nDEBUG: For url file://f6/a0/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/a0/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.6%3Ar0%3Acore2-64%3A11%3Af6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39_package_write_rpm.tar.zst;downloadfilename=f6/a0/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '55/23/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9c/f3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa_package_write_rpm.tar.zst\nDEBUG: Searching for universal/7e/ec/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2_gcc_stash_builddir.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 91/09/sstate:xz::5.4.5:r0::11:91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b5/a2/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/9a/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/93/c6/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046_create_runtime_spdx.tar.zst\nDEBUG: Searching for 56/6e/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://73/e7/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb_recipe_qa.tar.zst\nDEBUG: For url file://55/23/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/23/sstate%3Awayland%3Acore2-64-poky-linux%3A1.22.0%3Ar0%3Acore2-64%3A11%3A55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394_packagedata.tar.zst;downloadfilename=55/23/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394_packagedata.tar.zst\nDEBUG: For url ['file', '', '9c/f3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/7e/ec/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2_gcc_stash_builddir.tar.zst\nDEBUG: Using  for 91/09/sstate:xz::5.4.5:r0::11:91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/e1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71_create_spdx.tar.zst\nDEBUG: Searching for e3/9a/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://5e/aa/sstate:patch::2.7.6:r0::11:5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623_populate_lic.tar.zst\nDEBUG: Using  for 56/6e/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://55/ad/sstate:libffi-native::3.4.4:r0::11:55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0_populate_lic.tar.zst\nDEBUG: For url file://9c/f3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/f3/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A11%3A9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa_package_write_rpm.tar.zst;downloadfilename=9c/f3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/7e/ec/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2_gcc_stash_builddir.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/78/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c178cf643e3d7652dfd5072b2da2f0f741165acb7d3b7324b7679fb55891f91e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://91/09/sstate:xz::5.4.5:r0::11:91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531_populate_lic.tar.zst\nDEBUG: Searching for ce/e1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e3/9a/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669_recipe_qa.tar.zst\nDEBUG: Searching for 5e/aa/sstate:patch::2.7.6:r0::11:5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://56/6e/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2_package.tar.zst\nDEBUG: Searching for 55/ad/sstate:libffi-native::3.4.4:r0::11:55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/7e/ec/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2_gcc_stash_builddir.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://56/79/sstate:connman-gnome::0.7:r0::11:5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/a0/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://68/7c/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '91/09/sstate:xz::5.4.5:r0::11:91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ce/e1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71_create_spdx.tar.zst\nDEBUG: Testing URL file://e3/9a/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669_recipe_qa.tar.zst\nDEBUG: Using  for 5e/aa/sstate:patch::2.7.6:r0::11:5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623_populate_lic.tar.zst\nDEBUG: For url ['file', '', '56/6e/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 55/ad/sstate:libffi-native::3.4.4:r0::11:55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0_populate_lic.tar.zst\nDEBUG: For url file://universal/7e/ec/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2_gcc_stash_builddir.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/ec/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A13.2.0%3Ar0%3Ax86_64%3A11%3A7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2_gcc_stash_builddir.tar.zst;downloadfilename=universal/7e/ec/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2_gcc_stash_builddir.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/3e/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/35/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f_create_runtime_spdx.tar.zst\nDEBUG: Searching for 68/7c/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://91/09/sstate:xz::5.4.5:r0::11:91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/09/sstate%3Axz%3A%3A5.4.5%3Ar0%3A%3A11%3A91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531_populate_lic.tar.zst;downloadfilename=91/09/sstate:xz::5.4.5:r0::11:91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531_populate_lic.tar.zst\nDEBUG: Testing URL file://ce/e1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e3/9a/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5e/aa/sstate:patch::2.7.6:r0::11:5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623_populate_lic.tar.zst\nDEBUG: For url file://56/6e/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/6e/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2_package.tar.zst;downloadfilename=56/6e/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2_package.tar.zst\nDEBUG: Testing URL file://55/ad/sstate:libffi-native::3.4.4:r0::11:55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0_populate_lic.tar.zst\nDEBUG: Searching for a0/3e/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5c/35/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://55/23/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394_packagedata.tar.zst\nDEBUG: Using  for 68/7c/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/b2/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ce/e1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9c/f3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa_package_write_rpm.tar.zst\nDEBUG: For url file://e3/9a/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/9a/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.2%2Bgit%3Ar0%3Acore2-64%3A11%3Ae39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669_recipe_qa.tar.zst;downloadfilename=e3/9a/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5e/aa/sstate:patch::2.7.6:r0::11:5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '55/ad/sstate:libffi-native::3.4.4:r0::11:55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a0/3e/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235_package_write_rpm.tar.zst\nDEBUG: Using  for 5c/35/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://78/e2/sstate:libpcre::8.45:r0::11:78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331_populate_lic.tar.zst\nDEBUG: Testing URL file://68/7c/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/aa/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b_package.tar.zst\nDEBUG: For url file://ce/e1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/e1/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3Acee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71_create_spdx.tar.zst;downloadfilename=ce/e1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/23/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f_packagedata.tar.zst\nDEBUG: For url file://5e/aa/sstate:patch::2.7.6:r0::11:5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/aa/sstate%3Apatch%3A%3A2.7.6%3Ar0%3A%3A11%3A5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623_populate_lic.tar.zst;downloadfilename=5e/aa/sstate:patch::2.7.6:r0::11:5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623_populate_lic.tar.zst\nDEBUG: For url file://55/ad/sstate:libffi-native::3.4.4:r0::11:55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/ad/sstate%3Alibffi-native%3A%3A3.4.4%3Ar0%3A%3A11%3A55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0_populate_lic.tar.zst;downloadfilename=55/ad/sstate:libffi-native::3.4.4:r0::11:55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://91/09/sstate:xz::5.4.5:r0::11:91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531_populate_lic.tar.zst\nDEBUG: Testing URL file://a0/3e/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/ec/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:7eecd955c359a9cdbb9b977d9b5e3cfbd69b4e03f420177918a429ebecb4b5b2_gcc_stash_builddir.tar.zst\nDEBUG: Testing URL file://5c/35/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f_create_runtime_spdx.tar.zst\nDEBUG: Searching for 78/e2/sstate:libpcre::8.45:r0::11:78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '68/7c/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6f/aa/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a6/23/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://56/6e/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:566e10fccfb015fde03cc3937291d87d51144e242e95f919a5fc91ab857c2fe2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/b4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a0/3e/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2f/60/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d_packagedata.tar.zst\nDEBUG: For url ['file', '', '5c/35/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 78/e2/sstate:libpcre::8.45:r0::11:78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/9a/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669_recipe_qa.tar.zst\nDEBUG: For url file://68/7c/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/7c/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.26%3Ar0%3Acore2-64%3A11%3A687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f_package_write_rpm.tar.zst;downloadfilename=68/7c/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f_package_write_rpm.tar.zst\nDEBUG: Using  for 6f/aa/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b_package.tar.zst\nDEBUG: Using  for a6/23/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://da/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190_recipe_qa.tar.zst\nDEBUG: Searching for 5e/b4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a0/3e/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/3e/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A11%3Aa03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235_package_write_rpm.tar.zst;downloadfilename=a0/3e/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235_package_write_rpm.tar.zst\nDEBUG: Searching for 2f/60/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5c/35/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/35/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f_create_runtime_spdx.tar.zst;downloadfilename=5c/35/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://78/e2/sstate:libpcre::8.45:r0::11:78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/26/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be_package.tar.zst\nDEBUG: Testing URL file://6f/aa/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b_package.tar.zst\nDEBUG: Testing URL file://a6/23/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f_packagedata.tar.zst\nDEBUG: Searching for da/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ee/6b/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66_create_spdx.tar.zst\nDEBUG: Using  for 5e/b4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/aa/sstate:patch::2.7.6:r0::11:5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623_populate_lic.tar.zst\nDEBUG: Using  for 2f/60/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://55/ad/sstate:libffi-native::3.4.4:r0::11:55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0_populate_lic.tar.zst\nDEBUG: For url ['file', '', '78/e2/sstate:libpcre::8.45:r0::11:78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fa/26/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '6f/aa/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a6/23/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for da/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/49/f6/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5e/b4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/3e/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://2f/60/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://58/ca/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee_package_write_rpm.tar.zst\nDEBUG: For url file://78/e2/sstate:libpcre::8.45:r0::11:78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/e2/sstate%3Alibpcre%3A%3A8.45%3Ar0%3A%3A11%3A78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331_populate_lic.tar.zst;downloadfilename=78/e2/sstate:libpcre::8.45:r0::11:78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331_populate_lic.tar.zst\nDEBUG: Using  for fa/26/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be_package.tar.zst\nDEBUG: For url file://6f/aa/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/aa/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A11%3A6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b_package.tar.zst;downloadfilename=6f/aa/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b_package.tar.zst\nDEBUG: For url file://a6/23/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/23/sstate%3Aell%3Acore2-64-poky-linux%3A0.61%3Ar0%3Acore2-64%3A11%3Aa62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f_packagedata.tar.zst;downloadfilename=a6/23/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f_packagedata.tar.zst\nDEBUG: Testing URL file://da/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190_recipe_qa.tar.zst\nDEBUG: Searching for universal/49/f6/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5e/b4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 73/3e/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2f/60/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 58/ca/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://68/7c/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fa/26/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be_package.tar.zst\nDEBUG: For url ['file', '', 'da/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/49/f6/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/3e/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235_package_write_rpm.tar.zst\nDEBUG: For url file://5e/b4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/b4/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A11%3A5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125_create_runtime_spdx.tar.zst;downloadfilename=5e/b4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125_create_runtime_spdx.tar.zst\nDEBUG: Using  for 73/3e/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e_package_write_rpm.tar.zst\nDEBUG: For url file://2f/60/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/60/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A11%3A2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d_packagedata.tar.zst;downloadfilename=2f/60/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d_packagedata.tar.zst\nDEBUG: Using  for 58/ca/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://33/22/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fa/26/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://da/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/60/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.1%3Ar0%3Acore2-64%3A11%3Ada60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190_recipe_qa.tar.zst;downloadfilename=da/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/49/f6/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://73/3e/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://78/e2/sstate:libpcre::8.45:r0::11:78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/aa/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:6faab4630e403cc4b8c76d039605a6c488c59394c514b7278d8bfec5a945ff0b_package.tar.zst\nDEBUG: Testing URL file://58/ca/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee_package_write_rpm.tar.zst\nDEBUG: Searching for 33/22/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a6/23/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f_packagedata.tar.zst\nDEBUG: For url file://fa/26/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/26/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Afa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be_package.tar.zst;downloadfilename=fa/26/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be_package.tar.zst\nDEBUG: For url ['file', '', 'universal/49/f6/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f9/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '73/3e/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://50/fb/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://07/94/sstate:libxslt-native::1.1.39:r0::11:0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '58/ca/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 33/22/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fa/d9/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/b4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/49/f6/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/f6/sstate%3Alibgpg-error-native%3Ax86_64-linux%3A1.47%3Ar0%3Ax86_64%3A11%3A49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/49/f6/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f9/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://73/3e/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/3e/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.7.1%3Ar0%3Acore2-64%3A11%3A733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e_package_write_rpm.tar.zst;downloadfilename=73/3e/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e_package_write_rpm.tar.zst\nDEBUG: Searching for 50/fb/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 07/94/sstate:libxslt-native::1.1.39:r0::11:0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://58/ca/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/ca/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.11%3Ar0%3Acore2-64%3A11%3A58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee_package_write_rpm.tar.zst;downloadfilename=58/ca/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee_package_write_rpm.tar.zst\nDEBUG: Testing URL file://33/22/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17_package_write_rpm.tar.zst\nDEBUG: Searching for universal/fa/d9/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2f/60/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ba/86/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7_create_spdx.tar.zst\nDEBUG: Testing URL file://f9/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://da/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190_recipe_qa.tar.zst\nDEBUG: Using  for 50/fb/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138_package_write_rpm.tar.zst\nDEBUG: Using  for 07/94/sstate:libxslt-native::1.1.39:r0::11:0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '33/22/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/fa/d9/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/26/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:fa26948e238a55a1f83a6aa412f025457abe5b884ced05edfaa1bac137edd3be_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/ee/sstate:flex-native::2.6.4:r0::11:8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6_populate_lic.tar.zst\nDEBUG: Searching for universal/ba/86/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f9/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2c/c9/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001_recipe_qa.tar.zst\nDEBUG: Testing URL file://50/fb/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138_package_write_rpm.tar.zst\nDEBUG: Testing URL file://07/94/sstate:libxslt-native::1.1.39:r0::11:0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b_populate_lic.tar.zst\nDEBUG: For url file://33/22/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/22/sstate%3Aell%3Acore2-64-poky-linux%3A0.61%3Ar0%3Acore2-64%3A11%3A332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17_package_write_rpm.tar.zst;downloadfilename=33/22/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/fa/d9/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d9/6d/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8b/ee/sstate:flex-native::2.6.4:r0::11:8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/ba/86/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7_create_spdx.tar.zst\nDEBUG: For url file://f9/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/6b/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A11%3Af96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09_deploy_source_date_epoch.tar.zst;downloadfilename=f9/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2c/c9/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '50/fb/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '07/94/sstate:libxslt-native::1.1.39:r0::11:0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fa/d9/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/d9/6d/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/49/f6/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:49f6d3b6b99ebc239cdf8e6a3025fb4f49d7d88bfb986280674eb5342c91a9a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://73/3e/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e_package_write_rpm.tar.zst\nDEBUG: Using  for 8b/ee/sstate:flex-native::2.6.4:r0::11:8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ba/86/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7_create_spdx.tar.zst\nDEBUG: Using  for 2c/c9/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001_recipe_qa.tar.zst\nDEBUG: For url file://50/fb/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/fb/sstate%3Aofono%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138_package_write_rpm.tar.zst;downloadfilename=50/fb/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138_package_write_rpm.tar.zst\nDEBUG: For url file://07/94/sstate:libxslt-native::1.1.39:r0::11:0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/94/sstate%3Alibxslt-native%3A%3A1.1.39%3Ar0%3A%3A11%3A0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b_populate_lic.tar.zst;downloadfilename=07/94/sstate:libxslt-native::1.1.39:r0::11:0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b_populate_lic.tar.zst\nDEBUG: For url file://universal/fa/d9/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fa/d9/sstate%3Agobject-introspection-native%3Ax86_64-linux%3A1.78.1%3Ar0%3Ax86_64%3A11%3Afad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8_create_spdx.tar.zst;downloadfilename=universal/fa/d9/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8_create_spdx.tar.zst\nDEBUG: Using  for universal/d9/6d/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/8f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://43/d4/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10_create_spdx.tar.zst\nDEBUG: Testing URL file://8b/ee/sstate:flex-native::2.6.4:r0::11:8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ba/86/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2c/c9/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/d9/6d/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4_create_runtime_spdx.tar.zst\nDEBUG: Searching for 7b/8f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 43/d4/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8b/ee/sstate:flex-native::2.6.4:r0::11:8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2a/71/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/22/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17_package_write_rpm.tar.zst\nDEBUG: For url file://universal/ba/86/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/86/sstate%3Anettle-native%3Ax86_64-linux%3A3.9.1%3Ar0%3Ax86_64%3A11%3Aba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7_create_spdx.tar.zst;downloadfilename=universal/ba/86/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:f96b59b32a0d4f9c18adef905ded189d98e65e735d8c31a480df84fa41f9ad09_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2c/c9/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/d9/6d/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7b/8f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51_packagedata.tar.zst\nDEBUG: Using  for 43/d4/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10_create_spdx.tar.zst\nDEBUG: For url file://8b/ee/sstate:flex-native::2.6.4:r0::11:8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/ee/sstate%3Aflex-native%3A%3A2.6.4%3Ar0%3A%3A11%3A8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6_populate_lic.tar.zst;downloadfilename=8b/ee/sstate:flex-native::2.6.4:r0::11:8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/9a/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://98/09/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://da/0b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9_packagedata.tar.zst\nDEBUG: For url file://2c/c9/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/c9/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.46.0%3Ar0%3Acore2-64%3A11%3A2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001_recipe_qa.tar.zst;downloadfilename=2c/c9/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://07/94/sstate:libxslt-native::1.1.39:r0::11:0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b_populate_lic.tar.zst\nDEBUG: For url file://universal/d9/6d/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d9/6d/sstate%3Alibxfixes-native%3Ax86_64-linux%3A6.0.1%3Ar0%3Ax86_64%3A11%3Ad96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4_create_runtime_spdx.tar.zst;downloadfilename=universal/d9/6d/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7b/8f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51_packagedata.tar.zst\nDEBUG: Testing URL file://43/d4/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10_create_spdx.tar.zst\nDEBUG: Searching for d4/9a/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 98/09/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for da/0b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f4/b5/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fa/d9/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/06/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7b/8f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '43/d4/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d4/9a/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e_populate_sysroot.tar.zst\nDEBUG: Using  for 98/09/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0_package_write_rpm.tar.zst\nDEBUG: Using  for da/0b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9_packagedata.tar.zst\nDEBUG: Searching for f4/b5/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1f/ec/sstate:vala::0.56.13:r0::11:1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/c8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ba/86/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7_create_spdx.tar.zst\nDEBUG: For url file://7b/8f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/8f/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51_packagedata.tar.zst;downloadfilename=7b/8f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51_packagedata.tar.zst\nDEBUG: For url file://43/d4/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/d4/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A11%3A43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10_create_spdx.tar.zst;downloadfilename=43/d4/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10_create_spdx.tar.zst\nDEBUG: Testing URL file://d4/9a/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/ee/sstate:flex-native::2.6.4:r0::11:8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6_populate_lic.tar.zst\nDEBUG: Testing URL file://98/09/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://da/0b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9_packagedata.tar.zst\nDEBUG: Using  for f4/b5/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78_package_qa.tar.zst\nDEBUG: Searching for 1f/ec/sstate:vala::0.56.13:r0::11:1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f2/c8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ac/cc/sstate:libpng::1.6.41:r0::11:accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd4/9a/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2c/c9/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://40/7e/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '98/09/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/d9/6d/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'da/0b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f4/b5/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78_package_qa.tar.zst\nDEBUG: Using  for 1f/ec/sstate:vala::0.56.13:r0::11:1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92_populate_lic.tar.zst\nDEBUG: Using  for f2/c8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ac/cc/sstate:libpng::1.6.41:r0::11:accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d4/9a/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/9a/sstate%3Aencodings%3Aall-poky-linux%3A1.0.7%3Ar0%3Aallarch%3A11%3Ad49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e_populate_sysroot.tar.zst;downloadfilename=d4/9a/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/a7/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 40/7e/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://98/09/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/09/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0_package_write_rpm.tar.zst;downloadfilename=98/09/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/1c/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f_package_qa.tar.zst\nDEBUG: For url file://da/0b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/0b/sstate%3Alibgcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Ada0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9_packagedata.tar.zst;downloadfilename=da/0b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f4/b5/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1f/ec/sstate:vala::0.56.13:r0::11:1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92_populate_lic.tar.zst\nDEBUG: Testing URL file://f2/c8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ac/cc/sstate:libpng::1.6.41:r0::11:accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b_populate_lic.tar.zst\nDEBUG: Searching for e6/a7/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 40/7e/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/8f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51_packagedata.tar.zst\nDEBUG: Searching for c5/1c/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f4/b5/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/b5/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.2%3Ar0%3Acore2-64%3A11%3Af4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78_package_qa.tar.zst;downloadfilename=f4/b5/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78_package_qa.tar.zst\nDEBUG: For url ['file', '', '1f/ec/sstate:vala::0.56.13:r0::11:1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://5c/35/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f2/c8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ac/cc/sstate:libpng::1.6.41:r0::11:accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b_populate_lic.tar.zst\nDEBUG: Using  for e6/a7/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://40/7e/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/8c/sstate:json-c-native::0.17:r0::11:3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52_populate_lic.tar.zst\nDEBUG: Using  for c5/1c/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f_package_qa.tar.zst\nDEBUG: For url file://1f/ec/sstate:vala::0.56.13:r0::11:1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/ec/sstate%3Avala%3A%3A0.56.13%3Ar0%3A%3A11%3A1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92_populate_lic.tar.zst;downloadfilename=1f/ec/sstate:vala::0.56.13:r0::11:1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/e1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/9a/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d49a491a157a0ca5807cf257325847c08bc63077b224c1c5cc6fbb16e116ac5e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6d/47/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286_recipe_qa.tar.zst\nDEBUG: For url file://f2/c8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/c8/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A11%3Af2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7_deploy_source_date_epoch.tar.zst;downloadfilename=f2/c8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ac/cc/sstate:libpng::1.6.41:r0::11:accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e6/a7/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '40/7e/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3c/8c/sstate:json-c-native::0.17:r0::11:3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c5/1c/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/f0/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://98/09/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://41/cb/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a_package_write_rpm.tar.zst\nDEBUG: Searching for universal/6d/47/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ac/cc/sstate:libpng::1.6.41:r0::11:accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/cc/sstate%3Alibpng%3A%3A1.6.41%3Ar0%3A%3A11%3Aaccc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b_populate_lic.tar.zst;downloadfilename=ac/cc/sstate:libpng::1.6.41:r0::11:accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e6/a7/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://40/7e/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/7e/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A11%3A407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544_create_runtime_spdx.tar.zst;downloadfilename=40/7e/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://da/0b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9_packagedata.tar.zst\nDEBUG: Using  for 3c/8c/sstate:json-c-native::0.17:r0::11:3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c5/1c/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cb/f0/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2a/33/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 41/cb/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f4/b5/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78_package_qa.tar.zst\nDEBUG: Using  for universal/6d/47/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286_recipe_qa.tar.zst\nDEBUG: For url file://e6/a7/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/a7/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3Ae6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85_deploy_source_date_epoch.tar.zst;downloadfilename=e6/a7/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://63/53/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/ec/sstate:vala::0.56.13:r0::11:1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92_populate_lic.tar.zst\nDEBUG: Testing URL file://3c/8c/sstate:json-c-native::0.17:r0::11:3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52_populate_lic.tar.zst\nDEBUG: For url file://c5/1c/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/1c/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3Ac51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f_package_qa.tar.zst;downloadfilename=c5/1c/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f_package_qa.tar.zst\nDEBUG: Using  for cb/f0/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b_package_qa.tar.zst\nDEBUG: Searching for 2a/33/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 41/cb/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/a5/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/6d/47/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286_recipe_qa.tar.zst\nDEBUG: Searching for 63/53/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://dd/27/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/c8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:f2c8376fb63c819d127fa586de6a48df4db7b97c293e80e357f9b40785f720d7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3c/8c/sstate:json-c-native::0.17:r0::11:3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://cb/f0/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b_package_qa.tar.zst\nDEBUG: Using  for 2a/33/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/cc/sstate:libpng::1.6.41:r0::11:accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b_populate_lic.tar.zst\nDEBUG: Testing URL file://41/cb/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a_package_write_rpm.tar.zst\nDEBUG: Searching for 8d/a5/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/6d/47/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 63/53/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b_recipe_qa.tar.zst\nDEBUG: Searching for dd/27/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://be/62/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d_package.tar.zst\nDEBUG: For url file://3c/8c/sstate:json-c-native::0.17:r0::11:3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/8c/sstate%3Ajson-c-native%3A%3A0.17%3Ar0%3A%3A11%3A3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52_populate_lic.tar.zst;downloadfilename=3c/8c/sstate:json-c-native::0.17:r0::11:3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cb/f0/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2a/33/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/4c/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '41/cb/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8d/a5/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91_recipe_qa.tar.zst\nDEBUG: For url file://universal/6d/47/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6d/47/sstate%3Alibffi-native%3Ax86_64-linux%3A3.4.4%3Ar0%3Ax86_64%3A11%3A6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286_recipe_qa.tar.zst;downloadfilename=universal/6d/47/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286_recipe_qa.tar.zst\nDEBUG: Testing URL file://63/53/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b_recipe_qa.tar.zst\nDEBUG: Using  for dd/27/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for be/62/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://cb/f0/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/f0/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.46.0%3Ar0%3Acore2-64%3A11%3Acbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b_package_qa.tar.zst;downloadfilename=cb/f0/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b_package_qa.tar.zst\nDEBUG: For url ['file', '', '2a/33/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e6/a7/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:e6a77729692c7c9529b52109b26dbd01c2170a5318cab763c3ea503ee9d8ce85_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5f/4c/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://41/cb/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/cb/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.1%3Ar0%3Acore2-64%3A11%3A41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a_package_write_rpm.tar.zst;downloadfilename=41/cb/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://8d/a5/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '63/53/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://dd/27/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/1c/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f_package_qa.tar.zst\nDEBUG: Using  for be/62/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d_package.tar.zst\nDEBUG: For url file://2a/33/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/33/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A11%3A2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244_deploy_source_date_epoch.tar.zst;downloadfilename=2a/33/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/be/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4_package.tar.zst\nDEBUG: Using  for 5f/4c/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8d/a5/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3c/8c/sstate:json-c-native::0.17:r0::11:3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52_populate_lic.tar.zst\nDEBUG: For url file://63/53/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/53/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A11%3A63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b_recipe_qa.tar.zst;downloadfilename=63/53/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'dd/27/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/0c/71/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://be/62/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d_package.tar.zst\nDEBUG: Searching for e0/be/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://5f/4c/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6d/47/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286_recipe_qa.tar.zst\nDEBUG: For url file://8d/a5/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/a5/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.67%3Ar0%3Acore2-64%3A11%3A8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91_recipe_qa.tar.zst;downloadfilename=8d/a5/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/7c/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://dd/27/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/27/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3Add275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85_deploy_source_date_epoch.tar.zst;downloadfilename=dd/27/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/0c/71/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cb/f0/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'be/62/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e0/be/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4_package.tar.zst\nDEBUG: For url ['file', '', '5f/4c/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://4b/c6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a_package_write_rpm.tar.zst\nDEBUG: Searching for ab/7c/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://41/cb/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/33/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2a33582e0231784f6dc1dd7758f881b6cfcd901dcd8039ef2abdf4e37030b244_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/0c/71/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://76/ae/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad_package.tar.zst\nDEBUG: For url file://be/62/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/62/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Abe622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d_package.tar.zst;downloadfilename=be/62/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d_package.tar.zst\nDEBUG: Testing URL file://e0/be/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4_package.tar.zst\nDEBUG: For url file://5f/4c/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/4c/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8_package_write_rpm.tar.zst;downloadfilename=5f/4c/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8_package_write_rpm.tar.zst\nDEBUG: Searching for 4b/c6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ab/7c/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/2d/sstate:python3-toml-native::0.10.2:r0::11:b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fc/fa/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/0c/71/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 76/ae/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e0/be/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://63/53/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b_recipe_qa.tar.zst\nDEBUG: Using  for 4b/c6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/a5/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/7c/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b9/2d/sstate:python3-toml-native::0.10.2:r0::11:b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fc/fa/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/0c/71/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 76/ae/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad_package.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/27/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:dd275610ae493233eb28b88506d9d154f9cea583e2b2c30e7f8d355da0083d85_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e0/be/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/be/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3Ae0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4_package.tar.zst;downloadfilename=e0/be/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://36/97/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df_packagedata.tar.zst\nDEBUG: Testing URL file://4b/c6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://34/b3/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ab/7c/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b9/2d/sstate:python3-toml-native::0.10.2:r0::11:b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272_populate_lic.tar.zst\nDEBUG: Using  for universal/fc/fa/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/0c/71/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/71/sstate%3Agtk%2B3-native%3Ax86_64-linux%3A3.24.38%3Ar0%3Ax86_64%3A11%3A0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0c/71/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://76/ae/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/44/sstate:glib-networking::2.78.0:r0::11:ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962_populate_lic.tar.zst\nDEBUG: Searching for 36/97/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4b/c6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 34/b3/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://be/62/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:be622a83ab8440dddc00dbcb5f16121d40e0e45de288c9dc3f9f3e13be557c3d_package.tar.zst\nDEBUG: For url file://ab/7c/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/7c/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3Aab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36_deploy_source_date_epoch.tar.zst;downloadfilename=ab/7c/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b9/2d/sstate:python3-toml-native::0.10.2:r0::11:b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/fc/fa/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '76/ae/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ef/44/sstate:glib-networking::2.78.0:r0::11:ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 36/97/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/4c/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8_package_write_rpm.tar.zst\nDEBUG: For url file://4b/c6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/c6/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a_package_write_rpm.tar.zst;downloadfilename=4b/c6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a_package_write_rpm.tar.zst\nDEBUG: Using  for 34/b3/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://af/d6/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b9/2d/sstate:python3-toml-native::0.10.2:r0::11:b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fc/fa/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://76/ae/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/ae/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A11%3A76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad_package.tar.zst;downloadfilename=76/ae/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad_package.tar.zst\nDEBUG: Using  for ef/44/sstate:glib-networking::2.78.0:r0::11:ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962_populate_lic.tar.zst\nDEBUG: Testing URL file://36/97/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/be/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e0beed2e3384bf1d4df326cf7f8291ca253f867c7bccc4ea64c0cb9a4dbc2af4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/3d/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55_package_write_rpm.tar.zst\nDEBUG: Testing URL file://34/b3/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for af/d6/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b9/2d/sstate:python3-toml-native::0.10.2:r0::11:b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/2d/sstate%3Apython3-toml-native%3A%3A0.10.2%3Ar0%3A%3A11%3Ab92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272_populate_lic.tar.zst;downloadfilename=b9/2d/sstate:python3-toml-native::0.10.2:r0::11:b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272_populate_lic.tar.zst\nDEBUG: For url file://universal/fc/fa/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fc/fa/sstate%3Azstd-native%3Ax86_64-linux%3A1.5.5%3Ar0%3Ax86_64%3A11%3Afcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9_deploy_source_date_epoch.tar.zst;downloadfilename=universal/fc/fa/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ef/44/sstate:glib-networking::2.78.0:r0::11:ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962_populate_lic.tar.zst\nDEBUG: For url ['file', '', '36/97/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/0c/71/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:0c71cbead8485eda7c9bc35b06a129b577a66251de2b21f85841a992ba578c0c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://43/d4/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://10/d3/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3_recipe_qa.tar.zst\nDEBUG: Searching for 2a/3d/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '34/b3/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for af/d6/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/7c/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:ab7c2742abe1e6cdd400d59d36f01e75d7be4e424ccc48d5da4c001803c26c36_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ef/44/sstate:glib-networking::2.78.0:r0::11:ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://50/fb/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138_package_write_rpm.tar.zst\nDEBUG: For url file://36/97/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/97/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A11%3A3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df_packagedata.tar.zst;downloadfilename=36/97/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/c6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/2f/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://08/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 10/d3/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2a/3d/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55_package_write_rpm.tar.zst\nDEBUG: For url file://34/b3/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/b3/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.78.1%3Ar0%3Acore2-64%3A11%3A34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348_deploy_source_date_epoch.tar.zst;downloadfilename=34/b3/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://af/d6/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/6b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512_create_runtime_spdx.tar.zst\nDEBUG: For url file://ef/44/sstate:glib-networking::2.78.0:r0::11:ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/44/sstate%3Aglib-networking%3A%3A2.78.0%3Ar0%3A%3A11%3Aef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962_populate_lic.tar.zst;downloadfilename=ef/44/sstate:glib-networking::2.78.0:r0::11:ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/ae/sstate:ofono::2.3:r0::11:c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/c4/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1_package.tar.zst\nDEBUG: Searching for universal/67/2f/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 08/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://76/ae/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:76ae4f18434badc3a58c1738c11297b46b14962f2c4d967750030a254b4c5dad_package.tar.zst\nDEBUG: Using  for 10/d3/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3_recipe_qa.tar.zst\nDEBUG: Testing URL file://2a/3d/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'af/d6/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b9/2d/sstate:python3-toml-native::0.10.2:r0::11:b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fc/fa/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:fcfa1822854d9e0a60a13eef1c06a9d772853ce7535622ad6b9de5d8229047f9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9f/6b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://58/ca/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee_package_write_rpm.tar.zst\nDEBUG: Searching for c0/ae/sstate:ofono::2.3:r0::11:c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ca/c4/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/67/2f/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df_populate_sysroot.tar.zst\nDEBUG: Using  for 08/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/61/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78_packagedata.tar.zst\nDEBUG: Testing URL file://10/d3/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2a/3d/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://af/d6/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/d6/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3Aafd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb_recipe_qa.tar.zst;downloadfilename=af/d6/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ba/92/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/08/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851_create_runtime_spdx.tar.zst\nDEBUG: Using  for 9f/6b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/71/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d_recipe_qa.tar.zst\nDEBUG: Using  for c0/ae/sstate:ofono::2.3:r0::11:c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee_populate_lic.tar.zst\nDEBUG: Using  for ca/c4/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1_package.tar.zst\nDEBUG: Testing URL file://universal/67/2f/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df_populate_sysroot.tar.zst\nDEBUG: Testing URL file://08/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3f/61/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '10/d3/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2a/3d/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/3d/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55_package_write_rpm.tar.zst;downloadfilename=2a/3d/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55_package_write_rpm.tar.zst\nDEBUG: Searching for universal/ba/92/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for dc/08/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://36/97/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df_packagedata.tar.zst\nDEBUG: Testing URL file://9f/6b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512_create_runtime_spdx.tar.zst\nDEBUG: Searching for 0a/71/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c0/ae/sstate:ofono::2.3:r0::11:c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee_populate_lic.tar.zst\nDEBUG: Testing URL file://ca/c4/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1_package.tar.zst\nDEBUG: For url ['file', '', 'universal/67/2f/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '08/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ef/44/sstate:glib-networking::2.78.0:r0::11:ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962_populate_lic.tar.zst\nDEBUG: Using  for 3f/61/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78_packagedata.tar.zst\nDEBUG: For url file://10/d3/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/d3/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A11%3A10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3_recipe_qa.tar.zst;downloadfilename=10/d3/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3_recipe_qa.tar.zst\nDEBUG: Using  for universal/ba/92/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5_populate_sysroot.tar.zst\nDEBUG: Using  for dc/08/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/10/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9f/6b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0a/71/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c0/ae/sstate:ofono::2.3:r0::11:c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ca/c4/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/67/2f/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/2f/sstate%3Apython3-calver-native%3Ax86_64-linux%3A2022.6.26%3Ar0%3Ax86_64%3A11%3A672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df_populate_sysroot.tar.zst;downloadfilename=universal/67/2f/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df_populate_sysroot.tar.zst\nDEBUG: For url file://08/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/58/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b_deploy_source_date_epoch.tar.zst;downloadfilename=08/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://27/39/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3_package_qa.tar.zst\nDEBUG: Testing URL file://3f/61/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78_packagedata.tar.zst\nDEBUG: Testing URL file://universal/ba/92/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://34/b3/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:34b347c7d923f86ac5ad678620015db502d59b7e9963a629231b18a49676c348_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://dc/08/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851_create_runtime_spdx.tar.zst\nDEBUG: Searching for a8/10/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://9f/6b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/6b/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3A9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512_create_runtime_spdx.tar.zst;downloadfilename=9f/6b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://0a/71/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d_recipe_qa.tar.zst\nDEBUG: For url file://c0/ae/sstate:ofono::2.3:r0::11:c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/ae/sstate%3Aofono%3A%3A2.3%3Ar0%3A%3A11%3Ac0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee_populate_lic.tar.zst;downloadfilename=c0/ae/sstate:ofono::2.3:r0::11:c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee_populate_lic.tar.zst\nDEBUG: For url file://ca/c4/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/c4/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A11%3Acac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1_package.tar.zst;downloadfilename=ca/c4/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1_package.tar.zst\nDEBUG: SState: Successful fetch test for file://af/d6/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb_recipe_qa.tar.zst\nDEBUG: Searching for 27/39/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://40/7e/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/61/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ba/92/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2a/3d/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://66/fd/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'dc/08/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a8/10/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0a/71/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://10/d3/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/2f/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/eb/ae/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 27/39/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/03/b7/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77_create_spdx.tar.zst\nDEBUG: For url file://3f/61/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/61/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78_packagedata.tar.zst;downloadfilename=3f/61/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78_packagedata.tar.zst\nDEBUG: For url file://universal/ba/92/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/92/sstate%3Aca-certificates-native%3Ax86_64-linux%3A20211016%3Ar0%3Ax86_64%3A11%3Aba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5_populate_sysroot.tar.zst;downloadfilename=universal/ba/92/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://35/5d/sstate:xorgproto-native::2023.2:r0::11:355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5_populate_lic.tar.zst\nDEBUG: Searching for 66/fd/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://dc/08/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/08/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.1%3Ar0%3Acore2-64%3A11%3Adc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851_create_runtime_spdx.tar.zst;downloadfilename=dc/08/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a8/10/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://08/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:085893b56e6ad1ef0deb8739d8997985e1150eb35dc306e8049fc61b9df1d81b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0a/71/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/71/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A11%3A0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d_recipe_qa.tar.zst;downloadfilename=0a/71/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/21/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/d1/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/eb/ae/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://27/39/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3_package_qa.tar.zst\nDEBUG: Searching for universal/03/b7/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 35/5d/sstate:xorgproto-native::2023.2:r0::11:355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 66/fd/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/ae/sstate:ofono::2.3:r0::11:c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/c4/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:cac4bdfd7a23673ab94f576409f5dcfbc49bb479782c90f41ed91eda06dc6ba1_package.tar.zst\nDEBUG: For url ['file', '', 'a8/10/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://65/ec/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db_package_write_rpm.tar.zst\nDEBUG: Searching for 8b/21/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1f/d1/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/eb/ae/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '27/39/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/03/b7/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77_create_spdx.tar.zst\nDEBUG: Using  for 35/5d/sstate:xorgproto-native::2023.2:r0::11:355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5_populate_lic.tar.zst\nDEBUG: Testing URL file://66/fd/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ba/92/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:ba92c5624acd69f21c680110efc77513c46433492be0dae2f2bf00530adc3af5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d5/0a/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/61/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728_recipe_qa.tar.zst\nDEBUG: For url file://a8/10/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/10/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A11%3Aa810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85_populate_sysroot.tar.zst;downloadfilename=a8/10/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85_populate_sysroot.tar.zst\nDEBUG: Searching for 65/ec/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8b/21/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a_recipe_qa.tar.zst\nDEBUG: Using  for 1f/d1/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/eb/ae/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://27/39/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/39/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3_package_qa.tar.zst;downloadfilename=27/39/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3_package_qa.tar.zst\nDEBUG: Testing URL file://universal/03/b7/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77_create_spdx.tar.zst\nDEBUG: Testing URL file://35/5d/sstate:xorgproto-native::2023.2:r0::11:355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5_populate_lic.tar.zst\nDEBUG: For url ['file', '', '66/fd/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://67/3e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d5/0a/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://74/8a/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1_create_spdx.tar.zst\nDEBUG: Searching for cb/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 65/ec/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db_package_write_rpm.tar.zst\nDEBUG: Testing URL file://8b/21/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a_recipe_qa.tar.zst\nDEBUG: Testing URL file://1f/d1/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/71/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/eb/ae/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/03/b7/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '35/5d/sstate:xorgproto-native::2023.2:r0::11:355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://66/fd/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/fd/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.5.2%3Ar0%3Acore2-64%3A11%3A66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487_recipe_qa.tar.zst;downloadfilename=66/fd/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487_recipe_qa.tar.zst\nDEBUG: Searching for 67/3e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/d5/0a/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83_create_spdx.tar.zst\nDEBUG: Searching for 74/8a/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cb/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728_recipe_qa.tar.zst\nDEBUG: Testing URL file://65/ec/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8b/21/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1f/d1/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a3/79/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c_recipe_qa.tar.zst\nDEBUG: For url file://universal/eb/ae/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/eb/ae/sstate%3Apango-native%3Ax86_64-linux%3A1.51.0%3Ar0%3Ax86_64%3A11%3Aebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157_deploy_source_date_epoch.tar.zst;downloadfilename=universal/eb/ae/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/03/b7/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/b7/sstate%3Agnutls-native%3Ax86_64-linux%3A3.8.3%3Ar0%3Ax86_64%3A11%3A03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77_create_spdx.tar.zst;downloadfilename=universal/03/b7/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77_create_spdx.tar.zst\nDEBUG: For url file://35/5d/sstate:xorgproto-native::2023.2:r0::11:355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/5d/sstate%3Axorgproto-native%3A%3A2023.2%3Ar0%3A%3A11%3A355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5_populate_lic.tar.zst;downloadfilename=35/5d/sstate:xorgproto-native::2023.2:r0::11:355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5_populate_lic.tar.zst\nDEBUG: Using  for 67/3e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/d5/0a/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/10/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:a810887600f4ac945eee1866f10f33691f3f2da334669fddf28707ceb4d73a85_populate_sysroot.tar.zst\nDEBUG: Using  for 74/8a/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1_create_spdx.tar.zst\nDEBUG: Testing URL file://cb/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '65/ec/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8b/21/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/21/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A11%3A8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a_recipe_qa.tar.zst;downloadfilename=8b/21/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a_recipe_qa.tar.zst\nDEBUG: For url file://1f/d1/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/d1/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.47%3Ar0%3Acore2-64%3A11%3A1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad_deploy_source_date_epoch.tar.zst;downloadfilename=1f/d1/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a3/79/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://27/39/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3_package_qa.tar.zst\nDEBUG: Testing URL file://67/3e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/d5/0a/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://61/7e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a_recipe_qa.tar.zst\nDEBUG: Testing URL file://74/8a/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cb/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://65/ec/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/ec/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A11%3A65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db_package_write_rpm.tar.zst;downloadfilename=65/ec/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://66/fd/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487_recipe_qa.tar.zst\nDEBUG: Using  for a3/79/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/aa/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/eb/ae/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:ebae8d31ab8abdedd80d2f3125c12f3fde1beb168a24782c3c964e492d14e157_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/03/b7/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77_create_spdx.tar.zst\nDEBUG: For url ['file', '', '67/3e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d5/0a/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d5/0a/sstate%3Abzip2-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A11%3Ad50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83_create_spdx.tar.zst;downloadfilename=universal/d5/0a/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83_create_spdx.tar.zst\nDEBUG: Searching for 61/7e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '74/8a/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cb/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/8f/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3Acb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728_recipe_qa.tar.zst;downloadfilename=cb/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4a/4e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://35/5d/sstate:xorgproto-native::2023.2:r0::11:355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5_populate_lic.tar.zst\nDEBUG: Testing URL file://a3/79/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c_recipe_qa.tar.zst\nDEBUG: Searching for b8/aa/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0c/e5/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2d/03/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708_create_spdx.tar.zst\nDEBUG: For url file://67/3e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/3e/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.11%3Ar0%3Aqemux86_64%3A11%3A673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a_package_write_rpm.tar.zst;downloadfilename=67/3e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a_package_write_rpm.tar.zst\nDEBUG: Using  for 61/7e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a_recipe_qa.tar.zst\nDEBUG: For url file://74/8a/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/8a/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A11%3A748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1_create_spdx.tar.zst;downloadfilename=74/8a/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/21/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a_recipe_qa.tar.zst\nDEBUG: Searching for universal/4a/4e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://1f/d1/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:1fd1d66594e706b6710f181e42260aa3896504c92bdf4dbe07fe46adf94789ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://90/2c/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a3/79/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b8/aa/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b_packagedata.tar.zst\nDEBUG: Searching for 0c/e5/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/2d/03/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://61/7e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://65/ec/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0c/eb/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/4a/4e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d5/0a/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/d6/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 90/2c/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a3/79/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/79/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A11%3Aa37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c_recipe_qa.tar.zst;downloadfilename=a3/79/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c_recipe_qa.tar.zst\nDEBUG: Testing URL file://b8/aa/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b_packagedata.tar.zst\nDEBUG: Using  for 0c/e5/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146_create_spdx.tar.zst\nDEBUG: Using  for universal/2d/03/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708_create_spdx.tar.zst\nDEBUG: For url ['file', '', '61/7e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/76/3c/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999_populate_sysroot.tar.zst\nDEBUG: Searching for universal/0c/eb/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/4a/4e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c1/46/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d0/79/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 96/d6/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 90/2c/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/aa/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0c/e5/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/2d/03/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/6b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://67/3e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a_package_write_rpm.tar.zst\nDEBUG: For url file://61/7e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/7e/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A11%3A617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a_recipe_qa.tar.zst;downloadfilename=61/7e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a_recipe_qa.tar.zst\nDEBUG: Searching for universal/76/3c/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/0c/eb/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/4a/4e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/c1/46/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/d0/79/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 96/d6/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://90/2c/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5_create_runtime_spdx.tar.zst\nDEBUG: For url file://b8/aa/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/aa/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A11%3Ab8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b_packagedata.tar.zst;downloadfilename=b8/aa/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b_packagedata.tar.zst\nDEBUG: For url ['file', '', '0c/e5/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2d/03/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/44/92/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://32/53/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d_create_spdx.tar.zst\nDEBUG: Using  for universal/76/3c/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/0c/eb/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/4a/4e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4a/4e/sstate%3Amakedevs-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A11%3A4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd_create_spdx.tar.zst;downloadfilename=universal/4a/4e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd_create_spdx.tar.zst\nDEBUG: Using  for universal/c1/46/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/d0/79/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://96/d6/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '90/2c/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0c/e5/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/e5/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.20%3Ar0%3Acore2-64%3A11%3A0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146_create_spdx.tar.zst;downloadfilename=0c/e5/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146_create_spdx.tar.zst\nDEBUG: For url file://universal/2d/03/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/03/sstate%3Apython3-hatch-vcs-native%3Ax86_64-linux%3A0.4.0%3Ar0%3Ax86_64%3A11%3A2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708_create_spdx.tar.zst;downloadfilename=universal/2d/03/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://74/8a/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/79/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c_recipe_qa.tar.zst\nDEBUG: Searching for universal/44/92/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 32/53/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/76/3c/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/0c/eb/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/c1/46/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/d0/79/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '96/d6/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dc/08/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851_create_runtime_spdx.tar.zst\nDEBUG: For url file://90/2c/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/2c/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A11%3A902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5_create_runtime_spdx.tar.zst;downloadfilename=90/2c/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://61/7e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/88/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/aa/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://06/2a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a_recipe_qa.tar.zst\nDEBUG: Using  for universal/44/92/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166_populate_sysroot.tar.zst\nDEBUG: Using  for 32/53/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/76/3c/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/0c/eb/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/eb/sstate%3Apython3-hatch-fancy-pypi-readme-native%3Ax86_64-linux%3A24.1.0%3Ar0%3Ax86_64%3A11%3A0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023_create_runtime_spdx.tar.zst;downloadfilename=universal/0c/eb/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c1/46/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/d0/79/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://96/d6/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/d6/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.6%3Ar0%3Acore2-64%3A11%3A96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458_deploy_source_date_epoch.tar.zst;downloadfilename=96/d6/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/8c/sstate:libnewt::0.52.24:r0::11:a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://94/3a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4a/4e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd_create_spdx.tar.zst\nDEBUG: Searching for dd/88/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://5b/a6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982_create_spdx.tar.zst\nDEBUG: Searching for 06/2a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/44/92/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166_populate_sysroot.tar.zst\nDEBUG: Testing URL file://32/53/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d_create_spdx.tar.zst\nDEBUG: For url file://universal/76/3c/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/3c/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A13.2.0%3Ar0%3Ax86_64%3A11%3A763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999_populate_sysroot.tar.zst;downloadfilename=universal/76/3c/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999_populate_sysroot.tar.zst\nDEBUG: For url file://universal/c1/46/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/46/sstate%3Amkfontscale-native%3Ax86_64-linux%3A1.2.2%3Ar0%3Ax86_64%3A11%3Ac146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c1/46/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/d0/79/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d0/79/sstate%3Acargo-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3Ad079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d0/79/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2d/03/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708_create_spdx.tar.zst\nDEBUG: Searching for a1/8c/sstate:libnewt::0.52.24:r0::11:a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 94/3a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://15/87/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01_populate_sysroot.tar.zst\nDEBUG: Using  for dd/88/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973_package_write_rpm.tar.zst\nDEBUG: Searching for 5b/a6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 06/2a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/44/92/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '32/53/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5b/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a1/8c/sstate:libnewt::0.52.24:r0::11:a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0c/eb/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023_create_runtime_spdx.tar.zst\nDEBUG: Using  for 94/3a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f_create_runtime_spdx.tar.zst\nDEBUG: Searching for 15/87/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://dd/88/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973_package_write_rpm.tar.zst\nDEBUG: Using  for 5b/a6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982_create_spdx.tar.zst\nDEBUG: Testing URL file://06/2a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a_recipe_qa.tar.zst\nDEBUG: For url file://universal/44/92/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/44/92/sstate%3Apython3-importlib-metadata-native%3Ax86_64-linux%3A7.0.1%3Ar0%3Ax86_64%3A11%3A4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166_populate_sysroot.tar.zst;downloadfilename=universal/44/92/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166_populate_sysroot.tar.zst\nDEBUG: For url file://32/53/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/53/sstate%3Aofono%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d_create_spdx.tar.zst;downloadfilename=32/53/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://96/d6/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:96d65900fbf9d51d7c402d8956d60c3f682a15141a1dfde1c76eb3f8393c7458_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5b/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a1/8c/sstate:libnewt::0.52.24:r0::11:a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7b/89/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84_recipe_qa.tar.zst\nDEBUG: Testing URL file://94/3a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f_create_runtime_spdx.tar.zst\nDEBUG: Using  for 15/87/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'dd/88/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5b/a6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982_create_spdx.tar.zst\nDEBUG: For url ['file', '', '06/2a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5b/e9/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad_package_write_rpm.tar.zst\nDEBUG: Using  for 5b/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a1/8c/sstate:libnewt::0.52.24:r0::11:a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/7b/89/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '94/3a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://15/87/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01_populate_sysroot.tar.zst\nDEBUG: For url file://dd/88/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/88/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A11%3Add88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973_package_write_rpm.tar.zst;downloadfilename=dd/88/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5b/a6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://06/2a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/2a/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A11%3A062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a_recipe_qa.tar.zst;downloadfilename=06/2a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a_recipe_qa.tar.zst\nDEBUG: Searching for 5b/e9/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://5b/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a1/8c/sstate:libnewt::0.52.24:r0::11:a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/8c/sstate%3Alibnewt%3A%3A0.52.24%3Ar0%3A%3A11%3Aa18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743_populate_lic.tar.zst;downloadfilename=a1/8c/sstate:libnewt::0.52.24:r0::11:a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743_populate_lic.tar.zst\nDEBUG: Using  for universal/7b/89/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84_recipe_qa.tar.zst\nDEBUG: For url file://94/3a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/3a/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A11%3A943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f_create_runtime_spdx.tar.zst;downloadfilename=94/3a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '15/87/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/d0/79/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d079e2b6b8c4ba2b3507c73d89299acb1396f3399290e990c72e311cd24b0aa2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c1/46/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:c146a06b623f9c1b9826df15a045b9c1c9b6af45dab303a85180eec67dd78f6c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5b/a6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/a6/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A11%3A5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982_create_spdx.tar.zst;downloadfilename=5b/a6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982_create_spdx.tar.zst\nDEBUG: Using  for 5b/e9/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5b/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/44/92/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/7b/89/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84_recipe_qa.tar.zst\nDEBUG: For url file://15/87/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/87/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A11%3A15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01_populate_sysroot.tar.zst;downloadfilename=15/87/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://85/16/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://68/45/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://5b/e9/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad_package_write_rpm.tar.zst\nDEBUG: For url file://5b/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/d6/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A11%3A5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049_deploy_source_date_epoch.tar.zst;downloadfilename=5b/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/88/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/db/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/7b/89/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 85/16/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 68/45/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://06/2a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/8c/sstate:libnewt::0.52.24:r0::11:a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5b/e9/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://10/39/sstate:initscripts::1.0:r0::11:1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7_populate_lic.tar.zst\nDEBUG: Searching for 4a/db/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://94/3a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/7b/89/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7b/89/sstate%3Afile-native%3Ax86_64-linux%3A5.45%3Ar0%3Ax86_64%3A11%3A7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84_recipe_qa.tar.zst;downloadfilename=universal/7b/89/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84_recipe_qa.tar.zst\nDEBUG: Using  for 85/16/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df_populate_sysroot.tar.zst\nDEBUG: Using  for 68/45/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/e1/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/16/24/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15_recipe_qa.tar.zst\nDEBUG: For url file://5b/e9/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/e9/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad_package_write_rpm.tar.zst;downloadfilename=5b/e9/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad_package_write_rpm.tar.zst\nDEBUG: Searching for 10/39/sstate:initscripts::1.0:r0::11:1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4a/db/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d8/1d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://85/16/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df_populate_sysroot.tar.zst\nDEBUG: Testing URL file://68/45/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287_create_runtime_spdx.tar.zst\nDEBUG: Searching for a4/e1/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/16/24/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 10/39/sstate:initscripts::1.0:r0::11:1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7_populate_lic.tar.zst\nDEBUG: Testing URL file://4a/db/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b_packagedata.tar.zst\nDEBUG: Searching for universal/d8/1d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5b/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:5bd6f423775d76b2216af516d0063f83c6c4a8a216443e1e568957f4348fe049_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '85/16/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '68/45/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a4/e1/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6_packagedata.tar.zst\nDEBUG: Using  for universal/16/24/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15_recipe_qa.tar.zst\nDEBUG: Testing URL file://10/39/sstate:initscripts::1.0:r0::11:1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4a/db/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/d8/1d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://68/f4/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb_recipe_qa.tar.zst\nDEBUG: For url file://85/16/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/16/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.5%3Ar0%3Acore2-64%3A11%3A8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df_populate_sysroot.tar.zst;downloadfilename=85/16/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df_populate_sysroot.tar.zst\nDEBUG: For url file://68/45/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/45/sstate%3Arust%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287_create_runtime_spdx.tar.zst;downloadfilename=68/45/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a4/e1/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6_packagedata.tar.zst\nDEBUG: Testing URL file://universal/16/24/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '10/39/sstate:initscripts::1.0:r0::11:1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4a/db/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/db/sstate%3Acargo%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b_packagedata.tar.zst;downloadfilename=4a/db/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b_packagedata.tar.zst\nDEBUG: Testing URL file://universal/d8/1d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 68/f4/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a4/e1/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/7b/89/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/16/24/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://10/39/sstate:initscripts::1.0:r0::11:1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/39/sstate%3Ainitscripts%3A%3A1.0%3Ar0%3A%3A11%3A1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7_populate_lic.tar.zst;downloadfilename=10/39/sstate:initscripts::1.0:r0::11:1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/d8/1d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/f4/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/e9/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad_package_write_rpm.tar.zst\nDEBUG: For url file://a4/e1/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/e1/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A11%3Aa4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6_packagedata.tar.zst;downloadfilename=a4/e1/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://49/c6/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/16/24/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/16/24/sstate%3Apython3-installer-native%3Ax86_64-linux%3A0.7.0%3Ar0%3Ax86_64%3A11%3A16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15_recipe_qa.tar.zst;downloadfilename=universal/16/24/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15_recipe_qa.tar.zst\nDEBUG: For url file://universal/d8/1d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d8/1d/sstate%3Aopenssl-native%3Ax86_64-linux%3A3.2.0%3Ar0%3Ax86_64%3A11%3Ad81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d8/1d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://68/f4/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/47/61/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350_recipe_qa.tar.zst\nDEBUG: Searching for 49/c6/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://85/16/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:8516f718c445cd976054ff3a63d5f91e12851fe3f703c971e7a6e0c159ef47df_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/e5/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/db/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b_packagedata.tar.zst\nDEBUG: For url ['file', '', '68/f4/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/47/61/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 49/c6/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/8f/sstate:libksba::1.6.5:r0::11:1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/07/17/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/ce/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f_create_spdx.tar.zst\nDEBUG: For url file://68/f4/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/f4/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb_recipe_qa.tar.zst;downloadfilename=68/f4/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://10/39/sstate:initscripts::1.0:r0::11:1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7_populate_lic.tar.zst\nDEBUG: Using  for universal/47/61/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/e1/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6_packagedata.tar.zst\nDEBUG: Testing URL file://49/c6/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559_create_runtime_spdx.tar.zst\nDEBUG: Searching for 1d/8f/sstate:libksba::1.6.5:r0::11:1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/07/17/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/79/ce/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://63/19/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/16/24/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/47/61/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f1/41/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '49/c6/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1d/8f/sstate:libksba::1.6.5:r0::11:1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1_populate_lic.tar.zst\nDEBUG: Using  for universal/07/17/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/79/ce/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f_create_spdx.tar.zst\nDEBUG: Searching for 63/19/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ae/84/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42_package.tar.zst\nDEBUG: For url ['file', '', 'universal/47/61/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/d8/1d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:d81dfbe4840f5cff8798193f75ed0199fe754216d5a3ba9b68cec9aab7ef9c13_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/f1/41/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://49/c6/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/c6/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3A49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559_create_runtime_spdx.tar.zst;downloadfilename=49/c6/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1d/8f/sstate:libksba::1.6.5:r0::11:1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/07/17/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/79/ce/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f_create_spdx.tar.zst\nDEBUG: Using  for 63/19/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630_package_write_rpm.tar.zst\nDEBUG: Searching for ae/84/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/47/61/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/47/61/sstate%3Aquilt-native%3Ax86_64-linux%3A0.67%3Ar0%3Ax86_64%3A11%3A4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350_recipe_qa.tar.zst;downloadfilename=universal/47/61/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://76/cc/sstate:shutdown-desktop::1.0:r0::11:76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3_populate_lic.tar.zst\nDEBUG: Using  for universal/f1/41/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1d/8f/sstate:libksba::1.6.5:r0::11:1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/07/17/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/79/ce/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://63/19/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://90/2c/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5_create_runtime_spdx.tar.zst\nDEBUG: Using  for ae/84/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42_package.tar.zst\nDEBUG: Searching for 76/cc/sstate:shutdown-desktop::1.0:r0::11:76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/f1/41/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1d/8f/sstate:libksba::1.6.5:r0::11:1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/8f/sstate%3Alibksba%3A%3A1.6.5%3Ar0%3A%3A11%3A1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1_populate_lic.tar.zst;downloadfilename=1d/8f/sstate:libksba::1.6.5:r0::11:1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1_populate_lic.tar.zst\nDEBUG: For url file://universal/07/17/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/07/17/sstate%3Alibarchive-native%3Ax86_64-linux%3A3.7.2%3Ar0%3Ax86_64%3A11%3A0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207_create_runtime_spdx.tar.zst;downloadfilename=universal/07/17/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://68/f4/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb_recipe_qa.tar.zst\nDEBUG: For url file://universal/79/ce/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/ce/sstate%3Afreetype-native%3Ax86_64-linux%3A2.13.2%3Ar0%3Ax86_64%3A11%3A79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f_create_spdx.tar.zst;downloadfilename=universal/79/ce/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '63/19/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1e/57/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ae/84/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42_package.tar.zst\nDEBUG: Using  for 76/cc/sstate:shutdown-desktop::1.0:r0::11:76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/f1/41/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://10/39/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://49/c6/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559_create_runtime_spdx.tar.zst\nDEBUG: For url file://63/19/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/19/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A11%3A6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630_package_write_rpm.tar.zst;downloadfilename=63/19/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630_package_write_rpm.tar.zst\nDEBUG: Searching for 1e/57/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ae/84/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://76/cc/sstate:shutdown-desktop::1.0:r0::11:76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3_populate_lic.tar.zst\nDEBUG: For url file://universal/f1/41/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f1/41/sstate%3Azip-native%3Ax86_64-linux%3A3.0%3Ar0%3Ax86_64%3A11%3Af1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f1/41/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 10/39/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/47/61/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://43/7f/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0_create_spdx.tar.zst\nDEBUG: Using  for 1e/57/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56_create_runtime_spdx.tar.zst\nDEBUG: For url file://ae/84/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/84/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.36%3Ar0%3Acore2-64%3A11%3Aae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42_package.tar.zst;downloadfilename=ae/84/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42_package.tar.zst\nDEBUG: For url ['file', '', '76/cc/sstate:shutdown-desktop::1.0:r0::11:76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 10/39/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/8f/sstate:libksba::1.6.5:r0::11:1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://46/da/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/07/17/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207_create_runtime_spdx.tar.zst\nDEBUG: Searching for 43/7f/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1e/57/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56_create_runtime_spdx.tar.zst\nDEBUG: For url file://76/cc/sstate:shutdown-desktop::1.0:r0::11:76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/cc/sstate%3Ashutdown-desktop%3A%3A1.0%3Ar0%3A%3A11%3A76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3_populate_lic.tar.zst;downloadfilename=76/cc/sstate:shutdown-desktop::1.0:r0::11:76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/79/ce/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f_create_spdx.tar.zst\nDEBUG: Testing URL file://10/39/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://80/81/sstate:dbus-native::1.14.10:r0::11:8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b_populate_lic.tar.zst\nDEBUG: Searching for 46/da/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://55/a2/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de_recipe_qa.tar.zst\nDEBUG: Using  for 43/7f/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1e/57/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://63/19/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/a6/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '10/39/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 80/81/sstate:dbus-native::1.14.10:r0::11:8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 46/da/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e_packagedata.tar.zst\nDEBUG: Searching for 55/a2/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://43/7f/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0_create_spdx.tar.zst\nDEBUG: For url file://1e/57/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/57/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A11%3A1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56_create_runtime_spdx.tar.zst;downloadfilename=1e/57/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f1/41/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f1410d37c94efeb40a58c9c1d04177ea763f2f1cf92bad563110aff3b64cbf2c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/98/sstate:openssl::3.2.0:r0::11:1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067_populate_lic.tar.zst\nDEBUG: Searching for b1/a6/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://10/39/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/39/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A11%3A10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f_package_qa.tar.zst;downloadfilename=10/39/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f_package_qa.tar.zst\nDEBUG: Using  for 80/81/sstate:dbus-native::1.14.10:r0::11:8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b_populate_lic.tar.zst\nDEBUG: Testing URL file://46/da/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e_packagedata.tar.zst\nDEBUG: Using  for 55/a2/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '43/7f/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3d/31/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1a/98/sstate:openssl::3.2.0:r0::11:1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ae/84/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ae84450eb9a868d5ce759062c7267aa88ee18aeaeffd068528116608e6580b42_package.tar.zst\nDEBUG: Using  for b1/a6/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://80/81/sstate:dbus-native::1.14.10:r0::11:8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '46/da/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://76/cc/sstate:shutdown-desktop::1.0:r0::11:76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3_populate_lic.tar.zst\nDEBUG: Testing URL file://55/a2/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de_recipe_qa.tar.zst\nDEBUG: For url file://43/7f/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/7f/sstate%3Awayland%3Acore2-64-poky-linux%3A1.22.0%3Ar0%3Acore2-64%3A11%3A437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0_create_spdx.tar.zst;downloadfilename=43/7f/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0_create_spdx.tar.zst\nDEBUG: Searching for 3d/31/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1a/98/sstate:openssl::3.2.0:r0::11:1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://db/94/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b1/a6/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '80/81/sstate:dbus-native::1.14.10:r0::11:8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://46/da/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/da/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A11%3A46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e_packagedata.tar.zst;downloadfilename=46/da/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d3/02/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '55/a2/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3d/31/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1a/98/sstate:openssl::3.2.0:r0::11:1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067_populate_lic.tar.zst\nDEBUG: Searching for db/94/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://1e/57/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b1/a6/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://80/81/sstate:dbus-native::1.14.10:r0::11:8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/81/sstate%3Adbus-native%3A%3A1.14.10%3Ar0%3A%3A11%3A8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b_populate_lic.tar.zst;downloadfilename=80/81/sstate:dbus-native::1.14.10:r0::11:8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b_populate_lic.tar.zst\nDEBUG: Searching for universal/d3/02/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://55/a2/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/a2/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.6%3Ar0%3Acore2-64%3A11%3A55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de_recipe_qa.tar.zst;downloadfilename=55/a2/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/31/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/a6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://10/39/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f_package_qa.tar.zst\nDEBUG: For url ['file', '', '1a/98/sstate:openssl::3.2.0:r0::11:1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://32/53/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d_create_spdx.tar.zst\nDEBUG: Using  for db/94/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://16/32/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9_package_qa.tar.zst\nDEBUG: For url file://b1/a6/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/a6/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A11%3Ab1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1_create_runtime_spdx.tar.zst;downloadfilename=b1/a6/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/d3/02/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3d/31/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://88/3c/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://90/77/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f_populate_sysroot.tar.zst\nDEBUG: For url file://1a/98/sstate:openssl::3.2.0:r0::11:1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/98/sstate%3Aopenssl%3A%3A3.2.0%3Ar0%3A%3A11%3A1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067_populate_lic.tar.zst;downloadfilename=1a/98/sstate:openssl::3.2.0:r0::11:1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://77/a4/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://db/94/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 16/32/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/d3/02/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd_recipe_qa.tar.zst\nDEBUG: For url file://3d/31/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/31/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A11%3A3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac_deploy_source_date_epoch.tar.zst;downloadfilename=3d/31/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://46/da/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e_packagedata.tar.zst\nDEBUG: Searching for 88/3c/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://68/45/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287_create_runtime_spdx.tar.zst\nDEBUG: Searching for 90/77/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://80/81/sstate:dbus-native::1.14.10:r0::11:8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b_populate_lic.tar.zst\nDEBUG: Searching for 77/a4/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'db/94/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 16/32/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d3/02/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/3c/9f/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://55/a2/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de_recipe_qa.tar.zst\nDEBUG: Using  for 88/3c/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8d/3b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0_populate_sysroot.tar.zst\nDEBUG: Using  for 90/77/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://30/99/sstate:neard::0.19:r0::11:30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a_populate_lic.tar.zst\nDEBUG: Using  for 77/a4/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://db/94/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/94/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A11%3Adb9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7_deploy_source_date_epoch.tar.zst;downloadfilename=db/94/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://16/32/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9_package_qa.tar.zst\nDEBUG: For url file://universal/d3/02/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/02/sstate%3Apython3-hatchling-native%3Ax86_64-linux%3A1.21.0%3Ar0%3Ax86_64%3A11%3Ad302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd_recipe_qa.tar.zst;downloadfilename=universal/d3/02/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd_recipe_qa.tar.zst\nDEBUG: Searching for universal/3c/9f/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://cf/c2/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://88/3c/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe_recipe_qa.tar.zst\nDEBUG: Searching for universal/8d/3b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b1/a6/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://90/77/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f_populate_sysroot.tar.zst\nDEBUG: Searching for 30/99/sstate:neard::0.19:r0::11:30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://77/a4/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '16/32/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/3c/9f/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/98/sstate:openssl::3.2.0:r0::11:1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067_populate_lic.tar.zst\nDEBUG: Searching for cf/c2/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '88/3c/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3d/31/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3d316e9165fc0c76b2f80bbb592a943a549ee6f5e67add5078524776be2bdeac_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/8d/3b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://20/4d/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '90/77/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 30/99/sstate:neard::0.19:r0::11:30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '77/a4/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://16/32/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/32/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9_package_qa.tar.zst;downloadfilename=16/32/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9_package_qa.tar.zst\nDEBUG: Testing URL file://universal/3c/9f/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://93/a3/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b_packagedata.tar.zst\nDEBUG: Using  for cf/c2/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b_package_write_rpm.tar.zst\nDEBUG: For url file://88/3c/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/3c/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe_recipe_qa.tar.zst;downloadfilename=88/3c/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://53/95/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2_package.tar.zst\nDEBUG: Testing URL file://universal/8d/3b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0_populate_sysroot.tar.zst\nDEBUG: Searching for 20/4d/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://90/77/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/77/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3A9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f_populate_sysroot.tar.zst;downloadfilename=90/77/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://30/99/sstate:neard::0.19:r0::11:30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a_populate_lic.tar.zst\nDEBUG: For url file://77/a4/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/a4/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.25.1%3Ar0%3Acore2-64%3A11%3A77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d_deploy_source_date_epoch.tar.zst;downloadfilename=77/a4/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/3c/9f/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 93/a3/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://db/94/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:db9419301b47583be198c10b0c1186587d9bc1ca3b80c82a2f54120690e5d3a7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cf/c2/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b_package_write_rpm.tar.zst\nDEBUG: Searching for 53/95/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/8d/3b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 20/4d/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d3/02/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '30/99/sstate:neard::0.19:r0::11:30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/3c/9f/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3c/9f/sstate%3Alibpciaccess-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A11%3A3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38_deploy_source_date_epoch.tar.zst;downloadfilename=universal/3c/9f/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 93/a3/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://16/32/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/a9/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1_deploy.tar.zst\nDEBUG: For url ['file', '', 'cf/c2/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 53/95/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2_package.tar.zst\nDEBUG: For url file://universal/8d/3b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8d/3b/sstate%3Am4-native%3Ax86_64-linux%3A1.4.19%3Ar0%3Ax86_64%3A11%3A8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0_populate_sysroot.tar.zst;downloadfilename=universal/8d/3b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://20/4d/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/4a/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://30/99/sstate:neard::0.19:r0::11:30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/99/sstate%3Aneard%3A%3A0.19%3Ar0%3A%3A11%3A30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a_populate_lic.tar.zst;downloadfilename=30/99/sstate:neard::0.19:r0::11:30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a_populate_lic.tar.zst\nDEBUG: Testing URL file://93/a3/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://63/ce/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9_packagedata.tar.zst\nDEBUG: Searching for 2c/a9/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1_deploy.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://cf/c2/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/c2/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3Acfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b_package_write_rpm.tar.zst;downloadfilename=cf/c2/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://53/95/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2_package.tar.zst\nDEBUG: For url ['file', '', '20/4d/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6c/4a/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://77/a4/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:77a4df22925aa2d119a0bab2e649d8c6932b4cae279ae4bcb549e154a044790d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://90/77/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://88/3c/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '93/a3/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 63/ce/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2c/a9/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1_deploy.tar.zst\nDEBUG: For url ['file', '', '53/95/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/3c/9f/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:3c9f9223f4d8b87bb7cd42e21c3da90f51bfc601a4b58a0bf9ab193433c34a38_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://20/4d/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/4d/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.5%3Ar0%3Acore2-64%3A11%3A204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c_create_runtime_spdx.tar.zst;downloadfilename=20/4d/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c_create_runtime_spdx.tar.zst\nDEBUG: Using  for 6c/4a/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://54/8d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/68/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/c3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363_package_write_rpm.tar.zst\nDEBUG: For url file://93/a3/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/a3/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3A93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b_packagedata.tar.zst;downloadfilename=93/a3/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b_packagedata.tar.zst\nDEBUG: Using  for 63/ce/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9_packagedata.tar.zst\nDEBUG: Testing URL file://2c/a9/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1_deploy.tar.zst\nDEBUG: For url file://53/95/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/95/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.41%3Ar0%3Acore2-64%3A11%3A53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2_package.tar.zst;downloadfilename=53/95/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/ff/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6c/4a/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8d/3b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0_populate_sysroot.tar.zst\nDEBUG: Searching for 54/8d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7b/68/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7f/c3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://30/99/sstate:neard::0.19:r0::11:30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a_populate_lic.tar.zst\nDEBUG: Testing URL file://63/ce/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9_packagedata.tar.zst\nDEBUG: For url ['file', '', '2c/a9/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1_deploy.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://cf/c2/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b_package_write_rpm.tar.zst\nDEBUG: Searching for c1/ff/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '6c/4a/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://43/38/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd_populate_sysroot.tar.zst\nDEBUG: Using  for 54/8d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c_package.tar.zst\nDEBUG: Using  for 7b/68/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7_package_qa.tar.zst\nDEBUG: Using  for 7f/c3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8f/35/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '63/ce/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2c/a9/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1_deploy.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/a9/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3A2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1_deploy.tar.zst;downloadfilename=2c/a9/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1_deploy.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/1d/sstate:udev-extraconf::1.1:r0::11:e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf_populate_lic.tar.zst\nDEBUG: Using  for c1/ff/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9_populate_sysroot.tar.zst\nDEBUG: For url file://6c/4a/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/4a/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.9.0%3Ar0%3Acore2-64%3A11%3A6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468_deploy_source_date_epoch.tar.zst;downloadfilename=6c/4a/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 43/38/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://54/8d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c_package.tar.zst\nDEBUG: Testing URL file://7b/68/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7_package_qa.tar.zst\nDEBUG: Testing URL file://7f/c3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363_package_write_rpm.tar.zst\nDEBUG: Searching for universal/8f/35/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://63/ce/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/ce/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A11%3A63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9_packagedata.tar.zst;downloadfilename=63/ce/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9_packagedata.tar.zst\nDEBUG: Searching for e9/1d/sstate:udev-extraconf::1.1:r0::11:e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c1/ff/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://20/4d/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c_create_runtime_spdx.tar.zst\nDEBUG: Using  for 43/38/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '54/8d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://53/95/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:53956bff0686c6dca5ee39de418b85ad28fc42241dd3e5e166a048ea7f79dcb2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://93/a3/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b_packagedata.tar.zst\nDEBUG: For url ['file', '', '7b/68/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7f/c3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/8f/35/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d_create_spdx.tar.zst\nDEBUG: Using  for e9/1d/sstate:udev-extraconf::1.1:r0::11:e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c1/ff/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/da/68/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://43/38/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd_populate_sysroot.tar.zst\nDEBUG: For url file://54/8d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/8d/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3A548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c_package.tar.zst;downloadfilename=54/8d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/c7/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/55/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53_package_write_rpm.tar.zst\nDEBUG: For url file://7b/68/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/68/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7_package_qa.tar.zst;downloadfilename=7b/68/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7_package_qa.tar.zst\nDEBUG: For url file://7f/c3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/c3/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A11%3A7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363_package_write_rpm.tar.zst;downloadfilename=7f/c3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/8f/35/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d_create_spdx.tar.zst\nDEBUG: Testing URL file://e9/1d/sstate:udev-extraconf::1.1:r0::11:e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf_populate_lic.tar.zst\nDEBUG: For url file://c1/ff/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/ff/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.25.1%3Ar0%3Acore2-64%3A11%3Ac1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9_populate_sysroot.tar.zst;downloadfilename=c1/ff/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9_populate_sysroot.tar.zst\nDEBUG: Searching for universal/da/68/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '43/38/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3c/c7/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d5/55/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6c/4a/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:6c4a4b9db814b06ee8495081e68213ae4c92172a82c5f9586089eb8564d23468_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/8f/35/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://63/ce/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e9/1d/sstate:udev-extraconf::1.1:r0::11:e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/da/68/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://43/38/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/38/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A11%3A43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd_populate_sysroot.tar.zst;downloadfilename=43/38/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd_populate_sysroot.tar.zst\nDEBUG: Using  for 3c/c7/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918_package_write_rpm.tar.zst\nDEBUG: Using  for d5/55/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e9/a7/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/8f/35/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8f/35/sstate%3Alibmpc-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A11%3A8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d_create_spdx.tar.zst;downloadfilename=universal/8f/35/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/10/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9_packagedata.tar.zst\nDEBUG: For url file://e9/1d/sstate:udev-extraconf::1.1:r0::11:e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/1d/sstate%3Audev-extraconf%3A%3A1.1%3Ar0%3A%3A11%3Ae91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf_populate_lic.tar.zst;downloadfilename=e9/1d/sstate:udev-extraconf::1.1:r0::11:e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/da/68/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3c/c7/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d5/55/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/68/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7_package_qa.tar.zst\nDEBUG: Searching for universal/e9/a7/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7f/c3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363_package_write_rpm.tar.zst\nDEBUG: Searching for c8/10/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://54/8d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:548d2e99012e19dc4f4ce29770d907086b9ec17c561e86cccb80c2b59ca1012c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/ff/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:c1fffc18d9449b837320ecc0e92e9e1e4e9db98b4651533e80afb26e2d83b4d9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/da/68/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3c/c7/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd5/55/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://43/7f/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/b2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592_package_qa.tar.zst\nDEBUG: Using  for universal/e9/a7/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/1c/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224_recipe_qa.tar.zst\nDEBUG: Using  for c8/10/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://76/83/sstate:lttng-tools::2.13.11:r0::11:76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/30/77/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/da/68/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/68/sstate%3Alibmodulemd-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A11%3Ada68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/da/68/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3c/c7/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/c7/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A11%3A3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918_package_write_rpm.tar.zst;downloadfilename=3c/c7/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://43/38/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:43389e8d5a5674bba59315aebd13e04b51cda56746fe7d6f1397a986d666a9bd_populate_sysroot.tar.zst\nDEBUG: For url file://d5/55/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/55/sstate%3Awayland%3Acore2-64-poky-linux%3A1.22.0%3Ar0%3Acore2-64%3A11%3Ad555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53_package_write_rpm.tar.zst;downloadfilename=d5/55/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://98/bd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99_packagedata.tar.zst\nDEBUG: Searching for 7b/b2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/e9/a7/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5_create_runtime_spdx.tar.zst\nDEBUG: Searching for 6b/1c/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c8/10/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9_packagedata.tar.zst\nDEBUG: Searching for 76/83/sstate:lttng-tools::2.13.11:r0::11:76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/8f/35/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d_create_spdx.tar.zst\nDEBUG: Searching for universal/30/77/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://72/4d/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/1d/sstate:udev-extraconf::1.1:r0::11:e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf_populate_lic.tar.zst\nDEBUG: Searching for 98/bd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7b/b2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e9/a7/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6b/1c/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c8/10/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 76/83/sstate:lttng-tools::2.13.11:r0::11:76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/71/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/30/77/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 72/4d/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://07/12/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 98/bd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99_packagedata.tar.zst\nDEBUG: Testing URL file://7b/b2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592_package_qa.tar.zst\nDEBUG: For url file://universal/e9/a7/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e9/a7/sstate%3Apython3-more-itertools-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A11%3Ae9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5_create_runtime_spdx.tar.zst;downloadfilename=universal/e9/a7/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6b/1c/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224_recipe_qa.tar.zst\nDEBUG: For url file://c8/10/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/10/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.4%3Ar0%3Acore2-64%3A11%3Ac810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9_packagedata.tar.zst;downloadfilename=c8/10/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9_packagedata.tar.zst\nDEBUG: Testing URL file://76/83/sstate:lttng-tools::2.13.11:r0::11:76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18_populate_lic.tar.zst\nDEBUG: Searching for fe/71/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/30/77/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 72/4d/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a_recipe_qa.tar.zst\nDEBUG: Searching for 07/12/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://98/bd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99_packagedata.tar.zst\nDEBUG: For url ['file', '', '7b/b2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6b/1c/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3c/c7/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/68/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:da68eb166ec99566aac4e6b209613d084eff8a6bfd910c8cd094f9c18f33553b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '76/83/sstate:lttng-tools::2.13.11:r0::11:76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fe/71/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/30/77/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d5/55/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53_package_write_rpm.tar.zst\nDEBUG: Testing URL file://72/4d/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a_recipe_qa.tar.zst\nDEBUG: Using  for 07/12/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '98/bd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7b/b2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/b2/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A11%3A7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592_package_qa.tar.zst;downloadfilename=7b/b2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592_package_qa.tar.zst\nDEBUG: For url file://6b/1c/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/1c/sstate%3Atzdata%3Aall-poky-linux%3A2023d%3Ar0%3Aallarch%3A11%3A6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224_recipe_qa.tar.zst;downloadfilename=6b/1c/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/e6/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://03/2b/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b_package_qa.tar.zst\nDEBUG: For url file://76/83/sstate:lttng-tools::2.13.11:r0::11:76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/83/sstate%3Alttng-tools%3A%3A2.13.11%3Ar0%3A%3A11%3A76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18_populate_lic.tar.zst;downloadfilename=76/83/sstate:lttng-tools::2.13.11:r0::11:76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18_populate_lic.tar.zst\nDEBUG: Testing URL file://fe/71/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/30/77/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/30/77/sstate%3Alibedit-native%3Ax86_64-linux%3A20230828-3.1%3Ar0%3Ax86_64%3A11%3A3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032_deploy_source_date_epoch.tar.zst;downloadfilename=universal/30/77/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ff/11/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071_create_spdx.tar.zst\nDEBUG: For url ['file', '', '72/4d/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://07/12/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://98/bd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/bd/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99_packagedata.tar.zst;downloadfilename=98/bd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99_packagedata.tar.zst\nDEBUG: Searching for c4/e6/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 03/2b/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/e9/a7/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/10/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9_packagedata.tar.zst\nDEBUG: For url ['file', '', 'fe/71/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/ff/11/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://72/4d/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/4d/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A11%3A724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a_recipe_qa.tar.zst;downloadfilename=72/4d/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '07/12/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c4/e6/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb_packagedata.tar.zst\nDEBUG: Using  for 03/2b/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/b2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/1c/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://11/23/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/74/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946_recipe_qa.tar.zst\nDEBUG: For url file://fe/71/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/71/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A11%3Afe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d_create_runtime_spdx.tar.zst;downloadfilename=fe/71/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/ff/11/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071_create_spdx.tar.zst\nDEBUG: For url file://07/12/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/12/sstate%3Aell%3Acore2-64-poky-linux%3A0.61%3Ar0%3Acore2-64%3A11%3A071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3_deploy_source_date_epoch.tar.zst;downloadfilename=07/12/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c4/e6/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://76/83/sstate:lttng-tools::2.13.11:r0::11:76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18_populate_lic.tar.zst\nDEBUG: Testing URL file://03/2b/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/6a/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bc/23/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3_recipe_qa.tar.zst\nDEBUG: Searching for 11/23/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/08/74/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/ff/11/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c4/e6/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/30/77/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:3077bc3eb0adf6a31de804e0cc5b559a082a5048078acf9ed4e19a9a06e9a032_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://98/bd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/91/sstate:wayland-protocols-native::1.32:r0::11:6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46_populate_lic.tar.zst\nDEBUG: For url ['file', '', '03/2b/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f2/6a/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/bc/23/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 11/23/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087_packagedata.tar.zst\nDEBUG: Using  for universal/08/74/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ff/11/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c4/e6/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/e6/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A11%3Ac4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb_packagedata.tar.zst;downloadfilename=c4/e6/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://72/4d/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://25/b9/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/6c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31_create_spdx.tar.zst\nDEBUG: Searching for 6e/91/sstate:wayland-protocols-native::1.32:r0::11:6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://03/2b/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/2b/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.33.2%3Ar0%3Acore2-64%3A11%3A032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b_package_qa.tar.zst;downloadfilename=03/2b/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b_package_qa.tar.zst\nDEBUG: Using  for f2/6a/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/bc/23/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3_recipe_qa.tar.zst\nDEBUG: Testing URL file://11/23/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087_packagedata.tar.zst\nDEBUG: Testing URL file://universal/08/74/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946_recipe_qa.tar.zst\nDEBUG: For url file://universal/ff/11/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ff/11/sstate%3Agnu-config-native%3Ax86_64-linux%3A20231127%2Bgit%3Ar0%3Ax86_64%3A11%3Aff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071_create_spdx.tar.zst;downloadfilename=universal/ff/11/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/aa/sstate:python3-docutils-native::0.20.1:r0::11:c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/71/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d_create_runtime_spdx.tar.zst\nDEBUG: Searching for 25/b9/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/e6/6c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6e/91/sstate:wayland-protocols-native::1.32:r0::11:6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46_populate_lic.tar.zst\nDEBUG: Testing URL file://f2/6a/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/bc/23/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://07/12/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:071216037393b9f626127b33cdda64f23c8f3cc7803c1cd16c7aec42ea3e8fc3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '11/23/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/08/74/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c7/aa/sstate:python3-docutils-native::0.20.1:r0::11:c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d5/2a/sstate:openssh::9.5p1:r0::11:d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f_populate_lic.tar.zst\nDEBUG: Using  for 25/b9/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab_create_spdx.tar.zst\nDEBUG: Using  for universal/e6/6c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31_create_spdx.tar.zst\nDEBUG: Testing URL file://6e/91/sstate:wayland-protocols-native::1.32:r0::11:6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f2/6a/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/bc/23/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://54/59/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a_create_spdx.tar.zst\nDEBUG: For url file://11/23/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/23/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.0%3Ar0%3Acore2-64%3A11%3A11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087_packagedata.tar.zst;downloadfilename=11/23/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087_packagedata.tar.zst\nDEBUG: For url file://universal/08/74/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/74/sstate%3Agtk-doc-native%3Ax86_64-linux%3A1.33.2%3Ar0%3Ax86_64%3A11%3A0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946_recipe_qa.tar.zst;downloadfilename=universal/08/74/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946_recipe_qa.tar.zst\nDEBUG: Using  for c7/aa/sstate:python3-docutils-native::0.20.1:r0::11:c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/a9/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1_deploy.tar.zst\nDEBUG: Searching for d5/2a/sstate:openssh::9.5p1:r0::11:d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c4/e6/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb_packagedata.tar.zst\nDEBUG: Testing URL file://25/b9/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/e6/6c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6e/91/sstate:wayland-protocols-native::1.32:r0::11:6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f2/6a/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/6a/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3Af26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d_create_runtime_spdx.tar.zst;downloadfilename=f2/6a/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/bc/23/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bc/23/sstate%3Aasciidoc-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A11%3Abc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3_recipe_qa.tar.zst;downloadfilename=universal/bc/23/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3_recipe_qa.tar.zst\nDEBUG: Searching for 54/59/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c7/aa/sstate:python3-docutils-native::0.20.1:r0::11:c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://03/2b/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d5/2a/sstate:openssh::9.5p1:r0::11:d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://06/a9/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a_package_qa.tar.zst\nDEBUG: For url ['file', '', '25/b9/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e6/6c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6e/91/sstate:wayland-protocols-native::1.32:r0::11:6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/91/sstate%3Awayland-protocols-native%3A%3A1.32%3Ar0%3A%3A11%3A6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46_populate_lic.tar.zst;downloadfilename=6e/91/sstate:wayland-protocols-native::1.32:r0::11:6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ff/11/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071_create_spdx.tar.zst\nDEBUG: Using  for 54/59/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c7/aa/sstate:python3-docutils-native::0.20.1:r0::11:c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://09/8c/sstate:ninja-native::1.11.1:r0::11:098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62_populate_lic.tar.zst\nDEBUG: Searching for universal/74/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d5/2a/sstate:openssh::9.5p1:r0::11:d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f_populate_lic.tar.zst\nDEBUG: Searching for 06/a9/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://25/b9/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/b9/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.78.1%3Ar0%3Acore2-64%3A11%3A25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab_create_spdx.tar.zst;downloadfilename=25/b9/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://11/23/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087_packagedata.tar.zst\nDEBUG: For url file://universal/e6/6c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/6c/sstate%3Alibsolv-native%3Ax86_64-linux%3A0.7.28%3Ar0%3Ax86_64%3A11%3Ae66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31_create_spdx.tar.zst;downloadfilename=universal/e6/6c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/74/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:0874dfa80404b27b9f6704580d963e790b96711901029f679a2078d1b5918946_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/01/sstate:mesa::23.3.5:r0::11:aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff_populate_lic.tar.zst\nDEBUG: Testing URL file://54/59/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a_create_spdx.tar.zst\nDEBUG: For url file://c7/aa/sstate:python3-docutils-native::0.20.1:r0::11:c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/aa/sstate%3Apython3-docutils-native%3A%3A0.20.1%3Ar0%3A%3A11%3Ac7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b_populate_lic.tar.zst;downloadfilename=c7/aa/sstate:python3-docutils-native::0.20.1:r0::11:c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b_populate_lic.tar.zst\nDEBUG: Searching for 09/8c/sstate:ninja-native::1.11.1:r0::11:098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/74/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd5/2a/sstate:openssh::9.5p1:r0::11:d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 06/a9/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bc/23/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:bc23a90d5718fa23da5ac9f5c4f6bcbff5716035835bbe88cfcfb904529195d3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/f1/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/6a/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/c0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af_create_spdx.tar.zst\nDEBUG: Searching for aa/01/sstate:mesa::23.3.5:r0::11:aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '54/59/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 09/8c/sstate:ninja-native::1.11.1:r0::11:098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/91/sstate:wayland-protocols-native::1.32:r0::11:6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/74/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d5/2a/sstate:openssh::9.5p1:r0::11:d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/2a/sstate%3Aopenssh%3A%3A9.5p1%3Ar0%3A%3A11%3Ad52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f_populate_lic.tar.zst;downloadfilename=d5/2a/sstate:openssh::9.5p1:r0::11:d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f_populate_lic.tar.zst\nDEBUG: Testing URL file://06/a9/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/f1/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d2/f1/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://8c/2e/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf_recipe_qa.tar.zst\nDEBUG: Searching for d0/c0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for aa/01/sstate:mesa::23.3.5:r0::11:aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff_populate_lic.tar.zst\nDEBUG: For url file://54/59/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/59/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A11%3A5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a_create_spdx.tar.zst;downloadfilename=54/59/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a_create_spdx.tar.zst\nDEBUG: Testing URL file://09/8c/sstate:ninja-native::1.11.1:r0::11:098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ee/58/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/74/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '06/a9/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b1/f1/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d2/f1/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e6/6c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31_create_spdx.tar.zst\nDEBUG: Searching for 8c/2e/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d0/c0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af_create_spdx.tar.zst\nDEBUG: Testing URL file://aa/01/sstate:mesa::23.3.5:r0::11:aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff_populate_lic.tar.zst\nDEBUG: For url ['file', '', '09/8c/sstate:ninja-native::1.11.1:r0::11:098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c7/aa/sstate:python3-docutils-native::0.20.1:r0::11:c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b_populate_lic.tar.zst\nDEBUG: Searching for universal/ee/58/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/74/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/4a/sstate%3Apython3-hatch-vcs-native%3Ax86_64-linux%3A0.4.0%3Ar0%3Ax86_64%3A11%3A744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff_deploy_source_date_epoch.tar.zst;downloadfilename=universal/74/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://06/a9/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/a9/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.30.2%3Ar0%3Acore2-64%3A11%3A06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a_package_qa.tar.zst;downloadfilename=06/a9/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a_package_qa.tar.zst\nDEBUG: Using  for b1/f1/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d2/f1/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/82/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8c/2e/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf_recipe_qa.tar.zst\nDEBUG: Testing URL file://d0/c0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'aa/01/sstate:mesa::23.3.5:r0::11:aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://09/8c/sstate:ninja-native::1.11.1:r0::11:098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/8c/sstate%3Aninja-native%3A%3A1.11.1%3Ar0%3A%3A11%3A098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62_populate_lic.tar.zst;downloadfilename=09/8c/sstate:ninja-native::1.11.1:r0::11:098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://96/47/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653_create_spdx.tar.zst\nDEBUG: Using  for universal/ee/58/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b1/f1/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd2/f1/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d5/2a/sstate:openssh::9.5p1:r0::11:d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f_populate_lic.tar.zst\nDEBUG: Searching for cf/82/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8c/2e/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd0/c0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://aa/01/sstate:mesa::23.3.5:r0::11:aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/01/sstate%3Amesa%3A%3A23.3.5%3Ar0%3A%3A11%3Aaa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff_populate_lic.tar.zst;downloadfilename=aa/01/sstate:mesa::23.3.5:r0::11:aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff_populate_lic.tar.zst\nDEBUG: Searching for 96/47/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/ee/58/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b1/f1/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d2/f1/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/f1/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3Ad2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776_package_write_rpm.tar.zst;downloadfilename=d2/f1/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/3d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7_package_write_rpm.tar.zst\nDEBUG: Using  for cf/82/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '8c/2e/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d0/c0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/c0/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3Ad0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af_create_spdx.tar.zst;downloadfilename=d0/c0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af_create_spdx.tar.zst\nDEBUG: Using  for 96/47/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ee/58/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b1/f1/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/f1/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A11%3Ab1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e_deploy_source_date_epoch.tar.zst;downloadfilename=b1/f1/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d5/3d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://cf/82/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/74/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:744a466060065bd55674fb1a343326c7fc970f39672aa58c1a1c65118e691aff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://06/a9/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a_package_qa.tar.zst\nDEBUG: For url file://8c/2e/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/2e/sstate%3Apango%3Acore2-64-poky-linux%3A1.51.0%3Ar0%3Acore2-64%3A11%3A8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf_recipe_qa.tar.zst;downloadfilename=8c/2e/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf_recipe_qa.tar.zst\nDEBUG: Testing URL file://96/47/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653_create_spdx.tar.zst\nDEBUG: For url file://universal/ee/58/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ee/58/sstate%3Awayland-native%3Ax86_64-linux%3A1.22.0%3Ar0%3Ax86_64%3A11%3Aee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ee/58/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://09/8c/sstate:ninja-native::1.11.1:r0::11:098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62_populate_lic.tar.zst\nDEBUG: Using  for d5/3d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'cf/82/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://aa/01/sstate:mesa::23.3.5:r0::11:aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/28/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/92/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '96/47/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d2/f1/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://15/87/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:15879a96035336fc74e59f19dac8ee8956e96448118c703e87876d0acbbffd01_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d6/06/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658_recipe_qa.tar.zst\nDEBUG: Testing URL file://d5/3d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7_package_write_rpm.tar.zst\nDEBUG: For url file://cf/82/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/82/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3Acf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb_create_runtime_spdx.tar.zst;downloadfilename=cf/82/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/1e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8_populate_sysroot.tar.zst\nDEBUG: Searching for b9/28/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/92/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://96/47/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/47/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653_create_spdx.tar.zst;downloadfilename=96/47/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/7b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/2d/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/f1/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:b1f170e6ac1e04e3aa3789f9a49d62da8729fc81608c1745884c46b3bfce2e4e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/d6/06/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd5/3d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 68/1e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b9/28/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1_package_qa.tar.zst\nDEBUG: Using  for e4/92/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6_populate_sysroot.tar.zst\nDEBUG: Searching for c4/7b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8c/2e/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf_recipe_qa.tar.zst\nDEBUG: Searching for 1c/2d/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://bf/21/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183_create_spdx.tar.zst\nDEBUG: Using  for universal/d6/06/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658_recipe_qa.tar.zst\nDEBUG: For url file://d5/3d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/3d/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3Ad53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7_package_write_rpm.tar.zst;downloadfilename=d5/3d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7_package_write_rpm.tar.zst\nDEBUG: Using  for 68/1e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ee/58/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:ee585760d85a1c69910cc94f22075129574a1d7f8f13badd152bc0b8f9cb9934_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b9/28/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1_package_qa.tar.zst\nDEBUG: Testing URL file://e4/92/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6_populate_sysroot.tar.zst\nDEBUG: Using  for c4/7b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/40/07/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334_recipe_qa.tar.zst\nDEBUG: Using  for 1c/2d/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582_package_qa.tar.zst\nDEBUG: Searching for bf/21/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/d6/06/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658_recipe_qa.tar.zst\nDEBUG: Testing URL file://68/1e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/f1/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b9/28/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/92/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c4/7b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/40/07/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1c/2d/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582_package_qa.tar.zst\nDEBUG: Using  for bf/21/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d6/06/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '68/1e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/f6/f1/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b9/28/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/28/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A11%3Ab928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1_package_qa.tar.zst;downloadfilename=b9/28/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1_package_qa.tar.zst\nDEBUG: For url file://e4/92/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/92/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.13%3Ar0%3Acore2-64%3A11%3Ae492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6_populate_sysroot.tar.zst;downloadfilename=e4/92/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c4/7b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/40/07/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1c/2d/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bf/21/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183_create_spdx.tar.zst\nDEBUG: For url file://universal/d6/06/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/06/sstate%3Agobject-introspection-native%3Ax86_64-linux%3A1.78.1%3Ar0%3Ax86_64%3A11%3Ad606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658_recipe_qa.tar.zst;downloadfilename=universal/d6/06/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658_recipe_qa.tar.zst\nDEBUG: For url file://68/1e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/1e/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A11%3A681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8_populate_sysroot.tar.zst;downloadfilename=68/1e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8_populate_sysroot.tar.zst\nDEBUG: Using  for universal/f6/f1/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b_recipe_qa.tar.zst\nDEBUG: For url file://c4/7b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/7b/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A11%3Ac47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940_create_runtime_spdx.tar.zst;downloadfilename=c4/7b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/40/07/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334_recipe_qa.tar.zst\nDEBUG: For url file://1c/2d/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/2d/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A11%3A1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582_package_qa.tar.zst;downloadfilename=1c/2d/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582_package_qa.tar.zst\nDEBUG: For url ['file', '', 'bf/21/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/f6/f1/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/3d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/40/07/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bf/21/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/21/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A11%3Abf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183_create_spdx.tar.zst;downloadfilename=bf/21/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/f1/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://98/80/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7_package.tar.zst\nDEBUG: For url file://universal/40/07/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/07/sstate%3Agettext-native%3Ax86_64-linux%3A0.22.4%3Ar0%3Ax86_64%3A11%3A4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334_recipe_qa.tar.zst;downloadfilename=universal/40/07/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334_recipe_qa.tar.zst\nDEBUG: For url file://universal/f6/f1/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/f1/sstate%3Awayland-native%3Ax86_64-linux%3A1.22.0%3Ar0%3Ax86_64%3A11%3Af6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b_recipe_qa.tar.zst;downloadfilename=universal/f6/f1/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/28/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1_package_qa.tar.zst\nDEBUG: Searching for 98/80/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e4/92/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e492d43cc19f4f5c86b3820ede19e75052fcfa56f2e87c7149fde7ca6d0bfce6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://68/1e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:681e9216d7fd9ed967dfde8550bd0f1f4531d61de0d2819282bba30f025770c8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d6/06/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/35/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/2d/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582_package_qa.tar.zst\nDEBUG: Using  for 98/80/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://82/1b/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/5a/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/86/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d_package.tar.zst\nDEBUG: Searching for 6e/35/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/aa/4d/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e_recipe_qa.tar.zst\nDEBUG: Testing URL file://98/80/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7_package.tar.zst\nDEBUG: Searching for 82/1b/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1c/5a/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cb/86/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6e/35/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5_recipe_qa.tar.zst\nDEBUG: Searching for universal/aa/4d/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '98/80/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 82/1b/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9_create_spdx.tar.zst\nDEBUG: Using  for 1c/5a/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778_package_qa.tar.zst\nDEBUG: Using  for cb/86/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d_package.tar.zst\nDEBUG: Testing URL file://6e/35/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5_recipe_qa.tar.zst\nDEBUG: Using  for universal/aa/4d/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e_recipe_qa.tar.zst\nDEBUG: For url file://98/80/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/80/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A11%3A98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7_package.tar.zst;downloadfilename=98/80/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7_package.tar.zst\nDEBUG: Testing URL file://82/1b/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9_create_spdx.tar.zst\nDEBUG: Testing URL file://1c/5a/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778_package_qa.tar.zst\nDEBUG: Testing URL file://cb/86/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d_package.tar.zst\nDEBUG: For url ['file', '', '6e/35/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/aa/4d/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/40/07/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '82/1b/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1c/5a/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/f6/f1/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'cb/86/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6e/35/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/35/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5_recipe_qa.tar.zst;downloadfilename=6e/35/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/aa/4d/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0b/37/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b_packagedata.tar.zst\nDEBUG: For url file://82/1b/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/1b/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A11%3A821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9_create_spdx.tar.zst;downloadfilename=82/1b/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9_create_spdx.tar.zst\nDEBUG: For url file://1c/5a/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/5a/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.28%3Ar0%3Acore2-64%3A11%3A1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778_package_qa.tar.zst;downloadfilename=1c/5a/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/4f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222_create_spdx.tar.zst\nDEBUG: For url file://cb/86/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/86/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3Acb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d_package.tar.zst;downloadfilename=cb/86/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d_package.tar.zst\nDEBUG: For url file://universal/aa/4d/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/aa/4d/sstate%3Alibdnf-native%3Ax86_64-linux%3A0.72.0%3Ar0%3Ax86_64%3A11%3Aaa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e_recipe_qa.tar.zst;downloadfilename=universal/aa/4d/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e_recipe_qa.tar.zst\nDEBUG: Searching for 0b/37/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e9/4f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://54/59/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://25/b9/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://98/80/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:98801269eea93ec0ba5776a59f490640ceb7150b0b1716a287ad56cfb3c228d7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/c0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af_create_spdx.tar.zst\nDEBUG: Using  for 0b/37/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/35/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5_recipe_qa.tar.zst\nDEBUG: Using  for e9/4f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://af/b8/sstate:xprop::1.2.6:r0::11:afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://99/b3/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e4/7b/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/41/sstate:at-spi2-core-native::2.50.1:r0::11:5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944_populate_lic.tar.zst\nDEBUG: Testing URL file://0b/37/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/75/3d/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c_recipe_qa.tar.zst\nDEBUG: Testing URL file://e9/4f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222_create_spdx.tar.zst\nDEBUG: Searching for af/b8/sstate:xprop::1.2.6:r0::11:afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 99/b3/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/e4/7b/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5d/41/sstate:at-spi2-core-native::2.50.1:r0::11:5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0b/37/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/75/3d/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e9/4f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for af/b8/sstate:xprop::1.2.6:r0::11:afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62_populate_lic.tar.zst\nDEBUG: Using  for 99/b3/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3_package_qa.tar.zst\nDEBUG: Using  for universal/e4/7b/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325_create_spdx.tar.zst\nDEBUG: Using  for 5d/41/sstate:at-spi2-core-native::2.50.1:r0::11:5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944_populate_lic.tar.zst\nDEBUG: For url file://0b/37/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/37/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b_packagedata.tar.zst;downloadfilename=0b/37/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b_packagedata.tar.zst\nDEBUG: Using  for universal/75/3d/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/5a/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778_package_qa.tar.zst\nDEBUG: For url file://e9/4f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/4f/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3Ae94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222_create_spdx.tar.zst;downloadfilename=e9/4f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222_create_spdx.tar.zst\nDEBUG: Testing URL file://af/b8/sstate:xprop::1.2.6:r0::11:afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62_populate_lic.tar.zst\nDEBUG: Testing URL file://99/b3/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3_package_qa.tar.zst\nDEBUG: Testing URL file://universal/e4/7b/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/86/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:cb8689dcce0a6983eb4b55812a17b8ef5623fdb11308be1f33fdca947ccee34d_package.tar.zst\nDEBUG: Testing URL file://5d/41/sstate:at-spi2-core-native::2.50.1:r0::11:5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/75/3d/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/6a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9_package.tar.zst\nDEBUG: For url ['file', '', 'af/b8/sstate:xprop::1.2.6:r0::11:afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '99/b3/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e4/7b/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/aa/4d/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/82/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d9/66/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5d/41/sstate:at-spi2-core-native::2.50.1:r0::11:5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/75/3d/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d7/6a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://af/b8/sstate:xprop::1.2.6:r0::11:afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/b8/sstate%3Axprop%3A%3A1.2.6%3Ar0%3A%3A11%3Aafb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62_populate_lic.tar.zst;downloadfilename=af/b8/sstate:xprop::1.2.6:r0::11:afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62_populate_lic.tar.zst\nDEBUG: For url file://99/b3/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/b3/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A11%3A99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3_package_qa.tar.zst;downloadfilename=99/b3/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3_package_qa.tar.zst\nDEBUG: For url file://universal/e4/7b/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/7b/sstate%3Apython3-zipp-native%3Ax86_64-linux%3A3.17.0%3Ar0%3Ax86_64%3A11%3Ae47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325_create_spdx.tar.zst;downloadfilename=universal/e4/7b/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/31/sstate:zip::3.0:r0::11:f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/f4/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d9/66/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5d/41/sstate:at-spi2-core-native::2.50.1:r0::11:5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/41/sstate%3Aat-spi2-core-native%3A%3A2.50.1%3Ar0%3A%3A11%3A5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944_populate_lic.tar.zst;downloadfilename=5d/41/sstate:at-spi2-core-native::2.50.1:r0::11:5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944_populate_lic.tar.zst\nDEBUG: For url file://universal/75/3d/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/3d/sstate%3Awayland-protocols-native%3Ax86_64-linux%3A1.32%3Ar0%3Ax86_64%3A11%3A753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c_recipe_qa.tar.zst;downloadfilename=universal/75/3d/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c_recipe_qa.tar.zst\nDEBUG: Using  for d7/6a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/37/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b_packagedata.tar.zst\nDEBUG: Searching for f9/31/sstate:zip::3.0:r0::11:f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://96/47/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653_create_spdx.tar.zst\nDEBUG: Searching for a8/f4/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e9/4f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222_create_spdx.tar.zst\nDEBUG: Using  for universal/d9/66/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d7/6a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/69/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2_package_write_rpm.tar.zst\nDEBUG: Using  for f9/31/sstate:zip::3.0:r0::11:f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/2a/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f_package_qa.tar.zst\nDEBUG: Using  for a8/f4/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://72/5e/sstate:libxdamage-native::1.1.6:r0::11:725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/d9/66/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd7/6a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6b/69/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f9/31/sstate:zip::3.0:r0::11:f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b_populate_lic.tar.zst\nDEBUG: Searching for 0c/2a/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a8/f4/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e4/7b/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://99/b3/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/b8/sstate:xprop::1.2.6:r0::11:afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62_populate_lic.tar.zst\nDEBUG: Searching for 72/5e/sstate:libxdamage-native::1.1.6:r0::11:725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/d9/66/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d7/6a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/6a/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A11%3Ad76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9_package.tar.zst;downloadfilename=d7/6a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9_package.tar.zst\nDEBUG: Using  for 6b/69/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f9/31/sstate:zip::3.0:r0::11:f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0c/2a/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a8/f4/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://48/64/sstate:libxfixes-native::6.0.1:r0::11:4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/f2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a1/c5/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78_create_runtime_spdx.tar.zst\nDEBUG: Using  for 72/5e/sstate:libxdamage-native::1.1.6:r0::11:725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2_populate_lic.tar.zst\nDEBUG: For url file://universal/d9/66/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d9/66/sstate%3Afont-util-native%3Ax86_64-linux%3A1.4.1%3Ar0%3Ax86_64%3A11%3Ad966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d9/66/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6b/69/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2_package_write_rpm.tar.zst\nDEBUG: For url file://f9/31/sstate:zip::3.0:r0::11:f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/31/sstate%3Azip%3A%3A3.0%3Ar0%3A%3A11%3Af93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b_populate_lic.tar.zst;downloadfilename=f9/31/sstate:zip::3.0:r0::11:f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b_populate_lic.tar.zst\nDEBUG: Testing URL file://0c/2a/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/41/sstate:at-spi2-core-native::2.50.1:r0::11:5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944_populate_lic.tar.zst\nDEBUG: For url file://a8/f4/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/f4/sstate%3Anpth%3Acore2-64-poky-linux%3A1.6%3Ar0%3Acore2-64%3A11%3Aa8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711_package_write_rpm.tar.zst;downloadfilename=a8/f4/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711_package_write_rpm.tar.zst\nDEBUG: Searching for 48/64/sstate:libxfixes-native::6.0.1:r0::11:4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5e/f2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/a1/c5/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://72/5e/sstate:libxdamage-native::1.1.6:r0::11:725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/75/3d/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6b/69/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0c/2a/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://34/90/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 48/64/sstate:libxfixes-native::6.0.1:r0::11:4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/6a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d76a5722cafb6ca1de7e6429b87e319e4e5c1fef1067fcb385cb439d1b8444f9_package.tar.zst\nDEBUG: Using  for 5e/f2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2_package_qa.tar.zst\nDEBUG: Using  for universal/a1/c5/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '72/5e/sstate:libxdamage-native::1.1.6:r0::11:725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2d/27/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5_package_qa.tar.zst\nDEBUG: For url file://6b/69/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/69/sstate%3Aencodings%3Aall-poky-linux%3A1.0.7%3Ar0%3Aallarch%3A11%3A6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2_package_write_rpm.tar.zst;downloadfilename=6b/69/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2_package_write_rpm.tar.zst\nDEBUG: For url file://0c/2a/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/2a/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A11%3A0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f_package_qa.tar.zst;downloadfilename=0c/2a/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f_package_qa.tar.zst\nDEBUG: Searching for 34/90/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://48/64/sstate:libxfixes-native::6.0.1:r0::11:4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/b5/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://5e/f2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2_package_qa.tar.zst\nDEBUG: Testing URL file://universal/a1/c5/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78_create_runtime_spdx.tar.zst\nDEBUG: For url file://72/5e/sstate:libxdamage-native::1.1.6:r0::11:725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/5e/sstate%3Alibxdamage-native%3A%3A1.1.6%3Ar0%3A%3A11%3A725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2_populate_lic.tar.zst;downloadfilename=72/5e/sstate:libxdamage-native::1.1.6:r0::11:725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2_populate_lic.tar.zst\nDEBUG: Searching for 2d/27/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 34/90/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/31/sstate:zip::3.0:r0::11:f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d9/66/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:d966d3165460840fb345d9df4726d73795bbee0cad30db695c1894ec03a56b23_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '48/64/sstate:libxfixes-native::6.0.1:r0::11:4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a8/f4/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711_package_write_rpm.tar.zst\nDEBUG: Searching for 0c/b5/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5e/f2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/a1/c5/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2d/27/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5_package_qa.tar.zst\nDEBUG: Testing URL file://34/90/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/7b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://22/89/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/ec/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058_package.tar.zst\nDEBUG: For url file://48/64/sstate:libxfixes-native::6.0.1:r0::11:4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/64/sstate%3Alibxfixes-native%3A%3A6.0.1%3Ar0%3A%3A11%3A4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2_populate_lic.tar.zst;downloadfilename=48/64/sstate:libxfixes-native::6.0.1:r0::11:4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://76/ce/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0c/b5/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60_create_runtime_spdx.tar.zst\nDEBUG: For url file://5e/f2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/f2/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A11%3A5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2_package_qa.tar.zst;downloadfilename=5e/f2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2_package_qa.tar.zst\nDEBUG: For url file://universal/a1/c5/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a1/c5/sstate%3Abc-native%3Ax86_64-linux%3A1.07.1%3Ar0%3Ax86_64%3A11%3Aa1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78_create_runtime_spdx.tar.zst;downloadfilename=universal/a1/c5/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/69/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://2d/27/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5_package_qa.tar.zst\nDEBUG: For url ['file', '', '34/90/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/19/2e/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc_create_spdx.tar.zst\nDEBUG: Searching for 22/89/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d7/ec/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 76/ce/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0c/b5/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/2a/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/ae/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://72/5e/sstate:libxdamage-native::1.1.6:r0::11:725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2d/27/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://34/90/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/90/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.10%3Ar0%3Aallarch%3A11%3A34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6_deploy_source_date_epoch.tar.zst;downloadfilename=34/90/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/19/2e/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 22/89/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612_package.tar.zst\nDEBUG: Using  for d7/ec/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058_package.tar.zst\nDEBUG: Using  for 76/ce/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '0c/b5/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6d/e9/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6_populate_sysroot.tar.zst\nDEBUG: Searching for ff/ae/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://33/dd/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86_packagedata.tar.zst\nDEBUG: For url file://2d/27/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/27/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A11%3A2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5_package_qa.tar.zst;downloadfilename=2d/27/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5_package_qa.tar.zst\nDEBUG: Using  for universal/19/2e/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc_create_spdx.tar.zst\nDEBUG: Testing URL file://22/89/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612_package.tar.zst\nDEBUG: SState: Successful fetch test for file://48/64/sstate:libxfixes-native::6.0.1:r0::11:4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2_populate_lic.tar.zst\nDEBUG: Testing URL file://d7/ec/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058_package.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/21/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183_create_spdx.tar.zst\nDEBUG: Testing URL file://76/ce/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5_create_runtime_spdx.tar.zst\nDEBUG: For url file://0c/b5/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/b5/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A0.9.77%3Ar0%3Acore2-64%3A11%3A0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60_create_runtime_spdx.tar.zst;downloadfilename=0c/b5/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60_create_runtime_spdx.tar.zst\nDEBUG: Searching for 6d/e9/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ff/ae/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2_packagedata.tar.zst\nDEBUG: Searching for 33/dd/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/a1/c5/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/19/2e/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc_create_spdx.tar.zst\nDEBUG: For url ['file', '', '22/89/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://5e/f2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://21/72/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd7/ec/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ae/f4/sstate:gtk-doc-native::1.33.2:r0::11:aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2_populate_lic.tar.zst\nDEBUG: For url ['file', '', '76/ce/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6d/e9/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ff/ae/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2_packagedata.tar.zst\nDEBUG: Using  for 33/dd/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/38/4d/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/19/2e/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://22/89/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/89/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A11%3A2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612_package.tar.zst;downloadfilename=22/89/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612_package.tar.zst\nDEBUG: SState: Attempting to fetch file://80/d7/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475_create_runtime_spdx.tar.zst\nDEBUG: Searching for 21/72/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d7/ec/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/ec/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A11%3Ad7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058_package.tar.zst;downloadfilename=d7/ec/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058_package.tar.zst\nDEBUG: Searching for ae/f4/sstate:gtk-doc-native::1.33.2:r0::11:aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://76/ce/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/ce/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5_create_runtime_spdx.tar.zst;downloadfilename=76/ce/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6d/e9/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ff/ae/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://33/dd/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86_packagedata.tar.zst\nDEBUG: Searching for universal/38/4d/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/19/2e/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/2e/sstate%3Alibxml-namespacesupport-perl-native%3Ax86_64-linux%3A1.12%3Ar0%3Ax86_64%3A11%3A192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc_create_spdx.tar.zst;downloadfilename=universal/19/2e/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/90/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:34909d7bdb6e03907267e0fd71b5f8bf206de3d677ddda6d365af85ed0bf9ea6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 80/d7/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2d/27/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5_package_qa.tar.zst\nDEBUG: Using  for 21/72/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471_package_qa.tar.zst\nDEBUG: Using  for ae/f4/sstate:gtk-doc-native::1.33.2:r0::11:aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6d/e9/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ff/ae/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/ae/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A11%3Affae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2_packagedata.tar.zst;downloadfilename=ff/ae/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2_packagedata.tar.zst\nDEBUG: For url ['file', '', '33/dd/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/38/4d/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/e9/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0_package.tar.zst\nDEBUG: Using  for 80/d7/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/d9/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7_recipe_qa.tar.zst\nDEBUG: Testing URL file://21/72/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471_package_qa.tar.zst\nDEBUG: Testing URL file://ae/f4/sstate:gtk-doc-native::1.33.2:r0::11:aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://22/89/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:2289fa419a4a1954511980b4a56fcc9a3064790b5a25bf08a808b5aa16f04612_package.tar.zst\nDEBUG: For url file://6d/e9/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/e9/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A11%3A6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6_populate_sysroot.tar.zst;downloadfilename=6d/e9/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6_populate_sysroot.tar.zst\nDEBUG: For url file://33/dd/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/dd/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86_packagedata.tar.zst;downloadfilename=33/dd/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86_packagedata.tar.zst\nDEBUG: Testing URL file://universal/38/4d/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/ec/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:d7ecf0f5c42ed9d853782ee4c443179c6e83722423753688f618435a8c86a058_package.tar.zst\nDEBUG: SState: Successful fetch test for file://82/1b/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9_create_spdx.tar.zst\nDEBUG: Searching for d2/e9/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://80/d7/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475_create_runtime_spdx.tar.zst\nDEBUG: Searching for 9c/d9/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '21/72/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ae/f4/sstate:gtk-doc-native::1.33.2:r0::11:aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://53/f3/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/38/4d/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://76/ce/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/4a/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/8d/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/19/2e/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc_create_spdx.tar.zst\nDEBUG: Using  for d2/e9/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0_package.tar.zst\nDEBUG: For url ['file', '', '80/d7/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9c/d9/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7_recipe_qa.tar.zst\nDEBUG: For url file://21/72/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/72/sstate%3Alibedit%3Acore2-64-poky-linux%3A20230828-3.1%3Ar0%3Acore2-64%3A11%3A2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471_package_qa.tar.zst;downloadfilename=21/72/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471_package_qa.tar.zst\nDEBUG: For url file://ae/f4/sstate:gtk-doc-native::1.33.2:r0::11:aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/f4/sstate%3Agtk-doc-native%3A%3A1.33.2%3Ar0%3A%3A11%3Aaef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2_populate_lic.tar.zst;downloadfilename=ae/f4/sstate:gtk-doc-native::1.33.2:r0::11:aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2_populate_lic.tar.zst\nDEBUG: Searching for 53/f3/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/38/4d/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/38/4d/sstate%3Apython3-markupsafe-native%3Ax86_64-linux%3A2.1.3%3Ar0%3Ax86_64%3A11%3A384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73_create_runtime_spdx.tar.zst;downloadfilename=universal/38/4d/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/eb/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df_packagedata.tar.zst\nDEBUG: Searching for c5/4a/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/8d/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f8/8c/sstate:libx11::1.8.7:r0::11:f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0_populate_lic.tar.zst\nDEBUG: Testing URL file://d2/e9/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0_package.tar.zst\nDEBUG: For url file://80/d7/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/d7/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475_create_runtime_spdx.tar.zst;downloadfilename=80/d7/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9c/d9/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7_recipe_qa.tar.zst\nDEBUG: Using  for 53/f3/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/ae/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/e9/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6de96001201ee9ab3477b409568e2f8f5bccf1043665fed6e8ae45c387eb00d6_populate_sysroot.tar.zst\nDEBUG: Searching for 5d/eb/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://33/dd/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86_packagedata.tar.zst\nDEBUG: Using  for c5/4a/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49_populate_sysroot.tar.zst\nDEBUG: Using  for e4/8d/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f8/8c/sstate:libx11::1.8.7:r0::11:f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd2/e9/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9c/d9/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://53/f3/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/f5/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/89/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a_package_write_rpm.tar.zst\nDEBUG: Using  for 5d/eb/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b5/01/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9_recipe_qa.tar.zst\nDEBUG: Testing URL file://c5/4a/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e4/8d/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f8/8c/sstate:libx11::1.8.7:r0::11:f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://21/72/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471_package_qa.tar.zst\nDEBUG: For url file://d2/e9/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/e9/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A11%3Ad2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0_package.tar.zst;downloadfilename=d2/e9/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/f4/sstate:gtk-doc-native::1.33.2:r0::11:aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2_populate_lic.tar.zst\nDEBUG: For url file://9c/d9/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/d9/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A11%3A9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7_recipe_qa.tar.zst;downloadfilename=9c/d9/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '53/f3/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1e/f5/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4e/89/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://5d/eb/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df_packagedata.tar.zst\nDEBUG: Searching for universal/b5/01/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c5/4a/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/8d/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f8/8c/sstate:libx11::1.8.7:r0::11:f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://36/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/38/4d/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ab/a2/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://53/f3/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/f3/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117_deploy_source_date_epoch.tar.zst;downloadfilename=53/f3/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1e/f5/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://80/d7/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4e/89/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5d/eb/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b5/01/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9_recipe_qa.tar.zst\nDEBUG: For url file://c5/4a/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/4a/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A11%3Ac54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49_populate_sysroot.tar.zst;downloadfilename=c5/4a/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49_populate_sysroot.tar.zst\nDEBUG: For url file://e4/8d/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/8d/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.5.2%3Ar0%3Acore2-64%3A11%3Ae48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0_deploy_source_date_epoch.tar.zst;downloadfilename=e4/8d/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f8/8c/sstate:libx11::1.8.7:r0::11:f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 36/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/3a/27/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ab/a2/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1e/f5/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bb/24/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/e9/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d2e99cfb8c4ad040aed82f2e767d340c5c432ede04327ac12d3bf7e21eaf74a0_package.tar.zst\nDEBUG: Testing URL file://4e/89/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a_package_write_rpm.tar.zst\nDEBUG: For url file://5d/eb/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/eb/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A11%3A5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df_packagedata.tar.zst;downloadfilename=5d/eb/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df_packagedata.tar.zst\nDEBUG: Testing URL file://universal/b5/01/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9_recipe_qa.tar.zst\nDEBUG: For url file://f8/8c/sstate:libx11::1.8.7:r0::11:f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/8c/sstate%3Alibx11%3A%3A1.8.7%3Ar0%3A%3A11%3Af88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0_populate_lic.tar.zst;downloadfilename=f8/8c/sstate:libx11::1.8.7:r0::11:f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0_populate_lic.tar.zst\nDEBUG: Using  for 36/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/d9/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7_recipe_qa.tar.zst\nDEBUG: Searching for universal/3a/27/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/ab/a2/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1e/f5/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/bb/24/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://56/ad/sstate:libfontenc-native::1.1.7:r0::11:56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4e/89/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/b5/01/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://36/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/61/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://53/f3/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:53f3ec313f74bc9f42cf80770fa38e1d30df69bd42c03158fa1e38d94082f117_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/4a/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:c54a10fa5ca7045ba1d9124ef244e90401a5eb807303cafc89be7dc0e04e7d49_populate_sysroot.tar.zst\nDEBUG: Using  for universal/3a/27/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/b5/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/ab/a2/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1e/f5/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/f5/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A11%3A1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002_create_runtime_spdx.tar.zst;downloadfilename=1e/f5/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/bb/24/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907_create_runtime_spdx.tar.zst\nDEBUG: Searching for 56/ad/sstate:libfontenc-native::1.1.7:r0::11:56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e4/8d/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:e48daa2f8b3ef76acbc609142eaa1aabfe56f2cc5dee7d0766bea9176da578f0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4e/89/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/89/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a_package_write_rpm.tar.zst;downloadfilename=4e/89/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a_package_write_rpm.tar.zst\nDEBUG: For url file://universal/b5/01/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b5/01/sstate%3Apython3-typing-extensions-native%3Ax86_64-linux%3A4.9.0%3Ar0%3Ax86_64%3A11%3Ab5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9_recipe_qa.tar.zst;downloadfilename=universal/b5/01/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '36/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e2/61/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b3/bf/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://01/a8/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/3a/27/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://51/bf/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/ab/a2/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/bb/24/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907_create_runtime_spdx.tar.zst\nDEBUG: Using  for 56/ad/sstate:libfontenc-native::1.1.7:r0::11:56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/eb/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/27/2f/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40_recipe_qa.tar.zst\nDEBUG: For url file://36/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/b6/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490_packagedata.tar.zst;downloadfilename=36/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/8c/sstate:libx11::1.8.7:r0::11:f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0_populate_lic.tar.zst\nDEBUG: Using  for e2/61/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f_packagedata.tar.zst\nDEBUG: Searching for b3/bf/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 01/a8/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/3a/27/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 51/bf/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/ab/a2/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ab/a2/sstate%3Alibepoxy-native%3Ax86_64-linux%3A1.5.10%3Ar0%3Ax86_64%3A11%3Aaba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ab/a2/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/bb/24/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://56/ad/sstate:libfontenc-native::1.1.7:r0::11:56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://da/6d/sstate:createrepo-c-native::1.0.3:r0::11:da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e_populate_lic.tar.zst\nDEBUG: Searching for universal/27/2f/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f3/5d/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330_package_qa.tar.zst\nDEBUG: Testing URL file://e2/61/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f_packagedata.tar.zst\nDEBUG: Using  for b3/bf/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 01/a8/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/3a/27/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3a/27/sstate%3Alibmd-native%3Ax86_64-linux%3A1.1.0%3Ar0%3Ax86_64%3A11%3A3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7_populate_sysroot.tar.zst;downloadfilename=universal/3a/27/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7_populate_sysroot.tar.zst\nDEBUG: Using  for 51/bf/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999_package_write_rpm.tar.zst\nDEBUG: For url file://universal/bb/24/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bb/24/sstate%3Am4-native%3Ax86_64-linux%3A1.4.19%3Ar0%3Ax86_64%3A11%3Abb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907_create_runtime_spdx.tar.zst;downloadfilename=universal/bb/24/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '56/ad/sstate:libfontenc-native::1.1.7:r0::11:56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4e/89/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a_package_write_rpm.tar.zst\nDEBUG: Searching for da/6d/sstate:createrepo-c-native::1.0.3:r0::11:da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://1e/f5/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b5/01/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9_recipe_qa.tar.zst\nDEBUG: Using  for universal/27/2f/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40_recipe_qa.tar.zst\nDEBUG: Searching for f3/5d/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e2/61/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b3/bf/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://36/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490_packagedata.tar.zst\nDEBUG: Testing URL file://01/a8/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://51/bf/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ab/a2/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:aba282cf7cbe3d798fea4f84e3edc0c890342a12c792cc90af1798fb98a23561_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://56/ad/sstate:libfontenc-native::1.1.7:r0::11:56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/ad/sstate%3Alibfontenc-native%3A%3A1.1.7%3Ar0%3A%3A11%3A56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52_populate_lic.tar.zst;downloadfilename=56/ad/sstate:libfontenc-native::1.1.7:r0::11:56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/78/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702_create_spdx.tar.zst\nDEBUG: Using  for da/6d/sstate:createrepo-c-native::1.0.3:r0::11:da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://60/e1/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/27/2f/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40_recipe_qa.tar.zst\nDEBUG: Using  for f3/5d/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330_package_qa.tar.zst\nDEBUG: For url file://e2/61/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/61/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A11%3Ae261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f_packagedata.tar.zst;downloadfilename=e2/61/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b3/bf/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://70/d7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '01/a8/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '51/bf/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://56/27/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21_create_spdx.tar.zst\nDEBUG: Searching for cf/78/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://da/6d/sstate:createrepo-c-native::1.0.3:r0::11:da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e_populate_lic.tar.zst\nDEBUG: Searching for 60/e1/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3d/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/27/2f/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f3/5d/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330_package_qa.tar.zst\nDEBUG: For url file://b3/bf/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/bf/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3Ab3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a_deploy_source_date_epoch.tar.zst;downloadfilename=b3/bf/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bb/24/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907_create_runtime_spdx.tar.zst\nDEBUG: Searching for 70/d7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://01/a8/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/a8/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38_create_runtime_spdx.tar.zst;downloadfilename=01/a8/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3a/27/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7_populate_sysroot.tar.zst\nDEBUG: For url file://51/bf/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/bf/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.5%3Ar0%3Acore2-64%3A11%3A51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999_package_write_rpm.tar.zst;downloadfilename=51/bf/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999_package_write_rpm.tar.zst\nDEBUG: Searching for 56/27/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cf/78/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'da/6d/sstate:createrepo-c-native::1.0.3:r0::11:da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 60/e1/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91_create_runtime_spdx.tar.zst\nDEBUG: Using  for 3d/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/27/2f/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/27/2f/sstate%3Agconf-native%3Ax86_64-linux%3A3.2.6%3Ar0%3Ax86_64%3A11%3A272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40_recipe_qa.tar.zst;downloadfilename=universal/27/2f/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f3/5d/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1a/ad/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 70/d7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://56/ea/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://56/ad/sstate:libfontenc-native::1.1.7:r0::11:56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52_populate_lic.tar.zst\nDEBUG: Using  for 56/27/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21_create_spdx.tar.zst\nDEBUG: Testing URL file://cf/78/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702_create_spdx.tar.zst\nDEBUG: For url file://da/6d/sstate:createrepo-c-native::1.0.3:r0::11:da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/6d/sstate%3Acreaterepo-c-native%3A%3A1.0.3%3Ar0%3A%3A11%3Ada6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e_populate_lic.tar.zst;downloadfilename=da/6d/sstate:createrepo-c-native::1.0.3:r0::11:da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e_populate_lic.tar.zst\nDEBUG: Testing URL file://60/e1/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://3d/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f3/5d/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/5d/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A11%3Af35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330_package_qa.tar.zst;downloadfilename=f3/5d/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/61/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/bf/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:b3bf0eead6ca57cc61955817a6fa6001a408da0e0f6f22d92bdca231d1e38a9a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1a/ad/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://70/d7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2_create_spdx.tar.zst\nDEBUG: Searching for 56/ea/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d7/ff/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://56/27/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cf/78/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '60/e1/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3d/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://45/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://51/bf/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/d6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1a/ad/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '70/d7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 56/ea/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/27/2f/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40_recipe_qa.tar.zst\nDEBUG: Searching for d7/ff/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '56/27/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cf/78/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/78/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A11%3Acf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702_create_spdx.tar.zst;downloadfilename=cf/78/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702_create_spdx.tar.zst\nDEBUG: For url file://60/e1/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/e1/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A11%3A60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91_create_runtime_spdx.tar.zst;downloadfilename=60/e1/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91_create_runtime_spdx.tar.zst\nDEBUG: For url file://3d/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/4f/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst;downloadfilename=3d/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 45/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://18/23/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57_recipe_qa.tar.zst\nDEBUG: Searching for a2/d6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1a/ad/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://70/d7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/d7/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A11%3A70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2_create_spdx.tar.zst;downloadfilename=70/d7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2_create_spdx.tar.zst\nDEBUG: Testing URL file://56/ea/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/66/df/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d7/ff/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://56/27/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/27/sstate%3Aed%3Acore2-64-poky-linux%3A1.20%3Ar0%3Acore2-64%3A11%3A5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21_create_spdx.tar.zst;downloadfilename=56/27/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://da/6d/sstate:createrepo-c-native::1.0.3:r0::11:da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e_populate_lic.tar.zst\nDEBUG: Using  for 45/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0_packagedata.tar.zst\nDEBUG: Searching for 18/23/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a2/d6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1a/ad/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f3/5d/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330_package_qa.tar.zst\nDEBUG: For url ['file', '', '56/ea/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/66/df/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d7/ff/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://47/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b_package.tar.zst\nDEBUG: Testing URL file://45/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://60/e1/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91_create_runtime_spdx.tar.zst\nDEBUG: Using  for 18/23/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57_recipe_qa.tar.zst\nDEBUG: Testing URL file://a2/d6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1a/ad/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/ad/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa_deploy_source_date_epoch.tar.zst;downloadfilename=1a/ad/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/84/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83_create_spdx.tar.zst\nDEBUG: For url file://56/ea/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/ea/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3A56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705_deploy_source_date_epoch.tar.zst;downloadfilename=56/ea/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/66/df/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd7/ff/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 47/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '45/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3d/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/5d/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://18/23/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a2/d6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for eb/84/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/66/df/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d7/ff/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/ff/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3Ad7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc_deploy_source_date_epoch.tar.zst;downloadfilename=d7/ff/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://01/a8/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38_create_runtime_spdx.tar.zst\nDEBUG: Using  for 47/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b_package.tar.zst\nDEBUG: For url file://45/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/77/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3A45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0_packagedata.tar.zst;downloadfilename=45/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/b6/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d_recipe_qa.tar.zst\nDEBUG: Searching for ed/5d/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '18/23/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a2/d6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/d6/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A11%3Aa2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6_deploy_source_date_epoch.tar.zst;downloadfilename=a2/d6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for eb/84/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/66/df/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/56/12/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://47/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b_package.tar.zst\nDEBUG: Searching for universal/67/b6/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ed/5d/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://18/23/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/23/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57_recipe_qa.tar.zst;downloadfilename=18/23/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/ad/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:1aad3b24f682090685bd1dda482c8796761070669d289cb83f2e513326bfbcaa_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://eb/84/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83_create_spdx.tar.zst\nDEBUG: For url file://universal/66/df/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/66/df/sstate%3Alibidn2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A11%3A66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/66/df/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://56/ea/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:56eaeaa7a96323c2d216196a0db85048d2f574450e3b540b0bbdfb515cd25705_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/56/12/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '47/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/67/b6/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d_recipe_qa.tar.zst\nDEBUG: Testing URL file://ed/5d/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/b6/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'eb/84/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d7/ff/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:d7ffcfc947f37c5e381cda1c311238ce00d562b0f5c8fd7bf7d894690e8159cc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/8c/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://45/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0_packagedata.tar.zst\nDEBUG: Using  for universal/56/12/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789_create_runtime_spdx.tar.zst\nDEBUG: For url file://47/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/5d/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b_package.tar.zst;downloadfilename=47/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b_package.tar.zst\nDEBUG: Testing URL file://universal/67/b6/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ed/5d/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b8/b6/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://eb/84/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/84/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Aeb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83_create_spdx.tar.zst;downloadfilename=eb/84/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/e4/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2_package.tar.zst\nDEBUG: Searching for bd/8c/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7e/ad/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/56/12/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/67/b6/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ed/5d/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/5d/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3Aed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab_deploy_source_date_epoch.tar.zst;downloadfilename=ed/5d/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://18/23/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/d6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a2d608dbee534004a903fd8cbeb763d42b1187c00c9bfd0f1ad3ed07b91f04b6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b8/b6/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51_package_write_ipk.tar.zst\nDEBUG: Searching for bc/e4/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bd/8c/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62_package_write_rpm.tar.zst\nDEBUG: Searching for 7e/ad/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/56/12/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/67/b6/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/b6/sstate%3Apython3-importlib-metadata-native%3Ax86_64-linux%3A7.0.1%3Ar0%3Ax86_64%3A11%3A67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d_recipe_qa.tar.zst;downloadfilename=universal/67/b6/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/66/df/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:66dfc4f82db08578529eae698a2112f96c8bdc6a1c80f8ebc03c74fb96219e0e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://58/39/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/07/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b8/b6/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51_package_write_ipk.tar.zst\nDEBUG: Using  for bc/e4/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2_package.tar.zst\nDEBUG: Testing URL file://bd/8c/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://47/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:475d45f4ac92be89c1ceffaa04c0cbd93901acd83f514b237e2e260e6c8e1e5b_package.tar.zst\nDEBUG: Using  for 7e/ad/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411_recipe_qa.tar.zst\nDEBUG: For url file://universal/56/12/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/56/12/sstate%3Autil-macros-native%3Ax86_64-linux%3A1.20.0%3Ar0%3Ax86_64%3A11%3A56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789_create_runtime_spdx.tar.zst;downloadfilename=universal/56/12/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://85/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3_create_runtime_spdx.tar.zst\nDEBUG: Searching for 58/39/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bd/07/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b8/b6/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bc/e4/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2_package.tar.zst\nDEBUG: For url ['file', '', 'bd/8c/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f6/ef/sstate:virglrenderer-native::1.0.1:r0::11:f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56_populate_lic.tar.zst\nDEBUG: Testing URL file://7e/ad/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411_recipe_qa.tar.zst\nDEBUG: Searching for 85/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 58/39/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed_create_runtime_spdx.tar.zst\nDEBUG: Using  for bd/07/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de_create_runtime_spdx.tar.zst\nDEBUG: For url file://b8/b6/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/b6/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3Ab8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51_package_write_ipk.tar.zst;downloadfilename=b8/b6/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'bc/e4/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bd/8c/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/8c/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A11%3Abd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62_package_write_rpm.tar.zst;downloadfilename=bd/8c/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62_package_write_rpm.tar.zst\nDEBUG: Searching for f6/ef/sstate:virglrenderer-native::1.0.1:r0::11:f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7e/ad/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ed/5d/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ed5d0f960307ebceab084b8b1af17530a5682b3a9bfb5bda94bad731840a54ab_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 85/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://58/39/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://bd/07/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de_create_runtime_spdx.tar.zst\nDEBUG: For url file://bc/e4/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/e4/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Abce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2_package.tar.zst;downloadfilename=bc/e4/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/b6/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d_recipe_qa.tar.zst\nDEBUG: Using  for f6/ef/sstate:virglrenderer-native::1.0.1:r0::11:f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/56/12/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789_create_runtime_spdx.tar.zst\nDEBUG: For url file://7e/ad/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/ad/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.12.5%3Ar0%3Acore2-64%3A11%3A7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411_recipe_qa.tar.zst;downloadfilename=7e/ad/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/b1/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0_packagedata.tar.zst\nDEBUG: Testing URL file://85/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '58/39/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bd/07/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c8/cb/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f6/ef/sstate:virglrenderer-native::1.0.1:r0::11:f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://96/6f/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3b/b1/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '85/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://58/39/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/39/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A11%3A5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed_create_runtime_spdx.tar.zst;downloadfilename=58/39/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/b6/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51_package_write_ipk.tar.zst\nDEBUG: For url file://bd/07/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/07/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3Abd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de_create_runtime_spdx.tar.zst;downloadfilename=bd/07/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de_create_runtime_spdx.tar.zst\nDEBUG: Searching for c8/cb/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f6/ef/sstate:virglrenderer-native::1.0.1:r0::11:f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 96/6f/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3b/b1/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0_packagedata.tar.zst\nDEBUG: For url file://85/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/b6/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3_create_runtime_spdx.tar.zst;downloadfilename=85/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/8c/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://94/61/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391_create_spdx.tar.zst\nDEBUG: Using  for c8/cb/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559_package_write_rpm.tar.zst\nDEBUG: For url file://f6/ef/sstate:virglrenderer-native::1.0.1:r0::11:f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/ef/sstate%3Avirglrenderer-native%3A%3A1.0.1%3Ar0%3A%3A11%3Af6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56_populate_lic.tar.zst;downloadfilename=f6/ef/sstate:virglrenderer-native::1.0.1:r0::11:f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/e4/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:bce4fd36db332b79fd599f413e946b361e799642ef9f445b0a25ca9ac17602d2_package.tar.zst\nDEBUG: Using  for 96/6f/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3b/b1/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/ff/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/ad/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://56/27/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21_create_spdx.tar.zst\nDEBUG: Searching for 94/61/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c8/cb/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://50/2b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b_package_qa.tar.zst\nDEBUG: Testing URL file://96/6f/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3b/b1/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://58/39/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/74/ff/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://75/b4/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/91/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea_package_write_deb.tar.zst\nDEBUG: Using  for 94/61/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c8/cb/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 50/2b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '96/6f/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3b/b1/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/b1/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.2.0%3Ar0%3Acore2-64%3A11%3A3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0_packagedata.tar.zst;downloadfilename=3b/b1/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://33/a8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc_recipe_qa.tar.zst\nDEBUG: Using  for universal/74/ff/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517_populate_sysroot.tar.zst\nDEBUG: Searching for 75/b4/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ac/91/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://94/61/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391_create_spdx.tar.zst\nDEBUG: For url file://c8/cb/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/cb/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.5p1%3Ar0%3Acore2-64%3A11%3Ac8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559_package_write_rpm.tar.zst;downloadfilename=c8/cb/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559_package_write_rpm.tar.zst\nDEBUG: Using  for 50/2b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b_package_qa.tar.zst\nDEBUG: For url file://96/6f/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/6f/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A11%3A966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a_deploy_source_date_epoch.tar.zst;downloadfilename=96/6f/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 33/a8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/74/ff/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517_populate_sysroot.tar.zst\nDEBUG: Using  for 75/b4/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://85/b6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3_create_runtime_spdx.tar.zst\nDEBUG: Using  for ac/91/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '94/61/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://50/2b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/ef/sstate:virglrenderer-native::1.0.1:r0::11:f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56_populate_lic.tar.zst\nDEBUG: Using  for 33/a8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/74/ff/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://75/b4/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/06/sstate:xcursor-transparent-theme::0.1.1+git:r0::11:1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12_populate_lic.tar.zst\nDEBUG: Testing URL file://ac/91/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea_package_write_deb.tar.zst\nDEBUG: For url file://94/61/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/61/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A11%3A94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391_create_spdx.tar.zst;downloadfilename=94/61/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391_create_spdx.tar.zst\nDEBUG: For url ['file', '', '50/2b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f7/0d/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd_package_qa.tar.zst\nDEBUG: Testing URL file://33/a8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc_recipe_qa.tar.zst\nDEBUG: For url file://universal/74/ff/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/ff/sstate%3Aqemu-native%3Ax86_64-linux%3A8.2.0%3Ar0%3Ax86_64%3A11%3A74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517_populate_sysroot.tar.zst;downloadfilename=universal/74/ff/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '75/b4/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1f/06/sstate:xcursor-transparent-theme::0.1.1+git:r0::11:1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ac/91/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://50/2b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/2b/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A11%3A502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b_package_qa.tar.zst;downloadfilename=50/2b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b_package_qa.tar.zst\nDEBUG: Searching for f7/0d/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3b/b1/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0_packagedata.tar.zst\nDEBUG: For url ['file', '', '33/a8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://70/d7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2_create_spdx.tar.zst\nDEBUG: For url file://75/b4/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/b4/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94_package_write_rpm.tar.zst;downloadfilename=75/b4/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://96/6f/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:966f243a5f1d0ab6da2779596c3a0df6103fb7fa78138cd10ede565feb77fe1a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1f/06/sstate:xcursor-transparent-theme::0.1.1+git:r0::11:1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12_populate_lic.tar.zst\nDEBUG: For url file://ac/91/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/91/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Aac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea_package_write_deb.tar.zst;downloadfilename=ac/91/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea_package_write_deb.tar.zst\nDEBUG: Using  for f7/0d/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://08/72/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644_create_runtime_spdx.tar.zst\nDEBUG: For url file://33/a8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/a8/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A11%3A33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc_recipe_qa.tar.zst;downloadfilename=33/a8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://24/3d/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://31/c4/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://94/61/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391_create_spdx.tar.zst\nDEBUG: Testing URL file://1f/06/sstate:xcursor-transparent-theme::0.1.1+git:r0::11:1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12_populate_lic.tar.zst\nDEBUG: Testing URL file://f7/0d/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd_package_qa.tar.zst\nDEBUG: Searching for 08/72/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cf/78/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702_create_spdx.tar.zst\nDEBUG: Searching for 24/3d/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 31/c4/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://eb/84/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/74/ff/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://26/0d/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1f/06/sstate:xcursor-transparent-theme::0.1.1+git:r0::11:1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f7/0d/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://50/2b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b_package_qa.tar.zst\nDEBUG: Using  for 08/72/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://25/ea/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda_recipe_qa.tar.zst\nDEBUG: Using  for 24/3d/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf_packagedata.tar.zst\nDEBUG: Using  for 31/c4/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/68/36/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://52/65/sstate:cwautomacros-native::20110201:r0::11:5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef_populate_lic.tar.zst\nDEBUG: Searching for 26/0d/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1f/06/sstate:xcursor-transparent-theme::0.1.1+git:r0::11:1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/06/sstate%3Axcursor-transparent-theme%3A%3A0.1.1%2Bgit%3Ar0%3A%3A11%3A1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12_populate_lic.tar.zst;downloadfilename=1f/06/sstate:xcursor-transparent-theme::0.1.1+git:r0::11:1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12_populate_lic.tar.zst\nDEBUG: For url file://f7/0d/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/0d/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.44.2%3Ar0%3Acore2-64%3A11%3Af70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd_package_qa.tar.zst;downloadfilename=f7/0d/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/e0/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5_packagedata.tar.zst\nDEBUG: Testing URL file://08/72/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://75/b4/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94_package_write_rpm.tar.zst\nDEBUG: Searching for 25/ea/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://24/3d/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf_packagedata.tar.zst\nDEBUG: Testing URL file://31/c4/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb_package_write_rpm.tar.zst\nDEBUG: Searching for universal/68/36/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 52/65/sstate:cwautomacros-native::20110201:r0::11:5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 26/0d/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9_create_spdx.tar.zst\nDEBUG: Searching for 0c/e0/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ac/91/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '08/72/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://33/a8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/dd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c_package_qa.tar.zst\nDEBUG: Using  for 25/ea/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '24/3d/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '31/c4/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/68/36/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996_recipe_qa.tar.zst\nDEBUG: Using  for 52/65/sstate:cwautomacros-native::20110201:r0::11:5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef_populate_lic.tar.zst\nDEBUG: Testing URL file://26/0d/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9_create_spdx.tar.zst\nDEBUG: Using  for 0c/e0/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/86/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997_package_qa.tar.zst\nDEBUG: For url file://08/72/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/72/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644_create_runtime_spdx.tar.zst;downloadfilename=08/72/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://47/2e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587_populate_sysroot.tar.zst\nDEBUG: Searching for bb/dd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://25/ea/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda_recipe_qa.tar.zst\nDEBUG: For url file://24/3d/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/3d/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A11%3A243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf_packagedata.tar.zst;downloadfilename=24/3d/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf_packagedata.tar.zst\nDEBUG: For url file://31/c4/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/c4/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.4%3Ar0%3Acore2-64%3A11%3A31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb_package_write_rpm.tar.zst;downloadfilename=31/c4/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/68/36/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996_recipe_qa.tar.zst\nDEBUG: Testing URL file://52/65/sstate:cwautomacros-native::20110201:r0::11:5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef_populate_lic.tar.zst\nDEBUG: For url ['file', '', '26/0d/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0c/e0/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5_packagedata.tar.zst\nDEBUG: Searching for 8c/86/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 47/2e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bb/dd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c_package_qa.tar.zst\nDEBUG: For url ['file', '', '25/ea/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1f/06/sstate:xcursor-transparent-theme::0.1.1+git:r0::11:1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/68/36/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '52/65/sstate:cwautomacros-native::20110201:r0::11:5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://26/0d/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/0d/sstate%3Agdb%3Acore2-64-poky-linux%3A14.1%3Ar0%3Acore2-64%3A11%3A260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9_create_spdx.tar.zst;downloadfilename=26/0d/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0c/e0/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f7/0d/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd_package_qa.tar.zst\nDEBUG: Using  for 8c/86/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997_package_qa.tar.zst\nDEBUG: Using  for 47/2e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/76/3c/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999_populate_sysroot.tar.zst\nDEBUG: Testing URL file://bb/dd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c_package_qa.tar.zst\nDEBUG: For url file://25/ea/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/ea/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda_recipe_qa.tar.zst;downloadfilename=25/ea/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/52/33/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c_recipe_qa.tar.zst\nDEBUG: For url file://universal/68/36/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/68/36/sstate%3Atcl-native%3Ax86_64-linux%3A8.6.13%3Ar0%3Ax86_64%3A11%3A6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996_recipe_qa.tar.zst;downloadfilename=universal/68/36/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996_recipe_qa.tar.zst\nDEBUG: For url file://52/65/sstate:cwautomacros-native::20110201:r0::11:5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/65/sstate%3Acwautomacros-native%3A%3A20110201%3Ar0%3A%3A11%3A5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef_populate_lic.tar.zst;downloadfilename=52/65/sstate:cwautomacros-native::20110201:r0::11:5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://08/72/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644_create_runtime_spdx.tar.zst\nDEBUG: For url file://0c/e0/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/e0/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5_packagedata.tar.zst;downloadfilename=0c/e0/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://10/25/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8c/86/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997_package_qa.tar.zst\nDEBUG: Testing URL file://47/2e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/82/8a/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'bb/dd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/52/33/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://24/3d/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://31/c4/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://15/f1/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 10/25/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8c/86/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '47/2e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://bd/07/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/82/8a/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://bb/dd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/dd/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A11%3Abbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c_package_qa.tar.zst;downloadfilename=bb/dd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c_package_qa.tar.zst\nDEBUG: Using  for universal/52/33/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://25/ea/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/12/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://26/ae/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652_package.tar.zst\nDEBUG: Searching for 15/f1/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 10/25/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff_create_runtime_spdx.tar.zst\nDEBUG: For url file://8c/86/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/86/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A11%3A8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997_package_qa.tar.zst;downloadfilename=8c/86/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997_package_qa.tar.zst\nDEBUG: For url file://47/2e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/2e/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A11%3A472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587_populate_sysroot.tar.zst;downloadfilename=47/2e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://89/79/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/82/8a/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/52/33/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/68/36/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:6836265f1ea028d5f8adaf5c30dfabf9106bd0a13fe7877fb6c5b558d929a996_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/3e/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://52/65/sstate:cwautomacros-native::20110201:r0::11:5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef_populate_lic.tar.zst\nDEBUG: Searching for 0d/12/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 26/ae/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 15/f1/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/e0/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5_packagedata.tar.zst\nDEBUG: Testing URL file://10/25/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff_create_runtime_spdx.tar.zst\nDEBUG: Searching for 89/79/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/82/8a/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/52/33/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/c1/6d/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7_create_runtime_spdx.tar.zst\nDEBUG: Searching for 0e/3e/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/cd/10/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3_create_spdx.tar.zst\nDEBUG: Using  for 0d/12/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 26/ae/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652_package.tar.zst\nDEBUG: Testing URL file://15/f1/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/dd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/d7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f_package_qa.tar.zst\nDEBUG: For url ['file', '', '10/25/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 89/79/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/82/8a/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/52/33/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/52/33/sstate%3Alibepoxy-native%3Ax86_64-linux%3A1.5.10%3Ar0%3Ax86_64%3A11%3A5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c_recipe_qa.tar.zst;downloadfilename=universal/52/33/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c_recipe_qa.tar.zst\nDEBUG: Searching for universal/c1/6d/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0e/3e/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/cd/10/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0d/12/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/86/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997_package_qa.tar.zst\nDEBUG: Testing URL file://26/ae/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652_package.tar.zst\nDEBUG: For url ['file', '', '15/f1/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://24/b3/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e_package_qa.tar.zst\nDEBUG: Searching for 0f/d7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://10/25/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/25/sstate%3Agcc-source-13.2.0%3Aall-poky-linux%3A13.2.0%3Ar0%3Aall%3A11%3A1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff_create_runtime_spdx.tar.zst;downloadfilename=10/25/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://89/79/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/82/8a/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/82/8a/sstate%3Alibxcursor-native%3Ax86_64-linux%3A1.2.1%3Ar0%3Ax86_64%3A11%3A828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061_create_runtime_spdx.tar.zst;downloadfilename=universal/82/8a/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/c1/6d/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://0e/3e/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/cd/10/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://47/2e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:472e36c5e9f90f636ebba5c98fb05d370239abfcbc704a087674b425186f6587_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0d/12/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://65/a0/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '26/ae/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://15/f1/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/f1/sstate%3Adnf%3Acore2-64-poky-linux%3A4.18.2%3Ar0%3Acore2-64%3A11%3A15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6_deploy_source_date_epoch.tar.zst;downloadfilename=15/f1/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 24/b3/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0f/d7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f_package_qa.tar.zst\nDEBUG: For url ['file', '', '89/79/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/c1/6d/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '0e/3e/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/cd/10/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4_recipe_qa.tar.zst\nDEBUG: For url file://0d/12/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/12/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073_deploy_source_date_epoch.tar.zst;downloadfilename=0d/12/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 65/a0/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://26/ae/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/ae/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A11%3A26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652_package.tar.zst;downloadfilename=26/ae/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/52/33/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c_recipe_qa.tar.zst\nDEBUG: Using  for 24/b3/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e_package_qa.tar.zst\nDEBUG: Testing URL file://0f/d7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f_package_qa.tar.zst\nDEBUG: For url file://89/79/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/79/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A11%3A897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4_create_runtime_spdx.tar.zst;downloadfilename=89/79/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c1/6d/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0e/3e/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/3e/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3A0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a_create_runtime_spdx.tar.zst;downloadfilename=0e/3e/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/cd/10/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4f/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 65/a0/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://10/25/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/24/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/82/8a/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://24/b3/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e_package_qa.tar.zst\nDEBUG: For url ['file', '', '0f/d7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/c1/6d/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/6d/sstate%3Agnutls-native%3Ax86_64-linux%3A3.8.3%3Ar0%3Ax86_64%3A11%3Ac16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7_create_runtime_spdx.tar.zst;downloadfilename=universal/c1/6d/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://15/f1/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:15f105558c249ae9f9c4864c433baf913f289e2ec2dc6f643a077b5bd4070ba6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/cd/10/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cd/10/sstate%3Agdbm-native%3Ax86_64-linux%3A1.23%3Ar0%3Ax86_64%3A11%3Acd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3_create_spdx.tar.zst;downloadfilename=universal/cd/10/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3_create_spdx.tar.zst\nDEBUG: Using  for 4f/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4_recipe_qa.tar.zst\nDEBUG: Testing URL file://65/a0/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/43/sstate:xf86-video-cirrus::1.6.0:r0::11:9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89_populate_lic.tar.zst\nDEBUG: Searching for 4b/24/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://41/29/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '24/b3/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://0d/12/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:0d12089832c090b8b5ba152d92186bb69680b313383b9dc65a4cb5ad572a7073_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0f/d7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/d7/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f_package_qa.tar.zst;downloadfilename=0f/d7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/2c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817_package.tar.zst\nDEBUG: SState: Successful fetch test for file://26/ae/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:26aea451d5388917acc2cb37e9050ce16df1c025851874a7c2c2e058111f2652_package.tar.zst\nDEBUG: Testing URL file://4f/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '65/a0/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9e/43/sstate:xf86-video-cirrus::1.6.0:r0::11:9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4b/24/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 41/29/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://24/b3/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/b3/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.6%3Ar0%3Acore2-64%3A11%3A24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e_package_qa.tar.zst;downloadfilename=24/b3/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d2/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/3e/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a_create_runtime_spdx.tar.zst\nDEBUG: Searching for 30/2c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d9/31/sstate:xhost::1.0.9:r0::11:d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4f/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/c1/6d/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7_create_runtime_spdx.tar.zst\nDEBUG: For url file://65/a0/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/a0/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A11%3A65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb_package_write_rpm.tar.zst;downloadfilename=65/a0/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb_package_write_rpm.tar.zst\nDEBUG: Using  for 9e/43/sstate:xf86-video-cirrus::1.6.0:r0::11:9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89_populate_lic.tar.zst\nDEBUG: Testing URL file://4b/24/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 41/29/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/d2/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/cd/10/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/cb/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://14/3f/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279_package_qa.tar.zst\nDEBUG: Using  for 30/2c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817_package.tar.zst\nDEBUG: Searching for d9/31/sstate:xhost::1.0.9:r0::11:d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://4f/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/df/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4_recipe_qa.tar.zst;downloadfilename=4f/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/59/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d_package.tar.zst\nDEBUG: Testing URL file://9e/43/sstate:xf86-video-cirrus::1.6.0:r0::11:9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4b/24/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://41/29/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/d2/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://06/f5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/39/6e/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98_recipe_qa.tar.zst\nDEBUG: Searching for 14/3f/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://30/2c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817_package.tar.zst\nDEBUG: Using  for d9/31/sstate:xhost::1.0.9:r0::11:d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/d7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f_package_qa.tar.zst\nDEBUG: Searching for f0/59/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9e/43/sstate:xf86-video-cirrus::1.6.0:r0::11:9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4b/24/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/24/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A11%3A4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a_deploy_source_date_epoch.tar.zst;downloadfilename=4b/24/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '41/29/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/d2/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018_recipe_qa.tar.zst\nDEBUG: Searching for 06/f5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/39/6e/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 14/3f/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279_package_qa.tar.zst\nDEBUG: For url ['file', '', '30/2c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d9/31/sstate:xhost::1.0.9:r0::11:d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://24/b3/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://29/3c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db_package.tar.zst\nDEBUG: Using  for f0/59/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d_package.tar.zst\nDEBUG: For url file://9e/43/sstate:xf86-video-cirrus::1.6.0:r0::11:9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/43/sstate%3Axf86-video-cirrus%3A%3A1.6.0%3Ar0%3A%3A11%3A9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89_populate_lic.tar.zst;downloadfilename=9e/43/sstate:xf86-video-cirrus::1.6.0:r0::11:9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89_populate_lic.tar.zst\nDEBUG: For url file://41/29/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/29/sstate%3Agcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681_create_runtime_spdx.tar.zst;downloadfilename=41/29/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d2/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 06/f5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24_package_qa.tar.zst\nDEBUG: Using  for universal/39/6e/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98_recipe_qa.tar.zst\nDEBUG: Testing URL file://14/3f/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279_package_qa.tar.zst\nDEBUG: For url file://30/2c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/2c/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817_package.tar.zst;downloadfilename=30/2c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817_package.tar.zst\nDEBUG: For url ['file', '', 'd9/31/sstate:xhost::1.0.9:r0::11:d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2e/26/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0_create_spdx.tar.zst\nDEBUG: Searching for 29/3c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f0/59/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4_recipe_qa.tar.zst\nDEBUG: For url file://universal/d2/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d2/e1/sstate%3Aglib-2.0-native%3Ax86_64-linux%3A2.78.3%3Ar0%3Ax86_64%3A11%3Ad2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018_recipe_qa.tar.zst;downloadfilename=universal/d2/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018_recipe_qa.tar.zst\nDEBUG: Testing URL file://06/f5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24_package_qa.tar.zst\nDEBUG: Testing URL file://universal/39/6e/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '14/3f/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d9/31/sstate:xhost::1.0.9:r0::11:d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/31/sstate%3Axhost%3A%3A1.0.9%3Ar0%3A%3A11%3Ad93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c_populate_lic.tar.zst;downloadfilename=d9/31/sstate:xhost::1.0.9:r0::11:d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c_populate_lic.tar.zst\nDEBUG: Searching for 2e/26/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 29/3c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/24/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:4b246b97a5b350f962d2c38d522abb44fdd904c9dd8c77b1fb33700c6f66032a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f0/59/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/31/2c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '06/f5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/39/6e/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://14/3f/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/3f/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279_package_qa.tar.zst;downloadfilename=14/3f/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279_package_qa.tar.zst\nDEBUG: Using  for 2e/26/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0_create_spdx.tar.zst\nDEBUG: Testing URL file://29/3c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db_package.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/43/sstate:xf86-video-cirrus::1.6.0:r0::11:9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://41/29/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://57/9b/sstate:rsync-native::3.2.7:r0::11:579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e_populate_lic.tar.zst\nDEBUG: For url file://f0/59/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/59/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3Af059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d_package.tar.zst;downloadfilename=f0/59/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d_package.tar.zst\nDEBUG: Searching for universal/31/2c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://06/f5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/f5/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.1%3Ar0%3Acore2-64%3A11%3A06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24_package_qa.tar.zst;downloadfilename=06/f5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24_package_qa.tar.zst\nDEBUG: For url file://universal/39/6e/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/6e/sstate%3Across-localedef-native%3Ax86_64-linux%3A2.38%2Bgit%3Ar0%3Ax86_64%3A11%3A396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98_recipe_qa.tar.zst;downloadfilename=universal/39/6e/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98_recipe_qa.tar.zst\nDEBUG: Testing URL file://2e/26/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0_create_spdx.tar.zst\nDEBUG: For url ['file', '', '29/3c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://30/2c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:302ca08d2e0beb09fcc76df98118dbb793ed257f3f9444eb2d9d20bca7c1d817_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/70/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://28/ad/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65_package.tar.zst\nDEBUG: Searching for 57/9b/sstate:rsync-native::3.2.7:r0::11:579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/31/2c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d2/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2e/26/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://29/3c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/3c/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db_package.tar.zst;downloadfilename=29/3c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/31/sstate:xhost::1.0.9:r0::11:d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/61/sstate:libtirpc::1.3.4:r0::11:7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357_populate_lic.tar.zst\nDEBUG: Searching for 8e/70/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 28/ad/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 57/9b/sstate:rsync-native::3.2.7:r0::11:579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/31/2c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://15/1d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82_package_write_ipk.tar.zst\nDEBUG: For url file://2e/26/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/26/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A11%3A2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0_create_spdx.tar.zst;downloadfilename=2e/26/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://14/3f/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/7a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43_package_write_rpm.tar.zst\nDEBUG: Searching for 7d/61/sstate:libtirpc::1.3.4:r0::11:7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8e/70/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c_create_runtime_spdx.tar.zst\nDEBUG: Using  for 28/ad/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65_package.tar.zst\nDEBUG: Testing URL file://57/9b/sstate:rsync-native::3.2.7:r0::11:579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/31/2c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 15/1d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f0/59/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:f059f4b50e60aa9e3fae924e8cdafed8130c05122736ad71b3f29b8812ff584d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://00/cb/sstate:libpsl::0.21.5:r0::11:00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://06/f5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24_package_qa.tar.zst\nDEBUG: Searching for 8b/7a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7d/61/sstate:libtirpc::1.3.4:r0::11:7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357_populate_lic.tar.zst\nDEBUG: Testing URL file://8e/70/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://28/ad/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65_package.tar.zst\nDEBUG: For url ['file', '', '57/9b/sstate:rsync-native::3.2.7:r0::11:579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/31/2c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/2c/sstate%3Awayland-native%3Ax86_64-linux%3A1.22.0%3Ar0%3Ax86_64%3A11%3A312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343_populate_sysroot.tar.zst;downloadfilename=universal/31/2c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343_populate_sysroot.tar.zst\nDEBUG: Using  for 15/1d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/13/52/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300_recipe_qa.tar.zst\nDEBUG: Searching for 00/cb/sstate:libpsl::0.21.5:r0::11:00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/39/6e/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://34/fb/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c_packagedata.tar.zst\nDEBUG: Using  for 8b/7a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7d/61/sstate:libtirpc::1.3.4:r0::11:7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8e/70/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '28/ad/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://57/9b/sstate:rsync-native::3.2.7:r0::11:579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/9b/sstate%3Arsync-native%3A%3A3.2.7%3Ar0%3A%3A11%3A579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e_populate_lic.tar.zst;downloadfilename=57/9b/sstate:rsync-native::3.2.7:r0::11:579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e_populate_lic.tar.zst\nDEBUG: Testing URL file://15/1d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82_package_write_ipk.tar.zst\nDEBUG: Searching for universal/13/52/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 00/cb/sstate:libpsl::0.21.5:r0::11:00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://29/3c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:293ccf27a81e098284a4353970b1528aec27505ba41376aaf8ebc45278a865db_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/d0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 34/fb/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8b/7a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7d/61/sstate:libtirpc::1.3.4:r0::11:7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8e/70/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/70/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.17.0%3Ar0%3Acore2-64%3A11%3A8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c_create_runtime_spdx.tar.zst;downloadfilename=8e/70/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c_create_runtime_spdx.tar.zst\nDEBUG: For url file://28/ad/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/ad/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65_package.tar.zst;downloadfilename=28/ad/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65_package.tar.zst\nDEBUG: For url ['file', '', '15/1d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2e/26/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0_create_spdx.tar.zst\nDEBUG: Using  for universal/13/52/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300_recipe_qa.tar.zst\nDEBUG: Testing URL file://00/cb/sstate:libpsl::0.21.5:r0::11:00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://01/f9/sstate:lttng-ust::2.13.6:r0::11:01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c_populate_lic.tar.zst\nDEBUG: Searching for e1/d0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 34/fb/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c_packagedata.tar.zst\nDEBUG: For url ['file', '', '8b/7a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7d/61/sstate:libtirpc::1.3.4:r0::11:7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/61/sstate%3Alibtirpc%3A%3A1.3.4%3Ar0%3A%3A11%3A7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357_populate_lic.tar.zst;downloadfilename=7d/61/sstate:libtirpc::1.3.4:r0::11:7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357_populate_lic.tar.zst\nDEBUG: For url file://15/1d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/1d/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82_package_write_ipk.tar.zst;downloadfilename=15/1d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/31/2c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/39/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/13/52/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://57/9b/sstate:rsync-native::3.2.7:r0::11:579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '00/cb/sstate:libpsl::0.21.5:r0::11:00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 01/f9/sstate:lttng-ust::2.13.6:r0::11:01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e1/d0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://34/fb/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c_packagedata.tar.zst\nDEBUG: For url file://8b/7a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/7a/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43_package_write_rpm.tar.zst;downloadfilename=8b/7a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/57/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0b/39/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://89/79/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/13/52/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://56/e3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc_create_runtime_spdx.tar.zst\nDEBUG: For url file://00/cb/sstate:libpsl::0.21.5:r0::11:00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/cb/sstate%3Alibpsl%3A%3A0.21.5%3Ar0%3A%3A11%3A00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89_populate_lic.tar.zst;downloadfilename=00/cb/sstate:libpsl::0.21.5:r0::11:00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89_populate_lic.tar.zst\nDEBUG: Using  for 01/f9/sstate:lttng-ust::2.13.6:r0::11:01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c_populate_lic.tar.zst\nDEBUG: Testing URL file://e1/d0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '34/fb/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://28/ad/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:28ad2d57ce72b873df723627dab3f57016d0c59c080aca410251bb8e9399fe65_package.tar.zst\nDEBUG: Searching for 7b/57/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0b/39/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://44/39/sstate:slang::2.3.3:r0::11:4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e_populate_lic.tar.zst\nDEBUG: For url file://universal/13/52/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/13/52/sstate%3Alibxml2-native%3Ax86_64-linux%3A2.11.5%3Ar0%3Ax86_64%3A11%3A1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300_recipe_qa.tar.zst;downloadfilename=universal/13/52/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300_recipe_qa.tar.zst\nDEBUG: Searching for 56/e3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://01/f9/sstate:lttng-ust::2.13.6:r0::11:01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/61/sstate:libtirpc::1.3.4:r0::11:7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e1/d0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://34/fb/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/fb/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A11%3A34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c_packagedata.tar.zst;downloadfilename=34/fb/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/00/sstate:packagegroup-core-x11-sato::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Using  for 7b/57/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0b/39/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5_recipe_qa.tar.zst\nDEBUG: Searching for 44/39/sstate:slang::2.3.3:r0::11:4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 56/e3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://15/1d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '01/f9/sstate:lttng-ust::2.13.6:r0::11:01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://89/cb/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26_populate_sysroot.tar.zst\nDEBUG: For url file://e1/d0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/d0/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A11%3Ae1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e_deploy_source_date_epoch.tar.zst;downloadfilename=e1/d0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cc/00/sstate:packagegroup-core-x11-sato::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7b/57/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/7a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0b/39/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 44/39/sstate:slang::2.3.3:r0::11:4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e_populate_lic.tar.zst\nDEBUG: Testing URL file://56/e3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://37/85/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292_recipe_qa.tar.zst\nDEBUG: For url file://01/f9/sstate:lttng-ust::2.13.6:r0::11:01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/f9/sstate%3Alttng-ust%3A%3A2.13.6%3Ar0%3A%3A11%3A01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c_populate_lic.tar.zst;downloadfilename=01/f9/sstate:lttng-ust::2.13.6:r0::11:01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c_populate_lic.tar.zst\nDEBUG: Searching for 89/cb/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cc/00/sstate:packagegroup-core-x11-sato::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://00/cb/sstate:libpsl::0.21.5:r0::11:00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7b/57/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/13/52/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://80/55/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be_package_qa.tar.zst\nDEBUG: For url file://0b/39/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/39/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A11%3A0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5_recipe_qa.tar.zst;downloadfilename=0b/39/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5_recipe_qa.tar.zst\nDEBUG: Testing URL file://44/39/sstate:slang::2.3.3:r0::11:4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '56/e3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 37/85/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 89/cb/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://26/0d/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9_create_spdx.tar.zst\nDEBUG: Testing URL file://cc/00/sstate:packagegroup-core-x11-sato::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://34/fb/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://73/5b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: For url file://7b/57/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/57/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A11%3A7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254_deploy_source_date_epoch.tar.zst;downloadfilename=7b/57/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://18/9c/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3_package.tar.zst\nDEBUG: Searching for 80/55/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '44/39/sstate:slang::2.3.3:r0::11:4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://56/e3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/e3/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A11%3A56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc_create_runtime_spdx.tar.zst;downloadfilename=56/e3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc_create_runtime_spdx.tar.zst\nDEBUG: Using  for 37/85/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/d0/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:e1d0fbc8ef5c6348b41c1a7c8a844ddd719bd7a47d8c3fec6a6a66263c4a3d7e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://89/cb/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/b7/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cc/00/sstate:packagegroup-core-x11-sato::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://26/9d/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed_packagedata.tar.zst\nDEBUG: Searching for 73/5b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://01/f9/sstate:lttng-ust::2.13.6:r0::11:01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c_populate_lic.tar.zst\nDEBUG: Searching for 18/9c/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 80/55/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be_package_qa.tar.zst\nDEBUG: For url file://44/39/sstate:slang::2.3.3:r0::11:4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/39/sstate%3Aslang%3A%3A2.3.3%3Ar0%3A%3A11%3A4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e_populate_lic.tar.zst;downloadfilename=44/39/sstate:slang::2.3.3:r0::11:4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e_populate_lic.tar.zst\nDEBUG: Testing URL file://37/85/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://90/d3/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '89/cb/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d4/b7/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://cc/00/sstate:packagegroup-core-x11-sato::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/00/sstate%3Apackagegroup-core-x11-sato%3A%3A1.0%3Ar0%3A%3A11%3Acc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst;downloadfilename=cc/00/sstate:packagegroup-core-x11-sato::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Searching for 26/9d/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 73/5b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://03/b0/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 18/9c/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/39/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5_recipe_qa.tar.zst\nDEBUG: Testing URL file://80/55/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be_package_qa.tar.zst\nDEBUG: For url ['file', '', '37/85/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 90/d3/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7b/57/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7b57efc528fcc7732d04d6c8baca814effd4497a082e3cc471f5dc8a5a4c2254_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://89/cb/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/cb/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.12.5%3Ar0%3Acore2-64%3A11%3A89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26_populate_sysroot.tar.zst;downloadfilename=89/cb/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26_populate_sysroot.tar.zst\nDEBUG: Using  for d4/b7/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da_create_spdx.tar.zst\nDEBUG: Using  for 26/9d/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed_packagedata.tar.zst\nDEBUG: Testing URL file://73/5b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: Searching for 03/b0/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://18/9c/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0e/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb_create_spdx.tar.zst\nDEBUG: For url ['file', '', '80/55/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/85/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/85/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.41%3Ar0%3Acore2-64%3A11%3A3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292_recipe_qa.tar.zst;downloadfilename=37/85/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292_recipe_qa.tar.zst\nDEBUG: Using  for 90/d3/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/a9/sstate:shared-mime-info-native::2.4:r0::11:b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://56/e3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d4/b7/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da_create_spdx.tar.zst\nDEBUG: Testing URL file://26/9d/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed_packagedata.tar.zst\nDEBUG: For url ['file', '', '73/5b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 03/b0/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '18/9c/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/0e/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://80/55/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/55/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be_package_qa.tar.zst;downloadfilename=80/55/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be_package_qa.tar.zst\nDEBUG: Testing URL file://90/d3/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f_package_write_rpm.tar.zst\nDEBUG: Searching for b0/a9/sstate:shared-mime-info-native::2.4:r0::11:b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://44/39/sstate:slang::2.3.3:r0::11:4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/00/sstate:packagegroup-core-x11-sato::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://21/e3/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd4/b7/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '26/9d/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://73/5b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/5b/sstate%3Agcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst;downloadfilename=73/5b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: Testing URL file://03/b0/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b_create_runtime_spdx.tar.zst\nDEBUG: For url file://18/9c/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/9c/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A11%3A189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3_package.tar.zst;downloadfilename=18/9c/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3_package.tar.zst\nDEBUG: Using  for universal/0e/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb_create_spdx.tar.zst\nDEBUG: For url ['file', '', '90/d3/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b0/a9/sstate:shared-mime-info-native::2.4:r0::11:b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/88/60/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/f1/sstate:curl-native::8.6.0:r0::11:c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa_populate_lic.tar.zst\nDEBUG: Searching for 21/e3/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d4/b7/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/b7/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A11%3Ad4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da_create_spdx.tar.zst;downloadfilename=d4/b7/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da_create_spdx.tar.zst\nDEBUG: For url file://26/9d/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/9d/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A11%3A269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed_packagedata.tar.zst;downloadfilename=26/9d/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed_packagedata.tar.zst\nDEBUG: For url ['file', '', '03/b0/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/0e/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb_create_spdx.tar.zst\nDEBUG: For url file://90/d3/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/d3/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A11%3A90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f_package_write_rpm.tar.zst;downloadfilename=90/d3/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://65/a0/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b0/a9/sstate:shared-mime-info-native::2.4:r0::11:b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://37/85/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292_recipe_qa.tar.zst\nDEBUG: Searching for universal/88/60/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c3/f1/sstate:curl-native::8.6.0:r0::11:c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 21/e3/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951_create_runtime_spdx.tar.zst\nDEBUG: For url file://03/b0/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/b0/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A11%3A03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b_create_runtime_spdx.tar.zst;downloadfilename=03/b0/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/0e/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://80/55/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://73/5b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/9f/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b0/a9/sstate:shared-mime-info-native::2.4:r0::11:b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://07/eb/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51_create_spdx.tar.zst\nDEBUG: Using  for universal/88/60/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c3/f1/sstate:curl-native::8.6.0:r0::11:c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa_populate_lic.tar.zst\nDEBUG: Testing URL file://21/e3/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/0e/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0e/80/sstate%3Alibpng-native%3Ax86_64-linux%3A1.6.41%3Ar0%3Ax86_64%3A11%3A0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb_create_spdx.tar.zst;downloadfilename=universal/0e/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/ea/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://df/c0/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f_package_write_rpm.tar.zst\nDEBUG: Searching for 0c/9f/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b0/a9/sstate:shared-mime-info-native::2.4:r0::11:b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/a9/sstate%3Ashared-mime-info-native%3A%3A2.4%3Ar0%3A%3A11%3Ab0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564_populate_lic.tar.zst;downloadfilename=b0/a9/sstate:shared-mime-info-native::2.4:r0::11:b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564_populate_lic.tar.zst\nDEBUG: Searching for 07/eb/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://26/9d/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed_packagedata.tar.zst\nDEBUG: Testing URL file://universal/88/60/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://90/d3/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c3/f1/sstate:curl-native::8.6.0:r0::11:c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://18/9c/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:189c811db92e5ec3c8a781760859b3945b9c0df3aa2618a3dbaa5ec15dd964b3_package.tar.zst\nDEBUG: For url ['file', '', '21/e3/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 95/ea/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for df/c0/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0c/9f/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec_recipe_qa.tar.zst\nDEBUG: Using  for 07/eb/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/05/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/70/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://03/b0/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/88/60/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f1/09/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c3/f1/sstate:curl-native::8.6.0:r0::11:c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://84/ea/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585_packagedata.tar.zst\nDEBUG: For url file://21/e3/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/e3/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.4%3Ar0%3Acore2-64%3A11%3A21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951_create_runtime_spdx.tar.zst;downloadfilename=21/e3/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951_create_runtime_spdx.tar.zst\nDEBUG: Using  for 95/ea/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for df/c0/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0c/9f/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec_recipe_qa.tar.zst\nDEBUG: Testing URL file://07/eb/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51_create_spdx.tar.zst\nDEBUG: Searching for d5/05/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/11/1b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/ee/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2_package_qa.tar.zst\nDEBUG: For url file://universal/88/60/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/88/60/sstate%3Alibxcursor-native%3Ax86_64-linux%3A1.2.1%3Ar0%3Ax86_64%3A11%3A886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db_deploy_source_date_epoch.tar.zst;downloadfilename=universal/88/60/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f1/09/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c3/f1/sstate:curl-native::8.6.0:r0::11:c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/f1/sstate%3Acurl-native%3A%3A8.6.0%3Ar0%3A%3A11%3Ac3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa_populate_lic.tar.zst;downloadfilename=c3/f1/sstate:curl-native::8.6.0:r0::11:c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa_populate_lic.tar.zst\nDEBUG: Searching for 84/ea/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://95/ea/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://df/c0/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0c/9f/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/0e/80/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/a9/sstate:shared-mime-info-native::2.4:r0::11:b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564_populate_lic.tar.zst\nDEBUG: For url ['file', '', '07/eb/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d5/05/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/11/1b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e8/ee/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f1/09/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 84/ea/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585_packagedata.tar.zst\nDEBUG: For url ['file', '', '95/ea/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'df/c0/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0c/9f/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/9f/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.40%3Ar0%3Acore2-64%3A11%3A0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec_recipe_qa.tar.zst;downloadfilename=0c/9f/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/8b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/fd/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff_create_spdx.tar.zst\nDEBUG: For url file://07/eb/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/eb/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A11%3A07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51_create_spdx.tar.zst;downloadfilename=07/eb/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51_create_spdx.tar.zst\nDEBUG: Testing URL file://d5/05/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/11/1b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9_create_spdx.tar.zst\nDEBUG: Using  for e8/ee/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2_package_qa.tar.zst\nDEBUG: Testing URL file://f1/09/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://84/ea/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585_packagedata.tar.zst\nDEBUG: For url file://95/ea/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/ea/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3A95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496_deploy_source_date_epoch.tar.zst;downloadfilename=95/ea/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://df/c0/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/c0/sstate%3Agdb%3Acore2-64-poky-linux%3A14.1%3Ar0%3Acore2-64%3A11%3Adfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f_package_write_rpm.tar.zst;downloadfilename=df/c0/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f_package_write_rpm.tar.zst\nDEBUG: Searching for 1f/8b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7f/fd/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/88/60/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:886074feea5a4ca46c3af9cb36ca372032d50607e80007fd3157a664cd1ca5db_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd5/05/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c3/f1/sstate:curl-native::8.6.0:r0::11:c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/11/1b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9_create_spdx.tar.zst\nDEBUG: Testing URL file://e8/ee/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f1/09/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '84/ea/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1f/8b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c_populate_sysroot.tar.zst\nDEBUG: Using  for 7f/fd/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://18/ef/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09_package.tar.zst\nDEBUG: For url file://d5/05/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/05/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.40%3Ar0%3Acore2-64%3A11%3Ad5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f_deploy_source_date_epoch.tar.zst;downloadfilename=d5/05/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://60/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/11/1b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://0c/9f/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e8/ee/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f1/09/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/09/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A11%3Af10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9_deploy_source_date_epoch.tar.zst;downloadfilename=f1/09/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://84/ea/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/ea/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A11%3A84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585_packagedata.tar.zst;downloadfilename=84/ea/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585_packagedata.tar.zst\nDEBUG: Testing URL file://1f/8b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://7f/fd/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff_create_spdx.tar.zst\nDEBUG: Searching for 18/ef/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 60/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/11/1b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/11/1b/sstate%3Am4-native%3Ax86_64-linux%3A1.4.19%3Ar0%3Ax86_64%3A11%3A111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9_create_spdx.tar.zst;downloadfilename=universal/11/1b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/78/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::11:e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad_populate_lic.tar.zst\nDEBUG: For url file://e8/ee/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/ee/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A11%3Ae8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2_package_qa.tar.zst;downloadfilename=e8/ee/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://df/c0/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '1f/8b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://95/ea/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:95ea44d1a18c091a3a7a766af979fdecfbf859dcb7abdbff533126f78c1ba496_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7f/fd/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 18/ef/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09_package.tar.zst\nDEBUG: Using  for 60/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11_populate_sysroot.tar.zst\nDEBUG: Searching for e4/78/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::11:e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://db/b1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/05/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:d5058e174e506722bd87bc5d3938a7b1e2a3ff849494ab420c4af7943948563f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1f/8b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/8b/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.36%3Ar0%3Acore2-64%3A11%3A1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c_populate_sysroot.tar.zst;downloadfilename=1f/8b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/3f/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/09/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f10959189c9a1c907a4df71f7727967ae0a4708428e94b78d5baa25a17e259c9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7f/fd/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/fd/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A11%3A7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff_create_spdx.tar.zst;downloadfilename=7f/fd/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff_create_spdx.tar.zst\nDEBUG: Testing URL file://18/ef/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09_package.tar.zst\nDEBUG: Testing URL file://60/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11_populate_sysroot.tar.zst\nDEBUG: Using  for e4/78/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::11:e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad_populate_lic.tar.zst\nDEBUG: Searching for db/b1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0f/12/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4_package_qa.tar.zst\nDEBUG: Searching for a0/3f/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://84/ea/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/03/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f_packagedata.tar.zst\nDEBUG: For url ['file', '', '18/ef/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '60/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/11/1b/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9_create_spdx.tar.zst\nDEBUG: Testing URL file://e4/78/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::11:e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/ee/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2_package_qa.tar.zst\nDEBUG: Using  for db/b1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e_package_qa.tar.zst\nDEBUG: Searching for 0f/12/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a0/3f/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/93/sstate:quota::4.09:r0::11:0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0_populate_lic.tar.zst\nDEBUG: Searching for b1/03/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://18/ef/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/ef/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09_package.tar.zst;downloadfilename=18/ef/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09_package.tar.zst\nDEBUG: For url file://60/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/08/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A11%3A60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11_populate_sysroot.tar.zst;downloadfilename=60/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://17/66/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e4/78/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::11:e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/61/29/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://db/b1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e_package_qa.tar.zst\nDEBUG: Using  for 0f/12/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4_package_qa.tar.zst\nDEBUG: Testing URL file://a0/3f/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/8b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1f8b4afb9d0d9aa75f5688a079f9373fe100bb9988c35fea90e62a618119826c_populate_sysroot.tar.zst\nDEBUG: Searching for 0c/93/sstate:quota::4.09:r0::11:0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b1/03/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f_packagedata.tar.zst\nDEBUG: Searching for 17/66/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e4/78/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::11:e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/78/sstate%3Adocbook-xsl-stylesheets-native%3A%3A1.79.1%3Ar0%3A%3A11%3Ae47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad_populate_lic.tar.zst;downloadfilename=e4/78/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::11:e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad_populate_lic.tar.zst\nDEBUG: Searching for universal/61/29/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'db/b1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0f/12/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a0/3f/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8b/ef/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112_packagedata.tar.zst\nDEBUG: Using  for 0c/93/sstate:quota::4.09:r0::11:0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0_populate_lic.tar.zst\nDEBUG: Testing URL file://b1/03/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f_packagedata.tar.zst\nDEBUG: Using  for 17/66/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78_recipe_qa.tar.zst\nDEBUG: Using  for universal/61/29/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed_create_runtime_spdx.tar.zst\nDEBUG: For url file://db/b1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/b1/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3Adbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e_package_qa.tar.zst;downloadfilename=db/b1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e_package_qa.tar.zst\nDEBUG: For url ['file', '', '0f/12/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a0/3f/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/3f/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3Aa03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900_create_spdx.tar.zst;downloadfilename=a0/3f/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900_create_spdx.tar.zst\nDEBUG: Searching for 8b/ef/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0c/93/sstate:quota::4.09:r0::11:0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b1/03/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://17/66/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/61/29/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://18/ef/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:18ef4254755300dda721f203e113086324526c4a405d9666b38c3e05ed268e09_package.tar.zst\nDEBUG: For url file://0f/12/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/12/sstate%3Acargo%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4_package_qa.tar.zst;downloadfilename=0f/12/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4_package_qa.tar.zst\nDEBUG: Using  for 8b/ef/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://60/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:60088aad59008b0ef2f9fb4c5ea749ca56343653730a512ea9b2377eb5889b11_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0c/93/sstate:quota::4.09:r0::11:0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b1/03/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/03/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A11%3Ab10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f_packagedata.tar.zst;downloadfilename=b1/03/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f_packagedata.tar.zst\nDEBUG: For url ['file', '', '17/66/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/61/29/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1f/f0/sstate:encodings::1.0.7:r0::11:1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158_populate_lic.tar.zst\nDEBUG: Testing URL file://8b/ef/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/78/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::11:e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://97/47/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122_create_runtime_spdx.tar.zst\nDEBUG: For url file://0c/93/sstate:quota::4.09:r0::11:0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/93/sstate%3Aquota%3A%3A4.09%3Ar0%3A%3A11%3A0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0_populate_lic.tar.zst;downloadfilename=0c/93/sstate:quota::4.09:r0::11:0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0_populate_lic.tar.zst\nDEBUG: For url file://17/66/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/66/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78_recipe_qa.tar.zst;downloadfilename=17/66/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78_recipe_qa.tar.zst\nDEBUG: For url file://universal/61/29/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/61/29/sstate%3Afontconfig-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A11%3A612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed_create_runtime_spdx.tar.zst;downloadfilename=universal/61/29/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://db/b1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e_package_qa.tar.zst\nDEBUG: Searching for 1f/f0/sstate:encodings::1.0.7:r0::11:1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8b/ef/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/d2/26/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8_create_runtime_spdx.tar.zst\nDEBUG: Searching for 97/47/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a0/3f/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://21/e3/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/12/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/8e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f_package.tar.zst\nDEBUG: Using  for 1f/f0/sstate:encodings::1.0.7:r0::11:1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158_populate_lic.tar.zst\nDEBUG: For url file://8b/ef/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/ef/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112_packagedata.tar.zst;downloadfilename=8b/ef/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112_packagedata.tar.zst\nDEBUG: Searching for universal/d2/26/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 97/47/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/f1/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://21/c9/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/03/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://77/33/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/93/sstate:quota::4.09:r0::11:0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0_populate_lic.tar.zst\nDEBUG: Searching for f2/8e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1f/f0/sstate:encodings::1.0.7:r0::11:1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158_populate_lic.tar.zst\nDEBUG: Using  for universal/d2/26/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://97/47/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122_create_runtime_spdx.tar.zst\nDEBUG: Searching for 73/f1/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 21/c9/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://88/c0/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071_recipe_qa.tar.zst\nDEBUG: Searching for 77/33/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/8a/60/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://17/66/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78_recipe_qa.tar.zst\nDEBUG: Using  for f2/8e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f_package.tar.zst\nDEBUG: For url ['file', '', '1f/f0/sstate:encodings::1.0.7:r0::11:1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/d2/26/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/61/29/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '97/47/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 73/f1/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d_populate_sysroot.tar.zst\nDEBUG: Using  for 21/c9/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b_package.tar.zst\nDEBUG: Searching for 88/c0/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 77/33/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2_packagedata.tar.zst\nDEBUG: Searching for universal/8a/60/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d4/b7/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/fe/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f2/8e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f_package.tar.zst\nDEBUG: For url file://1f/f0/sstate:encodings::1.0.7:r0::11:1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/f0/sstate%3Aencodings%3A%3A1.0.7%3Ar0%3A%3A11%3A1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158_populate_lic.tar.zst;downloadfilename=1f/f0/sstate:encodings::1.0.7:r0::11:1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/d2/26/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ab/a2/sstate:docbook-xml-dtd4-native::4.5:r0::11:aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63_populate_lic.tar.zst\nDEBUG: For url file://97/47/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/47/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.5%3Ar0%3Acore2-64%3A11%3A9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122_create_runtime_spdx.tar.zst;downloadfilename=97/47/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://73/f1/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://21/c9/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b_package.tar.zst\nDEBUG: Using  for 88/c0/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071_recipe_qa.tar.zst\nDEBUG: Testing URL file://77/33/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2_packagedata.tar.zst\nDEBUG: Using  for universal/8a/60/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8b/7a/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839_populate_sysroot.tar.zst\nDEBUG: Searching for 0f/fe/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f2/8e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d2/26/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d2/26/sstate%3Aasciidoc-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A11%3Ad226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8_create_runtime_spdx.tar.zst;downloadfilename=universal/d2/26/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8_create_runtime_spdx.tar.zst\nDEBUG: Searching for ab/a2/sstate:docbook-xml-dtd4-native::4.5:r0::11:aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8b/ef/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112_packagedata.tar.zst\nDEBUG: For url ['file', '', '73/f1/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '21/c9/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://88/c0/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '77/33/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/8a/60/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d_populate_sysroot.tar.zst\nDEBUG: Searching for universal/8b/7a/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0f/fe/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53_populate_sysroot.tar.zst\nDEBUG: For url file://f2/8e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/8e/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A11%3Af28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f_package.tar.zst;downloadfilename=f2/8e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f_package.tar.zst\nDEBUG: Using  for ab/a2/sstate:docbook-xml-dtd4-native::4.5:r0::11:aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/88/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64_package_qa.tar.zst\nDEBUG: For url file://73/f1/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/f1/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A11%3A73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d_populate_sysroot.tar.zst;downloadfilename=73/f1/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d_populate_sysroot.tar.zst\nDEBUG: For url file://21/c9/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/c9/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.7.3%3Ar0%3Acore2-64%3A11%3A21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b_package.tar.zst;downloadfilename=21/c9/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b_package.tar.zst\nDEBUG: For url ['file', '', '88/c0/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://77/33/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/33/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.7.0%3Ar0%3Acore2-64%3A11%3A77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2_packagedata.tar.zst;downloadfilename=77/33/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/8a/60/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/8b/7a/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0f/fe/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ab/a2/sstate:docbook-xml-dtd4-native::4.5:r0::11:aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/f0/sstate:encodings::1.0.7:r0::11:1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158_populate_lic.tar.zst\nDEBUG: Searching for bd/88/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://88/c0/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/c0/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3A88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071_recipe_qa.tar.zst;downloadfilename=88/c0/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://07/eb/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d2/26/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/8a/60/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8a/60/sstate%3Abzip2-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A11%3A8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d_populate_sysroot.tar.zst;downloadfilename=universal/8a/60/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/8b/7a/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0f/fe/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ab/a2/sstate:docbook-xml-dtd4-native::4.5:r0::11:aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/42/e7/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135_populate_sysroot.tar.zst\nDEBUG: Using  for bd/88/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://66/a6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/8e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:f28e39bc1239ecb1d62f2db5c58537dd512bd8bdec52ed5f85633f39c2dd643f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://45/4f/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/8b/7a/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0f/fe/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/fe/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53_populate_sysroot.tar.zst;downloadfilename=0f/fe/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://73/f1/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73f1fafbfb79b26dd2816710fe84bc639e27d4626a661d9e0eaf5aa36c25fe9d_populate_sysroot.tar.zst\nDEBUG: For url file://ab/a2/sstate:docbook-xml-dtd4-native::4.5:r0::11:aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/a2/sstate%3Adocbook-xml-dtd4-native%3A%3A4.5%3Ar0%3A%3A11%3Aaba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63_populate_lic.tar.zst;downloadfilename=ab/a2/sstate:docbook-xml-dtd4-native::4.5:r0::11:aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63_populate_lic.tar.zst\nDEBUG: Searching for universal/42/e7/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://bd/88/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64_package_qa.tar.zst\nDEBUG: Searching for 66/a6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://77/33/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/34/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604_create_spdx.tar.zst\nDEBUG: Searching for 45/4f/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/8b/7a/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/7a/sstate%3Agdk-pixbuf-native%3Ax86_64-linux%3A2.42.10%3Ar0%3Ax86_64%3A11%3A8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839_populate_sysroot.tar.zst;downloadfilename=universal/8b/7a/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/e8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://88/c0/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://21/c9/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:21c9579559b2e792e5f78f78b90d998981aaa4fc562dd37a845543970499843b_package.tar.zst\nDEBUG: Using  for universal/42/e7/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'bd/88/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 66/a6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/31/60/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0f/34/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 45/4f/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3d/e8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/8a/60/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://40/fd/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://39/0d/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/42/e7/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135_populate_sysroot.tar.zst\nDEBUG: For url file://bd/88/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/88/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.6%3Ar0%3Acore2-64%3A11%3Abd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64_package_qa.tar.zst;downloadfilename=bd/88/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64_package_qa.tar.zst\nDEBUG: Testing URL file://66/a6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1_package.tar.zst\nDEBUG: Searching for universal/31/60/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0f/34/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604_create_spdx.tar.zst\nDEBUG: Testing URL file://45/4f/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3d/e8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/3f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869_recipe_qa.tar.zst\nDEBUG: Searching for 40/fd/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 39/0d/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0f/fe/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:0ffe4f73896d9bf0a04169fbe65ee02d5ed155bce2871afe8f2826e22c7eca53_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/42/e7/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '66/a6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ab/a2/sstate:docbook-xml-dtd4-native::4.5:r0::11:aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63_populate_lic.tar.zst\nDEBUG: Using  for universal/31/60/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0f/34/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604_create_spdx.tar.zst\nDEBUG: For url ['file', '', '45/4f/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3d/e8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f_package_qa.tar.zst\nDEBUG: Searching for ff/3f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 40/fd/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185_recipe_qa.tar.zst\nDEBUG: Using  for 39/0d/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/02/sstate:makedevs::1.0.1:r0::11:6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12_populate_lic.tar.zst\nDEBUG: For url file://universal/42/e7/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/42/e7/sstate%3Alibpciaccess-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A11%3A42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135_populate_sysroot.tar.zst;downloadfilename=universal/42/e7/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135_populate_sysroot.tar.zst\nDEBUG: For url file://66/a6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/a6/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1_package.tar.zst;downloadfilename=66/a6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/3e/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/31/60/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0f/34/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://45/4f/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/4f/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A11%3A454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33_deploy_source_date_epoch.tar.zst;downloadfilename=45/4f/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3d/e8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/8b/7a/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839_populate_sysroot.tar.zst\nDEBUG: Using  for ff/3f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869_recipe_qa.tar.zst\nDEBUG: Testing URL file://40/fd/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185_recipe_qa.tar.zst\nDEBUG: Testing URL file://39/0d/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6c/02/sstate:makedevs::1.0.1:r0::11:6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/04/3e/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/31/60/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0f/34/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/34/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.6%3Ar0%3Acore2-64%3A11%3A0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604_create_spdx.tar.zst;downloadfilename=0f/34/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/88/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64_package_qa.tar.zst\nDEBUG: For url file://3d/e8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/e8/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A11%3A3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f_package_qa.tar.zst;downloadfilename=3d/e8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/d3/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae_package_qa.tar.zst\nDEBUG: Testing URL file://ff/3f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '40/fd/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '39/0d/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6c/02/sstate:makedevs::1.0.1:r0::11:6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12_populate_lic.tar.zst\nDEBUG: Using  for universal/04/3e/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358_create_spdx.tar.zst\nDEBUG: For url file://universal/31/60/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/60/sstate%3Alibxfixes-native%3Ax86_64-linux%3A6.0.1%3Ar0%3Ax86_64%3A11%3A31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027_deploy_source_date_epoch.tar.zst;downloadfilename=universal/31/60/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://45/11/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/fd/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff_create_spdx.tar.zst\nDEBUG: Searching for a5/d3/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://66/a6/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:66a64997f1d01ccd285fa55b9621047bb4fcbe968f61df4bc697d18a5e277ef1_package.tar.zst\nDEBUG: For url ['file', '', 'ff/3f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/42/e7/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135_populate_sysroot.tar.zst\nDEBUG: For url file://40/fd/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/fd/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A11%3A40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185_recipe_qa.tar.zst;downloadfilename=40/fd/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185_recipe_qa.tar.zst\nDEBUG: For url file://39/0d/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/0d/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst;downloadfilename=39/0d/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6c/02/sstate:makedevs::1.0.1:r0::11:6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/04/3e/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358_create_spdx.tar.zst\nDEBUG: Searching for 45/11/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/21/63/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://45/4f/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:454f0dc29ce406c6ef74141c26d71dd60a4587dc4887bef038f15a3c6cddba33_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a5/d3/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/f7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f_recipe_qa.tar.zst\nDEBUG: For url file://ff/3f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/3f/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A11%3Aff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869_recipe_qa.tar.zst;downloadfilename=ff/3f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/00/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/34/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/02/sstate:makedevs::1.0.1:r0::11:6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3d/e8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/04/3e/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 45/11/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac_package_write_rpm.tar.zst\nDEBUG: Searching for universal/21/63/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://9f/fb/sstate:python3-pyproject-hooks-native::1.0.0:r0::11:9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d_populate_lic.tar.zst\nDEBUG: Testing URL file://a5/d3/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae_package_qa.tar.zst\nDEBUG: Searching for 3a/f7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/31/60/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:31609c878be884223502638628cf708ad5d3905895453d1f422b818928a34027_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b2/00/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ca/a3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6c/02/sstate:makedevs::1.0.1:r0::11:6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/02/sstate%3Amakedevs%3A%3A1.0.1%3Ar0%3A%3A11%3A6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12_populate_lic.tar.zst;downloadfilename=6c/02/sstate:makedevs::1.0.1:r0::11:6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://83/32/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be_recipe_qa.tar.zst\nDEBUG: For url file://universal/04/3e/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/3e/sstate%3Aexpat-native%3Ax86_64-linux%3A2.5.0%3Ar0%3Ax86_64%3A11%3A043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358_create_spdx.tar.zst;downloadfilename=universal/04/3e/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358_create_spdx.tar.zst\nDEBUG: Testing URL file://45/11/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac_package_write_rpm.tar.zst\nDEBUG: Using  for universal/21/63/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532_create_spdx.tar.zst\nDEBUG: Searching for 9f/fb/sstate:python3-pyproject-hooks-native::1.0.0:r0::11:9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a5/d3/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://40/fd/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185_recipe_qa.tar.zst\nDEBUG: Using  for 3a/f7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/6a/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1_recipe_qa.tar.zst\nDEBUG: Using  for b2/00/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980_create_runtime_spdx.tar.zst\nDEBUG: Searching for ca/a3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 83/32/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://39/0d/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '45/11/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/21/63/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532_create_spdx.tar.zst\nDEBUG: Using  for 9f/fb/sstate:python3-pyproject-hooks-native::1.0.0:r0::11:9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/3f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869_recipe_qa.tar.zst\nDEBUG: For url file://a5/d3/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/d3/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3Aa5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae_package_qa.tar.zst;downloadfilename=a5/d3/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://be/ac/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab_create_spdx.tar.zst\nDEBUG: Testing URL file://3a/f7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f_recipe_qa.tar.zst\nDEBUG: Searching for aa/6a/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b2/00/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980_create_runtime_spdx.tar.zst\nDEBUG: Using  for ca/a3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 83/32/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/af/38/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a_create_spdx.tar.zst\nDEBUG: For url file://45/11/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/11/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac_package_write_rpm.tar.zst;downloadfilename=45/11/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/21/63/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9f/fb/sstate:python3-pyproject-hooks-native::1.0.0:r0::11:9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://60/71/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65_create_runtime_spdx.tar.zst\nDEBUG: Searching for be/ac/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3a/f7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6c/02/sstate:makedevs::1.0.1:r0::11:6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12_populate_lic.tar.zst\nDEBUG: Using  for aa/6a/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b2/00/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ca/a3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/3e/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358_create_spdx.tar.zst\nDEBUG: Testing URL file://83/32/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be_recipe_qa.tar.zst\nDEBUG: Searching for universal/af/38/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/21/63/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/21/63/sstate%3Amkfontscale-native%3Ax86_64-linux%3A1.2.2%3Ar0%3Ax86_64%3A11%3A2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532_create_spdx.tar.zst;downloadfilename=universal/21/63/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532_create_spdx.tar.zst\nDEBUG: For url ['file', '', '9f/fb/sstate:python3-pyproject-hooks-native::1.0.0:r0::11:9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 60/71/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for be/ac/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab_create_spdx.tar.zst\nDEBUG: For url file://3a/f7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/f7/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A11%3A3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f_recipe_qa.tar.zst;downloadfilename=3a/f7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/56/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e_recipe_qa.tar.zst\nDEBUG: Testing URL file://aa/6a/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1_recipe_qa.tar.zst\nDEBUG: For url file://b2/00/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/00/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.7.1%3Ar0%3Acore2-64%3A11%3Ab200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980_create_runtime_spdx.tar.zst;downloadfilename=b2/00/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ca/a3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://dd/3c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '83/32/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/af/38/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a_create_spdx.tar.zst\nDEBUG: For url file://9f/fb/sstate:python3-pyproject-hooks-native::1.0.0:r0::11:9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/fb/sstate%3Apython3-pyproject-hooks-native%3A%3A1.0.0%3Ar0%3A%3A11%3A9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d_populate_lic.tar.zst;downloadfilename=9f/fb/sstate:python3-pyproject-hooks-native::1.0.0:r0::11:9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d_populate_lic.tar.zst\nDEBUG: Using  for 60/71/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/d3/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae_package_qa.tar.zst\nDEBUG: Testing URL file://be/ac/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab_create_spdx.tar.zst\nDEBUG: Searching for 8d/56/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://97/47/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'aa/6a/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://45/11/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac_package_write_rpm.tar.zst\nDEBUG: For url file://ca/a3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/a3/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A11%3Acaa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b_deploy_source_date_epoch.tar.zst;downloadfilename=ca/a3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for dd/3c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://83/32/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/32/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A11%3A8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be_recipe_qa.tar.zst;downloadfilename=83/32/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/af/38/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a_create_spdx.tar.zst\nDEBUG: Testing URL file://60/71/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/39/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'be/ac/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8d/56/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/5b/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e_populate_sysroot.tar.zst\nDEBUG: For url file://aa/6a/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/6a/sstate%3Agdb%3Acore2-64-poky-linux%3A14.1%3Ar0%3Acore2-64%3A11%3Aaa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1_recipe_qa.tar.zst;downloadfilename=aa/6a/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/21/63/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/ac/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22_package_write_rpm.tar.zst\nDEBUG: Using  for dd/3c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/af/38/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3a/f7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '60/71/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0b/39/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://be/ac/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/ac/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A11%3Abeaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab_create_spdx.tar.zst;downloadfilename=be/ac/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab_create_spdx.tar.zst\nDEBUG: Testing URL file://8d/56/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e_recipe_qa.tar.zst\nDEBUG: Searching for bf/5b/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c9/eb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/fb/sstate:python3-pyproject-hooks-native::1.0.0:r0::11:9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d_populate_lic.tar.zst\nDEBUG: Searching for 7d/ac/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://dd/3c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d_package_write_deb.tar.zst\nDEBUG: For url file://universal/af/38/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/af/38/sstate%3Adebianutils-native%3Ax86_64-linux%3A5.16%3Ar0%3Ax86_64%3A11%3Aaf387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a_create_spdx.tar.zst;downloadfilename=universal/af/38/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/ca/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082_package_qa.tar.zst\nDEBUG: For url file://60/71/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/71/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A11%3A6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65_create_runtime_spdx.tar.zst;downloadfilename=60/71/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0b/39/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/a3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:caa3f780d7e14f94955ecad1cf0a5be75cd7b4dd1d9eba517d5a1db1a2935d8b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8d/56/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bf/5b/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e_populate_sysroot.tar.zst\nDEBUG: Searching for c9/eb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://50/d5/sstate:man-db::2.12.0:r0::11:50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7_populate_lic.tar.zst\nDEBUG: Using  for 7d/ac/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'dd/3c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f7/ca/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://83/32/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be_recipe_qa.tar.zst\nDEBUG: Testing URL file://0b/39/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://41/9a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75_recipe_qa.tar.zst\nDEBUG: For url file://8d/56/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/56/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A11%3A8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e_recipe_qa.tar.zst;downloadfilename=8d/56/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/6a/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1_recipe_qa.tar.zst\nDEBUG: Testing URL file://bf/5b/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e_populate_sysroot.tar.zst\nDEBUG: Using  for c9/eb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066_packagedata.tar.zst\nDEBUG: Searching for 50/d5/sstate:man-db::2.12.0:r0::11:50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7d/ac/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22_package_write_rpm.tar.zst\nDEBUG: For url file://dd/3c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/3c/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Add3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d_package_write_deb.tar.zst;downloadfilename=dd/3c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d_package_write_deb.tar.zst\nDEBUG: Using  for f7/ca/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/b9/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0b/39/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://be/ac/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab_create_spdx.tar.zst\nDEBUG: Searching for 41/9a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://06/7d/sstate:sysklogd::2.5.2:r0::11:067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/af/38/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bf/5b/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c9/eb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066_packagedata.tar.zst\nDEBUG: Using  for 50/d5/sstate:man-db::2.12.0:r0::11:50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7d/ac/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f7/ca/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082_package_qa.tar.zst\nDEBUG: Searching for c6/b9/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0b/39/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/39/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A11%3A0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1_recipe_qa.tar.zst;downloadfilename=0b/39/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://93/a9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476_create_runtime_spdx.tar.zst\nDEBUG: Using  for 41/9a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75_recipe_qa.tar.zst\nDEBUG: Searching for 06/7d/sstate:sysklogd::2.5.2:r0::11:067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://9d/5d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2_packagedata.tar.zst\nDEBUG: For url file://bf/5b/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/5b/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.41%3Ar0%3Acore2-64%3A11%3Abf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e_populate_sysroot.tar.zst;downloadfilename=bf/5b/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c9/eb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://50/d5/sstate:man-db::2.12.0:r0::11:50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7_populate_lic.tar.zst\nDEBUG: For url file://7d/ac/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/ac/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A11%3A7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22_package_write_rpm.tar.zst;downloadfilename=7d/ac/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f7/ca/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c6/b9/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 93/a9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://41/9a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75_recipe_qa.tar.zst\nDEBUG: Using  for 06/7d/sstate:sysklogd::2.5.2:r0::11:067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/56/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e_recipe_qa.tar.zst\nDEBUG: Searching for 9d/5d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c9/eb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/eb/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Ac9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066_packagedata.tar.zst;downloadfilename=c9/eb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066_packagedata.tar.zst\nDEBUG: For url ['file', '', '50/d5/sstate:man-db::2.12.0:r0::11:50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dd/3c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d_package_write_deb.tar.zst\nDEBUG: For url file://f7/ca/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/ca/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A11%3Af7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082_package_qa.tar.zst;downloadfilename=f7/ca/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082_package_qa.tar.zst\nDEBUG: Testing URL file://c6/b9/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 93/a9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '41/9a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://06/7d/sstate:sysklogd::2.5.2:r0::11:067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/bb/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d_package_qa.tar.zst\nDEBUG: Using  for 9d/5d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2_packagedata.tar.zst\nDEBUG: For url file://50/d5/sstate:man-db::2.12.0:r0::11:50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/d5/sstate%3Aman-db%3A%3A2.12.0%3Ar0%3A%3A11%3A50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7_populate_lic.tar.zst;downloadfilename=50/d5/sstate:man-db::2.12.0:r0::11:50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/05/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/39/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c6/b9/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://93/a9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/5b/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:bf5b039bbc8ecaa39013230c005cce7a2b2482203c724a5da7556acafb91905e_populate_sysroot.tar.zst\nDEBUG: For url file://41/9a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/9a/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75_recipe_qa.tar.zst;downloadfilename=41/9a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '06/7d/sstate:sysklogd::2.5.2:r0::11:067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d5/bb/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://9d/5d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2_packagedata.tar.zst\nDEBUG: Searching for universal/05/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d0/79/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/ac/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22_package_write_rpm.tar.zst\nDEBUG: For url file://c6/b9/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/b9/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A11%3Ac6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218_deploy_source_date_epoch.tar.zst;downloadfilename=c6/b9/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '93/a9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://02/9b/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945_populate_sysroot.tar.zst\nDEBUG: For url file://06/7d/sstate:sysklogd::2.5.2:r0::11:067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/7d/sstate%3Asysklogd%3A%3A2.5.2%3Ar0%3A%3A11%3A067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0_populate_lic.tar.zst;downloadfilename=06/7d/sstate:sysklogd::2.5.2:r0::11:067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0_populate_lic.tar.zst\nDEBUG: Using  for d5/bb/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d_package_qa.tar.zst\nDEBUG: For url ['file', '', '9d/5d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c9/eb/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066_packagedata.tar.zst\nDEBUG: Using  for universal/05/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2_create_runtime_spdx.tar.zst\nDEBUG: Searching for d0/79/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f6/3d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/ca/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082_package_qa.tar.zst\nDEBUG: For url file://93/a9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/a9/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A11%3A93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476_create_runtime_spdx.tar.zst;downloadfilename=93/a9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476_create_runtime_spdx.tar.zst\nDEBUG: Searching for 02/9b/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d5/bb/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d_package_qa.tar.zst\nDEBUG: For url file://9d/5d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/5d/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2_packagedata.tar.zst;downloadfilename=9d/5d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://50/d5/sstate:man-db::2.12.0:r0::11:50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/8b/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570_packagedata.tar.zst\nDEBUG: Testing URL file://universal/05/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2_create_runtime_spdx.tar.zst\nDEBUG: Using  for d0/79/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260_package.tar.zst\nDEBUG: Searching for f6/3d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://34/17/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5_package.tar.zst\nDEBUG: Using  for 02/9b/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd5/bb/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://41/9a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/a7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/b9/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:c6b990117a0fdab33c89e57fda93f1e4934f21c609d7c2de533ae0d995184218_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c4/8b/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/05/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d0/79/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260_package.tar.zst\nDEBUG: Using  for f6/3d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815_packagedata.tar.zst\nDEBUG: Searching for 34/17/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://02/9b/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945_populate_sysroot.tar.zst\nDEBUG: For url file://d5/bb/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/bb/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.2%2Bgit%3Ar0%3Acore2-64%3A11%3Ad5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d_package_qa.tar.zst;downloadfilename=d5/bb/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://42/5f/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731_create_spdx.tar.zst\nDEBUG: Searching for c4/a7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://bb/dc/sstate:gdbm-native::1.23:r0::11:bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7_populate_lic.tar.zst\nDEBUG: Using  for c4/8b/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570_packagedata.tar.zst\nDEBUG: For url file://universal/05/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/05/aa/sstate%3Alibmd-native%3Ax86_64-linux%3A1.1.0%3Ar0%3Ax86_64%3A11%3A05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2_create_runtime_spdx.tar.zst;downloadfilename=universal/05/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd0/79/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f6/3d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815_packagedata.tar.zst\nDEBUG: Using  for 34/17/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5_package.tar.zst\nDEBUG: For url ['file', '', '02/9b/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://06/7d/sstate:sysklogd::2.5.2:r0::11:067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0_populate_lic.tar.zst\nDEBUG: Searching for 42/5f/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c4/a7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f_package_qa.tar.zst\nDEBUG: Searching for bb/dc/sstate:gdbm-native::1.23:r0::11:bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c4/8b/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570_packagedata.tar.zst\nDEBUG: For url file://d0/79/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/79/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3Ad0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260_package.tar.zst;downloadfilename=d0/79/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260_package.tar.zst\nDEBUG: SState: Successful fetch test for file://93/a9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/5d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f6/3d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://34/17/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5_package.tar.zst\nDEBUG: For url file://02/9b/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/9b/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A11%3A029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945_populate_sysroot.tar.zst;downloadfilename=02/9b/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 42/5f/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731_create_spdx.tar.zst\nDEBUG: Testing URL file://c4/a7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f_package_qa.tar.zst\nDEBUG: Using  for bb/dc/sstate:gdbm-native::1.23:r0::11:bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c4/8b/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://9a/49/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/da/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101_package_write_rpm.tar.zst\nDEBUG: For url file://f6/3d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/3d/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Af63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815_packagedata.tar.zst;downloadfilename=f6/3d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815_packagedata.tar.zst\nDEBUG: For url ['file', '', '34/17/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f5/12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://42/5f/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c4/a7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d5/bb/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d_package_qa.tar.zst\nDEBUG: Testing URL file://bb/dc/sstate:gdbm-native::1.23:r0::11:bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7_populate_lic.tar.zst\nDEBUG: For url file://c4/8b/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/8b/sstate%3Apango%3Acore2-64-poky-linux%3A1.51.0%3Ar0%3Acore2-64%3A11%3Ac48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570_packagedata.tar.zst;downloadfilename=c4/8b/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570_packagedata.tar.zst\nDEBUG: Searching for 9a/49/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d3/da/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/05/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2_create_runtime_spdx.tar.zst\nDEBUG: For url file://34/17/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/17/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.47%3Ar0%3Acore2-64%3A11%3A3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5_package.tar.zst;downloadfilename=34/17/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5_package.tar.zst\nDEBUG: Using  for f5/12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '42/5f/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c4/a7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/a7/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3Ac4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f_package_qa.tar.zst;downloadfilename=c4/a7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/06/b6/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'bb/dc/sstate:gdbm-native::1.23:r0::11:bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9a/49/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d3/da/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/6a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c_package.tar.zst\nDEBUG: Testing URL file://f5/12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://42/5f/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/5f/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A11%3A425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731_create_spdx.tar.zst;downloadfilename=42/5f/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://02/9b/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945_populate_sysroot.tar.zst\nDEBUG: Searching for universal/06/b6/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://bb/dc/sstate:gdbm-native::1.23:r0::11:bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/dc/sstate%3Agdbm-native%3A%3A1.23%3Ar0%3A%3A11%3Abbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7_populate_lic.tar.zst;downloadfilename=bb/dc/sstate:gdbm-native::1.23:r0::11:bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/3d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815_packagedata.tar.zst\nDEBUG: Testing URL file://9a/49/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d3/da/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101_package_write_rpm.tar.zst\nDEBUG: Searching for a0/6a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f5/12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c4/8b/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/b3/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5_package.tar.zst\nDEBUG: Using  for universal/06/b6/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/f2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9a/49/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://34/17/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3417bd44d5cc50fd088891e8d441d659382f1d0013f976b115e7185d08b663f5_package.tar.zst\nDEBUG: For url ['file', '', 'd3/da/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a0/6a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c_package.tar.zst\nDEBUG: For url file://f5/12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/12/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.6%3Ar0%3Acore2-64%3A11%3Af512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949_deploy_source_date_epoch.tar.zst;downloadfilename=f5/12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/f6/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397_create_runtime_spdx.tar.zst\nDEBUG: Searching for 4a/b3/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/06/b6/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/a7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f_package_qa.tar.zst\nDEBUG: Searching for 98/f2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://9a/49/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/49/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.189%3Ar0%3Acore2-64%3A11%3A9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c_deploy_source_date_epoch.tar.zst;downloadfilename=9a/49/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/81/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd_recipe_qa.tar.zst\nDEBUG: For url file://d3/da/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/da/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3Ad3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101_package_write_rpm.tar.zst;downloadfilename=d3/da/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a0/6a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c_package.tar.zst\nDEBUG: Searching for 2f/f6/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4a/b3/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5_package.tar.zst\nDEBUG: For url ['file', '', 'universal/06/b6/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://fa/ba/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2_package.tar.zst\nDEBUG: Using  for 98/f2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/67/81/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://bb/dc/sstate:gdbm-native::1.23:r0::11:bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a0/6a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2f/f6/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://4a/b3/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5_package.tar.zst\nDEBUG: For url file://universal/06/b6/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/06/b6/sstate%3Adesktop-file-utils-native%3Ax86_64-linux%3A0.27%3Ar0%3Ax86_64%3A11%3A06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c_create_runtime_spdx.tar.zst;downloadfilename=universal/06/b6/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c_create_runtime_spdx.tar.zst\nDEBUG: Searching for fa/ba/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://98/f2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/67/81/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://98/c0/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495_package.tar.zst\nDEBUG: For url file://a0/6a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/6a/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3Aa06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c_package.tar.zst;downloadfilename=a0/6a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c_package.tar.zst\nDEBUG: Testing URL file://2f/f6/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '4a/b3/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fa/ba/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2_package.tar.zst\nDEBUG: For url ['file', '', '98/f2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/67/81/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:f512f39e38f9e1c763e321cd9baa5cdb87e96a5e44dae23fc8fa13ef944db949_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 98/c0/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2f/f6/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://89/cb/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:89cb322ef74d40bbe320caef59d4e8682b98e125becd8302931be8a6a9dafe26_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/49/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9a493d12b5a2480c210e3533cfd632751dd5e98a0cbb8a13daf0345fb9d7af6c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4a/b3/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/b3/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.2.0%3Ar0%3Acore2-64%3A11%3A4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5_package.tar.zst;downloadfilename=4a/b3/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5_package.tar.zst\nDEBUG: Testing URL file://fa/ba/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2_package.tar.zst\nDEBUG: For url file://98/f2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/f2/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A11%3A98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441_deploy_source_date_epoch.tar.zst;downloadfilename=98/f2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/67/81/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d0/5c/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172_recipe_qa.tar.zst\nDEBUG: Using  for 98/c0/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495_package.tar.zst\nDEBUG: For url file://2f/f6/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/f6/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397_create_runtime_spdx.tar.zst;downloadfilename=2f/f6/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/31/79/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/d1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fa/ba/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d3/da/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/00/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/67/81/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/81/sstate%3Apseudo-native%3Ax86_64-linux%3A1.9.0%2Bgit%3Ar0%3Ax86_64%3A11%3A6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd_recipe_qa.tar.zst;downloadfilename=universal/67/81/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd_recipe_qa.tar.zst\nDEBUG: Searching for d0/5c/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/06/b6/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://98/c0/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495_package.tar.zst\nDEBUG: Searching for universal/31/79/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2b/d1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a0/6a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a06a68d091e31c204431b0132e627b679a580e2d7a8c39d3f8af58272048017c_package.tar.zst\nDEBUG: For url file://fa/ba/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/ba/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3Afaba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2_package.tar.zst;downloadfilename=fa/ba/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/e2/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/33/84/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d0/5c/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/c0/sstate:libunwind::1.6.2:r0::11:e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142_populate_lic.tar.zst\nDEBUG: For url ['file', '', '98/c0/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/31/79/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70_create_runtime_spdx.tar.zst\nDEBUG: Using  for 2b/d1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa_recipe_qa.tar.zst\nDEBUG: Searching for 1e/e2/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/33/84/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4a/b3/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:4ab3a2bd4c72ccf504f3c1211910e84143324bd2d0cd872a1b7f9d8a24ecf6f5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://98/f2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:98f202b6dbdb2fe0f8b3033655ee2667d9ed60b9e64b6cf203727a9be94f5441_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d0/5c/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172_recipe_qa.tar.zst\nDEBUG: Searching for e9/c0/sstate:libunwind::1.6.2:r0::11:e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://98/c0/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/c0/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3A98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495_package.tar.zst;downloadfilename=98/c0/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495_package.tar.zst\nDEBUG: Testing URL file://universal/31/79/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2b/d1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1_recipe_qa.tar.zst\nDEBUG: Searching for 35/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1e/e2/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004_package.tar.zst\nDEBUG: Using  for universal/33/84/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://82/46/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://22/09/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd0/5c/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e9/c0/sstate:libunwind::1.6.2:r0::11:e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/31/79/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2b/d1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 35/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa_recipe_qa.tar.zst\nDEBUG: Testing URL file://1e/e2/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004_package.tar.zst\nDEBUG: Testing URL file://universal/33/84/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 82/46/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 22/09/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d0/5c/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/5c/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3Ad05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172_recipe_qa.tar.zst;downloadfilename=d0/5c/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/81/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd_recipe_qa.tar.zst\nDEBUG: Testing URL file://e9/c0/sstate:libunwind::1.6.2:r0::11:e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142_populate_lic.tar.zst\nDEBUG: For url file://universal/31/79/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/79/sstate%3Are2c-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A11%3A3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70_create_runtime_spdx.tar.zst;downloadfilename=universal/31/79/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70_create_runtime_spdx.tar.zst\nDEBUG: For url file://2b/d1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/d1/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.2%3Ar0%3Acore2-64%3A11%3A2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1_recipe_qa.tar.zst;downloadfilename=2b/d1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/ba/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:faba40103a82ec14f2a56cb63878774e63752443021fcfd8b418fcbfa4b0e1f2_package.tar.zst\nDEBUG: Testing URL file://35/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1e/e2/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/33/84/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 82/46/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be_create_spdx.tar.zst\nDEBUG: Using  for 22/09/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://62/4b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e9/c0/sstate:libunwind::1.6.2:r0::11:e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://cc/00/sstate:packagegroup-core-boot::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: For url ['file', '', '35/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://98/c0/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:98c038fb4a2c4c7dc3ad2f12650cd1529e4adf39291c2d9f390c89df4d358495_package.tar.zst\nDEBUG: For url file://1e/e2/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/e2/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004_package.tar.zst;downloadfilename=1e/e2/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004_package.tar.zst\nDEBUG: For url file://universal/33/84/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/84/sstate%3Alibmd-native%3Ax86_64-linux%3A1.1.0%3Ar0%3Ax86_64%3A11%3A3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc_deploy_source_date_epoch.tar.zst;downloadfilename=universal/33/84/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://82/46/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be_create_spdx.tar.zst\nDEBUG: Testing URL file://22/09/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44_packagedata.tar.zst\nDEBUG: Searching for 62/4b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e9/c0/sstate:libunwind::1.6.2:r0::11:e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/c0/sstate%3Alibunwind%3A%3A1.6.2%3Ar0%3A%3A11%3Ae9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142_populate_lic.tar.zst;downloadfilename=e9/c0/sstate:libunwind::1.6.2:r0::11:e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142_populate_lic.tar.zst\nDEBUG: Searching for cc/00/sstate:packagegroup-core-boot::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://35/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/51/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A11%3A35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa_recipe_qa.tar.zst;downloadfilename=35/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/cd/sstate:gnupg::2.4.4:r0::11:e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb_populate_lic.tar.zst\nDEBUG: For url ['file', '', '82/46/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '22/09/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 62/4b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/5c/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172_recipe_qa.tar.zst\nDEBUG: Using  for cc/00/sstate:packagegroup-core-boot::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/d1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/31/79/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70_create_runtime_spdx.tar.zst\nDEBUG: Searching for e3/cd/sstate:gnupg::2.4.4:r0::11:e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://82/46/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/46/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be_create_spdx.tar.zst;downloadfilename=82/46/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/e2/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:1ee20d9e0474cfe1fb91aa644b33cd320be62e38525e1a153011890aaff50004_package.tar.zst\nDEBUG: For url file://22/09/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/09/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44_packagedata.tar.zst;downloadfilename=22/09/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44_packagedata.tar.zst\nDEBUG: Testing URL file://62/4b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/8d/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cc/00/sstate:packagegroup-core-boot::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/11/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/52/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02_create_runtime_spdx.tar.zst\nDEBUG: Using  for e3/cd/sstate:gnupg::2.4.4:r0::11:e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/5d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0_package.tar.zst\nDEBUG: For url ['file', '', '62/4b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/33/84/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:3384f791323d7f9f27c138816e798994dca879e46c03b0b32d6addda0f0dcacc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2f/8d/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://42/5f/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/c0/sstate:libunwind::1.6.2:r0::11:e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cc/00/sstate:packagegroup-core-boot::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b4/11/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d1/52/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e3/cd/sstate:gnupg::2.4.4:r0::11:e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb_populate_lic.tar.zst\nDEBUG: Searching for a3/5d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://62/4b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/4b/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2_create_spdx.tar.zst;downloadfilename=62/4b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/ae/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://35/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa_recipe_qa.tar.zst\nDEBUG: Using  for 2f/8d/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://da/20/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://22/08/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8_package_write_rpm.tar.zst\nDEBUG: For url file://cc/00/sstate:packagegroup-core-boot::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/00/sstate%3Apackagegroup-core-boot%3A%3A1.0%3Ar0%3A%3A11%3Acc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst;downloadfilename=cc/00/sstate:packagegroup-core-boot::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Using  for b4/11/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a_package.tar.zst\nDEBUG: Using  for d1/52/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e3/cd/sstate:gnupg::2.4.4:r0::11:e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a3/5d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0_package.tar.zst\nDEBUG: Searching for d5/ae/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://60/71/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/51/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89_packagedata.tar.zst\nDEBUG: Testing URL file://2f/8d/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f_populate_sysroot.tar.zst\nDEBUG: Searching for da/20/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 22/08/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b4/11/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a_package.tar.zst\nDEBUG: Testing URL file://d1/52/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://22/09/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44_packagedata.tar.zst\nDEBUG: For url file://e3/cd/sstate:gnupg::2.4.4:r0::11:e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/cd/sstate%3Agnupg%3A%3A2.4.4%3Ar0%3A%3A11%3Ae3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb_populate_lic.tar.zst;downloadfilename=e3/cd/sstate:gnupg::2.4.4:r0::11:e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb_populate_lic.tar.zst\nDEBUG: Testing URL file://a3/5d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0_package.tar.zst\nDEBUG: Using  for d5/ae/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/2d/sstate:gnutls::3.8.3:r0::11:fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96_populate_lic.tar.zst\nDEBUG: Searching for a9/51/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2f/8d/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for da/20/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1_package_qa.tar.zst\nDEBUG: Using  for 22/08/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b4/11/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd1/52/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6f/a7/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a3/5d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d5/ae/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86_packagedata.tar.zst\nDEBUG: Searching for fc/2d/sstate:gnutls::3.8.3:r0::11:fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://62/4b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2_create_spdx.tar.zst\nDEBUG: Using  for a9/51/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89_packagedata.tar.zst\nDEBUG: For url file://2f/8d/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/8d/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A11%3A2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f_populate_sysroot.tar.zst;downloadfilename=2f/8d/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://da/20/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1_package_qa.tar.zst\nDEBUG: Testing URL file://22/08/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8_package_write_rpm.tar.zst\nDEBUG: For url file://b4/11/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/11/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.6%3Ar0%3Acore2-64%3A11%3Ab411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a_package.tar.zst;downloadfilename=b4/11/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a_package.tar.zst\nDEBUG: For url file://d1/52/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/52/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A11%3Ad1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02_create_runtime_spdx.tar.zst;downloadfilename=d1/52/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02_create_runtime_spdx.tar.zst\nDEBUG: Searching for 6f/a7/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a3/5d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/5d/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.4%3Ar0%3Acore2-64%3A11%3Aa35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0_package.tar.zst;downloadfilename=a3/5d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0_package.tar.zst\nDEBUG: For url ['file', '', 'd5/ae/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fc/2d/sstate:gnutls::3.8.3:r0::11:fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/55/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0_create_spdx.tar.zst\nDEBUG: Testing URL file://a9/51/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89_packagedata.tar.zst\nDEBUG: For url ['file', '', 'da/20/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '22/08/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://cc/00/sstate:packagegroup-core-boot::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Using  for 6f/a7/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/cd/sstate:gnupg::2.4.4:r0::11:e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb_populate_lic.tar.zst\nDEBUG: For url file://d5/ae/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/ae/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A11%3Ad5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86_packagedata.tar.zst;downloadfilename=d5/ae/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86_packagedata.tar.zst\nDEBUG: Testing URL file://fc/2d/sstate:gnutls::3.8.3:r0::11:fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96_populate_lic.tar.zst\nDEBUG: Searching for 3e/55/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a9/51/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://da/20/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/20/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A11%3Ada200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1_package_qa.tar.zst;downloadfilename=da/20/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1_package_qa.tar.zst\nDEBUG: For url file://22/08/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/08/sstate%3Alibedit%3Acore2-64-poky-linux%3A20230828-3.1%3Ar0%3Acore2-64%3A11%3A22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8_package_write_rpm.tar.zst;downloadfilename=22/08/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/75/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6f/a7/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/07/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db_package_qa.tar.zst\nDEBUG: For url ['file', '', 'fc/2d/sstate:gnutls::3.8.3:r0::11:fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3e/55/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0_create_spdx.tar.zst\nDEBUG: For url file://a9/51/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/51/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.13%3Ar0%3Acore2-64%3A11%3Aa9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89_packagedata.tar.zst;downloadfilename=a9/51/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/8d/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:2f8d21978d8d8b7b8b94163d38b368e0097bf9b4a728bd18cdf6fca81a06652f_populate_sysroot.tar.zst\nDEBUG: Searching for universal/80/75/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '6f/a7/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b4/11/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:b411e51ff49aec5a084056d56ca63d5ed3a43f8ebcb94b629842959dca16098a_package.tar.zst\nDEBUG: Searching for ae/07/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://fc/2d/sstate:gnutls::3.8.3:r0::11:fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/2d/sstate%3Agnutls%3A%3A3.8.3%3Ar0%3A%3A11%3Afc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96_populate_lic.tar.zst;downloadfilename=fc/2d/sstate:gnutls::3.8.3:r0::11:fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96_populate_lic.tar.zst\nDEBUG: Testing URL file://3e/55/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://00/44/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/5d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:a35d064fd426c04568d4cc9c51d9654dfa59212c98c166fa8afdb41e2d9d7ed0_package.tar.zst\nDEBUG: Using  for universal/80/75/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9_populate_sysroot.tar.zst\nDEBUG: For url file://6f/a7/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/a7/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A11%3A6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7_create_spdx.tar.zst;downloadfilename=6f/a7/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7d/70/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4_create_spdx.tar.zst\nDEBUG: Using  for ae/07/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db_package_qa.tar.zst\nDEBUG: For url ['file', '', '3e/55/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 00/44/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d5/ae/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://46/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/80/75/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9_populate_sysroot.tar.zst\nDEBUG: Searching for universal/7d/70/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ae/07/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://da/20/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1_package_qa.tar.zst\nDEBUG: For url file://3e/55/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/55/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.17.2%3Ar0%3Acore2-64%3A11%3A3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0_create_spdx.tar.zst;downloadfilename=3e/55/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://22/08/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8_package_write_rpm.tar.zst\nDEBUG: Using  for 00/44/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08_populate_sysroot.tar.zst\nDEBUG: Searching for 46/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/80/75/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/7d/70/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ae/07/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://92/75/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/0e/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/f6/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/51/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89_packagedata.tar.zst\nDEBUG: Testing URL file://00/44/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440_recipe_qa.tar.zst\nDEBUG: Searching for c2/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 46/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/80/75/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/75/sstate%3Apython3-hatchling-native%3Ax86_64-linux%3A1.21.0%3Ar0%3Ax86_64%3A11%3A80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9_populate_sysroot.tar.zst;downloadfilename=universal/80/75/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/7d/70/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4_create_spdx.tar.zst\nDEBUG: For url file://ae/07/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/07/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A11%3Aae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db_package_qa.tar.zst;downloadfilename=ae/07/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db_package_qa.tar.zst\nDEBUG: Searching for 92/75/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7e/0e/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://17/a5/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/2b/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '00/44/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fc/2d/sstate:gnutls::3.8.3:r0::11:fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96_populate_lic.tar.zst\nDEBUG: Using  for c2/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08_populate_sysroot.tar.zst\nDEBUG: Testing URL file://46/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/7d/70/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 92/75/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468_package_qa.tar.zst\nDEBUG: Using  for 7e/0e/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 17/a5/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f4/2b/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://00/44/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/44/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440_recipe_qa.tar.zst;downloadfilename=00/44/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/21/92/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa_create_spdx.tar.zst\nDEBUG: Testing URL file://c2/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '46/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/7d/70/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/70/sstate%3Apython3-native%3Ax86_64-linux%3A3.12.1%3Ar0%3Ax86_64%3A11%3A7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4_create_spdx.tar.zst;downloadfilename=universal/7d/70/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4_create_spdx.tar.zst\nDEBUG: Testing URL file://92/75/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468_package_qa.tar.zst\nDEBUG: Testing URL file://7e/0e/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 17/a5/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed_package_qa.tar.zst\nDEBUG: Using  for f4/2b/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/21/92/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c2/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://46/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/03/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A11%3A4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04_create_runtime_spdx.tar.zst;downloadfilename=46/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '92/75/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7e/0e/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://17/a5/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/80/75/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f4/2b/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/21/92/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa_create_spdx.tar.zst\nDEBUG: For url file://c2/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/8f/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3Ac28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08_populate_sysroot.tar.zst;downloadfilename=c2/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08_populate_sysroot.tar.zst\nDEBUG: For url file://92/75/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/75/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468_package_qa.tar.zst;downloadfilename=92/75/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468_package_qa.tar.zst\nDEBUG: For url file://7e/0e/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/0e/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A23.2%3Ar0%3Acore2-64%3A11%3A7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e_deploy_source_date_epoch.tar.zst;downloadfilename=7e/0e/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '17/a5/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/bf/63/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f4/2b/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/21/92/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa_create_spdx.tar.zst\nDEBUG: For url file://17/a5/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/a5/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed_package_qa.tar.zst;downloadfilename=17/a5/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/07/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://00/44/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440_recipe_qa.tar.zst\nDEBUG: Searching for universal/bf/63/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/7d/70/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4_create_spdx.tar.zst\nDEBUG: For url file://f4/2b/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/2b/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A11%3Af42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720_create_runtime_spdx.tar.zst;downloadfilename=f4/2b/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/21/92/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://de/12/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://46/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://23/63/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637_package_qa.tar.zst\nDEBUG: Using  for universal/bf/63/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/69/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/21/92/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/21/92/sstate%3Alibmodulemd-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A11%3A21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa_create_spdx.tar.zst;downloadfilename=universal/21/92/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa_create_spdx.tar.zst\nDEBUG: Searching for de/12/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://de/06/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d_package.tar.zst\nDEBUG: Searching for 23/63/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/bf/63/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443_create_spdx.tar.zst\nDEBUG: Searching for bc/69/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for de/12/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/8f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:c28f39f8aa32bc3837a276872dde66664df86520256b6f5f3748cec3c59f7e08_populate_sysroot.tar.zst\nDEBUG: Searching for de/06/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 23/63/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/bf/63/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bc/69/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://de/12/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/07/2b/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for de/06/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d_package.tar.zst\nDEBUG: Testing URL file://23/63/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637_package_qa.tar.zst\nDEBUG: For url file://universal/bf/63/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/63/sstate%3Aitstool-native%3Ax86_64-linux%3A2.0.7%3Ar0%3Ax86_64%3A11%3Abf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443_create_spdx.tar.zst;downloadfilename=universal/bf/63/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443_create_spdx.tar.zst\nDEBUG: Testing URL file://bc/69/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'de/12/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/07/2b/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7e/0e/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:7e0e0fb5f359f81518984d3bc46c0f0f80b9fc81c57472fd3e196ac5f97baf8e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://de/06/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://92/75/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468_package_qa.tar.zst\nDEBUG: For url ['file', '', '23/63/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://17/a5/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed_package_qa.tar.zst\nDEBUG: For url ['file', '', 'bc/69/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://de/12/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/12/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Ade1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578_package_qa.tar.zst;downloadfilename=de/12/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578_package_qa.tar.zst\nDEBUG: Using  for universal/07/2b/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://88/75/sstate:speexdsp::1.2.1:r0::11:8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'de/06/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d8/2b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f_packagedata.tar.zst\nDEBUG: For url file://23/63/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/63/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A11%3A23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637_package_qa.tar.zst;downloadfilename=23/63/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://21/dc/sstate:bison-native::3.8.2:r0::11:21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0_populate_lic.tar.zst\nDEBUG: For url file://bc/69/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/69/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.50.1%3Ar0%3Acore2-64%3A11%3Abc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab_create_runtime_spdx.tar.zst;downloadfilename=bc/69/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/07/2b/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 88/75/sstate:speexdsp::1.2.1:r0::11:8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f4/2b/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720_create_runtime_spdx.tar.zst\nDEBUG: For url file://de/06/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/06/sstate%3Aofono%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3Ade06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d_package.tar.zst;downloadfilename=de/06/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d_package.tar.zst\nDEBUG: Searching for d8/2b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 21/dc/sstate:bison-native::3.8.2:r0::11:21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/21/92/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://82/46/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/07/2b/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 88/75/sstate:speexdsp::1.2.1:r0::11:8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/e8/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bf/63/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443_create_spdx.tar.zst\nDEBUG: Using  for d8/2b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f_packagedata.tar.zst\nDEBUG: Using  for 21/dc/sstate:bison-native::3.8.2:r0::11:21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/52/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://00/22/sstate:libsolv::0.7.28:r0::11:002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://de/12/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://34/0e/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/07/2b/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/07/2b/sstate%3Alibtasn1-native%3Ax86_64-linux%3A4.19.0%3Ar0%3Ax86_64%3A11%3A072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/07/2b/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://88/75/sstate:speexdsp::1.2.1:r0::11:8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e_populate_lic.tar.zst\nDEBUG: Searching for 2d/e8/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/b8/ce/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d8/2b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f_packagedata.tar.zst\nDEBUG: Testing URL file://21/dc/sstate:bison-native::3.8.2:r0::11:21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://38/44/sstate:python3-pathlib2::2.3.7:r0::11:38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8_populate_lic.tar.zst\nDEBUG: Searching for 00/22/sstate:libsolv::0.7.28:r0::11:002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2d/41/sstate:python3-trove-classifiers-native::2024.1.8:r0::11:2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf_populate_lic.tar.zst\nDEBUG: Searching for 34/0e/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '88/75/sstate:speexdsp::1.2.1:r0::11:8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2d/e8/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090_package_qa.tar.zst\nDEBUG: Searching for universal/b8/ce/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd8/2b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '21/dc/sstate:bison-native::3.8.2:r0::11:21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 38/44/sstate:python3-pathlib2::2.3.7:r0::11:38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 00/22/sstate:libsolv::0.7.28:r0::11:002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04_populate_lic.tar.zst\nDEBUG: Searching for 2d/41/sstate:python3-trove-classifiers-native::2024.1.8:r0::11:2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 34/0e/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651_create_runtime_spdx.tar.zst\nDEBUG: For url file://88/75/sstate:speexdsp::1.2.1:r0::11:8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/75/sstate%3Aspeexdsp%3A%3A1.2.1%3Ar0%3A%3A11%3A8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e_populate_lic.tar.zst;downloadfilename=88/75/sstate:speexdsp::1.2.1:r0::11:8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e_populate_lic.tar.zst\nDEBUG: Testing URL file://2d/e8/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090_package_qa.tar.zst\nDEBUG: Using  for universal/b8/ce/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b_populate_sysroot.tar.zst\nDEBUG: For url file://d8/2b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/2b/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ad82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f_packagedata.tar.zst;downloadfilename=d8/2b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f_packagedata.tar.zst\nDEBUG: For url file://21/dc/sstate:bison-native::3.8.2:r0::11:21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/dc/sstate%3Abison-native%3A%3A3.8.2%3Ar0%3A%3A11%3A21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0_populate_lic.tar.zst;downloadfilename=21/dc/sstate:bison-native::3.8.2:r0::11:21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0_populate_lic.tar.zst\nDEBUG: Using  for 38/44/sstate:python3-pathlib2::2.3.7:r0::11:38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://23/63/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637_package_qa.tar.zst\nDEBUG: Testing URL file://00/22/sstate:libsolv::0.7.28:r0::11:002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04_populate_lic.tar.zst\nDEBUG: Using  for 2d/41/sstate:python3-trove-classifiers-native::2024.1.8:r0::11:2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf_populate_lic.tar.zst\nDEBUG: Testing URL file://34/0e/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/e8/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/b8/ce/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://de/06/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:de06099d22a7b6d93fa870b2f79c11473a3a8d7f678af3e82adf70202de8851d_package.tar.zst\nDEBUG: Testing URL file://38/44/sstate:python3-pathlib2::2.3.7:r0::11:38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/f8/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '00/22/sstate:libsolv::0.7.28:r0::11:002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2d/41/sstate:python3-trove-classifiers-native::2024.1.8:r0::11:2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf_populate_lic.tar.zst\nDEBUG: For url ['file', '', '34/0e/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2d/e8/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/e8/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090_package_qa.tar.zst;downloadfilename=2d/e8/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/b8/ce/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://cf/7d/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '38/44/sstate:python3-pathlib2::2.3.7:r0::11:38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4c/f8/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://00/22/sstate:libsolv::0.7.28:r0::11:002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/22/sstate%3Alibsolv%3A%3A0.7.28%3Ar0%3A%3A11%3A002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04_populate_lic.tar.zst;downloadfilename=00/22/sstate:libsolv::0.7.28:r0::11:002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2d/41/sstate:python3-trove-classifiers-native::2024.1.8:r0::11:2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://34/0e/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/0e/sstate%3Amesa%3Acore2-64-poky-linux%3A23.3.5%3Ar0%3Acore2-64%3A11%3A340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651_create_runtime_spdx.tar.zst;downloadfilename=34/0e/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/07/2b/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:072b48fd02585974bc67e397e3d31427957b82339981505fe551a7ee0ccba24e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/b8/ce/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b8/ce/sstate%3Alibcomps-native%3Ax86_64-linux%3A0.1.20%3Ar0%3Ax86_64%3A11%3Ab8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b_populate_sysroot.tar.zst;downloadfilename=universal/b8/ce/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b_populate_sysroot.tar.zst\nDEBUG: Searching for cf/7d/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://88/75/sstate:speexdsp::1.2.1:r0::11:8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e_populate_lic.tar.zst\nDEBUG: For url file://38/44/sstate:python3-pathlib2::2.3.7:r0::11:38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/44/sstate%3Apython3-pathlib2%3A%3A2.3.7%3Ar0%3A%3A11%3A38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8_populate_lic.tar.zst;downloadfilename=38/44/sstate:python3-pathlib2::2.3.7:r0::11:38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8_populate_lic.tar.zst\nDEBUG: Using  for 4c/f8/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5_package_write_rpm.tar.zst\nDEBUG: For url file://2d/41/sstate:python3-trove-classifiers-native::2024.1.8:r0::11:2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/41/sstate%3Apython3-trove-classifiers-native%3A%3A2024.1.8%3Ar0%3A%3A11%3A2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf_populate_lic.tar.zst;downloadfilename=2d/41/sstate:python3-trove-classifiers-native::2024.1.8:r0::11:2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://40/ca/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/2b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://21/dc/sstate:bison-native::3.8.2:r0::11:21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0_populate_lic.tar.zst\nDEBUG: Using  for cf/7d/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/79/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d0798ee1b57dd8cc1f44757679e5e96ef31a301260d0a2705b80adc5c63c9260_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/89/18/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://4c/f8/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/e8/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090_package_qa.tar.zst\nDEBUG: Searching for 40/ca/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0c/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://00/22/sstate:libsolv::0.7.28:r0::11:002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://91/ba/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://cf/7d/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/a6/sstate:update-rc.d::0.8:r0::11:eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83_populate_lic.tar.zst\nDEBUG: Searching for universal/89/18/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4c/f8/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/d6/e3/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86_create_runtime_spdx.tar.zst\nDEBUG: Using  for 40/ca/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 0c/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://28/c7/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384_package_qa.tar.zst\nDEBUG: Searching for 91/ba/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'cf/7d/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ed/a6/sstate:update-rc.d::0.8:r0::11:eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/89/18/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd_create_runtime_spdx.tar.zst\nDEBUG: For url file://4c/f8/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/f8/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.78.1%3Ar0%3Acore2-64%3A11%3A4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5_package_write_rpm.tar.zst;downloadfilename=4c/f8/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d6/e3/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://40/ca/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0c/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 28/c7/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 91/ba/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f_package_write_rpm.tar.zst\nDEBUG: For url file://cf/7d/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/7d/sstate%3Adepmodwrapper-cross%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Acf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0_recipe_qa.tar.zst;downloadfilename=cf/7d/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0_recipe_qa.tar.zst\nDEBUG: Using  for ed/a6/sstate:update-rc.d::0.8:r0::11:eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/89/18/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b8/ce/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b_populate_sysroot.tar.zst\nDEBUG: Using  for universal/d6/e3/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '40/ca/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://38/44/sstate:python3-pathlib2::2.3.7:r0::11:38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8_populate_lic.tar.zst\nDEBUG: Testing URL file://0c/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 28/c7/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384_package_qa.tar.zst\nDEBUG: Testing URL file://91/ba/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ed/a6/sstate:update-rc.d::0.8:r0::11:eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/89/18/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2d/41/sstate:python3-trove-classifiers-native::2024.1.8:r0::11:2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/a7/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/d6/e3/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86_create_runtime_spdx.tar.zst\nDEBUG: For url file://40/ca/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/ca/sstate%3Awireless-regdb%3Aall-poky-linux%3A2023.09.01%3Ar0%3Aallarch%3A11%3A40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1_create_runtime_spdx.tar.zst;downloadfilename=40/ca/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/6a/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0c/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://28/c7/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384_package_qa.tar.zst\nDEBUG: For url ['file', '', '91/ba/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ed/a6/sstate:update-rc.d::0.8:r0::11:eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/89/18/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/89/18/sstate%3Axtrans-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A11%3A891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd_create_runtime_spdx.tar.zst;downloadfilename=universal/89/18/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/05/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/98/f2/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86_populate_sysroot.tar.zst\nDEBUG: Searching for 7f/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/d6/e3/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ba/6a/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0c/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/fb/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A11%3A0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0_deploy_source_date_epoch.tar.zst;downloadfilename=0c/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '28/c7/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4c/f8/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5_package_write_rpm.tar.zst\nDEBUG: For url file://91/ba/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/ba/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A11%3A91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f_package_write_rpm.tar.zst;downloadfilename=91/ba/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f_package_write_rpm.tar.zst\nDEBUG: For url file://ed/a6/sstate:update-rc.d::0.8:r0::11:eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/a6/sstate%3Aupdate-rc.d%3A%3A0.8%3Ar0%3A%3A11%3Aeda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83_populate_lic.tar.zst;downloadfilename=ed/a6/sstate:update-rc.d::0.8:r0::11:eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83_populate_lic.tar.zst\nDEBUG: Searching for f2/05/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/98/f2/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cf/7d/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0_recipe_qa.tar.zst\nDEBUG: Using  for 7f/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c_recipe_qa.tar.zst\nDEBUG: For url file://universal/d6/e3/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/e3/sstate%3Apython3-pip-native%3Ax86_64-linux%3A23.3.2%3Ar0%3Ax86_64%3A11%3Ad6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86_create_runtime_spdx.tar.zst;downloadfilename=universal/d6/e3/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86_create_runtime_spdx.tar.zst\nDEBUG: Using  for ba/6a/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8_package_write_rpm.tar.zst\nDEBUG: For url file://28/c7/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/c7/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384_package_qa.tar.zst;downloadfilename=28/c7/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://18/b6/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade_packagedata.tar.zst\nDEBUG: Using  for f2/05/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://40/ca/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/98/f2/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/89/18/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://22/68/sstate:xset::1.2.5:r0::11:2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43_populate_lic.tar.zst\nDEBUG: Testing URL file://7f/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c_recipe_qa.tar.zst\nDEBUG: Testing URL file://ba/6a/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/55/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0_create_spdx.tar.zst\nDEBUG: Searching for 18/b6/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0c/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:0cfb1174c869ae68029086e6526b81f153d369565d049d9b8eded4285fc8d0e0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f2/05/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://61/03/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/98/f2/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://77/4e/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 22/68/sstate:xset::1.2.5:r0::11:2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7f/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ba/6a/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ed/a6/sstate:update-rc.d::0.8:r0::11:eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://91/ba/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f_package_write_rpm.tar.zst\nDEBUG: Using  for 18/b6/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://08/17/sstate:findutils::4.9.0:r0::11:0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f2/05/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 61/03/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/98/f2/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 77/4e/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 22/68/sstate:xset::1.2.5:r0::11:2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43_populate_lic.tar.zst\nDEBUG: For url file://7f/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/08/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3A7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c_recipe_qa.tar.zst;downloadfilename=7f/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c_recipe_qa.tar.zst\nDEBUG: For url file://ba/6a/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/6a/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3Aba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8_package_write_rpm.tar.zst;downloadfilename=ba/6a/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/53/08/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e_recipe_qa.tar.zst\nDEBUG: Searching for d4/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/d6/e3/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://03/b1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a_recipe_qa.tar.zst\nDEBUG: Testing URL file://18/b6/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade_packagedata.tar.zst\nDEBUG: Searching for 08/17/sstate:findutils::4.9.0:r0::11:0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f2/05/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/05/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A11%3Af20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd_deploy_source_date_epoch.tar.zst;downloadfilename=f2/05/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 61/03/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4_package_write_rpm.tar.zst\nDEBUG: For url file://universal/98/f2/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/98/f2/sstate%3Aperlcross-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A11%3A98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86_populate_sysroot.tar.zst;downloadfilename=universal/98/f2/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86_populate_sysroot.tar.zst\nDEBUG: Using  for 77/4e/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://22/68/sstate:xset::1.2.5:r0::11:2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43_populate_lic.tar.zst\nDEBUG: Searching for universal/53/08/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://28/c7/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384_package_qa.tar.zst\nDEBUG: Using  for d4/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/3a/sstate:bzip2::1.0.8:r0::11:7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b_populate_lic.tar.zst\nDEBUG: Searching for 03/b1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '18/b6/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 08/17/sstate:findutils::4.9.0:r0::11:0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9_populate_lic.tar.zst\nDEBUG: Testing URL file://61/03/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://77/4e/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '22/68/sstate:xset::1.2.5:r0::11:2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/53/08/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b6/78/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567_recipe_qa.tar.zst\nDEBUG: Testing URL file://d4/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd_package_write_rpm.tar.zst\nDEBUG: Searching for 7f/3a/sstate:bzip2::1.0.8:r0::11:7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 03/b1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a_recipe_qa.tar.zst\nDEBUG: For url file://18/b6/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/b6/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A11%3A18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade_packagedata.tar.zst;downloadfilename=18/b6/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade_packagedata.tar.zst\nDEBUG: Testing URL file://08/17/sstate:findutils::4.9.0:r0::11:0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '61/03/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '77/4e/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://22/68/sstate:xset::1.2.5:r0::11:2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/68/sstate%3Axset%3A%3A1.2.5%3Ar0%3A%3A11%3A2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43_populate_lic.tar.zst;downloadfilename=22/68/sstate:xset::1.2.5:r0::11:2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/53/08/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e_recipe_qa.tar.zst\nDEBUG: Searching for universal/b6/78/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd4/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7f/3a/sstate:bzip2::1.0.8:r0::11:7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b_populate_lic.tar.zst\nDEBUG: Testing URL file://03/b1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/6a/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '08/17/sstate:findutils::4.9.0:r0::11:0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://61/03/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/03/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A11%3A6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4_package_write_rpm.tar.zst;downloadfilename=61/03/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/05/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:f20505433a09967b1fe566a19018459a86e1491386c0ae18f0be67c4a65509dd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://77/4e/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/4e/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.7%3Ar0%3Acore2-64%3A11%3A774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80_deploy_source_date_epoch.tar.zst;downloadfilename=77/4e/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/69/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/53/08/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b6/78/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/98/f2/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:98f2915bcf3aa39dc59c787681744c8132c96d44eb79617b7cbba7c0af358c86_populate_sysroot.tar.zst\nDEBUG: For url file://d4/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/7d/sstate%3Arust%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Ad47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd_package_write_rpm.tar.zst;downloadfilename=d4/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7f/3a/sstate:bzip2::1.0.8:r0::11:7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '03/b1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/81/0f/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/f3/sstate:font-util-native::1.4.1:r0::11:b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830_populate_lic.tar.zst\nDEBUG: For url file://08/17/sstate:findutils::4.9.0:r0::11:0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/17/sstate%3Afindutils%3A%3A4.9.0%3Ar0%3A%3A11%3A0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9_populate_lic.tar.zst;downloadfilename=08/17/sstate:findutils::4.9.0:r0::11:0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://32/7c/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/97/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://18/b6/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade_packagedata.tar.zst\nDEBUG: For url file://universal/53/08/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/08/sstate%3Alibassuan-native%3Ax86_64-linux%3A2.5.6%3Ar0%3Ax86_64%3A11%3A5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e_recipe_qa.tar.zst;downloadfilename=universal/53/08/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/0e/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/b6/78/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://93/49/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '7f/3a/sstate:bzip2::1.0.8:r0::11:7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://03/b1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/b1/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A11%3A03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a_recipe_qa.tar.zst;downloadfilename=03/b1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://22/68/sstate:xset::1.2.5:r0::11:2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43_populate_lic.tar.zst\nDEBUG: Searching for universal/81/0f/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b8/f3/sstate:font-util-native::1.4.1:r0::11:b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 32/7c/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6a/97/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://61/03/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/5d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://22/e1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://77/4e/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:774e4df8a15dd34ecb343338430fdcebec45d8134fecb5da89cd0e39dcb1fa80_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b6/78/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 93/49/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://7f/3a/sstate:bzip2::1.0.8:r0::11:7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/3a/sstate%3Abzip2%3A%3A1.0.8%3Ar0%3A%3A11%3A7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b_populate_lic.tar.zst;downloadfilename=7f/3a/sstate:bzip2::1.0.8:r0::11:7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/4a/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/81/0f/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757_recipe_qa.tar.zst\nDEBUG: Using  for b8/f3/sstate:font-util-native::1.4.1:r0::11:b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830_populate_lic.tar.zst\nDEBUG: Using  for 32/7c/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91_packagedata.tar.zst\nDEBUG: Using  for 6a/97/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ad/96/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253_recipe_qa.tar.zst\nDEBUG: Searching for 2c/5d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 22/e1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://08/17/sstate:findutils::4.9.0:r0::11:0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/12/d8/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/b6/78/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/78/sstate%3Alzip-native%3Ax86_64-linux%3A1.24%3Ar0%3Ax86_64%3A11%3Ab6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567_recipe_qa.tar.zst;downloadfilename=universal/b6/78/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567_recipe_qa.tar.zst\nDEBUG: Using  for 93/49/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a_create_runtime_spdx.tar.zst\nDEBUG: Searching for f5/4a/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/81/0f/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b8/f3/sstate:font-util-native::1.4.1:r0::11:b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830_populate_lic.tar.zst\nDEBUG: Testing URL file://32/7c/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91_packagedata.tar.zst\nDEBUG: Testing URL file://6a/97/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07_create_spdx.tar.zst\nDEBUG: Searching for universal/ad/96/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://03/b1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a_recipe_qa.tar.zst\nDEBUG: Using  for 2c/5d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8_populate_sysroot.tar.zst\nDEBUG: Using  for 22/e1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/08/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/ab/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7_package_write_rpm.tar.zst\nDEBUG: Searching for universal/12/d8/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://93/49/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a_create_runtime_spdx.tar.zst\nDEBUG: Using  for f5/4a/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/81/0f/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://79/83/sstate:pixman-native::0.42.2:r0::11:7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b8/f3/sstate:font-util-native::1.4.1:r0::11:b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '32/7c/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6a/97/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ad/96/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://21/be/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2c/5d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://22/e1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://13/13/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3_package.tar.zst\nDEBUG: Searching for 5b/ab/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/12/d8/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/3a/sstate:bzip2::1.0.8:r0::11:7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '93/49/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f5/4a/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/81/0f/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/81/0f/sstate%3Alibpng-native%3Ax86_64-linux%3A1.6.41%3Ar0%3Ax86_64%3A11%3A810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757_recipe_qa.tar.zst;downloadfilename=universal/81/0f/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757_recipe_qa.tar.zst\nDEBUG: Searching for 79/83/sstate:pixman-native::0.42.2:r0::11:7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b8/f3/sstate:font-util-native::1.4.1:r0::11:b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/f3/sstate%3Afont-util-native%3A%3A1.4.1%3Ar0%3A%3A11%3Ab8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830_populate_lic.tar.zst;downloadfilename=b8/f3/sstate:font-util-native::1.4.1:r0::11:b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830_populate_lic.tar.zst\nDEBUG: For url file://32/7c/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/7c/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A11%3A327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91_packagedata.tar.zst;downloadfilename=32/7c/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91_packagedata.tar.zst\nDEBUG: For url file://6a/97/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/97/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07_create_spdx.tar.zst;downloadfilename=6a/97/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ad/96/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253_recipe_qa.tar.zst\nDEBUG: Searching for 21/be/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2c/5d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '22/e1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 13/13/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5b/ab/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/12/d8/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/ad/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369_create_spdx.tar.zst\nDEBUG: For url file://93/49/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/49/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.16%3Ar0%3Acore2-64%3A11%3A93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a_create_runtime_spdx.tar.zst;downloadfilename=93/49/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f5/4a/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 79/83/sstate:pixman-native::0.42.2:r0::11:7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b6/78/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:b6788445143ce37a79ca5d3641c02ba1b1694ce7410d71bfb76ee81a50601567_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ad/96/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 21/be/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2c/5d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/5d/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3A2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8_populate_sysroot.tar.zst;downloadfilename=2c/5d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8_populate_sysroot.tar.zst\nDEBUG: For url file://22/e1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/e1/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3A22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903_deploy_source_date_epoch.tar.zst;downloadfilename=22/e1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 13/13/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3_package.tar.zst\nDEBUG: Testing URL file://5b/ab/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/12/d8/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4d/ad/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/81/0f/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757_recipe_qa.tar.zst\nDEBUG: For url file://f5/4a/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/4a/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.44.2%3Ar0%3Acore2-64%3A11%3Af54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba_deploy_source_date_epoch.tar.zst;downloadfilename=f5/4a/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://79/83/sstate:pixman-native::0.42.2:r0::11:7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/1f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0_recipe_qa.tar.zst\nDEBUG: For url file://universal/ad/96/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ad/96/sstate%3Alibsdl2-native%3Ax86_64-linux%3A2.28.5%3Ar0%3Ax86_64%3A11%3Aad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253_recipe_qa.tar.zst;downloadfilename=universal/ad/96/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253_recipe_qa.tar.zst\nDEBUG: Testing URL file://21/be/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/f3/sstate:font-util-native::1.4.1:r0::11:b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://32/7c/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91_packagedata.tar.zst\nDEBUG: Testing URL file://13/13/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3_package.tar.zst\nDEBUG: For url ['file', '', '5b/ab/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/12/d8/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/d8/sstate%3Apython3-toml-native%3Ax86_64-linux%3A0.10.2%3Ar0%3Ax86_64%3A11%3A12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666_create_runtime_spdx.tar.zst;downloadfilename=universal/12/d8/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4d/ad/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://58/61/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '79/83/sstate:pixman-native::0.42.2:r0::11:7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c5/1f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://93/49/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '21/be/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b6/1b/sstate:libstd-rs::1.74.1:r0::11:b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/5d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:2c5d153a001668cd034043f544c16b4b3ad034f307d4bf7523308e146b273de8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://08/17/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929_create_spdx.tar.zst\nDEBUG: For url ['file', '', '13/13/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5b/ab/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/ab/sstate%3Accache%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7_package_write_rpm.tar.zst;downloadfilename=5b/ab/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://4d/ad/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369_create_spdx.tar.zst\nDEBUG: Searching for 58/61/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://79/83/sstate:pixman-native::0.42.2:r0::11:7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/83/sstate%3Apixman-native%3A%3A0.42.2%3Ar0%3A%3A11%3A7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb_populate_lic.tar.zst;downloadfilename=79/83/sstate:pixman-native::0.42.2:r0::11:7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://22/e1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:22e17674507d5f8ec47254818889654f001e4ff45322ae5745affbb87c0be903_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c5/1f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/63/a5/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b_create_spdx.tar.zst\nDEBUG: For url file://21/be/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/be/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A11%3A21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db_deploy_source_date_epoch.tar.zst;downloadfilename=21/be/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b6/1b/sstate:libstd-rs::1.74.1:r0::11:b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f5/4a/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f54aba7c0abc495ece03b6d07f615c64516401d7e4c7a4c4ec0fa66815e755ba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/d6/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc_packagedata.tar.zst\nDEBUG: Searching for 08/17/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://13/13/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/13/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.5%3Ar0%3Acore2-64%3A11%3A131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3_package.tar.zst;downloadfilename=13/13/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3_package.tar.zst\nDEBUG: For url ['file', '', '4d/ad/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 58/61/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ad/96/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://48/0d/sstate:xcb-proto::1.16.0:r0::11:480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785_populate_lic.tar.zst\nDEBUG: Testing URL file://c5/1f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0_recipe_qa.tar.zst\nDEBUG: Searching for universal/63/a5/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b6/1b/sstate:libstd-rs::1.74.1:r0::11:b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/12/d8/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/be/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8_create_runtime_spdx.tar.zst\nDEBUG: Searching for a6/d6/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 08/17/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929_create_spdx.tar.zst\nDEBUG: For url file://4d/ad/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/ad/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3A4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369_create_spdx.tar.zst;downloadfilename=4d/ad/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/ab/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://58/61/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/32/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435_create_spdx.tar.zst\nDEBUG: Searching for 48/0d/sstate:xcb-proto::1.16.0:r0::11:480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c5/1f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/63/a5/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b_create_spdx.tar.zst\nDEBUG: Testing URL file://b6/1b/sstate:libstd-rs::1.74.1:r0::11:b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c5/da/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be_create_spdx.tar.zst\nDEBUG: Searching for 1e/be/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a6/d6/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc_packagedata.tar.zst\nDEBUG: Testing URL file://08/17/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://79/83/sstate:pixman-native::0.42.2:r0::11:7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://11/fc/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272_packagedata.tar.zst\nDEBUG: For url ['file', '', '58/61/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 35/32/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 48/0d/sstate:xcb-proto::1.16.0:r0::11:480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785_populate_lic.tar.zst\nDEBUG: For url file://c5/1f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/1f/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.17%3Ar0%3Acore2-64%3A11%3Ac51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0_recipe_qa.tar.zst;downloadfilename=c5/1f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/63/a5/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b6/1b/sstate:libstd-rs::1.74.1:r0::11:b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/c5/da/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://21/be/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:21be909a89e091fcb2971ef33ce11712043fff8f3231db56560223447dba92db_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1e/be/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://13/13/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:131358f1a97b14e0e85509da15a8af8688550e5158c33da1b2e9835be90f05f3_package.tar.zst\nDEBUG: Testing URL file://a6/d6/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc_packagedata.tar.zst\nDEBUG: For url ['file', '', '08/17/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://af/b5/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b_packagedata.tar.zst\nDEBUG: Searching for 11/fc/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://58/61/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/61/sstate%3Ataglib%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa_recipe_qa.tar.zst;downloadfilename=58/61/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa_recipe_qa.tar.zst\nDEBUG: Using  for 35/32/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435_create_spdx.tar.zst\nDEBUG: Testing URL file://48/0d/sstate:xcb-proto::1.16.0:r0::11:480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/63/a5/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b6/1b/sstate:libstd-rs::1.74.1:r0::11:b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/1b/sstate%3Alibstd-rs%3A%3A1.74.1%3Ar0%3A%3A11%3Ab61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4_populate_lic.tar.zst;downloadfilename=b6/1b/sstate:libstd-rs::1.74.1:r0::11:b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4_populate_lic.tar.zst\nDEBUG: Using  for universal/c5/da/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/09/0d/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33_create_spdx.tar.zst\nDEBUG: Testing URL file://1e/be/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://36/69/sstate:python3-typing-extensions-native::4.9.0:r0::11:3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a6/d6/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://08/17/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/17/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.13%3Ar0%3Acore2-64%3A11%3A08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929_create_spdx.tar.zst;downloadfilename=08/17/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929_create_spdx.tar.zst\nDEBUG: Searching for af/b5/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 11/fc/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272_packagedata.tar.zst\nDEBUG: Testing URL file://35/32/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435_create_spdx.tar.zst\nDEBUG: For url ['file', '', '48/0d/sstate:xcb-proto::1.16.0:r0::11:480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/63/a5/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/63/a5/sstate%3Azlib-native%3Ax86_64-linux%3A1.3%3Ar0%3Ax86_64%3A11%3A63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b_create_spdx.tar.zst;downloadfilename=universal/63/a5/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/c5/da/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be_create_spdx.tar.zst\nDEBUG: Searching for universal/09/0d/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1e/be/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 36/69/sstate:python3-typing-extensions-native::4.9.0:r0::11:3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a6/d6/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/d6/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A11%3Aa6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc_packagedata.tar.zst;downloadfilename=a6/d6/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc_packagedata.tar.zst\nDEBUG: Using  for af/b5/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/1f/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0_recipe_qa.tar.zst\nDEBUG: Testing URL file://11/fc/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272_packagedata.tar.zst\nDEBUG: For url ['file', '', '35/32/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://48/0d/sstate:xcb-proto::1.16.0:r0::11:480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/0d/sstate%3Axcb-proto%3A%3A1.16.0%3Ar0%3A%3A11%3A480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785_populate_lic.tar.zst;downloadfilename=48/0d/sstate:xcb-proto::1.16.0:r0::11:480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/c5/da/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://58/61/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa_recipe_qa.tar.zst\nDEBUG: Using  for universal/09/0d/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33_create_spdx.tar.zst\nDEBUG: For url file://1e/be/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/be/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A11%3A1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8_create_runtime_spdx.tar.zst;downloadfilename=1e/be/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8_create_runtime_spdx.tar.zst\nDEBUG: Using  for 36/69/sstate:python3-typing-extensions-native::4.9.0:r0::11:3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c_populate_lic.tar.zst\nDEBUG: Testing URL file://af/b5/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/34/e5/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/1b/sstate:libstd-rs::1.74.1:r0::11:b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '11/fc/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://35/32/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/32/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A11%3A3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435_create_spdx.tar.zst;downloadfilename=35/32/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435_create_spdx.tar.zst\nDEBUG: For url file://universal/c5/da/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/da/sstate%3Afont-util-native%3Ax86_64-linux%3A1.4.1%3Ar0%3Ax86_64%3A11%3Ac5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be_create_spdx.tar.zst;downloadfilename=universal/c5/da/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://47/56/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/09/0d/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33_create_spdx.tar.zst\nDEBUG: Testing URL file://36/69/sstate:python3-typing-extensions-native::4.9.0:r0::11:3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/63/a5/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'af/b5/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/34/e5/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ab/e5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb_create_runtime_spdx.tar.zst\nDEBUG: For url file://11/fc/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/fc/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3A11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272_packagedata.tar.zst;downloadfilename=11/fc/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/d6/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc_packagedata.tar.zst\nDEBUG: Searching for 47/56/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/09/0d/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '36/69/sstate:python3-typing-extensions-native::4.9.0:r0::11:3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://48/0d/sstate:xcb-proto::1.16.0:r0::11:480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://34/cf/sstate:bison::3.8.2:r0::11:34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/97/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07_create_spdx.tar.zst\nDEBUG: For url file://af/b5/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/b5/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3Aafb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b_packagedata.tar.zst;downloadfilename=af/b5/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b_packagedata.tar.zst\nDEBUG: Using  for universal/34/e5/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888_recipe_qa.tar.zst\nDEBUG: Searching for ab/e5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://1e/be/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7d/03/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://08/17/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929_create_spdx.tar.zst\nDEBUG: Using  for 47/56/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244_recipe_qa.tar.zst\nDEBUG: For url file://universal/09/0d/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/09/0d/sstate%3Adnf-native%3Ax86_64-linux%3A4.18.2%3Ar0%3Ax86_64%3A11%3A090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33_create_spdx.tar.zst;downloadfilename=universal/09/0d/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33_create_spdx.tar.zst\nDEBUG: For url file://36/69/sstate:python3-typing-extensions-native::4.9.0:r0::11:3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/69/sstate%3Apython3-typing-extensions-native%3A%3A4.9.0%3Ar0%3A%3A11%3A3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c_populate_lic.tar.zst;downloadfilename=36/69/sstate:python3-typing-extensions-native::4.9.0:r0::11:3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9c/c3/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86_create_runtime_spdx.tar.zst\nDEBUG: Searching for 34/cf/sstate:bison::3.8.2:r0::11:34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b4/5c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://35/32/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/34/e5/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c5/da/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be_create_spdx.tar.zst\nDEBUG: Using  for ab/e5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/91/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75_package_qa.tar.zst\nDEBUG: Searching for universal/7d/03/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://79/e6/sstate:gst-examples::1.18.6:r0::11:79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892_populate_lic.tar.zst\nDEBUG: Testing URL file://47/56/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244_recipe_qa.tar.zst\nDEBUG: Searching for universal/9c/c3/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://11/fc/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272_packagedata.tar.zst\nDEBUG: Using  for 34/cf/sstate:bison::3.8.2:r0::11:34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b_populate_lic.tar.zst\nDEBUG: Searching for b4/5c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0f/a4/sstate:ptest-runner::2.4.2+git:r0::11:0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/34/e5/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/e7/86/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ab/e5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb_create_runtime_spdx.tar.zst\nDEBUG: Searching for 95/91/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/7d/03/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 79/e6/sstate:gst-examples::1.18.6:r0::11:79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '47/56/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/9c/c3/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/9a/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://af/b5/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b_packagedata.tar.zst\nDEBUG: Testing URL file://34/cf/sstate:bison::3.8.2:r0::11:34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b_populate_lic.tar.zst\nDEBUG: Using  for b4/5c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8_packagedata.tar.zst\nDEBUG: Searching for 0f/a4/sstate:ptest-runner::2.4.2+git:r0::11:0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/34/e5/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/34/e5/sstate%3Acwautomacros-native%3Ax86_64-linux%3A20110201%3Ar0%3Ax86_64%3A11%3A34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888_recipe_qa.tar.zst;downloadfilename=universal/34/e5/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888_recipe_qa.tar.zst\nDEBUG: Searching for universal/e7/86/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ab/e5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 95/91/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75_package_qa.tar.zst\nDEBUG: Testing URL file://universal/7d/03/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 79/e6/sstate:gst-examples::1.18.6:r0::11:79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892_populate_lic.tar.zst\nDEBUG: For url file://47/56/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/56/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A11%3A4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244_recipe_qa.tar.zst;downloadfilename=47/56/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/9c/c3/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86_create_runtime_spdx.tar.zst\nDEBUG: Searching for 9a/9a/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/1e/e1/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3_create_spdx.tar.zst\nDEBUG: For url ['file', '', '34/cf/sstate:bison::3.8.2:r0::11:34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b4/5c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8_packagedata.tar.zst\nDEBUG: Using  for 0f/a4/sstate:ptest-runner::2.4.2+git:r0::11:0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972_populate_lic.tar.zst\nDEBUG: Using  for universal/e7/86/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ab/e5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/e5/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A11%3Aabe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb_create_runtime_spdx.tar.zst;downloadfilename=ab/e5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://36/69/sstate:python3-typing-extensions-native::4.9.0:r0::11:3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c_populate_lic.tar.zst\nDEBUG: Testing URL file://95/91/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/09/0d/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/7d/03/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://79/e6/sstate:gst-examples::1.18.6:r0::11:79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/9c/c3/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9a/9a/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12_populate_sysroot.tar.zst\nDEBUG: Searching for universal/1e/e1/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://34/cf/sstate:bison::3.8.2:r0::11:34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/cf/sstate%3Abison%3A%3A3.8.2%3Ar0%3A%3A11%3A34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b_populate_lic.tar.zst;downloadfilename=34/cf/sstate:bison::3.8.2:r0::11:34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b4/5c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0f/a4/sstate:ptest-runner::2.4.2+git:r0::11:0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/e7/86/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://49/08/sstate:mesa-native::23.3.5:r0::11:4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '95/91/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d0/89/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e_populate_sysroot.tar.zst\nDEBUG: For url file://universal/7d/03/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/03/sstate%3Alibxau-native%3Ax86_64-linux%3A1.0.11%3Ar0%3Ax86_64%3A11%3A7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7d/03/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '79/e6/sstate:gst-examples::1.18.6:r0::11:79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/9c/c3/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9c/c3/sstate%3Aperlcross-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A11%3A9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86_create_runtime_spdx.tar.zst;downloadfilename=universal/9c/c3/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9a/9a/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/34/e5/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:34e5198f89a394e6c7a883af0c232c4b4ef6ce975fad5c8dcba76f407b243888_recipe_qa.tar.zst\nDEBUG: Using  for universal/1e/e1/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3_create_spdx.tar.zst\nDEBUG: For url file://b4/5c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/5c/sstate%3Astrace%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3Ab45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8_packagedata.tar.zst;downloadfilename=b4/5c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8_packagedata.tar.zst\nDEBUG: For url ['file', '', '0f/a4/sstate:ptest-runner::2.4.2+git:r0::11:0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e7/86/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 49/08/sstate:mesa-native::23.3.5:r0::11:4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://95/91/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/91/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75_package_qa.tar.zst;downloadfilename=95/91/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75_package_qa.tar.zst\nDEBUG: Searching for d0/89/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://79/e6/sstate:gst-examples::1.18.6:r0::11:79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/e6/sstate%3Agst-examples%3A%3A1.18.6%3Ar0%3A%3A11%3A79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892_populate_lic.tar.zst;downloadfilename=79/e6/sstate:gst-examples::1.18.6:r0::11:79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://47/56/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9a/9a/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://07/2f/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a_packagedata.tar.zst\nDEBUG: Testing URL file://universal/1e/e1/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3_create_spdx.tar.zst\nDEBUG: For url file://0f/a4/sstate:ptest-runner::2.4.2+git:r0::11:0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/a4/sstate%3Aptest-runner%3A%3A2.4.2%2Bgit%3Ar0%3A%3A11%3A0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972_populate_lic.tar.zst;downloadfilename=0f/a4/sstate:ptest-runner::2.4.2+git:r0::11:0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972_populate_lic.tar.zst\nDEBUG: For url file://universal/e7/86/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/86/sstate%3Aperlcross-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A11%3Ae78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e7/86/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 49/08/sstate:mesa-native::23.3.5:r0::11:4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://34/cf/sstate:bison::3.8.2:r0::11:34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b_populate_lic.tar.zst\nDEBUG: Using  for d0/89/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://17/e4/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0_create_spdx.tar.zst\nDEBUG: For url file://9a/9a/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/9a/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A11%3A9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12_populate_sysroot.tar.zst;downloadfilename=9a/9a/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12_populate_sysroot.tar.zst\nDEBUG: Searching for 07/2f/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/9c/c3/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7d/03/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:7d03d87f25914bdba151a96e01c44a8e0f9e13f2c91557440a7be84457f7047f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/1e/e1/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://49/08/sstate:mesa-native::23.3.5:r0::11:4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/8e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/5c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8_packagedata.tar.zst\nDEBUG: Testing URL file://d0/89/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e_populate_sysroot.tar.zst\nDEBUG: Searching for 17/e4/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 07/2f/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://95/91/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/2b/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9_package.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/fb/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92_package_qa.tar.zst\nDEBUG: For url file://universal/1e/e1/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/e1/sstate%3Aquilt-native%3Ax86_64-linux%3A0.67%3Ar0%3Ax86_64%3A11%3A1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3_create_spdx.tar.zst;downloadfilename=universal/1e/e1/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3_create_spdx.tar.zst\nDEBUG: For url ['file', '', '49/08/sstate:mesa-native::23.3.5:r0::11:4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a4/8e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://79/e6/sstate:gst-examples::1.18.6:r0::11:79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://61/91/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd0/89/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 17/e4/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0_create_spdx.tar.zst\nDEBUG: Testing URL file://07/2f/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/58/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1_recipe_qa.tar.zst\nDEBUG: Searching for b5/2b/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0a/fb/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://49/08/sstate:mesa-native::23.3.5:r0::11:4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/08/sstate%3Amesa-native%3A%3A23.3.5%3Ar0%3A%3A11%3A4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8_populate_lic.tar.zst;downloadfilename=49/08/sstate:mesa-native::23.3.5:r0::11:4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8_populate_lic.tar.zst\nDEBUG: Using  for a4/8e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e7/86/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:e78663d15bb17e0fee2571b6c40813172c1663897cee1ebfa974fe5f6afb1ebc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/a4/sstate:ptest-runner::2.4.2+git:r0::11:0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/48/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474_create_spdx.tar.zst\nDEBUG: Searching for 61/91/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d0/89/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/89/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A11%3Ad08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e_populate_sysroot.tar.zst;downloadfilename=d0/89/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://17/e4/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0_create_spdx.tar.zst\nDEBUG: For url ['file', '', '07/2f/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0b/58/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b5/2b/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9_package.tar.zst\nDEBUG: Using  for 0a/fb/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92_package_qa.tar.zst\nDEBUG: Testing URL file://a4/8e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/9a/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:9a9aa9f1661fc91e09cce8e030c9b0e72d242ea6ee483658107c1de6cbab6a12_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2d/45/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/f2/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4_package_qa.tar.zst\nDEBUG: Searching for 2b/48/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 61/91/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '17/e4/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://07/2f/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/2f/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A11%3A072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a_packagedata.tar.zst;downloadfilename=07/2f/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1e/e1/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3_create_spdx.tar.zst\nDEBUG: Using  for 0b/58/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1_recipe_qa.tar.zst\nDEBUG: Testing URL file://b5/2b/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9_package.tar.zst\nDEBUG: Testing URL file://0a/fb/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a4/8e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c2/1e/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81_populate_sysroot.tar.zst\nDEBUG: Searching for universal/2d/45/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ee/f2/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2b/48/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474_create_spdx.tar.zst\nDEBUG: Testing URL file://61/91/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c_recipe_qa.tar.zst\nDEBUG: For url file://17/e4/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/e4/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.11%3Ar0%3Aqemux86_64%3A11%3A17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0_create_spdx.tar.zst;downloadfilename=17/e4/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/75/89/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0b/58/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://49/08/sstate:mesa-native::23.3.5:r0::11:4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b5/2b/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0a/fb/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a4/8e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/8e/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.78.1%3Ar0%3Acore2-64%3A11%3Aa48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad_recipe_qa.tar.zst;downloadfilename=a4/8e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad_recipe_qa.tar.zst\nDEBUG: Searching for c2/1e/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/2d/45/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455_create_spdx.tar.zst\nDEBUG: Using  for ee/f2/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4_package_qa.tar.zst\nDEBUG: Testing URL file://2b/48/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474_create_spdx.tar.zst\nDEBUG: For url ['file', '', '61/91/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/75/89/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0b/58/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d0/89/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:d08906b8364c4859318f1d451345d9339cd7c542457769357799bf163c26927e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/ad/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/28/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024_populate_sysroot.tar.zst\nDEBUG: For url file://b5/2b/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/2b/sstate%3Awayland%3Acore2-64-poky-linux%3A1.22.0%3Ar0%3Acore2-64%3A11%3Ab52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9_package.tar.zst;downloadfilename=b5/2b/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9_package.tar.zst\nDEBUG: For url file://0a/fb/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/fb/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A0.9.77%3Ar0%3Acore2-64%3A11%3A0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92_package_qa.tar.zst;downloadfilename=0a/fb/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92_package_qa.tar.zst\nDEBUG: Using  for c2/1e/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/2d/45/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455_create_spdx.tar.zst\nDEBUG: Testing URL file://ee/f2/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4_package_qa.tar.zst\nDEBUG: For url ['file', '', '2b/48/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://61/91/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/91/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A11%3A6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c_recipe_qa.tar.zst;downloadfilename=61/91/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c_recipe_qa.tar.zst\nDEBUG: Using  for universal/75/89/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://07/2f/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a_packagedata.tar.zst\nDEBUG: For url file://0b/58/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/58/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1_recipe_qa.tar.zst;downloadfilename=0b/58/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://91/1a/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/b8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50_create_spdx.tar.zst\nDEBUG: Searching for c1/28/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c2/1e/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://17/e4/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/2d/45/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ee/f2/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2b/48/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/48/sstate%3Apango%3Acore2-64-poky-linux%3A1.51.0%3Ar0%3Acore2-64%3A11%3A2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474_create_spdx.tar.zst;downloadfilename=2b/48/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/75/89/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/8e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://60/4e/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c_package.tar.zst\nDEBUG: Searching for 91/1a/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b0/b8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c1/28/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c2/1e/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b1/be/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c_populate_sysroot.tar.zst\nDEBUG: For url file://universal/2d/45/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/45/sstate%3Apython3-docutils-native%3Ax86_64-linux%3A0.20.1%3Ar0%3Ax86_64%3A11%3A2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455_create_spdx.tar.zst;downloadfilename=universal/2d/45/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455_create_spdx.tar.zst\nDEBUG: For url file://ee/f2/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/f2/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3Aeef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4_package_qa.tar.zst;downloadfilename=ee/f2/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/75/89/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a5/59/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/2b/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b52bae999b15b8b7da767220f56b38e4b94b47307beb2f5e8ac9e5d9afc972d9_package.tar.zst\nDEBUG: Searching for 60/4e/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 91/1a/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5_create_runtime_spdx.tar.zst\nDEBUG: Using  for b0/b8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50_create_spdx.tar.zst\nDEBUG: Testing URL file://c1/28/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024_populate_sysroot.tar.zst\nDEBUG: For url file://c2/1e/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/1e/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A11%3Ac21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81_populate_sysroot.tar.zst;downloadfilename=c2/1e/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81_populate_sysroot.tar.zst\nDEBUG: Searching for b1/be/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://61/91/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/fb/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92_package_qa.tar.zst\nDEBUG: For url file://universal/75/89/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/89/sstate%3Apython3-toml-native%3Ax86_64-linux%3A0.10.2%3Ar0%3Ax86_64%3A11%3A75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d_populate_sysroot.tar.zst;downloadfilename=universal/75/89/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d_populate_sysroot.tar.zst\nDEBUG: Searching for a5/59/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0b/58/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/4b/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 60/4e/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c_package.tar.zst\nDEBUG: Testing URL file://91/1a/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b0/b8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c1/28/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b1/be/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://20/ab/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/7e/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7_packagedata.tar.zst\nDEBUG: Using  for a5/59/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://28/2e/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a_populate_sysroot.tar.zst\nDEBUG: Searching for 3a/4b/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://60/4e/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c_package.tar.zst\nDEBUG: For url ['file', '', '91/1a/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b0/b8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c1/28/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/28/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A11%3Ac128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024_populate_sysroot.tar.zst;downloadfilename=c1/28/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2d/45/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/f2/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4_package_qa.tar.zst\nDEBUG: Testing URL file://b1/be/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c_populate_sysroot.tar.zst\nDEBUG: Searching for 20/ab/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e0/7e/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a5/59/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f_package_write_rpm.tar.zst\nDEBUG: Searching for 28/2e/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3a/4b/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '60/4e/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://91/1a/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/1a/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5_create_runtime_spdx.tar.zst;downloadfilename=91/1a/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5_create_runtime_spdx.tar.zst\nDEBUG: For url file://b0/b8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/b8/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A11%3Ab0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50_create_spdx.tar.zst;downloadfilename=b0/b8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://38/c3/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/1e/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:c21e8a7640f4f42275ca749011cbec55ebcd7497d4371edeb8c35810c5499f81_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://68/c0/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d_package.tar.zst\nDEBUG: For url ['file', '', 'b1/be/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 20/ab/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e0/7e/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7_packagedata.tar.zst\nDEBUG: For url ['file', '', 'a5/59/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 28/2e/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3a/4b/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/75/89/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d_populate_sysroot.tar.zst\nDEBUG: For url file://60/4e/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/4e/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c_package.tar.zst;downloadfilename=60/4e/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c_package.tar.zst\nDEBUG: Searching for 38/c3/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ab/e5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6f/0e/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024_recipe_qa.tar.zst\nDEBUG: Searching for 68/c0/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b1/be/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/be/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3Ab1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c_populate_sysroot.tar.zst;downloadfilename=b1/be/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://20/ab/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e0/7e/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7_packagedata.tar.zst\nDEBUG: For url file://a5/59/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/59/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3Aa559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f_package_write_rpm.tar.zst;downloadfilename=a5/59/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://28/2e/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3a/4b/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6e/79/sstate:pigz-native::2.8:r0::11:6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/28/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c128fb897f754ba018b7fddf8a2dea349c9d28ee8f80847a2901ae9ca0d6c024_populate_sysroot.tar.zst\nDEBUG: Using  for 38/c3/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://34/7a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062_packagedata.tar.zst\nDEBUG: Searching for universal/6f/0e/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 68/c0/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d_package.tar.zst\nDEBUG: For url ['file', '', '20/ab/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e0/7e/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '28/2e/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3a/4b/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/4b/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.69%3Ar0%3Acore2-64%3A11%3A3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9_deploy_source_date_epoch.tar.zst;downloadfilename=3a/4b/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6e/79/sstate:pigz-native::2.8:r0::11:6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/2d/ea/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://38/c3/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d_package_qa.tar.zst\nDEBUG: Searching for 34/7a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/6f/0e/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024_recipe_qa.tar.zst\nDEBUG: Testing URL file://68/c0/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d_package.tar.zst\nDEBUG: For url file://20/ab/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/ab/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A11%3A20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3_deploy_source_date_epoch.tar.zst;downloadfilename=20/ab/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e0/7e/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/7e/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.2.0%3Ar0%3Acore2-64%3A11%3Ae07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7_packagedata.tar.zst;downloadfilename=e0/7e/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7_packagedata.tar.zst\nDEBUG: For url file://28/2e/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/2e/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a_populate_sysroot.tar.zst;downloadfilename=28/2e/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a_populate_sysroot.tar.zst\nDEBUG: Using  for 6e/79/sstate:pigz-native::2.8:r0::11:6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe_populate_lic.tar.zst\nDEBUG: Searching for universal/2d/ea/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '38/c3/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 34/7a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062_packagedata.tar.zst\nDEBUG: Testing URL file://universal/6f/0e/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '68/c0/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b1/be/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b1be948e5ea82f479635644fa62125a2d5bcb494dbcd5264fa9cb509621b5e3c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/59/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6e/79/sstate:pigz-native::2.8:r0::11:6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe_populate_lic.tar.zst\nDEBUG: Using  for universal/2d/ea/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d_populate_sysroot.tar.zst\nDEBUG: For url file://38/c3/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/c3/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3A38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d_package_qa.tar.zst;downloadfilename=38/c3/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/4b/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3a4b12f25a50b3457a41ecf15bb8a364f8d9c10dda0d8d61d92e1f50f6f659f9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://34/7a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/6f/0e/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://68/c0/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/c0/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.10%3Ar0%3Acore2-64%3A11%3A68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d_package.tar.zst;downloadfilename=68/c0/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/26/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://71/bb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6e/79/sstate:pigz-native::2.8:r0::11:6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/2d/ea/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://13/51/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '34/7a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/6f/0e/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/0e/sstate%3Aflex-native%3Ax86_64-linux%3A2.6.4%3Ar0%3Ax86_64%3A11%3A6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024_recipe_qa.tar.zst;downloadfilename=universal/6f/0e/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024_recipe_qa.tar.zst\nDEBUG: Searching for 3f/26/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://20/ab/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:20ab5165f5e5435b74629416b04996ca505ffedcfed9c89f9b0b1e3425ee85b3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 71/bb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e0/7e/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://28/2e/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:282ea1bd120521967bab94c8b61f1fe345bc9a9c2135fb1a52f5ddadb90e600a_populate_sysroot.tar.zst\nDEBUG: For url file://6e/79/sstate:pigz-native::2.8:r0::11:6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/79/sstate%3Apigz-native%3A%3A2.8%3Ar0%3A%3A11%3A6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe_populate_lic.tar.zst;downloadfilename=6e/79/sstate:pigz-native::2.8:r0::11:6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/2d/ea/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 13/51/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://34/7a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/7a/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A11%3A347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062_packagedata.tar.zst;downloadfilename=34/7a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062_packagedata.tar.zst\nDEBUG: Using  for 3f/26/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/2c/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7_package_write_rpm.tar.zst\nDEBUG: Using  for 71/bb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/89/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a4/98/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://38/c3/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d_package_qa.tar.zst\nDEBUG: For url file://universal/2d/ea/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/ea/sstate%3Aopkg-utils-native%3Ax86_64-linux%3A0.6.3%3Ar0%3Ax86_64%3A11%3A2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d_populate_sysroot.tar.zst;downloadfilename=universal/2d/ea/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d_populate_sysroot.tar.zst\nDEBUG: Using  for 13/51/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2_create_spdx.tar.zst\nDEBUG: Testing URL file://3f/26/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a_package.tar.zst\nDEBUG: Searching for bb/2c/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://71/bb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6_create_runtime_spdx.tar.zst\nDEBUG: Searching for d0/89/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/a4/98/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/19/bc/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: Testing URL file://13/51/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/26/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/6f/0e/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024_recipe_qa.tar.zst\nDEBUG: Using  for bb/2c/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '71/bb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d0/89/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/a4/98/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c_populate_sysroot.tar.zst\nDEBUG: Searching for universal/19/bc/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '13/51/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3f/26/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/26/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A0.9.77%3Ar0%3Acore2-64%3A11%3A3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a_package.tar.zst;downloadfilename=3f/26/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/79/sstate:pigz-native::2.8:r0::11:6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://75/bc/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://bb/2c/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7_package_write_rpm.tar.zst\nDEBUG: For url file://71/bb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/bb/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A11%3A71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6_create_runtime_spdx.tar.zst;downloadfilename=71/bb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d0/89/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/a4/98/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c_populate_sysroot.tar.zst\nDEBUG: Using  for universal/19/bc/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: For url file://13/51/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/51/sstate%3Accache%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2_create_spdx.tar.zst;downloadfilename=13/51/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/5d/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6_packagedata.tar.zst\nDEBUG: Searching for 75/bc/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://34/7a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062_packagedata.tar.zst\nDEBUG: For url ['file', '', 'bb/2c/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd0/89/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/a4/98/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/2d/ea/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/19/bc/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: Searching for 1a/5d/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 75/bc/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/19/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150_package_write_rpm.tar.zst\nDEBUG: For url file://bb/2c/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/2c/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A11%3Abb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7_package_write_rpm.tar.zst;downloadfilename=bb/2c/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7_package_write_rpm.tar.zst\nDEBUG: For url file://d0/89/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/89/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Ad08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf_deploy_source_date_epoch.tar.zst;downloadfilename=d0/89/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a4/98/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/98/sstate%3Alibjpeg-turbo-native%3Ax86_64-linux%3A3.0.1%3Ar0%3Ax86_64%3A11%3Aa4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c_populate_sysroot.tar.zst;downloadfilename=universal/a4/98/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/79/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/19/bc/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1a/5d/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6_packagedata.tar.zst\nDEBUG: Testing URL file://75/bc/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e_package_write_rpm.tar.zst\nDEBUG: Searching for 9c/19/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d6/79/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/19/bc/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/bc/sstate%3Aqemu-native%3Ax86_64-linux%3A8.2.0%3Ar0%3Ax86_64%3A11%3A19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst;downloadfilename=universal/19/bc/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://91/1a/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1a/5d/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6_packagedata.tar.zst\nDEBUG: For url ['file', '', '75/bc/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9c/19/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150_package_write_rpm.tar.zst\nDEBUG: Using  for d6/79/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://28/f4/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96_packagedata.tar.zst\nDEBUG: For url ['file', '', '1a/5d/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://13/51/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2_create_spdx.tar.zst\nDEBUG: For url file://75/bc/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/bc/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20231127%2Bgit%3Ar0%3Acore2-64%3A11%3A75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e_package_write_rpm.tar.zst;downloadfilename=75/bc/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://9c/19/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d6/79/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 28/f4/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1a/5d/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/5d/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A11%3A1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6_packagedata.tar.zst;downloadfilename=1a/5d/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/2c/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://35/43/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/89/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d08987532e078afb028d7460599ba7e9373def289c10224a5dcdc5cf680e8eaf_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9c/19/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd6/79/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/a4/98/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c_populate_sysroot.tar.zst\nDEBUG: Using  for 28/f4/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/fb/sstate:libsdl2-native::2.28.5:r0::11:ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a_populate_lic.tar.zst\nDEBUG: Searching for 35/43/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e5/25/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121_recipe_qa.tar.zst\nDEBUG: For url file://9c/19/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/19/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.17%3Ar0%3Acore2-64%3A11%3A9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150_package_write_rpm.tar.zst;downloadfilename=9c/19/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150_package_write_rpm.tar.zst\nDEBUG: For url file://d6/79/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/79/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A11%3Ad6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b_create_runtime_spdx.tar.zst;downloadfilename=d6/79/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/a5/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/48/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474_create_spdx.tar.zst\nDEBUG: Testing URL file://28/f4/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/19/bc/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: Searching for cc/fb/sstate:libsdl2-native::2.28.5:r0::11:ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 35/43/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0_recipe_qa.tar.zst\nDEBUG: Searching for e5/25/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9e/a5/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b8/d5/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '28/f4/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://db/24/sstate:valgrind::3.21.0:r0::11:db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815_populate_lic.tar.zst\nDEBUG: Using  for cc/fb/sstate:libsdl2-native::2.28.5:r0::11:ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a_populate_lic.tar.zst\nDEBUG: Testing URL file://35/43/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://75/bc/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e_package_write_rpm.tar.zst\nDEBUG: Using  for e5/25/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/5d/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6_packagedata.tar.zst\nDEBUG: Using  for 9e/a5/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b8/d5/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://28/f4/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/f4/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96_packagedata.tar.zst;downloadfilename=28/f4/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96_packagedata.tar.zst\nDEBUG: Searching for db/24/sstate:valgrind::3.21.0:r0::11:db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://cc/fb/sstate:libsdl2-native::2.28.5:r0::11:ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '35/43/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://69/b5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e5/25/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/e1/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9e/a5/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b8/d5/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947_populate_sysroot.tar.zst\nDEBUG: Using  for db/24/sstate:valgrind::3.21.0:r0::11:db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cc/fb/sstate:libsdl2-native::2.28.5:r0::11:ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b0/b8/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50_create_spdx.tar.zst\nDEBUG: For url file://35/43/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/43/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A11%3A3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0_recipe_qa.tar.zst;downloadfilename=35/43/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0_recipe_qa.tar.zst\nDEBUG: Searching for 69/b5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e5/25/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c0/e1/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9e/a5/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b8/d5/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947_populate_sysroot.tar.zst\nDEBUG: Testing URL file://db/24/sstate:valgrind::3.21.0:r0::11:db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815_populate_lic.tar.zst\nDEBUG: For url file://cc/fb/sstate:libsdl2-native::2.28.5:r0::11:ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/fb/sstate%3Alibsdl2-native%3A%3A2.28.5%3Ar0%3A%3A11%3Accfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a_populate_lic.tar.zst;downloadfilename=cc/fb/sstate:libsdl2-native::2.28.5:r0::11:ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://48/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078_package.tar.zst\nDEBUG: Using  for 69/b5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697_package_write_rpm.tar.zst\nDEBUG: For url file://e5/25/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/25/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3Ae525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121_recipe_qa.tar.zst;downloadfilename=e5/25/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121_recipe_qa.tar.zst\nDEBUG: Using  for c0/e1/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9e/a5/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/a5/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A11%3A9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7_deploy_source_date_epoch.tar.zst;downloadfilename=9e/a5/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b8/d5/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'db/24/sstate:valgrind::3.21.0:r0::11:db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 48/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://28/f4/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96_packagedata.tar.zst\nDEBUG: Testing URL file://69/b5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c0/e1/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b8/d5/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/d5/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A11%3Ab8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947_populate_sysroot.tar.zst;downloadfilename=b8/d5/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947_populate_sysroot.tar.zst\nDEBUG: For url file://db/24/sstate:valgrind::3.21.0:r0::11:db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/24/sstate%3Avalgrind%3A%3A3.21.0%3Ar0%3A%3A11%3Adb24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815_populate_lic.tar.zst;downloadfilename=db/24/sstate:valgrind::3.21.0:r0::11:db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815_populate_lic.tar.zst\nDEBUG: Using  for 48/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078_package.tar.zst\nDEBUG: SState: Attempting to fetch file://15/eb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '69/b5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c0/e1/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://35/43/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0_recipe_qa.tar.zst\nDEBUG: Testing URL file://48/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/25/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/fb/sstate:libsdl2-native::2.28.5:r0::11:ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a_populate_lic.tar.zst\nDEBUG: Searching for 15/eb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://69/b5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/b5/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A11%3A69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697_package_write_rpm.tar.zst;downloadfilename=69/b5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697_package_write_rpm.tar.zst\nDEBUG: For url file://c0/e1/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/e1/sstate%3Alibgcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Ac0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9_deploy_source_date_epoch.tar.zst;downloadfilename=c0/e1/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/4a/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '48/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/d1/5c/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://02/00/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 15/eb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6_create_runtime_spdx.tar.zst\nDEBUG: Searching for 3e/4a/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9e/a5/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:9ea54cd3754db7451310ee8ab03172b6cd615498d7d28ce73fe3d3a620461af7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://48/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/0c/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A11%3A480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078_package.tar.zst;downloadfilename=48/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078_package.tar.zst\nDEBUG: Searching for universal/d1/5c/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 02/00/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://15/eb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 3e/4a/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://db/24/sstate:valgrind::3.21.0:r0::11:db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/d5/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:b8d5ca104dbdc4c0b859949d6d3a02355c0b4799107bafeac2dfecdc54ee5947_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://41/e3/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e_packagedata.tar.zst\nDEBUG: Using  for universal/d1/5c/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 02/00/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '15/eb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3e/4a/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/82/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/fe/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a_packagedata.tar.zst\nDEBUG: Searching for 41/e3/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/d1/5c/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://02/00/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://15/eb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/eb/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6_create_runtime_spdx.tar.zst;downloadfilename=15/eb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '3e/4a/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5e/82/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a0/fe/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://69/b5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697_package_write_rpm.tar.zst\nDEBUG: Using  for 41/e3/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/d1/5c/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '02/00/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3e/4a/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/4a/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A11%3A3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34_package_write_rpm.tar.zst;downloadfilename=3e/4a/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34_package_write_rpm.tar.zst\nDEBUG: Using  for 5e/82/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/e1/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c0e13c2f1ed39fea11ae6974018a9432e8feb51e25712fc15cf05ee6579765c9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a0/fe/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/7e/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://41/e3/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e_packagedata.tar.zst\nDEBUG: For url file://universal/d1/5c/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d1/5c/sstate%3Alibxi-native%3Ax86_64-linux%3A1.8.1%3Ar0%3Ax86_64%3A11%3Ad15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d1/5c/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://02/00/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/00/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d_deploy_source_date_epoch.tar.zst;downloadfilename=02/00/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5e/82/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://48/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:480cbaa5456194fff4e2957c315efed303045b6530f3bfab84b153d38ae65078_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/99/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9_package_qa.tar.zst\nDEBUG: Testing URL file://a0/fe/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a_packagedata.tar.zst\nDEBUG: Searching for e6/7e/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '41/e3/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5e/82/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://15/eb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/a6/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b_create_spdx.tar.zst\nDEBUG: Searching for ed/99/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a0/fe/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e6/7e/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653_create_runtime_spdx.tar.zst\nDEBUG: For url file://41/e3/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/e3/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e_packagedata.tar.zst;downloadfilename=41/e3/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e_packagedata.tar.zst\nDEBUG: For url file://5e/82/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/82/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A11%3A5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285_deploy_source_date_epoch.tar.zst;downloadfilename=5e/82/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://48/d4/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31_recipe_qa.tar.zst\nDEBUG: Searching for f6/a6/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ed/99/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9_package_qa.tar.zst\nDEBUG: For url file://a0/fe/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/fe/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Aa0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a_packagedata.tar.zst;downloadfilename=a0/fe/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a_packagedata.tar.zst\nDEBUG: Testing URL file://e6/7e/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653_create_runtime_spdx.tar.zst\nDEBUG: Searching for 48/d4/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3e/4a/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34_package_write_rpm.tar.zst\nDEBUG: Using  for f6/a6/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d1/5c/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:d15c0f1c3a7cccc59e69d723f1db173a4920dc4aaee6d2eba162c766bb1a6e31_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ed/99/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e6/7e/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 48/d4/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://02/00/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:02004451227865a4c97b7c8b2b10e1884b85d8b957157bf428633e3b187bea9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://63/49/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e_packagedata.tar.zst\nDEBUG: Testing URL file://f6/a6/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://48/c8/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ed/99/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e6/7e/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/7e/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3Ae67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653_create_runtime_spdx.tar.zst;downloadfilename=e6/7e/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://48/d4/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/d8/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321_create_spdx.tar.zst\nDEBUG: Searching for 63/49/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f6/a6/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 48/c8/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ed/99/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/99/sstate%3Akmod%3Acore2-64-poky-linux%3A31%3Ar0%3Acore2-64%3A11%3Aed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9_package_qa.tar.zst;downloadfilename=ed/99/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9_package_qa.tar.zst\nDEBUG: For url ['file', '', '48/d4/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bb/d8/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 63/49/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://41/e3/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/82/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:5e822d8f1b4a07d3216975a5a53f41823aed52d5f18d8b174519eba905b8b285_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f6/a6/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/a6/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A11%3Af6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b_create_spdx.tar.zst;downloadfilename=f6/a6/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b_create_spdx.tar.zst\nDEBUG: Using  for 48/c8/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86_package_qa.tar.zst\nDEBUG: For url file://48/d4/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/d4/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A11%3A48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31_recipe_qa.tar.zst;downloadfilename=48/d4/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31_recipe_qa.tar.zst\nDEBUG: Using  for bb/d8/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/fe/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/79/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://63/49/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/93/bb/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/a2/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49_create_spdx.tar.zst\nDEBUG: Testing URL file://48/c8/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86_package_qa.tar.zst\nDEBUG: Testing URL file://bb/d8/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/7e/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/c7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/bd/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '63/49/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/93/bb/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f0/a2/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '48/c8/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bb/d8/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e4/53/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/99/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9_package_qa.tar.zst\nDEBUG: Searching for 3b/c7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c5/bd/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://63/49/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/49/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e_packagedata.tar.zst;downloadfilename=63/49/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e_packagedata.tar.zst\nDEBUG: Using  for universal/93/bb/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5_recipe_qa.tar.zst\nDEBUG: Using  for f0/a2/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49_create_spdx.tar.zst\nDEBUG: For url file://48/c8/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/c8/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.7%3Ar0%3Acore2-64%3A11%3A48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86_package_qa.tar.zst;downloadfilename=48/c8/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86_package_qa.tar.zst\nDEBUG: For url file://bb/d8/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/d8/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3Abbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321_create_spdx.tar.zst;downloadfilename=bb/d8/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321_create_spdx.tar.zst\nDEBUG: Searching for e4/53/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://3f/31/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a_recipe_qa.tar.zst\nDEBUG: Using  for 3b/c7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c_packagedata.tar.zst\nDEBUG: Using  for c5/bd/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/93/bb/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5_recipe_qa.tar.zst\nDEBUG: Testing URL file://f0/a2/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/a6/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://48/d4/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://60/4e/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:604ec65a7a03703dfd9dfb0c494bbb9971bd1031c109701e025a53c041467d8c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://71/bb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/19/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://68/c0/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:68c00970ff93e9c45cb433cb127a985234121bbd54cbf934fde640091fc7d51d_package.tar.zst\nDEBUG: Using  for e4/53/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f_recipe_qa.tar.zst\nDEBUG: Searching for 3f/31/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3b/c7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c_packagedata.tar.zst\nDEBUG: Testing URL file://c5/bd/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/93/bb/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3f/26/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3f26100bdf1e20a255718a29ae34311186db5f7538348899d452fd4863aebb0a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://63/49/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f0/a2/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3a/11/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/67/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://54/4a/sstate:sysvinit::3.04:r0::11:544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/89/d4/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://48/c8/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://43/a9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://51/73/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e4/53/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f_recipe_qa.tar.zst\nDEBUG: Using  for 3f/31/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3b/c7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/bd/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/93/bb/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/bb/sstate%3Alibcap-native%3Ax86_64-linux%3A2.69%3Ar0%3Ax86_64%3A11%3A93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5_recipe_qa.tar.zst;downloadfilename=universal/93/bb/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://32/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://66/4e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f0/a2/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/a2/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3Af0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49_create_spdx.tar.zst;downloadfilename=f0/a2/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49_create_spdx.tar.zst\nDEBUG: Searching for 3a/11/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ae/67/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 54/4a/sstate:sysvinit::3.04:r0::11:544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/89/d4/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/22/be/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d_populate_sysroot.tar.zst\nDEBUG: Searching for 43/a9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 51/73/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e4/53/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3f/31/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a_recipe_qa.tar.zst\nDEBUG: For url file://3b/c7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/c7/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3A3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c_packagedata.tar.zst;downloadfilename=3b/c7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c_packagedata.tar.zst\nDEBUG: For url file://c5/bd/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/bd/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A11%3Ac5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65_recipe_qa.tar.zst;downloadfilename=c5/bd/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65_recipe_qa.tar.zst\nDEBUG: Searching for 32/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 66/4e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3a/11/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e_create_runtime_spdx.tar.zst\nDEBUG: Using  for ae/67/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f_create_runtime_spdx.tar.zst\nDEBUG: Using  for 54/4a/sstate:sysvinit::3.04:r0::11:544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe_populate_lic.tar.zst\nDEBUG: Using  for universal/89/d4/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff_populate_sysroot.tar.zst\nDEBUG: Searching for universal/22/be/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 43/a9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c_package_write_rpm.tar.zst\nDEBUG: Using  for 51/73/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5_package_write_rpm.tar.zst\nDEBUG: For url file://e4/53/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/53/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A11%3Ae4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f_recipe_qa.tar.zst;downloadfilename=e4/53/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3f/31/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 32/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 66/4e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3a/11/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ae/67/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/93/bb/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5_recipe_qa.tar.zst\nDEBUG: Testing URL file://54/4a/sstate:sysvinit::3.04:r0::11:544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/89/d4/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff_populate_sysroot.tar.zst\nDEBUG: Using  for universal/22/be/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://43/a9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://51/73/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5_package_write_rpm.tar.zst\nDEBUG: For url file://3f/31/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/31/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A11%3A3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a_recipe_qa.tar.zst;downloadfilename=3f/31/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a_recipe_qa.tar.zst\nDEBUG: Testing URL file://32/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://66/4e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3a/11/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ae/67/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8c/66/sstate:sysvinit-inittab::2.88dsf:r0::11:8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '54/4a/sstate:sysvinit::3.04:r0::11:544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/89/d4/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/22/be/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '43/a9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '51/73/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '32/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '66/4e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3a/11/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/11/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.3.0%3Ar0%3Acore2-64%3A11%3A3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e_create_runtime_spdx.tar.zst;downloadfilename=3a/11/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/c7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/bd/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65_recipe_qa.tar.zst\nDEBUG: For url file://ae/67/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/67/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.67%3Ar0%3Acore2-64%3A11%3Aae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f_create_runtime_spdx.tar.zst;downloadfilename=ae/67/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8c/66/sstate:sysvinit-inittab::2.88dsf:r0::11:8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://54/4a/sstate:sysvinit::3.04:r0::11:544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/4a/sstate%3Asysvinit%3A%3A3.04%3Ar0%3A%3A11%3A544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe_populate_lic.tar.zst;downloadfilename=54/4a/sstate:sysvinit::3.04:r0::11:544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe_populate_lic.tar.zst\nDEBUG: For url file://universal/89/d4/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/89/d4/sstate%3Alibxrender-native%3Ax86_64-linux%3A0.9.11%3Ar0%3Ax86_64%3A11%3A89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff_populate_sysroot.tar.zst;downloadfilename=universal/89/d4/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/22/be/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e4/53/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f_recipe_qa.tar.zst\nDEBUG: For url file://43/a9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/a9/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A11%3A43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c_package_write_rpm.tar.zst;downloadfilename=43/a9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c_package_write_rpm.tar.zst\nDEBUG: For url file://51/73/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/73/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3%3Ar0%3Acore2-64%3A11%3A5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5_package_write_rpm.tar.zst;downloadfilename=51/73/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5_package_write_rpm.tar.zst\nDEBUG: For url file://32/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/91/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4_deploy_source_date_epoch.tar.zst;downloadfilename=32/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://66/4e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/4e/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A11%3A664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb_deploy_source_date_epoch.tar.zst;downloadfilename=66/4e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/2d/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/1b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8c/66/sstate:sysvinit-inittab::2.88dsf:r0::11:8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/31/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a_recipe_qa.tar.zst\nDEBUG: For url file://universal/22/be/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/22/be/sstate%3Adocbook-xml-dtd4-native%3Ax86_64-linux%3A4.5%3Ar0%3Ax86_64%3A11%3A22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d_populate_sysroot.tar.zst;downloadfilename=universal/22/be/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/56/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a_package_write_rpm.tar.zst\nDEBUG: Searching for 6f/2d/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://54/4a/sstate:sysvinit::3.04:r0::11:544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe_populate_lic.tar.zst\nDEBUG: Searching for a7/1b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8c/66/sstate:sysvinit-inittab::2.88dsf:r0::11:8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/b3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210_recipe_qa.tar.zst\nDEBUG: Searching for ed/56/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6f/2d/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/89/d4/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://43/a9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/1d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c_package.tar.zst\nDEBUG: Using  for a7/1b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '8c/66/sstate:sysvinit-inittab::2.88dsf:r0::11:8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b8/b3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ed/56/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://32/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:32919501b459e10ea3832e3fc81b026923e057d70200aa0c6ad0d5d5566bbae4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6f/2d/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/cb/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef_packagedata.tar.zst\nDEBUG: Searching for 9d/1d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a7/1b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://51/73/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5_package_write_rpm.tar.zst\nDEBUG: For url file://8c/66/sstate:sysvinit-inittab::2.88dsf:r0::11:8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/66/sstate%3Asysvinit-inittab%3A%3A2.88dsf%3Ar0%3A%3A11%3A8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e_populate_lic.tar.zst;downloadfilename=8c/66/sstate:sysvinit-inittab::2.88dsf:r0::11:8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e_populate_lic.tar.zst\nDEBUG: Using  for b8/b3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210_recipe_qa.tar.zst\nDEBUG: Testing URL file://ed/56/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b4/00/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6f/2d/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/dd/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a3/cb/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9d/1d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c_package.tar.zst\nDEBUG: For url ['file', '', 'a7/1b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://92/ac/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://66/4e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:664e1606e0878cb606c70824c09814ef4d4ace958a799371d92bb94b248c22cb_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b8/b3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ed/56/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/b4/00/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/22/be/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:22beacf13e99415d792965d6648f664d4d017034f8b7cba99a8c1d6601df2b5d_populate_sysroot.tar.zst\nDEBUG: For url file://6f/2d/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/2d/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.30%3Ar0%3Acore2-64%3A11%3A6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87_create_spdx.tar.zst;downloadfilename=6f/2d/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87_create_spdx.tar.zst\nDEBUG: Using  for universal/dd/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b_create_runtime_spdx.tar.zst\nDEBUG: Using  for a3/cb/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef_packagedata.tar.zst\nDEBUG: Testing URL file://9d/1d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c_package.tar.zst\nDEBUG: For url file://a7/1b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/1b/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A11%3Aa71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6_create_runtime_spdx.tar.zst;downloadfilename=a7/1b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6_create_runtime_spdx.tar.zst\nDEBUG: Searching for 92/ac/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/8c/b9/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b8/b3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ed/56/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/56/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A11%3Aed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a_package_write_rpm.tar.zst;downloadfilename=ed/56/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a_package_write_rpm.tar.zst\nDEBUG: Using  for universal/b4/00/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/f8/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c_package_qa.tar.zst\nDEBUG: Testing URL file://universal/dd/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a3/cb/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef_packagedata.tar.zst\nDEBUG: For url ['file', '', '9d/1d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 92/ac/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/8c/b9/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8c/66/sstate:sysvinit-inittab::2.88dsf:r0::11:8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e_populate_lic.tar.zst\nDEBUG: For url file://b8/b3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/b3/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ab8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210_recipe_qa.tar.zst;downloadfilename=b8/b3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/b4/00/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d_create_spdx.tar.zst\nDEBUG: Searching for 68/f8/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/dd/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a3/cb/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9d/1d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/1d/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.4%3Ar0%3Acore2-64%3A11%3A9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c_package.tar.zst;downloadfilename=9d/1d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c_package.tar.zst\nDEBUG: Testing URL file://92/ac/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/8c/b9/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/d8/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b4/00/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/f8/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c_package_qa.tar.zst\nDEBUG: For url file://universal/dd/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/98/sstate%3Adbus-glib-native%3Ax86_64-linux%3A0.112%3Ar0%3Ax86_64%3A11%3Add98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b_create_runtime_spdx.tar.zst;downloadfilename=universal/dd/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b_create_runtime_spdx.tar.zst\nDEBUG: For url file://a3/cb/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/cb/sstate%3Aboost%3Acore2-64-poky-linux%3A1.83.0%3Ar0%3Acore2-64%3A11%3Aa3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef_packagedata.tar.zst;downloadfilename=a3/cb/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef_packagedata.tar.zst\nDEBUG: For url ['file', '', '92/ac/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/8c/b9/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/74/d8/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a7/1b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/b4/00/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b4/00/sstate%3Alibffi-native%3Ax86_64-linux%3A3.4.4%3Ar0%3Ax86_64%3A11%3Ab4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d_create_spdx.tar.zst;downloadfilename=universal/b4/00/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d_create_spdx.tar.zst\nDEBUG: Testing URL file://68/f8/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c_package_qa.tar.zst\nDEBUG: For url file://92/ac/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/ac/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A11%3A92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512_deploy_source_date_epoch.tar.zst;downloadfilename=92/ac/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/d8/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8c/b9/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/74/d8/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://30/a3/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43_package.tar.zst\nDEBUG: For url ['file', '', '68/f8/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b8/b3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/6e/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023_package.tar.zst\nDEBUG: For url file://universal/8c/b9/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8c/b9/sstate%3Aicon-naming-utils-native%3Ax86_64-linux%3A0.8.90%3Ar0%3Ax86_64%3A11%3A8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74_deploy_source_date_epoch.tar.zst;downloadfilename=universal/8c/b9/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/74/d8/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752_create_spdx.tar.zst\nDEBUG: Searching for 30/a3/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://68/f8/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/f8/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.13%3Ar0%3Acore2-64%3A11%3A68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c_package_qa.tar.zst;downloadfilename=68/f8/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/92/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240_populate_sysroot.tar.zst\nDEBUG: Searching for b5/6e/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/74/d8/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/dd/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 30/a3/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43_package.tar.zst\nDEBUG: Searching for universal/92/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a3/cb/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef_packagedata.tar.zst\nDEBUG: Using  for b5/6e/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023_package.tar.zst\nDEBUG: For url file://universal/74/d8/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/d8/sstate%3Alibxml-sax-base-perl-native%3Ax86_64-linux%3A1.09%3Ar0%3Ax86_64%3A11%3A74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752_create_spdx.tar.zst;downloadfilename=universal/74/d8/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://92/ac/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:92ac85c3ee51679ead2cb4b1cd0b7c11b690d6a4c59e3353c6a033785c84b512_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b4/00/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6d/ca/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37_populate_sysroot.tar.zst\nDEBUG: Testing URL file://30/a3/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43_package.tar.zst\nDEBUG: Using  for universal/92/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/d7/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c_package_qa.tar.zst\nDEBUG: Testing URL file://b5/6e/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b0/d4/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/11/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/78/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/6d/ca/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '30/a3/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/92/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8c/b9/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:8cb9e27a2fc8d7aa3166b5b8bc481a6b06c3656439682efc1a62b7052f143d74_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2b/d7/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b5/6e/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/b0/d4/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/1f/b9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7_create_spdx.tar.zst\nDEBUG: Searching for ef/78/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/6d/ca/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37_populate_sysroot.tar.zst\nDEBUG: For url file://30/a3/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/a3/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43_package.tar.zst;downloadfilename=30/a3/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43_package.tar.zst\nDEBUG: For url ['file', '', 'universal/92/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/17/21/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2b/d7/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c_package_qa.tar.zst\nDEBUG: For url file://b5/6e/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/6e/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.4%3Ar0%3Acore2-64%3A11%3Ab56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023_package.tar.zst;downloadfilename=b5/6e/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023_package.tar.zst\nDEBUG: Using  for universal/b0/d4/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c_populate_sysroot.tar.zst\nDEBUG: Searching for universal/1f/b9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ef/78/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/6d/ca/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37_populate_sysroot.tar.zst\nDEBUG: For url file://universal/92/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/92/61/sstate%3Apython3-installer-native%3Ax86_64-linux%3A0.7.0%3Ar0%3Ax86_64%3A11%3A92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240_populate_sysroot.tar.zst;downloadfilename=universal/92/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240_populate_sysroot.tar.zst\nDEBUG: Searching for universal/17/21/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://68/f8/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c_package_qa.tar.zst\nDEBUG: Testing URL file://2b/d7/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/74/d8/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/b0/d4/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c_populate_sysroot.tar.zst\nDEBUG: Using  for universal/1f/b9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7_create_spdx.tar.zst\nDEBUG: Testing URL file://ef/78/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/6d/ca/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ae/67/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/17/21/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://12/ca/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c_package.tar.zst\nDEBUG: For url ['file', '', '2b/d7/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f0/a2/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/8d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06_package.tar.zst\nDEBUG: For url ['file', '', 'universal/b0/d4/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/1f/b9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ef/78/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/6d/ca/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6d/ca/sstate%3Are2c-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A11%3A6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37_populate_sysroot.tar.zst;downloadfilename=universal/6d/ca/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://32/d0/sstate:libxxf86vm::1.1.5:r0::11:32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/17/21/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 12/ca/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2b/d7/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/d7/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A11%3A2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c_package_qa.tar.zst;downloadfilename=2b/d7/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/85/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3_create_runtime_spdx.tar.zst\nDEBUG: Searching for 6d/8d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/b0/d4/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b0/d4/sstate%3Adtc-native%3Ax86_64-linux%3A1.7.0%3Ar0%3Ax86_64%3A11%3Ab0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c_populate_sysroot.tar.zst;downloadfilename=universal/b0/d4/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://30/a3/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:30a36ea283963c4f138e0bb3d29cda9c9db7fc935286ad3f53625f1462d78f43_package.tar.zst\nDEBUG: For url ['file', '', 'universal/1f/b9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ef/78/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/78/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A11%3Aef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba_deploy_source_date_epoch.tar.zst;downloadfilename=ef/78/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 32/d0/sstate:libxxf86vm::1.1.5:r0::11:32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/17/21/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b5/6e/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:b56eefd5dd81eddf9e687bb151f8311b989ad463d2803070cec37b9e55a3d023_package.tar.zst\nDEBUG: Using  for 12/ca/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c_package.tar.zst\nDEBUG: Searching for 9c/85/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6d/8d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/92/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/a0/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313_populate_sysroot.tar.zst\nDEBUG: For url file://universal/1f/b9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/b9/sstate%3Alibtasn1-native%3Ax86_64-linux%3A4.19.0%3Ar0%3Ax86_64%3A11%3A1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7_create_spdx.tar.zst;downloadfilename=universal/1f/b9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7_create_spdx.tar.zst\nDEBUG: Using  for 32/d0/sstate:libxxf86vm::1.1.5:r0::11:32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6d/ca/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:6dca3e3a7766edee3d4aaa1cf7e4adb352ff7066bef9be8ab35ad5be8e3cbb37_populate_sysroot.tar.zst\nDEBUG: For url file://universal/17/21/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/17/21/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A13.2.0%3Ar0%3Ax86_64%3A11%3A1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/17/21/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/57/9e/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://12/ca/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c_package.tar.zst\nDEBUG: Using  for 9c/85/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6d/8d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/6e/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356_package_qa.tar.zst\nDEBUG: Searching for c1/a0/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://32/d0/sstate:libxxf86vm::1.1.5:r0::11:32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/d7/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b0/d4/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://61/f3/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/57/9e/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '12/ca/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9c/85/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6d/8d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/6e/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c1/a0/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '32/d0/sstate:libxxf86vm::1.1.5:r0::11:32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ef/78/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:ef78b1024fe1f7fece29453e14a500406dd1173456f377b67a90f6a1094e77ba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://16/12/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/03/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97_package.tar.zst\nDEBUG: Searching for 61/f3/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/57/9e/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1_create_runtime_spdx.tar.zst\nDEBUG: For url file://12/ca/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/ca/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A11%3A12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c_package.tar.zst;downloadfilename=12/ca/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c_package.tar.zst\nDEBUG: For url ['file', '', '9c/85/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6d/8d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/8d/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.30.0%3Ar0%3Acore2-64%3A11%3A6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06_package.tar.zst;downloadfilename=6d/8d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06_package.tar.zst\nDEBUG: Using  for 2a/6e/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356_package_qa.tar.zst\nDEBUG: Testing URL file://c1/a0/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313_populate_sysroot.tar.zst\nDEBUG: For url file://32/d0/sstate:libxxf86vm::1.1.5:r0::11:32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/d0/sstate%3Alibxxf86vm%3A%3A1.1.5%3Ar0%3A%3A11%3A32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273_populate_lic.tar.zst;downloadfilename=32/d0/sstate:libxxf86vm::1.1.5:r0::11:32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/df/bf/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/b9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7_create_spdx.tar.zst\nDEBUG: Searching for 16/12/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6f/03/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 61/f3/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/57/9e/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1_create_runtime_spdx.tar.zst\nDEBUG: For url file://9c/85/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/85/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A11%3A9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3_create_runtime_spdx.tar.zst;downloadfilename=9c/85/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2a/6e/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/17/21/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:1721378410705275fb90ab0abac6d80cfed1ff7be4dc661d837e1233564eb43b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c1/a0/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/df/bf/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f9/58/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983_package_write_rpm.tar.zst\nDEBUG: Using  for 16/12/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d_create_spdx.tar.zst\nDEBUG: Using  for 6f/03/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97_package.tar.zst\nDEBUG: Testing URL file://61/f3/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/57/9e/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2a/6e/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0a/8f/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4_package_qa.tar.zst\nDEBUG: For url file://c1/a0/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/a0/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A11%3Ac1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313_populate_sysroot.tar.zst;downloadfilename=c1/a0/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313_populate_sysroot.tar.zst\nDEBUG: Using  for universal/df/bf/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f9/58/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://16/12/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d_create_spdx.tar.zst\nDEBUG: Testing URL file://6f/03/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97_package.tar.zst\nDEBUG: For url ['file', '', '61/f3/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/57/9e/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/57/9e/sstate%3Apython3-iniparse-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1_create_runtime_spdx.tar.zst;downloadfilename=universal/57/9e/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1_create_runtime_spdx.tar.zst\nDEBUG: For url file://2a/6e/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/6e/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.30.0%3Ar0%3Acore2-64%3A11%3A2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356_package_qa.tar.zst;downloadfilename=2a/6e/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356_package_qa.tar.zst\nDEBUG: Searching for 0a/8f/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6d/8d/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:6d8d4e9648b9a53dcb2e9c2d47c8e7282dbdaa370b480bd03eb8cbd478471d06_package.tar.zst\nDEBUG: Testing URL file://universal/df/bf/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f9/58/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://12/ca/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:12ca930bc85a9727a7ade48b4cd26f79051a94a9a938d1527a727c5ab45c528c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://32/d0/sstate:libxxf86vm::1.1.5:r0::11:32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273_populate_lic.tar.zst\nDEBUG: For url ['file', '', '16/12/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6f/03/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://61/f3/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/f3/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.2.0%3Ar0%3Acore2-64%3A11%3A61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198_deploy_source_date_epoch.tar.zst;downloadfilename=61/f3/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/85/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0a/8f/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/cd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/df/bf/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f9/58/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://61/d2/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/12/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6_package_qa.tar.zst\nDEBUG: For url file://16/12/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/12/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d_create_spdx.tar.zst;downloadfilename=16/12/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d_create_spdx.tar.zst\nDEBUG: For url file://6f/03/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/03/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97_package.tar.zst;downloadfilename=6f/03/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/a0/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:c1a05f62dd3f30bbe7ed8d205d49f9e09e6ea84a79ff4fdaaa885716f407e313_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/78/sstate:libxcursor-native::1.2.1:r0::11:1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a_populate_lic.tar.zst\nDEBUG: Testing URL file://0a/8f/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4_package_qa.tar.zst\nDEBUG: Searching for 6d/cd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/df/bf/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/df/bf/sstate%3Aacl-native%3Ax86_64-linux%3A2.3.1%3Ar0%3Ax86_64%3A11%3Adfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9_deploy_source_date_epoch.tar.zst;downloadfilename=universal/df/bf/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f9/58/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 61/d2/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e5/12/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/57/9e/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/6e/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/48/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/2d/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87_create_spdx.tar.zst\nDEBUG: Searching for 1d/78/sstate:libxcursor-native::1.2.1:r0::11:1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0a/8f/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6d/cd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://61/f3/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:61f3538849f4a364bc1f8a5d5f403c468fe5584c75027b3264f9de23b563e198_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f9/58/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/58/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3Af9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983_package_write_rpm.tar.zst;downloadfilename=f9/58/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983_package_write_rpm.tar.zst\nDEBUG: Using  for 61/d2/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991_package_write_rpm.tar.zst\nDEBUG: Using  for e5/12/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/3f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/db/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc_create_spdx.tar.zst\nDEBUG: Searching for bb/48/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e1/53/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e_populate_sysroot.tar.zst\nDEBUG: Using  for 1d/78/sstate:libxcursor-native::1.2.1:r0::11:1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a_populate_lic.tar.zst\nDEBUG: For url file://0a/8f/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/8f/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A11%3A0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4_package_qa.tar.zst;downloadfilename=0a/8f/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4_package_qa.tar.zst\nDEBUG: Testing URL file://6d/cd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/56/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://61/d2/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e5/12/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://16/12/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d_create_spdx.tar.zst\nDEBUG: Searching for ab/3f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 13/db/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bb/48/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f_package_write_rpm.tar.zst\nDEBUG: Searching for e1/53/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1d/78/sstate:libxcursor-native::1.2.1:r0::11:1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6d/cd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/df/bf/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:dfbf48292d34c8972224c00e208555efebd7d78f231849a5b8e392e8566592d9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fd/56/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ed/56/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/1d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:9d1db393079875e4e647342fa6c89bbec5cf4405de5f58548e08cc35ca04521c_package.tar.zst\nDEBUG: For url ['file', '', '61/d2/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e5/12/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2e/22/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442_package_qa.tar.zst\nDEBUG: Using  for ab/3f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15_recipe_qa.tar.zst\nDEBUG: Using  for 13/db/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc_create_spdx.tar.zst\nDEBUG: Testing URL file://bb/48/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f_package_write_rpm.tar.zst\nDEBUG: Using  for e1/53/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '1d/78/sstate:libxcursor-native::1.2.1:r0::11:1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6d/cd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/cd/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce_deploy_source_date_epoch.tar.zst;downloadfilename=6d/cd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://02/c0/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb_packagedata.tar.zst\nDEBUG: Using  for fd/56/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/47/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/26/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6_populate_sysroot.tar.zst\nDEBUG: For url file://61/d2/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/d2/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991_package_write_rpm.tar.zst;downloadfilename=61/d2/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991_package_write_rpm.tar.zst\nDEBUG: For url file://e5/12/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/12/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Ae512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6_package_qa.tar.zst;downloadfilename=e5/12/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6_package_qa.tar.zst\nDEBUG: Searching for 2e/22/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ab/3f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15_recipe_qa.tar.zst\nDEBUG: Testing URL file://13/db/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bb/48/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e1/53/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e_populate_sysroot.tar.zst\nDEBUG: For url file://1d/78/sstate:libxcursor-native::1.2.1:r0::11:1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/78/sstate%3Alibxcursor-native%3A%3A1.2.1%3Ar0%3A%3A11%3A1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a_populate_lic.tar.zst;downloadfilename=1d/78/sstate:libxcursor-native::1.2.1:r0::11:1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a_populate_lic.tar.zst\nDEBUG: Searching for 02/c0/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fd/56/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/58/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983_package_write_rpm.tar.zst\nDEBUG: Searching for c4/47/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0a/8f/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4_package_qa.tar.zst\nDEBUG: Searching for f1/26/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2e/22/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ab/3f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '13/db/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bb/48/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/48/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A7.4.4%3Ar0%3Acore2-64%3A11%3Abb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f_package_write_rpm.tar.zst;downloadfilename=bb/48/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e1/53/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 02/c0/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb_packagedata.tar.zst\nDEBUG: For url ['file', '', 'fd/56/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6d/cd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6dcd3f71bcf2d610f8259bca8296f165d2b11f19a9ef73225f5e7a6f4aa027ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/87/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c4/47/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://63/44/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b_package_write_rpm.tar.zst\nDEBUG: Using  for f1/26/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2e/22/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442_package_qa.tar.zst\nDEBUG: For url file://ab/3f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/3f/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3Aab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15_recipe_qa.tar.zst;downloadfilename=ab/3f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15_recipe_qa.tar.zst\nDEBUG: For url file://13/db/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/db/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A11%3A13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc_create_spdx.tar.zst;downloadfilename=13/db/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc_create_spdx.tar.zst\nDEBUG: For url file://e1/53/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/53/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3Ae15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e_populate_sysroot.tar.zst;downloadfilename=e1/53/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://02/c0/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb_packagedata.tar.zst\nDEBUG: For url file://fd/56/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/56/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.11%3Ar0%3Acore2-64%3A11%3Afd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9_populate_sysroot.tar.zst;downloadfilename=fd/56/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/fa/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03_package_qa.tar.zst\nDEBUG: Searching for ba/87/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c4/47/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf_packagedata.tar.zst\nDEBUG: Searching for 63/44/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e5/12/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6_package_qa.tar.zst\nDEBUG: Testing URL file://f1/26/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://61/d2/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2e/22/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1d/78/sstate:libxcursor-native::1.2.1:r0::11:1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '02/c0/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e0/fa/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ba/87/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c4/47/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://bb/48/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f_package_write_rpm.tar.zst\nDEBUG: Using  for 63/44/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/3f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3c/88/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f1/26/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7f/b0/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b_populate_sysroot.tar.zst\nDEBUG: For url file://2e/22/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/22/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A11%3A2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442_package_qa.tar.zst;downloadfilename=2e/22/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/8e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33_populate_sysroot.tar.zst\nDEBUG: For url file://02/c0/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/c0/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.189%3Ar0%3Acore2-64%3A11%3A02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb_packagedata.tar.zst;downloadfilename=02/c0/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb_packagedata.tar.zst\nDEBUG: Using  for e0/fa/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03_package_qa.tar.zst\nDEBUG: Testing URL file://ba/87/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c4/47/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/47/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A11%3Ac447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf_packagedata.tar.zst;downloadfilename=c4/47/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/05/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666_create_spdx.tar.zst\nDEBUG: Testing URL file://63/44/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/2c/sstate:cracklib-native::2.9.11:r0::11:b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963_populate_lic.tar.zst\nDEBUG: Searching for universal/3c/88/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f1/26/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/26/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3Af12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6_populate_sysroot.tar.zst;downloadfilename=f1/26/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/53/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:e15355314d31fcaeb08d5963e9dcb10e888c087266166876db4e69932af0415e_populate_sysroot.tar.zst\nDEBUG: Searching for 7f/b0/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1d/8e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://13/db/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc_create_spdx.tar.zst\nDEBUG: Testing URL file://e0/fa/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/56/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:fd56e248c4ebeb4aba45e3e15e2ff48b2d8723d641d29a7b042dd58a84364ab9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ba/87/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f4/05/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '63/44/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b0/2c/sstate:cracklib-native::2.9.11:r0::11:b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/3c/88/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://37/b3/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe_populate_sysroot.tar.zst\nDEBUG: Using  for 7f/b0/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/22/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442_package_qa.tar.zst\nDEBUG: Using  for 1d/8e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://88/ab/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e0/fa/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/26/62/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae_recipe_qa.tar.zst\nDEBUG: For url file://ba/87/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/87/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A11%3Aba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef_deploy_source_date_epoch.tar.zst;downloadfilename=ba/87/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f4/05/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666_create_spdx.tar.zst\nDEBUG: For url file://63/44/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/44/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20230416%3Ar0%3Acore2-64%3A11%3A6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b_package_write_rpm.tar.zst;downloadfilename=63/44/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b_package_write_rpm.tar.zst\nDEBUG: Using  for b0/2c/sstate:cracklib-native::2.9.11:r0::11:b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/3c/88/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 37/b3/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7f/b0/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://20/a1/sstate:expect::5.45.4:r0::11:20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481_populate_lic.tar.zst\nDEBUG: Testing URL file://1d/8e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33_populate_sysroot.tar.zst\nDEBUG: Searching for 88/ab/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e0/fa/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/fa/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.40%3Ar0%3Acore2-64%3A11%3Ae0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03_package_qa.tar.zst;downloadfilename=e0/fa/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03_package_qa.tar.zst\nDEBUG: Searching for universal/26/62/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f4/05/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666_create_spdx.tar.zst\nDEBUG: Testing URL file://b0/2c/sstate:cracklib-native::2.9.11:r0::11:b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/47/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/3c/88/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f1/26/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:f12695f6f186ee581feaaad9828168d1e947ca987db2bd540ef13d3828abd7b6_populate_sysroot.tar.zst\nDEBUG: Using  for 37/b3/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7f/b0/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 20/a1/sstate:expect::5.45.4:r0::11:20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1d/8e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 88/ab/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/26/62/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f4/05/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b0/2c/sstate:cracklib-native::2.9.11:r0::11:b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d3/a6/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27_package_qa.tar.zst\nDEBUG: For url file://universal/3c/88/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3c/88/sstate%3Arsync-native%3Ax86_64-linux%3A3.2.7%3Ar0%3Ax86_64%3A11%3A3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/3c/88/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1f/da/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://37/b3/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe_populate_sysroot.tar.zst\nDEBUG: For url file://7f/b0/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/b0/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3A7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b_populate_sysroot.tar.zst;downloadfilename=7f/b0/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b_populate_sysroot.tar.zst\nDEBUG: Using  for 20/a1/sstate:expect::5.45.4:r0::11:20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481_populate_lic.tar.zst\nDEBUG: For url file://1d/8e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/8e/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A11%3A1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33_populate_sysroot.tar.zst;downloadfilename=1d/8e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33_populate_sysroot.tar.zst\nDEBUG: Testing URL file://88/ab/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/26/62/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae_recipe_qa.tar.zst\nDEBUG: For url file://f4/05/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/05/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3Af405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666_create_spdx.tar.zst;downloadfilename=f4/05/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/87/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:ba872cdb2d9c2e6e1f0231b9506f611848524b4c13ce0d41f60a1d0caa0e29ef_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b0/2c/sstate:cracklib-native::2.9.11:r0::11:b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/2c/sstate%3Acracklib-native%3A%3A2.9.11%3Ar0%3A%3A11%3Ab02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963_populate_lic.tar.zst;downloadfilename=b0/2c/sstate:cracklib-native::2.9.11:r0::11:b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963_populate_lic.tar.zst\nDEBUG: Searching for d3/a6/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/1f/da/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '37/b3/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://63/44/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://20/a1/sstate:expect::5.45.4:r0::11:20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/fa/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03_package_qa.tar.zst\nDEBUG: For url ['file', '', '88/ab/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/26/62/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1b/7d/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1_recipe_qa.tar.zst\nDEBUG: Using  for d3/a6/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27_package_qa.tar.zst\nDEBUG: Using  for universal/1f/da/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3c/88/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:3c88b25cfdd8fea073e31f505badd17aa578949002fbd1c82902fbeaf036d67e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://37/b3/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/b3/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe_populate_sysroot.tar.zst;downloadfilename=37/b3/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/ff/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '20/a1/sstate:expect::5.45.4:r0::11:20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c2/59/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243_packagedata.tar.zst\nDEBUG: For url file://88/ab/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/ab/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A11%3A88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28_deploy_source_date_epoch.tar.zst;downloadfilename=88/ab/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/26/62/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/26/62/sstate%3Akmod-native%3Ax86_64-linux%3A31%3Ar0%3Ax86_64%3A11%3A2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae_recipe_qa.tar.zst;downloadfilename=universal/26/62/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae_recipe_qa.tar.zst\nDEBUG: Searching for 1b/7d/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d3/a6/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27_package_qa.tar.zst\nDEBUG: Testing URL file://universal/1f/da/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/8e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:1d8ea8e7e623efa7b1b5efa7f0e3faaa52641756cea7c0f3dc1dfc8ce1625f33_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/b0/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fb0959807a11484dc63e2ab9bddec1f6fc60474fa99f6a069ee70ebc615de8b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/f4/sstate:python3-smartypants::2.0.0:r0::11:bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff_populate_lic.tar.zst\nDEBUG: Searching for f2/ff/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f4/05/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666_create_spdx.tar.zst\nDEBUG: For url file://20/a1/sstate:expect::5.45.4:r0::11:20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/a1/sstate%3Aexpect%3A%3A5.45.4%3Ar0%3A%3A11%3A20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481_populate_lic.tar.zst;downloadfilename=20/a1/sstate:expect::5.45.4:r0::11:20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481_populate_lic.tar.zst\nDEBUG: Searching for c2/59/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1b/7d/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/2c/sstate:cracklib-native::2.9.11:r0::11:b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd3/a6/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/1f/da/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bc/43/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/2b/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c_package.tar.zst\nDEBUG: Searching for bb/f4/sstate:python3-smartypants::2.0.0:r0::11:bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f2/ff/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://07/c0/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1_create_runtime_spdx.tar.zst\nDEBUG: Using  for c2/59/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243_packagedata.tar.zst\nDEBUG: Testing URL file://1b/7d/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/35/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d3/a6/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/a6/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Ad3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27_package_qa.tar.zst;downloadfilename=d3/a6/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27_package_qa.tar.zst\nDEBUG: For url file://universal/1f/da/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/da/sstate%3Agnu-config-native%3Ax86_64-linux%3A20231127%2Bgit%3Ar0%3Ax86_64%3A11%3A1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b_populate_sysroot.tar.zst;downloadfilename=universal/1f/da/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b_populate_sysroot.tar.zst\nDEBUG: Searching for bc/43/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f2/2b/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bb/f4/sstate:python3-smartypants::2.0.0:r0::11:bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff_populate_lic.tar.zst\nDEBUG: Testing URL file://f2/ff/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://88/ab/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:88ab5e54cd7efe6dac810432450ed8623f7a85679149161617985fef01ec8c28_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 07/c0/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c2/59/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243_packagedata.tar.zst\nDEBUG: For url ['file', '', '1b/7d/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cd/35/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bc/43/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd_recipe_qa.tar.zst\nDEBUG: Using  for f2/2b/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://37/b3/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:37b312717fbfb8c80c2b52b12be3e643fb992bb9b85a6fd720ab68846e6b8cfe_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/26/62/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae_recipe_qa.tar.zst\nDEBUG: Testing URL file://bb/f4/sstate:python3-smartypants::2.0.0:r0::11:bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/03/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:6f034250cc8d61142d9d0355d9010a0b1381d66f5864cb0e4bb6eecbe69cff97_package.tar.zst\nDEBUG: For url ['file', '', 'f2/ff/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://54/9e/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8_package.tar.zst\nDEBUG: Using  for 07/c0/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://20/a1/sstate:expect::5.45.4:r0::11:20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c2/59/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1b/7d/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/7d/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.13%3Ar0%3Acore2-64%3A11%3A1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1_recipe_qa.tar.zst;downloadfilename=1b/7d/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1_recipe_qa.tar.zst\nDEBUG: Using  for cd/35/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bc/43/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd_recipe_qa.tar.zst\nDEBUG: Testing URL file://f2/2b/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/fc/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/95/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'bb/f4/sstate:python3-smartypants::2.0.0:r0::11:bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://12/73/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f_package_qa.tar.zst\nDEBUG: For url file://f2/ff/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/ff/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.3.0%3Ar0%3Acore2-64%3A11%3Af2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10_package_write_rpm.tar.zst;downloadfilename=f2/ff/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10_package_write_rpm.tar.zst\nDEBUG: Searching for 54/9e/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://07/c0/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/51/f7/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51_populate_sysroot.tar.zst\nDEBUG: For url file://c2/59/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/59/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A11%3Ac2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243_packagedata.tar.zst;downloadfilename=c2/59/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243_packagedata.tar.zst\nDEBUG: Testing URL file://cd/35/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'bc/43/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f2/2b/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/1f/da/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/a6/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27_package_qa.tar.zst\nDEBUG: Searching for 0c/fc/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/95/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://bb/f4/sstate:python3-smartypants::2.0.0:r0::11:bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/f4/sstate%3Apython3-smartypants%3A%3A2.0.0%3Ar0%3A%3A11%3Abbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff_populate_lic.tar.zst;downloadfilename=bb/f4/sstate:python3-smartypants::2.0.0:r0::11:bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff_populate_lic.tar.zst\nDEBUG: Searching for 12/73/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 54/9e/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8_package.tar.zst\nDEBUG: For url ['file', '', '07/c0/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/51/f7/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'cd/35/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bc/43/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/43/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A11%3Abc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd_recipe_qa.tar.zst;downloadfilename=bc/43/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd_recipe_qa.tar.zst\nDEBUG: For url file://f2/2b/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/2b/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.0.1%3Ar0%3Acore2-64%3A11%3Af22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c_package.tar.zst;downloadfilename=f2/2b/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/6b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://37/db/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2_recipe_qa.tar.zst\nDEBUG: Using  for 0c/fc/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e_packagedata.tar.zst\nDEBUG: Using  for e4/95/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/7d/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1_recipe_qa.tar.zst\nDEBUG: Using  for 12/73/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f_package_qa.tar.zst\nDEBUG: Testing URL file://54/9e/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8_package.tar.zst\nDEBUG: For url file://07/c0/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/c0/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1_create_runtime_spdx.tar.zst;downloadfilename=07/c0/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/51/f7/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51_populate_sysroot.tar.zst\nDEBUG: For url file://cd/35/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/35/sstate%3Aboost%3Acore2-64-poky-linux%3A1.83.0%3Ar0%3Acore2-64%3A11%3Acd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e_deploy_source_date_epoch.tar.zst;downloadfilename=cd/35/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/ff/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10_package_write_rpm.tar.zst\nDEBUG: Searching for 4f/6b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 37/db/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0c/fc/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e_packagedata.tar.zst\nDEBUG: Testing URL file://e4/95/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/3c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://12/73/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f_package_qa.tar.zst\nDEBUG: For url ['file', '', '54/9e/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/51/f7/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://52/64/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4f/6b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420_recipe_qa.tar.zst\nDEBUG: Using  for 37/db/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '0c/fc/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/95/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8c/3c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '12/73/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://54/9e/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/9e/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3A549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8_package.tar.zst;downloadfilename=54/9e/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8_package.tar.zst\nDEBUG: For url ['file', '', 'universal/51/f7/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 52/64/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://bc/43/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd_recipe_qa.tar.zst\nDEBUG: Testing URL file://4f/6b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420_recipe_qa.tar.zst\nDEBUG: Testing URL file://37/db/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2_recipe_qa.tar.zst\nDEBUG: For url file://0c/fc/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/fc/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e_packagedata.tar.zst;downloadfilename=0c/fc/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e_packagedata.tar.zst\nDEBUG: For url file://e4/95/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/95/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Ae4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e_package_write_rpm.tar.zst;downloadfilename=e4/95/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e_package_write_rpm.tar.zst\nDEBUG: Using  for 8c/3c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://12/73/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/73/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f_package_qa.tar.zst;downloadfilename=12/73/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/2b/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:f22b804463e5f26ac702321f58e800f1965d3d44a1779f93238eeba101be257c_package.tar.zst\nDEBUG: For url file://universal/51/f7/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/51/f7/sstate%3Aglib-2.0-native%3Ax86_64-linux%3A2.78.3%3Ar0%3Ax86_64%3A11%3A51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51_populate_sysroot.tar.zst;downloadfilename=universal/51/f7/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://07/c0/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/f4/sstate:python3-smartypants::2.0.0:r0::11:bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff_populate_lic.tar.zst\nDEBUG: Using  for 52/64/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/35/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:cd35f58a9da4b0ec67c1390ca8bd0cfd2ab3fcee4a6cf4a89052c26a1426140e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/00/sstate:packagegroup-core-tools-profile::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4f/6b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '37/db/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8c/3c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/5a/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://54/9e/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:549ee1e1b906d57fa16364ebafc8acbdbd0657fde788674f7e77d6bf8a1c0bd8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://95/f9/sstate:matchbox-desktop::2.3:r0::11:95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb_package.tar.zst\nDEBUG: Testing URL file://52/64/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://58/3a/sstate:attr::2.5.1:r0::11:583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485_populate_lic.tar.zst\nDEBUG: Searching for cc/00/sstate:packagegroup-core-tools-profile::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://4f/6b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/6b/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420_recipe_qa.tar.zst;downloadfilename=4f/6b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/fc/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e_packagedata.tar.zst\nDEBUG: For url file://37/db/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/db/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20231127%2Bgit%3Ar0%3Acore2-64%3A11%3A37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2_recipe_qa.tar.zst;downloadfilename=37/db/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8c/3c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c4/5a/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://34/81/sstate:python3-hatch-vcs-native::0.4.0:r0::11:34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72_populate_lic.tar.zst\nDEBUG: Searching for 95/f9/sstate:matchbox-desktop::2.3:r0::11:95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://02/c0/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb_packagedata.tar.zst\nDEBUG: Searching for 8f/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '52/64/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 58/3a/sstate:attr::2.5.1:r0::11:583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cc/00/sstate:packagegroup-core-tools-profile::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/95/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://12/73/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://be/69/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/51/f7/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51_populate_sysroot.tar.zst\nDEBUG: For url file://8c/3c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/3c/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A11%3A8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47_deploy_source_date_epoch.tar.zst;downloadfilename=8c/3c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c4/5a/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd_recipe_qa.tar.zst\nDEBUG: Searching for 34/81/sstate:python3-hatch-vcs-native::0.4.0:r0::11:34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 95/f9/sstate:matchbox-desktop::2.3:r0::11:95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/c8/sstate:libbsd-native::0.11.8:r0::11:b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4_populate_lic.tar.zst\nDEBUG: Using  for 8f/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb_package.tar.zst\nDEBUG: For url file://52/64/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/64/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3A526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1_create_runtime_spdx.tar.zst;downloadfilename=52/64/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1_create_runtime_spdx.tar.zst\nDEBUG: Using  for 58/3a/sstate:attr::2.5.1:r0::11:583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485_populate_lic.tar.zst\nDEBUG: Testing URL file://cc/00/sstate:packagegroup-core-tools-profile::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://34/bd/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/1c/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284_package_write_rpm.tar.zst\nDEBUG: Searching for be/69/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://12/ea/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac_packagedata.tar.zst\nDEBUG: Testing URL file://c4/5a/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd_recipe_qa.tar.zst\nDEBUG: Using  for 34/81/sstate:python3-hatch-vcs-native::0.4.0:r0::11:34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72_populate_lic.tar.zst\nDEBUG: Testing URL file://95/f9/sstate:matchbox-desktop::2.3:r0::11:95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde_populate_lic.tar.zst\nDEBUG: Searching for b3/c8/sstate:libbsd-native::0.11.8:r0::11:b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8f/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/6b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420_recipe_qa.tar.zst\nDEBUG: Testing URL file://58/3a/sstate:attr::2.5.1:r0::11:583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cc/00/sstate:packagegroup-core-tools-profile::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://37/db/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2_recipe_qa.tar.zst\nDEBUG: Searching for 34/bd/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b8/1c/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for be/69/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1_package_write_rpm.tar.zst\nDEBUG: Searching for 12/ea/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c4/5a/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://34/81/sstate:python3-hatch-vcs-native::0.4.0:r0::11:34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72_populate_lic.tar.zst\nDEBUG: For url ['file', '', '95/f9/sstate:matchbox-desktop::2.3:r0::11:95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b3/c8/sstate:libbsd-native::0.11.8:r0::11:b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8f/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e6/e0/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c_package_qa.tar.zst\nDEBUG: For url ['file', '', '58/3a/sstate:attr::2.5.1:r0::11:583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cc/00/sstate:packagegroup-core-tools-profile::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/00/sstate%3Apackagegroup-core-tools-profile%3A%3A1.0%3Ar0%3A%3A11%3Acc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst;downloadfilename=cc/00/sstate:packagegroup-core-tools-profile::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2d/d1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e_create_spdx.tar.zst\nDEBUG: Using  for 34/bd/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f_create_runtime_spdx.tar.zst\nDEBUG: Using  for b8/1c/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284_package_write_rpm.tar.zst\nDEBUG: Testing URL file://be/69/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1_package_write_rpm.tar.zst\nDEBUG: Using  for 12/ea/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac_packagedata.tar.zst\nDEBUG: For url file://c4/5a/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/5a/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A11%3Ac45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd_recipe_qa.tar.zst;downloadfilename=c4/5a/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '34/81/sstate:python3-hatch-vcs-native::0.4.0:r0::11:34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://95/f9/sstate:matchbox-desktop::2.3:r0::11:95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/f9/sstate%3Amatchbox-desktop%3A%3A2.3%3Ar0%3A%3A11%3A95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde_populate_lic.tar.zst;downloadfilename=95/f9/sstate:matchbox-desktop::2.3:r0::11:95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde_populate_lic.tar.zst\nDEBUG: Testing URL file://b3/c8/sstate:libbsd-native::0.11.8:r0::11:b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4_populate_lic.tar.zst\nDEBUG: For url file://8f/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/5b/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3A8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb_package.tar.zst;downloadfilename=8f/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb_package.tar.zst\nDEBUG: Searching for e6/e0/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://58/3a/sstate:attr::2.5.1:r0::11:583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/3a/sstate%3Aattr%3A%3A2.5.1%3Ar0%3A%3A11%3A583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485_populate_lic.tar.zst;downloadfilename=58/3a/sstate:attr::2.5.1:r0::11:583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485_populate_lic.tar.zst\nDEBUG: Searching for universal/2d/d1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://34/bd/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/3c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:8c3cf1d3ded3b8c0409fbd99c9a472afed0535e2ec73726efd614b442c575a47_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b8/1c/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'be/69/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://12/ea/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac_packagedata.tar.zst\nDEBUG: For url file://34/81/sstate:python3-hatch-vcs-native::0.4.0:r0::11:34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/81/sstate%3Apython3-hatch-vcs-native%3A%3A0.4.0%3Ar0%3A%3A11%3A34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72_populate_lic.tar.zst;downloadfilename=34/81/sstate:python3-hatch-vcs-native::0.4.0:r0::11:34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b3/c8/sstate:libbsd-native::0.11.8:r0::11:b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e6/e0/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/00/sstate:packagegroup-core-tools-profile::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Using  for universal/2d/d1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '34/bd/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e0/4e/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/1c/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://be/69/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/69/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A11%3Abe6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1_package_write_rpm.tar.zst;downloadfilename=be/69/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '12/ea/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b3/c8/sstate:libbsd-native::0.11.8:r0::11:b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/c8/sstate%3Alibbsd-native%3A%3A0.11.8%3Ar0%3A%3A11%3Ab3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4_populate_lic.tar.zst;downloadfilename=b3/c8/sstate:libbsd-native::0.11.8:r0::11:b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4_populate_lic.tar.zst\nDEBUG: Testing URL file://e6/e0/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/5a/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8b/af/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/2d/d1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e_create_spdx.tar.zst\nDEBUG: For url file://34/bd/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/bd/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.5.3%3Ar0%3Acore2-64%3A11%3A34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f_create_runtime_spdx.tar.zst;downloadfilename=34/bd/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f_create_runtime_spdx.tar.zst\nDEBUG: Searching for e0/4e/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b8/1c/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/1c/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A11%3Ab81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284_package_write_rpm.tar.zst;downloadfilename=b8/1c/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284_package_write_rpm.tar.zst\nDEBUG: For url file://12/ea/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/ea/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.30%3Ar0%3Acore2-64%3A11%3A12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac_packagedata.tar.zst;downloadfilename=12/ea/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://95/f9/sstate:matchbox-desktop::2.3:r0::11:95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:8f5bc2d2090413325ffb1bfa55012961747fc1db81311f07a01a0534cd50fbfb_package.tar.zst\nDEBUG: For url ['file', '', 'e6/e0/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://58/3a/sstate:attr::2.5.1:r0::11:583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://13/cc/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9_recipe_qa.tar.zst\nDEBUG: Searching for universal/8b/af/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/2d/d1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e0/4e/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/81/sstate:python3-hatch-vcs-native::0.4.0:r0::11:34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/89/sstate:libpcre2::10.42:r0::11:c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://be/69/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/f8/sstate:expat::2.5.0:r0::11:b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210_populate_lic.tar.zst\nDEBUG: For url file://e6/e0/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/e0/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ae6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c_package_qa.tar.zst;downloadfilename=e6/e0/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://92/31/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6_package_qa.tar.zst\nDEBUG: Searching for 13/cc/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b3/c8/sstate:libbsd-native::0.11.8:r0::11:b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4_populate_lic.tar.zst\nDEBUG: Using  for universal/8b/af/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de_populate_sysroot.tar.zst\nDEBUG: For url file://universal/2d/d1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/d1/sstate%3Alibxdmcp-native%3Ax86_64-linux%3A1.1.4%3Ar0%3Ax86_64%3A11%3A2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e_create_spdx.tar.zst;downloadfilename=universal/2d/d1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e_create_spdx.tar.zst\nDEBUG: Testing URL file://e0/4e/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/d1/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72_recipe_qa.tar.zst\nDEBUG: Searching for c0/89/sstate:libpcre2::10.42:r0::11:c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://37/33/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38_create_spdx.tar.zst\nDEBUG: Searching for b7/f8/sstate:expat::2.5.0:r0::11:b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 92/31/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 13/cc/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/32/45/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/8b/af/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e0/4e/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a4/d1/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://12/ea/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac_packagedata.tar.zst\nDEBUG: Using  for c0/89/sstate:libpcre2::10.42:r0::11:c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/1c/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284_package_write_rpm.tar.zst\nDEBUG: Searching for 37/33/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b7/f8/sstate:expat::2.5.0:r0::11:b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210_populate_lic.tar.zst\nDEBUG: Using  for 92/31/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6_package_qa.tar.zst\nDEBUG: Testing URL file://13/cc/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9_recipe_qa.tar.zst\nDEBUG: Searching for universal/32/45/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/8b/af/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e0/4e/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/4e/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3Ae04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26_create_runtime_spdx.tar.zst;downloadfilename=e0/4e/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26_create_runtime_spdx.tar.zst\nDEBUG: Using  for a4/d1/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://37/c1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc_packagedata.tar.zst\nDEBUG: Testing URL file://c0/89/sstate:libpcre2::10.42:r0::11:c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/8f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171_packagedata.tar.zst\nDEBUG: Using  for 37/33/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38_create_spdx.tar.zst\nDEBUG: Testing URL file://b7/f8/sstate:expat::2.5.0:r0::11:b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210_populate_lic.tar.zst\nDEBUG: Testing URL file://92/31/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6_package_qa.tar.zst\nDEBUG: For url ['file', '', '13/cc/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/32/45/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861_create_spdx.tar.zst\nDEBUG: For url file://universal/8b/af/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/af/sstate%3Amakedevs-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A11%3A8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de_populate_sysroot.tar.zst;downloadfilename=universal/8b/af/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a4/d1/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72_recipe_qa.tar.zst\nDEBUG: Searching for 37/c1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c0/89/sstate:libpcre2::10.42:r0::11:c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e6/e0/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c_package_qa.tar.zst\nDEBUG: Searching for c3/8f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://37/33/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/f8/sstate:expat::2.5.0:r0::11:b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '92/31/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://13/cc/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/cc/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A11%3A13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9_recipe_qa.tar.zst;downloadfilename=13/cc/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/32/45/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2d/d1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a4/d1/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 37/c1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc_packagedata.tar.zst\nDEBUG: For url file://c0/89/sstate:libpcre2::10.42:r0::11:c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/89/sstate%3Alibpcre2%3A%3A10.42%3Ar0%3A%3A11%3Ac089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179_populate_lic.tar.zst;downloadfilename=c0/89/sstate:libpcre2::10.42:r0::11:c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/fd/sstate:pixman::0.42.2:r0::11:b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9_populate_lic.tar.zst\nDEBUG: Using  for c3/8f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171_packagedata.tar.zst\nDEBUG: For url ['file', '', '37/33/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b7/f8/sstate:expat::2.5.0:r0::11:b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/f8/sstate%3Aexpat%3A%3A2.5.0%3Ar0%3A%3A11%3Ab7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210_populate_lic.tar.zst;downloadfilename=b7/f8/sstate:expat::2.5.0:r0::11:b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210_populate_lic.tar.zst\nDEBUG: For url file://92/31/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/31/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A11%3A923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6_package_qa.tar.zst;downloadfilename=92/31/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/32/45/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d2/cf/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b_populate_sysroot.tar.zst\nDEBUG: For url file://a4/d1/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/d1/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A11%3Aa4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72_recipe_qa.tar.zst;downloadfilename=a4/d1/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/59/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243_packagedata.tar.zst\nDEBUG: Testing URL file://37/c1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc_packagedata.tar.zst\nDEBUG: Searching for b0/fd/sstate:pixman::0.42.2:r0::11:b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c3/8f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171_packagedata.tar.zst\nDEBUG: For url file://37/33/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/33/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A11%3A3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38_create_spdx.tar.zst;downloadfilename=37/33/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8b/af/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de_populate_sysroot.tar.zst\nDEBUG: For url file://universal/32/45/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/32/45/sstate%3Areadline-native%3Ax86_64-linux%3A8.2%3Ar0%3Ax86_64%3A11%3A32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861_create_spdx.tar.zst;downloadfilename=universal/32/45/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861_create_spdx.tar.zst\nDEBUG: Searching for d2/cf/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://13/cc/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4c/66/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '37/c1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c0/89/sstate:libpcre2::10.42:r0::11:c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179_populate_lic.tar.zst\nDEBUG: Using  for b0/fd/sstate:pixman::0.42.2:r0::11:b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c3/8f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6d/e0/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0_create_runtime_spdx.tar.zst\nDEBUG: Using  for d2/cf/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/f8/sstate:expat::2.5.0:r0::11:b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://92/31/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/bf/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b_package_write_rpm.tar.zst\nDEBUG: Searching for universal/4c/66/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://37/c1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/c1/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc_packagedata.tar.zst;downloadfilename=37/c1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://22/6e/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2_recipe_qa.tar.zst\nDEBUG: Testing URL file://b0/fd/sstate:pixman::0.42.2:r0::11:b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9_populate_lic.tar.zst\nDEBUG: For url file://c3/8f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/8f/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A11%3Ac38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171_packagedata.tar.zst;downloadfilename=c3/8f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171_packagedata.tar.zst\nDEBUG: Searching for 6d/e0/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d2/cf/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/d1/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/8b/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://66/67/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b_package_write_ipk.tar.zst\nDEBUG: Searching for 2c/bf/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/4c/66/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1_populate_sysroot.tar.zst\nDEBUG: Searching for 22/6e/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b0/fd/sstate:pixman::0.42.2:r0::11:b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6d/e0/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd2/cf/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/32/45/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/70/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30_recipe_qa.tar.zst\nDEBUG: Searching for e5/8b/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 66/67/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2c/bf/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/4c/66/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1_populate_sysroot.tar.zst\nDEBUG: Using  for 22/6e/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2_recipe_qa.tar.zst\nDEBUG: For url file://b0/fd/sstate:pixman::0.42.2:r0::11:b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/fd/sstate%3Apixman%3A%3A0.42.2%3Ar0%3A%3A11%3Ab0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9_populate_lic.tar.zst;downloadfilename=b0/fd/sstate:pixman::0.42.2:r0::11:b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9_populate_lic.tar.zst\nDEBUG: Testing URL file://6d/e0/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0_create_runtime_spdx.tar.zst\nDEBUG: For url file://d2/cf/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/cf/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3Ad2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b_populate_sysroot.tar.zst;downloadfilename=d2/cf/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://62/57/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23_package_qa.tar.zst\nDEBUG: Searching for cd/70/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e5/8b/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef_create_spdx.tar.zst\nDEBUG: Using  for 66/67/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://2c/bf/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/4c/66/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://22/6e/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6d/e0/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://37/c1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc_packagedata.tar.zst\nDEBUG: Searching for 62/57/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cd/70/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/8f/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171_packagedata.tar.zst\nDEBUG: Testing URL file://e5/8b/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef_create_spdx.tar.zst\nDEBUG: Testing URL file://66/67/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '2c/bf/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4c/66/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/66/sstate%3Alibxft-native%3Ax86_64-linux%3A2.3.8%3Ar0%3Ax86_64%3A11%3A4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1_populate_sysroot.tar.zst;downloadfilename=universal/4c/66/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '22/6e/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6d/e0/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/e0/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.78.3%3Ar0%3Acore2-64%3A11%3A6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0_create_runtime_spdx.tar.zst;downloadfilename=6d/e0/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/f6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343_package_write_ipk.tar.zst\nDEBUG: Using  for 62/57/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23_package_qa.tar.zst\nDEBUG: Testing URL file://cd/70/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/b4/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e5/8b/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '66/67/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2c/bf/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/bf/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3A2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b_package_write_rpm.tar.zst;downloadfilename=2c/bf/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b_package_write_rpm.tar.zst\nDEBUG: For url file://22/6e/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/6e/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2_recipe_qa.tar.zst;downloadfilename=22/6e/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2_recipe_qa.tar.zst\nDEBUG: Searching for 7f/f6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://62/57/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/fd/sstate:pixman::0.42.2:r0::11:b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cd/70/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d2/cf/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:d2cfc4c62b4ebdf4b7a90efe51fb3df08948fe5226340389481c8ca2c1c2240b_populate_sysroot.tar.zst\nDEBUG: Searching for 4f/b4/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e5/8b/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/8b/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3Ae58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef_create_spdx.tar.zst;downloadfilename=e5/8b/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef_create_spdx.tar.zst\nDEBUG: For url file://66/67/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/67/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b_package_write_ipk.tar.zst;downloadfilename=66/67/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b_package_write_ipk.tar.zst\nDEBUG: Using  for 7f/f6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '62/57/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/4c/66/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://34/bd/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://77/05/sstate:xmlto-native::0.0.28+0.0.29+git:r0::11:7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28_populate_lic.tar.zst\nDEBUG: For url file://cd/70/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/70/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3Acd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30_recipe_qa.tar.zst;downloadfilename=cd/70/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/45/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141_populate_sysroot.tar.zst\nDEBUG: Using  for 4f/b4/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e_recipe_qa.tar.zst\nDEBUG: Testing URL file://7f/f6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343_package_write_ipk.tar.zst\nDEBUG: For url file://62/57/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/57/sstate%3Aed%3Acore2-64-poky-linux%3A1.20%3Ar0%3Acore2-64%3A11%3A6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23_package_qa.tar.zst;downloadfilename=62/57/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/bf/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/45/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ad/15/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38_populate_sysroot.tar.zst\nDEBUG: Searching for 77/05/sstate:xmlto-native::0.0.28+0.0.29+git:r0::11:7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://22/6e/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2_recipe_qa.tar.zst\nDEBUG: Searching for fd/45/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4f/b4/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7f/f6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bc/3b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/8b/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef_create_spdx.tar.zst\nDEBUG: Searching for 4e/45/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ad/15/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 77/05/sstate:xmlto-native::0.0.28+0.0.29+git:r0::11:7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://29/7a/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4_create_spdx.tar.zst\nDEBUG: Using  for fd/45/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4f/b4/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7f/f6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/f6/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343_package_write_ipk.tar.zst;downloadfilename=7f/f6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343_package_write_ipk.tar.zst\nDEBUG: Searching for bc/3b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://66/67/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/5f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08_package.tar.zst\nDEBUG: Using  for 4e/45/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b_package_write_rpm.tar.zst\nDEBUG: Using  for universal/ad/15/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38_populate_sysroot.tar.zst\nDEBUG: Testing URL file://77/05/sstate:xmlto-native::0.0.28+0.0.29+git:r0::11:7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28_populate_lic.tar.zst\nDEBUG: Searching for 29/7a/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fd/45/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/4e/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26_create_runtime_spdx.tar.zst\nDEBUG: For url file://4f/b4/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/b4/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e_recipe_qa.tar.zst;downloadfilename=4f/b4/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e_recipe_qa.tar.zst\nDEBUG: Using  for bc/3b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/ab/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/70/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30_recipe_qa.tar.zst\nDEBUG: Searching for ae/5f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4e/45/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/ad/15/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '77/05/sstate:xmlto-native::0.0.28+0.0.29+git:r0::11:7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 29/7a/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fd/45/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://17/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee_package.tar.zst\nDEBUG: SState: Successful fetch test for file://62/57/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23_package_qa.tar.zst\nDEBUG: Testing URL file://bc/3b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8d/ab/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a4/4f/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f_recipe_qa.tar.zst\nDEBUG: Using  for ae/5f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08_package.tar.zst\nDEBUG: For url ['file', '', '4e/45/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ad/15/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://77/05/sstate:xmlto-native::0.0.28+0.0.29+git:r0::11:7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/05/sstate%3Axmlto-native%3A%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3A%3A11%3A7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28_populate_lic.tar.zst;downloadfilename=77/05/sstate:xmlto-native::0.0.28+0.0.29+git:r0::11:7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28_populate_lic.tar.zst\nDEBUG: Testing URL file://29/7a/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4_create_spdx.tar.zst\nDEBUG: For url file://fd/45/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/45/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A11%3Afd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141_populate_sysroot.tar.zst;downloadfilename=fd/45/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141_populate_sysroot.tar.zst\nDEBUG: Searching for 17/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ff/72/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'bc/3b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7f/f6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343_package_write_ipk.tar.zst\nDEBUG: Using  for 8d/ab/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4_package.tar.zst\nDEBUG: Searching for a4/4f/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ae/5f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08_package.tar.zst\nDEBUG: For url file://4e/45/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/45/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A11%3A4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b_package_write_rpm.tar.zst;downloadfilename=4e/45/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b_package_write_rpm.tar.zst\nDEBUG: For url file://universal/ad/15/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ad/15/sstate%3Ameson-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A11%3Aad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38_populate_sysroot.tar.zst;downloadfilename=universal/ad/15/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '29/7a/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 17/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee_package.tar.zst\nDEBUG: Searching for ff/72/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4f/b4/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://52/64/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1_create_runtime_spdx.tar.zst\nDEBUG: For url file://bc/3b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/3b/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A11%3Abc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943_create_runtime_spdx.tar.zst;downloadfilename=bc/3b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://66/30/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc_create_spdx.tar.zst\nDEBUG: Testing URL file://8d/ab/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4_package.tar.zst\nDEBUG: Using  for a4/4f/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ae/5f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://29/7a/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/7a/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.7.1%3Ar0%3Acore2-64%3A11%3A297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4_create_spdx.tar.zst;downloadfilename=29/7a/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4_create_spdx.tar.zst\nDEBUG: Testing URL file://17/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee_package.tar.zst\nDEBUG: Using  for ff/72/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://85/97/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://77/05/sstate:xmlto-native::0.0.28+0.0.29+git:r0::11:7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fc/1a/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03_create_runtime_spdx.tar.zst\nDEBUG: Searching for 66/30/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8d/ab/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fd/45/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:fd45fac86ab700da8478c614dd2e5251e5ff98567307bf234c5f88d3f803f141_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a4/4f/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f_recipe_qa.tar.zst\nDEBUG: For url file://ae/5f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/5f/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A11%3Aae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08_package.tar.zst;downloadfilename=ae/5f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08_package.tar.zst\nDEBUG: For url ['file', '', '17/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ff/72/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65_populate_sysroot.tar.zst\nDEBUG: Searching for 85/97/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://dd/44/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71_packagedata.tar.zst\nDEBUG: Searching for universal/fc/1a/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 66/30/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/45/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b_package_write_rpm.tar.zst\nDEBUG: For url file://8d/ab/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/ab/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A11%3A8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4_package.tar.zst;downloadfilename=8d/ab/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://17/a5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413_package.tar.zst\nDEBUG: For url ['file', '', 'a4/4f/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/ad/15/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:ad152da93b621c3e2093bb056db766ada694937b3124c8602f0ff93d2cb49b38_populate_sysroot.tar.zst\nDEBUG: For url file://17/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/90/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A11%3A1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee_package.tar.zst;downloadfilename=17/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee_package.tar.zst\nDEBUG: For url ['file', '', 'ff/72/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 85/97/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d_package_qa.tar.zst\nDEBUG: Searching for dd/44/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/fc/1a/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://66/30/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/b1/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca_create_runtime_spdx.tar.zst\nDEBUG: Searching for 17/a5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a4/4f/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/4f/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A11%3Aa44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f_recipe_qa.tar.zst;downloadfilename=a4/4f/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8c/01/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ff/72/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/72/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Aff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65_populate_sysroot.tar.zst;downloadfilename=ff/72/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65_populate_sysroot.tar.zst\nDEBUG: Testing URL file://85/97/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d_package_qa.tar.zst\nDEBUG: Using  for dd/44/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71_packagedata.tar.zst\nDEBUG: Testing URL file://universal/fc/1a/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '66/30/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f7/b1/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 17/a5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413_package.tar.zst\nDEBUG: Searching for universal/8c/01/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ae/5f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ae5fc5761bf92acfd0680694bb87dc33dbae1e652bba7d6828132deaf400bf08_package.tar.zst\nDEBUG: For url ['file', '', '85/97/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://dd/44/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/ab/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8dab6a7adb75c60b2cd136a0b8f7e2ad0a413af573d2e7396e0fe8a28392b4d4_package.tar.zst\nDEBUG: For url ['file', '', 'universal/fc/1a/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://66/30/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/30/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc_create_spdx.tar.zst;downloadfilename=66/30/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc_create_spdx.tar.zst\nDEBUG: Using  for f7/b1/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://17/a5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413_package.tar.zst\nDEBUG: Using  for universal/8c/01/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://39/da/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2_packagedata.tar.zst\nDEBUG: For url file://85/97/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/97/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A11%3A85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d_package_qa.tar.zst;downloadfilename=85/97/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d_package_qa.tar.zst\nDEBUG: For url ['file', '', 'dd/44/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://64/bd/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/fc/1a/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fc/1a/sstate%3Agettext-native%3Ax86_64-linux%3A0.22.4%3Ar0%3Ax86_64%3A11%3Afc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03_create_runtime_spdx.tar.zst;downloadfilename=universal/fc/1a/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f7/b1/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '17/a5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://17/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:1790c0e10990ce12525f24ad133e86edab31e648803e2058771f63bcc0399aee_package.tar.zst\nDEBUG: Testing URL file://universal/8c/01/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 39/da/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://dd/44/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/44/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Add44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71_packagedata.tar.zst;downloadfilename=dd/44/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/4f/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://37/33/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38_create_spdx.tar.zst\nDEBUG: Searching for 64/bd/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f7/b1/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://17/a5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/a5/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A11%3A17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413_package.tar.zst;downloadfilename=17/a5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3e/38/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/72/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:ff72b7711d0923ce4c0965ba2a14c960801ae0ac2ec22a08f6218aa9ca405e65_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/8c/01/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 39/da/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://df/36/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/b8/sstate:harfbuzz-native::8.3.0:r0::11:d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e_populate_lic.tar.zst\nDEBUG: Using  for 64/bd/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867_create_runtime_spdx.tar.zst\nDEBUG: For url file://f7/b1/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/b1/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3Af7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca_create_runtime_spdx.tar.zst;downloadfilename=f7/b1/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/3e/38/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://85/97/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/65/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019_populate_sysroot.tar.zst\nDEBUG: For url file://universal/8c/01/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8c/01/sstate%3Agobject-introspection-native%3Ax86_64-linux%3A1.78.1%3Ar0%3Ax86_64%3A11%3A8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771_deploy_source_date_epoch.tar.zst;downloadfilename=universal/8c/01/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://39/da/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2_packagedata.tar.zst\nDEBUG: Searching for df/36/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d3/b8/sstate:harfbuzz-native::8.3.0:r0::11:d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://64/bd/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/3e/38/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fc/1a/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/e3/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb_package_write_rpm.tar.zst\nDEBUG: Searching for e2/65/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '39/da/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dd/44/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71_packagedata.tar.zst\nDEBUG: Using  for df/36/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43_packagedata.tar.zst\nDEBUG: Using  for d3/b8/sstate:harfbuzz-native::8.3.0:r0::11:d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '64/bd/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/3e/38/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://be/b1/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce_package.tar.zst\nDEBUG: Searching for 7d/e3/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e2/65/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019_populate_sysroot.tar.zst\nDEBUG: For url file://39/da/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/da/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A11%3A39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2_packagedata.tar.zst;downloadfilename=39/da/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://df/36/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43_packagedata.tar.zst\nDEBUG: Testing URL file://d3/b8/sstate:harfbuzz-native::8.3.0:r0::11:d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e_populate_lic.tar.zst\nDEBUG: For url file://64/bd/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/bd/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.4%3Ar0%3Acore2-64%3A11%3A64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867_create_runtime_spdx.tar.zst;downloadfilename=64/bd/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/3e/38/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for be/b1/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7d/e3/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e2/65/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019_populate_sysroot.tar.zst\nDEBUG: Searching for 4b/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'df/36/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd3/b8/sstate:harfbuzz-native::8.3.0:r0::11:d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/3e/38/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3e/38/sstate%3Alibxslt-native%3Ax86_64-linux%3A1.1.39%3Ar0%3Ax86_64%3A11%3A3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749_create_spdx.tar.zst;downloadfilename=universal/3e/38/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749_create_spdx.tar.zst\nDEBUG: Using  for be/b1/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce_package.tar.zst\nDEBUG: Testing URL file://7d/e3/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8c/01/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:8c017a4da56d9429ecc9a4a0b332549748950e987bef9c3bfbbe6dde923a7771_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e2/65/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4b/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf_create_runtime_spdx.tar.zst\nDEBUG: For url file://df/36/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/36/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.12.5%3Ar0%3Acore2-64%3A11%3Adf3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43_packagedata.tar.zst;downloadfilename=df/36/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43_packagedata.tar.zst\nDEBUG: For url file://d3/b8/sstate:harfbuzz-native::8.3.0:r0::11:d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/b8/sstate%3Aharfbuzz-native%3A%3A8.3.0%3Ar0%3A%3A11%3Ad3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e_populate_lic.tar.zst;downloadfilename=d3/b8/sstate:harfbuzz-native::8.3.0:r0::11:d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e_populate_lic.tar.zst\nDEBUG: Testing URL file://be/b1/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce_package.tar.zst\nDEBUG: For url ['file', '', '7d/e3/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b9/6d/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7_populate_sysroot.tar.zst\nDEBUG: For url file://e2/65/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/65/sstate%3Awayland%3Acore2-64-poky-linux%3A1.22.0%3Ar0%3Acore2-64%3A11%3Ae2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019_populate_sysroot.tar.zst;downloadfilename=e2/65/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4b/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://39/da/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/e0/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'be/b1/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7d/e3/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/e3/sstate%3Adnf%3Acore2-64-poky-linux%3A4.18.2%3Ar0%3Acore2-64%3A11%3A7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb_package_write_rpm.tar.zst;downloadfilename=7d/e3/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb_package_write_rpm.tar.zst\nDEBUG: Searching for b9/6d/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4b/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/3e/38/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://99/63/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://87/ab/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74_package_write_rpm.tar.zst\nDEBUG: For url file://be/b1/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/b1/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A11%3Abeb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce_package.tar.zst;downloadfilename=be/b1/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce_package.tar.zst\nDEBUG: Using  for b9/6d/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7_populate_sysroot.tar.zst\nDEBUG: For url file://4b/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/d8/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf_create_runtime_spdx.tar.zst;downloadfilename=4b/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://db/ca/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca_create_spdx.tar.zst\nDEBUG: Searching for 99/63/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 87/ab/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d3/b8/sstate:harfbuzz-native::8.3.0:r0::11:d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e_populate_lic.tar.zst\nDEBUG: Testing URL file://b9/6d/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://df/36/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43_packagedata.tar.zst\nDEBUG: Searching for db/ca/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e2/65/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:e2658e04f782bd5ed89dea618c1b234e2f0b9c41072d78980120c2d39f97f019_populate_sysroot.tar.zst\nDEBUG: Using  for 99/63/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5_create_runtime_spdx.tar.zst\nDEBUG: Using  for 87/ab/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6c/e8/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b9/6d/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b8/80/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc_package_write_rpm.tar.zst\nDEBUG: Using  for db/ca/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/f3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a_recipe_qa.tar.zst\nDEBUG: Testing URL file://99/63/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://87/ab/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74_package_write_rpm.tar.zst\nDEBUG: Searching for universal/6c/e8/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b9/6d/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/6d/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3Ab96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7_populate_sysroot.tar.zst;downloadfilename=b9/6d/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7_populate_sysroot.tar.zst\nDEBUG: Searching for b8/80/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7d/e3/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://db/ca/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca_create_spdx.tar.zst\nDEBUG: Searching for 3f/f3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '99/63/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '87/ab/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/6c/e8/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df_populate_sysroot.tar.zst\nDEBUG: Using  for b8/80/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/5c/sstate:libpcre2-native::10.42:r0::11:7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://be/b1/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:beb19e526f97bf208d541c4ef940ef50e9a2640f536065b2ec89fefdf9a67cce_package.tar.zst\nDEBUG: For url ['file', '', 'db/ca/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3f/f3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a_recipe_qa.tar.zst\nDEBUG: For url file://99/63/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/63/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5_create_runtime_spdx.tar.zst;downloadfilename=99/63/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5_create_runtime_spdx.tar.zst\nDEBUG: For url file://87/ab/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/ab/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74_package_write_rpm.tar.zst;downloadfilename=87/ab/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/6c/e8/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b8/80/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc_package_write_rpm.tar.zst\nDEBUG: Searching for 7c/5c/sstate:libpcre2-native::10.42:r0::11:7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4b/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/d1/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85_packagedata.tar.zst\nDEBUG: For url file://db/ca/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/ca/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3Adbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca_create_spdx.tar.zst;downloadfilename=db/ca/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca_create_spdx.tar.zst\nDEBUG: Testing URL file://3f/f3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/6c/e8/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://bc/3b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/80/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://29/7a/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/6d/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b96df5c177f36f5b961711b0e2b976b1af7ddc0f4b3e5e1dce1c3485224a38a7_populate_sysroot.tar.zst\nDEBUG: Using  for 7c/5c/sstate:libpcre2-native::10.42:r0::11:7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://95/60/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2b/d1/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3f/f3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/6c/e8/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6c/e8/sstate%3Ago-binary-native%3Ax86_64-linux%3A1.20.13%3Ar0%3Ax86_64%3A11%3A6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df_populate_sysroot.tar.zst;downloadfilename=universal/6c/e8/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://66/30/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/31/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5_create_spdx.tar.zst\nDEBUG: For url file://b8/80/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/80/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ab8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc_package_write_rpm.tar.zst;downloadfilename=b8/80/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://00/49/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://19/e6/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7c/5c/sstate:libpcre2-native::10.42:r0::11:7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b_populate_lic.tar.zst\nDEBUG: Searching for 95/60/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2b/d1/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85_packagedata.tar.zst\nDEBUG: For url file://3f/f3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/f3/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a_recipe_qa.tar.zst;downloadfilename=3f/f3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://72/10/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6_create_runtime_spdx.tar.zst\nDEBUG: Searching for a7/31/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://87/ab/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74_package_write_rpm.tar.zst\nDEBUG: Searching for 00/49/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 19/e6/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7c/5c/sstate:libpcre2-native::10.42:r0::11:7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 95/60/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://db/ca/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca_create_spdx.tar.zst\nDEBUG: Testing URL file://2b/d1/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85_packagedata.tar.zst\nDEBUG: Searching for 72/10/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a7/31/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/1b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 00/49/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2_package_write_rpm.tar.zst\nDEBUG: Using  for 19/e6/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08_create_runtime_spdx.tar.zst\nDEBUG: For url file://7c/5c/sstate:libpcre2-native::10.42:r0::11:7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/5c/sstate%3Alibpcre2-native%3A%3A10.42%3Ar0%3A%3A11%3A7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b_populate_lic.tar.zst;downloadfilename=7c/5c/sstate:libpcre2-native::10.42:r0::11:7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b_populate_lic.tar.zst\nDEBUG: Testing URL file://95/60/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/a0/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04_package.tar.zst\nDEBUG: For url ['file', '', '2b/d1/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 72/10/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a7/31/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5_create_spdx.tar.zst\nDEBUG: Searching for ef/1b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/6c/e8/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:6ce8206aadbb4d0dd30162b6828d152ccdbc360a8c6b8bae63a9dde45e0c75df_populate_sysroot.tar.zst\nDEBUG: Testing URL file://00/49/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://19/e6/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '95/60/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6b/a0/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2b/d1/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/d1/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85_packagedata.tar.zst;downloadfilename=2b/d1/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/80/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://72/10/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a7/31/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3f/f3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a_recipe_qa.tar.zst\nDEBUG: Using  for ef/1b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/1c/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '00/49/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '19/e6/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://95/60/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/60/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A11%3A956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092_deploy_source_date_epoch.tar.zst;downloadfilename=95/60/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6b/a0/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/41/65/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '72/10/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a7/31/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/31/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3Aa731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5_create_spdx.tar.zst;downloadfilename=a7/31/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8a/19/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ef/1b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for aa/1c/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://00/49/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/49/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.20%3Ar0%3Acore2-64%3A11%3A0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2_package_write_rpm.tar.zst;downloadfilename=00/49/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2_package_write_rpm.tar.zst\nDEBUG: For url file://19/e6/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/e6/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08_create_runtime_spdx.tar.zst;downloadfilename=19/e6/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/5c/sstate:libpcre2-native::10.42:r0::11:7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b_populate_lic.tar.zst\nDEBUG: Testing URL file://6b/a0/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04_package.tar.zst\nDEBUG: Searching for universal/41/65/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://72/10/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/10/sstate%3Ataglib%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6_create_runtime_spdx.tar.zst;downloadfilename=72/10/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/8a/19/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ef/1b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for aa/1c/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2d/17/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/d1/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85_packagedata.tar.zst\nDEBUG: For url ['file', '', '6b/a0/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://95/60/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:956030137c246dcf494cd8ff40b6616575842e7e4027723f150624ac3db33092_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://64/bd/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/41/65/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/b1/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/8a/19/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb_populate_sysroot.tar.zst\nDEBUG: For url file://ef/1b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/1b/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A11%3Aef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605_deploy_source_date_epoch.tar.zst;downloadfilename=ef/1b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://aa/1c/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/31/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5_create_spdx.tar.zst\nDEBUG: Searching for universal/2d/17/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/83/19/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff_recipe_qa.tar.zst\nDEBUG: For url file://6b/a0/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/a0/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A11%3A6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04_package.tar.zst;downloadfilename=6b/a0/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04_package.tar.zst\nDEBUG: SState: Attempting to fetch file://40/b0/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/b6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/41/65/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/c2/sstate:xmodmap::1.0.11:r0::11:c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/8a/19/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'aa/1c/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://00/49/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/63/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://19/e6/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/2d/17/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043_populate_sysroot.tar.zst\nDEBUG: Searching for universal/83/19/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 40/b0/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e2/b6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/41/65/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://72/10/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6_create_runtime_spdx.tar.zst\nDEBUG: Searching for c3/c2/sstate:xmodmap::1.0.11:r0::11:c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/8a/19/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://aa/1c/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/1c/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.3%3Ar0%3Acore2-64%3A11%3Aaa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3_create_runtime_spdx.tar.zst;downloadfilename=aa/1c/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/09/e4/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e_populate_sysroot.tar.zst\nDEBUG: Searching for 5c/63/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2a/20/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/2d/17/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043_populate_sysroot.tar.zst\nDEBUG: Using  for universal/83/19/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff_recipe_qa.tar.zst\nDEBUG: Using  for 40/b0/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f_populate_sysroot.tar.zst\nDEBUG: Using  for e2/b6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3_create_spdx.tar.zst\nDEBUG: For url file://universal/41/65/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/41/65/sstate%3Aspirv-headers-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3A4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75_populate_sysroot.tar.zst;downloadfilename=universal/41/65/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/82/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0_create_spdx.tar.zst\nDEBUG: Using  for c3/c2/sstate:xmodmap::1.0.11:r0::11:c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208_populate_lic.tar.zst\nDEBUG: For url file://universal/8a/19/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8a/19/sstate%3Alibarchive-native%3Ax86_64-linux%3A3.7.2%3Ar0%3Ax86_64%3A11%3A8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb_populate_sysroot.tar.zst;downloadfilename=universal/8a/19/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb_populate_sysroot.tar.zst\nDEBUG: Searching for universal/09/e4/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5c/63/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/1b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:ef1bb3ff2bd15e6579ae97f707883cf59daa669abb5f7403df5a6a10380c3605_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2a/20/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/2d/17/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/83/19/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff_recipe_qa.tar.zst\nDEBUG: Testing URL file://40/b0/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e2/b6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3_create_spdx.tar.zst\nDEBUG: Searching for c2/82/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6b/a0/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:6ba07b54a7872f166edb2682c39de2a25220952f58dbdb23706565c87af90e04_package.tar.zst\nDEBUG: Testing URL file://c3/c2/sstate:xmodmap::1.0.11:r0::11:c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208_populate_lic.tar.zst\nDEBUG: Using  for universal/09/e4/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://17/a5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:17a50462034b6ce28b45cf9e2be672546c17f4508262229117ccd657d2a0a413_package.tar.zst\nDEBUG: Testing URL file://5c/63/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://48/16/sstate:libjpeg-turbo-native::3.0.1:r0::11:48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89_populate_lic.tar.zst\nDEBUG: Using  for 2a/20/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0_package_write_deb.tar.zst\nDEBUG: For url file://universal/2d/17/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/17/sstate%3Axorgproto-native%3Ax86_64-linux%3A2023.2%3Ar0%3Ax86_64%3A11%3A2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043_populate_sysroot.tar.zst;downloadfilename=universal/2d/17/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/83/19/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '40/b0/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e2/b6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c2/82/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/2a/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c3/c2/sstate:xmodmap::1.0.11:r0::11:c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/09/e4/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5a/50/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5c/63/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 48/16/sstate:libjpeg-turbo-native::3.0.1:r0::11:48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2a/20/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0_package_write_deb.tar.zst\nDEBUG: For url file://universal/83/19/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/83/19/sstate%3Alibx11-native%3Ax86_64-linux%3A1.8.7%3Ar0%3Ax86_64%3A11%3A8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff_recipe_qa.tar.zst;downloadfilename=universal/83/19/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff_recipe_qa.tar.zst\nDEBUG: For url file://40/b0/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/b0/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f_populate_sysroot.tar.zst;downloadfilename=40/b0/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/41/65/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:4165b20c88d59a3a30b46c3e4b26c2da4d60e37f6c26b626357ce3cd3dcccd75_populate_sysroot.tar.zst\nDEBUG: For url file://e2/b6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/b6/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ae2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3_create_spdx.tar.zst;downloadfilename=e2/b6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8a/19/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c2/82/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0_create_spdx.tar.zst\nDEBUG: Searching for b7/2a/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c3/c2/sstate:xmodmap::1.0.11:r0::11:c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/c2/sstate%3Axmodmap%3A%3A1.0.11%3Ar0%3A%3A11%3Ac3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208_populate_lic.tar.zst;downloadfilename=c3/c2/sstate:xmodmap::1.0.11:r0::11:c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/09/e4/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/5a/50/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5c/63/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/63/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A11%3A5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400_package_write_rpm.tar.zst;downloadfilename=5c/63/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400_package_write_rpm.tar.zst\nDEBUG: Using  for 48/16/sstate:libjpeg-turbo-native::3.0.1:r0::11:48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2a/20/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://74/da/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2d/17/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://72/4e/sstate:dbus::1.14.10:r0::11:724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://99/63/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'c2/82/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b7/2a/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5_packagedata.tar.zst\nDEBUG: For url file://universal/09/e4/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/09/e4/sstate%3Apython3-docutils-native%3Ax86_64-linux%3A0.20.1%3Ar0%3Ax86_64%3A11%3A09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e_populate_sysroot.tar.zst;downloadfilename=universal/09/e4/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e_populate_sysroot.tar.zst\nDEBUG: Using  for universal/5a/50/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://48/16/sstate:libjpeg-turbo-native::3.0.1:r0::11:48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89_populate_lic.tar.zst\nDEBUG: For url file://2a/20/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/20/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0_package_write_deb.tar.zst;downloadfilename=2a/20/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0_package_write_deb.tar.zst\nDEBUG: Searching for 74/da/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://40/b0/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:40b07ffaff40c85ab9a35d4d292a2e8e3d0411bf884c6f7d7b3df2c93d4b935f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://18/16/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c_create_spdx.tar.zst\nDEBUG: Searching for 72/4e/sstate:dbus::1.14.10:r0::11:724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/83/19/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/14/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b_create_runtime_spdx.tar.zst\nDEBUG: For url file://c2/82/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/82/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ac282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0_create_spdx.tar.zst;downloadfilename=c2/82/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0_create_spdx.tar.zst\nDEBUG: Testing URL file://b7/2a/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/b6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/5a/50/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '48/16/sstate:libjpeg-turbo-native::3.0.1:r0::11:48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 74/da/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/c2/sstate:xmodmap::1.0.11:r0::11:c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://16/7c/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09_recipe_qa.tar.zst\nDEBUG: Searching for 18/16/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 72/4e/sstate:dbus::1.14.10:r0::11:724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/ab/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413_package_qa.tar.zst\nDEBUG: Searching for universal/f6/14/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b7/2a/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://5c/63/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1b/a4/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/5a/50/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://48/16/sstate:libjpeg-turbo-native::3.0.1:r0::11:48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/16/sstate%3Alibjpeg-turbo-native%3A%3A3.0.1%3Ar0%3A%3A11%3A48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89_populate_lic.tar.zst;downloadfilename=48/16/sstate:libjpeg-turbo-native::3.0.1:r0::11:48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89_populate_lic.tar.zst\nDEBUG: Testing URL file://74/da/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b2/b2/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55_create_spdx.tar.zst\nDEBUG: Searching for 16/7c/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 18/16/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c_create_spdx.tar.zst\nDEBUG: Testing URL file://72/4e/sstate:dbus::1.14.10:r0::11:724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726_populate_lic.tar.zst\nDEBUG: Searching for 9f/ab/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f6/14/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b_create_runtime_spdx.tar.zst\nDEBUG: For url file://b7/2a/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/2a/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3Ab72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5_packagedata.tar.zst;downloadfilename=b7/2a/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/45/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/1b/a4/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/5a/50/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5a/50/sstate%3Alibxslt-native%3Ax86_64-linux%3A1.1.39%3Ar0%3Ax86_64%3A11%3A5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5a/50/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/09/e4/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:09e45db3aaa0624ef727e9666bab257c0f757ffbf6a0d1c3c5846026a70a4e1e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '74/da/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/b2/b2/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2a/20/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0_package_write_deb.tar.zst\nDEBUG: Using  for 16/7c/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09_recipe_qa.tar.zst\nDEBUG: Testing URL file://18/16/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '72/4e/sstate:dbus::1.14.10:r0::11:724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9f/ab/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413_package_qa.tar.zst\nDEBUG: Testing URL file://universal/f6/14/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 3b/45/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/1b/a4/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/82/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://91/ad/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d_package_qa.tar.zst\nDEBUG: For url file://74/da/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/da/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A45.0%3Ar0%3Aallarch%3A11%3A74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143_package.tar.zst;downloadfilename=74/da/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143_package.tar.zst\nDEBUG: Using  for universal/b2/b2/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://16/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b_package_qa.tar.zst\nDEBUG: Testing URL file://16/7c/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '18/16/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://72/4e/sstate:dbus::1.14.10:r0::11:724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/4e/sstate%3Adbus%3A%3A1.14.10%3Ar0%3A%3A11%3A724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726_populate_lic.tar.zst;downloadfilename=72/4e/sstate:dbus::1.14.10:r0::11:724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726_populate_lic.tar.zst\nDEBUG: Testing URL file://9f/ab/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/14/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3b/45/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/1b/a4/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://48/16/sstate:libjpeg-turbo-native::3.0.1:r0::11:48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/d1/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f_recipe_qa.tar.zst\nDEBUG: Searching for 91/ad/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/b2/b2/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55_create_spdx.tar.zst\nDEBUG: Searching for 16/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '16/7c/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b7/2a/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5_packagedata.tar.zst\nDEBUG: For url file://18/16/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/16/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c_create_spdx.tar.zst;downloadfilename=18/16/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '9f/ab/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/f6/14/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/14/sstate%3Asqlite3-native%3Ax86_64-linux%3A3.44.2%3Ar0%3Ax86_64%3A11%3Af614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b_create_runtime_spdx.tar.zst;downloadfilename=universal/f6/14/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://3b/45/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1b/a4/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ab/bd/sstate:icu-native::74-1:r0::11:abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d_populate_lic.tar.zst\nDEBUG: Searching for c1/d1/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/5a/50/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5a5049fad9c1d5b812ca9445d7741be9b9c9fce66bd2dc666e5620163d969f40_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 91/ad/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/b2/b2/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 16/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b_package_qa.tar.zst\nDEBUG: For url file://16/7c/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/7c/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.6%3Ar0%3Acore2-64%3A11%3A167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09_recipe_qa.tar.zst;downloadfilename=16/7c/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/19/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496_packagedata.tar.zst\nDEBUG: For url file://9f/ab/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/ab/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A11%3A9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413_package_qa.tar.zst;downloadfilename=9f/ab/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413_package_qa.tar.zst\nDEBUG: For url ['file', '', '3b/45/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/1b/a4/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1b/a4/sstate%3Alibxml-sax-base-perl-native%3Ax86_64-linux%3A1.09%3Ar0%3Ax86_64%3A11%3A1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6_create_runtime_spdx.tar.zst;downloadfilename=universal/1b/a4/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6_create_runtime_spdx.tar.zst\nDEBUG: Searching for ab/bd/sstate:icu-native::74-1:r0::11:abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://74/da/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:74daa139515020effaa5f684a268294f0fc93e00375adef0b8921b9d2b8d4143_package.tar.zst\nDEBUG: Using  for c1/d1/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/78/fb/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed_populate_sysroot.tar.zst\nDEBUG: Testing URL file://91/ad/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d_package_qa.tar.zst\nDEBUG: For url file://universal/b2/b2/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/b2/sstate%3Apython3-pathlib2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A11%3Ab2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55_create_spdx.tar.zst;downloadfilename=universal/b2/b2/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55_create_spdx.tar.zst\nDEBUG: Testing URL file://16/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://72/4e/sstate:dbus::1.14.10:r0::11:724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726_populate_lic.tar.zst\nDEBUG: Searching for 0c/19/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://3b/45/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/45/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.30%3Ar0%3Acore2-64%3A11%3A3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6_create_runtime_spdx.tar.zst;downloadfilename=3b/45/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6_create_runtime_spdx.tar.zst\nDEBUG: Using  for ab/bd/sstate:icu-native::74-1:r0::11:abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/1c/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/8c/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c1/d1/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f_recipe_qa.tar.zst\nDEBUG: Searching for universal/78/fb/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '91/ad/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '16/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/59/0c/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/14/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0c/19/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://16/7c/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/bd/sstate:icu-native::74-1:r0::11:abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1b/a4/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/ab/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/22/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a_package_write_rpm.tar.zst\nDEBUG: Searching for e6/8c/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c1/d1/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/78/fb/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed_populate_sysroot.tar.zst\nDEBUG: For url file://91/ad/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/ad/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d_package_qa.tar.zst;downloadfilename=91/ad/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d_package_qa.tar.zst\nDEBUG: For url file://16/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/7f/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A11%3A167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b_package_qa.tar.zst;downloadfilename=16/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b_package_qa.tar.zst\nDEBUG: Searching for universal/59/0c/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/a9/c4/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390_create_spdx.tar.zst\nDEBUG: Testing URL file://0c/19/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/a6/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ab/bd/sstate:icu-native::74-1:r0::11:abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b6/5a/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b8/92/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d_create_spdx.tar.zst\nDEBUG: Searching for c9/22/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e6/8c/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c1/d1/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/d1/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3Ac1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f_recipe_qa.tar.zst;downloadfilename=c1/d1/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/78/fb/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b2/b2/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55_create_spdx.tar.zst\nDEBUG: Using  for universal/59/0c/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/a9/c4/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0c/19/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a0/a6/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ab/bd/sstate:icu-native::74-1:r0::11:abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/bd/sstate%3Aicu-native%3A%3A74-1%3Ar0%3A%3A11%3Aabbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d_populate_lic.tar.zst;downloadfilename=ab/bd/sstate:icu-native::74-1:r0::11:abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d_populate_lic.tar.zst\nDEBUG: Searching for b6/5a/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/b8/92/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c9/22/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e6/8c/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/78/fb/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/e9/a1/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/59/0c/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/a9/c4/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390_create_spdx.tar.zst\nDEBUG: For url file://0c/19/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/19/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.11%3Ar0%3Aqemux86_64%3A11%3A0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496_packagedata.tar.zst;downloadfilename=0c/19/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496_packagedata.tar.zst\nDEBUG: Using  for a0/a6/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de_recipe_qa.tar.zst\nDEBUG: Using  for b6/5a/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c_recipe_qa.tar.zst\nDEBUG: Using  for universal/b8/92/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://16/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://91/ad/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d_package_qa.tar.zst\nDEBUG: Testing URL file://c9/22/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e6/8c/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/78/fb/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/78/fb/sstate%3Alibgpg-error-native%3Ax86_64-linux%3A1.47%3Ar0%3Ax86_64%3A11%3A78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed_populate_sysroot.tar.zst;downloadfilename=universal/78/fb/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed_populate_sysroot.tar.zst\nDEBUG: Searching for universal/e9/a1/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/59/0c/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/a9/c4/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390_create_spdx.tar.zst\nDEBUG: Testing URL file://a0/a6/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de_recipe_qa.tar.zst\nDEBUG: Testing URL file://b6/5a/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/b8/92/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1c/58/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/fb/sstate:libusb1::1.0.26:r0::11:9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c9/22/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c1/d1/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f_recipe_qa.tar.zst\nDEBUG: For url file://e6/8c/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/8c/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3Ae68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821_deploy_source_date_epoch.tar.zst;downloadfilename=e6/8c/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/e9/a1/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/59/0c/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/59/0c/sstate%3Ashaderc-native%3Ax86_64-linux%3A2023.7%3Ar0%3Ax86_64%3A11%3A590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10_deploy_source_date_epoch.tar.zst;downloadfilename=universal/59/0c/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/a9/c4/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a0/a6/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b6/5a/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ab/bd/sstate:icu-native::74-1:r0::11:abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/b8/92/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/1c/58/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9c/fb/sstate:libusb1::1.0.26:r0::11:9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c9/22/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/22/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.4%3Ar0%3Acore2-64%3A11%3Ac922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a_package_write_rpm.tar.zst;downloadfilename=c9/22/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/65/sstate:alsa-plugins::1.2.7.1:r0::11:dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/e9/a1/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/a9/c4/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a9/c4/sstate%3Aldconfig-native%3Ax86_64-linux%3A2.12.1%3Ar0%3Ax86_64%3A11%3Aa9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390_create_spdx.tar.zst;downloadfilename=universal/a9/c4/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/19/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496_packagedata.tar.zst\nDEBUG: For url file://a0/a6/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/a6/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A11%3Aa0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de_recipe_qa.tar.zst;downloadfilename=a0/a6/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de_recipe_qa.tar.zst\nDEBUG: For url file://b6/5a/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/5a/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.1%3Ar0%3Acore2-64%3A11%3Ab65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c_recipe_qa.tar.zst;downloadfilename=b6/5a/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/78/fb/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://db/37/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68_create_spdx.tar.zst\nDEBUG: For url file://universal/b8/92/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b8/92/sstate%3Aglslang-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3Ab892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d_create_spdx.tar.zst;downloadfilename=universal/b8/92/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d_create_spdx.tar.zst\nDEBUG: Using  for universal/1c/58/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9c/fb/sstate:libusb1::1.0.26:r0::11:9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3_populate_lic.tar.zst\nDEBUG: Searching for dc/65/sstate:alsa-plugins::1.2.7.1:r0::11:dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/e9/a1/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3a/99/sstate:gawk::5.3.0:r0::11:3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/8c/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:e68c927dea4bb662fb6827571f4785316fc100faf7f28752784d1524a7daf821_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/59/0c/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:590c2ccc9e80e9ad8813f873f82086c319a5b5f8d0b42118511e06171fdcfe10_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://27/3d/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da_packagedata.tar.zst\nDEBUG: Searching for db/37/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/1c/58/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/22/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://9c/fb/sstate:libusb1::1.0.26:r0::11:9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3_populate_lic.tar.zst\nDEBUG: Using  for dc/65/sstate:alsa-plugins::1.2.7.1:r0::11:dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a9/c4/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390_create_spdx.tar.zst\nDEBUG: For url file://universal/e9/a1/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e9/a1/sstate%3Apopt-native%3Ax86_64-linux%3A1.19%3Ar0%3Ax86_64%3A11%3Ae9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64_create_runtime_spdx.tar.zst;downloadfilename=universal/e9/a1/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64_create_runtime_spdx.tar.zst\nDEBUG: Searching for 3a/99/sstate:gawk::5.3.0:r0::11:3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f6/91/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34_package.tar.zst\nDEBUG: SState: Attempting to fetch file://db/92/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da_create_runtime_spdx.tar.zst\nDEBUG: Searching for 27/3d/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for db/37/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1c/58/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://49/83/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/a6/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9c/fb/sstate:libusb1::1.0.26:r0::11:9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://dc/65/sstate:alsa-plugins::1.2.7.1:r0::11:dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/a3/sstate:util-macros::1.20.0:r0::11:2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd_populate_lic.tar.zst\nDEBUG: Using  for 3a/99/sstate:gawk::5.3.0:r0::11:3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/5a/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c_recipe_qa.tar.zst\nDEBUG: Searching for f6/91/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for db/92/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 27/3d/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da_packagedata.tar.zst\nDEBUG: Testing URL file://db/37/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68_create_spdx.tar.zst\nDEBUG: For url file://universal/1c/58/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1c/58/sstate%3Agdk-pixbuf-native%3Ax86_64-linux%3A2.42.10%3Ar0%3Ax86_64%3A11%3A1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec_deploy_source_date_epoch.tar.zst;downloadfilename=universal/1c/58/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 49/83/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fb/e2/sstate:python3-six::1.16.0:r0::11:fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b8/92/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d_create_spdx.tar.zst\nDEBUG: For url file://9c/fb/sstate:libusb1::1.0.26:r0::11:9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/fb/sstate%3Alibusb1%3A%3A1.0.26%3Ar0%3A%3A11%3A9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3_populate_lic.tar.zst;downloadfilename=9c/fb/sstate:libusb1::1.0.26:r0::11:9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'dc/65/sstate:alsa-plugins::1.2.7.1:r0::11:dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/a3/sstate:util-macros::1.20.0:r0::11:2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3a/99/sstate:gawk::5.3.0:r0::11:3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/eb/42/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94_populate_sysroot.tar.zst\nDEBUG: Using  for f6/91/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34_package.tar.zst\nDEBUG: Using  for db/92/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://27/3d/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da_packagedata.tar.zst\nDEBUG: For url ['file', '', 'db/37/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/83/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fb/e2/sstate:python3-six::1.16.0:r0::11:fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c6/b3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e_create_runtime_spdx.tar.zst\nDEBUG: For url file://dc/65/sstate:alsa-plugins::1.2.7.1:r0::11:dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/65/sstate%3Aalsa-plugins%3A%3A1.2.7.1%3Ar0%3A%3A11%3Adc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70_populate_lic.tar.zst;downloadfilename=dc/65/sstate:alsa-plugins::1.2.7.1:r0::11:dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70_populate_lic.tar.zst\nDEBUG: Using  for 2a/a3/sstate:util-macros::1.20.0:r0::11:2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3a/99/sstate:gawk::5.3.0:r0::11:3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/eb/42/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f6/91/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34_package.tar.zst\nDEBUG: Testing URL file://db/92/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '27/3d/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://db/37/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/37/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.67%3Ar0%3Acore2-64%3A11%3Adb37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68_create_spdx.tar.zst;downloadfilename=db/37/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68_create_spdx.tar.zst\nDEBUG: Testing URL file://49/83/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fb/e2/sstate:python3-six::1.16.0:r0::11:fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8_populate_lic.tar.zst\nDEBUG: Searching for c6/b3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/e9/a1/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2a/a3/sstate:util-macros::1.20.0:r0::11:2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd_populate_lic.tar.zst\nDEBUG: For url file://3a/99/sstate:gawk::5.3.0:r0::11:3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/99/sstate%3Agawk%3A%3A5.3.0%3Ar0%3A%3A11%3A3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45_populate_lic.tar.zst;downloadfilename=3a/99/sstate:gawk::5.3.0:r0::11:3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45_populate_lic.tar.zst\nDEBUG: Using  for universal/eb/42/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f6/91/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'db/92/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://27/3d/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/3d/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A11%3A273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da_packagedata.tar.zst;downloadfilename=27/3d/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da_packagedata.tar.zst\nDEBUG: For url ['file', '', '49/83/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/1c/58/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:1c58cf1dd2188398bea2fda339e228510e463b304a3106ffe21f06f631733fec_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fb/e2/sstate:python3-six::1.16.0:r0::11:fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8_populate_lic.tar.zst\nDEBUG: Using  for c6/b3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/5f/sstate:zlib-native::1.3:r0::11:ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2a/a3/sstate:util-macros::1.20.0:r0::11:2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9c/fb/sstate:libusb1::1.0.26:r0::11:9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/eb/42/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94_populate_sysroot.tar.zst\nDEBUG: For url file://f6/91/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/91/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A11%3Af6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34_package.tar.zst;downloadfilename=f6/91/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34_package.tar.zst\nDEBUG: For url file://db/92/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/92/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A11%3Adb92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da_create_runtime_spdx.tar.zst;downloadfilename=db/92/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da_create_runtime_spdx.tar.zst\nDEBUG: For url file://49/83/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/83/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A11%3A4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36_deploy_source_date_epoch.tar.zst;downloadfilename=49/83/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/6e/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/65/sstate:alsa-plugins::1.2.7.1:r0::11:dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fb/e2/sstate:python3-six::1.16.0:r0::11:fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c6/b3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e_create_runtime_spdx.tar.zst\nDEBUG: Searching for ac/5f/sstate:zlib-native::1.3:r0::11:ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2a/a3/sstate:util-macros::1.20.0:r0::11:2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/a3/sstate%3Autil-macros%3A%3A1.20.0%3Ar0%3A%3A11%3A2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd_populate_lic.tar.zst;downloadfilename=2a/a3/sstate:util-macros::1.20.0:r0::11:2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://63/8e/sstate:mtdev::1.1.6:r0::11:638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/eb/42/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/7e/6e/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3a/99/sstate:gawk::5.3.0:r0::11:3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/72/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c_packagedata.tar.zst\nDEBUG: For url file://fb/e2/sstate:python3-six::1.16.0:r0::11:fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/e2/sstate%3Apython3-six%3A%3A1.16.0%3Ar0%3A%3A11%3Afbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8_populate_lic.tar.zst;downloadfilename=fb/e2/sstate:python3-six::1.16.0:r0::11:fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c6/b3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ac/5f/sstate:zlib-native::1.3:r0::11:ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://27/3d/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da_packagedata.tar.zst\nDEBUG: Searching for 63/8e/sstate:mtdev::1.1.6:r0::11:638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/eb/42/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/eb/42/sstate%3Adpkg-native%3Ax86_64-linux%3A1.22.0%3Ar0%3Ax86_64%3A11%3Aeb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94_populate_sysroot.tar.zst;downloadfilename=universal/eb/42/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94_populate_sysroot.tar.zst\nDEBUG: Using  for universal/7e/6e/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/45/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/ae/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8_packagedata.tar.zst\nDEBUG: Searching for 6d/72/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c6/b3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/b3/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A11%3Ac6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e_create_runtime_spdx.tar.zst;downloadfilename=c6/b3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ac/5f/sstate:zlib-native::1.3:r0::11:ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/91/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f6910df44d55ffa5c4bb595066f5f66f9ddfb5096d0c549963b1c14efc123c34_package.tar.zst\nDEBUG: SState: Attempting to fetch file://79/9f/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856_package_qa.tar.zst\nDEBUG: Using  for 63/8e/sstate:mtdev::1.1.6:r0::11:638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/7e/6e/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://49/83/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:4983971e4b1ac21a5a3a4d9383dd56fc50581859510464cbbe534ee687d03c36_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/95/sstate:lua::5.4.6:r0::11:7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6_populate_lic.tar.zst\nDEBUG: Searching for ab/ae/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6d/72/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ac/5f/sstate:zlib-native::1.3:r0::11:ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5c/74/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1_create_spdx.tar.zst\nDEBUG: Searching for 79/9f/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2a/a3/sstate:util-macros::1.20.0:r0::11:2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd_populate_lic.tar.zst\nDEBUG: Testing URL file://63/8e/sstate:mtdev::1.1.6:r0::11:638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/7e/6e/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f5/15/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db_package_qa.tar.zst\nDEBUG: Searching for 7c/95/sstate:lua::5.4.6:r0::11:7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fb/e2/sstate:python3-six::1.16.0:r0::11:fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8_populate_lic.tar.zst\nDEBUG: Using  for ab/ae/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8_packagedata.tar.zst\nDEBUG: Testing URL file://6d/72/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c_packagedata.tar.zst\nDEBUG: For url file://ac/5f/sstate:zlib-native::1.3:r0::11:ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/5f/sstate%3Azlib-native%3A%3A1.3%3Ar0%3A%3A11%3Aac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff_populate_lic.tar.zst;downloadfilename=ac/5f/sstate:zlib-native::1.3:r0::11:ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff_populate_lic.tar.zst\nDEBUG: Searching for 5c/74/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 79/9f/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://64/86/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '63/8e/sstate:mtdev::1.1.6:r0::11:638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/7e/6e/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/6e/sstate%3Apython3-tomli-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A11%3A7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f_populate_sysroot.tar.zst;downloadfilename=universal/7e/6e/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f_populate_sysroot.tar.zst\nDEBUG: Searching for f5/15/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7c/95/sstate:lua::5.4.6:r0::11:7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/20/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/ae/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8_packagedata.tar.zst\nDEBUG: For url ['file', '', '6d/72/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/eb/42/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94_populate_sysroot.tar.zst\nDEBUG: Using  for 5c/74/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1_create_spdx.tar.zst\nDEBUG: Testing URL file://79/9f/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856_package_qa.tar.zst\nDEBUG: Searching for 64/86/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://63/8e/sstate:mtdev::1.1.6:r0::11:638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/8e/sstate%3Amtdev%3A%3A1.1.6%3Ar0%3A%3A11%3A638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7_populate_lic.tar.zst;downloadfilename=63/8e/sstate:mtdev::1.1.6:r0::11:638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7_populate_lic.tar.zst\nDEBUG: Using  for f5/15/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db_package_qa.tar.zst\nDEBUG: Testing URL file://7c/95/sstate:lua::5.4.6:r0::11:7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6_populate_lic.tar.zst\nDEBUG: Searching for 6a/20/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ab/ae/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6d/72/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/72/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A11%3A6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c_packagedata.tar.zst;downloadfilename=6d/72/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://19/81/sstate:libsamplerate0::0.2.2:r0::11:1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d_populate_lic.tar.zst\nDEBUG: Testing URL file://5c/74/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '79/9f/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 64/86/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f5/15/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db_package_qa.tar.zst\nDEBUG: For url ['file', '', '7c/95/sstate:lua::5.4.6:r0::11:7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6a/20/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40_recipe_qa.tar.zst\nDEBUG: For url file://ab/ae/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/ae/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3Aabaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8_packagedata.tar.zst;downloadfilename=ab/ae/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8_packagedata.tar.zst\nDEBUG: Searching for 19/81/sstate:libsamplerate0::0.2.2:r0::11:1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5c/74/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ac/5f/sstate:zlib-native::1.3:r0::11:ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff_populate_lic.tar.zst\nDEBUG: For url file://79/9f/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/9f/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A11%3A799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856_package_qa.tar.zst;downloadfilename=79/9f/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856_package_qa.tar.zst\nDEBUG: Testing URL file://64/86/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f5/15/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7c/95/sstate:lua::5.4.6:r0::11:7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/95/sstate%3Alua%3A%3A5.4.6%3Ar0%3A%3A11%3A7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6_populate_lic.tar.zst;downloadfilename=7c/95/sstate:lua::5.4.6:r0::11:7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6_populate_lic.tar.zst\nDEBUG: Testing URL file://6a/20/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/6e/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f_populate_sysroot.tar.zst\nDEBUG: Using  for 19/81/sstate:libsamplerate0::0.2.2:r0::11:1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d_populate_lic.tar.zst\nDEBUG: For url file://5c/74/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/74/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.4%3Ar0%3Acore2-64%3A11%3A5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1_create_spdx.tar.zst;downloadfilename=5c/74/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/23/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '64/86/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f5/15/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/15/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A11%3Af515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db_package_qa.tar.zst;downloadfilename=f5/15/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://63/8e/sstate:mtdev::1.1.6:r0::11:638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6a/20/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8f/f9/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/72/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c_packagedata.tar.zst\nDEBUG: Testing URL file://19/81/sstate:libsamplerate0::0.2.2:r0::11:1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d_populate_lic.tar.zst\nDEBUG: Searching for universal/08/23/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://64/86/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/86/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.3.0%3Ar0%3Acore2-64%3A11%3A648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660_populate_sysroot.tar.zst;downloadfilename=64/86/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/0d/sstate:libogg::1.3.5:r0::11:b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://79/9f/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856_package_qa.tar.zst\nDEBUG: For url file://6a/20/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/20/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A11%3A6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40_recipe_qa.tar.zst;downloadfilename=6a/20/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://18/16/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c_create_spdx.tar.zst\nDEBUG: Searching for 8f/f9/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e2/7c/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258_package.tar.zst\nDEBUG: For url ['file', '', '19/81/sstate:libsamplerate0::0.2.2:r0::11:1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/08/23/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/95/sstate:lua::5.4.6:r0::11:7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6_populate_lic.tar.zst\nDEBUG: Searching for b6/0d/sstate:libogg::1.3.5:r0::11:b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://56/c8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e2/a3/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8f/f9/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f_recipe_qa.tar.zst\nDEBUG: Searching for e2/7c/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://19/81/sstate:libsamplerate0::0.2.2:r0::11:1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/81/sstate%3Alibsamplerate0%3A%3A0.2.2%3Ar0%3A%3A11%3A1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d_populate_lic.tar.zst;downloadfilename=19/81/sstate:libsamplerate0::0.2.2:r0::11:1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/08/23/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/41/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478_populate_sysroot.tar.zst\nDEBUG: Using  for b6/0d/sstate:libogg::1.3.5:r0::11:b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a_populate_lic.tar.zst\nDEBUG: Searching for 56/c8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/e2/a3/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f5/15/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db_package_qa.tar.zst\nDEBUG: Testing URL file://8f/f9/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f_recipe_qa.tar.zst\nDEBUG: Using  for e2/7c/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258_package.tar.zst\nDEBUG: For url ['file', '', 'universal/08/23/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/da/41/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b6/0d/sstate:libogg::1.3.5:r0::11:b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a_populate_lic.tar.zst\nDEBUG: Using  for 56/c8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2_package.tar.zst\nDEBUG: Using  for universal/e2/a3/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bd/4e/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8f/f9/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e2/7c/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258_package.tar.zst\nDEBUG: For url file://universal/08/23/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/23/sstate%3Alibrsvg-native%3Ax86_64-linux%3A2.56.3%3Ar0%3Ax86_64%3A11%3A0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34_create_runtime_spdx.tar.zst;downloadfilename=universal/08/23/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/da/41/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b6/0d/sstate:libogg::1.3.5:r0::11:b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://56/c8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/20/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/e2/a3/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/bd/4e/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://8f/f9/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/f9/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f_recipe_qa.tar.zst;downloadfilename=8f/f9/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e2/7c/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/da/41/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478_populate_sysroot.tar.zst\nDEBUG: For url file://b6/0d/sstate:libogg::1.3.5:r0::11:b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/0d/sstate%3Alibogg%3A%3A1.3.5%3Ar0%3A%3A11%3Ab60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a_populate_lic.tar.zst;downloadfilename=b6/0d/sstate:libogg::1.3.5:r0::11:b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '56/c8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f7/14/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/e2/a3/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/bd/4e/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1_create_spdx.tar.zst\nDEBUG: For url file://e2/7c/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/7c/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A11%3Ae27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258_package.tar.zst;downloadfilename=e2/7c/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258_package.tar.zst\nDEBUG: For url ['file', '', 'universal/da/41/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://19/81/sstate:libsamplerate0::0.2.2:r0::11:1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d_populate_lic.tar.zst\nDEBUG: For url file://56/c8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/c8/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A11%3A56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2_package.tar.zst;downloadfilename=56/c8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2_package.tar.zst\nDEBUG: Searching for f7/14/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://db/92/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/e2/a3/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e2/a3/sstate%3Apython3-mako-native%3Ax86_64-linux%3A1.3.0%3Ar0%3Ax86_64%3A11%3Ae2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6_create_runtime_spdx.tar.zst;downloadfilename=universal/e2/a3/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/bd/4e/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1_create_spdx.tar.zst\nDEBUG: For url file://universal/da/41/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/41/sstate%3Apython3-pluggy-native%3Ax86_64-linux%3A1.3.0%3Ar0%3Ax86_64%3A11%3Ada41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478_populate_sysroot.tar.zst;downloadfilename=universal/da/41/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/07/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://db/37/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68_create_spdx.tar.zst\nDEBUG: Using  for f7/14/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/23/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/f9/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/5f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/bd/4e/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b6/0d/sstate:libogg::1.3.5:r0::11:b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a_populate_lic.tar.zst\nDEBUG: Searching for universal/08/07/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/a4/ea/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f7/14/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/fc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/40/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789_recipe_qa.tar.zst\nDEBUG: Searching for c3/5f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/bd/4e/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bd/4e/sstate%3Ancurses-native%3Ax86_64-linux%3A6.4%3Ar0%3Ax86_64%3A11%3Abd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1_create_spdx.tar.zst;downloadfilename=universal/bd/4e/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://76/8e/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/08/07/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a_populate_sysroot.tar.zst\nDEBUG: Searching for universal/a4/ea/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f7/14/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5f/fc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a2/40/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e2/7c/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:e27ce2db849e962836d29f2141508b0b2129e74c7df501f0d57a67929d472258_package.tar.zst\nDEBUG: Using  for c3/5f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01_packagedata.tar.zst\nDEBUG: Searching for 76/8e/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/08/07/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a_populate_sysroot.tar.zst\nDEBUG: Using  for universal/a4/ea/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://56/c8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:56c878dfb823e6ddbe805b3616fcbb9946ab335016022d1868b6a3e2dbad08c2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e2/a3/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6_create_runtime_spdx.tar.zst\nDEBUG: For url file://f7/14/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/14/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A11%3Af7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296_packagedata.tar.zst;downloadfilename=f7/14/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296_packagedata.tar.zst\nDEBUG: Using  for 5f/fc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9_packagedata.tar.zst\nDEBUG: Using  for a2/40/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://29/5a/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f_package.tar.zst\nDEBUG: Testing URL file://c3/5f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01_packagedata.tar.zst\nDEBUG: Using  for 76/8e/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/08/07/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/a4/ea/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/08/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/41/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/65/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5f/fc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9_packagedata.tar.zst\nDEBUG: Testing URL file://a2/40/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789_recipe_qa.tar.zst\nDEBUG: Searching for 29/5a/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c3/5f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://76/8e/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/08/07/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/07/sstate%3Alibassuan-native%3Ax86_64-linux%3A2.5.6%3Ar0%3Ax86_64%3A11%3A080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a_populate_sysroot.tar.zst;downloadfilename=universal/08/07/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/a4/ea/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/da/08/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a9/c2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1f/65/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5f/fc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a2/40/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 29/5a/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f_package.tar.zst\nDEBUG: For url file://c3/5f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/5f/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.5%3Ar0%3Acore2-64%3A11%3Ac35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01_packagedata.tar.zst;downloadfilename=c3/5f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01_packagedata.tar.zst\nDEBUG: For url ['file', '', '76/8e/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a4/ea/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/ea/sstate%3Afile-native%3Ax86_64-linux%3A5.45%3Ar0%3Ax86_64%3A11%3Aa4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c_populate_sysroot.tar.zst;downloadfilename=universal/a4/ea/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c_populate_sysroot.tar.zst\nDEBUG: Using  for universal/da/08/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bd/4e/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1_create_spdx.tar.zst\nDEBUG: Searching for a9/c2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1f/65/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d_populate_sysroot.tar.zst\nDEBUG: For url file://5f/fc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/fc/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A11%3A5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9_packagedata.tar.zst;downloadfilename=5f/fc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9_packagedata.tar.zst\nDEBUG: For url file://a2/40/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/40/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A11%3Aa2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789_recipe_qa.tar.zst;downloadfilename=a2/40/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789_recipe_qa.tar.zst\nDEBUG: Testing URL file://29/5a/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f_package.tar.zst\nDEBUG: For url file://76/8e/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/8e/sstate%3Alibtool-cross%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3A768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0_create_runtime_spdx.tar.zst;downloadfilename=76/8e/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/14/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296_packagedata.tar.zst\nDEBUG: Testing URL file://universal/da/08/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/b3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/cf/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/ae/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8_packagedata.tar.zst\nDEBUG: Using  for a9/c2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1f/65/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '29/5a/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/08/07/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/5f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/0d/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/da/08/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://4f/88/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1_package.tar.zst\nDEBUG: Searching for 1a/cf/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0a/f3/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f_package_qa.tar.zst\nDEBUG: Testing URL file://a9/c2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1f/65/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://29/5a/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/5a/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3%3Ar0%3Acore2-64%3A11%3A295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f_package.tar.zst;downloadfilename=29/5a/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/7e/sstate:pinentry::1.2.1:r0::11:e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/fc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a4/ea/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/1b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb_package.tar.zst\nDEBUG: Searching for c4/0d/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/da/08/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/08/sstate%3Aquilt-native%3Ax86_64-linux%3A0.67%3Ar0%3Ax86_64%3A11%3Ada086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6_create_runtime_spdx.tar.zst;downloadfilename=universal/da/08/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6_create_runtime_spdx.tar.zst\nDEBUG: Searching for 4f/88/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1a/cf/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b_package_write_rpm.tar.zst\nDEBUG: Searching for 0a/f3/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a9/c2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1f/65/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/65/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A11%3A1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d_populate_sysroot.tar.zst;downloadfilename=1f/65/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d_populate_sysroot.tar.zst\nDEBUG: Searching for e2/7e/sstate:pinentry::1.2.1:r0::11:e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a2/40/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://61/7a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://66/6f/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68_package.tar.zst\nDEBUG: SState: Successful fetch test for file://76/8e/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8e/1b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c4/0d/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b_package_qa.tar.zst\nDEBUG: Using  for 4f/88/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1_package.tar.zst\nDEBUG: Testing URL file://1a/cf/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b_package_write_rpm.tar.zst\nDEBUG: Using  for 0a/f3/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f_package_qa.tar.zst\nDEBUG: For url file://a9/c2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/c2/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.10.0%3Ar0%3Acore2-64%3A11%3Aa9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9_deploy_source_date_epoch.tar.zst;downloadfilename=a9/c2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e2/7e/sstate:pinentry::1.2.1:r0::11:e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ea/71/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/86/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:648650ca6a6c3b8e532e5c81c5ebe6d4ef869d01856103f75d2ea390367dd660_populate_sysroot.tar.zst\nDEBUG: Searching for 61/7a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 66/6f/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1e/d3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895_recipe_qa.tar.zst\nDEBUG: Using  for 8e/1b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb_package.tar.zst\nDEBUG: Testing URL file://c4/0d/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b_package_qa.tar.zst\nDEBUG: Testing URL file://4f/88/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1_package.tar.zst\nDEBUG: For url ['file', '', '1a/cf/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0a/f3/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f_package_qa.tar.zst\nDEBUG: Testing URL file://e2/7e/sstate:pinentry::1.2.1:r0::11:e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d_populate_lic.tar.zst\nDEBUG: Searching for universal/ea/71/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://29/5a/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:295aef109df3e30a64022a6dedc5e10e948e17519438374cb2ac3eeeaffc627f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/52/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 61/7a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770_packagedata.tar.zst\nDEBUG: Using  for 66/6f/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68_package.tar.zst\nDEBUG: Searching for 1e/d3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/da/08/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8e/1b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb_package.tar.zst\nDEBUG: For url ['file', '', 'c4/0d/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4f/88/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1a/cf/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/cf/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A11%3A1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b_package_write_rpm.tar.zst;downloadfilename=1a/cf/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0a/f3/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e2/7e/sstate:pinentry::1.2.1:r0::11:e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1f/65/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d_populate_sysroot.tar.zst\nDEBUG: Using  for universal/ea/71/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/1a/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e_create_runtime_spdx.tar.zst\nDEBUG: Searching for 7c/52/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://61/7a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770_packagedata.tar.zst\nDEBUG: Testing URL file://66/6f/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68_package.tar.zst\nDEBUG: Using  for 1e/d3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/d1/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d_package_qa.tar.zst\nDEBUG: For url ['file', '', '8e/1b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c4/0d/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/0d/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3Ac40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b_package_qa.tar.zst;downloadfilename=c4/0d/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b_package_qa.tar.zst\nDEBUG: For url file://4f/88/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/88/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3A4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1_package.tar.zst;downloadfilename=4f/88/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1_package.tar.zst\nDEBUG: For url file://0a/f3/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/f3/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A11%3A0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f_package_qa.tar.zst;downloadfilename=0a/f3/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f_package_qa.tar.zst\nDEBUG: For url file://e2/7e/sstate:pinentry::1.2.1:r0::11:e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/7e/sstate%3Apinentry%3A%3A1.2.1%3Ar0%3A%3A11%3Ae27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d_populate_lic.tar.zst;downloadfilename=e2/7e/sstate:pinentry::1.2.1:r0::11:e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/c2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:a9c2f44be5307481c48e9e4d76478e2229658ab37dccf9635d9dd191776d09f9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://99/3e/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64_packagedata.tar.zst\nDEBUG: Testing URL file://universal/ea/71/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/67/1a/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7c/52/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '61/7a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '66/6f/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1e/d3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895_recipe_qa.tar.zst\nDEBUG: Searching for 2c/d1/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://8e/1b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/1b/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A11%3A8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb_package.tar.zst;downloadfilename=8e/1b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/68/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/cf/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b_package_write_rpm.tar.zst\nDEBUG: Searching for 99/3e/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/ea/71/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/67/1a/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7c/52/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://61/7a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/7a/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770_packagedata.tar.zst;downloadfilename=61/7a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770_packagedata.tar.zst\nDEBUG: For url file://66/6f/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/6f/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A11%3A666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68_package.tar.zst;downloadfilename=66/6f/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68_package.tar.zst\nDEBUG: For url ['file', '', '1e/d3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2c/d1/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d_package_qa.tar.zst\nDEBUG: Searching for ba/68/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d6/78/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 99/3e/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64_packagedata.tar.zst\nDEBUG: For url file://universal/ea/71/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/71/sstate%3Abinutils-cross-x86_64%3Ax86_64-poky-linux%3A2.41%3Ar0%3Ax86_64%3A11%3Aea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13_create_runtime_spdx.tar.zst;downloadfilename=universal/ea/71/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/67/1a/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '7c/52/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4f/88/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:4f88a33b369650299da51f58108e845964a8a19e895738e8f428426b10720df1_package.tar.zst\nDEBUG: For url file://1e/d3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/d3/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895_recipe_qa.tar.zst;downloadfilename=1e/d3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895_recipe_qa.tar.zst\nDEBUG: Testing URL file://2c/d1/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/0d/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/f3/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/7e/sstate:pinentry::1.2.1:r0::11:e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d_populate_lic.tar.zst\nDEBUG: Using  for ba/68/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933_create_spdx.tar.zst\nDEBUG: Searching for d6/78/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://99/3e/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/67/1a/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7c/52/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/52/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c_deploy_source_date_epoch.tar.zst;downloadfilename=7c/52/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/8e/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/1b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:8e1bf8c38b590a6673254a1ef304462e2e600173f1b35663d6d6515f031fbfbb_package.tar.zst\nDEBUG: For url ['file', '', '2c/d1/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://43/e8/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://52/7b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://89/db/sstate:v86d::0.1.10:r0::11:89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09_populate_lic.tar.zst\nDEBUG: Testing URL file://ba/68/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933_create_spdx.tar.zst\nDEBUG: Using  for d6/78/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '99/3e/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/67/1a/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/1a/sstate%3Aelfutils-native%3Ax86_64-linux%3A0.189%3Ar0%3Ax86_64%3A11%3A671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e_create_runtime_spdx.tar.zst;downloadfilename=universal/67/1a/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://61/7a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770_packagedata.tar.zst\nDEBUG: Searching for f9/8e/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://66/6f/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:666f4cc2784da6f3e4d7ef2dace000bf64ad75156e349e5fced565876349aa68_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5f/4b/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9_create_spdx.tar.zst\nDEBUG: For url file://2c/d1/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/d1/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d_package_qa.tar.zst;downloadfilename=2c/d1/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d_package_qa.tar.zst\nDEBUG: Searching for 43/e8/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 52/7b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 89/db/sstate:v86d::0.1.10:r0::11:89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/ea/71/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ba/68/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1e/d3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895_recipe_qa.tar.zst\nDEBUG: Testing URL file://d6/78/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://99/3e/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/3e/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A11%3A993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64_packagedata.tar.zst;downloadfilename=99/3e/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/24/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00_recipe_qa.tar.zst\nDEBUG: Using  for f9/8e/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://89/03/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0_recipe_qa.tar.zst\nDEBUG: Searching for universal/5f/4b/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 43/e8/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f_package_write_rpm.tar.zst\nDEBUG: Using  for 52/7b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351_packagedata.tar.zst\nDEBUG: Using  for 89/db/sstate:v86d::0.1.10:r0::11:89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/52/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:7c52c3beabc5c8346ce17eaaef09c11cc45c84502e446846d3cb429dac288a3c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/13/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f_package_write_rpm.tar.zst\nDEBUG: For url file://ba/68/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/68/sstate%3Anpth%3Acore2-64-poky-linux%3A1.6%3Ar0%3Acore2-64%3A11%3Aba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933_create_spdx.tar.zst;downloadfilename=ba/68/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/cc/sstate:libinput::1.25.0:r0::11:33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd6/78/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e9/24/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f9/8e/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56_package_write_rpm.tar.zst\nDEBUG: Searching for 89/03/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/5f/4b/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9_create_spdx.tar.zst\nDEBUG: Testing URL file://43/e8/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://52/7b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351_packagedata.tar.zst\nDEBUG: Testing URL file://89/db/sstate:v86d::0.1.10:r0::11:89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/9e/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/1a/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e_create_runtime_spdx.tar.zst\nDEBUG: Searching for b7/13/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 33/cc/sstate:libinput::1.25.0:r0::11:33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d6/78/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/78/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3Ad6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94_deploy_source_date_epoch.tar.zst;downloadfilename=d6/78/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e9/24/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f9/8e/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 89/03/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/5f/4b/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '43/e8/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '52/7b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '89/db/sstate:v86d::0.1.10:r0::11:89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a3/9e/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2c/d1/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/6b/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75_create_spdx.tar.zst\nDEBUG: Using  for b7/13/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f_package_write_rpm.tar.zst\nDEBUG: Using  for 33/cc/sstate:libinput::1.25.0:r0::11:33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92_populate_lic.tar.zst\nDEBUG: Testing URL file://e9/24/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00_recipe_qa.tar.zst\nDEBUG: For url file://f9/8e/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/8e/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3Af98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56_package_write_rpm.tar.zst;downloadfilename=f9/8e/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56_package_write_rpm.tar.zst\nDEBUG: Testing URL file://89/03/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://99/3e/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/5f/4b/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://43/e8/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/e8/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A11%3A43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f_package_write_rpm.tar.zst;downloadfilename=43/e8/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f_package_write_rpm.tar.zst\nDEBUG: For url file://52/7b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/7b/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A11%3A527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351_packagedata.tar.zst;downloadfilename=52/7b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351_packagedata.tar.zst\nDEBUG: For url file://89/db/sstate:v86d::0.1.10:r0::11:89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/db/sstate%3Av86d%3A%3A0.1.10%3Ar0%3A%3A11%3A89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09_populate_lic.tar.zst;downloadfilename=89/db/sstate:v86d::0.1.10:r0::11:89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09_populate_lic.tar.zst\nDEBUG: Using  for a3/9e/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/cb/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e_create_runtime_spdx.tar.zst\nDEBUG: Searching for ee/6b/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b7/13/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://33/cc/sstate:libinput::1.25.0:r0::11:33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e9/24/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '89/03/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ba/68/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/b8/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e_recipe_qa.tar.zst\nDEBUG: For url file://universal/5f/4b/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5f/4b/sstate%3Acreaterepo-c-native%3Ax86_64-linux%3A1.0.3%3Ar0%3Ax86_64%3A11%3A5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9_create_spdx.tar.zst;downloadfilename=universal/5f/4b/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/78/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:d6788da2a3175e858100fa1ddfe77393afd491be9acb83ef061445c70f7ded94_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a3/9e/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060_create_runtime_spdx.tar.zst\nDEBUG: Searching for 7f/cb/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ee/6b/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/13/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/cc/sstate:libinput::1.25.0:r0::11:33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/24/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/24/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.0%3Ar0%3Acore2-64%3A11%3Ae924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00_recipe_qa.tar.zst;downloadfilename=e9/24/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00_recipe_qa.tar.zst\nDEBUG: For url file://89/03/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/03/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.4%3Ar0%3Acore2-64%3A11%3A890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0_recipe_qa.tar.zst;downloadfilename=89/03/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8e/55/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for bf/b8/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c0/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8_packagedata.tar.zst\nDEBUG: For url ['file', '', 'a3/9e/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f9/8e/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56_package_write_rpm.tar.zst\nDEBUG: Using  for 7f/cb/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ee/6b/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75_create_spdx.tar.zst\nDEBUG: For url file://b7/13/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/13/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A11%3Ab7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f_package_write_rpm.tar.zst;downloadfilename=b7/13/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://43/e8/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://52/7b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351_packagedata.tar.zst\nDEBUG: For url file://33/cc/sstate:libinput::1.25.0:r0::11:33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/cc/sstate%3Alibinput%3A%3A1.25.0%3Ar0%3A%3A11%3A33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92_populate_lic.tar.zst;downloadfilename=33/cc/sstate:libinput::1.25.0:r0::11:33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92_populate_lic.tar.zst\nDEBUG: Searching for universal/8e/55/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://89/db/sstate:v86d::0.1.10:r0::11:89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09_populate_lic.tar.zst\nDEBUG: Using  for bf/b8/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e_recipe_qa.tar.zst\nDEBUG: Searching for c0/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a3/9e/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/9e/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A11%3Aa39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060_create_runtime_spdx.tar.zst;downloadfilename=a3/9e/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/f5/sstate:python3-more-itertools::10.2.0:r0::11:e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5_populate_lic.tar.zst\nDEBUG: Testing URL file://7f/cb/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/6b/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/54/52/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5f/4b/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://02/a0/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/24/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00_recipe_qa.tar.zst\nDEBUG: Using  for universal/8e/55/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/8c/sstate:orc::0.4.36:r0::11:ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93_populate_lic.tar.zst\nDEBUG: Testing URL file://bf/b8/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e_recipe_qa.tar.zst\nDEBUG: Using  for c0/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8_packagedata.tar.zst\nDEBUG: Searching for e9/f5/sstate:python3-more-itertools::10.2.0:r0::11:e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7f/cb/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://89/03/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0_recipe_qa.tar.zst\nDEBUG: For url file://ee/6b/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/6b/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.3%3Ar0%3Acore2-64%3A11%3Aee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75_create_spdx.tar.zst;downloadfilename=ee/6b/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75_create_spdx.tar.zst\nDEBUG: Searching for universal/54/52/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/e1/d5/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490_create_runtime_spdx.tar.zst\nDEBUG: Searching for 02/a0/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5c/74/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/13/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/f1/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/8e/55/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ae/8c/sstate:orc::0.4.36:r0::11:ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bf/b8/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c0/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8_packagedata.tar.zst\nDEBUG: Using  for e9/f5/sstate:python3-more-itertools::10.2.0:r0::11:e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5_populate_lic.tar.zst\nDEBUG: For url file://7f/cb/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/cb/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.17%3Ar0%3Acore2-64%3A11%3A7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e_create_runtime_spdx.tar.zst;downloadfilename=7f/cb/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/e2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c_package_write_rpm.tar.zst\nDEBUG: Using  for universal/54/52/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/e1/d5/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://33/cc/sstate:libinput::1.25.0:r0::11:33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92_populate_lic.tar.zst\nDEBUG: Using  for 02/a0/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://00/3c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db_package.tar.zst\nDEBUG: SState: Attempting to fetch file://60/52/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8d/f1/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/8e/55/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ae/8c/sstate:orc::0.4.36:r0::11:ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93_populate_lic.tar.zst\nDEBUG: For url file://bf/b8/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/b8/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3Abfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e_recipe_qa.tar.zst;downloadfilename=bf/b8/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c0/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e9/f5/sstate:python3-more-itertools::10.2.0:r0::11:e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5_populate_lic.tar.zst\nDEBUG: Searching for fb/e2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/54/52/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/e1/d5/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/d0/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77_populate_sysroot.tar.zst\nDEBUG: Testing URL file://02/a0/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331_package_write_ipk.tar.zst\nDEBUG: Searching for 00/3c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 60/52/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8d/f1/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f_recipe_qa.tar.zst\nDEBUG: For url file://universal/8e/55/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8e/55/sstate%3Ameson-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A11%3A8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279_deploy_source_date_epoch.tar.zst;downloadfilename=universal/8e/55/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ae/8c/sstate:orc::0.4.36:r0::11:ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93_populate_lic.tar.zst\nDEBUG: For url file://c0/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/d3/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3Ac0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8_packagedata.tar.zst;downloadfilename=c0/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e9/f5/sstate:python3-more-itertools::10.2.0:r0::11:e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fb/e2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/54/52/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/e1/d5/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/10/d0/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '02/a0/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 00/3c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db_package.tar.zst\nDEBUG: Using  for 60/52/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8d/f1/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ae/8c/sstate:orc::0.4.36:r0::11:ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/f5/sstate:python3-more-itertools::10.2.0:r0::11:e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/f5/sstate%3Apython3-more-itertools%3A%3A10.2.0%3Ar0%3A%3A11%3Ae9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5_populate_lic.tar.zst;downloadfilename=e9/f5/sstate:python3-more-itertools::10.2.0:r0::11:e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5_populate_lic.tar.zst\nDEBUG: Testing URL file://fb/e2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c_package_write_rpm.tar.zst\nDEBUG: For url file://universal/54/52/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/54/52/sstate%3Apython3-pyproject-hooks-native%3Ax86_64-linux%3A1.0.0%3Ar0%3Ax86_64%3A11%3A54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/54/52/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/e1/d5/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/10/d0/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77_populate_sysroot.tar.zst\nDEBUG: For url file://02/a0/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/a0/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331_package_write_ipk.tar.zst;downloadfilename=02/a0/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331_package_write_ipk.tar.zst\nDEBUG: Testing URL file://00/3c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db_package.tar.zst\nDEBUG: Testing URL file://60/52/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '8d/f1/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ae/8c/sstate:orc::0.4.36:r0::11:ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/8c/sstate%3Aorc%3A%3A0.4.36%3Ar0%3A%3A11%3Aae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93_populate_lic.tar.zst;downloadfilename=ae/8c/sstate:orc::0.4.36:r0::11:ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/b8/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fb/e2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e1/d5/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e1/d5/sstate%3Apython3-hatchling-native%3Ax86_64-linux%3A1.21.0%3Ar0%3Ax86_64%3A11%3Ae1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490_create_runtime_spdx.tar.zst;downloadfilename=universal/e1/d5/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8e/55/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:8e559550317642239845b29b496381e32e3ab5f8674b10c4c3391107bc66e279_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/10/d0/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '00/3c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '60/52/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c0/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8_packagedata.tar.zst\nDEBUG: For url file://8d/f1/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/f1/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.2.0%3Ar0%3Acore2-64%3A11%3A8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f_recipe_qa.tar.zst;downloadfilename=8d/f1/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://26/df/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4_recipe_qa.tar.zst\nDEBUG: For url file://fb/e2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/e2/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A11%3Afbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c_package_write_rpm.tar.zst;downloadfilename=fb/e2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/bb/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/54/52/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:54526a5c73d8ae3b2f0e2ffc10cb56a57c490f18543006d0cdf14a177e26e4d3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/f5/sstate:python3-more-itertools::10.2.0:r0::11:e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/10/d0/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://00/3c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/3c/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db_package.tar.zst;downloadfilename=00/3c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db_package.tar.zst\nDEBUG: For url file://60/52/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/52/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3A6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7_create_runtime_spdx.tar.zst;downloadfilename=60/52/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://af/9f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41_package_write_rpm.tar.zst\nDEBUG: Searching for 26/df/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ec/bb/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ae/8c/sstate:orc::0.4.36:r0::11:ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/e3/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://02/a0/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/2e/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/10/d0/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/d0/sstate%3Apython3-hatch-vcs-native%3Ax86_64-linux%3A0.4.0%3Ar0%3Ax86_64%3A11%3A10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77_populate_sysroot.tar.zst;downloadfilename=universal/10/d0/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77_populate_sysroot.tar.zst\nDEBUG: Searching for af/9f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/e1/d5/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490_create_runtime_spdx.tar.zst\nDEBUG: Using  for 26/df/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4_recipe_qa.tar.zst\nDEBUG: Using  for ec/bb/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/f1/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/7e/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac_create_spdx.tar.zst\nDEBUG: Searching for f0/e3/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/e2/e0/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd_create_spdx.tar.zst\nDEBUG: Searching for bc/2e/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for af/9f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/e2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://47/cb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://26/df/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4_recipe_qa.tar.zst\nDEBUG: Testing URL file://ec/bb/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/86/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4_package_write_rpm.tar.zst\nDEBUG: Searching for 9d/7e/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f0/e3/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05_populate_sysroot.tar.zst\nDEBUG: Searching for universal/e2/e0/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bc/2e/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://af/9f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d7/9e/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 47/cb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '26/df/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ec/bb/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://00/3c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:003c6a2cc7f82f8afe05390d6520f6123882b365f3d9b1f20af0c6db3b4e46db_package.tar.zst\nDEBUG: Searching for c5/86/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9d/7e/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac_create_spdx.tar.zst\nDEBUG: Testing URL file://f0/e3/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05_populate_sysroot.tar.zst\nDEBUG: Using  for universal/e2/e0/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd_create_spdx.tar.zst\nDEBUG: Testing URL file://bc/2e/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'af/9f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/d7/9e/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 47/cb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4_package_write_rpm.tar.zst\nDEBUG: For url file://26/df/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/df/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4_recipe_qa.tar.zst;downloadfilename=26/df/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4_recipe_qa.tar.zst\nDEBUG: For url file://ec/bb/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/bb/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A11%3Aecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882_package_qa.tar.zst;downloadfilename=ec/bb/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c8/1a/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c5/86/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://9d/7e/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f0/e3/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/e2/e0/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bc/2e/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://af/9f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/9f/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3Aaf9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41_package_write_rpm.tar.zst;downloadfilename=af/9f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41_package_write_rpm.tar.zst\nDEBUG: Using  for universal/d7/9e/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://47/cb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/10/d0/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:10d072af9624f783f9ec29948a4a5f1d8190df38d9ca43a9051138aec5249a77_populate_sysroot.tar.zst\nDEBUG: Searching for universal/c8/1a/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c5/86/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9d/7e/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f0/e3/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/e3/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A11%3Af0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05_populate_sysroot.tar.zst;downloadfilename=f0/e3/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/e2/e0/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bc/2e/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/2e/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A11%3Abc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba_create_runtime_spdx.tar.zst;downloadfilename=bc/2e/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/d7/9e/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '47/cb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/76/3c/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/c8/1a/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c5/86/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9d/7e/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/7e/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.92.9%3Ar0%3Acore2-64%3A11%3A9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac_create_spdx.tar.zst;downloadfilename=9d/7e/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac_create_spdx.tar.zst\nDEBUG: For url file://universal/e2/e0/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e2/e0/sstate%3Agettext-native%3Ax86_64-linux%3A0.22.4%3Ar0%3Ax86_64%3A11%3Ae2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd_create_spdx.tar.zst;downloadfilename=universal/e2/e0/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d7/9e/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://47/cb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/cb/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3A47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4_package_write_rpm.tar.zst;downloadfilename=47/cb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://26/df/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4_recipe_qa.tar.zst\nDEBUG: Searching for universal/76/3c/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ec/bb/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882_package_qa.tar.zst\nDEBUG: Testing URL file://universal/c8/1a/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c5/86/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/86/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ac586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4_package_write_rpm.tar.zst;downloadfilename=c5/86/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4_package_write_rpm.tar.zst\nDEBUG: For url file://universal/d7/9e/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d7/9e/sstate%3Apbzip2-native%3Ax86_64-linux%3A1.1.13%3Ar0%3Ax86_64%3A11%3Ad79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d7/9e/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://af/9f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9d/36/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/9e/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/76/3c/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/35/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c8/1a/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1d/3b/sstate:popt::1.19:r0::11:1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc_populate_lic.tar.zst\nDEBUG: Searching for universal/9d/36/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f0/e3/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f0e37e7a0c97b9c53293a4fcd0d46cd5514d1f5a0a895f26c684d04a69915e05_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e2/e0/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/0a/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/76/3c/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be_create_runtime_spdx.tar.zst\nDEBUG: Searching for d1/35/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/c8/1a/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c8/1a/sstate%3Afile-native%3Ax86_64-linux%3A5.45%3Ar0%3Ax86_64%3A11%3Ac81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c8/1a/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1d/3b/sstate:popt::1.19:r0::11:1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/9d/36/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/cb/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/55/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2c/39/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df_create_spdx.tar.zst\nDEBUG: Searching for 5d/0a/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/76/3c/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d1/35/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0_create_runtime_spdx.tar.zst\nDEBUG: Using  for 1d/3b/sstate:popt::1.19:r0::11:1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/9d/36/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://47/cb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/48/09/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419_recipe_qa.tar.zst\nDEBUG: Searching for ad/55/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/2c/39/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5d/0a/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d7/9e/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:d79e9af3458e21ab12aa2c1f5c4c9ee266817ff06869f274eba4825bba0efadd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/86/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4_package_write_rpm.tar.zst\nDEBUG: For url file://universal/76/3c/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/3c/sstate%3Alibxml-namespacesupport-perl-native%3Ax86_64-linux%3A1.12%3Ar0%3Ax86_64%3A11%3A763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be_create_runtime_spdx.tar.zst;downloadfilename=universal/76/3c/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d1/35/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1d/3b/sstate:popt::1.19:r0::11:1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/9d/36/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://cc/d5/sstate:libxres::1.2.2:r0::11:ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222_populate_lic.tar.zst\nDEBUG: Searching for universal/48/09/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ad/55/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b_create_spdx.tar.zst\nDEBUG: Using  for universal/2c/39/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df_create_spdx.tar.zst\nDEBUG: Testing URL file://5d/0a/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://53/4e/sstate:libxft::2.3.8:r0::11:534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/fe/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd1/35/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1d/3b/sstate:popt::1.19:r0::11:1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/9d/36/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9d/36/sstate%3Ampfr-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A11%3A9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d_create_spdx.tar.zst;downloadfilename=universal/9d/36/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d_create_spdx.tar.zst\nDEBUG: Searching for cc/d5/sstate:libxres::1.2.2:r0::11:ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/48/09/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419_recipe_qa.tar.zst\nDEBUG: Testing URL file://ad/55/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/2c/39/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5d/0a/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/4e/sstate:libxft::2.3.8:r0::11:534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7e/fe/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/c8/1a/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:c81ac44356b23fdd8bf73ab429f09794186ca74b00e1d1e6cd4ae977549ccaa5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d1/35/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/35/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A11%3Ad135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0_create_runtime_spdx.tar.zst;downloadfilename=d1/35/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0_create_runtime_spdx.tar.zst\nDEBUG: For url file://1d/3b/sstate:popt::1.19:r0::11:1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/3b/sstate%3Apopt%3A%3A1.19%3Ar0%3A%3A11%3A1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc_populate_lic.tar.zst;downloadfilename=1d/3b/sstate:popt::1.19:r0::11:1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc_populate_lic.tar.zst\nDEBUG: Using  for cc/d5/sstate:libxres::1.2.2:r0::11:ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/48/09/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ad/55/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2c/39/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5d/0a/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/0a/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982_create_runtime_spdx.tar.zst;downloadfilename=5d/0a/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982_create_runtime_spdx.tar.zst\nDEBUG: Using  for 53/4e/sstate:libxft::2.3.8:r0::11:534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc_populate_lic.tar.zst\nDEBUG: Using  for 7e/fe/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/c2/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://cc/d5/sstate:libxres::1.2.2:r0::11:ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/76/3c/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/48/09/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ad/55/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/55/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.50.1%3Ar0%3Acore2-64%3A11%3Aad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b_create_spdx.tar.zst;downloadfilename=ad/55/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b_create_spdx.tar.zst\nDEBUG: For url file://universal/2c/39/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2c/39/sstate%3Aperlcross-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A11%3A2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df_create_spdx.tar.zst;downloadfilename=universal/2c/39/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df_create_spdx.tar.zst\nDEBUG: Testing URL file://53/4e/sstate:libxft::2.3.8:r0::11:534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc_populate_lic.tar.zst\nDEBUG: Testing URL file://7e/fe/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9d/36/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d_create_spdx.tar.zst\nDEBUG: Searching for c9/c2/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'cc/d5/sstate:libxres::1.2.2:r0::11:ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://66/e2/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3_package_write_rpm.tar.zst\nDEBUG: For url file://universal/48/09/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/48/09/sstate%3Acracklib-native%3Ax86_64-linux%3A2.9.11%3Ar0%3Ax86_64%3A11%3A4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419_recipe_qa.tar.zst;downloadfilename=universal/48/09/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '53/4e/sstate:libxft::2.3.8:r0::11:534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7e/fe/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1d/3b/sstate:popt::1.19:r0::11:1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://03/fd/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c9/c2/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f_package_write_rpm.tar.zst\nDEBUG: For url file://cc/d5/sstate:libxres::1.2.2:r0::11:ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/d5/sstate%3Alibxres%3A%3A1.2.2%3Ar0%3A%3A11%3Accd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222_populate_lic.tar.zst;downloadfilename=cc/d5/sstate:libxres::1.2.2:r0::11:ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222_populate_lic.tar.zst\nDEBUG: Searching for 66/e2/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://53/4e/sstate:libxft::2.3.8:r0::11:534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/4e/sstate%3Alibxft%3A%3A2.3.8%3Ar0%3A%3A11%3A534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc_populate_lic.tar.zst;downloadfilename=53/4e/sstate:libxft::2.3.8:r0::11:534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc_populate_lic.tar.zst\nDEBUG: For url file://7e/fe/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/fe/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5_package_qa.tar.zst;downloadfilename=7e/fe/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://05/85/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 03/fd/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c9/c2/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f_package_write_rpm.tar.zst\nDEBUG: Using  for 66/e2/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3_package_write_rpm.tar.zst\nDEBUG: Searching for 05/85/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 03/fd/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2c/39/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c9/c2/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ee/6b/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75_create_spdx.tar.zst\nDEBUG: Testing URL file://66/e2/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3_package_write_rpm.tar.zst\nDEBUG: Using  for 05/85/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://03/fd/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/48/09/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4809d54ac65b37d20671b25b9760f1a105553f520875d46f879b6d4811176419_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://62/07/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f_packagedata.tar.zst\nDEBUG: For url file://c9/c2/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/c2/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A11%3Ac9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f_package_write_rpm.tar.zst;downloadfilename=c9/c2/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/47/57/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '66/e2/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://05/85/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '03/fd/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d7/52/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee_create_spdx.tar.zst\nDEBUG: Searching for 62/07/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/47/57/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://60/52/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7_create_runtime_spdx.tar.zst\nDEBUG: For url file://66/e2/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/e2/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A11%3A66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3_package_write_rpm.tar.zst;downloadfilename=66/e2/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/d5/sstate:libxres::1.2.2:r0::11:ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222_populate_lic.tar.zst\nDEBUG: For url ['file', '', '05/85/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://03/fd/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/fd/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.7.0%3Ar0%3Acore2-64%3A11%3A03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5_deploy_source_date_epoch.tar.zst;downloadfilename=03/fd/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d7/52/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 62/07/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f_packagedata.tar.zst\nDEBUG: Using  for universal/47/57/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://56/9d/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/fe/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://53/4e/sstate:libxft::2.3.8:r0::11:534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/24/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696_populate_sysroot.tar.zst\nDEBUG: For url file://05/85/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/85/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.4%3Ar0%3Acore2-64%3A11%3A05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93_deploy_source_date_epoch.tar.zst;downloadfilename=05/85/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d7/52/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee_create_spdx.tar.zst\nDEBUG: Testing URL file://62/07/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f_packagedata.tar.zst\nDEBUG: Testing URL file://universal/47/57/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5_create_runtime_spdx.tar.zst\nDEBUG: Searching for 56/9d/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a1/d4/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/3c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a_create_spdx.tar.zst\nDEBUG: Searching for c9/24/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d7/52/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee_create_spdx.tar.zst\nDEBUG: For url ['file', '', '62/07/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c9/c2/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/47/57/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 56/9d/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0_create_spdx.tar.zst\nDEBUG: Searching for a1/d4/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d7/3c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c9/24/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd7/52/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://62/07/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/07/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f_packagedata.tar.zst;downloadfilename=62/07/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/0a/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d_packagedata.tar.zst\nDEBUG: For url file://universal/47/57/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/47/57/sstate%3Apython3-pathlib2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A11%3A475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5_create_runtime_spdx.tar.zst;downloadfilename=universal/47/57/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://56/9d/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0_create_spdx.tar.zst\nDEBUG: Using  for a1/d4/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139_create_runtime_spdx.tar.zst\nDEBUG: Using  for d7/3c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a_create_spdx.tar.zst\nDEBUG: Testing URL file://c9/24/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696_populate_sysroot.tar.zst\nDEBUG: For url file://d7/52/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/52/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A11%3Ad752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee_create_spdx.tar.zst;downloadfilename=d7/52/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee_create_spdx.tar.zst\nDEBUG: Searching for f6/0a/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://03/fd/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:03fd751a31d972e85c27e4584036a8c58638387fcdbe479521f8a92c17190bd5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://66/e2/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '56/9d/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://bc/2e/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://05/85/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:05855e34cc4bbdb443d36fa9357b8b693561fd9a61c13df453f85174534ccf93_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a1/d4/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d7/3c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c9/24/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f6/0a/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/59/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/8e/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b_package_qa.tar.zst\nDEBUG: For url file://56/9d/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/9d/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0_create_spdx.tar.zst;downloadfilename=56/9d/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://70/8f/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/95/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d_package.tar.zst\nDEBUG: For url ['file', '', 'a1/d4/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd7/3c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://62/07/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f_packagedata.tar.zst\nDEBUG: For url file://c9/24/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/24/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3Ac9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696_populate_sysroot.tar.zst;downloadfilename=c9/24/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f6/0a/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d_packagedata.tar.zst\nDEBUG: Searching for universal/ed/59/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1a/8e/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 70/8f/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4b/95/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/47/57/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5_create_runtime_spdx.tar.zst\nDEBUG: For url file://a1/d4/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/d4/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20231127%2Bgit%3Ar0%3Acore2-64%3A11%3Aa1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139_create_runtime_spdx.tar.zst;downloadfilename=a1/d4/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139_create_runtime_spdx.tar.zst\nDEBUG: For url file://d7/3c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/3c/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.0.3%3Ar0%3Acore2-64%3A11%3Ad73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a_create_spdx.tar.zst;downloadfilename=d7/3c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/27/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f6/0a/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ed/59/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/52/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee_create_spdx.tar.zst\nDEBUG: Using  for 1a/8e/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b_package_qa.tar.zst\nDEBUG: Using  for 70/8f/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704_package.tar.zst\nDEBUG: Using  for 4b/95/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/15/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea_package_qa.tar.zst\nDEBUG: Searching for 98/27/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f6/0a/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/0a/sstate%3Ataglib%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3Af60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d_packagedata.tar.zst;downloadfilename=f6/0a/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d_packagedata.tar.zst\nDEBUG: Testing URL file://universal/ed/59/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://21/89/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1a/8e/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b_package_qa.tar.zst\nDEBUG: Testing URL file://70/8f/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704_package.tar.zst\nDEBUG: Testing URL file://4b/95/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d_package.tar.zst\nDEBUG: Searching for ec/15/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 98/27/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ed/59/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 21/89/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1a/8e/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c9/24/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:c9240fd29002592284fb4cc9c13963891be603dcb5600509ad521d49e52d7696_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '70/8f/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4b/95/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ec/15/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea_package_qa.tar.zst\nDEBUG: Testing URL file://98/27/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/d4/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/ed/59/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/59/sstate%3Adesktop-file-utils-native%3Ax86_64-linux%3A0.27%3Ar0%3Ax86_64%3A11%3Aed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f_recipe_qa.tar.zst;downloadfilename=universal/ed/59/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f_recipe_qa.tar.zst\nDEBUG: Using  for 21/89/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c_populate_sysroot.tar.zst\nDEBUG: For url file://1a/8e/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/8e/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.2.0%3Ar0%3Acore2-64%3A11%3A1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b_package_qa.tar.zst;downloadfilename=1a/8e/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c1/c1/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24_create_runtime_spdx.tar.zst\nDEBUG: For url file://70/8f/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/8f/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A11%3A708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704_package.tar.zst;downloadfilename=70/8f/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704_package.tar.zst\nDEBUG: For url file://4b/95/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/95/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d_package.tar.zst;downloadfilename=4b/95/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d_package.tar.zst\nDEBUG: Testing URL file://ec/15/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea_package_qa.tar.zst\nDEBUG: For url ['file', '', '98/27/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c8/20/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://21/89/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c_populate_sysroot.tar.zst\nDEBUG: Searching for universal/c1/c1/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f6/0a/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/0a/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/7e/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ec/15/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://98/27/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/27/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A11%3A9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46_deploy_source_date_epoch.tar.zst;downloadfilename=98/27/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c8/20/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '21/89/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c1/c1/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://11/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/28/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ed/59/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271_create_runtime_spdx.tar.zst\nDEBUG: For url file://ec/15/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/15/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A11%3Aec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea_package_qa.tar.zst;downloadfilename=ec/15/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea_package_qa.tar.zst\nDEBUG: Using  for c8/20/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/8e/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b_package_qa.tar.zst\nDEBUG: For url file://21/89/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/89/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A11%3A21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c_populate_sysroot.tar.zst;downloadfilename=21/89/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/c1/c1/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24_create_runtime_spdx.tar.zst\nDEBUG: Searching for 11/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d6/28/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/82/44/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb_create_runtime_spdx.tar.zst\nDEBUG: Searching for ad/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c8/20/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://70/8f/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:708ff0fba3e54c2455581c46e363ace443a2d1a54e4b37a613c894944c7ba704_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/e8/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/35/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c1/c1/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4b/95/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:4b95027fc859ba9bbdf277eedb30c6e9a0879f7185b84dce4e9a0462ec9c064d_package.tar.zst\nDEBUG: Using  for 11/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://56/9d/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0_create_spdx.tar.zst\nDEBUG: Using  for d6/28/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c_packagedata.tar.zst\nDEBUG: Searching for universal/82/44/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ad/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'c8/20/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://57/80/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533_create_spdx.tar.zst\nDEBUG: Searching for a5/e8/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://98/27/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:9827d7a1746f2390885a995ddee8a0527c2c3ef0c9a0c29930ee6413c4e9af46_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://97/5f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47_recipe_qa.tar.zst\nDEBUG: For url file://universal/c1/c1/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/c1/sstate%3Aglslang-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3Ac1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24_create_runtime_spdx.tar.zst;downloadfilename=universal/c1/c1/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b_package.tar.zst\nDEBUG: Testing URL file://11/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/25/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e_create_spdx.tar.zst\nDEBUG: Testing URL file://d6/28/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c_packagedata.tar.zst\nDEBUG: Using  for universal/82/44/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ad/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271_create_runtime_spdx.tar.zst\nDEBUG: For url file://c8/20/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/20/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A11%3Ac82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af_deploy_source_date_epoch.tar.zst;downloadfilename=c8/20/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 57/80/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ec/15/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea_package_qa.tar.zst\nDEBUG: Using  for a5/e8/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://89/27/sstate:shadow::4.14.2:r0::11:89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5_populate_lic.tar.zst\nDEBUG: Searching for 97/5f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fc/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '11/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://21/89/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:21897e23949f811063fc7a7b1fe3dfa96c6d8df7f675f1604746cae5c7851f4c_populate_sysroot.tar.zst\nDEBUG: Searching for 0b/25/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd6/28/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/82/44/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ad/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 57/80/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/e3/sstate:xorgproto::2023.2:r0::11:d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a_populate_lic.tar.zst\nDEBUG: Testing URL file://a5/e8/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb_package.tar.zst\nDEBUG: Searching for 89/27/sstate:shadow::4.14.2:r0::11:89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 97/5f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47_recipe_qa.tar.zst\nDEBUG: Using  for fc/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b_package.tar.zst\nDEBUG: For url file://11/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/57/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84_populate_sysroot.tar.zst;downloadfilename=11/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/00/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa_package_write_rpm.tar.zst\nDEBUG: Using  for 0b/25/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e_create_spdx.tar.zst\nDEBUG: For url file://d6/28/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/28/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A11%3Ad628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c_packagedata.tar.zst;downloadfilename=d6/28/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/82/44/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ad/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/eb/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.47%3Ar0%3Acore2-64%3A11%3Aadeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271_create_runtime_spdx.tar.zst;downloadfilename=ad/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://57/80/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533_create_spdx.tar.zst\nDEBUG: Searching for d9/e3/sstate:xorgproto::2023.2:r0::11:d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a5/e8/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 89/27/sstate:shadow::4.14.2:r0::11:89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5_populate_lic.tar.zst\nDEBUG: Testing URL file://97/5f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47_recipe_qa.tar.zst\nDEBUG: Testing URL file://fc/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b_package.tar.zst\nDEBUG: Searching for 8e/00/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0b/25/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e_create_spdx.tar.zst\nDEBUG: For url file://universal/82/44/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/82/44/sstate%3Ashaderc-native%3Ax86_64-linux%3A2023.7%3Ar0%3Ax86_64%3A11%3A82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb_create_runtime_spdx.tar.zst;downloadfilename=universal/82/44/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/20/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:c82082f89b1c5cbd414aec931b1281a953945c77abdc298b280b2f1e66dc73af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c1/c1/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '57/80/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d9/e3/sstate:xorgproto::2023.2:r0::11:d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a_populate_lic.tar.zst\nDEBUG: For url file://a5/e8/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/e8/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.0%3Ar0%3Acore2-64%3A11%3Aa5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb_package.tar.zst;downloadfilename=a5/e8/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb_package.tar.zst\nDEBUG: Testing URL file://89/27/sstate:shadow::4.14.2:r0::11:89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5_populate_lic.tar.zst\nDEBUG: For url ['file', '', '97/5f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fc/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8e/00/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0b/25/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8a/58/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://09/4f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674_recipe_qa.tar.zst\nDEBUG: For url file://57/80/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/80/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A11%3A578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533_create_spdx.tar.zst;downloadfilename=57/80/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533_create_spdx.tar.zst\nDEBUG: Testing URL file://d9/e3/sstate:xorgproto::2023.2:r0::11:d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '89/27/sstate:shadow::4.14.2:r0::11:89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://11/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:115767715332b35f40305cf4ce7c3a1fbf6d3783c9d2a2520ab8e6e65d945c84_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/28/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c_packagedata.tar.zst\nDEBUG: For url file://97/5f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/5f/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3A975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47_recipe_qa.tar.zst;downloadfilename=97/5f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47_recipe_qa.tar.zst\nDEBUG: For url file://fc/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/b6/sstate%3Alibedit%3Acore2-64-poky-linux%3A20230828-3.1%3Ar0%3Acore2-64%3A11%3Afcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b_package.tar.zst;downloadfilename=fc/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b_package.tar.zst\nDEBUG: Testing URL file://8e/00/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa_package_write_rpm.tar.zst\nDEBUG: For url file://0b/25/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/25/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.42%3Ar0%3Acore2-64%3A11%3A0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e_create_spdx.tar.zst;downloadfilename=0b/25/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e_create_spdx.tar.zst\nDEBUG: Searching for 8a/58/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 09/4f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd9/e3/sstate:xorgproto::2023.2:r0::11:d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://89/27/sstate:shadow::4.14.2:r0::11:89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/27/sstate%3Ashadow%3A%3A4.14.2%3Ar0%3A%3A11%3A89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5_populate_lic.tar.zst;downloadfilename=89/27/sstate:shadow::4.14.2:r0::11:89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/55/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/8c/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://01/5b/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/82/44/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '8e/00/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8a/58/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/e8/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:a5e8b7d1278c372c264059c25ec3ab2cbe3dddc2caf31dde7236720c74255acb_package.tar.zst\nDEBUG: Using  for 09/4f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674_recipe_qa.tar.zst\nDEBUG: For url file://d9/e3/sstate:xorgproto::2023.2:r0::11:d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/e3/sstate%3Axorgproto%3A%3A2023.2%3Ar0%3A%3A11%3Ad9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a_populate_lic.tar.zst;downloadfilename=d9/e3/sstate:xorgproto::2023.2:r0::11:d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://73/d0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40_create_spdx.tar.zst\nDEBUG: Searching for bd/8c/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://57/80/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533_create_spdx.tar.zst\nDEBUG: Searching for 01/5b/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://de/a7/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fcb6b8cb2558019f17fec8a3e00e52aa8541803032d2071aa2738bb5a7327d8b_package.tar.zst\nDEBUG: For url file://8e/00/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/00/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A0.9.77%3Ar0%3Acore2-64%3A11%3A8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa_package_write_rpm.tar.zst;downloadfilename=8e/00/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://8a/58/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d3/29/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8_recipe_qa.tar.zst\nDEBUG: Testing URL file://09/4f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674_recipe_qa.tar.zst\nDEBUG: Searching for 73/d0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://97/5f/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47_recipe_qa.tar.zst\nDEBUG: Using  for bd/8c/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/33/6f/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5_create_runtime_spdx.tar.zst\nDEBUG: Using  for 01/5b/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb_package_qa.tar.zst\nDEBUG: Searching for de/a7/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://48/42/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918_packagedata.tar.zst\nDEBUG: For url ['file', '', '8a/58/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://89/27/sstate:shadow::4.14.2:r0::11:89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5_populate_lic.tar.zst\nDEBUG: Searching for universal/d3/29/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '09/4f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 73/d0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/34/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef_package_qa.tar.zst\nDEBUG: Testing URL file://bd/8c/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e_package_qa.tar.zst\nDEBUG: Searching for universal/33/6f/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://01/5b/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb_package_qa.tar.zst\nDEBUG: Using  for de/a7/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf_create_spdx.tar.zst\nDEBUG: Searching for 48/42/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://8a/58/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/58/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A11%3A8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5_package_qa.tar.zst;downloadfilename=8a/58/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://49/99/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee_packagedata.tar.zst\nDEBUG: Using  for universal/d3/29/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8_recipe_qa.tar.zst\nDEBUG: For url file://09/4f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/4f/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A11%3A094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674_recipe_qa.tar.zst;downloadfilename=09/4f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674_recipe_qa.tar.zst\nDEBUG: Testing URL file://73/d0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40_create_spdx.tar.zst\nDEBUG: Searching for a5/34/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bd/8c/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/33/6f/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '01/5b/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://de/a7/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf_create_spdx.tar.zst\nDEBUG: Using  for 48/42/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918_packagedata.tar.zst\nDEBUG: Searching for 49/99/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/d3/29/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/e3/sstate:xorgproto::2023.2:r0::11:d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '73/d0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a5/34/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/00/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa_package_write_rpm.tar.zst\nDEBUG: For url file://bd/8c/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/8c/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A11%3Abd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e_package_qa.tar.zst;downloadfilename=bd/8c/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e_package_qa.tar.zst\nDEBUG: Testing URL file://universal/33/6f/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5_create_runtime_spdx.tar.zst\nDEBUG: For url file://01/5b/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/5b/sstate%3Ataglib%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb_package_qa.tar.zst;downloadfilename=01/5b/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb_package_qa.tar.zst\nDEBUG: For url ['file', '', 'de/a7/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://48/42/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918_packagedata.tar.zst\nDEBUG: Using  for 49/99/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/d3/29/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/39/6f/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5_create_runtime_spdx.tar.zst\nDEBUG: For url file://73/d0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/d0/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40_create_spdx.tar.zst;downloadfilename=73/d0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40_create_spdx.tar.zst\nDEBUG: Testing URL file://a5/34/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/42/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/33/6f/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://de/a7/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/a7/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A11%3Adea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf_create_spdx.tar.zst;downloadfilename=de/a7/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf_create_spdx.tar.zst\nDEBUG: For url ['file', '', '48/42/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://0b/25/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://09/4f/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/58/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5_package_qa.tar.zst\nDEBUG: Testing URL file://49/99/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee_packagedata.tar.zst\nDEBUG: For url file://universal/d3/29/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/29/sstate%3Apython3-zipp-native%3Ax86_64-linux%3A3.17.0%3Ar0%3Ax86_64%3A11%3Ad3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8_recipe_qa.tar.zst;downloadfilename=universal/d3/29/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8_recipe_qa.tar.zst\nDEBUG: Searching for universal/39/6f/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a5/34/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for dd/42/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/33/6f/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/6f/sstate%3Abison-native%3Ax86_64-linux%3A3.8.2%3Ar0%3Ax86_64%3A11%3A336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5_create_runtime_spdx.tar.zst;downloadfilename=universal/33/6f/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5_create_runtime_spdx.tar.zst\nDEBUG: For url file://48/42/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/42/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918_packagedata.tar.zst;downloadfilename=48/42/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://91/e1/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://57/5c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/f8/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '49/99/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://bd/8c/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://01/5b/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb_package_qa.tar.zst\nDEBUG: Using  for universal/39/6f/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5_create_runtime_spdx.tar.zst\nDEBUG: For url file://a5/34/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/34/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A11%3Aa5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef_package_qa.tar.zst;downloadfilename=a5/34/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef_package_qa.tar.zst\nDEBUG: Using  for dd/42/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33_populate_sysroot.tar.zst\nDEBUG: Searching for 91/e1/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 57/5c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/7e/f8/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d7/3c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a_create_spdx.tar.zst\nDEBUG: For url file://49/99/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/99/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A11%3A499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee_packagedata.tar.zst;downloadfilename=49/99/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/a1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/08/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://de/a7/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/39/6f/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://dd/42/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33_populate_sysroot.tar.zst\nDEBUG: Using  for 91/e1/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d3/29/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8_recipe_qa.tar.zst\nDEBUG: Using  for 57/5c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66_packagedata.tar.zst\nDEBUG: Using  for universal/7e/f8/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/1f/sstate:sqlite3::3.44.2:r0::11:e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b_populate_lic.tar.zst\nDEBUG: Searching for d6/a1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e0/08/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/33/6f/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8b/2b/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/39/6f/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'dd/42/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://48/42/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918_packagedata.tar.zst\nDEBUG: Testing URL file://91/e1/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/ff/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://57/5c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66_packagedata.tar.zst\nDEBUG: Testing URL file://universal/7e/f8/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49_populate_sysroot.tar.zst\nDEBUG: Searching for e7/1f/sstate:sqlite3::3.44.2:r0::11:e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d6/a1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b_package_qa.tar.zst\nDEBUG: Using  for e0/08/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/26/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661_package.tar.zst\nDEBUG: Searching for universal/8b/2b/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/39/6f/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/6f/sstate%3Azstd-native%3Ax86_64-linux%3A1.5.5%3Ar0%3Ax86_64%3A11%3A396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5_create_runtime_spdx.tar.zst;downloadfilename=universal/39/6f/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5_create_runtime_spdx.tar.zst\nDEBUG: For url file://dd/42/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/42/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Add425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33_populate_sysroot.tar.zst;downloadfilename=dd/42/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c8/b2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '91/e1/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/a0/ff/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '57/5c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/7e/f8/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a5/34/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef_package_qa.tar.zst\nDEBUG: Using  for e7/1f/sstate:sqlite3::3.44.2:r0::11:e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b_populate_lic.tar.zst\nDEBUG: Testing URL file://d6/a1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b_package_qa.tar.zst\nDEBUG: Testing URL file://e0/08/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449_recipe_qa.tar.zst\nDEBUG: Searching for ff/26/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/8b/2b/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4_recipe_qa.tar.zst\nDEBUG: Searching for universal/c8/b2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://91/e1/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/e1/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A11%3A91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb_create_spdx.tar.zst;downloadfilename=91/e1/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://49/99/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee_packagedata.tar.zst\nDEBUG: Using  for universal/a0/ff/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211_create_runtime_spdx.tar.zst\nDEBUG: For url file://57/5c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/5c/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.3%3Ar0%3Acore2-64%3A11%3A575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66_packagedata.tar.zst;downloadfilename=57/5c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66_packagedata.tar.zst\nDEBUG: For url file://universal/7e/f8/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/f8/sstate%3Agroff-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A11%3A7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49_populate_sysroot.tar.zst;downloadfilename=universal/7e/f8/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://78/2a/sstate:json-c::0.17:r0::11:782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c_populate_lic.tar.zst\nDEBUG: Testing URL file://e7/1f/sstate:sqlite3::3.44.2:r0::11:e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd6/a1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e0/08/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ff/26/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661_package.tar.zst\nDEBUG: Testing URL file://universal/8b/2b/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4_recipe_qa.tar.zst\nDEBUG: Using  for universal/c8/b2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://db/82/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/a0/ff/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/39/6f/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5_create_runtime_spdx.tar.zst\nDEBUG: Searching for 78/2a/sstate:json-c::0.17:r0::11:782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ad/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/42/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:dd425e8c53523dcc3d4e81a34c74dd666a19e27a70fd2f8fbd45ee4aa8662d33_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e7/1f/sstate:sqlite3::3.44.2:r0::11:e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d6/a1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/a1/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ad6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b_package_qa.tar.zst;downloadfilename=d6/a1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b_package_qa.tar.zst\nDEBUG: For url file://e0/08/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/08/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ae008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449_recipe_qa.tar.zst;downloadfilename=e0/08/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449_recipe_qa.tar.zst\nDEBUG: Testing URL file://ff/26/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661_package.tar.zst\nDEBUG: For url ['file', '', 'universal/8b/2b/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/c8/b2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec_populate_sysroot.tar.zst\nDEBUG: Searching for db/82/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/a0/ff/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://9c/54/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068_package_qa.tar.zst\nDEBUG: Using  for 78/2a/sstate:json-c::0.17:r0::11:782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/07/3f/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/01/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315_create_spdx.tar.zst\nDEBUG: For url file://e7/1f/sstate:sqlite3::3.44.2:r0::11:e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/1f/sstate%3Asqlite3%3A%3A3.44.2%3Ar0%3A%3A11%3Ae71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b_populate_lic.tar.zst;downloadfilename=e7/1f/sstate:sqlite3::3.44.2:r0::11:e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ff/26/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/8b/2b/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/2b/sstate%3Abzip2-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A11%3A8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4_recipe_qa.tar.zst;downloadfilename=universal/8b/2b/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://57/5c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/c8/b2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for db/82/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/a0/ff/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/ff/sstate%3Alibffi-native%3Ax86_64-linux%3A3.4.4%3Ar0%3Ax86_64%3A11%3Aa0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211_create_runtime_spdx.tar.zst;downloadfilename=universal/a0/ff/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211_create_runtime_spdx.tar.zst\nDEBUG: Searching for 9c/54/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://78/2a/sstate:json-c::0.17:r0::11:782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c_populate_lic.tar.zst\nDEBUG: Searching for universal/07/3f/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3d/01/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ff/26/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/26/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3Aff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661_package.tar.zst;downloadfilename=ff/26/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/f8/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:7ef8cfa3121e010231b2e5978a8ecae2bdddd1c9dceeeb14303d7038cae26d49_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://55/ca/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536_package_qa.tar.zst\nDEBUG: For url file://universal/c8/b2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c8/b2/sstate%3Apython3-native%3Ax86_64-linux%3A3.12.1%3Ar0%3Ax86_64%3A11%3Ac8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec_populate_sysroot.tar.zst;downloadfilename=universal/c8/b2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec_populate_sysroot.tar.zst\nDEBUG: Testing URL file://db/82/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70_create_runtime_spdx.tar.zst\nDEBUG: Using  for 9c/54/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068_package_qa.tar.zst\nDEBUG: For url ['file', '', '78/2a/sstate:json-c::0.17:r0::11:782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e0/08/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449_recipe_qa.tar.zst\nDEBUG: Using  for universal/07/3f/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/a1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b_package_qa.tar.zst\nDEBUG: Using  for 3d/01/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/2b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97_populate_sysroot.tar.zst\nDEBUG: Searching for 55/ca/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'db/82/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9c/54/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/1f/sstate:sqlite3::3.44.2:r0::11:e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8b/2b/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4_recipe_qa.tar.zst\nDEBUG: For url file://78/2a/sstate:json-c::0.17:r0::11:782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/2a/sstate%3Ajson-c%3A%3A0.17%3Ar0%3A%3A11%3A782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c_populate_lic.tar.zst;downloadfilename=78/2a/sstate:json-c::0.17:r0::11:782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/4c/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/07/3f/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/c7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423_package_qa.tar.zst\nDEBUG: Testing URL file://3d/01/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315_create_spdx.tar.zst\nDEBUG: Searching for a8/2b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 55/ca/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/ff/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211_create_runtime_spdx.tar.zst\nDEBUG: For url file://db/82/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/82/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A11%3Adb824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70_create_runtime_spdx.tar.zst;downloadfilename=db/82/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '9c/54/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bd/b0/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/04/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310_create_spdx.tar.zst\nDEBUG: Searching for a8/4c/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/07/3f/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ff/26/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:ff26fcb9d0b48e08174ede61f0f359681feafe2a26bfc2826601f2047e4f0661_package.tar.zst\nDEBUG: Searching for 7f/c7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3d/01/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a8/2b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97_populate_sysroot.tar.zst\nDEBUG: Testing URL file://55/ca/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/fe/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155_recipe_qa.tar.zst\nDEBUG: For url file://9c/54/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/54/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A11%3A9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068_package_qa.tar.zst;downloadfilename=9c/54/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c8/b2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec_populate_sysroot.tar.zst\nDEBUG: Searching for bd/b0/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/04/04/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a8/4c/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be_create_spdx.tar.zst\nDEBUG: For url file://universal/07/3f/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/07/3f/sstate%3Apython3-pyparsing-native%3Ax86_64-linux%3A3.1.1%3Ar0%3Ax86_64%3A11%3A073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b_recipe_qa.tar.zst;downloadfilename=universal/07/3f/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://00/39/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe_package_qa.tar.zst\nDEBUG: Using  for 7f/c7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423_package_qa.tar.zst\nDEBUG: For url file://3d/01/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/01/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315_create_spdx.tar.zst;downloadfilename=3d/01/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315_create_spdx.tar.zst\nDEBUG: Testing URL file://a8/2b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '55/ca/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9d/fe/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://5c/3e/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe_create_runtime_spdx.tar.zst\nDEBUG: Using  for bd/b0/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570_package.tar.zst\nDEBUG: SState: Successful fetch test for file://78/2a/sstate:json-c::0.17:r0::11:782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c_populate_lic.tar.zst\nDEBUG: Using  for universal/04/04/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310_create_spdx.tar.zst\nDEBUG: Testing URL file://a8/4c/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be_create_spdx.tar.zst\nDEBUG: Searching for 00/39/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7f/c7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a8/2b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://55/ca/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/ca/sstate%3Amesa%3Acore2-64-poky-linux%3A23.3.5%3Ar0%3Acore2-64%3A11%3A55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536_package_qa.tar.zst;downloadfilename=55/ca/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536_package_qa.tar.zst\nDEBUG: Using  for 9d/fe/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155_recipe_qa.tar.zst\nDEBUG: Searching for 5c/3e/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://bd/b0/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/bc/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/04/04/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a8/4c/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 00/39/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe_package_qa.tar.zst\nDEBUG: For url ['file', '', '7f/c7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9c/54/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068_package_qa.tar.zst\nDEBUG: For url file://a8/2b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/2b/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A11%3Aa82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97_populate_sysroot.tar.zst;downloadfilename=a8/2b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9d/fe/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155_recipe_qa.tar.zst\nDEBUG: Using  for 5c/3e/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'bd/b0/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d9/bc/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/04/04/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a8/4c/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/4c/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%3Ar0%3Acore2-64%3A11%3Aa84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be_create_spdx.tar.zst;downloadfilename=a8/4c/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be_create_spdx.tar.zst\nDEBUG: Testing URL file://00/39/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe_package_qa.tar.zst\nDEBUG: For url file://7f/c7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/c7/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A11%3A7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423_package_qa.tar.zst;downloadfilename=7f/c7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://73/5b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9d/fe/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3d/01/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315_create_spdx.tar.zst\nDEBUG: Testing URL file://5c/3e/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/07/3f/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b_recipe_qa.tar.zst\nDEBUG: For url file://bd/b0/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/b0/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3Abdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570_package.tar.zst;downloadfilename=bd/b0/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570_package.tar.zst\nDEBUG: Using  for d9/bc/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/04/04/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/04/sstate%3Alibical-native%3Ax86_64-linux%3A3.0.17%3Ar0%3Ax86_64%3A11%3A04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310_create_spdx.tar.zst;downloadfilename=universal/04/04/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310_create_spdx.tar.zst\nDEBUG: For url ['file', '', '00/39/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 73/5b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://9d/fe/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/fe/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155_recipe_qa.tar.zst;downloadfilename=9d/fe/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://55/ca/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://98/f2/sstate:python3-pycairo::1.25.1:r0::11:98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5c/3e/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2b/99/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9_package_qa.tar.zst\nDEBUG: Testing URL file://d9/bc/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb_create_runtime_spdx.tar.zst\nDEBUG: For url file://00/39/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/39/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A11%3A0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe_package_qa.tar.zst;downloadfilename=00/39/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe_package_qa.tar.zst\nDEBUG: Using  for 73/5b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/2b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:a82b1ff6469aeaaf53aa75f7c7f0c1a0c96308d42e8846727e0029cc101ddf97_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://02/80/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/c7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423_package_qa.tar.zst\nDEBUG: Searching for 98/f2/sstate:python3-pycairo::1.25.1:r0::11:98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5c/3e/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/3e/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe_create_runtime_spdx.tar.zst;downloadfilename=5c/3e/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe_create_runtime_spdx.tar.zst\nDEBUG: Searching for 2b/99/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd9/bc/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://73/5b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://91/e1/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/4c/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://73/d0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://db/82/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/04/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/b0/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:bdb071f48a1322087e5cefcf8983f433c7869208998ebba97971dfcd54373570_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ac/5a/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 02/80/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/13/4c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72_create_runtime_spdx.tar.zst\nDEBUG: Using  for 98/f2/sstate:python3-pycairo::1.25.1:r0::11:98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4_populate_lic.tar.zst\nDEBUG: Using  for 2b/99/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9_package_qa.tar.zst\nDEBUG: For url file://d9/bc/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/bc/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ad9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb_create_runtime_spdx.tar.zst;downloadfilename=d9/bc/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/fe/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '73/5b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0e/b8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/a9/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://89/ac/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4d/2d/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://00/39/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4f/56/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/a0/sstate:pkgconfig-native::0.29.2+git:r0::11:e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca_populate_lic.tar.zst\nDEBUG: Searching for universal/ac/5a/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 02/80/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e_create_spdx.tar.zst\nDEBUG: Searching for universal/13/4c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://98/f2/sstate:python3-pycairo::1.25.1:r0::11:98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4_populate_lic.tar.zst\nDEBUG: Testing URL file://2b/99/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://99/92/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d_populate_sysroot.tar.zst\nDEBUG: For url file://73/5b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/5b/sstate%3Alibgcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst;downloadfilename=73/5b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: Searching for 0e/b8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6b/a9/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 89/ac/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/4d/2d/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/ad/2b/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135_recipe_qa.tar.zst\nDEBUG: Searching for universal/4f/56/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e7/a0/sstate:pkgconfig-native::0.29.2+git:r0::11:e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/ac/5a/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://02/80/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e_create_spdx.tar.zst\nDEBUG: Using  for universal/13/4c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '98/f2/sstate:python3-pycairo::1.25.1:r0::11:98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2b/99/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 99/92/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0e/b8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69_package_write_deb.tar.zst\nDEBUG: Using  for 6b/a9/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 89/ac/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7_package_qa.tar.zst\nDEBUG: Using  for universal/4d/2d/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/ad/2b/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/4f/56/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe_create_spdx.tar.zst\nDEBUG: Using  for e7/a0/sstate:pkgconfig-native::0.29.2+git:r0::11:e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ac/5a/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '02/80/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/13/4c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72_create_runtime_spdx.tar.zst\nDEBUG: For url file://98/f2/sstate:python3-pycairo::1.25.1:r0::11:98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/f2/sstate%3Apython3-pycairo%3A%3A1.25.1%3Ar0%3A%3A11%3A98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4_populate_lic.tar.zst;downloadfilename=98/f2/sstate:python3-pycairo::1.25.1:r0::11:98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4_populate_lic.tar.zst\nDEBUG: For url file://2b/99/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/99/sstate%3Aliberror-perl%3Acore2-64-poky-linux%3A0.17029%3Ar0%3Acore2-64%3A11%3A2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9_package_qa.tar.zst;downloadfilename=2b/99/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9_package_qa.tar.zst\nDEBUG: Using  for 99/92/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0e/b8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/bc/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6b/a9/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://89/ac/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7_package_qa.tar.zst\nDEBUG: Testing URL file://universal/4d/2d/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/ad/2b/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/4f/56/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe_create_spdx.tar.zst\nDEBUG: Testing URL file://e7/a0/sstate:pkgconfig-native::0.29.2+git:r0::11:e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ac/5a/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://02/80/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/80/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A11%3A028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e_create_spdx.tar.zst;downloadfilename=02/80/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/13/4c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://99/92/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0e/b8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://73/5b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/b6/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6b/a9/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '89/ac/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/4d/2d/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/ad/2b/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/4f/56/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e7/a0/sstate:pkgconfig-native::0.29.2+git:r0::11:e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/ac/5a/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ac/5a/sstate%3Afreetype-native%3Ax86_64-linux%3A2.13.2%3Ar0%3Ax86_64%3A11%3Aac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ac/5a/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/13/4c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/13/4c/sstate%3Alibsolv-native%3Ax86_64-linux%3A0.7.28%3Ar0%3Ax86_64%3A11%3A134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72_create_runtime_spdx.tar.zst;downloadfilename=universal/13/4c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '99/92/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0e/b8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/b8/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69_package_write_deb.tar.zst;downloadfilename=0e/b8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/dd/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c_create_runtime_spdx.tar.zst\nDEBUG: Searching for e7/b6/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6b/a9/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/a9/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A11%3A6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9_deploy_source_date_epoch.tar.zst;downloadfilename=6b/a9/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://89/ac/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/ac/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A11%3A89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7_package_qa.tar.zst;downloadfilename=89/ac/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7_package_qa.tar.zst\nDEBUG: For url file://universal/4d/2d/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4d/2d/sstate%3Adwarfsrcfiles-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3A4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba_create_runtime_spdx.tar.zst;downloadfilename=universal/4d/2d/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://98/f2/sstate:python3-pycairo::1.25.1:r0::11:98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ad/2b/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4f/56/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/56/sstate%3Alibrepo-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe_create_spdx.tar.zst;downloadfilename=universal/4f/56/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe_create_spdx.tar.zst\nDEBUG: For url file://e7/a0/sstate:pkgconfig-native::0.29.2+git:r0::11:e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/a0/sstate%3Apkgconfig-native%3A%3A0.29.2%2Bgit%3Ar0%3A%3A11%3Ae7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca_populate_lic.tar.zst;downloadfilename=e7/a0/sstate:pkgconfig-native::0.29.2+git:r0::11:e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca_populate_lic.tar.zst\nDEBUG: For url file://99/92/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/92/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A11%3A99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d_populate_sysroot.tar.zst;downloadfilename=99/92/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/99/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9_package_qa.tar.zst\nDEBUG: Searching for c5/dd/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e7/b6/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ac/5a/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:ac5afba6dcd4b8039f9aa8527152d9828a49259bf835dadc056c46e68035a396_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/99/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/ad/2b/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ad/2b/sstate%3Axmlto-native%3Ax86_64-linux%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3Ax86_64%3A11%3Aad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135_recipe_qa.tar.zst;downloadfilename=universal/ad/2b/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/13/4c/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/b8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://89/60/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181_packagedata.tar.zst\nDEBUG: Using  for c5/dd/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/a9/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6ba959a9b3ad497a98293a968dc7cba1c47c72c9eb35a1dcb24cbf9fb117dab9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e7/b6/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4d/2d/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://89/ac/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/73/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4_create_runtime_spdx.tar.zst\nDEBUG: Searching for e1/99/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://01/d3/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/c9/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 89/60/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c5/dd/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://be/fe/sstate:libnss-mdns::0.15.1:r0::11:befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e7/b6/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://86/0f/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4f/56/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://77/e9/sstate:libpthread-stubs-native::0.5:r0::11:77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c_populate_lic.tar.zst\nDEBUG: Searching for cb/73/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e7/a0/sstate:pkgconfig-native::0.29.2+git:r0::11:e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca_populate_lic.tar.zst\nDEBUG: Using  for e1/99/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4_create_runtime_spdx.tar.zst\nDEBUG: Searching for 01/d3/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8e/c9/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 89/60/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c5/dd/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for be/fe/sstate:libnss-mdns::0.15.1:r0::11:befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e7/b6/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/b6/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.7.3%3Ar0%3Acore2-64%3A11%3Ae7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f_recipe_qa.tar.zst;downloadfilename=e7/b6/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f_recipe_qa.tar.zst\nDEBUG: Searching for 86/0f/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://99/92/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:99921cb4c90f01515af8bbca4b92e2381e71d1c4113edec501eb40bd4a71e40d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://28/a8/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75_create_spdx.tar.zst\nDEBUG: Searching for 77/e9/sstate:libpthread-stubs-native::0.5:r0::11:77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cb/73/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/c1/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e1/99/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4_create_runtime_spdx.tar.zst\nDEBUG: Using  for 01/d3/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8e/c9/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://89/60/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181_packagedata.tar.zst\nDEBUG: For url file://c5/dd/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/dd/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.13%3Ar0%3Acore2-64%3A11%3Ac5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c_create_runtime_spdx.tar.zst;downloadfilename=c5/dd/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c_create_runtime_spdx.tar.zst\nDEBUG: Using  for be/fe/sstate:libnss-mdns::0.15.1:r0::11:befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ad/2b/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:ad2b60e0d63daf55862d969b2514cfccdcaad3eb4b1a7afce2747e7833322135_recipe_qa.tar.zst\nDEBUG: Using  for 86/0f/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7c/9d/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0_populate_sysroot.tar.zst\nDEBUG: Searching for 28/a8/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 77/e9/sstate:libpthread-stubs-native::0.5:r0::11:77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c_populate_lic.tar.zst\nDEBUG: Testing URL file://cb/73/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4_create_runtime_spdx.tar.zst\nDEBUG: Searching for 33/c1/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e1/99/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://01/d3/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8e/c9/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '89/60/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://be/fe/sstate:libnss-mdns::0.15.1:r0::11:befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/16/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://86/0f/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213_package.tar.zst\nDEBUG: Searching for universal/7c/9d/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 28/a8/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75_create_spdx.tar.zst\nDEBUG: Testing URL file://77/e9/sstate:libpthread-stubs-native::0.5:r0::11:77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cb/73/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 33/c1/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e1/99/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/99/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A11%3Ae199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4_create_runtime_spdx.tar.zst;downloadfilename=e1/99/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '01/d3/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8e/c9/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://89/60/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/60/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181_packagedata.tar.zst;downloadfilename=89/60/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181_packagedata.tar.zst\nDEBUG: For url ['file', '', 'be/fe/sstate:libnss-mdns::0.15.1:r0::11:befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2b/16/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '86/0f/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/7c/9d/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://28/a8/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75_create_spdx.tar.zst\nDEBUG: For url ['file', '', '77/e9/sstate:libpthread-stubs-native::0.5:r0::11:77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cb/73/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/73/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A11%3Acb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4_create_runtime_spdx.tar.zst;downloadfilename=cb/73/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://33/c1/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://01/d3/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/d3/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3A01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050_deploy_source_date_epoch.tar.zst;downloadfilename=01/d3/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8e/c9/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/c9/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6_deploy_source_date_epoch.tar.zst;downloadfilename=8e/c9/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/b6/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f_recipe_qa.tar.zst\nDEBUG: For url file://be/fe/sstate:libnss-mdns::0.15.1:r0::11:befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/fe/sstate%3Alibnss-mdns%3A%3A0.15.1%3Ar0%3A%3A11%3Abefedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d_populate_lic.tar.zst;downloadfilename=be/fe/sstate:libnss-mdns::0.15.1:r0::11:befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d_populate_lic.tar.zst\nDEBUG: Using  for 2b/16/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/3e/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe_create_runtime_spdx.tar.zst\nDEBUG: For url file://86/0f/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/0f/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A11%3A860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213_package.tar.zst;downloadfilename=86/0f/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213_package.tar.zst\nDEBUG: Testing URL file://universal/7c/9d/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '28/a8/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://77/e9/sstate:libpthread-stubs-native::0.5:r0::11:77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/e9/sstate%3Alibpthread-stubs-native%3A%3A0.5%3Ar0%3A%3A11%3A77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c_populate_lic.tar.zst;downloadfilename=77/e9/sstate:libpthread-stubs-native::0.5:r0::11:77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '33/c1/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e1/99/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/13/00/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://89/60/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181_packagedata.tar.zst\nDEBUG: Testing URL file://2b/16/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/77/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/7c/9d/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://28/a8/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/a8/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75_create_spdx.tar.zst;downloadfilename=28/a8/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/73/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://01/d3/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:01d344b243f451fbde030b6fd5fde4e9171044bf70386b876dc657b30e8cc050_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://33/c1/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/c1/sstate%3Alibedit%3Acore2-64-poky-linux%3A20230828-3.1%3Ar0%3Acore2-64%3A11%3A33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397_deploy_source_date_epoch.tar.zst;downloadfilename=33/c1/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/c9/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:8ec9ec5d049d6287d47672c1cfb3df971cf9cb13796a6b0f2c0f03e3a1e36cd6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://02/80/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/b6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1_create_spdx.tar.zst\nDEBUG: Searching for universal/13/00/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://60/d6/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2b/16/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fb/77/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/7c/9d/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7c/9d/sstate%3Alibcheck-native%3Ax86_64-linux%3A0.15.2%3Ar0%3Ax86_64%3A11%3A7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0_populate_sysroot.tar.zst;downloadfilename=universal/7c/9d/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1f/60/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://be/fe/sstate:libnss-mdns::0.15.1:r0::11:befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/a6/sstate:e2fsprogs::1.47.0:r0::11:eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/e4/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://86/0f/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:860f55a8f662cb7dc8d062752e8c772dfba26b86ccff00a69b709b43c7508213_package.tar.zst\nDEBUG: SState: Successful fetch test for file://77/e9/sstate:libpthread-stubs-native::0.5:r0::11:77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7a/75/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216_populate_sysroot.tar.zst\nDEBUG: Searching for b7/b6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/13/00/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b_recipe_qa.tar.zst\nDEBUG: Searching for 60/d6/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2b/16/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/16/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.6%3Ar0%3Acore2-64%3A11%3A2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa_deploy_source_date_epoch.tar.zst;downloadfilename=2b/16/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fb/77/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8_package_qa.tar.zst\nDEBUG: Searching for universal/1f/60/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a0/e1/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00_create_runtime_spdx.tar.zst\nDEBUG: Searching for eb/a6/sstate:e2fsprogs::1.47.0:r0::11:eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c9/e4/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://74/3f/sstate:zstd-native::1.5.5:r0::11:743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://51/50/sstate:libgcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: Searching for universal/7a/75/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b7/b6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/c1/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:33c13f98217c8814e2850d9d7aad168a94a06c2a339bbcaf7f9529b63f34e397_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/13/00/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b_recipe_qa.tar.zst\nDEBUG: Using  for 60/d6/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940_create_spdx.tar.zst\nDEBUG: Testing URL file://fb/77/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8_package_qa.tar.zst\nDEBUG: Using  for universal/1f/60/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2_create_spdx.tar.zst\nDEBUG: Searching for a0/e1/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for eb/a6/sstate:e2fsprogs::1.47.0:r0::11:eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0_populate_lic.tar.zst\nDEBUG: Using  for c9/e4/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d_create_spdx.tar.zst\nDEBUG: Searching for 74/3f/sstate:zstd-native::1.5.5:r0::11:743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 51/50/sstate:libgcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/7a/75/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b7/b6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://15/15/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/13/00/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/7c/9d/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://60/d6/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fb/77/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/1f/60/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2_create_spdx.tar.zst\nDEBUG: Using  for a0/e1/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://eb/a6/sstate:e2fsprogs::1.47.0:r0::11:eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0_populate_lic.tar.zst\nDEBUG: Testing URL file://c9/e4/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d_create_spdx.tar.zst\nDEBUG: Using  for 74/3f/sstate:zstd-native::1.5.5:r0::11:743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34_populate_lic.tar.zst\nDEBUG: Using  for 51/50/sstate:libgcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/7a/75/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b7/b6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 15/15/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/13/00/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/13/00/sstate%3Ampfr-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A11%3A130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b_recipe_qa.tar.zst;downloadfilename=universal/13/00/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/81/3e/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '60/d6/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fb/77/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/77/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A11%3Afb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8_package_qa.tar.zst;downloadfilename=fb/77/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/1f/60/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a0/e1/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'eb/a6/sstate:e2fsprogs::1.47.0:r0::11:eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c9/e4/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://74/3f/sstate:zstd-native::1.5.5:r0::11:743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34_populate_lic.tar.zst\nDEBUG: Testing URL file://51/50/sstate:libgcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/7a/75/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b7/b6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/b6/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A11%3Ab7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1_create_spdx.tar.zst;downloadfilename=b7/b6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1_create_spdx.tar.zst\nDEBUG: Using  for 15/15/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491_create_spdx.tar.zst\nDEBUG: Searching for universal/81/3e/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://60/d6/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/d6/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.7.0%3Ar0%3Acore2-64%3A11%3A60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940_create_spdx.tar.zst;downloadfilename=60/d6/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/16/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:2b16662b05adbaa37fd9e6ac56067543ab096cd7d344a932fe3091967f0d07fa_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/1f/60/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/60/sstate%3Alibunistring-native%3Ax86_64-linux%3A1.1%3Ar0%3Ax86_64%3A11%3A1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2_create_spdx.tar.zst;downloadfilename=universal/1f/60/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a0/e1/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://eb/a6/sstate:e2fsprogs::1.47.0:r0::11:eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/a6/sstate%3Ae2fsprogs%3A%3A1.47.0%3Ar0%3A%3A11%3Aeba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0_populate_lic.tar.zst;downloadfilename=eb/a6/sstate:e2fsprogs::1.47.0:r0::11:eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0_populate_lic.tar.zst\nDEBUG: For url file://c9/e4/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/e4/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3Ac9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d_create_spdx.tar.zst;downloadfilename=c9/e4/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '74/3f/sstate:zstd-native::1.5.5:r0::11:743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '51/50/sstate:libgcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/7a/75/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7a/75/sstate%3Aelfutils-native%3Ax86_64-linux%3A0.189%3Ar0%3Ax86_64%3A11%3A7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216_populate_sysroot.tar.zst;downloadfilename=universal/7a/75/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216_populate_sysroot.tar.zst\nDEBUG: Testing URL file://15/15/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491_create_spdx.tar.zst\nDEBUG: Using  for universal/81/3e/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b6/8a/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/13/00/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b_recipe_qa.tar.zst\nDEBUG: For url file://a0/e1/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/e1/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aa0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00_create_runtime_spdx.tar.zst;downloadfilename=a0/e1/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00_create_runtime_spdx.tar.zst\nDEBUG: For url file://74/3f/sstate:zstd-native::1.5.5:r0::11:743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/3f/sstate%3Azstd-native%3A%3A1.5.5%3Ar0%3A%3A11%3A743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34_populate_lic.tar.zst;downloadfilename=74/3f/sstate:zstd-native::1.5.5:r0::11:743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34_populate_lic.tar.zst\nDEBUG: For url file://51/50/sstate:libgcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/50/sstate%3Alibgcc%3A%3A13.2.0%3Ar0%3A%3A11%3A515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst;downloadfilename=51/50/sstate:libgcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/77/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8_package_qa.tar.zst\nDEBUG: For url ['file', '', '15/15/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/81/3e/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/b6/8a/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b7/b6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/dd/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/2c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/60/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/a6/sstate:e2fsprogs::1.47.0:r0::11:eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/44/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/e4/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d_create_spdx.tar.zst\nDEBUG: For url file://15/15/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/15/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491_create_spdx.tar.zst;downloadfilename=15/15/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/81/3e/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b6/8a/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://de/7d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://be/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567_package_qa.tar.zst\nDEBUG: Searching for f8/2c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://53/31/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7a/75/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://31/92/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f_package_qa.tar.zst\nDEBUG: Searching for c0/44/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://cf/36/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/81/3e/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/81/3e/sstate%3Apython3-docutils-native%3Ax86_64-linux%3A0.20.1%3Ar0%3Ax86_64%3A11%3A813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1_create_runtime_spdx.tar.zst;downloadfilename=universal/81/3e/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/b6/8a/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://74/3f/sstate:zstd-native::1.5.5:r0::11:743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34_populate_lic.tar.zst\nDEBUG: Searching for de/7d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for be/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f8/2c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf_package_write_rpm.tar.zst\nDEBUG: Searching for 53/31/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://51/50/sstate:libgcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/e1/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00_create_runtime_spdx.tar.zst\nDEBUG: Searching for 31/92/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c0/44/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cf/36/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/b6/8a/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f1/14/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793_package_qa.tar.zst\nDEBUG: Using  for de/7d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for be/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567_package_qa.tar.zst\nDEBUG: Testing URL file://f8/2c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf_package_write_rpm.tar.zst\nDEBUG: Using  for 53/31/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://bc/d3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/a9/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3_populate_sysroot.tar.zst\nDEBUG: Using  for 31/92/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f_package_qa.tar.zst\nDEBUG: Testing URL file://c0/44/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for cf/36/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/b6/8a/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/8a/sstate%3Apython3-pygments-native%3Ax86_64-linux%3A2.17.2%3Ar0%3Ax86_64%3A11%3Ab68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b6/8a/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f1/14/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://de/7d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://be/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f8/2c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://53/31/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for bc/d3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/7e/a9/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://31/92/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c0/44/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://cf/36/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f_create_runtime_spdx.tar.zst\nDEBUG: Using  for f1/14/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793_package_qa.tar.zst\nDEBUG: For url ['file', '', 'de/7d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'be/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/2c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/2c/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3Af82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf_package_write_rpm.tar.zst;downloadfilename=f8/2c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '53/31/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bc/d3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8_create_spdx.tar.zst\nDEBUG: Using  for universal/7e/a9/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '31/92/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c0/44/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/44/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A11%3Ac0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5_deploy_source_date_epoch.tar.zst;downloadfilename=c0/44/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cf/36/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f1/14/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/81/3e/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1_create_runtime_spdx.tar.zst\nDEBUG: For url file://de/7d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/7d/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A11%3Ade7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855_deploy_source_date_epoch.tar.zst;downloadfilename=de/7d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://be/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/a3/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A11%3Abea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567_package_qa.tar.zst;downloadfilename=be/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567_package_qa.tar.zst\nDEBUG: For url file://53/31/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/31/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A11%3A5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de_deploy_source_date_epoch.tar.zst;downloadfilename=53/31/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bc/d3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/7e/a9/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3_populate_sysroot.tar.zst\nDEBUG: For url file://31/92/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/92/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.41%3Ar0%3Acore2-64%3A11%3A3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f_package_qa.tar.zst;downloadfilename=31/92/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f_package_qa.tar.zst\nDEBUG: For url file://cf/36/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/36/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Acf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f_create_runtime_spdx.tar.zst;downloadfilename=cf/36/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f1/14/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e8/8a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://28/a8/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b6/8a/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:b68a6114a4c814b9062960df7942bc8265a15659a93a7f81860fdda8b5d6ec1b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0f/5a/sstate%3Apseudo-native%3Ax86_64-linux%3A1.9.0%2Bgit%3Ar0%3Ax86_64%3A11%3A0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/2c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'bc/d3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/7e/a9/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f1/14/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/14/sstate%3Aboost%3Acore2-64-poky-linux%3A1.83.0%3Ar0%3Acore2-64%3A11%3Af114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793_package_qa.tar.zst;downloadfilename=f1/14/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/44/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:c0448e2f287b29312fa5e6c90bb93078ed50d7633d779098a8ad68b35fafcef5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e8/8a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://43/6f/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/2b/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://de/7d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:de7d7cb33a4ef3ee57538ba8061e1f58b4ea3c67c9f8ff59ca2c8c15b02e6855_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/64/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://be/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567_package_qa.tar.zst\nDEBUG: For url file://bc/d3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/d3/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A11%3Abcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8_create_spdx.tar.zst;downloadfilename=bc/d3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8_create_spdx.tar.zst\nDEBUG: For url file://universal/7e/a9/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/a9/sstate%3Apopt-native%3Ax86_64-linux%3A1.19%3Ar0%3Ax86_64%3A11%3A7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3_populate_sysroot.tar.zst;downloadfilename=universal/7e/a9/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/07/ec/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://53/31/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:5331ac0467a293831e52fd479702dd4f24266e5beff582af17d209cbedec78de_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e8/8a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b_packagedata.tar.zst\nDEBUG: Searching for 43/6f/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a8/2b/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0b/76/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7a/64/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://64/e9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/36/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://31/92/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f_package_qa.tar.zst\nDEBUG: Searching for universal/07/ec/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://01/be/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/14/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793_package_qa.tar.zst\nDEBUG: Testing URL file://e8/8a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b_packagedata.tar.zst\nDEBUG: Using  for 43/6f/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b_create_spdx.tar.zst\nDEBUG: Using  for a8/2b/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39_package_qa.tar.zst\nDEBUG: Searching for 0b/76/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7a/64/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84_package_qa.tar.zst\nDEBUG: Searching for 64/e9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: checkstatus: trying again\nDEBUG: SState: Attempting to fetch file://98/37/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://23/24/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594_package_write_rpm.tar.zst\nDEBUG: Using  for universal/07/ec/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 01/be/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c8/3f/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e8/8a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://43/6f/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b_create_spdx.tar.zst\nDEBUG: Testing URL file://a8/2b/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39_package_qa.tar.zst\nDEBUG: Using  for 0b/76/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7a/64/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84_package_qa.tar.zst\nDEBUG: Using  for 64/e9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6_create_spdx.tar.zst\nDEBUG: Searching for 98/37/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 23/24/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/07/ec/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 01/be/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e_packagedata.tar.zst\nDEBUG: Searching for c8/3f/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e8/8a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/8a/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A11%3Ae88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b_packagedata.tar.zst;downloadfilename=e8/8a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b_packagedata.tar.zst\nDEBUG: For url ['file', '', '43/6f/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a8/2b/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0b/76/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/a9/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7a/64/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://64/e9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6_create_spdx.tar.zst\nDEBUG: Using  for 98/37/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8_recipe_qa.tar.zst\nDEBUG: Using  for 23/24/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/07/ec/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://01/be/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e_packagedata.tar.zst\nDEBUG: Using  for c8/3f/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08_packagedata.tar.zst\nDEBUG: For url file://43/6f/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/6f/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.38%3Ar0%3Acore2-64%3A11%3A436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b_create_spdx.tar.zst;downloadfilename=43/6f/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b_create_spdx.tar.zst\nDEBUG: For url file://a8/2b/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/2b/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Aa82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39_package_qa.tar.zst;downloadfilename=a8/2b/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39_package_qa.tar.zst\nDEBUG: For url ['file', '', '0b/76/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://cd/79/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44_create_spdx.tar.zst\nDEBUG: For url file://7a/64/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/64/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A11%3A7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84_package_qa.tar.zst;downloadfilename=7a/64/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84_package_qa.tar.zst\nDEBUG: For url ['file', '', '64/e9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://98/37/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8_recipe_qa.tar.zst\nDEBUG: Testing URL file://23/24/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594_package_write_rpm.tar.zst\nDEBUG: For url file://universal/07/ec/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/07/ec/sstate%3Alibrepo-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989_deploy_source_date_epoch.tar.zst;downloadfilename=universal/07/ec/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '01/be/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst: HTTP Error 404: Not Found\nDEBUG: Testing URL file://c8/3f/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08_packagedata.tar.zst\nDEBUG: For url file://0b/76/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/76/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A11%3A0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b_deploy_source_date_epoch.tar.zst;downloadfilename=0b/76/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cd/79/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://64/e9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/e9/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A11%3A64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6_create_spdx.tar.zst;downloadfilename=64/e9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '98/37/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e8/8a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b_packagedata.tar.zst\nDEBUG: For url ['file', '', '23/24/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://01/be/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/be/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.25.1%3Ar0%3Acore2-64%3A11%3A01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e_packagedata.tar.zst;downloadfilename=01/be/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c8/3f/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Unsuccessful fetch test for file://universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst (FetchError(\"URL doesn't work\", 'file://universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://universal/0f/5a/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633_deploy_source_date_epoch.tar.zst'. URL doesn't work\n\nDEBUG: SState: Successful fetch test for file://a8/2b/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39_package_qa.tar.zst\nDEBUG: Using  for cd/79/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44_create_spdx.tar.zst\nDEBUG: For url file://98/37/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/37/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8_recipe_qa.tar.zst;downloadfilename=98/37/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://55/09/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/64/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84_package_qa.tar.zst\nDEBUG: For url file://23/24/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/24/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.5.3%3Ar0%3Acore2-64%3A11%3A2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594_package_write_rpm.tar.zst;downloadfilename=23/24/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594_package_write_rpm.tar.zst\nDEBUG: For url file://c8/3f/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/3f/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.17.0%3Ar0%3Acore2-64%3A11%3Ac83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08_packagedata.tar.zst;downloadfilename=c8/3f/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/07/ec/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:07ec3e7df4325dd338c1e1f548d1ef3749822b30dd068aaed7eb25c581ce9989_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/9a/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://56/1e/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41_create_spdx.tar.zst\nDEBUG: Testing URL file://cd/79/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44_create_spdx.tar.zst\nDEBUG: Searching for 55/09/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/08/9e/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/76/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:0b7653c4df85f8c19c45ad0c25aadbb91044ae3fba0d42608ac67dab4f930f5b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://30/c0/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://01/be/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e_packagedata.tar.zst\nDEBUG: Searching for e9/9a/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 56/1e/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'cd/79/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 55/09/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d_packagedata.tar.zst\nDEBUG: Searching for universal/08/9e/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d5/6a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050_package_qa.tar.zst\nDEBUG: Searching for 30/c0/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://98/37/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/32/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac_create_runtime_spdx.tar.zst\nDEBUG: Using  for e9/9a/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889_package_write_rpm.tar.zst\nDEBUG: Using  for 56/1e/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41_create_spdx.tar.zst\nDEBUG: For url file://cd/79/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/79/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A11%3Acd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44_create_spdx.tar.zst;downloadfilename=cd/79/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44_create_spdx.tar.zst\nDEBUG: Testing URL file://55/09/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d_packagedata.tar.zst\nDEBUG: Using  for universal/08/9e/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc_populate_sysroot.tar.zst\nDEBUG: Searching for d5/6a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 30/c0/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/84/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd_populate_sysroot.tar.zst\nDEBUG: Searching for cf/32/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e9/9a/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889_package_write_rpm.tar.zst\nDEBUG: Testing URL file://56/1e/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41_create_spdx.tar.zst\nDEBUG: For url ['file', '', '55/09/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://23/24/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/08/9e/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc_populate_sysroot.tar.zst\nDEBUG: Using  for d5/6a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050_package_qa.tar.zst\nDEBUG: Testing URL file://30/c0/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8_packagedata.tar.zst\nDEBUG: Searching for 0e/84/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cf/32/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e9/9a/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '56/1e/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://55/09/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/09/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A11%3A5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d_packagedata.tar.zst;downloadfilename=55/09/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/3f/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://19/0c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/08/9e/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d5/6a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050_package_qa.tar.zst\nDEBUG: For url ['file', '', '30/c0/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0e/84/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cf/32/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac_create_runtime_spdx.tar.zst\nDEBUG: For url file://e9/9a/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/9a/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.33.2%3Ar0%3Acore2-64%3A11%3Ae99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889_package_write_rpm.tar.zst;downloadfilename=e9/9a/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889_package_write_rpm.tar.zst\nDEBUG: For url file://56/1e/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/1e/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A11%3A561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41_create_spdx.tar.zst;downloadfilename=56/1e/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/08/sstate:icu::74-1:r0::11:9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32_populate_lic.tar.zst\nDEBUG: Searching for 19/0c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/08/9e/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/9e/sstate%3Alibxi-native%3Ax86_64-linux%3A1.8.1%3Ar0%3Ax86_64%3A11%3A089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc_populate_sysroot.tar.zst;downloadfilename=universal/08/9e/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd5/6a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://30/c0/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/c0/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A11%3A30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8_packagedata.tar.zst;downloadfilename=30/c0/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8_packagedata.tar.zst\nDEBUG: Testing URL file://0e/84/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'cf/32/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://cd/79/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44_create_spdx.tar.zst\nDEBUG: Searching for 9c/08/sstate:icu::74-1:r0::11:9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://60/d6/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940_create_spdx.tar.zst\nDEBUG: Using  for 19/0c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://15/15/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491_create_spdx.tar.zst\nDEBUG: For url file://d5/6a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/6a/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A11%3Ad56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050_package_qa.tar.zst;downloadfilename=d5/6a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://55/09/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d_packagedata.tar.zst\nDEBUG: For url ['file', '', '0e/84/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cf/32/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/32/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Acf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac_create_runtime_spdx.tar.zst;downloadfilename=cf/32/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://16/41/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904_create_runtime_spdx.tar.zst\nDEBUG: Using  for 9c/08/sstate:icu::74-1:r0::11:9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://46/4e/sstate:libarchive-native::3.7.2:r0::11:464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48_populate_lic.tar.zst\nDEBUG: Testing URL file://19/0c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/a9/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/9a/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27_package.tar.zst\nDEBUG: For url file://0e/84/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/84/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.20.13%3Ar0%3Acore2-64%3A11%3A0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd_populate_sysroot.tar.zst;downloadfilename=0e/84/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd_populate_sysroot.tar.zst\nDEBUG: Searching for 16/41/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://9c/08/sstate:icu::74-1:r0::11:9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/9e/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc_populate_sysroot.tar.zst\nDEBUG: Searching for 46/4e/sstate:libarchive-native::3.7.2:r0::11:464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://30/c0/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8_packagedata.tar.zst\nDEBUG: For url ['file', '', '19/0c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2f/a9/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a2/4d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2_package.tar.zst\nDEBUG: Searching for 2d/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 16/41/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '9c/08/sstate:icu::74-1:r0::11:9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c0/57/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607_create_runtime_spdx.tar.zst\nDEBUG: Using  for 46/4e/sstate:libarchive-native::3.7.2:r0::11:464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://11/8f/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a_package_write_rpm.tar.zst\nDEBUG: For url file://19/0c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/0c/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.11.5%3Ar0%3Acore2-64%3A11%3A190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1_create_spdx.tar.zst;downloadfilename=19/0c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1_create_spdx.tar.zst\nDEBUG: Using  for 2f/a9/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762_package.tar.zst\nDEBUG: Searching for a2/4d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2d/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27_package.tar.zst\nDEBUG: Testing URL file://16/41/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904_create_runtime_spdx.tar.zst\nDEBUG: For url file://9c/08/sstate:icu::74-1:r0::11:9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/08/sstate%3Aicu%3A%3A74-1%3Ar0%3A%3A11%3A9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32_populate_lic.tar.zst;downloadfilename=9c/08/sstate:icu::74-1:r0::11:9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32_populate_lic.tar.zst\nDEBUG: Searching for c0/57/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://46/4e/sstate:libarchive-native::3.7.2:r0::11:464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/6a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050_package_qa.tar.zst\nDEBUG: Searching for 11/8f/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2f/a9/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762_package.tar.zst\nDEBUG: Using  for a2/4d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2_package.tar.zst\nDEBUG: Testing URL file://2d/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27_package.tar.zst\nDEBUG: For url ['file', '', '16/41/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c0/57/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '46/4e/sstate:libarchive-native::3.7.2:r0::11:464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6a/d8/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636_recipe_qa.tar.zst\nDEBUG: Using  for 11/8f/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2f/a9/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a2/4d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2_package.tar.zst\nDEBUG: For url ['file', '', '2d/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://0e/84/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:0e8483c682ee380b4b889faf1ca4fcc9784e9f15c22ae50a775759d516469bcd_populate_sysroot.tar.zst\nDEBUG: For url file://16/41/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/41/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.41%3Ar0%3Acore2-64%3A11%3A16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904_create_runtime_spdx.tar.zst;downloadfilename=16/41/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c0/57/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607_create_runtime_spdx.tar.zst\nDEBUG: For url file://46/4e/sstate:libarchive-native::3.7.2:r0::11:464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/4e/sstate%3Alibarchive-native%3A%3A3.7.2%3Ar0%3A%3A11%3A464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48_populate_lic.tar.zst;downloadfilename=46/4e/sstate:libarchive-native::3.7.2:r0::11:464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48_populate_lic.tar.zst\nDEBUG: Searching for 6a/d8/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://11/8f/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a_package_write_rpm.tar.zst\nDEBUG: For url file://2f/a9/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/a9/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A11%3A2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762_package.tar.zst;downloadfilename=2f/a9/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762_package.tar.zst\nDEBUG: For url ['file', '', 'a2/4d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2d/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/a1/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A11%3A2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27_package.tar.zst;downloadfilename=2d/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/22/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c0/57/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://bc/d3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8_create_spdx.tar.zst\nDEBUG: Using  for 6a/d8/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '11/8f/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9c/08/sstate:icu::74-1:r0::11:9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32_populate_lic.tar.zst\nDEBUG: For url file://a2/4d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/4d/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.72.0%3Ar0%3Acore2-64%3A11%3Aa24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2_package.tar.zst;downloadfilename=a2/4d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2_package.tar.zst\nDEBUG: Searching for 3a/22/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c0/57/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/57/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.0.1%3Ar0%3Acore2-64%3A11%3Ac057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607_create_runtime_spdx.tar.zst;downloadfilename=c0/57/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/92/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6a/d8/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636_recipe_qa.tar.zst\nDEBUG: For url file://11/8f/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/8f/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a_package_write_rpm.tar.zst;downloadfilename=11/8f/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://32/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126_package_qa.tar.zst\nDEBUG: Using  for 3a/22/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653_packagedata.tar.zst\nDEBUG: Searching for a4/92/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://46/4e/sstate:libarchive-native::3.7.2:r0::11:464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6a/d8/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2f/a9/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:2fa98e2da9c7b4fddeb24369e29ca46795f1fc79feb9bdf58295194c58ba7762_package.tar.zst\nDEBUG: Searching for 32/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3a/22/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2da1a7ea852f0ed35312fb0a9bb5a066888e2ba1f0a6b12cdc877def3dedca27_package.tar.zst\nDEBUG: Using  for a4/92/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://69/1b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032_package_write_rpm.tar.zst\nDEBUG: For url file://6a/d8/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/d8/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A11%3A6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636_recipe_qa.tar.zst;downloadfilename=6a/d8/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/89/sstate:zstd::1.5.5:r0::11:ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae_populate_lic.tar.zst\nDEBUG: Using  for 32/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126_package_qa.tar.zst\nDEBUG: For url ['file', '', '3a/22/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://88/78/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a4/92/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d_package_write_rpm.tar.zst\nDEBUG: Searching for 69/1b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ba/89/sstate:zstd::1.5.5:r0::11:ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://32/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126_package_qa.tar.zst\nDEBUG: For url file://3a/22/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/22/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653_packagedata.tar.zst;downloadfilename=3a/22/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653_packagedata.tar.zst\nDEBUG: Searching for 88/78/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a4/92/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 69/1b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032_package_write_rpm.tar.zst\nDEBUG: Using  for ba/89/sstate:zstd::1.5.5:r0::11:ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae_populate_lic.tar.zst\nDEBUG: For url ['file', '', '32/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 88/78/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a_create_runtime_spdx.tar.zst\nDEBUG: For url file://a4/92/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/92/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.4%3Ar0%3Acore2-64%3A11%3Aa492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d_package_write_rpm.tar.zst;downloadfilename=a4/92/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://69/1b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://11/8f/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ba/89/sstate:zstd::1.5.5:r0::11:ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae_populate_lic.tar.zst\nDEBUG: For url file://32/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/83/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.50.1%3Ar0%3Acore2-64%3A11%3A3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126_package_qa.tar.zst;downloadfilename=32/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126_package_qa.tar.zst\nDEBUG: Testing URL file://88/78/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '69/1b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/21/45/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ba/89/sstate:zstd::1.5.5:r0::11:ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '88/78/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://69/1b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/1b/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A11%3A691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032_package_write_rpm.tar.zst;downloadfilename=69/1b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032_package_write_rpm.tar.zst\nDEBUG: Searching for universal/21/45/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6a/d8/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636_recipe_qa.tar.zst\nDEBUG: For url file://ba/89/sstate:zstd::1.5.5:r0::11:ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/89/sstate%3Azstd%3A%3A1.5.5%3Ar0%3A%3A11%3Aba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae_populate_lic.tar.zst;downloadfilename=ba/89/sstate:zstd::1.5.5:r0::11:ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae_populate_lic.tar.zst\nDEBUG: For url file://88/78/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/78/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3A88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a_create_runtime_spdx.tar.zst;downloadfilename=88/78/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/21/45/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1b/99/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/22/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653_packagedata.tar.zst\nDEBUG: Testing URL file://universal/21/45/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07_recipe_qa.tar.zst\nDEBUG: Searching for universal/1b/99/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://09/9e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/21/45/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/1b/99/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://32/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126_package_qa.tar.zst\nDEBUG: Searching for 09/9e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/21/45/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/21/45/sstate%3Agdk-pixbuf-native%3Ax86_64-linux%3A2.42.10%3Ar0%3Ax86_64%3A11%3A21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07_recipe_qa.tar.zst;downloadfilename=universal/21/45/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/1b/99/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/ac/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 09/9e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1b/99/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f7/ac/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://09/9e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://69/1b/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032_package_write_rpm.tar.zst\nDEBUG: For url file://universal/1b/99/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1b/99/sstate%3Alibxtst-native%3Ax86_64-linux%3A1.2.4%3Ar0%3Ax86_64%3A11%3A1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c_recipe_qa.tar.zst;downloadfilename=universal/1b/99/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c_recipe_qa.tar.zst\nDEBUG: Using  for f7/ac/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '09/9e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6d/6e/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f7/ac/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/89/sstate:zstd::1.5.5:r0::11:ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae_populate_lic.tar.zst\nDEBUG: For url file://09/9e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/9e/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.14.2%3Ar0%3Acore2-64%3A11%3A099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b_create_runtime_spdx.tar.zst;downloadfilename=09/9e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://88/78/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a_create_runtime_spdx.tar.zst\nDEBUG: Searching for 6d/6e/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f7/ac/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/1b/97/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a7/3c/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://64/e9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6_create_spdx.tar.zst\nDEBUG: Using  for 6d/6e/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f7/ac/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/ac/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.1%3Ar0%3Acore2-64%3A11%3Af7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24_deploy_source_date_epoch.tar.zst;downloadfilename=f7/ac/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/1b/97/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/a7/3c/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e6/27/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/21/45/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07_recipe_qa.tar.zst\nDEBUG: Testing URL file://6d/6e/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/1b/97/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c_create_spdx.tar.zst\nDEBUG: Using  for universal/a7/3c/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4_populate_sysroot.tar.zst\nDEBUG: Searching for e6/27/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/a2/d7/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6d/6e/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/1b/97/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1b/99/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a7/3c/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4_populate_sysroot.tar.zst\nDEBUG: Using  for e6/27/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465_recipe_qa.tar.zst\nDEBUG: Searching for universal/a2/d7/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6d/6e/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/6e/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.3.0%3Ar0%3Acore2-64%3A11%3A6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2_deploy_source_date_epoch.tar.zst;downloadfilename=6d/6e/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/1b/97/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d8/b8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/a7/3c/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e6/27/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465_recipe_qa.tar.zst\nDEBUG: Using  for universal/a2/d7/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/1b/97/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1b/97/sstate%3Azip-native%3Ax86_64-linux%3A3.0%3Ar0%3Ax86_64%3A11%3A1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c_create_spdx.tar.zst;downloadfilename=universal/1b/97/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c_create_spdx.tar.zst\nDEBUG: Searching for d8/b8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/a7/3c/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a7/3c/sstate%3Adebianutils-native%3Ax86_64-linux%3A5.16%3Ar0%3Ax86_64%3A11%3Aa73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4_populate_sysroot.tar.zst;downloadfilename=universal/a7/3c/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e6/27/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/a2/d7/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5_create_runtime_spdx.tar.zst\nDEBUG: Using  for d8/b8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f_package_qa.tar.zst\nDEBUG: For url file://e6/27/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/27/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.28%3Ar0%3Acore2-64%3A11%3Ae627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465_recipe_qa.tar.zst;downloadfilename=e6/27/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/ac/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:f7aceaae0b5ae58dcfd950dae2d90fcbeda11b52217933b34c043f3d4dc13d24_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://43/6f/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/a2/d7/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d8/b8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/b8/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/6e/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:6d6e5f53d1d686468de42782308ec1d992da29d0a8daf7c9178bb3afc93af2b2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://04/8f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956_package_write_deb.tar.zst\nDEBUG: For url file://universal/a2/d7/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a2/d7/sstate%3Aswig-native%3Ax86_64-linux%3A4.1.1%3Ar0%3Ax86_64%3A11%3Aa2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5_create_runtime_spdx.tar.zst;downloadfilename=universal/a2/d7/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd8/b8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ae/b8/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/94/d5/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 04/8f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d8/b8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/b8/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ad8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f_package_qa.tar.zst;downloadfilename=d8/b8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f_package_qa.tar.zst\nDEBUG: Using  for ae/b8/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6_create_spdx.tar.zst\nDEBUG: Searching for universal/94/d5/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://16/41/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1b/97/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c_create_spdx.tar.zst\nDEBUG: Using  for 04/8f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956_package_write_deb.tar.zst\nDEBUG: Testing URL file://ae/b8/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6_create_spdx.tar.zst\nDEBUG: Using  for universal/94/d5/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a7/3c/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/27/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://97/fa/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/ba/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e_recipe_qa.tar.zst\nDEBUG: Testing URL file://04/8f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ae/b8/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/94/d5/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/4e/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://19/1b/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd_create_spdx.tar.zst\nDEBUG: Searching for 97/fa/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c2/ba/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '04/8f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ae/b8/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/b8/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.12.5%3Ar0%3Acore2-64%3A11%3Aaeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6_create_spdx.tar.zst;downloadfilename=ae/b8/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/94/d5/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cf/4e/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 19/1b/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 97/fa/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89_create_runtime_spdx.tar.zst\nDEBUG: Using  for c2/ba/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e_recipe_qa.tar.zst\nDEBUG: For url file://04/8f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/8f/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956_package_write_deb.tar.zst;downloadfilename=04/8f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956_package_write_deb.tar.zst\nDEBUG: For url file://universal/94/d5/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/94/d5/sstate%3Ae2fsprogs-native%3Ax86_64-linux%3A1.47.0%3Ar0%3Ax86_64%3A11%3A94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801_deploy_source_date_epoch.tar.zst;downloadfilename=universal/94/d5/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for cf/4e/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a2/d7/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5_create_runtime_spdx.tar.zst\nDEBUG: Using  for 19/1b/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd_create_spdx.tar.zst\nDEBUG: Testing URL file://97/fa/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c2/ba/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e_recipe_qa.tar.zst\nDEBUG: Testing URL file://cf/4e/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/b8/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/32/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4f/ad/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2_recipe_qa.tar.zst\nDEBUG: Testing URL file://19/1b/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd_create_spdx.tar.zst\nDEBUG: For url ['file', '', '97/fa/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c2/ba/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cf/4e/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://dd/f7/sstate:xserver-xorg::21.1.11:r0::11:ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/5c/sstate:libxau::1.0.11:r0::11:3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64_populate_lic.tar.zst\nDEBUG: Searching for universal/4f/ad/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '19/1b/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://97/fa/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/fa/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A11%3A97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89_create_runtime_spdx.tar.zst;downloadfilename=97/fa/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89_create_runtime_spdx.tar.zst\nDEBUG: For url file://c2/ba/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/ba/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A11%3Ac2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e_recipe_qa.tar.zst;downloadfilename=c2/ba/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e_recipe_qa.tar.zst\nDEBUG: For url file://cf/4e/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/4e/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A11%3Acf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a_create_runtime_spdx.tar.zst;downloadfilename=cf/4e/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a_create_runtime_spdx.tar.zst\nDEBUG: Searching for dd/f7/sstate:xserver-xorg::21.1.11:r0::11:ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3b/5c/sstate:libxau::1.0.11:r0::11:3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/4f/ad/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2_recipe_qa.tar.zst\nDEBUG: For url file://19/1b/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/1b/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3A191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd_create_spdx.tar.zst;downloadfilename=19/1b/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/94/d5/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:94d55ccb3f403d1e972cd8da472203090682fac52921f5413483501e2c9f7801_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for dd/f7/sstate:xserver-xorg::21.1.11:r0::11:ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://04/8f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956_package_write_deb.tar.zst\nDEBUG: Using  for 3b/5c/sstate:libxau::1.0.11:r0::11:3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/4f/ad/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/88/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b_create_spdx.tar.zst\nDEBUG: Testing URL file://dd/f7/sstate:xserver-xorg::21.1.11:r0::11:ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/57/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/09/93/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747_recipe_qa.tar.zst\nDEBUG: Testing URL file://3b/5c/sstate:libxau::1.0.11:r0::11:3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/4f/ad/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/80/88/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'dd/f7/sstate:xserver-xorg::21.1.11:r0::11:ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://da/90/sstate:go-cross-core2-64::1.20.13:r0::11:da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f_populate_lic.tar.zst\nDEBUG: Searching for universal/09/93/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c2/ba/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3b/5c/sstate:libxau::1.0.11:r0::11:3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4f/ad/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/ad/sstate%3Agroff-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A11%3A4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2_recipe_qa.tar.zst;downloadfilename=universal/4f/ad/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2_recipe_qa.tar.zst\nDEBUG: Using  for universal/80/88/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b_create_spdx.tar.zst\nDEBUG: For url file://dd/f7/sstate:xserver-xorg::21.1.11:r0::11:ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/f7/sstate%3Axserver-xorg%3A%3A21.1.11%3Ar0%3A%3A11%3Addf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a_populate_lic.tar.zst;downloadfilename=dd/f7/sstate:xserver-xorg::21.1.11:r0::11:ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a_populate_lic.tar.zst\nDEBUG: Searching for da/90/sstate:go-cross-core2-64::1.20.13:r0::11:da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/09/93/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/3b/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195_package_write_rpm.tar.zst\nDEBUG: For url file://3b/5c/sstate:libxau::1.0.11:r0::11:3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/5c/sstate%3Alibxau%3A%3A1.0.11%3Ar0%3A%3A11%3A3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64_populate_lic.tar.zst;downloadfilename=3b/5c/sstate:libxau::1.0.11:r0::11:3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/80/88/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b_create_spdx.tar.zst\nDEBUG: Using  for da/90/sstate:go-cross-core2-64::1.20.13:r0::11:da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/09/93/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747_recipe_qa.tar.zst\nDEBUG: Searching for a9/3b/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/80/88/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://da/90/sstate:go-cross-core2-64::1.20.13:r0::11:da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/09/93/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a9/3b/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195_package_write_rpm.tar.zst\nDEBUG: For url file://universal/80/88/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/88/sstate%3Aautoconf-native%3Ax86_64-linux%3A2.72e%3Ar0%3Ax86_64%3A11%3A8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b_create_spdx.tar.zst;downloadfilename=universal/80/88/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'da/90/sstate:go-cross-core2-64::1.20.13:r0::11:da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/09/93/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/09/93/sstate%3Alibyaml-native%3Ax86_64-linux%3A0.2.5%3Ar0%3Ax86_64%3A11%3A09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747_recipe_qa.tar.zst;downloadfilename=universal/09/93/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747_recipe_qa.tar.zst\nDEBUG: Testing URL file://a9/3b/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195_package_write_rpm.tar.zst\nDEBUG: For url file://da/90/sstate:go-cross-core2-64::1.20.13:r0::11:da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/90/sstate%3Ago-cross-core2-64%3A%3A1.20.13%3Ar0%3A%3A11%3Ada90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f_populate_lic.tar.zst;downloadfilename=da/90/sstate:go-cross-core2-64::1.20.13:r0::11:da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4f/ad/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4fad5f059e4d65b719520543d64d06208aade929f93850a7f9141f0423378ea2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a9/3b/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/24/7f/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/f7/sstate:xserver-xorg::21.1.11:r0::11:ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a_populate_lic.tar.zst\nDEBUG: For url file://a9/3b/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/3b/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A11%3Aa93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195_package_write_rpm.tar.zst;downloadfilename=a9/3b/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195_package_write_rpm.tar.zst\nDEBUG: Searching for universal/24/7f/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://af/0e/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd_package.tar.zst\nDEBUG: Using  for universal/24/7f/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d_create_spdx.tar.zst\nDEBUG: Searching for af/0e/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3b/5c/sstate:libxau::1.0.11:r0::11:3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/24/7f/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d_create_spdx.tar.zst\nDEBUG: Using  for af/0e/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://38/49/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/24/7f/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://af/0e/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd_package.tar.zst\nDEBUG: Searching for 38/49/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/24/7f/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/7f/sstate%3Apython3-mako-native%3Ax86_64-linux%3A1.3.0%3Ar0%3Ax86_64%3A11%3A247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d_create_spdx.tar.zst;downloadfilename=universal/24/7f/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/80/88/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'af/0e/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/09/93/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747_recipe_qa.tar.zst\nDEBUG: Using  for 38/49/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://54/36/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d_recipe_qa.tar.zst\nDEBUG: For url file://af/0e/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/0e/sstate%3Alibgcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Aaf0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd_package.tar.zst;downloadfilename=af/0e/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://27/b5/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://da/90/sstate:go-cross-core2-64::1.20.13:r0::11:da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f_populate_lic.tar.zst\nDEBUG: Testing URL file://38/49/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda_create_spdx.tar.zst\nDEBUG: Searching for 54/36/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 27/b5/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7b/ce/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/92/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '38/49/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 54/36/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d_recipe_qa.tar.zst\nDEBUG: Using  for 27/b5/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458_create_spdx.tar.zst\nDEBUG: Searching for 7b/ce/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a9/3b/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a7/04/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6_recipe_qa.tar.zst\nDEBUG: For url file://38/49/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/49/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda_create_spdx.tar.zst;downloadfilename=38/49/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda_create_spdx.tar.zst\nDEBUG: Testing URL file://54/36/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d_recipe_qa.tar.zst\nDEBUG: Testing URL file://27/b5/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458_create_spdx.tar.zst\nDEBUG: Using  for 7b/ce/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/16/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5_create_spdx.tar.zst\nDEBUG: Searching for universal/a7/04/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '54/36/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '27/b5/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7b/ce/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/24/7f/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d_create_spdx.tar.zst\nDEBUG: Searching for d2/16/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a7/04/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6_recipe_qa.tar.zst\nDEBUG: For url file://54/36/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/36/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A11%3A5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d_recipe_qa.tar.zst;downloadfilename=54/36/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d_recipe_qa.tar.zst\nDEBUG: For url file://27/b5/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/b5/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3A27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458_create_spdx.tar.zst;downloadfilename=27/b5/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7b/ce/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://4b/f0/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e_packagedata.tar.zst\nDEBUG: Using  for d2/16/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/a7/04/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/0e/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af0e4461d7e0bfc190c4427e291d17fbb49513422fe7ca7414487c2f8f6954bd_package.tar.zst\nDEBUG: For url file://7b/ce/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/ce/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195_create_spdx.tar.zst;downloadfilename=7b/ce/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195_create_spdx.tar.zst\nDEBUG: Searching for 4b/f0/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d2/16/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/a7/04/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b0/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://09/9e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4b/f0/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd2/16/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a7/04/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a7/04/sstate%3Abison-native%3Ax86_64-linux%3A3.8.2%3Ar0%3Ax86_64%3A11%3Aa7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6_recipe_qa.tar.zst;downloadfilename=universal/a7/04/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6_recipe_qa.tar.zst\nDEBUG: Searching for b0/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/ba/8d/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4b/f0/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e_packagedata.tar.zst\nDEBUG: For url file://d2/16/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/16/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A11%3Ad216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5_create_spdx.tar.zst;downloadfilename=d2/16/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5_create_spdx.tar.zst\nDEBUG: Using  for b0/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b_packagedata.tar.zst\nDEBUG: Searching for universal/ba/8d/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://54/36/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4b/f0/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b0/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b_packagedata.tar.zst\nDEBUG: Using  for universal/ba/8d/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://27/b5/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://41/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834_package.tar.zst\nDEBUG: For url file://4b/f0/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/f0/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3A4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e_packagedata.tar.zst;downloadfilename=4b/f0/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b0/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/ba/8d/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://01/c0/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304_create_runtime_spdx.tar.zst\nDEBUG: Searching for 41/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b0/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/d8/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3Ab0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b_packagedata.tar.zst;downloadfilename=b0/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/ba/8d/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 01/c0/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 41/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834_package.tar.zst\nDEBUG: For url file://universal/ba/8d/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/8d/sstate%3Agmp-native%3Ax86_64-linux%3A6.3.0%3Ar0%3Ax86_64%3A11%3Aba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ba/8d/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 01/c0/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a7/04/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:a7045a9ce4d87fc1dff5834f40dc6d6f292713ab58986830cbe4a3d044d182c6_recipe_qa.tar.zst\nDEBUG: Testing URL file://41/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834_package.tar.zst\nDEBUG: Testing URL file://01/c0/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/21/sstate:libtool-cross::2.4.7:r0::11:0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '41/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '01/c0/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0e/21/sstate:libtool-cross::2.4.7:r0::11:0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://41/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/b6/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A11%3A41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834_package.tar.zst;downloadfilename=41/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834_package.tar.zst\nDEBUG: For url file://01/c0/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/c0/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304_create_runtime_spdx.tar.zst;downloadfilename=01/c0/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0e/21/sstate:libtool-cross::2.4.7:r0::11:0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d_populate_lic.tar.zst\nDEBUG: Testing URL file://0e/21/sstate:libtool-cross::2.4.7:r0::11:0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0e/21/sstate:libtool-cross::2.4.7:r0::11:0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4b/f0/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://56/1e/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41_create_spdx.tar.zst\nDEBUG: For url file://0e/21/sstate:libtool-cross::2.4.7:r0::11:0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/21/sstate%3Alibtool-cross%3A%3A2.4.7%3Ar0%3A%3A11%3A0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d_populate_lic.tar.zst;downloadfilename=0e/21/sstate:libtool-cross::2.4.7:r0::11:0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/d8/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/96/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/86/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ba/8d/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:ba8d3e8d87f07554a479099fd73bcca5dccc7366197304e90af3aae7ff0d44a4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bd/27/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108_populate_sysroot.tar.zst\nDEBUG: Searching for b8/96/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1a/86/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e0/7c/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038_package_qa.tar.zst\nDEBUG: Searching for universal/bd/27/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://41/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:41b6818df5e9db34de6d739b39a85db1528e5e4c6ed0b11e95ded8af0ef02834_package.tar.zst\nDEBUG: Using  for b8/96/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec_create_spdx.tar.zst\nDEBUG: Using  for 1a/86/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8_package.tar.zst\nDEBUG: Searching for e0/7c/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/bd/27/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://89/63/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef_package.tar.zst\nDEBUG: Testing URL file://b8/96/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec_create_spdx.tar.zst\nDEBUG: Testing URL file://1a/86/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8_package.tar.zst\nDEBUG: Using  for e0/7c/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038_package_qa.tar.zst\nDEBUG: Testing URL file://universal/bd/27/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108_populate_sysroot.tar.zst\nDEBUG: Searching for 89/63/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b8/96/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1a/86/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e0/7c/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/bd/27/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 89/63/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef_package.tar.zst\nDEBUG: For url file://b8/96/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/96/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3Ab8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec_create_spdx.tar.zst;downloadfilename=b8/96/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec_create_spdx.tar.zst\nDEBUG: For url file://1a/86/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/86/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3A1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8_package.tar.zst;downloadfilename=1a/86/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/4e/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e0/7c/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/bd/27/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bd/27/sstate%3Aat-spi2-core-native%3Ax86_64-linux%3A2.50.1%3Ar0%3Ax86_64%3A11%3Abd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108_populate_sysroot.tar.zst;downloadfilename=universal/bd/27/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108_populate_sysroot.tar.zst\nDEBUG: Testing URL file://89/63/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/d8/sstate:python3-sortedcontainers::2.4.0:r0::11:b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/21/sstate:libtool-cross::2.4.7:r0::11:0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://97/fa/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89_create_runtime_spdx.tar.zst\nDEBUG: For url file://e0/7c/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/7c/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3Ae07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038_package_qa.tar.zst;downloadfilename=e0/7c/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038_package_qa.tar.zst\nDEBUG: For url ['file', '', '89/63/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b5/d8/sstate:python3-sortedcontainers::2.4.0:r0::11:b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://9e/dc/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/3c/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597_recipe_qa.tar.zst\nDEBUG: For url file://89/63/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/63/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A11%3A896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef_package.tar.zst;downloadfilename=89/63/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef_package.tar.zst\nDEBUG: Using  for b5/d8/sstate:python3-sortedcontainers::2.4.0:r0::11:b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877_populate_lic.tar.zst\nDEBUG: Searching for 9e/dc/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ac/3c/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b5/d8/sstate:python3-sortedcontainers::2.4.0:r0::11:b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877_populate_lic.tar.zst\nDEBUG: Using  for 9e/dc/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/96/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec_create_spdx.tar.zst\nDEBUG: Using  for ac/3c/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b5/d8/sstate:python3-sortedcontainers::2.4.0:r0::11:b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9e/dc/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://43/b5/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d_package.tar.zst\nDEBUG: Testing URL file://ac/3c/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597_recipe_qa.tar.zst\nDEBUG: For url file://b5/d8/sstate:python3-sortedcontainers::2.4.0:r0::11:b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/d8/sstate%3Apython3-sortedcontainers%3A%3A2.4.0%3Ar0%3A%3A11%3Ab5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877_populate_lic.tar.zst;downloadfilename=b5/d8/sstate:python3-sortedcontainers::2.4.0:r0::11:b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9e/dc/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 43/b5/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ac/3c/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9e/dc/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/dc/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f_package_write_rpm.tar.zst;downloadfilename=9e/dc/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f_package_write_rpm.tar.zst\nDEBUG: Using  for 43/b5/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bd/27/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://19/0c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1_create_spdx.tar.zst\nDEBUG: For url file://ac/3c/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/3c/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A23.2%3Ar0%3Acore2-64%3A11%3Aac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597_recipe_qa.tar.zst;downloadfilename=ac/3c/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/7c/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038_package_qa.tar.zst\nDEBUG: Testing URL file://43/b5/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c9/8d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/e3/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://89/63/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:896338cb44c9755a1f0065989222b3ec1a8bf18588515d5e3b31e235ce36e6ef_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/13/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf_package_qa.tar.zst\nDEBUG: For url ['file', '', '43/b5/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/c9/8d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/e3/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://05/33/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014_packagedata.tar.zst\nDEBUG: Searching for e0/13/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://43/b5/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/b5/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A11%3A43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d_package.tar.zst;downloadfilename=43/b5/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d_package.tar.zst\nDEBUG: Using  for universal/c9/8d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c_recipe_qa.tar.zst\nDEBUG: Using  for e4/e3/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f_package_qa.tar.zst\nDEBUG: Searching for 05/33/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e0/13/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf_package_qa.tar.zst\nDEBUG: Testing URL file://universal/c9/8d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c_recipe_qa.tar.zst\nDEBUG: Testing URL file://e4/e3/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/d8/sstate:python3-sortedcontainers::2.4.0:r0::11:b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877_populate_lic.tar.zst\nDEBUG: Using  for 05/33/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014_packagedata.tar.zst\nDEBUG: Testing URL file://e0/13/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/c9/8d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/e3/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0e/4c/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://05/33/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e0/13/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/c9/8d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c9/8d/sstate%3Aunfs3-native%3Ax86_64-linux%3A0.10.0%3Ar0%3Ax86_64%3A11%3Ac98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c_recipe_qa.tar.zst;downloadfilename=universal/c9/8d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c_recipe_qa.tar.zst\nDEBUG: For url file://e4/e3/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/e3/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A11%3Ae4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f_package_qa.tar.zst;downloadfilename=e4/e3/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f_package_qa.tar.zst\nDEBUG: Searching for 0e/4c/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '05/33/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e0/13/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/13/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A11%3Ae013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf_package_qa.tar.zst;downloadfilename=e0/13/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/3c/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597_recipe_qa.tar.zst\nDEBUG: Using  for 0e/4c/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e_package_write_rpm.tar.zst\nDEBUG: For url file://05/33/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/33/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.33.2%3Ar0%3Acore2-64%3A11%3A05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014_packagedata.tar.zst;downloadfilename=05/33/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://43/b5/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:43b55ff1efb60269b3f47380d93952cbb3e846dfa2f1001be28d8a4169f4085d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/dc/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://18/19/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106_recipe_qa.tar.zst\nDEBUG: Testing URL file://0e/4c/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://20/5a/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c5/2e/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 18/19/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0e/4c/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 20/5a/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c5/2e/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 18/19/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106_recipe_qa.tar.zst\nDEBUG: For url file://0e/4c/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/4c/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.78.3%3Ar0%3Acore2-64%3A11%3A0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e_package_write_rpm.tar.zst;downloadfilename=0e/4c/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e_package_write_rpm.tar.zst\nDEBUG: Using  for 20/5a/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/e3/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c9/8d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c_recipe_qa.tar.zst\nDEBUG: Using  for universal/c5/2e/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://18/19/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106_recipe_qa.tar.zst\nDEBUG: Testing URL file://20/5a/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/13/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://df/c6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://38/49/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://85/2f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7_packagedata.tar.zst\nDEBUG: Testing URL file://universal/c5/2e/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '18/19/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '20/5a/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7a/49/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4_package.tar.zst\nDEBUG: Searching for df/c6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://05/33/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/56/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705_packagedata.tar.zst\nDEBUG: Searching for 85/2f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/c5/2e/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://18/19/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/19/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.13%3Ar0%3Acore2-64%3A11%3A181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106_recipe_qa.tar.zst;downloadfilename=18/19/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106_recipe_qa.tar.zst\nDEBUG: For url file://20/5a/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/5a/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08_create_runtime_spdx.tar.zst;downloadfilename=20/5a/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08_create_runtime_spdx.tar.zst\nDEBUG: Searching for 7a/49/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for df/c6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://62/36/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a_recipe_qa.tar.zst\nDEBUG: Searching for ee/56/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 85/2f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7_packagedata.tar.zst\nDEBUG: For url file://universal/c5/2e/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/2e/sstate%3Alibpcre2-native%3Ax86_64-linux%3A10.42%3Ar0%3Ax86_64%3A11%3Ac52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c5/2e/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7a/49/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/b8/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6_create_spdx.tar.zst\nDEBUG: Testing URL file://df/c6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353_packagedata.tar.zst\nDEBUG: Searching for 62/36/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7b/ce/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195_create_spdx.tar.zst\nDEBUG: Using  for ee/56/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705_packagedata.tar.zst\nDEBUG: Testing URL file://85/2f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7_packagedata.tar.zst\nDEBUG: Testing URL file://7a/49/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/16/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b2/8f/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'df/c6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 62/36/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/b0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4_recipe_qa.tar.zst\nDEBUG: Testing URL file://ee/56/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705_packagedata.tar.zst\nDEBUG: For url ['file', '', '85/2f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7a/49/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/93/f9/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/b2/8f/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://18/19/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106_recipe_qa.tar.zst\nDEBUG: For url file://df/c6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/c6/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A11%3Adfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353_packagedata.tar.zst;downloadfilename=df/c6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353_packagedata.tar.zst\nDEBUG: Testing URL file://62/36/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a_recipe_qa.tar.zst\nDEBUG: Searching for 9a/b0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ee/56/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://85/2f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/2f/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A11%3A852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7_packagedata.tar.zst;downloadfilename=85/2f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7_packagedata.tar.zst\nDEBUG: For url file://7a/49/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/49/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A11%3A7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4_package.tar.zst;downloadfilename=7a/49/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4_package.tar.zst\nDEBUG: Searching for universal/93/f9/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/b2/8f/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://57/2f/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418_packagedata.tar.zst\nDEBUG: For url ['file', '', '62/36/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9a/b0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://01/c0/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304_create_runtime_spdx.tar.zst\nDEBUG: For url file://ee/56/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/56/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2023.2%3Ar0%3Acore2-64%3A11%3Aee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705_packagedata.tar.zst;downloadfilename=ee/56/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c5/2e/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:c52e8d365abc4ae9f08e145217795eb85b352b89d02266ed10fb2c183dc09e73_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/93/f9/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b2/8f/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab_recipe_qa.tar.zst\nDEBUG: Searching for 57/2f/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://62/36/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/36/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2023.2%3Ar0%3Acore2-64%3A11%3A6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a_recipe_qa.tar.zst;downloadfilename=62/36/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a_recipe_qa.tar.zst\nDEBUG: Testing URL file://9a/b0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/0c/sstate:dtc-native::1.7.0:r0::11:960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://16/a4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f_package_qa.tar.zst\nDEBUG: Testing URL file://universal/93/f9/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b2/8f/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://df/c6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353_packagedata.tar.zst\nDEBUG: Using  for 57/2f/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418_packagedata.tar.zst\nDEBUG: For url ['file', '', '9a/b0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://85/2f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7_packagedata.tar.zst\nDEBUG: Searching for 96/0c/sstate:dtc-native::1.7.0:r0::11:960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 16/a4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/93/f9/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b2/8f/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/8f/sstate%3Apython3-toml-native%3Ax86_64-linux%3A0.10.2%3Ar0%3Ax86_64%3A11%3Ab28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab_recipe_qa.tar.zst;downloadfilename=universal/b2/8f/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/dc/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44_package_write_rpm.tar.zst\nDEBUG: Testing URL file://57/2f/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418_packagedata.tar.zst\nDEBUG: For url file://9a/b0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/b0/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A11%3A9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4_recipe_qa.tar.zst;downloadfilename=9a/b0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/73/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce_create_spdx.tar.zst\nDEBUG: Using  for 96/0c/sstate:dtc-native::1.7.0:r0::11:960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8_populate_lic.tar.zst\nDEBUG: Using  for 16/a4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f_package_qa.tar.zst\nDEBUG: For url file://universal/93/f9/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/f9/sstate%3Autil-linux-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A11%3A93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/93/f9/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5c/dc/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '57/2f/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ee/56/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705_packagedata.tar.zst\nDEBUG: Searching for fa/73/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://96/0c/sstate:dtc-native::1.7.0:r0::11:960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://62/36/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a_recipe_qa.tar.zst\nDEBUG: Testing URL file://16/a4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f_package_qa.tar.zst\nDEBUG: Using  for 5c/dc/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44_package_write_rpm.tar.zst\nDEBUG: For url file://57/2f/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/2f/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.47%3Ar0%3Acore2-64%3A11%3A572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418_packagedata.tar.zst;downloadfilename=57/2f/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/b3/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc_recipe_qa.tar.zst\nDEBUG: Using  for fa/73/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce_create_spdx.tar.zst\nDEBUG: For url ['file', '', '96/0c/sstate:dtc-native::1.7.0:r0::11:960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://28/52/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '16/a4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5c/dc/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44_package_write_rpm.tar.zst\nDEBUG: Searching for f3/b3/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fa/73/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b2/8f/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab_recipe_qa.tar.zst\nDEBUG: For url file://96/0c/sstate:dtc-native::1.7.0:r0::11:960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/0c/sstate%3Adtc-native%3A%3A1.7.0%3Ar0%3A%3A11%3A960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8_populate_lic.tar.zst;downloadfilename=96/0c/sstate:dtc-native::1.7.0:r0::11:960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8_populate_lic.tar.zst\nDEBUG: Searching for 28/52/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://16/a4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/a4/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A11%3A16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f_package_qa.tar.zst;downloadfilename=16/a4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f_package_qa.tar.zst\nDEBUG: For url ['file', '', '5c/dc/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f3/b3/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fa/73/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/80/30/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 28/52/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/b0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4_recipe_qa.tar.zst\nDEBUG: For url file://5c/dc/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/dc/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A11%3A5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44_package_write_rpm.tar.zst;downloadfilename=5c/dc/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f3/b3/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc_recipe_qa.tar.zst\nDEBUG: For url file://fa/73/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/73/sstate%3Awireless-regdb%3Aall-poky-linux%3A2023.09.01%3Ar0%3Aallarch%3A11%3Afa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce_create_spdx.tar.zst;downloadfilename=fa/73/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/93/f9/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:93f95015774b3d4d4ba1076a34d57ccbddb3c9d4dce6ad79b9820fefc11ba21e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/80/30/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://28/52/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/e0/sstate:cargo::1.74.1:r0::11:cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f3/b3/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://57/2f/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/4f/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://96/0c/sstate:dtc-native::1.7.0:r0::11:960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8_populate_lic.tar.zst\nDEBUG: Using  for universal/80/30/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '28/52/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ce/e0/sstate:cargo::1.74.1:r0::11:cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f3/b3/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/b3/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.17.2%3Ar0%3Acore2-64%3A11%3Af3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc_recipe_qa.tar.zst;downloadfilename=f3/b3/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://70/c0/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377_package.tar.zst\nDEBUG: Searching for cf/4f/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e4/74/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://16/a4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f_package_qa.tar.zst\nDEBUG: Testing URL file://universal/80/30/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://28/52/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/52/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A11%3A28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130_create_runtime_spdx.tar.zst;downloadfilename=28/52/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130_create_runtime_spdx.tar.zst\nDEBUG: Using  for ce/e0/sstate:cargo::1.74.1:r0::11:cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c_populate_lic.tar.zst\nDEBUG: Searching for 70/c0/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cf/4f/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/dc/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44_package_write_rpm.tar.zst\nDEBUG: Searching for e4/74/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://22/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/80/30/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fa/73/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce_create_spdx.tar.zst\nDEBUG: Testing URL file://ce/e0/sstate:cargo::1.74.1:r0::11:cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c_populate_lic.tar.zst\nDEBUG: Using  for 70/c0/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377_package.tar.zst\nDEBUG: Testing URL file://cf/4f/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/4f/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29_create_spdx.tar.zst\nDEBUG: Using  for e4/74/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6_packagedata.tar.zst\nDEBUG: Searching for 22/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/80/30/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/30/sstate%3Alibpng-native%3Ax86_64-linux%3A1.6.41%3Ar0%3Ax86_64%3A11%3A80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629_deploy_source_date_epoch.tar.zst;downloadfilename=universal/80/30/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://28/bd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ce/e0/sstate:cargo::1.74.1:r0::11:cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://70/c0/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377_package.tar.zst\nDEBUG: For url ['file', '', 'cf/4f/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/e6/4f/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e4/74/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6_packagedata.tar.zst\nDEBUG: Using  for 22/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa_package_write_rpm.tar.zst\nDEBUG: Searching for 28/bd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ce/e0/sstate:cargo::1.74.1:r0::11:cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/e0/sstate%3Acargo%3A%3A1.74.1%3Ar0%3A%3A11%3Acee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c_populate_lic.tar.zst;downloadfilename=ce/e0/sstate:cargo::1.74.1:r0::11:cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '70/c0/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f3/b3/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc_recipe_qa.tar.zst\nDEBUG: For url file://cf/4f/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/4f/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3Acf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8_recipe_qa.tar.zst;downloadfilename=cf/4f/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8_recipe_qa.tar.zst\nDEBUG: Using  for universal/e6/4f/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e4/74/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://22/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa_package_write_rpm.tar.zst\nDEBUG: Using  for 28/bd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869_create_runtime_spdx.tar.zst\nDEBUG: For url file://70/c0/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/c0/sstate%3Aboost%3Acore2-64-poky-linux%3A1.83.0%3Ar0%3Acore2-64%3A11%3A70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377_package.tar.zst;downloadfilename=70/c0/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/4c/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/1d/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/e6/4f/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29_create_spdx.tar.zst\nDEBUG: For url file://e4/74/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/74/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3Ae4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6_packagedata.tar.zst;downloadfilename=e4/74/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://20/5a/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '22/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1a/86/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:1a861a2668630b63944c511fa1e358af5c9ce0e26f3811370f1932509592e2b8_package.tar.zst\nDEBUG: Testing URL file://28/bd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://09/2a/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/80/30/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:80300e6b4b3799cb2b81e03bd09a50c1034b0c736ce9150a9de03e5703655629_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cc/1d/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/e6/4f/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://54/5b/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/e0/sstate:cargo::1.74.1:r0::11:cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c_populate_lic.tar.zst\nDEBUG: For url file://22/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/b6/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.2%2Bgit%3Ar0%3Acore2-64%3A11%3A22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa_package_write_rpm.tar.zst;downloadfilename=22/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/75/70/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '28/bd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 09/2a/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/08/cd/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c_create_runtime_spdx.tar.zst\nDEBUG: Using  for cc/1d/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/4f/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8_recipe_qa.tar.zst\nDEBUG: For url file://universal/e6/4f/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/4f/sstate%3Axtrans-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A11%3Ae64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29_create_spdx.tar.zst;downloadfilename=universal/e6/4f/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29_create_spdx.tar.zst\nDEBUG: Searching for 54/5b/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7a/3f/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8_recipe_qa.tar.zst\nDEBUG: Searching for universal/75/70/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://28/bd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/bd/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.6%3Ar0%3Acore2-64%3A11%3A28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869_create_runtime_spdx.tar.zst;downloadfilename=28/bd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869_create_runtime_spdx.tar.zst\nDEBUG: Using  for 09/2a/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e_recipe_qa.tar.zst\nDEBUG: Searching for universal/08/cd/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://cc/1d/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/d4/sstate:glib-2.0::2.78.3:r0::11:fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0_populate_lic.tar.zst\nDEBUG: Using  for 54/5b/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47_package.tar.zst\nDEBUG: Searching for 7a/3f/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e4/74/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6_packagedata.tar.zst\nDEBUG: Using  for universal/75/70/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://19/1b/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://70/c0/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:70c0881230c47ca577f127a9ef425e957b97b2bf43296f6ccdf3f95c8e7d2377_package.tar.zst\nDEBUG: Testing URL file://09/2a/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e_recipe_qa.tar.zst\nDEBUG: Using  for universal/08/cd/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'cc/1d/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fa/d4/sstate:glib-2.0::2.78.3:r0::11:fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://54/5b/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47_package.tar.zst\nDEBUG: Using  for 7a/3f/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/15/sstate:mobile-broadband-provider-info::20230416:r0::11:8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/75/70/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://22/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/00/sstate:packagegroup-core-sdk::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41_packagedata.tar.zst\nDEBUG: For url ['file', '', '09/2a/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/08/cd/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c_create_runtime_spdx.tar.zst\nDEBUG: For url file://cc/1d/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/1d/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.2.0%3Ar0%3Acore2-64%3A11%3Acc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8_create_runtime_spdx.tar.zst;downloadfilename=cc/1d/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8_create_runtime_spdx.tar.zst\nDEBUG: Using  for fa/d4/sstate:glib-2.0::2.78.3:r0::11:fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0_populate_lic.tar.zst\nDEBUG: For url ['file', '', '54/5b/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7a/3f/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8_recipe_qa.tar.zst\nDEBUG: Searching for 8d/15/sstate:mobile-broadband-provider-info::20230416:r0::11:8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/75/70/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a9/03/sstate:libmd-native::1.1.0:r0::11:a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7_populate_lic.tar.zst\nDEBUG: Searching for cc/00/sstate:packagegroup-core-sdk::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3f/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://09/2a/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/2a/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.4%3Ar0%3Acore2-64%3A11%3A092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e_recipe_qa.tar.zst;downloadfilename=09/2a/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/08/cd/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fa/d4/sstate:glib-2.0::2.78.3:r0::11:fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0_populate_lic.tar.zst\nDEBUG: For url file://54/5b/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/5b/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.9.0%3Ar0%3Acore2-64%3A11%3A545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47_package.tar.zst;downloadfilename=54/5b/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47_package.tar.zst\nDEBUG: For url ['file', '', '7a/3f/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/e6/4f/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29_create_spdx.tar.zst\nDEBUG: Using  for 8d/15/sstate:mobile-broadband-provider-info::20230416:r0::11:8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82_populate_lic.tar.zst\nDEBUG: For url file://universal/75/70/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/70/sstate%3Alibxml-namespacesupport-perl-native%3Ax86_64-linux%3A1.12%3Ar0%3Ax86_64%3A11%3A75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468_deploy_source_date_epoch.tar.zst;downloadfilename=universal/75/70/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a9/03/sstate:libmd-native::1.1.0:r0::11:a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cc/00/sstate:packagegroup-core-sdk::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Using  for 3f/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41_packagedata.tar.zst\nDEBUG: For url file://universal/08/cd/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/cd/sstate%3Alibpthread-stubs-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c_create_runtime_spdx.tar.zst;downloadfilename=universal/08/cd/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'fa/d4/sstate:glib-2.0::2.78.3:r0::11:fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7a/3f/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/3f/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.189%3Ar0%3Acore2-64%3A11%3A7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8_recipe_qa.tar.zst;downloadfilename=7a/3f/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/c7/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357_packagedata.tar.zst\nDEBUG: Testing URL file://8d/15/sstate:mobile-broadband-provider-info::20230416:r0::11:8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82_populate_lic.tar.zst\nDEBUG: Using  for a9/03/sstate:libmd-native::1.1.0:r0::11:a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7_populate_lic.tar.zst\nDEBUG: Testing URL file://cc/00/sstate:packagegroup-core-sdk::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Testing URL file://3f/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41_packagedata.tar.zst\nDEBUG: For url file://fa/d4/sstate:glib-2.0::2.78.3:r0::11:fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/d4/sstate%3Aglib-2.0%3A%3A2.78.3%3Ar0%3A%3A11%3Afad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0_populate_lic.tar.zst;downloadfilename=fa/d4/sstate:glib-2.0::2.78.3:r0::11:fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0_populate_lic.tar.zst\nDEBUG: Searching for 7b/c7/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8d/15/sstate:mobile-broadband-provider-info::20230416:r0::11:8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://09/2a/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e_recipe_qa.tar.zst\nDEBUG: Testing URL file://a9/03/sstate:libmd-native::1.1.0:r0::11:a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cc/00/sstate:packagegroup-core-sdk::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3f/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7b/c7/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357_packagedata.tar.zst\nDEBUG: For url file://8d/15/sstate:mobile-broadband-provider-info::20230416:r0::11:8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/15/sstate%3Amobile-broadband-provider-info%3A%3A20230416%3Ar0%3A%3A11%3A8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82_populate_lic.tar.zst;downloadfilename=8d/15/sstate:mobile-broadband-provider-info::20230416:r0::11:8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/75/70/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:75700edfcaef1b3559cbca7c8c9528f378d81747f2835848419aeebeaf284468_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://32/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725_package.tar.zst\nDEBUG: For url ['file', '', 'a9/03/sstate:libmd-native::1.1.0:r0::11:a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cc/00/sstate:packagegroup-core-sdk::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/00/sstate%3Apackagegroup-core-sdk%3A%3A1.0%3Ar0%3A%3A11%3Acc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst;downloadfilename=cc/00/sstate:packagegroup-core-sdk::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: For url file://3f/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/55/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3A3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41_packagedata.tar.zst;downloadfilename=3f/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41_packagedata.tar.zst\nDEBUG: Testing URL file://7b/c7/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/cd/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/f9/sstate:python3-setuptools::69.0.3:r0::11:d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8_populate_lic.tar.zst\nDEBUG: Searching for 32/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a9/03/sstate:libmd-native::1.1.0:r0::11:a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/03/sstate%3Alibmd-native%3A%3A1.1.0%3Ar0%3A%3A11%3Aa903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7_populate_lic.tar.zst;downloadfilename=a9/03/sstate:libmd-native::1.1.0:r0::11:a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7b/c7/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7a/3f/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/d4/sstate:glib-2.0::2.78.3:r0::11:fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/6f/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7_create_spdx.tar.zst\nDEBUG: Searching for d8/f9/sstate:python3-setuptools::69.0.3:r0::11:d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 32/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725_package.tar.zst\nDEBUG: For url file://7b/c7/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/c7/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.26%3Ar0%3Acore2-64%3A11%3A7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357_packagedata.tar.zst;downloadfilename=7b/c7/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://93/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/64/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7_populate_sysroot.tar.zst\nDEBUG: Searching for ce/6f/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d8/f9/sstate:python3-setuptools::69.0.3:r0::11:d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8_populate_lic.tar.zst\nDEBUG: Testing URL file://32/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725_package.tar.zst\nDEBUG: Searching for 93/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8d/15/sstate:mobile-broadband-provider-info::20230416:r0::11:8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82_populate_lic.tar.zst\nDEBUG: Searching for dd/64/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ce/6f/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/00/sstate:packagegroup-core-sdk::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Testing URL file://d8/f9/sstate:python3-setuptools::69.0.3:r0::11:d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '32/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 93/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/f7/sstate:python3-zipp::3.17.0:r0::11:f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495_populate_lic.tar.zst\nDEBUG: Using  for dd/64/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ce/6f/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://18/1c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd8/f9/sstate:python3-setuptools::69.0.3:r0::11:d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://32/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/27/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3A3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725_package.tar.zst;downloadfilename=32/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725_package.tar.zst\nDEBUG: Testing URL file://93/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://42/78/sstate:update-rc.d-native::0.8:r0::11:42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d_populate_lic.tar.zst\nDEBUG: Searching for f9/f7/sstate:python3-zipp::3.17.0:r0::11:f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://dd/64/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ce/6f/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 18/1c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a9/03/sstate:libmd-native::1.1.0:r0::11:a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7_populate_lic.tar.zst\nDEBUG: For url file://d8/f9/sstate:python3-setuptools::69.0.3:r0::11:d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/f9/sstate%3Apython3-setuptools%3A%3A69.0.3%3Ar0%3A%3A11%3Ad8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8_populate_lic.tar.zst;downloadfilename=d8/f9/sstate:python3-setuptools::69.0.3:r0::11:d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '93/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 42/78/sstate:update-rc.d-native::0.8:r0::11:42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f9/f7/sstate:python3-zipp::3.17.0:r0::11:f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/c7/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357_packagedata.tar.zst\nDEBUG: For url ['file', '', 'dd/64/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ce/6f/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/6f/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Ace6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7_create_spdx.tar.zst;downloadfilename=ce/6f/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7_create_spdx.tar.zst\nDEBUG: Using  for 18/1c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/ef/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b_create_runtime_spdx.tar.zst\nDEBUG: For url file://93/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/a9/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a_create_spdx.tar.zst;downloadfilename=93/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a_create_spdx.tar.zst\nDEBUG: Using  for 42/78/sstate:update-rc.d-native::0.8:r0::11:42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d_populate_lic.tar.zst\nDEBUG: Testing URL file://f9/f7/sstate:python3-zipp::3.17.0:r0::11:f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/f5/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://dd/64/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/64/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.6%3Ar0%3Acore2-64%3A11%3Add6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7_populate_sysroot.tar.zst;downloadfilename=dd/64/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://18/1c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698_create_runtime_spdx.tar.zst\nDEBUG: Searching for ad/ef/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://42/78/sstate:update-rc.d-native::0.8:r0::11:42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f9/f7/sstate:python3-zipp::3.17.0:r0::11:f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://32/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:3227f41db6c0dd3768eeaae23cf7e6fb8bd4ea9a798a7626dba3cc8a6586f725_package.tar.zst\nDEBUG: Searching for 6c/f5/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://28/52/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '18/1c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d8/f9/sstate:python3-setuptools::69.0.3:r0::11:d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8_populate_lic.tar.zst\nDEBUG: Using  for ad/ef/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '42/78/sstate:update-rc.d-native::0.8:r0::11:42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f9/f7/sstate:python3-zipp::3.17.0:r0::11:f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/f7/sstate%3Apython3-zipp%3A%3A3.17.0%3Ar0%3A%3A11%3Af9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495_populate_lic.tar.zst;downloadfilename=f9/f7/sstate:python3-zipp::3.17.0:r0::11:f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/af/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f_package_write_rpm.tar.zst\nDEBUG: Using  for 6c/f5/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/52/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63_create_runtime_spdx.tar.zst\nDEBUG: For url file://18/1c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/1c/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A11%3A181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698_create_runtime_spdx.tar.zst;downloadfilename=18/1c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://46/ba/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63_package.tar.zst\nDEBUG: Testing URL file://ad/ef/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b_create_runtime_spdx.tar.zst\nDEBUG: For url file://42/78/sstate:update-rc.d-native::0.8:r0::11:42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/78/sstate%3Aupdate-rc.d-native%3A%3A0.8%3Ar0%3A%3A11%3A42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d_populate_lic.tar.zst;downloadfilename=42/78/sstate:update-rc.d-native::0.8:r0::11:42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d_populate_lic.tar.zst\nDEBUG: Searching for f7/af/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://6c/f5/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://28/bd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/6f/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7_create_spdx.tar.zst\nDEBUG: Searching for c8/52/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 46/ba/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ad/ef/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f7/af/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6c/f5/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dd/64/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:dd6446287459fc415da5c4d82f1054f533e73cb2855acab1efff8b53ec9492b7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/a9/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e_packagedata.tar.zst\nDEBUG: Using  for c8/52/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63_create_runtime_spdx.tar.zst\nDEBUG: Using  for 46/ba/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63_package.tar.zst\nDEBUG: For url file://ad/ef/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/ef/sstate%3Aiw%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3Aadefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b_create_runtime_spdx.tar.zst;downloadfilename=ad/ef/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f7/af/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f_package_write_rpm.tar.zst\nDEBUG: For url file://6c/f5/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/f5/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A11%3A6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9_deploy_source_date_epoch.tar.zst;downloadfilename=6c/f5/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://37/d3/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1c/a9/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f9/f7/sstate:python3-zipp::3.17.0:r0::11:f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495_populate_lic.tar.zst\nDEBUG: Testing URL file://c8/52/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://46/ba/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63_package.tar.zst\nDEBUG: For url ['file', '', 'f7/af/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://18/1c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698_create_runtime_spdx.tar.zst\nDEBUG: Searching for 37/d3/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://42/78/sstate:update-rc.d-native::0.8:r0::11:42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d_populate_lic.tar.zst\nDEBUG: Using  for 7d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/1d/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8_create_runtime_spdx.tar.zst\nDEBUG: Using  for 1c/a9/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://27/b8/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c8/52/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '46/ba/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f7/af/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/af/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3Af7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f_package_write_rpm.tar.zst;downloadfilename=f7/af/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://88/09/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1_packagedata.tar.zst\nDEBUG: Using  for 37/d3/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://90/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://02/68/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1c/a9/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e_packagedata.tar.zst\nDEBUG: Searching for 27/b8/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c8/52/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/52/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.9.0%3Ar0%3Acore2-64%3A11%3Ac852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63_create_runtime_spdx.tar.zst;downloadfilename=c8/52/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63_create_runtime_spdx.tar.zst\nDEBUG: For url file://46/ba/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/ba/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.11%3Ar0%3Acore2-64%3A11%3A46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63_package.tar.zst;downloadfilename=46/ba/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63_package.tar.zst\nDEBUG: Searching for 88/09/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://37/d3/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 90/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ad/ef/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '7d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 02/68/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1c/a9/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6c/f5/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:6cf57d86f0048f5a91e0a753a62c60c6db1d22efe60608a462b06571961491c9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 27/b8/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e_package_write_rpm.tar.zst\nDEBUG: Using  for 88/09/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1_packagedata.tar.zst\nDEBUG: For url ['file', '', '37/d3/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 90/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://db/c8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269_packagedata.tar.zst\nDEBUG: For url file://7d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/48/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c_packagedata.tar.zst;downloadfilename=7d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c_packagedata.tar.zst\nDEBUG: Using  for 02/68/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c_create_runtime_spdx.tar.zst\nDEBUG: For url file://1c/a9/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/a9/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e_packagedata.tar.zst;downloadfilename=1c/a9/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/ba/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://27/b8/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/af/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://88/09/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1_packagedata.tar.zst\nDEBUG: For url file://37/d3/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/d3/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A11%3A37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66_deploy_source_date_epoch.tar.zst;downloadfilename=37/d3/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://90/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9_create_runtime_spdx.tar.zst\nDEBUG: Searching for db/c8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://02/68/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c_create_runtime_spdx.tar.zst\nDEBUG: Searching for d9/ba/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '27/b8/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://53/18/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://46/ba/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:46ba4dab36ea198d5f3633bdfe0823083420d7822da8601fce46aa0b4f5bfb63_package.tar.zst\nDEBUG: For url ['file', '', '88/09/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '90/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for db/c8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269_packagedata.tar.zst\nDEBUG: For url ['file', '', '02/68/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://54/5b/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:545be6fefabbbb8228203c27c150cef500a88b8115baf309a5378ceebfcded47_package.tar.zst\nDEBUG: Using  for d9/ba/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://27/b8/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/b8/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.5%3Ar0%3Acore2-64%3A11%3A27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e_package_write_rpm.tar.zst;downloadfilename=27/b8/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e_package_write_rpm.tar.zst\nDEBUG: Searching for 53/18/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7c/3b/sstate:xwininfo::1.1.6:r0::11:7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7_populate_lic.tar.zst\nDEBUG: For url file://88/09/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/09/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.32%3Ar0%3Aallarch%3A11%3A8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1_packagedata.tar.zst;downloadfilename=88/09/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1_packagedata.tar.zst\nDEBUG: For url file://90/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/e6/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A11%3A90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9_create_runtime_spdx.tar.zst;downloadfilename=90/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://db/c8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269_packagedata.tar.zst\nDEBUG: For url file://02/68/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/68/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c_create_runtime_spdx.tar.zst;downloadfilename=02/68/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/ec/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d9/ba/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 53/18/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f_package_write_rpm.tar.zst\nDEBUG: Searching for 7c/3b/sstate:xwininfo::1.1.6:r0::11:7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://1c/a9/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'db/c8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c_packagedata.tar.zst\nDEBUG: Searching for 8f/ec/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a2/4d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:a24d40b795ca95f3660e91595318e073e1efcf74b41af2573eafd022f87e50b2_package.tar.zst\nDEBUG: For url ['file', '', 'd9/ba/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://53/18/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://37/d3/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:37d38f23e8fce73c55e054522ad39ca7fa4bf62541786c428d3a329955e57a66_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7c/3b/sstate:xwininfo::1.1.6:r0::11:7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://02/21/sstate:liburcu::0.14.0:r0::11:0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73_populate_lic.tar.zst\nDEBUG: For url file://db/c8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/c8/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A11%3Adbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269_packagedata.tar.zst;downloadfilename=db/c8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/93/7f/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8f/ec/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/d8/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://88/09/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1_packagedata.tar.zst\nDEBUG: For url file://d9/ba/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/ba/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3Ad9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27_deploy_source_date_epoch.tar.zst;downloadfilename=d9/ba/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '53/18/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0c/74/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7c/3b/sstate:xwininfo::1.1.6:r0::11:7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7_populate_lic.tar.zst\nDEBUG: Searching for 02/21/sstate:liburcu::0.14.0:r0::11:0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/93/7f/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8f/ec/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ea/d8/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://27/b8/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0e/65/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a_recipe_qa.tar.zst\nDEBUG: For url file://53/18/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/18/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.7.0%3Ar0%3Acore2-64%3A11%3A5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f_package_write_rpm.tar.zst;downloadfilename=53/18/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f_package_write_rpm.tar.zst\nDEBUG: Searching for 0c/74/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://02/68/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '7c/3b/sstate:xwininfo::1.1.6:r0::11:7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 02/21/sstate:liburcu::0.14.0:r0::11:0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73_populate_lic.tar.zst\nDEBUG: Using  for universal/93/7f/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '8f/ec/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ea/d8/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/f6/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/0e/65/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0c/74/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40_populate_sysroot.tar.zst\nDEBUG: For url file://7c/3b/sstate:xwininfo::1.1.6:r0::11:7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/3b/sstate%3Axwininfo%3A%3A1.1.6%3Ar0%3A%3A11%3A7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7_populate_lic.tar.zst;downloadfilename=7c/3b/sstate:xwininfo::1.1.6:r0::11:7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7_populate_lic.tar.zst\nDEBUG: Testing URL file://02/21/sstate:liburcu::0.14.0:r0::11:0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/93/7f/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab_create_runtime_spdx.tar.zst\nDEBUG: For url file://8f/ec/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/ec/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A11%3A8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519_deploy_source_date_epoch.tar.zst;downloadfilename=8f/ec/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ea/d8/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760_populate_sysroot.tar.zst\nDEBUG: Searching for 3f/f6/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://db/c8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269_packagedata.tar.zst\nDEBUG: Using  for universal/0e/65/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a_recipe_qa.tar.zst\nDEBUG: Testing URL file://0c/74/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b_package_write_rpm.tar.zst\nDEBUG: Searching for ca/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '02/21/sstate:liburcu::0.14.0:r0::11:0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/93/7f/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ea/d8/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d9/ba/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:d9bae87c982a35b87789486d7b71764fabd42c4e3aa2ab476352bb47ad974d27_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3f/f6/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://70/b1/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/0e/65/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '0c/74/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ca/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40_populate_sysroot.tar.zst\nDEBUG: For url file://02/21/sstate:liburcu::0.14.0:r0::11:0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/21/sstate%3Aliburcu%3A%3A0.14.0%3Ar0%3A%3A11%3A0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73_populate_lic.tar.zst;downloadfilename=02/21/sstate:liburcu::0.14.0:r0::11:0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73_populate_lic.tar.zst\nDEBUG: For url file://universal/93/7f/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/7f/sstate%3Apython3-build-native%3Ax86_64-linux%3A1.0.3%3Ar0%3Ax86_64%3A11%3A937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab_create_runtime_spdx.tar.zst;downloadfilename=universal/93/7f/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab_create_runtime_spdx.tar.zst\nDEBUG: For url file://ea/d8/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/d8/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A11%3Aead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760_populate_sysroot.tar.zst;downloadfilename=ea/d8/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://93/7f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900_package_qa.tar.zst\nDEBUG: Testing URL file://3f/f6/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 70/b1/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/0e/65/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0c/74/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/74/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.13%3Ar0%3Acore2-64%3A11%3A0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b_package_write_rpm.tar.zst;downloadfilename=0c/74/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ca/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://53/18/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/3b/sstate:xwininfo::1.1.6:r0::11:7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7_populate_lic.tar.zst\nDEBUG: Searching for 93/7f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3f/f6/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://8f/ec/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8fec887fe6e9aa7743a54e9f37a60378062616311194a4a5b365db018bc01519_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 70/b1/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337_package_write_rpm.tar.zst\nDEBUG: For url file://universal/0e/65/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0e/65/sstate%3Alibunistring-native%3Ax86_64-linux%3A1.1%3Ar0%3Ax86_64%3A11%3A0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a_recipe_qa.tar.zst;downloadfilename=universal/0e/65/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ca/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://02/21/sstate:liburcu::0.14.0:r0::11:0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/e2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://88/3f/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6_package.tar.zst\nDEBUG: Using  for 93/7f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900_package_qa.tar.zst\nDEBUG: For url file://3f/f6/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/f6/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A11%3A3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b_create_runtime_spdx.tar.zst;downloadfilename=3f/f6/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fd/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://70/b1/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337_package_write_rpm.tar.zst\nDEBUG: For url file://ca/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/88/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.13%3Ar0%3Acore2-64%3A11%3Aca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40_populate_sysroot.tar.zst;downloadfilename=ca/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://83/51/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf_create_runtime_spdx.tar.zst\nDEBUG: Searching for b4/e2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 88/3f/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://93/7f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/93/7f/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/fd/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ea/d8/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:ead87e565a20bc241a8d4c8d898de769fcf53762b3a57fc523174b1c9131d760_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '70/b1/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 83/51/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b4/e2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2_packagedata.tar.zst\nDEBUG: Using  for 88/3f/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6_package.tar.zst\nDEBUG: For url ['file', '', '93/7f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://0c/74/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/2d/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23_package_write_rpm.tar.zst\nDEBUG: Using  for universal/fd/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/01/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0e/65/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a_recipe_qa.tar.zst\nDEBUG: For url file://70/b1/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/b1/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A11%3A70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337_package_write_rpm.tar.zst;downloadfilename=70/b1/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337_package_write_rpm.tar.zst\nDEBUG: Using  for 83/51/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b4/e2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2_packagedata.tar.zst\nDEBUG: Testing URL file://88/3f/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6_package.tar.zst\nDEBUG: For url file://93/7f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/7f/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A11%3A937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900_package_qa.tar.zst;downloadfilename=93/7f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://95/b4/sstate:perl::5.38.2:r0::11:95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc_populate_lic.tar.zst\nDEBUG: Searching for 4f/2d/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/fd/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1e/01/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a4/3c/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d_create_spdx.tar.zst\nDEBUG: Testing URL file://83/51/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b4/e2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c8/52/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '88/3f/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 95/b4/sstate:perl::5.38.2:r0::11:95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4f/2d/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/fd/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ca/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:ca88961c76a6c81026d3723d66e7f00e5373c0b7319ddabb4e76f790a645de40_populate_sysroot.tar.zst\nDEBUG: Using  for 1e/01/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22_package_qa.tar.zst\nDEBUG: Searching for a4/3c/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '83/51/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b4/e2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/e2/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A11%3Ab4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2_packagedata.tar.zst;downloadfilename=b4/e2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://84/0d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44_packagedata.tar.zst\nDEBUG: For url file://88/3f/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/3f/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6_package.tar.zst;downloadfilename=88/3f/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6_package.tar.zst\nDEBUG: Using  for 95/b4/sstate:perl::5.38.2:r0::11:95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc_populate_lic.tar.zst\nDEBUG: Testing URL file://4f/2d/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23_package_write_rpm.tar.zst\nDEBUG: For url file://universal/fd/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/2c/sstate%3Alibxshmfence-native%3Ax86_64-linux%3A1.3.2%3Ar0%3Ax86_64%3A11%3Afd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/fd/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/2a/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1e/01/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22_package_qa.tar.zst\nDEBUG: Using  for a4/3c/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d_create_spdx.tar.zst\nDEBUG: For url file://83/51/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/51/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf_create_runtime_spdx.tar.zst;downloadfilename=83/51/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf_create_runtime_spdx.tar.zst\nDEBUG: Searching for 84/0d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://95/b4/sstate:perl::5.38.2:r0::11:95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://70/b1/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4f/2d/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://93/7f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900_package_qa.tar.zst\nDEBUG: Searching for 3c/2a/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1e/01/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a4/3c/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d_create_spdx.tar.zst\nDEBUG: Using  for 84/0d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44_packagedata.tar.zst\nDEBUG: For url ['file', '', '95/b4/sstate:perl::5.38.2:r0::11:95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b4/e2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://64/d1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e_package.tar.zst\nDEBUG: For url file://4f/2d/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/2d/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3A4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23_package_write_rpm.tar.zst;downloadfilename=4f/2d/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/8d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa_create_spdx.tar.zst\nDEBUG: Using  for 3c/2a/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db_package_write_rpm.tar.zst\nDEBUG: For url file://1e/01/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/01/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22_package_qa.tar.zst;downloadfilename=1e/01/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a4/3c/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://84/0d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44_packagedata.tar.zst\nDEBUG: For url file://95/b4/sstate:perl::5.38.2:r0::11:95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/b4/sstate%3Aperl%3A%3A5.38.2%3Ar0%3A%3A11%3A95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc_populate_lic.tar.zst;downloadfilename=95/b4/sstate:perl::5.38.2:r0::11:95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/66/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 64/d1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a9/8d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3c/2a/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://88/3f/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:883fb1a1291461f9de3c86f9eecf8975db7af9feed59070e95a7c38ca9fc8fe6_package.tar.zst\nDEBUG: For url file://a4/3c/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/3c/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.17%3Ar0%3Acore2-64%3A11%3Aa43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d_create_spdx.tar.zst;downloadfilename=a4/3c/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://83/51/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '84/0d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/fd/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:fd2c52ee730b0497b30bd5758f892897273319f1a01051970ede20084c5e497a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ed/66/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 64/d1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e_package.tar.zst\nDEBUG: Using  for a9/8d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3c/2a/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://13/44/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/1a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da_package_qa.tar.zst\nDEBUG: For url file://84/0d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/0d/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.5%3Ar0%3Acore2-64%3A11%3A840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44_packagedata.tar.zst;downloadfilename=84/0d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/12/89/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1_recipe_qa.tar.zst\nDEBUG: Using  for ed/66/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://64/d1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e_package.tar.zst\nDEBUG: Testing URL file://a9/8d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/01/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22_package_qa.tar.zst\nDEBUG: For url file://3c/2a/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/2a/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db_package_write_rpm.tar.zst;downloadfilename=3c/2a/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db_package_write_rpm.tar.zst\nDEBUG: Searching for 13/44/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3f/1a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/12/89/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ed/66/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://95/b4/sstate:perl::5.38.2:r0::11:95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://90/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/2d/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '64/d1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a9/8d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/17/4a/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a_populate_sysroot.tar.zst\nDEBUG: Using  for 13/44/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275_package_qa.tar.zst\nDEBUG: Using  for 3f/1a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da_package_qa.tar.zst\nDEBUG: Using  for universal/12/89/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ed/66/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/7a/c2/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/45/3e/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24_create_spdx.tar.zst\nDEBUG: For url file://64/d1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/d1/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A11%3A64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e_package.tar.zst;downloadfilename=64/d1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e_package.tar.zst\nDEBUG: For url file://a9/8d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/8d/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A11%3Aa98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa_create_spdx.tar.zst;downloadfilename=a9/8d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa_create_spdx.tar.zst\nDEBUG: Searching for universal/17/4a/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://13/44/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275_package_qa.tar.zst\nDEBUG: Testing URL file://3f/1a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da_package_qa.tar.zst\nDEBUG: Testing URL file://universal/12/89/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1_recipe_qa.tar.zst\nDEBUG: For url file://ed/66/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/66/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A11%3Aed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee_deploy_source_date_epoch.tar.zst;downloadfilename=ed/66/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/7a/c2/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5f/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/45/3e/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/17/4a/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '13/44/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://84/0d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44_packagedata.tar.zst\nDEBUG: For url ['file', '', '3f/1a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3c/2a/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/12/89/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/7a/c2/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee_recipe_qa.tar.zst\nDEBUG: Using  for 5f/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06_create_spdx.tar.zst\nDEBUG: Using  for universal/45/3e/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/17/4a/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a_populate_sysroot.tar.zst\nDEBUG: For url file://13/44/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/44/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A11%3A1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275_package_qa.tar.zst;downloadfilename=13/44/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/f6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca_package.tar.zst\nDEBUG: For url file://3f/1a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/1a/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20230416%3Ar0%3Acore2-64%3A11%3A3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da_package_qa.tar.zst;downloadfilename=3f/1a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/ab/sstate:lua-native::5.4.6:r0::11:ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150_populate_lic.tar.zst\nDEBUG: For url file://universal/12/89/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/89/sstate%3Arsync-native%3Ax86_64-linux%3A3.2.7%3Ar0%3Ax86_64%3A11%3A128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1_recipe_qa.tar.zst;downloadfilename=universal/12/89/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/7a/c2/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee_recipe_qa.tar.zst\nDEBUG: Testing URL file://5f/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/45/3e/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/17/4a/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cf/f6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://64/d1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:64d1c32d4eefa719fd7e02297ba059b821db1d51fae02d336fd32e74d593437e_package.tar.zst\nDEBUG: Searching for ff/ab/sstate:lua-native::5.4.6:r0::11:ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a9/8d/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/66/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:ed66145d87262f47b18d1a47b2286d42b7ffbab69ccadb40e8bc29b45e72bcee_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/7a/c2/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5f/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/45/3e/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/17/4a/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/17/4a/sstate%3Aunifdef-native%3Ax86_64-linux%3A2.12%3Ar0%3Ax86_64%3A11%3A174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a_populate_sysroot.tar.zst;downloadfilename=universal/17/4a/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a_populate_sysroot.tar.zst\nDEBUG: Using  for cf/f6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/48/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ff/ab/sstate:lua-native::5.4.6:r0::11:ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://87/99/sstate:mc::4.8.30:r0::11:8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/85/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://13/44/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275_package_qa.tar.zst\nDEBUG: For url file://universal/7a/c2/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7a/c2/sstate%3Alibdrm-native%3Ax86_64-linux%3A2.4.120%3Ar0%3Ax86_64%3A11%3A7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee_recipe_qa.tar.zst;downloadfilename=universal/7a/c2/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee_recipe_qa.tar.zst\nDEBUG: For url file://5f/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/d3/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06_create_spdx.tar.zst;downloadfilename=5f/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06_create_spdx.tar.zst\nDEBUG: For url file://universal/45/3e/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/45/3e/sstate%3Ago-cross-core2-64%3Ax86_64-poky-linux%3A1.20.13%3Ar0%3Ax86_64%3A11%3A453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24_create_spdx.tar.zst;downloadfilename=universal/45/3e/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24_create_spdx.tar.zst\nDEBUG: Testing URL file://cf/f6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca_package.tar.zst\nDEBUG: Searching for universal/67/48/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ff/ab/sstate:lua-native::5.4.6:r0::11:ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/1a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da_package_qa.tar.zst\nDEBUG: Searching for 87/99/sstate:mc::4.8.30:r0::11:8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4e/85/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ca/b1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/12/89/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:128933253f1489770d38296cc547fdd52f3fa6d7ae04b3ae5fe749888d1e5ff1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'cf/f6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/67/48/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ff/ab/sstate:lua-native::5.4.6:r0::11:ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0f/22/sstate:at::3.2.5:r0::11:0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5_populate_lic.tar.zst\nDEBUG: Using  for 87/99/sstate:mc::4.8.30:r0::11:8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd_populate_lic.tar.zst\nDEBUG: Using  for 4e/85/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e_recipe_qa.tar.zst\nDEBUG: Searching for ca/b1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/6f/bc/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9_create_spdx.tar.zst\nDEBUG: For url file://cf/f6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/f6/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3Acff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca_package.tar.zst;downloadfilename=cf/f6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca_package.tar.zst\nDEBUG: Testing URL file://universal/67/48/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ff/ab/sstate:lua-native::5.4.6:r0::11:ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/ab/sstate%3Alua-native%3A%3A5.4.6%3Ar0%3A%3A11%3Affabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150_populate_lic.tar.zst;downloadfilename=ff/ab/sstate:lua-native::5.4.6:r0::11:ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150_populate_lic.tar.zst\nDEBUG: Searching for 0f/22/sstate:at::3.2.5:r0::11:0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://87/99/sstate:mc::4.8.30:r0::11:8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd_populate_lic.tar.zst\nDEBUG: Testing URL file://4e/85/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e_recipe_qa.tar.zst\nDEBUG: Using  for ca/b1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/6f/bc/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/7a/c2/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/67/48/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/17/4a/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:174a53acd80be1d3fea0754e8c8a83e7ac14a1f65c18128f158ddbfdfb63859a_populate_sysroot.tar.zst\nDEBUG: Using  for 0f/22/sstate:at::3.2.5:r0::11:0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://93/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/f6/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '87/99/sstate:mc::4.8.30:r0::11:8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/45/3e/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4e/85/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ca/b1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/6f/bc/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/2e/sstate:bash::5.2.21:r0::11:e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3_populate_lic.tar.zst\nDEBUG: For url file://universal/67/48/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/48/sstate%3Ahelp2man-native%3Ax86_64-linux%3A1.49.3%3Ar0%3Ax86_64%3A11%3A67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/67/48/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/9d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0f/22/sstate:at::3.2.5:r0::11:0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/91/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186_recipe_qa.tar.zst\nDEBUG: For url file://87/99/sstate:mc::4.8.30:r0::11:8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/99/sstate%3Amc%3A%3A4.8.30%3Ar0%3A%3A11%3A8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd_populate_lic.tar.zst;downloadfilename=87/99/sstate:mc::4.8.30:r0::11:8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/03/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26_package_write_rpm.tar.zst\nDEBUG: For url file://4e/85/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/85/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.32%3Ar0%3Aallarch%3A11%3A4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e_recipe_qa.tar.zst;downloadfilename=4e/85/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ca/b1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/6f/bc/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9_create_spdx.tar.zst\nDEBUG: Searching for e4/2e/sstate:bash::5.2.21:r0::11:e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5b/9d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0f/22/sstate:at::3.2.5:r0::11:0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d6/91/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9b/03/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ff/ab/sstate:lua-native::5.4.6:r0::11:ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150_populate_lic.tar.zst\nDEBUG: For url file://ca/b1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/b1/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3Acab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1_deploy_source_date_epoch.tar.zst;downloadfilename=ca/b1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/6f/bc/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e4/2e/sstate:bash::5.2.21:r0::11:e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/f6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:cff63c23fbfd81872a37536844af85f3833019a7cc5eec2f845ae3de4cc837ca_package.tar.zst\nDEBUG: Using  for 5b/9d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411_package_write_rpm.tar.zst\nDEBUG: For url file://0f/22/sstate:at::3.2.5:r0::11:0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/22/sstate%3Aat%3A%3A3.2.5%3Ar0%3A%3A11%3A0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5_populate_lic.tar.zst;downloadfilename=0f/22/sstate:at::3.2.5:r0::11:0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5_populate_lic.tar.zst\nDEBUG: Using  for d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst\nDEBUG: Using  for d6/91/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186_recipe_qa.tar.zst\nDEBUG: Using  for 9b/03/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://75/fc/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a_package_qa.tar.zst\nDEBUG: For url file://universal/6f/bc/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/bc/sstate%3Acargo-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3A6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9_create_spdx.tar.zst;downloadfilename=universal/6f/bc/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9_create_spdx.tar.zst\nDEBUG: Testing URL file://e4/2e/sstate:bash::5.2.21:r0::11:e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/48/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:67489303fc3370d715fbc732a7d248ff13e28b4aba1633db84a5407c233be9a3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://42/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548_create_spdx.tar.zst\nDEBUG: Testing URL file://5b/9d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst\nDEBUG: Testing URL file://d6/91/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186_recipe_qa.tar.zst\nDEBUG: Testing URL file://9b/03/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://87/99/sstate:mc::4.8.30:r0::11:8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd_populate_lic.tar.zst\nDEBUG: Searching for 75/fc/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e4/2e/sstate:bash::5.2.21:r0::11:e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4e/85/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/71/a9/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 42/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5b/9d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd6/91/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9b/03/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/42/ea/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/b1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:cab19453dce50a1f55a8e3fa7939915474a7fbf8d7c441e5f7b4a04210c26ba1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 75/fc/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a_package_qa.tar.zst\nDEBUG: For url file://e4/2e/sstate:bash::5.2.21:r0::11:e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/2e/sstate%3Abash%3A%3A5.2.21%3Ar0%3A%3A11%3Ae42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3_populate_lic.tar.zst;downloadfilename=e4/2e/sstate:bash::5.2.21:r0::11:e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/d1/sstate:libxtst-native::1.2.4:r0::11:cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7_populate_lic.tar.zst\nDEBUG: Searching for universal/71/a9/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 42/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548_create_spdx.tar.zst\nDEBUG: For url file://5b/9d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/9d/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A11%3A5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411_package_write_rpm.tar.zst;downloadfilename=5b/9d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411_package_write_rpm.tar.zst\nDEBUG: For url file://d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/24/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ad5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst;downloadfilename=d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/22/sstate:at::3.2.5:r0::11:0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5_populate_lic.tar.zst\nDEBUG: For url file://d6/91/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/91/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.4%3Ar0%3Acore2-64%3A11%3Ad69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186_recipe_qa.tar.zst;downloadfilename=d6/91/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186_recipe_qa.tar.zst\nDEBUG: For url file://9b/03/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/03/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A11%3A9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26_package_write_rpm.tar.zst;downloadfilename=9b/03/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26_package_write_rpm.tar.zst\nDEBUG: Searching for universal/42/ea/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1e/6e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://75/fc/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a_package_qa.tar.zst\nDEBUG: Searching for cd/d1/sstate:libxtst-native::1.2.4:r0::11:cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/71/a9/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://42/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6f/bc/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/95/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/42/ea/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/3c/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d_create_spdx.tar.zst\nDEBUG: Searching for 1e/6e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '75/fc/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cd/d1/sstate:libxtst-native::1.2.4:r0::11:cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/71/a9/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '42/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/92/55/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/2e/sstate:bash::5.2.21:r0::11:e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3_populate_lic.tar.zst\nDEBUG: Searching for 96/95/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/42/ea/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://34/ff/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d_create_runtime_spdx.tar.zst\nDEBUG: Using  for 1e/6e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://75/fc/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/fc/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a_package_qa.tar.zst;downloadfilename=75/fc/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a_package_qa.tar.zst\nDEBUG: Testing URL file://cd/d1/sstate:libxtst-native::1.2.4:r0::11:cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/71/a9/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://42/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/88/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.13%3Ar0%3Acore2-64%3A11%3A4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548_create_spdx.tar.zst;downloadfilename=42/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548_create_spdx.tar.zst\nDEBUG: Searching for universal/92/55/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://03/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0_package_qa.tar.zst\nDEBUG: Using  for 96/95/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/42/ea/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 34/ff/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1e/6e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cd/d1/sstate:libxtst-native::1.2.4:r0::11:cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d6/91/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186_recipe_qa.tar.zst\nDEBUG: For url file://universal/71/a9/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/a9/sstate%3Afontconfig-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A11%3A71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247_deploy_source_date_epoch.tar.zst;downloadfilename=universal/71/a9/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/03/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26_package_write_rpm.tar.zst\nDEBUG: Using  for universal/92/55/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991_create_runtime_spdx.tar.zst\nDEBUG: Searching for 03/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://96/95/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/9d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411_package_write_rpm.tar.zst\nDEBUG: For url file://universal/42/ea/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/42/ea/sstate%3Agettext-native%3Ax86_64-linux%3A0.22.4%3Ar0%3Ax86_64%3A11%3A42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/42/ea/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 34/ff/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '1e/6e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cd/d1/sstate:libxtst-native::1.2.4:r0::11:cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/d1/sstate%3Alibxtst-native%3A%3A1.2.4%3Ar0%3A%3A11%3Acdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7_populate_lic.tar.zst;downloadfilename=cd/d1/sstate:libxtst-native::1.2.4:r0::11:cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/86/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://99/c6/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/92/55/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991_create_runtime_spdx.tar.zst\nDEBUG: Using  for 03/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0_package_qa.tar.zst\nDEBUG: For url ['file', '', '96/95/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6e/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://34/ff/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d_create_runtime_spdx.tar.zst\nDEBUG: For url file://1e/6e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/6e/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f_deploy_source_date_epoch.tar.zst;downloadfilename=1e/6e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://75/fc/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a_package_qa.tar.zst\nDEBUG: Searching for aa/86/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 99/c6/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/92/55/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://03/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0_package_qa.tar.zst\nDEBUG: For url file://96/95/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/95/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99_deploy_source_date_epoch.tar.zst;downloadfilename=96/95/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6e/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '34/ff/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://48/2c/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702_stash_locale.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/71/a9/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:71a9818a4d76001b80bd3c444a72640a3b022efcdc39d032b304b273cda63247_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for aa/86/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638_package_write_ipk.tar.zst\nDEBUG: Using  for 99/c6/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd_create_spdx.tar.zst\nDEBUG: For url file://universal/92/55/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/92/55/sstate%3Agdbm-native%3Ax86_64-linux%3A1.23%3Ar0%3Ax86_64%3A11%3A9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991_create_runtime_spdx.tar.zst;downloadfilename=universal/92/55/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '03/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6e/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://34/ff/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/ff/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d_create_runtime_spdx.tar.zst;downloadfilename=34/ff/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d_create_runtime_spdx.tar.zst\nDEBUG: Searching for 48/2c/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702_stash_locale.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/42/ea/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:42ea77e64e87921e3ba4c68ca14d26f832a3ae15bd69e5ece5853d500c500b9b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/a1/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://aa/86/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638_package_write_ipk.tar.zst\nDEBUG: Testing URL file://99/c6/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd_create_spdx.tar.zst\nDEBUG: For url file://03/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/bd/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3A03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0_package_qa.tar.zst;downloadfilename=03/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0_package_qa.tar.zst\nDEBUG: Testing URL file://6e/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/d1/sstate:libxtst-native::1.2.4:r0::11:cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7_populate_lic.tar.zst\nDEBUG: Using  for 48/2c/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702_stash_locale.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/76/35/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/6e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:1e6e3914db4c8ccfb18d14a8bbddcd188bbea8ff8a948104224b11d856fb775f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f5/a1/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'aa/86/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '99/c6/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6e/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bc/a1/sstate:python3-attrs::23.2.0:r0::11:bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://96/95/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:969553795047263c4022d57cb143e5f48f4f911d9ac1d3e4f3e67ccb8a5bfd99_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://48/2c/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702_stash_locale.tar.zst\nDEBUG: Searching for universal/76/35/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/b2/a4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f5/a1/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50_create_runtime_spdx.tar.zst\nDEBUG: For url file://aa/86/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/86/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Aaa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638_package_write_ipk.tar.zst;downloadfilename=aa/86/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638_package_write_ipk.tar.zst\nDEBUG: For url file://99/c6/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/c6/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A11%3A99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd_create_spdx.tar.zst;downloadfilename=99/c6/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd_create_spdx.tar.zst\nDEBUG: For url file://6e/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/7d/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.4%3Ar0%3Acore2-64%3A11%3A6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76_deploy_source_date_epoch.tar.zst;downloadfilename=6e/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for bc/a1/sstate:python3-attrs::23.2.0:r0::11:bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://8d/e9/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d_package_qa.tar.zst\nDEBUG: For url ['file', '', '48/2c/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702_stash_locale.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/76/35/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371_populate_sysroot.tar.zst\nDEBUG: Searching for universal/b2/a4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f5/a1/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50_create_runtime_spdx.tar.zst\nDEBUG: Using  for bc/a1/sstate:python3-attrs::23.2.0:r0::11:bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/92/55/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8d/e9/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://48/2c/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702_stash_locale.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/2c/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.38%2Bgit%3Ar0%3Acore2-64%3A11%3A482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702_stash_locale.tar.zst;downloadfilename=48/2c/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702_stash_locale.tar.zst\nDEBUG: SState: Successful fetch test for file://03/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0_package_qa.tar.zst\nDEBUG: Testing URL file://universal/76/35/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/d3/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06_create_spdx.tar.zst\nDEBUG: Using  for universal/b2/a4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f5/a1/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bc/a1/sstate:python3-attrs::23.2.0:r0::11:bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://86/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37_recipe_qa.tar.zst\nDEBUG: Using  for 8d/e9/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://15/9a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9_package.tar.zst\nDEBUG: For url ['file', '', 'universal/76/35/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f8/74/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/b2/a4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f5/a1/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/a1/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A11%3Af5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50_create_runtime_spdx.tar.zst;downloadfilename=f5/a1/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'bc/a1/sstate:python3-attrs::23.2.0:r0::11:bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 86/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8d/e9/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/86/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638_package_write_ipk.tar.zst\nDEBUG: Searching for 15/9a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/76/35/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/35/sstate%3Anettle-native%3Ax86_64-linux%3A3.9.1%3Ar0%3Ax86_64%3A11%3A76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371_populate_sysroot.tar.zst;downloadfilename=universal/76/35/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://99/c6/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd_create_spdx.tar.zst\nDEBUG: Searching for f8/74/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/b2/a4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bc/a1/sstate:python3-attrs::23.2.0:r0::11:bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/a1/sstate%3Apython3-attrs%3A%3A23.2.0%3Ar0%3A%3A11%3Abca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418_populate_lic.tar.zst;downloadfilename=bc/a1/sstate:python3-attrs::23.2.0:r0::11:bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418_populate_lic.tar.zst\nDEBUG: Using  for 86/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:6e7ddd1f4786e92b1544997305008e5765c944dff451d34bc187b32c88d8bd76_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8d/e9/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/00/2d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8_populate_sysroot.tar.zst\nDEBUG: Using  for 15/9a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f7/70/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://48/2c/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:482c0dc165bea3d6fb66c13b8679db6f319400b181b67323f06813df2174c702_stash_locale.tar.zst\nDEBUG: Using  for f8/74/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68_recipe_qa.tar.zst\nDEBUG: For url file://universal/b2/a4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/a4/sstate%3Alibxrandr-native%3Ax86_64-linux%3A1.5.4%3Ar0%3Ax86_64%3A11%3Ab2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b2/a4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://86/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d7/7f/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18_create_runtime_spdx.tar.zst\nDEBUG: For url file://8d/e9/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/e9/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.4%3Ar0%3Acore2-64%3A11%3A8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d_package_qa.tar.zst;downloadfilename=8d/e9/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d_package_qa.tar.zst\nDEBUG: Searching for universal/00/2d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://15/9a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9_package.tar.zst\nDEBUG: Searching for universal/f7/70/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/5f/ab/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f8/74/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '86/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/d7/7f/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: checkstatus: trying again\nDEBUG: Using  for universal/00/2d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '15/9a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/76/35/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371_populate_sysroot.tar.zst\nDEBUG: Using  for universal/f7/70/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/5f/ab/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f8/74/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://86/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/7d/sstate%3Arust%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37_recipe_qa.tar.zst;downloadfilename=86/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37_recipe_qa.tar.zst\nDEBUG: Using  for universal/d7/7f/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/00/2d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8_populate_sysroot.tar.zst\nDEBUG: For url file://15/9a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/9a/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A11%3A159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9_package.tar.zst;downloadfilename=15/9a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/a1/sstate:python3-attrs::23.2.0:r0::11:bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/33/sstate:go-binary-native::1.20.13:r0::11:7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/f7/70/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/5f/ab/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5_create_runtime_spdx.tar.zst\nDEBUG: For url file://f8/74/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/74/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Af87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68_recipe_qa.tar.zst;downloadfilename=f8/74/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/d7/7f/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/00/2d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/b2/a4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:b2a45968cb9f2cfdd0d5540a9eac6927f940b52fb635baedf9338de73278a63a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/26/9b/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/e9/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d_package_qa.tar.zst\nDEBUG: Searching for 7e/33/sstate:go-binary-native::1.20.13:r0::11:7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f7/70/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/5f/ab/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d7/7f/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst: HTTP Error 404: Not Found\nDEBUG: For url file://universal/00/2d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/00/2d/sstate%3Adbus-native%3Ax86_64-linux%3A1.14.10%3Ar0%3Ax86_64%3A11%3A002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8_populate_sysroot.tar.zst;downloadfilename=universal/00/2d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/af/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff_recipe_qa.tar.zst\nDEBUG: Searching for universal/26/9b/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a0/1c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f_package.tar.zst\nDEBUG: Using  for 7e/33/sstate:go-binary-native::1.20.13:r0::11:7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f_populate_lic.tar.zst\nDEBUG: For url file://universal/f7/70/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/70/sstate%3Apbzip2-native%3Ax86_64-linux%3A1.1.13%3Ar0%3Ax86_64%3A11%3Af7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a_create_runtime_spdx.tar.zst;downloadfilename=universal/f7/70/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/5f/ab/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d7/7f/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d7/7f/sstate%3Agtk%2B3-native%3Ax86_64-linux%3A3.24.38%3Ar0%3Ax86_64%3A11%3Ad77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18_create_runtime_spdx.tar.zst;downloadfilename=universal/d7/7f/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://86/7d/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37_recipe_qa.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst (FetchError(\"URL doesn't work\", 'file://d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://d5/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf_image_qa.tar.zst'. URL doesn't work\n\nDEBUG: Searching for universal/da/af/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/26/9b/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad_create_spdx.tar.zst\nDEBUG: Searching for a0/1c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7e/33/sstate:go-binary-native::1.20.13:r0::11:7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f_populate_lic.tar.zst\nDEBUG: For url file://universal/5f/ab/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5f/ab/sstate%3Apigz-native%3Ax86_64-linux%3A2.8%3Ar0%3Ax86_64%3A11%3A5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5_create_runtime_spdx.tar.zst;downloadfilename=universal/5f/ab/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/74/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/b3/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/58/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933_package_write_rpm.tar.zst\nDEBUG: Using  for universal/da/af/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/26/9b/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad_create_spdx.tar.zst\nDEBUG: Using  for a0/1c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f_package.tar.zst\nDEBUG: For url ['file', '', '7e/33/sstate:go-binary-native::1.20.13:r0::11:7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0d/7d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/00/2d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8_populate_sysroot.tar.zst\nDEBUG: Searching for bd/b3/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7c/58/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/da/af/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/26/9b/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a0/1c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f_package.tar.zst\nDEBUG: For url file://7e/33/sstate:go-binary-native::1.20.13:r0::11:7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/33/sstate%3Ago-binary-native%3A%3A1.20.13%3Ar0%3A%3A11%3A7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f_populate_lic.tar.zst;downloadfilename=7e/33/sstate:go-binary-native::1.20.13:r0::11:7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f_populate_lic.tar.zst\nDEBUG: Searching for 0d/7d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://98/39/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c_package.tar.zst\nDEBUG: Using  for bd/b3/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6_package_qa.tar.zst\nDEBUG: Using  for 7c/58/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d7/7f/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/da/af/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/26/9b/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/26/9b/sstate%3Aqemu-native%3Ax86_64-linux%3A8.2.0%3Ar0%3Ax86_64%3A11%3A269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad_create_spdx.tar.zst;downloadfilename=universal/26/9b/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a0/1c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0d/7d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2_recipe_qa.tar.zst\nDEBUG: Searching for 98/39/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/f7/70/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://bd/b3/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6_package_qa.tar.zst\nDEBUG: Testing URL file://7c/58/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://33/f8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7_package_qa.tar.zst\nDEBUG: For url file://universal/da/af/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/af/sstate%3Alibssh2-native%3Ax86_64-linux%3A1.11.0%3Ar0%3Ax86_64%3A11%3Adaaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff_recipe_qa.tar.zst;downloadfilename=universal/da/af/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff_recipe_qa.tar.zst\nDEBUG: For url file://a0/1c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/1c/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.20%3Ar0%3Acore2-64%3A11%3Aa01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f_package.tar.zst;downloadfilename=a0/1c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f_package.tar.zst\nDEBUG: Testing URL file://0d/7d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5f/ab/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5_create_runtime_spdx.tar.zst\nDEBUG: Using  for 98/39/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://83/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec_packagedata.tar.zst\nDEBUG: For url ['file', '', 'bd/b3/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7c/58/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 33/f8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0d/7d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7e/33/sstate:go-binary-native::1.20.13:r0::11:7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://98/46/sstate:menu-cache::1.1.0:r0::11:98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7_populate_lic.tar.zst\nDEBUG: Testing URL file://98/39/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c_package.tar.zst\nDEBUG: Searching for 83/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://bd/b3/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/b3/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A11%3Abdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6_package_qa.tar.zst;downloadfilename=bd/b3/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6_package_qa.tar.zst\nDEBUG: For url file://7c/58/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/58/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A11%3A7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933_package_write_rpm.tar.zst;downloadfilename=7c/58/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933_package_write_rpm.tar.zst\nDEBUG: Using  for 33/f8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7_package_qa.tar.zst\nDEBUG: For url file://0d/7d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/7d/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A11%3A0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2_recipe_qa.tar.zst;downloadfilename=0d/7d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://09/a6/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb_packagedata.tar.zst\nDEBUG: Searching for 98/46/sstate:menu-cache::1.1.0:r0::11:98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '98/39/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 83/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec_packagedata.tar.zst\nDEBUG: Testing URL file://33/f8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/26/9b/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/af/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:daaf7f76b60138a19465faa9ffec659d0e4574104d013fcf95fc342430a7f9ff_recipe_qa.tar.zst\nDEBUG: Searching for 09/a6/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a0/1c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a01c3265122cebd0a6d686686f3d5def6f53068f446051e718e2ec3fc77e3c5f_package.tar.zst\nDEBUG: Using  for 98/46/sstate:menu-cache::1.1.0:r0::11:98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://34/ff/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d_create_runtime_spdx.tar.zst\nDEBUG: For url file://98/39/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/39/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%3Ar0%3Aallarch%3A11%3A98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c_package.tar.zst;downloadfilename=98/39/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c_package.tar.zst\nDEBUG: Testing URL file://83/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec_packagedata.tar.zst\nDEBUG: For url ['file', '', '33/f8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://db/57/sstate:libssh2::1.11.0:r0::11:db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://13/ce/sstate:makedepend-native::1.0.8:r0::11:13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08_populate_lic.tar.zst\nDEBUG: Using  for 09/a6/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/1b/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4_package.tar.zst\nDEBUG: Testing URL file://98/46/sstate:menu-cache::1.1.0:r0::11:98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/15/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196_create_spdx.tar.zst\nDEBUG: For url ['file', '', '83/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://33/f8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/f8/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A11%3A33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7_package_qa.tar.zst;downloadfilename=33/f8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/a1/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50_create_runtime_spdx.tar.zst\nDEBUG: Searching for db/57/sstate:libssh2::1.11.0:r0::11:db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://42/88/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/b3/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6_package_qa.tar.zst\nDEBUG: Searching for 13/ce/sstate:makedepend-native::1.0.8:r0::11:13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://09/a6/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb_packagedata.tar.zst\nDEBUG: Searching for f6/1b/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '98/46/sstate:menu-cache::1.1.0:r0::11:98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://0d/7d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2_recipe_qa.tar.zst\nDEBUG: Searching for ac/15/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://83/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/ff/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A11%3A83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec_packagedata.tar.zst;downloadfilename=83/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/70/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631_packagedata.tar.zst\nDEBUG: Using  for db/57/sstate:libssh2::1.11.0:r0::11:db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2b/03/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/90/sstate:sato-screenshot::0.3:r0::11:6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70_populate_lic.tar.zst\nDEBUG: Using  for 13/ce/sstate:makedepend-native::1.0.8:r0::11:13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://98/39/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:98395cf193bcd9a2444d3a134d7816a8334a172371c58b999d8dfbc59d02671c_package.tar.zst\nDEBUG: For url ['file', '', '09/a6/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f6/1b/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4_package.tar.zst\nDEBUG: For url file://98/46/sstate:menu-cache::1.1.0:r0::11:98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/46/sstate%3Amenu-cache%3A%3A1.1.0%3Ar0%3A%3A11%3A98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7_populate_lic.tar.zst;downloadfilename=98/46/sstate:menu-cache::1.1.0:r0::11:98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/19/c1/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20_populate_sysroot.tar.zst\nDEBUG: Using  for ac/15/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196_create_spdx.tar.zst\nDEBUG: Searching for 5b/70/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://db/57/sstate:libssh2::1.11.0:r0::11:db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614_populate_lic.tar.zst\nDEBUG: Searching for universal/2b/03/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6b/90/sstate:sato-screenshot::0.3:r0::11:6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://13/ce/sstate:makedepend-native::1.0.8:r0::11:13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8e/55/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd_populate_sysroot.tar.zst\nDEBUG: For url file://09/a6/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/a6/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.38%2Bgit%3Ar0%3Acore2-64%3A11%3A09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb_packagedata.tar.zst;downloadfilename=09/a6/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb_packagedata.tar.zst\nDEBUG: Testing URL file://f6/1b/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4_package.tar.zst\nDEBUG: Searching for universal/19/c1/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://33/f8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7_package_qa.tar.zst\nDEBUG: Testing URL file://ac/15/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196_create_spdx.tar.zst\nDEBUG: Using  for 5b/70/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631_packagedata.tar.zst\nDEBUG: For url ['file', '', 'db/57/sstate:libssh2::1.11.0:r0::11:db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2b/03/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71_recipe_qa.tar.zst\nDEBUG: Using  for 6b/90/sstate:sato-screenshot::0.3:r0::11:6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70_populate_lic.tar.zst\nDEBUG: For url ['file', '', '13/ce/sstate:makedepend-native::1.0.8:r0::11:13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/8e/55/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f6/1b/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/19/c1/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/5f/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ac/15/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5b/70/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631_packagedata.tar.zst\nDEBUG: For url file://db/57/sstate:libssh2::1.11.0:r0::11:db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/57/sstate%3Alibssh2%3A%3A1.11.0%3Ar0%3A%3A11%3Adb579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614_populate_lic.tar.zst;downloadfilename=db/57/sstate:libssh2::1.11.0:r0::11:db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/2b/03/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71_recipe_qa.tar.zst\nDEBUG: Testing URL file://6b/90/sstate:sato-screenshot::0.3:r0::11:6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70_populate_lic.tar.zst\nDEBUG: For url file://13/ce/sstate:makedepend-native::1.0.8:r0::11:13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/ce/sstate%3Amakedepend-native%3A%3A1.0.8%3Ar0%3A%3A11%3A13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08_populate_lic.tar.zst;downloadfilename=13/ce/sstate:makedepend-native::1.0.8:r0::11:13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08_populate_lic.tar.zst\nDEBUG: Using  for universal/8e/55/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://83/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec_packagedata.tar.zst\nDEBUG: For url file://f6/1b/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/1b/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.7%3Ar0%3Acore2-64%3A11%3Af61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4_package.tar.zst;downloadfilename=f6/1b/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4_package.tar.zst\nDEBUG: Testing URL file://universal/19/c1/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20_populate_sysroot.tar.zst\nDEBUG: Searching for bd/5f/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ac/15/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/15/sstate%3Acargo%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Aac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196_create_spdx.tar.zst;downloadfilename=ac/15/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5b/70/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2b/03/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6b/90/sstate:sato-screenshot::0.3:r0::11:6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://98/46/sstate:menu-cache::1.1.0:r0::11:98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/8e/55/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/e4/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://09/a6/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/19/c1/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bd/5f/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5b/70/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/70/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631_packagedata.tar.zst;downloadfilename=5b/70/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631_packagedata.tar.zst\nDEBUG: For url file://universal/2b/03/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2b/03/sstate%3Alibtirpc-native%3Ax86_64-linux%3A1.3.4%3Ar0%3Ax86_64%3A11%3A2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71_recipe_qa.tar.zst;downloadfilename=universal/2b/03/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71_recipe_qa.tar.zst\nDEBUG: For url file://6b/90/sstate:sato-screenshot::0.3:r0::11:6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/90/sstate%3Asato-screenshot%3A%3A0.3%3Ar0%3A%3A11%3A6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70_populate_lic.tar.zst;downloadfilename=6b/90/sstate:sato-screenshot::0.3:r0::11:6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/f3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/8e/55/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9b/e4/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://db/57/sstate:libssh2::1.11.0:r0::11:db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://03/0e/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc_populate_sysroot.tar.zst\nDEBUG: For url file://universal/19/c1/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/c1/sstate%3Axtrans-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A11%3A19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20_populate_sysroot.tar.zst;downloadfilename=universal/19/c1/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20_populate_sysroot.tar.zst\nDEBUG: Testing URL file://bd/5f/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://13/ce/sstate:makedepend-native::1.0.8:r0::11:13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08_populate_lic.tar.zst\nDEBUG: Searching for 5f/f3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f6/1b/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:f61baafc017ce5c82b1db710326a2fbb14893202ee1db24be981cc6a56e273a4_package.tar.zst\nDEBUG: For url file://universal/8e/55/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8e/55/sstate%3Ashadow-native%3Ax86_64-linux%3A4.14.2%3Ar0%3Ax86_64%3A11%3A8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd_populate_sysroot.tar.zst;downloadfilename=universal/8e/55/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd_populate_sysroot.tar.zst\nDEBUG: Using  for 9b/e4/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/f3/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b_create_spdx.tar.zst\nDEBUG: Searching for 03/0e/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bd/5f/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://97/e0/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed_create_spdx.tar.zst\nDEBUG: Using  for 5f/f3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/d9/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db_recipe_qa.tar.zst\nDEBUG: Testing URL file://9b/e4/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2b/03/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71_recipe_qa.tar.zst\nDEBUG: Searching for e9/f3/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6b/90/sstate:sato-screenshot::0.3:r0::11:6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/70/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631_packagedata.tar.zst\nDEBUG: Using  for 03/0e/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc_populate_sysroot.tar.zst\nDEBUG: For url file://bd/5f/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/5f/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Abd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7_deploy_source_date_epoch.tar.zst;downloadfilename=bd/5f/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 97/e0/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://5f/f3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487_packagedata.tar.zst\nDEBUG: Searching for universal/62/d9/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9b/e4/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://9f/b5/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525_create_spdx.tar.zst\nDEBUG: Using  for e9/f3/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/ae/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b3/55/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://03/0e/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc_populate_sysroot.tar.zst\nDEBUG: Using  for 97/e0/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5f/f3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/62/d9/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db_recipe_qa.tar.zst\nDEBUG: For url file://9b/e4/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/e4/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A11%3A9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56_create_runtime_spdx.tar.zst;downloadfilename=9b/e4/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/19/c1/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20_populate_sysroot.tar.zst\nDEBUG: Searching for 9f/b5/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e9/f3/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b_create_spdx.tar.zst\nDEBUG: Searching for b6/ae/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/b3/55/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '03/0e/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://97/e0/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed_create_spdx.tar.zst\nDEBUG: For url file://5f/f3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/f3/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A11%3A5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487_packagedata.tar.zst;downloadfilename=5f/f3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487_packagedata.tar.zst\nDEBUG: Testing URL file://universal/62/d9/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/45/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790_package_write_ipk.tar.zst\nDEBUG: Using  for 9f/b5/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e9/f3/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b6/ae/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec_create_spdx.tar.zst\nDEBUG: Using  for universal/b3/55/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://03/0e/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/0e/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc_populate_sysroot.tar.zst;downloadfilename=03/0e/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '97/e0/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/62/d9/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f4/45/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://9f/b5/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8e/55/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/5f/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd5f85e0dd2cc2a4a636bc951009b8719966c3a3d8d5c7e9e0a08e7ee28986e7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e9/f3/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/f3/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.5%3Ar0%3Acore2-64%3A11%3Ae9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b_create_spdx.tar.zst;downloadfilename=e9/f3/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b_create_spdx.tar.zst\nDEBUG: Testing URL file://b6/ae/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/b3/55/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://97/e0/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/e0/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A11%3A97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed_create_spdx.tar.zst;downloadfilename=97/e0/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed_create_spdx.tar.zst\nDEBUG: For url file://universal/62/d9/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/d9/sstate%3Apython3-docutils-native%3Ax86_64-linux%3A0.20.1%3Ar0%3Ax86_64%3A11%3A62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db_recipe_qa.tar.zst;downloadfilename=universal/62/d9/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db_recipe_qa.tar.zst\nDEBUG: Using  for f4/45/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '9f/b5/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f7/5f/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://71/05/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b6/ae/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/b3/55/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9b/e4/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f4/45/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790_package_write_ipk.tar.zst\nDEBUG: For url file://9f/b5/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/b5/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.30.0%3Ar0%3Acore2-64%3A11%3A9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525_create_spdx.tar.zst;downloadfilename=9f/b5/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525_create_spdx.tar.zst\nDEBUG: Searching for f7/5f/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5f/f3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487_packagedata.tar.zst\nDEBUG: Searching for 71/05/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b6/ae/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/ae/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ab6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec_create_spdx.tar.zst;downloadfilename=b6/ae/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec_create_spdx.tar.zst\nDEBUG: For url file://universal/b3/55/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b3/55/sstate%3Atexinfo-dummy-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3Ab355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b3/55/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://17/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f4/45/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://03/0e/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:030e7b0afeefec84e5ce6d3576da68a2d42a20ba4b35d4d066056e4eaf6e96fc_populate_sysroot.tar.zst\nDEBUG: Using  for f7/5f/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/bb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2_create_runtime_spdx.tar.zst\nDEBUG: Using  for 71/05/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 17/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f4/45/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/45/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Af445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790_package_write_ipk.tar.zst;downloadfilename=f4/45/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://97/e0/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/d9/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:62d9e7511817b009c7d97ead8157057997478591b56783a0aaa3a4f7b79053db_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/8e/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d_packagedata.tar.zst\nDEBUG: Testing URL file://f7/5f/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb_create_spdx.tar.zst\nDEBUG: Searching for ef/bb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://71/05/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 17/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/e2/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/b5/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://75/2d/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3_package_write_rpm.tar.zst\nDEBUG: Searching for cc/8e/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f7/5f/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ef/bb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '71/05/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://17/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177_package_qa.tar.zst\nDEBUG: Searching for 0f/e2/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://52/a9/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 75/2d/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cc/8e/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d_packagedata.tar.zst\nDEBUG: For url file://f7/5f/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/5f/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3Af75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb_create_spdx.tar.zst;downloadfilename=f7/5f/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb_create_spdx.tar.zst\nDEBUG: Testing URL file://ef/bb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2_create_runtime_spdx.tar.zst\nDEBUG: For url file://71/05/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/05/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.30%3Ar0%3Acore2-64%3A11%3A7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4_deploy_source_date_epoch.tar.zst;downloadfilename=71/05/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '17/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0f/e2/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf_recipe_qa.tar.zst\nDEBUG: Searching for 52/a9/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 75/2d/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://cc/8e/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b3/55/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ef/bb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://17/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/af/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177_package_qa.tar.zst;downloadfilename=17/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177_package_qa.tar.zst\nDEBUG: Testing URL file://0f/e2/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/45/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790_package_write_ipk.tar.zst\nDEBUG: Using  for 52/a9/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://75/2d/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'cc/8e/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://15/9a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:159ab794952697786c1da903df93c713d5f7e5cb2f572e108c4fc69200a921d9_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/37/f4/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69_create_spdx.tar.zst\nDEBUG: For url file://ef/bb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/bb/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Aefbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2_create_runtime_spdx.tar.zst;downloadfilename=ef/bb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '0f/e2/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c2/aa/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://52/a9/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '75/2d/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cc/8e/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/8e/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A7.4.4%3Ar0%3Acore2-64%3A11%3Acc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d_packagedata.tar.zst;downloadfilename=cc/8e/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/03/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a_recipe_qa.tar.zst\nDEBUG: Searching for universal/37/f4/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0f/e2/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/e2/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A11%3A0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf_recipe_qa.tar.zst;downloadfilename=0f/e2/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf_recipe_qa.tar.zst\nDEBUG: Searching for c2/aa/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '52/a9/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://75/2d/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/2d/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3_package_write_rpm.tar.zst;downloadfilename=75/2d/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3_package_write_rpm.tar.zst\nDEBUG: Searching for 7c/03/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://71/05/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:7105f4e07e81d81bb39894056d5f32b743a3f1a5f059cb6ae4ddfd680d705db4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/37/f4/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69_create_spdx.tar.zst\nDEBUG: Using  for c2/aa/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602_create_runtime_spdx.tar.zst\nDEBUG: For url file://52/a9/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/a9/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0_deploy_source_date_epoch.tar.zst;downloadfilename=52/a9/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7c/03/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://17/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/46/cc/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/37/f4/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69_create_spdx.tar.zst\nDEBUG: Testing URL file://c2/aa/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7c/03/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/f5/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115_package_qa.tar.zst\nDEBUG: Searching for universal/46/cc/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/37/f4/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c2/aa/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7c/03/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3a/f5/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/46/cc/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/8e/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d_packagedata.tar.zst\nDEBUG: For url file://universal/37/f4/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/37/f4/sstate%3Agconf-native%3Ax86_64-linux%3A3.2.6%3Ar0%3Ax86_64%3A11%3A37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69_create_spdx.tar.zst;downloadfilename=universal/37/f4/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69_create_spdx.tar.zst\nDEBUG: For url file://c2/aa/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/aa/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ac2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602_create_runtime_spdx.tar.zst;downloadfilename=c2/aa/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602_create_runtime_spdx.tar.zst\nDEBUG: For url file://7c/03/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/03/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a_recipe_qa.tar.zst;downloadfilename=7c/03/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a_recipe_qa.tar.zst\nDEBUG: Using  for 3a/f5/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115_package_qa.tar.zst\nDEBUG: Testing URL file://universal/46/cc/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/24/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/e2/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://75/2d/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://3a/f5/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://52/a9/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:52a9ae6bdb78eca32764e744391ae973d7bd570e9fc236ca5757df29b68e38a0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/46/cc/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 33/24/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://83/74/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89_package.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c_package_qa.tar.zst\nDEBUG: For url ['file', '', '3a/f5/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a5/7a/sstate:ttyrun::2.30.0:r0::11:a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af_populate_lic.tar.zst\nDEBUG: For url file://universal/46/cc/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/46/cc/sstate%3Aat-spi2-core-native%3Ax86_64-linux%3A2.50.1%3Ar0%3Ax86_64%3A11%3A46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98_create_runtime_spdx.tar.zst;downloadfilename=universal/46/cc/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98_create_runtime_spdx.tar.zst\nDEBUG: Using  for 33/24/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 83/74/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5b/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://3a/f5/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/f5/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A11%3A3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115_package_qa.tar.zst;downloadfilename=3a/f5/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115_package_qa.tar.zst\nDEBUG: Searching for a5/7a/sstate:ttyrun::2.30.0:r0::11:a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://33/24/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 83/74/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89_package.tar.zst\nDEBUG: Using  for 5b/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/aa/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602_create_runtime_spdx.tar.zst\nDEBUG: Using  for a5/7a/sstate:ttyrun::2.30.0:r0::11:a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af_populate_lic.tar.zst\nDEBUG: For url ['file', '', '33/24/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://83/74/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/03/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/37/f4/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69_create_spdx.tar.zst\nDEBUG: Testing URL file://5b/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/9d/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71_package.tar.zst\nDEBUG: Testing URL file://a5/7a/sstate:ttyrun::2.30.0:r0::11:a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af_populate_lic.tar.zst\nDEBUG: For url file://33/24/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/24/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7_deploy_source_date_epoch.tar.zst;downloadfilename=33/24/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '83/74/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://05/65/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/3a/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5b/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e0/9d/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a5/7a/sstate:ttyrun::2.30.0:r0::11:a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://83/74/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/74/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3A83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89_package.tar.zst;downloadfilename=83/74/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89_package.tar.zst\nDEBUG: Searching for 05/65/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/46/cc/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98_create_runtime_spdx.tar.zst\nDEBUG: Searching for cf/3a/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e9/f3/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b_create_spdx.tar.zst\nDEBUG: For url file://5b/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/4b/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A11%3A5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c_package_qa.tar.zst;downloadfilename=5b/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c_package_qa.tar.zst\nDEBUG: Using  for e0/9d/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71_package.tar.zst\nDEBUG: For url file://a5/7a/sstate:ttyrun::2.30.0:r0::11:a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/7a/sstate%3Attyrun%3A%3A2.30.0%3Ar0%3A%3A11%3Aa57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af_populate_lic.tar.zst;downloadfilename=a5/7a/sstate:ttyrun::2.30.0:r0::11:a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af_populate_lic.tar.zst\nDEBUG: Using  for 05/65/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/f5/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/9a/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9_create_runtime_spdx.tar.zst\nDEBUG: Using  for cf/3a/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://32/c0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d_packagedata.tar.zst\nDEBUG: Testing URL file://e0/9d/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71_package.tar.zst\nDEBUG: Testing URL file://05/65/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/24/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:33247b62ca802882e8929c23cecfb5088c4c7619f48c49a9d3e33483b092eca7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://09/44/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a_create_spdx.tar.zst\nDEBUG: Searching for a5/9a/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://cf/3a/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 32/c0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e0/9d/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '05/65/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://55/cd/sstate:psplash::0.1+git:r0::11:55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f_populate_lic.tar.zst\nDEBUG: Searching for 09/44/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a5/9a/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'cf/3a/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 32/c0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d_packagedata.tar.zst\nDEBUG: For url file://e0/9d/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/9d/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.78.1%3Ar0%3Acore2-64%3A11%3Ae09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71_package.tar.zst;downloadfilename=e0/9d/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71_package.tar.zst\nDEBUG: For url file://05/65/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/65/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.4%3Ar0%3Acore2-64%3A11%3A0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea_create_spdx.tar.zst;downloadfilename=05/65/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea_create_spdx.tar.zst\nDEBUG: Searching for 55/cd/sstate:psplash::0.1+git:r0::11:55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 09/44/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://83/74/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:83746f5ea3b27a740b1b7928e3139adc5e430127b9388f2c980be565d9bbcc89_package.tar.zst\nDEBUG: Testing URL file://a5/9a/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9_create_runtime_spdx.tar.zst\nDEBUG: For url file://cf/3a/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/3a/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A11%3Acf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0_deploy_source_date_epoch.tar.zst;downloadfilename=cf/3a/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://32/c0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d_packagedata.tar.zst\nDEBUG: Using  for 55/cd/sstate:psplash::0.1+git:r0::11:55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/7a/sstate:ttyrun::2.30.0:r0::11:a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c_package_qa.tar.zst\nDEBUG: Testing URL file://09/44/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/4d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a5/9a/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '32/c0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://55/cd/sstate:psplash::0.1+git:r0::11:55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/15/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://48/10/sstate:unfs3-native::0.10.0:r0::11:4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/7a/sstate:dwarfsrcfiles-native::1.0:r0::11:1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '09/44/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ca/4d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a5/9a/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/9a/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.26%3Ar0%3Acore2-64%3A11%3Aa59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9_create_runtime_spdx.tar.zst;downloadfilename=a5/9a/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9_create_runtime_spdx.tar.zst\nDEBUG: For url file://32/c0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/c0/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d_packagedata.tar.zst;downloadfilename=32/c0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d_packagedata.tar.zst\nDEBUG: For url ['file', '', '55/cd/sstate:psplash::0.1+git:r0::11:55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://70/81/sstate:itstool-native::2.0.7:r0::11:708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd_populate_lic.tar.zst\nDEBUG: Searching for 48/10/sstate:unfs3-native::0.10.0:r0::11:4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1b/7a/sstate:dwarfsrcfiles-native::1.0:r0::11:1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://09/44/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/44/sstate%3Alibedit%3Acore2-64-poky-linux%3A20230828-3.1%3Ar0%3Acore2-64%3A11%3A0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a_create_spdx.tar.zst;downloadfilename=09/44/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a_create_spdx.tar.zst\nDEBUG: Using  for ca/4d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1_create_runtime_spdx.tar.zst\nDEBUG: For url file://55/cd/sstate:psplash::0.1+git:r0::11:55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/cd/sstate%3Apsplash%3A%3A0.1%2Bgit%3Ar0%3A%3A11%3A55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f_populate_lic.tar.zst;downloadfilename=55/cd/sstate:psplash::0.1+git:r0::11:55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f_populate_lic.tar.zst\nDEBUG: Searching for 70/81/sstate:itstool-native::2.0.7:r0::11:708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b6/ae/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/5f/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/9d/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:e09d71f5122b4ceaddc1acd019828bd97f7c735887027a4731810a90722cee71_package.tar.zst\nDEBUG: Using  for 48/10/sstate:unfs3-native::0.10.0:r0::11:4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e_populate_lic.tar.zst\nDEBUG: Using  for 1b/7a/sstate:dwarfsrcfiles-native::1.0:r0::11:1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/3a/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:cf3a3e01c3997a8cc03a59b5a1dd132c7fd0809925f7e0e99b5196fbc1c9faa0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ca/4d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1_create_runtime_spdx.tar.zst\nDEBUG: Using  for 70/81/sstate:itstool-native::2.0.7:r0::11:708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://57/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://00/95/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/22/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://48/10/sstate:unfs3-native::0.10.0:r0::11:4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e_populate_lic.tar.zst\nDEBUG: Testing URL file://1b/7a/sstate:dwarfsrcfiles-native::1.0:r0::11:1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://03/16/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ca/4d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://32/c0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d_packagedata.tar.zst\nDEBUG: Testing URL file://70/81/sstate:itstool-native::2.0.7:r0::11:708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd_populate_lic.tar.zst\nDEBUG: Searching for 57/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 00/95/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0c/22/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '48/10/sstate:unfs3-native::0.10.0:r0::11:4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1b/7a/sstate:dwarfsrcfiles-native::1.0:r0::11:1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 03/16/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ca/4d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/4d/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.4%3Ar0%3Acore2-64%3A11%3Aca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1_create_runtime_spdx.tar.zst;downloadfilename=ca/4d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/48/27/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '70/81/sstate:itstool-native::2.0.7:r0::11:708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 57/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea_package_write_rpm.tar.zst\nDEBUG: Using  for 00/95/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41_package_write_rpm.tar.zst\nDEBUG: Using  for 0c/22/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5_populate_sysroot.tar.zst\nDEBUG: For url file://48/10/sstate:unfs3-native::0.10.0:r0::11:4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/10/sstate%3Aunfs3-native%3A%3A0.10.0%3Ar0%3A%3A11%3A4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e_populate_lic.tar.zst;downloadfilename=48/10/sstate:unfs3-native::0.10.0:r0::11:4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e_populate_lic.tar.zst\nDEBUG: For url file://1b/7a/sstate:dwarfsrcfiles-native::1.0:r0::11:1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/7a/sstate%3Adwarfsrcfiles-native%3A%3A1.0%3Ar0%3A%3A11%3A1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1_populate_lic.tar.zst;downloadfilename=1b/7a/sstate:dwarfsrcfiles-native::1.0:r0::11:1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1_populate_lic.tar.zst\nDEBUG: Using  for 03/16/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://09/44/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a_create_spdx.tar.zst\nDEBUG: Searching for universal/48/27/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://70/81/sstate:itstool-native::2.0.7:r0::11:708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/81/sstate%3Aitstool-native%3A%3A2.0.7%3Ar0%3A%3A11%3A708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd_populate_lic.tar.zst;downloadfilename=70/81/sstate:itstool-native::2.0.7:r0::11:708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://55/cd/sstate:psplash::0.1+git:r0::11:55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f_populate_lic.tar.zst\nDEBUG: Testing URL file://57/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea_package_write_rpm.tar.zst\nDEBUG: Testing URL file://00/95/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0c/22/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://03/16/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/bb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/95/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373_create_spdx.tar.zst\nDEBUG: Using  for universal/48/27/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2f/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '57/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '00/95/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0c/22/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '03/16/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ca/4d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/28/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3_package_qa.tar.zst\nDEBUG: Searching for 96/95/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/48/27/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f_create_spdx.tar.zst\nDEBUG: Searching for universal/2f/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://57/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/cf/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A11%3A57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea_package_write_rpm.tar.zst;downloadfilename=57/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea_package_write_rpm.tar.zst\nDEBUG: For url file://00/95/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/95/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A45.0%3Ar0%3Aallarch%3A11%3A00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41_package_write_rpm.tar.zst;downloadfilename=00/95/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41_package_write_rpm.tar.zst\nDEBUG: For url file://0c/22/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/22/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.4%3Ar0%3Acore2-64%3A11%3A0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5_populate_sysroot.tar.zst;downloadfilename=0c/22/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5_populate_sysroot.tar.zst\nDEBUG: For url file://03/16/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/16/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A11%3A0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3_deploy_source_date_epoch.tar.zst;downloadfilename=03/16/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/fe/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3_package_write_rpm.tar.zst\nDEBUG: Searching for 1d/28/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 96/95/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/48/27/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2f/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://48/10/sstate:unfs3-native::0.10.0:r0::11:4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/7a/sstate:dwarfsrcfiles-native::1.0:r0::11:1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://70/81/sstate:itstool-native::2.0.7:r0::11:708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd_populate_lic.tar.zst\nDEBUG: Searching for d7/fe/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1d/28/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3_package_qa.tar.zst\nDEBUG: Testing URL file://96/95/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373_create_spdx.tar.zst\nDEBUG: For url file://universal/48/27/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/48/27/sstate%3Apython3-installer-native%3Ax86_64-linux%3A0.7.0%3Ar0%3Ax86_64%3A11%3A4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f_create_spdx.tar.zst;downloadfilename=universal/48/27/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/2f/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/7e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/21/2a/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://90/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352_packagedata.tar.zst\nDEBUG: Using  for d7/fe/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1d/28/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3_package_qa.tar.zst\nDEBUG: For url ['file', '', '96/95/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2f/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1c/7e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7c/58/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933_package_write_rpm.tar.zst\nDEBUG: Searching for universal/21/2a/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 90/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://00/95/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d7/fe/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '1d/28/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://96/95/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/95/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373_create_spdx.tar.zst;downloadfilename=96/95/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373_create_spdx.tar.zst\nDEBUG: For url file://universal/2f/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2f/f5/sstate%3Alibxdmcp-native%3Ax86_64-linux%3A1.1.4%3Ar0%3Ax86_64%3A11%3A2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/2f/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1c/7e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/89/sstate:gettext-native::0.22.4:r0::11:4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db_populate_lic.tar.zst\nDEBUG: Using  for universal/21/2a/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec_create_runtime_spdx.tar.zst\nDEBUG: Using  for 90/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/22/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0c22ee4c2e89d661692f87590f258fcceed3458f8bc09e602c7e8ba9393fa4a5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://73/88/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://57/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd7/fe/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1d/28/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/28/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3_package_qa.tar.zst;downloadfilename=1d/28/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3_package_qa.tar.zst\nDEBUG: Testing URL file://1c/7e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://03/16/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:0316b9380af71c1313badb060b6133a2a818cbce631b87b5349cf3a3fe9307d3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4e/89/sstate:gettext-native::0.22.4:r0::11:4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/48/27/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/21/2a/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://90/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://64/14/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce_create_runtime_spdx.tar.zst\nDEBUG: Searching for 73/88/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://00/be/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22_packagedata.tar.zst\nDEBUG: For url file://d7/fe/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/fe/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.44.2%3Ar0%3Acore2-64%3A11%3Ad7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3_package_write_rpm.tar.zst;downloadfilename=d7/fe/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '1c/7e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://38/a3/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4e/89/sstate:gettext-native::0.22.4:r0::11:4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://de/70/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a_package.tar.zst\nDEBUG: For url ['file', '', 'universal/21/2a/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '90/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 64/14/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 73/88/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb_recipe_qa.tar.zst\nDEBUG: Searching for 00/be/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1c/7e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/7e/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431_packagedata.tar.zst;downloadfilename=1c/7e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431_packagedata.tar.zst\nDEBUG: Searching for 38/a3/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4e/89/sstate:gettext-native::0.22.4:r0::11:4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2f/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:2ff556c6401f51873ffb4994b2da1fe41ae1516523a4752c568e477d43d5f83f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for de/70/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/21/2a/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/21/2a/sstate%3Alibmodulemd-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A11%3A212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec_create_runtime_spdx.tar.zst;downloadfilename=universal/21/2a/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec_create_runtime_spdx.tar.zst\nDEBUG: For url file://90/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/84/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A11%3A908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352_packagedata.tar.zst;downloadfilename=90/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352_packagedata.tar.zst\nDEBUG: Using  for 64/14/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://73/88/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb_recipe_qa.tar.zst\nDEBUG: Using  for 00/be/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22_packagedata.tar.zst\nDEBUG: Using  for 38/a3/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4e/89/sstate:gettext-native::0.22.4:r0::11:4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1d/28/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/09/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for de/70/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a_package.tar.zst\nDEBUG: Testing URL file://64/14/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '73/88/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d7/fe/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://00/be/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22_packagedata.tar.zst\nDEBUG: Testing URL file://38/a3/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4e/89/sstate:gettext-native::0.22.4:r0::11:4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/89/sstate%3Agettext-native%3A%3A0.22.4%3Ar0%3A%3A11%3A4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db_populate_lic.tar.zst;downloadfilename=4e/89/sstate:gettext-native::0.22.4:r0::11:4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://64/6c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c4/09/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://de/70/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a_package.tar.zst\nDEBUG: For url ['file', '', '64/14/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://73/88/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/88/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb_recipe_qa.tar.zst;downloadfilename=73/88/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/7e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/1c/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '00/be/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '38/a3/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 64/6c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c4/09/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'de/70/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://64/14/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/14/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce_create_runtime_spdx.tar.zst;downloadfilename=64/14/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://79/c7/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://90/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/21/2a/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/2e/1c/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://00/be/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/be/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A11%3A00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22_packagedata.tar.zst;downloadfilename=00/be/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22_packagedata.tar.zst\nDEBUG: For url file://38/a3/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/a3/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A11%3A38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77_deploy_source_date_epoch.tar.zst;downloadfilename=38/a3/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 64/6c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c4/09/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://de/70/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/70/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3Ade7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a_package.tar.zst;downloadfilename=de/70/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a_package.tar.zst\nDEBUG: Searching for 79/c7/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1c/2f/sstate:gzip::1.13:r0::11:1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://36/15/sstate:iw::6.7:r0::11:3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe_populate_lic.tar.zst\nDEBUG: Using  for universal/2e/1c/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202_recipe_qa.tar.zst\nDEBUG: Testing URL file://64/6c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/89/sstate:gettext-native::0.22.4:r0::11:4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c4/09/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://73/88/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb_recipe_qa.tar.zst\nDEBUG: Using  for 79/c7/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0_package.tar.zst\nDEBUG: Searching for 1c/2f/sstate:gzip::1.13:r0::11:1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 36/15/sstate:iw::6.7:r0::11:3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a5/9a/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/2e/1c/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '64/6c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a8/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022_create_spdx.tar.zst\nDEBUG: For url file://c4/09/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/09/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A7.4.4%3Ar0%3Acore2-64%3A11%3Ac409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14_deploy_source_date_epoch.tar.zst;downloadfilename=c4/09/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://94/f6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149_recipe_qa.tar.zst\nDEBUG: Testing URL file://79/c7/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0_package.tar.zst\nDEBUG: Using  for 1c/2f/sstate:gzip::1.13:r0::11:1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04_populate_lic.tar.zst\nDEBUG: Using  for 36/15/sstate:iw::6.7:r0::11:3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4b/c2/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/1c/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://64/6c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/6c/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d_deploy_source_date_epoch.tar.zst;downloadfilename=64/6c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a8/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 94/f6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '79/c7/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://00/be/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22_packagedata.tar.zst\nDEBUG: Testing URL file://1c/2f/sstate:gzip::1.13:r0::11:1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04_populate_lic.tar.zst\nDEBUG: Testing URL file://36/15/sstate:iw::6.7:r0::11:3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe_populate_lic.tar.zst\nDEBUG: Searching for universal/4b/c2/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/2e/1c/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/1c/sstate%3Alibedit-native%3Ax86_64-linux%3A20230828-3.1%3Ar0%3Ax86_64%3A11%3A2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202_recipe_qa.tar.zst;downloadfilename=universal/2e/1c/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202_recipe_qa.tar.zst\nDEBUG: Using  for a8/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://38/a3/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:38a3bf502949befee57f1460f5e0f7897460ccbfa461ba79c9ddc69ad2d53c77_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 94/f6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://de/70/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:de7041629c51af7b447a8106b297b08e0cbc45547807bdf460eee6a119669b5a_package.tar.zst\nDEBUG: For url file://79/c7/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/c7/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0_package.tar.zst;downloadfilename=79/c7/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/e4/sstate:libgcrypt::1.10.3:r0::11:8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1c/2f/sstate:gzip::1.13:r0::11:1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '36/15/sstate:iw::6.7:r0::11:3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/4b/c2/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a8/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://db/8b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84_package.tar.zst\nDEBUG: Testing URL file://94/f6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/41/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5_package.tar.zst\nDEBUG: Searching for 8b/e4/sstate:libgcrypt::1.10.3:r0::11:8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1c/2f/sstate:gzip::1.13:r0::11:1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/2f/sstate%3Agzip%3A%3A1.13%3Ar0%3A%3A11%3A1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04_populate_lic.tar.zst;downloadfilename=1c/2f/sstate:gzip::1.13:r0::11:1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/09/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:c409413d556b492c81041954b00d1decb4ff3f3ddb6a53e045b032a92a879b14_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://36/15/sstate:iw::6.7:r0::11:3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/15/sstate%3Aiw%3A%3A6.7%3Ar0%3A%3A11%3A3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe_populate_lic.tar.zst;downloadfilename=36/15/sstate:iw::6.7:r0::11:3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/4b/c2/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a8/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for db/8b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '94/f6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ae/41/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8b/e4/sstate:libgcrypt::1.10.3:r0::11:8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ea/97/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://64/6c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:646cbf51ee6ab98658a52def179682e28411c40fc7fd8b4a872803f51de9f29d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/4b/c2/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a8/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/69/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Aa86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022_create_spdx.tar.zst;downloadfilename=a8/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022_create_spdx.tar.zst\nDEBUG: Using  for db/8b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/1c/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://79/c7/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:79c7411b4fb9938a0b05a96ffccc02d63379c30b0394d3e0eb37e6510c7f4ee0_package.tar.zst\nDEBUG: For url file://94/f6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/f6/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A11%3A94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149_recipe_qa.tar.zst;downloadfilename=94/f6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149_recipe_qa.tar.zst\nDEBUG: Using  for ae/41/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5_package.tar.zst\nDEBUG: Testing URL file://8b/e4/sstate:libgcrypt::1.10.3:r0::11:8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53_populate_lic.tar.zst\nDEBUG: Searching for universal/ea/97/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://4a/58/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850_create_spdx.tar.zst\nDEBUG: For url file://universal/4b/c2/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/c2/sstate%3Acwautomacros-native%3Ax86_64-linux%3A20110201%3Ar0%3Ax86_64%3A11%3A4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981_create_runtime_spdx.tar.zst;downloadfilename=universal/4b/c2/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://db/8b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/54/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://96/95/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a5/12/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/2f/sstate:gzip::1.13:r0::11:1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04_populate_lic.tar.zst\nDEBUG: Testing URL file://ae/41/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5_package.tar.zst\nDEBUG: For url ['file', '', '8b/e4/sstate:libgcrypt::1.10.3:r0::11:8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ea/97/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c_populate_sysroot.tar.zst\nDEBUG: Searching for 4a/58/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://36/15/sstate:iw::6.7:r0::11:3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'db/8b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3e/54/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://be/52/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab_package_qa.tar.zst\nDEBUG: Searching for universal/a5/12/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/72/da/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ae/41/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8b/e4/sstate:libgcrypt::1.10.3:r0::11:8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/e4/sstate%3Alibgcrypt%3A%3A1.10.3%3Ar0%3A%3A11%3A8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53_populate_lic.tar.zst;downloadfilename=8b/e4/sstate:libgcrypt::1.10.3:r0::11:8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ea/97/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c_populate_sysroot.tar.zst\nDEBUG: Using  for 4a/58/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/8d/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022_create_spdx.tar.zst\nDEBUG: For url file://db/8b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/8b/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A11%3Adb8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84_package.tar.zst;downloadfilename=db/8b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84_package.tar.zst\nDEBUG: Using  for 3e/54/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5_package.tar.zst\nDEBUG: Searching for be/52/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a5/12/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/72/da/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ae/41/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/41/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3Aae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5_package.tar.zst;downloadfilename=ae/41/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5_package.tar.zst\nDEBUG: For url ['file', '', 'universal/ea/97/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4a/58/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850_create_spdx.tar.zst\nDEBUG: Searching for 6e/8d/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://39/0d/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3e/54/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5_package.tar.zst\nDEBUG: Using  for be/52/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab_package_qa.tar.zst\nDEBUG: Testing URL file://universal/a5/12/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/c2/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://94/f6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149_recipe_qa.tar.zst\nDEBUG: Using  for universal/72/da/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://05/65/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea_create_spdx.tar.zst\nDEBUG: For url file://universal/ea/97/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/97/sstate%3Autil-linux-libuuid-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A11%3Aea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c_populate_sysroot.tar.zst;downloadfilename=universal/ea/97/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4a/58/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6e/8d/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 39/0d/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3e/54/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://be/52/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/a5/12/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://10/32/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/e4/sstate:libgcrypt::1.10.3:r0::11:8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://16/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9_package_qa.tar.zst\nDEBUG: Testing URL file://universal/72/da/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://97/ee/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25_package_write_rpm.tar.zst\nDEBUG: For url file://4a/58/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/58/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850_create_spdx.tar.zst;downloadfilename=4a/58/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850_create_spdx.tar.zst\nDEBUG: Testing URL file://6e/8d/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 39/0d/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3e/54/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/54/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A11%3A3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5_package.tar.zst;downloadfilename=3e/54/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5_package.tar.zst\nDEBUG: For url ['file', '', 'be/52/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a5/12/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a5/12/sstate%3Aautomake-native%3Ax86_64-linux%3A1.16.5%3Ar0%3Ax86_64%3A11%3Aa5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a5/12/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 10/32/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/a1/9f/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6_populate_sysroot.tar.zst\nDEBUG: Searching for 16/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/72/da/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://db/8b/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:db8b0971486594d661a9e693497fbee5795420ba4ff7c08b16f96faacaba4d84_package.tar.zst\nDEBUG: Searching for 97/ee/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '6e/8d/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://39/0d/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/41/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:ae416c71ee624e800c8eb2ea85750ff15189e8216b23d6f4e1d0392294357ba5_package.tar.zst\nDEBUG: For url file://be/52/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/52/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.5%3Ar0%3Acore2-64%3A11%3Abe5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab_package_qa.tar.zst;downloadfilename=be/52/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab_package_qa.tar.zst\nDEBUG: Using  for 10/32/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ea/97/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c_populate_sysroot.tar.zst\nDEBUG: Searching for universal/a1/9f/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 16/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9_package_qa.tar.zst\nDEBUG: For url file://universal/72/da/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/da/sstate%3Areadline-native%3Ax86_64-linux%3A8.2%3Ar0%3Ax86_64%3A11%3A72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729_populate_sysroot.tar.zst;downloadfilename=universal/72/da/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/ea/sstate:libfm::1.3.2:r0::11:e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a_populate_lic.tar.zst\nDEBUG: Using  for 97/ee/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25_package_write_rpm.tar.zst\nDEBUG: For url file://6e/8d/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/8d/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2023.2%3Ar0%3Acore2-64%3A11%3A6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e_deploy_source_date_epoch.tar.zst;downloadfilename=6e/8d/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '39/0d/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a6/16/sstate:libtasn1::4.19.0:r0::11:a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f_populate_lic.tar.zst\nDEBUG: Testing URL file://10/32/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/65/a5/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/58/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850_create_spdx.tar.zst\nDEBUG: Using  for universal/a1/9f/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://16/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9_package_qa.tar.zst\nDEBUG: Searching for e0/ea/sstate:libfm::1.3.2:r0::11:e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://97/ee/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/54/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:3e549946a3768d86b0fe63890133ba9d09a2402271d93da358b35ea0bf804ea5_package.tar.zst\nDEBUG: For url file://39/0d/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/0d/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst;downloadfilename=39/0d/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a6/16/sstate:libtasn1::4.19.0:r0::11:a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '10/32/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/a5/12/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:a5129d178ad22cddbab9ab8adefd53c428ad2ea1a89e1a00e11cd74d8efbc15a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/65/a5/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f0/df/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/a1/9f/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '16/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e0/ea/sstate:libfm::1.3.2:r0::11:e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '97/ee/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/9f/b6/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b_recipe_qa.tar.zst\nDEBUG: Using  for a6/16/sstate:libtasn1::4.19.0:r0::11:a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f_populate_lic.tar.zst\nDEBUG: For url file://10/32/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/32/sstate%3Anpth%3Acore2-64-poky-linux%3A1.6%3Ar0%3Acore2-64%3A11%3A10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610_deploy_source_date_epoch.tar.zst;downloadfilename=10/32/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://be/52/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/11/44/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/65/a5/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58_recipe_qa.tar.zst\nDEBUG: Searching for f0/df/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/a1/9f/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://16/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/9f/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9_package_qa.tar.zst;downloadfilename=16/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9_package_qa.tar.zst\nDEBUG: Testing URL file://e0/ea/sstate:libfm::1.3.2:r0::11:e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a_populate_lic.tar.zst\nDEBUG: For url file://97/ee/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/ee/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25_package_write_rpm.tar.zst;downloadfilename=97/ee/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25_package_write_rpm.tar.zst\nDEBUG: Searching for universal/9f/b6/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a6/16/sstate:libtasn1::4.19.0:r0::11:a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/72/da/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/2a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/11/44/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://64/14/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/65/a5/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/8d/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:6e8defb0362dac994728bcd8d5af43418746cf22a06b4455019de49e8826532e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f0/df/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a1/9f/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a1/9f/sstate%3Agtk-doc-native%3Ax86_64-linux%3A1.33.2%3Ar0%3Ax86_64%3A11%3Aa19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6_populate_sysroot.tar.zst;downloadfilename=universal/a1/9f/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e0/ea/sstate:libfm::1.3.2:r0::11:e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/9f/b6/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a6/16/sstate:libtasn1::4.19.0:r0::11:a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://39/0d/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ab/b4/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96_populate_sysroot.tar.zst\nDEBUG: Searching for 7f/2a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/11/44/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/c8/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/65/a5/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/da/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261_create_spdx.tar.zst\nDEBUG: Testing URL file://f0/df/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e0/ea/sstate:libfm::1.3.2:r0::11:e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/ea/sstate%3Alibfm%3A%3A1.3.2%3Ar0%3A%3A11%3Ae0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a_populate_lic.tar.zst;downloadfilename=e0/ea/sstate:libfm::1.3.2:r0::11:e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://10/32/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:10329d38a34313038c7db55f71bf867b5a75ff91f4c95ea2513af49451875610_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/9f/b6/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b_recipe_qa.tar.zst\nDEBUG: For url file://a6/16/sstate:libtasn1::4.19.0:r0::11:a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/16/sstate%3Alibtasn1%3A%3A4.19.0%3Ar0%3A%3A11%3Aa6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f_populate_lic.tar.zst;downloadfilename=a6/16/sstate:libtasn1::4.19.0:r0::11:a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://60/80/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850_package.tar.zst\nDEBUG: Searching for universal/ab/b4/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7f/2a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/11/44/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15_create_runtime_spdx.tar.zst\nDEBUG: Searching for e2/c8/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://16/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9_package_qa.tar.zst\nDEBUG: For url file://universal/65/a5/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/65/a5/sstate%3Alibmd-native%3Ax86_64-linux%3A1.1.0%3Ar0%3Ax86_64%3A11%3A65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58_recipe_qa.tar.zst;downloadfilename=universal/65/a5/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58_recipe_qa.tar.zst\nDEBUG: Searching for universal/da/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f0/df/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5b/ab/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/9f/b6/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 60/80/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/ab/b4/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a1/9f/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a19fef011901d01ba9a3e356956b12b712f285cce898460c30cfe27ef5c848c6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://97/ee/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7f/2a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/11/44/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e2/c8/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://83/45/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976_package.tar.zst\nDEBUG: Using  for universal/da/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261_create_spdx.tar.zst\nDEBUG: For url file://f0/df/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/df/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A11%3Af0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58_deploy_source_date_epoch.tar.zst;downloadfilename=f0/df/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5b/ab/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/9f/b6/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9f/b6/sstate%3Alibxau-native%3Ax86_64-linux%3A1.0.11%3Ar0%3Ax86_64%3A11%3A9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b_recipe_qa.tar.zst;downloadfilename=universal/9f/b6/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b_recipe_qa.tar.zst\nDEBUG: Using  for 60/80/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850_package.tar.zst\nDEBUG: Testing URL file://universal/ab/b4/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/39/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/0b/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7f/2a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/11/44/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/11/44/sstate%3Atexinfo-dummy-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3A11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15_create_runtime_spdx.tar.zst;downloadfilename=universal/11/44/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e2/c8/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551_package_qa.tar.zst\nDEBUG: Searching for 83/45/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e0/ea/sstate:libfm::1.3.2:r0::11:e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/da/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261_create_spdx.tar.zst\nDEBUG: Using  for 5b/ab/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://60/80/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850_package.tar.zst\nDEBUG: For url ['file', '', 'universal/ab/b4/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a6/16/sstate:libtasn1::4.19.0:r0::11:a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f_populate_lic.tar.zst\nDEBUG: Searching for 0d/39/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8e/0b/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://7f/2a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/2a/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3A7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a_deploy_source_date_epoch.tar.zst;downloadfilename=7f/2a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/65/a5/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e2/c8/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 83/45/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976_package.tar.zst\nDEBUG: SState: Attempting to fetch file://17/e0/sstate:libxml-sax-base-perl-native::1.09:r0::11:17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/da/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5b/ab/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '60/80/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/ab/b4/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ab/b4/sstate%3Aexpat-native%3Ax86_64-linux%3A2.5.0%3Ar0%3Ax86_64%3A11%3Aabb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96_populate_sysroot.tar.zst;downloadfilename=universal/ab/b4/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/fd/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842_package.tar.zst\nDEBUG: Using  for 0d/39/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/df/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:f0df5abe783e7d36ac4edf137a18b1d3ef782d4376b460b4e3483d4207795a58_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8e/0b/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://19/b8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e2/c8/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/c8/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.13%3Ar0%3Acore2-64%3A11%3Ae2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551_package_qa.tar.zst;downloadfilename=e2/c8/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551_package_qa.tar.zst\nDEBUG: Testing URL file://83/45/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976_package.tar.zst\nDEBUG: Searching for 17/e0/sstate:libxml-sax-base-perl-native::1.09:r0::11:17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/da/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/58/sstate%3Alibcomps-native%3Ax86_64-linux%3A0.1.20%3Ar0%3Ax86_64%3A11%3Ada5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261_create_spdx.tar.zst;downloadfilename=universal/da/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5b/ab/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://60/80/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/80/sstate%3Altp%3Acore2-64-poky-linux%3A20230929%3Ar0%3Acore2-64%3A11%3A6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850_package.tar.zst;downloadfilename=60/80/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9f/b6/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b_recipe_qa.tar.zst\nDEBUG: Searching for 7f/fd/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0d/39/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/11/44/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://62/45/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451_package.tar.zst\nDEBUG: Testing URL file://8e/0b/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06_recipe_qa.tar.zst\nDEBUG: Searching for 19/b8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '83/45/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 17/e0/sstate:libxml-sax-base-perl-native::1.09:r0::11:17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1_populate_lic.tar.zst\nDEBUG: For url file://5b/ab/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/ab/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d_deploy_source_date_epoch.tar.zst;downloadfilename=5b/ab/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/2a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:7f2aec2d8ac2582dedda7c70bea0c2ed2e1edd60408e1f5512626f2b66812d4a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/bc/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ab/b4/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96_populate_sysroot.tar.zst\nDEBUG: Using  for 7f/fd/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842_package.tar.zst\nDEBUG: For url ['file', '', '0d/39/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5c/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f_create_spdx.tar.zst\nDEBUG: Searching for 62/45/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8e/0b/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 19/b8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://83/45/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/45/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A11%3A8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976_package.tar.zst;downloadfilename=83/45/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976_package.tar.zst\nDEBUG: Testing URL file://17/e0/sstate:libxml-sax-base-perl-native::1.09:r0::11:17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/12/2b/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/c8/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261_create_spdx.tar.zst\nDEBUG: Searching for 1d/bc/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://95/3a/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7f/fd/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842_package.tar.zst\nDEBUG: For url file://0d/39/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/39/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A45.0%3Ar0%3Aallarch%3A11%3A0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb_create_runtime_spdx.tar.zst;downloadfilename=0d/39/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb_create_runtime_spdx.tar.zst\nDEBUG: Searching for 5c/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 62/45/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451_package.tar.zst\nDEBUG: For url file://8e/0b/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/0b/sstate%3Accache%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06_recipe_qa.tar.zst;downloadfilename=8e/0b/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06_recipe_qa.tar.zst\nDEBUG: Testing URL file://19/b8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '17/e0/sstate:libxml-sax-base-perl-native::1.09:r0::11:17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/12/2b/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ea/9c/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/be/sstate:perl-native::5.38.2:r0::11:f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95_populate_lic.tar.zst\nDEBUG: Using  for 1d/bc/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 95/3a/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7f/fd/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5c/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f_create_spdx.tar.zst\nDEBUG: Testing URL file://62/45/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451_package.tar.zst\nDEBUG: SState: Successful fetch test for file://60/80/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:6080f0b12f03b2918dbe11662c9a8d5e079a13476c46c194c292301e06100850_package.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/ab/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5bab8fc1d5fbdd4ebed6c8a546d85e426a216de7980e353789fb4d1dbbfa983d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '19/b8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://17/e0/sstate:libxml-sax-base-perl-native::1.09:r0::11:17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/e0/sstate%3Alibxml-sax-base-perl-native%3A%3A1.09%3Ar0%3A%3A11%3A17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1_populate_lic.tar.zst;downloadfilename=17/e0/sstate:libxml-sax-base-perl-native::1.09:r0::11:17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1_populate_lic.tar.zst\nDEBUG: Using  for universal/12/2b/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919_create_runtime_spdx.tar.zst\nDEBUG: Searching for ea/9c/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f3/be/sstate:perl-native::5.38.2:r0::11:f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1d/bc/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 95/3a/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd_create_runtime_spdx.tar.zst\nDEBUG: For url file://7f/fd/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/fd/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A11%3A7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842_package.tar.zst;downloadfilename=7f/fd/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842_package.tar.zst\nDEBUG: Testing URL file://5c/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '62/45/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/3b/35/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/63/8f/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f_create_runtime_spdx.tar.zst\nDEBUG: For url file://19/b8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/b8/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e_deploy_source_date_epoch.tar.zst;downloadfilename=19/b8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/12/2b/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919_create_runtime_spdx.tar.zst\nDEBUG: Using  for ea/9c/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98_create_spdx.tar.zst\nDEBUG: Using  for f3/be/sstate:perl-native::5.38.2:r0::11:f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1d/bc/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://95/3a/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '5c/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://62/45/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/45/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A11%3A62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451_package.tar.zst;downloadfilename=62/45/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451_package.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/0b/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/39/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/3b/35/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/63/8f/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/12/2b/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ea/9c/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98_create_spdx.tar.zst\nDEBUG: Testing URL file://f3/be/sstate:perl-native::5.38.2:r0::11:f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95_populate_lic.tar.zst\nDEBUG: For url file://1d/bc/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/bc/sstate%3Acurl%3Acore2-64-poky-linux%3A8.6.0%3Ar0%3Acore2-64%3A11%3A1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c_deploy_source_date_epoch.tar.zst;downloadfilename=1d/bc/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '95/3a/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5c/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/a8/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.11%3Ar0%3Acore2-64%3A11%3A5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f_create_spdx.tar.zst;downloadfilename=5c/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/7a/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://17/e0/sstate:libxml-sax-base-perl-native::1.09:r0::11:17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/49/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:7a493ed0f68377c261c6883c0c73b80de7105bc6ba74786875f7273dbb10e6a4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/69/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/3b/35/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba_recipe_qa.tar.zst\nDEBUG: Using  for universal/63/8f/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/12/2b/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/2b/sstate%3Agpgme-native%3Ax86_64-linux%3A1.23.2%3Ar0%3Ax86_64%3A11%3A122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919_create_runtime_spdx.tar.zst;downloadfilename=universal/12/2b/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ea/9c/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f3/be/sstate:perl-native::5.38.2:r0::11:f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7f/fd/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:7ffd524b12e9185ce979a1ac97ea1eb7503cc3d61c68c47c5ed734c0be285842_package.tar.zst\nDEBUG: For url file://95/3a/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/3a/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd_create_runtime_spdx.tar.zst;downloadfilename=95/3a/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://83/45/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:8345a87d17de0830e798dff462f3b41d0ac4e0dc13e384a98561100384fea976_package.tar.zst\nDEBUG: SState: Successful fetch test for file://19/b8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:19b85aa089d51a0a8cf66687a04d39d26a943685cc8c33e7c89b5157ee856f0e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/24/7a/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/5e/95/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://62/45/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:62455305c3f2ac32e5a190d326c2f3cc917c556b648139be87da901da95b7451_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/21/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241_package.tar.zst\nDEBUG: Searching for 6d/69/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/3b/35/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/63/8f/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f_create_runtime_spdx.tar.zst\nDEBUG: For url file://ea/9c/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/9c/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A11%3Aea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98_create_spdx.tar.zst;downloadfilename=ea/9c/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98_create_spdx.tar.zst\nDEBUG: For url file://f3/be/sstate:perl-native::5.38.2:r0::11:f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/be/sstate%3Aperl-native%3A%3A5.38.2%3Ar0%3A%3A11%3Af3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95_populate_lic.tar.zst;downloadfilename=f3/be/sstate:perl-native::5.38.2:r0::11:f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3f/b9/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/bc/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1dbcf5c6fbb343318872be42788e31e6ee1e3c455f46e7bce672256f50b2bd8c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/93/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542_package.tar.zst\nDEBUG: SState: Attempting to fetch file://56/0b/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26_package.tar.zst\nDEBUG: Using  for universal/24/7a/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/5e/95/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://28/47/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c_package_write_rpm.tar.zst\nDEBUG: Searching for 4a/21/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6d/69/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/3b/35/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/63/8f/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/3f/b9/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/12/2b/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/41/95/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46_create_runtime_spdx.tar.zst\nDEBUG: Searching for 2c/93/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 56/0b/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/24/7a/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/5e/95/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618_create_runtime_spdx.tar.zst\nDEBUG: Searching for 28/47/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4a/21/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241_package.tar.zst\nDEBUG: Testing URL file://6d/69/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/3b/35/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3b/35/sstate%3Alibcap-ng-native%3Ax86_64-linux%3A0.8.4%3Ar0%3Ax86_64%3A11%3A3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba_recipe_qa.tar.zst;downloadfilename=universal/3b/35/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba_recipe_qa.tar.zst\nDEBUG: For url file://universal/63/8f/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/63/8f/sstate%3Alibtool-native%3Ax86_64-linux%3A2.4.7%3Ar0%3Ax86_64%3A11%3A638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f_create_runtime_spdx.tar.zst;downloadfilename=universal/63/8f/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/3f/b9/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/f9/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0_package.tar.zst\nDEBUG: Searching for universal/41/95/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2c/93/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542_package.tar.zst\nDEBUG: Using  for 56/0b/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26_package.tar.zst\nDEBUG: For url ['file', '', 'universal/24/7a/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/5e/95/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618_create_runtime_spdx.tar.zst\nDEBUG: Using  for 28/47/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://4a/21/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241_package.tar.zst\nDEBUG: For url ['file', '', '6d/69/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/3f/b9/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ee/f9/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f3/be/sstate:perl-native::5.38.2:r0::11:f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95_populate_lic.tar.zst\nDEBUG: Using  for universal/41/95/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2c/93/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542_package.tar.zst\nDEBUG: Testing URL file://56/0b/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26_package.tar.zst\nDEBUG: For url file://universal/24/7a/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/7a/sstate%3Aspirv-tools-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3A247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219_create_runtime_spdx.tar.zst;downloadfilename=universal/24/7a/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/5e/95/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://28/47/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4a/21/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6d/69/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/69/sstate%3Agcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7_deploy_source_date_epoch.tar.zst;downloadfilename=6d/69/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/3f/b9/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ee/f9/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/7f/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b_packagedata.tar.zst\nDEBUG: Testing URL file://universal/41/95/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2c/93/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '56/0b/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/5e/95/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5e/95/sstate%3Aopkg-utils-native%3Ax86_64-linux%3A0.6.3%3Ar0%3Ax86_64%3A11%3A5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618_create_runtime_spdx.tar.zst;downloadfilename=universal/5e/95/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '28/47/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4a/21/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/21/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A11%3A4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241_package.tar.zst;downloadfilename=4a/21/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241_package.tar.zst\nDEBUG: For url file://universal/3f/b9/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/b9/sstate%3Alibx11-native%3Ax86_64-linux%3A1.8.7%3Ar0%3Ax86_64%3A11%3A3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120_deploy_source_date_epoch.tar.zst;downloadfilename=universal/3f/b9/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ee/f9/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/63/8f/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3b/35/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba_recipe_qa.tar.zst\nDEBUG: Searching for 6c/7f/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/41/95/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2c/93/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/93/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A11%3A2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542_package.tar.zst;downloadfilename=2c/93/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542_package.tar.zst\nDEBUG: For url file://56/0b/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/0b/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.4%3Ar0%3Acore2-64%3A11%3A560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26_package.tar.zst;downloadfilename=56/0b/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26_package.tar.zst\nDEBUG: For url file://28/47/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/47/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A11%3A2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c_package_write_rpm.tar.zst;downloadfilename=28/47/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ee/f9/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/24/7a/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/ff/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/cb/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136_create_spdx.tar.zst\nDEBUG: Using  for 6c/7f/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b_packagedata.tar.zst\nDEBUG: For url file://universal/41/95/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/41/95/sstate%3Amake-native%3Ax86_64-linux%3A4.4.1%3Ar0%3Ax86_64%3A11%3A4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46_create_runtime_spdx.tar.zst;downloadfilename=universal/41/95/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46_create_runtime_spdx.tar.zst\nDEBUG: For url file://ee/f9/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/f9/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Aeef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0_package.tar.zst;downloadfilename=ee/f9/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5e/95/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/69/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:6d6932d3242ff96470dfc5f2477763ce1aaaad9d8c359052918e67ff69bcd9d7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://65/41/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/24/ff/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bd/cb/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://6c/7f/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/70/1f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3f/b9/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:3fb9a36b76b17a47bfd6ba8cf3daeb184be346e33d212edf0a5dc292af6d6120_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/7c/sstate:libgcc-initial::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: Searching for 65/41/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/24/ff/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bd/cb/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/7f/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/70/1f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://8f/cf/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480_packagedata.tar.zst\nDEBUG: Searching for 4b/7c/sstate:libgcc-initial::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 65/41/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/24/ff/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bd/cb/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/93/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2c934d05ae29aff61577b60e5485585d4e402aa8498b5998a017d522ce408542_package.tar.zst\nDEBUG: For url file://6c/7f/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/7f/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.1%3Ar0%3Acore2-64%3A11%3A6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b_packagedata.tar.zst;downloadfilename=6c/7f/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b_packagedata.tar.zst\nDEBUG: Using  for universal/70/1f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8f/cf/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4b/7c/sstate:libgcc-initial::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: Testing URL file://65/41/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/24/ff/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bd/cb/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f7/95/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8_package.tar.zst\nDEBUG: Testing URL file://universal/70/1f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8f/cf/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480_packagedata.tar.zst\nDEBUG: Testing URL file://4b/7c/sstate:libgcc-initial::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://28/47/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/f9/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:eef9cb49570d77d78094af63e1e6f8cf6f39c9f5701e2d3a987df476d1d677e0_package.tar.zst\nDEBUG: For url ['file', '', '65/41/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/24/ff/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/ff/sstate%3Alibrsvg-native%3Ax86_64-linux%3A2.56.3%3Ar0%3Ax86_64%3A11%3A24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/24/ff/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bd/cb/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/cb/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3Abdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136_create_spdx.tar.zst;downloadfilename=bd/cb/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136_create_spdx.tar.zst\nDEBUG: Searching for f7/95/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/70/1f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8f/cf/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/41/95/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '4b/7c/sstate:libgcc-initial::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/05/37/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://60/13/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae_package_qa.tar.zst\nDEBUG: For url file://65/41/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/41/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A11%3A65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037_create_runtime_spdx.tar.zst;downloadfilename=65/41/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037_create_runtime_spdx.tar.zst\nDEBUG: Using  for f7/95/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8_package.tar.zst\nDEBUG: For url file://universal/70/1f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/70/1f/sstate%3Ago-binary-native%3Ax86_64-linux%3A1.20.13%3Ar0%3Ax86_64%3A11%3A701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba_deploy_source_date_epoch.tar.zst;downloadfilename=universal/70/1f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8f/cf/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/0a/6d/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4b/7c/sstate:libgcc-initial::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/7c/sstate%3Alibgcc-initial%3A%3A13.2.0%3Ar0%3A%3A11%3A4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst;downloadfilename=4b/7c/sstate:libgcc-initial::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: Searching for universal/05/37/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 60/13/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6c/7f/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b_packagedata.tar.zst\nDEBUG: Testing URL file://f7/95/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8_package.tar.zst\nDEBUG: For url file://8f/cf/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/cf/sstate%3Aliberror-perl%3Acore2-64-poky-linux%3A0.17029%3Ar0%3Acore2-64%3A11%3A8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480_packagedata.tar.zst;downloadfilename=8f/cf/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480_packagedata.tar.zst\nDEBUG: Searching for universal/0a/6d/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/24/ff/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:24ff1c96541d02bea6273e8de42f2b885e95d11c2932fbf30829d4061499d03c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/05/37/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b_recipe_qa.tar.zst\nDEBUG: Using  for 60/13/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a9/ae/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f7/95/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://95/3a/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/0a/6d/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/cb/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/bf/sstate:python3-markupsafe::2.1.3:r0::11:b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/05/37/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://65/41/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://60/13/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae_package_qa.tar.zst\nDEBUG: Searching for universal/a9/ae/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f7/95/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/95/sstate%3Acargo%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Af795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8_package.tar.zst;downloadfilename=f7/95/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/59/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990_packagedata.tar.zst\nDEBUG: Testing URL file://universal/0a/6d/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/16/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/70/1f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:701fdad6645358b84caefe5dac97b8ddd285ca9dba11d03afa965e6c66c38eba_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b8/bf/sstate:python3-markupsafe::2.1.3:r0::11:b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/05/37/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/15/8f/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '60/13/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/a9/ae/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8a/59/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/0a/6d/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4b/7c/sstate:libgcc-initial::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: Searching for universal/10/16/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/ee/eb/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1_create_spdx.tar.zst\nDEBUG: Using  for b8/bf/sstate:python3-markupsafe::2.1.3:r0::11:b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c_populate_lic.tar.zst\nDEBUG: For url file://universal/05/37/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/05/37/sstate%3Alibnsl2-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A11%3A053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b_recipe_qa.tar.zst;downloadfilename=universal/05/37/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b_recipe_qa.tar.zst\nDEBUG: Searching for universal/15/8f/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://60/13/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/13/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A11%3A601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae_package_qa.tar.zst;downloadfilename=60/13/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae_package_qa.tar.zst\nDEBUG: Testing URL file://universal/a9/ae/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8a/59/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990_packagedata.tar.zst\nDEBUG: For url file://universal/0a/6d/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0a/6d/sstate%3Agnu-config-native%3Ax86_64-linux%3A20231127%2Bgit%3Ar0%3Ax86_64%3A11%3A0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0a/6d/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://56/bd/sstate:settings-daemon::0.0.2:r0::11:56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5_populate_lic.tar.zst\nDEBUG: Using  for universal/10/16/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/cf/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480_packagedata.tar.zst\nDEBUG: Searching for universal/ee/eb/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b8/bf/sstate:python3-markupsafe::2.1.3:r0::11:b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c_populate_lic.tar.zst\nDEBUG: Using  for universal/15/8f/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/a9/ae/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8a/59/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990_packagedata.tar.zst\nDEBUG: Searching for 56/bd/sstate:settings-daemon::0.0.2:r0::11:56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/10/16/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/96/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ee/eb/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/bf/sstate:python3-markupsafe::2.1.3:r0::11:b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/15/8f/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/a9/ae/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a9/ae/sstate%3Alua-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A11%3Aa9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6_create_runtime_spdx.tar.zst;downloadfilename=universal/a9/ae/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '8a/59/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 56/bd/sstate:settings-daemon::0.0.2:r0::11:56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/10/16/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3a/96/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/ee/eb/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1_create_spdx.tar.zst\nDEBUG: For url file://b8/bf/sstate:python3-markupsafe::2.1.3:r0::11:b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/bf/sstate%3Apython3-markupsafe%3A%3A2.1.3%3Ar0%3A%3A11%3Ab8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c_populate_lic.tar.zst;downloadfilename=b8/bf/sstate:python3-markupsafe::2.1.3:r0::11:b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/15/8f/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8a/59/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/59/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.13%3Ar0%3Acore2-64%3A11%3A8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990_packagedata.tar.zst;downloadfilename=8a/59/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990_packagedata.tar.zst\nDEBUG: Testing URL file://56/bd/sstate:settings-daemon::0.0.2:r0::11:56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/05/37/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f_create_spdx.tar.zst\nDEBUG: For url file://universal/10/16/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/16/sstate%3Aglslang-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3A101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42_deploy_source_date_epoch.tar.zst;downloadfilename=universal/10/16/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3a/96/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ee/eb/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/15/8f/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/8f/sstate%3Alibxml-parser-perl-native%3Ax86_64-linux%3A2.46%3Ar0%3Ax86_64%3A11%3A158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083_create_runtime_spdx.tar.zst;downloadfilename=universal/15/8f/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0a/6d/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:0a6da2f98af8f6a92117375ce9945cac54c0fe2e59491f1ea05f269253d2084e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://60/13/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae_package_qa.tar.zst\nDEBUG: For url ['file', '', '56/bd/sstate:settings-daemon::0.0.2:r0::11:56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b6/24/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/b7/sstate:ldconfig-native::2.12.1:r0::11:33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67_populate_lic.tar.zst\nDEBUG: Testing URL file://3a/96/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/ee/eb/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ee/eb/sstate%3Alibxft-native%3Ax86_64-linux%3A2.3.8%3Ar0%3Ax86_64%3A11%3Aeeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1_create_spdx.tar.zst;downloadfilename=universal/ee/eb/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a9/ae/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://56/0b/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:560b0be5a355c0d2826b131431d88f96d5a6dab3541567239ec0f052f6efef26_package.tar.zst\nDEBUG: SState: Attempting to fetch file://63/0f/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/66/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250_create_runtime_spdx.tar.zst\nDEBUG: For url file://56/bd/sstate:settings-daemon::0.0.2:r0::11:56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/bd/sstate%3Asettings-daemon%3A%3A0.0.2%3Ar0%3A%3A11%3A56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5_populate_lic.tar.zst;downloadfilename=56/bd/sstate:settings-daemon::0.0.2:r0::11:56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5_populate_lic.tar.zst\nDEBUG: Searching for b6/24/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 33/b7/sstate:ldconfig-native::2.12.1:r0::11:33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3a/96/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e0/7c/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/bf/sstate:python3-markupsafe::2.1.3:r0::11:b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/59/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/9c/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/e8/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480_recipe_qa.tar.zst\nDEBUG: Searching for 63/0f/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8b/66/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/10/16/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:101656c40375d4c7372a8adbdb475d6c3391846ce5c6b7e610157464fb1aee42_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b6/24/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3_create_spdx.tar.zst\nDEBUG: Using  for 33/b7/sstate:ldconfig-native::2.12.1:r0::11:33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67_populate_lic.tar.zst\nDEBUG: For url file://3a/96/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/96/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A0.9.77%3Ar0%3Acore2-64%3A11%3A3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf_deploy_source_date_epoch.tar.zst;downloadfilename=3a/96/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e0/7c/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://75/92/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/39/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/83/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fa/e8/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 63/0f/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/15/8f/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8b/66/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/36/bf/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5_recipe_qa.tar.zst\nDEBUG: Testing URL file://b6/24/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3_create_spdx.tar.zst\nDEBUG: Testing URL file://33/b7/sstate:ldconfig-native::2.12.1:r0::11:33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67_populate_lic.tar.zst\nDEBUG: Using  for e0/7c/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4_package_qa.tar.zst\nDEBUG: Searching for 75/92/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6f/39/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/ee/eb/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1_create_spdx.tar.zst\nDEBUG: Searching for b8/83/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fa/e8/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480_recipe_qa.tar.zst\nDEBUG: Testing URL file://63/0f/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/21/sstate:shaderc-native::2023.7:r0::11:ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715_populate_lic.tar.zst\nDEBUG: Testing URL file://8b/66/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/36/bf/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b6/24/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/b7/sstate:ldconfig-native::2.12.1:r0::11:33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e0/7c/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://56/bd/sstate:settings-daemon::0.0.2:r0::11:56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5_populate_lic.tar.zst\nDEBUG: Using  for 75/92/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6f/39/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/13/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9_create_runtime_spdx.tar.zst\nDEBUG: Using  for b8/83/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fa/e8/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '63/0f/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ab/21/sstate:shaderc-native::2023.7:r0::11:ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8b/66/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/36/bf/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5_recipe_qa.tar.zst\nDEBUG: For url file://b6/24/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/24/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A11%3Ab624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3_create_spdx.tar.zst;downloadfilename=b6/24/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3_create_spdx.tar.zst\nDEBUG: For url file://33/b7/sstate:ldconfig-native::2.12.1:r0::11:33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/b7/sstate%3Aldconfig-native%3A%3A2.12.1%3Ar0%3A%3A11%3A33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67_populate_lic.tar.zst;downloadfilename=33/b7/sstate:ldconfig-native::2.12.1:r0::11:33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e0/7c/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3d/2b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb_create_spdx.tar.zst\nDEBUG: Testing URL file://75/92/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6f/39/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323_package_qa.tar.zst\nDEBUG: Searching for universal/ed/13/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b8/83/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fa/e8/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://63/0f/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/0f/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.69%3Ar0%3Acore2-64%3A11%3A630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80_populate_sysroot.tar.zst;downloadfilename=63/0f/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80_populate_sysroot.tar.zst\nDEBUG: Using  for ab/21/sstate:shaderc-native::2023.7:r0::11:ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715_populate_lic.tar.zst\nDEBUG: For url file://8b/66/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/66/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.3%3Ar0%3Acore2-64%3A11%3A8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250_create_runtime_spdx.tar.zst;downloadfilename=8b/66/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/36/bf/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5_recipe_qa.tar.zst\nDEBUG: For url file://e0/7c/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/7c/sstate%3Awireless-regdb%3Aall-poky-linux%3A2023.09.01%3Ar0%3Aallarch%3A11%3Ae07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4_package_qa.tar.zst;downloadfilename=e0/7c/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4_package_qa.tar.zst\nDEBUG: Searching for 3d/2b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3a/96/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3a9612f75a774d9a0f3b2fc2f085583e2c821c38a472fac7cebf7db4dbfc44cf_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '75/92/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6f/39/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ed/13/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/83/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fa/e8/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/e8/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A11%3Afae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480_recipe_qa.tar.zst;downloadfilename=fa/e8/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/21/sstate:shaderc-native::2023.7:r0::11:ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/36/bf/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3d/2b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://70/aa/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/b7/sstate:ldconfig-native::2.12.1:r0::11:33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67_populate_lic.tar.zst\nDEBUG: For url file://75/92/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/92/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01_deploy_source_date_epoch.tar.zst;downloadfilename=75/92/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/24/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/21/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:4a21cae6237d15401d6255cb13593e08d5c343c9a2ec2f1c9fefabd6a1c82241_package.tar.zst\nDEBUG: For url file://6f/39/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/39/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A11%3A6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323_package_qa.tar.zst;downloadfilename=6f/39/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323_package_qa.tar.zst\nDEBUG: Testing URL file://universal/ed/13/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9_create_runtime_spdx.tar.zst\nDEBUG: For url file://b8/83/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/83/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Ab883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723_deploy_source_date_epoch.tar.zst;downloadfilename=b8/83/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ab/21/sstate:shaderc-native::2023.7:r0::11:ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/36/bf/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/bf/sstate%3Alibpciaccess-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A11%3A36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5_recipe_qa.tar.zst;downloadfilename=universal/36/bf/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/2b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb_create_spdx.tar.zst\nDEBUG: Searching for 70/aa/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b1/39/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://63/0f/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:630fbf64dcf680ffcda77cd971ab29c6a80433e33575a780270809191be9ce80_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/c1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://08/1d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ed/13/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e0/7c/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4_package_qa.tar.zst\nDEBUG: For url file://ab/21/sstate:shaderc-native::2023.7:r0::11:ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/21/sstate%3Ashaderc-native%3A%3A2023.7%3Ar0%3A%3A11%3Aab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715_populate_lic.tar.zst;downloadfilename=ab/21/sstate:shaderc-native::2023.7:r0::11:ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3d/2b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fa/e8/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480_recipe_qa.tar.zst\nDEBUG: Using  for 70/aa/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269_create_runtime_spdx.tar.zst\nDEBUG: Searching for b1/39/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://75/92/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:7592e56438f2bdd64493b2f4dd98642476de63290723fc565fab9966927b9a01_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8f/ab/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22_recipe_qa.tar.zst\nDEBUG: Searching for universal/84/c1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 08/1d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/ed/13/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/13/sstate%3Alibxcomposite-native%3Ax86_64-linux%3A0.4.6%3Ar0%3Ax86_64%3A11%3Aed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9_create_runtime_spdx.tar.zst;downloadfilename=universal/ed/13/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/44/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f_packagedata.tar.zst\nDEBUG: For url file://3d/2b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/2b/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb_create_spdx.tar.zst;downloadfilename=3d/2b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/39/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://37/86/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286_packagedata.tar.zst\nDEBUG: Testing URL file://70/aa/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269_create_runtime_spdx.tar.zst\nDEBUG: Using  for b1/39/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/64/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886_package_write_rpm.tar.zst\nDEBUG: Searching for universal/8f/ab/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/84/c1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395_populate_sysroot.tar.zst\nDEBUG: Using  for 08/1d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c6/44/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fd/4d/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14_package_qa.tar.zst\nDEBUG: Searching for 37/86/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/36/bf/sstate:libpciaccess-native:x86_64-linux:0.17:r0:x86_64:11:36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/83/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:b883caea56eac0c01df379ce5d3ec888bcca820dfda90f2ac3e9f738c6e34723_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '70/aa/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b1/39/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f_create_spdx.tar.zst\nDEBUG: Searching for 4a/64/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/8f/ab/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/84/c1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395_populate_sysroot.tar.zst\nDEBUG: Testing URL file://08/1d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c6/44/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f_packagedata.tar.zst\nDEBUG: Searching for fd/4d/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 37/86/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/60/49/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ca/bf/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://70/aa/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/aa/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.5%3Ar0%3Acore2-64%3A11%3A70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269_create_runtime_spdx.tar.zst;downloadfilename=70/aa/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b1/39/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4a/64/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/8f/ab/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/84/c1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '08/1d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c6/44/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f_packagedata.tar.zst\nDEBUG: Using  for fd/4d/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14_package_qa.tar.zst\nDEBUG: Testing URL file://37/86/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286_packagedata.tar.zst\nDEBUG: Searching for universal/60/49/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ca/bf/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b1/39/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/39/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.1%3Ar0%3Acore2-64%3A11%3Ab1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f_create_spdx.tar.zst;downloadfilename=b1/39/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f_create_spdx.tar.zst\nDEBUG: Testing URL file://4a/64/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ed/13/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8f/ab/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ab/21/sstate:shaderc-native::2023.7:r0::11:ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715_populate_lic.tar.zst\nDEBUG: For url file://universal/84/c1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/c1/sstate%3Afreetype-native%3Ax86_64-linux%3A2.13.2%3Ar0%3Ax86_64%3A11%3A84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395_populate_sysroot.tar.zst;downloadfilename=universal/84/c1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395_populate_sysroot.tar.zst\nDEBUG: For url file://08/1d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/1d/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.72.0%3Ar0%3Acore2-64%3A11%3A081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2_deploy_source_date_epoch.tar.zst;downloadfilename=08/1d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c6/44/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fd/4d/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14_package_qa.tar.zst\nDEBUG: For url ['file', '', '37/86/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/60/49/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/2b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb_create_spdx.tar.zst\nDEBUG: Using  for universal/ca/bf/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4a/64/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3d/73/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242_populate_sysroot.tar.zst\nDEBUG: For url file://universal/8f/ab/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8f/ab/sstate%3Alibpcre2-native%3Ax86_64-linux%3A10.42%3Ar0%3Ax86_64%3A11%3A8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22_recipe_qa.tar.zst;downloadfilename=universal/8f/ab/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0a/bd/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c6/44/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/44/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A11%3Ac644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f_packagedata.tar.zst;downloadfilename=c6/44/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f_packagedata.tar.zst\nDEBUG: For url ['file', '', 'fd/4d/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/86/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/86/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286_packagedata.tar.zst;downloadfilename=37/86/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286_packagedata.tar.zst\nDEBUG: Testing URL file://universal/60/49/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://05/e8/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9_packagedata.tar.zst\nDEBUG: Testing URL file://universal/ca/bf/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4a/64/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/64/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886_package_write_rpm.tar.zst;downloadfilename=4a/64/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886_package_write_rpm.tar.zst\nDEBUG: Searching for 3d/73/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/0a/bd/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://fd/4d/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/4d/sstate%3Aencodings%3Aall-poky-linux%3A1.0.7%3Ar0%3Aallarch%3A11%3Afd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14_package_qa.tar.zst;downloadfilename=fd/4d/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/39/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/60/49/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 05/e8/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://08/1d/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:081d40ba0b3db68047b71cb2001db0f435f3234c59ab0fc85276e834ae2be8a2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ca/bf/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/84/c1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395_populate_sysroot.tar.zst\nDEBUG: Using  for 3d/73/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242_populate_sysroot.tar.zst\nDEBUG: Using  for universal/0a/bd/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8f/ab/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/c3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/44/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f_packagedata.tar.zst\nDEBUG: For url file://universal/60/49/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/60/49/sstate%3Apython3-importlib-metadata-native%3Ax86_64-linux%3A7.0.1%3Ar0%3Ax86_64%3A11%3A6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971_deploy_source_date_epoch.tar.zst;downloadfilename=universal/60/49/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 05/e8/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/1e/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9_package.tar.zst\nDEBUG: For url file://universal/ca/bf/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ca/bf/sstate%3Atcl-native%3Ax86_64-linux%3A8.6.13%3Ar0%3Ax86_64%3A11%3Acabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ca/bf/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e5/78/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3d/73/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/0a/bd/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://65/08/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2e/c3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7f/a5/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://37/86/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286_packagedata.tar.zst\nDEBUG: Testing URL file://05/e8/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9_packagedata.tar.zst\nDEBUG: Searching for 4e/1e/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/e5/78/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3d/73/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4a/64/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/0a/bd/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 65/08/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2e/c3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7f/a5/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fd/4d/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/ab/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '05/e8/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4e/1e/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9_package.tar.zst\nDEBUG: Using  for universal/e5/78/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3d/73/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/73/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242_populate_sysroot.tar.zst;downloadfilename=3d/73/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/c9/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/0a/bd/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0a/bd/sstate%3Achrpath-native%3Ax86_64-linux%3A0.16%3Ar0%3Ax86_64%3A11%3A0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0a/bd/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 65/08/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2e/c3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7f/a5/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/cf/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a_package.tar.zst\nDEBUG: Searching for c6/ab/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://05/e8/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/e8/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9_packagedata.tar.zst;downloadfilename=05/e8/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9_packagedata.tar.zst\nDEBUG: Testing URL file://4e/1e/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9_package.tar.zst\nDEBUG: Testing URL file://universal/e5/78/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/60/49/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:6049bfe838f18a7b280d7cb05e33d50260ca0ba14cdedc09f619861924eeb971_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d0/c9/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://65/08/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2e/c3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/ca/bf/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:cabfe0376c5182f7a3e5c19ffd7073121eecb721044fac3575b04153bd3f3901_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7f/a5/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5_populate_sysroot.tar.zst\nDEBUG: Searching for 3b/cf/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c6/ab/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4e/1e/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e5/78/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1a/5d/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce_create_runtime_spdx.tar.zst\nDEBUG: Using  for d0/c9/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '65/08/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2e/c3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/c3/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.20%3Ar0%3Acore2-64%3A11%3A2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643_deploy_source_date_epoch.tar.zst;downloadfilename=2e/c3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/2a/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7f/a5/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3b/cf/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a_package.tar.zst\nDEBUG: Testing URL file://c6/ab/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a_package_write_rpm.tar.zst\nDEBUG: For url file://4e/1e/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/1e/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.6%3Ar0%3Acore2-64%3A11%3A4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9_package.tar.zst;downloadfilename=4e/1e/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9_package.tar.zst\nDEBUG: For url file://universal/e5/78/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e5/78/sstate%3Agroff-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A11%3Ae5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e5/78/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1a/5d/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d0/c9/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5_create_runtime_spdx.tar.zst\nDEBUG: For url file://65/08/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/08/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3A6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609_deploy_source_date_epoch.tar.zst;downloadfilename=65/08/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a1/2a/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3d/73/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:3d73192b4ed38c580c28a6c777ecb67dc6ccb0c7dfa0576926914d56f2047242_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0a/bd/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0abd3190b263d8f4d7dadd0b522bee9099d048f3370001d564e2b243d4a694ea_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7f/a5/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/a5/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5_populate_sysroot.tar.zst;downloadfilename=7f/a5/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3b/cf/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a_package.tar.zst\nDEBUG: For url ['file', '', 'c6/ab/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1a/5d/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/66/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd0/c9/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://05/e8/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9_packagedata.tar.zst\nDEBUG: Using  for a1/2a/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://68/3a/sstate:gcc-sanitizers::13.2.0:r0::11:683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/ec/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae_package_qa.tar.zst\nDEBUG: For url ['file', '', '3b/cf/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2e/c3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:2ec3e89c676c42db0412feb7400ba0396801a126fb83700df8adc7ac10002643_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c6/ab/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/ab/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A11%3Ac6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a_package_write_rpm.tar.zst;downloadfilename=c6/ab/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1a/5d/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/9a/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27_recipe_qa.tar.zst\nDEBUG: For url file://d0/c9/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/c9/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A11%3Ad0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5_create_runtime_spdx.tar.zst;downloadfilename=d0/c9/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/70/5e/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a1/2a/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 68/3a/sstate:gcc-sanitizers::13.2.0:r0::11:683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b3/ec/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://3b/cf/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/cf/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.17.0%3Ar0%3Acore2-64%3A11%3A3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a_package.tar.zst;downloadfilename=3b/cf/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e5/78/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:e5786cb50fdb74fdf837dbdd3246e2c80954c9959e2df8d94f56579a15022a1f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/82/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae_package.tar.zst\nDEBUG: For url ['file', '', '1a/5d/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4e/1e/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:4e1e447314c395c8176ace9131f367d20530d4c5e71207eb868c2485cfaa39b9_package.tar.zst\nDEBUG: Searching for 2a/9a/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/70/5e/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a1/2a/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://65/08/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:6508be97d177cb76629a3c879a5169eea15ea86d1f91be259c66709f3e267609_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 68/3a/sstate:gcc-sanitizers::13.2.0:r0::11:683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196_populate_lic.tar.zst\nDEBUG: Using  for b3/ec/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://34/11/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c_populate_sysroot.tar.zst\nDEBUG: Searching for 4f/82/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7f/a5/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:7fa5caedb0a79dea0ba72c875393852a81386c8560319ec3bc53a76404af63a5_populate_sysroot.tar.zst\nDEBUG: For url file://1a/5d/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/5d/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce_create_runtime_spdx.tar.zst;downloadfilename=1a/5d/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/77/d9/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e_create_runtime_spdx.tar.zst\nDEBUG: Using  for 2a/9a/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27_recipe_qa.tar.zst\nDEBUG: Using  for universal/70/5e/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7_create_runtime_spdx.tar.zst\nDEBUG: For url file://a1/2a/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/2a/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3Aa12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d_deploy_source_date_epoch.tar.zst;downloadfilename=a1/2a/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/af/sstate:python3-iniparse-native::0.5:r0::11:b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa_populate_lic.tar.zst\nDEBUG: Testing URL file://68/3a/sstate:gcc-sanitizers::13.2.0:r0::11:683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196_populate_lic.tar.zst\nDEBUG: Testing URL file://b3/ec/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae_package_qa.tar.zst\nDEBUG: Searching for 34/11/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4f/82/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/ab/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/d0/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/77/d9/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2a/9a/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/70/5e/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7_create_runtime_spdx.tar.zst\nDEBUG: Searching for b9/af/sstate:python3-iniparse-native::0.5:r0::11:b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d0/c9/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '68/3a/sstate:gcc-sanitizers::13.2.0:r0::11:683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3b/cf/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:3bcf9e4c5904fbc799075932535113d55b6dffab87763d226abecaba49dc023a_package.tar.zst\nDEBUG: For url ['file', '', 'b3/ec/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 34/11/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4f/82/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae_package.tar.zst\nDEBUG: SState: Attempting to fetch file://26/65/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e_package_qa.tar.zst\nDEBUG: Searching for 5b/d0/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/77/d9/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2a/9a/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/70/5e/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b9/af/sstate:python3-iniparse-native::0.5:r0::11:b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/52/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be_populate_sysroot.tar.zst\nDEBUG: For url file://68/3a/sstate:gcc-sanitizers::13.2.0:r0::11:683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/3a/sstate%3Agcc-sanitizers%3A%3A13.2.0%3Ar0%3A%3A11%3A683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196_populate_lic.tar.zst;downloadfilename=68/3a/sstate:gcc-sanitizers::13.2.0:r0::11:683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/42/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3_package.tar.zst\nDEBUG: For url file://b3/ec/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/ec/sstate%3Aofono%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3Ab3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae_package_qa.tar.zst;downloadfilename=b3/ec/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae_package_qa.tar.zst\nDEBUG: Testing URL file://34/11/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4f/82/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 26/65/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5b/d0/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/77/d9/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e_create_runtime_spdx.tar.zst\nDEBUG: For url file://2a/9a/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/9a/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27_recipe_qa.tar.zst;downloadfilename=2a/9a/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27_recipe_qa.tar.zst\nDEBUG: For url file://universal/70/5e/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/70/5e/sstate%3Aupdate-rc.d-native%3Ax86_64-linux%3A0.8%3Ar0%3Ax86_64%3A11%3A705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7_create_runtime_spdx.tar.zst;downloadfilename=universal/70/5e/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b9/af/sstate:python3-iniparse-native::0.5:r0::11:b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa_populate_lic.tar.zst\nDEBUG: Searching for universal/10/52/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c0/42/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '34/11/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a1/2a/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:a12ac4e10921f0011af1c04cbb09309ac668b793a00ec43b0b88e99ac1b8702d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4f/82/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/82/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.10%3Ar0%3Aallarch%3A11%3A4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae_package.tar.zst;downloadfilename=4f/82/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae_package.tar.zst\nDEBUG: Using  for 26/65/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://70/aa/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://5b/d0/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/77/d9/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/af/sstate:python3-iniparse-native::0.5:r0::11:b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/10/52/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://68/3a/sstate:gcc-sanitizers::13.2.0:r0::11:683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196_populate_lic.tar.zst\nDEBUG: Using  for c0/42/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3_package.tar.zst\nDEBUG: For url file://34/11/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/11/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3A3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c_populate_sysroot.tar.zst;downloadfilename=34/11/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/a1/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://26/65/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5b/d0/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/77/d9/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/77/d9/sstate%3Apython3-editables-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e_create_runtime_spdx.tar.zst;downloadfilename=universal/77/d9/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e_create_runtime_spdx.tar.zst\nDEBUG: For url file://b9/af/sstate:python3-iniparse-native::0.5:r0::11:b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/af/sstate%3Apython3-iniparse-native%3A%3A0.5%3Ar0%3A%3A11%3Ab9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa_populate_lic.tar.zst;downloadfilename=b9/af/sstate:python3-iniparse-native::0.5:r0::11:b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/10/52/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/9a/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://99/41/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c0/42/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/ec/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae_package_qa.tar.zst\nDEBUG: Searching for 7a/a1/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '26/65/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 27/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5b/d0/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/d0/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A11%3A5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e_deploy_source_date_epoch.tar.zst;downloadfilename=5b/d0/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/10/52/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/70/5e/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/44/a3/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59_populate_sysroot.tar.zst\nDEBUG: Searching for 99/41/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4f/82/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:4f82e702cb63e625443409aeba9ae884fa09a95d248380afc43888d8007608ae_package.tar.zst\nDEBUG: For url ['file', '', 'c0/42/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f4/26/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 7a/a1/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://26/65/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/65/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e_package_qa.tar.zst;downloadfilename=26/65/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e_package_qa.tar.zst\nDEBUG: Using  for 27/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79_create_spdx.tar.zst\nDEBUG: For url file://universal/10/52/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/52/sstate%3Ampfr-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A11%3A1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be_populate_sysroot.tar.zst;downloadfilename=universal/10/52/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://09/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91_package_write_rpm.tar.zst\nDEBUG: Searching for universal/44/a3/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 99/41/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f9/86/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78_populate_sysroot.tar.zst\nDEBUG: For url file://c0/42/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/42/sstate%3Agcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Ac042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3_package.tar.zst;downloadfilename=c0/42/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3_package.tar.zst\nDEBUG: Searching for f4/26/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7a/a1/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://27/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/11/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3411288c334c73ac925f87170b1d1cb34aa082bf0951a76af390dc129df5e09c_populate_sysroot.tar.zst\nDEBUG: Searching for 09/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/77/d9/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/44/a3/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/af/sstate:python3-iniparse-native::0.5:r0::11:b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa_populate_lic.tar.zst\nDEBUG: Testing URL file://99/41/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4_package_write_rpm.tar.zst\nDEBUG: Searching for universal/f9/86/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f4/26/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '7a/a1/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '27/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://5b/d0/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:5bd05065bd1f236f050084bad803b15bcb1956220d3adfe4ee2defe5ec65962e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://42/a1/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655_package.tar.zst\nDEBUG: Using  for 09/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ae/81/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/44/a3/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/3f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '99/41/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f9/86/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f4/26/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6_create_runtime_spdx.tar.zst\nDEBUG: For url file://7a/a1/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/a1/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A11%3A7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1_deploy_source_date_epoch.tar.zst;downloadfilename=7a/a1/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://27/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/b3/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A11%3A27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79_create_spdx.tar.zst;downloadfilename=27/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://86/de/sstate:mpfr-native::4.2.1:r0::11:86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44_populate_lic.tar.zst\nDEBUG: Searching for 42/a1/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://09/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91_package_write_rpm.tar.zst\nDEBUG: Searching for universal/ae/81/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/44/a3/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bf/3f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://99/41/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/41/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A11%3A9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4_package_write_rpm.tar.zst;downloadfilename=99/41/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/f9/86/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f4/26/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://26/65/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e_package_qa.tar.zst\nDEBUG: Searching for 86/de/sstate:mpfr-native::4.2.1:r0::11:86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/10/52/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be_populate_sysroot.tar.zst\nDEBUG: Using  for 42/a1/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655_package.tar.zst\nDEBUG: For url ['file', '', '09/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ae/81/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067_recipe_qa.tar.zst\nDEBUG: For url file://universal/44/a3/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/44/a3/sstate%3Ago-cross-core2-64%3Ax86_64-poky-linux%3A1.20.13%3Ar0%3Ax86_64%3A11%3A44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59_populate_sysroot.tar.zst;downloadfilename=universal/44/a3/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59_populate_sysroot.tar.zst\nDEBUG: Using  for bf/3f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/f9/86/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f4/26/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/26/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3%3Ar0%3Acore2-64%3A11%3Af426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6_create_runtime_spdx.tar.zst;downloadfilename=f4/26/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://23/cd/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/42/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:c042bf3e9239290711c9f79b1f5d0aba56d098ef0bf606b22a3c165d0f86ace3_package.tar.zst\nDEBUG: Using  for 86/de/sstate:mpfr-native::4.2.1:r0::11:86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://77/da/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://42/a1/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655_package.tar.zst\nDEBUG: For url file://09/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/60/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A11%3A09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91_package_write_rpm.tar.zst;downloadfilename=09/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/ae/81/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067_recipe_qa.tar.zst\nDEBUG: Testing URL file://bf/3f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13_populate_sysroot.tar.zst\nDEBUG: For url file://universal/f9/86/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f9/86/sstate%3Alibxfixes-native%3Ax86_64-linux%3A6.0.1%3Ar0%3Ax86_64%3A11%3Af986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78_populate_sysroot.tar.zst;downloadfilename=universal/f9/86/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78_populate_sysroot.tar.zst\nDEBUG: Searching for 23/cd/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://27/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/a1/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:7aa174740b428a37610f4148c0c9f93a7451ea27e77f247b4fcb113b1b81abd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/10/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://86/de/sstate:mpfr-native::4.2.1:r0::11:86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44_populate_lic.tar.zst\nDEBUG: Searching for 77/da/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '42/a1/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ae/81/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bf/3f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 23/cd/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/71/f7/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/44/a3/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:44a3d73c9da2a1ebee080f38bf3d5d23fa8c0cb0b632776bede84afc4b01fc59_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/d9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4_create_runtime_spdx.tar.zst\nDEBUG: Searching for a1/10/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '86/de/sstate:mpfr-native::4.2.1:r0::11:86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 77/da/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://42/a1/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/a1/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3A42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655_package.tar.zst;downloadfilename=42/a1/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655_package.tar.zst\nDEBUG: For url file://universal/ae/81/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/81/sstate%3Alibical-native%3Ax86_64-linux%3A3.0.17%3Ar0%3Ax86_64%3A11%3Aae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067_recipe_qa.tar.zst;downloadfilename=universal/ae/81/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067_recipe_qa.tar.zst\nDEBUG: For url file://bf/3f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/3f/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A11%3Abf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13_populate_sysroot.tar.zst;downloadfilename=bf/3f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13_populate_sysroot.tar.zst\nDEBUG: Testing URL file://23/cd/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/71/f7/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fc/2a/sstate:gpgme::1.23.2:r0::11:fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6_populate_lic.tar.zst\nDEBUG: Searching for 8b/d9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a1/10/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411_create_runtime_spdx.tar.zst\nDEBUG: For url file://86/de/sstate:mpfr-native::4.2.1:r0::11:86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/de/sstate%3Ampfr-native%3A%3A4.2.1%3Ar0%3A%3A11%3A86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44_populate_lic.tar.zst;downloadfilename=86/de/sstate:mpfr-native::4.2.1:r0::11:86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44_populate_lic.tar.zst\nDEBUG: Testing URL file://77/da/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '23/cd/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://09/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f9/86/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78_populate_sysroot.tar.zst\nDEBUG: Using  for universal/71/f7/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786_create_runtime_spdx.tar.zst\nDEBUG: Searching for fc/2a/sstate:gpgme::1.23.2:r0::11:fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8b/d9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a1/10/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '77/da/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://23/cd/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/cd/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A11%3A23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8_create_runtime_spdx.tar.zst;downloadfilename=23/cd/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/5d/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://89/11/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://54/48/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f_packagedata.tar.zst\nDEBUG: Testing URL file://universal/71/f7/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786_create_runtime_spdx.tar.zst\nDEBUG: Using  for fc/2a/sstate:gpgme::1.23.2:r0::11:fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6_populate_lic.tar.zst\nDEBUG: Testing URL file://8b/d9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a1/10/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://77/da/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/da/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A11%3A77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498_deploy_source_date_epoch.tar.zst;downloadfilename=77/da/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8_populate_sysroot.tar.zst\nDEBUG: Searching for 89/11/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 54/48/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/71/f7/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fc/2a/sstate:gpgme::1.23.2:r0::11:fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8b/d9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a1/10/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/10/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.92.9%3Ar0%3Acore2-64%3A11%3Aa110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411_create_runtime_spdx.tar.zst;downloadfilename=a1/10/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ae/81/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:ae810c02b41725817091b5d1dc543727e72698adc8595f394043e60cdd228067_recipe_qa.tar.zst\nDEBUG: Searching for d9/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://bf/3f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:bf3fc68ea5bae5b4b87608935ef2642020726a6df40a2586fd845a1f7f5baa13_populate_sysroot.tar.zst\nDEBUG: Using  for 89/11/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba_create_spdx.tar.zst\nDEBUG: Using  for 54/48/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f_packagedata.tar.zst\nDEBUG: For url file://universal/71/f7/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/f7/sstate%3Aattr-native%3Ax86_64-linux%3A2.5.1%3Ar0%3Ax86_64%3A11%3A71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786_create_runtime_spdx.tar.zst;downloadfilename=universal/71/f7/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'fc/2a/sstate:gpgme::1.23.2:r0::11:fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8b/d9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/d9/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A11%3A8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4_create_runtime_spdx.tar.zst;downloadfilename=8b/d9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/47/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://86/de/sstate:mpfr-native::4.2.1:r0::11:86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44_populate_lic.tar.zst\nDEBUG: Using  for d9/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://28/00/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d_package.tar.zst\nDEBUG: Testing URL file://89/11/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba_create_spdx.tar.zst\nDEBUG: Testing URL file://54/48/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f_packagedata.tar.zst\nDEBUG: For url file://fc/2a/sstate:gpgme::1.23.2:r0::11:fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/2a/sstate%3Agpgme%3A%3A1.23.2%3Ar0%3A%3A11%3Afc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6_populate_lic.tar.zst;downloadfilename=fc/2a/sstate:gpgme::1.23.2:r0::11:fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://23/cd/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8_create_runtime_spdx.tar.zst\nDEBUG: Searching for ee/47/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/1c/0b/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://77/da/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:77daf126e033da02d580516c992f7270fae1b571bb82bd0eb45739d153d43498_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d9/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8_populate_sysroot.tar.zst\nDEBUG: Searching for 28/00/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '89/11/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '54/48/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://fe/37/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a_recipe_qa.tar.zst\nDEBUG: Using  for ee/47/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78_package_write_rpm.tar.zst\nDEBUG: Searching for universal/1c/0b/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/6a/c3/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd9/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 28/00/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d_package.tar.zst\nDEBUG: For url file://89/11/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/11/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A11%3A89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba_create_spdx.tar.zst;downloadfilename=89/11/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba_create_spdx.tar.zst\nDEBUG: For url file://54/48/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/48/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f_packagedata.tar.zst;downloadfilename=54/48/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f_packagedata.tar.zst\nDEBUG: Searching for fe/37/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ee/47/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78_package_write_rpm.tar.zst\nDEBUG: Using  for universal/1c/0b/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/6a/c3/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d9/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/fd/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3Ad9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8_populate_sysroot.tar.zst;downloadfilename=d9/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/71/f7/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://28/00/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d_package.tar.zst\nDEBUG: Using  for fe/37/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ee/47/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/1c/0b/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/6a/c3/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2f/0c/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/2a/sstate:gpgme::1.23.2:r0::11:fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '28/00/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fe/37/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a_recipe_qa.tar.zst\nDEBUG: For url file://ee/47/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/47/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.6%3Ar0%3Acore2-64%3A11%3Aee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78_package_write_rpm.tar.zst;downloadfilename=ee/47/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/1c/0b/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/6a/c3/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/2f/0c/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://03/5b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3_package_qa.tar.zst\nDEBUG: For url file://28/00/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/00/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.30%3Ar0%3Acore2-64%3A11%3A280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d_package.tar.zst;downloadfilename=28/00/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d_package.tar.zst\nDEBUG: For url ['file', '', 'fe/37/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/1c/0b/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1c/0b/sstate%3Aharfbuzz-native%3Ax86_64-linux%3A8.3.0%3Ar0%3Ax86_64%3A11%3A1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb_create_runtime_spdx.tar.zst;downloadfilename=universal/1c/0b/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6a/c3/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2f/0c/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4_create_runtime_spdx.tar.zst\nDEBUG: Searching for 03/5b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://fe/37/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/37/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A11%3Afe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a_recipe_qa.tar.zst;downloadfilename=fe/37/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://54/48/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f_packagedata.tar.zst\nDEBUG: For url file://universal/6a/c3/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6a/c3/sstate%3Acurl-native%3Ax86_64-linux%3A8.6.0%3Ar0%3Ax86_64%3A11%3A6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466_create_runtime_spdx.tar.zst;downloadfilename=universal/6a/c3/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/2f/0c/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:d9fd750b588ff6a5ab341cb54ac79aff72ce82d66a8aa7bd248dedc3072e3af8_populate_sysroot.tar.zst\nDEBUG: Using  for 03/5b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e2/f7/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://99/41/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/2f/0c/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c1/9b/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://03/5b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3_package_qa.tar.zst\nDEBUG: Searching for universal/e2/f7/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/2e/77/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344_recipe_qa.tar.zst\nDEBUG: For url file://universal/2f/0c/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2f/0c/sstate%3Acargo-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3A2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4_create_runtime_spdx.tar.zst;downloadfilename=universal/2f/0c/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4_create_runtime_spdx.tar.zst\nDEBUG: Searching for c1/9b/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '03/5b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/e2/f7/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d_recipe_qa.tar.zst\nDEBUG: Searching for universal/2e/77/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c1/9b/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://03/5b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/5b/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A11%3A035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3_package_qa.tar.zst;downloadfilename=03/5b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3_package_qa.tar.zst\nDEBUG: Testing URL file://universal/e2/f7/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/26/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1c/0b/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://89/11/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba_create_spdx.tar.zst\nDEBUG: Using  for universal/2e/77/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344_recipe_qa.tar.zst\nDEBUG: Testing URL file://c1/9b/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/e2/f7/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fe/37/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://20/8e/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://67/59/sstate:bc-native::1.07.1:r0::11:67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/fc/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/2e/77/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c1/9b/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e2/f7/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e2/f7/sstate%3Acmake-native%3Ax86_64-linux%3A3.27.7%3Ar0%3Ax86_64%3A11%3Ae2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d_recipe_qa.tar.zst;downloadfilename=universal/e2/f7/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/aa/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3_recipe_qa.tar.zst\nDEBUG: Searching for 20/8e/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 67/59/sstate:bc-native::1.07.1:r0::11:67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6b/fc/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/2e/77/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/6a/c3/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466_create_runtime_spdx.tar.zst\nDEBUG: For url file://c1/9b/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/9b/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A11%3Ac19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d_deploy_source_date_epoch.tar.zst;downloadfilename=c1/9b/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4d/aa/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 20/8e/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d_package_qa.tar.zst\nDEBUG: Using  for 67/59/sstate:bc-native::1.07.1:r0::11:67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1_populate_lic.tar.zst\nDEBUG: Using  for 6b/fc/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d_package_write_rpm.tar.zst\nDEBUG: For url file://universal/2e/77/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/77/sstate%3Aicu-native%3Ax86_64-linux%3A74-1%3Ar0%3Ax86_64%3A11%3A2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344_recipe_qa.tar.zst;downloadfilename=universal/2e/77/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/2a/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f_package.tar.zst\nDEBUG: Using  for 4d/aa/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3_recipe_qa.tar.zst\nDEBUG: Testing URL file://20/8e/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d_package_qa.tar.zst\nDEBUG: Testing URL file://67/59/sstate:bc-native::1.07.1:r0::11:67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2f/0c/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6b/fc/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d_package_write_rpm.tar.zst\nDEBUG: Searching for f1/2a/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4d/aa/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://03/5b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3_package_qa.tar.zst\nDEBUG: For url ['file', '', '20/8e/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '67/59/sstate:bc-native::1.07.1:r0::11:67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d8/21/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6b/fc/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f1/2a/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f_package.tar.zst\nDEBUG: For url ['file', '', '4d/aa/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/d1/b5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888_create_spdx.tar.zst\nDEBUG: For url file://20/8e/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/8e/sstate%3Awayland%3Acore2-64-poky-linux%3A1.22.0%3Ar0%3Acore2-64%3A11%3A208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d_package_qa.tar.zst;downloadfilename=20/8e/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d_package_qa.tar.zst\nDEBUG: For url file://67/59/sstate:bc-native::1.07.1:r0::11:67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/59/sstate%3Abc-native%3A%3A1.07.1%3Ar0%3A%3A11%3A67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1_populate_lic.tar.zst;downloadfilename=67/59/sstate:bc-native::1.07.1:r0::11:67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1_populate_lic.tar.zst\nDEBUG: Searching for d8/21/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6b/fc/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/fc/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d_package_write_rpm.tar.zst;downloadfilename=6b/fc/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e2/f7/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d_recipe_qa.tar.zst\nDEBUG: Testing URL file://f1/2a/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f_package.tar.zst\nDEBUG: For url file://4d/aa/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/aa/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A11%3A4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3_recipe_qa.tar.zst;downloadfilename=4d/aa/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3_recipe_qa.tar.zst\nDEBUG: Searching for universal/d1/b5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c1/9b/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c19bb66f3a8a5c0e5b0f3b08558116522fced481a6f007fb6cccb0f9aac6cb8d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d8/21/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/77/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/d0/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f1/2a/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/d1/b5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://20/8e/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/ef/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d8/21/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/95/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c4/d0/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f1/2a/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/2a/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.7.0%3Ar0%3Acore2-64%3A11%3Af12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f_package.tar.zst;downloadfilename=f1/2a/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f_package.tar.zst\nDEBUG: Testing URL file://universal/d1/b5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/00/32/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e_recipe_qa.tar.zst\nDEBUG: Searching for d9/ef/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd8/21/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/a0/95/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c4/d0/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d1/b5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://67/59/sstate:bc-native::1.07.1:r0::11:67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1_populate_lic.tar.zst\nDEBUG: Searching for universal/00/32/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d9/ef/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c_populate_sysroot.tar.zst\nDEBUG: For url file://d8/21/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/21/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.42%3Ar0%3Acore2-64%3A11%3Ad8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9_package_write_rpm.tar.zst;downloadfilename=d8/21/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/10/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/a0/95/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c4/d0/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056_create_spdx.tar.zst\nDEBUG: For url file://universal/d1/b5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d1/b5/sstate%3Apatch-native%3Ax86_64-linux%3A2.7.6%3Ar0%3Ax86_64%3A11%3Ad1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888_create_spdx.tar.zst;downloadfilename=universal/d1/b5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://08/5a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c_package.tar.zst\nDEBUG: Using  for universal/00/32/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e_recipe_qa.tar.zst\nDEBUG: Testing URL file://d9/ef/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://70/8f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/aa/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a0/95/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/fc/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c4/d0/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 08/5a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/00/32/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd9/ef/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 70/8f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://86/88/sstate:python3-setuptools-scm-native::8.0.4:r0::11:8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/a0/95/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a1/8d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7_recipe_qa.tar.zst\nDEBUG: For url file://c4/d0/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/d0/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3Ac4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056_create_spdx.tar.zst;downloadfilename=c4/d0/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056_create_spdx.tar.zst\nDEBUG: Using  for 08/5a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c_package.tar.zst\nDEBUG: For url ['file', '', 'universal/00/32/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d9/ef/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/ef/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A11%3Ad9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c_populate_sysroot.tar.zst;downloadfilename=d9/ef/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c_populate_sysroot.tar.zst\nDEBUG: Using  for 70/8f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 86/88/sstate:python3-setuptools-scm-native::8.0.4:r0::11:8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/a0/95/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/95/sstate%3Autil-linux-libuuid-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A11%3Aa095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a0/95/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a1/8d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://08/5a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c_package.tar.zst\nDEBUG: For url file://universal/00/32/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/00/32/sstate%3Aunzip-native%3Ax86_64-linux%3A6.0%3Ar0%3Ax86_64%3A11%3A003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e_recipe_qa.tar.zst;downloadfilename=universal/00/32/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e_recipe_qa.tar.zst\nDEBUG: Testing URL file://70/8f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 86/88/sstate:python3-setuptools-scm-native::8.0.4:r0::11:8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/21/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9_package_write_rpm.tar.zst\nDEBUG: Using  for a1/8d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '08/5a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/d1/b5/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/d9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '70/8f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://86/88/sstate:python3-setuptools-scm-native::8.0.4:r0::11:8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/79/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a1/8d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7_recipe_qa.tar.zst\nDEBUG: For url file://08/5a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/5a/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c_package.tar.zst;downloadfilename=08/5a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/98/sstate:tcl-native::8.6.13:r0::11:f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/62/sstate:cairo::1.18.0:r0::11:5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2_populate_lic.tar.zst\nDEBUG: For url file://70/8f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/8f/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A11%3A708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301_deploy_source_date_epoch.tar.zst;downloadfilename=70/8f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '86/88/sstate:python3-setuptools-scm-native::8.0.4:r0::11:8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e2/79/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a1/8d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f9/98/sstate:tcl-native::8.6.13:r0::11:f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5c/62/sstate:cairo::1.18.0:r0::11:5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://86/88/sstate:python3-setuptools-scm-native::8.0.4:r0::11:8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/88/sstate%3Apython3-setuptools-scm-native%3A%3A8.0.4%3Ar0%3A%3A11%3A8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57_populate_lic.tar.zst;downloadfilename=86/88/sstate:python3-setuptools-scm-native::8.0.4:r0::11:8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57_populate_lic.tar.zst\nDEBUG: Using  for e2/79/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/95/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:a095cef48da9dc05d273d545fc0dd521d7fd4ab94a17e4dac92ce50e34907279_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a1/8d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/8d/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A11%3Aa18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7_recipe_qa.tar.zst;downloadfilename=a1/8d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/ef/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:d9ef598c5a01f18a81494611ef934d76cef91ca08041ec06b5fc113365ff3e3c_populate_sysroot.tar.zst\nDEBUG: Using  for f9/98/sstate:tcl-native::8.6.13:r0::11:f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6_populate_lic.tar.zst\nDEBUG: Using  for 5c/62/sstate:cairo::1.18.0:r0::11:5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2_populate_lic.tar.zst\nDEBUG: Testing URL file://e2/79/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/20/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/00/32/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/69/96/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f9/98/sstate:tcl-native::8.6.13:r0::11:f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6_populate_lic.tar.zst\nDEBUG: Testing URL file://5c/62/sstate:cairo::1.18.0:r0::11:5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e2/79/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8a/20/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://4d/64/sstate:libpciaccess::0.17:r0::11:4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618_populate_lic.tar.zst\nDEBUG: Searching for universal/69/96/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f9/98/sstate:tcl-native::8.6.13:r0::11:f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5c/62/sstate:cairo::1.18.0:r0::11:5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e2/79/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/79/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A11%3Ae2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91_package_write_rpm.tar.zst;downloadfilename=e2/79/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91_package_write_rpm.tar.zst\nDEBUG: Using  for 8a/20/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3_packagedata.tar.zst\nDEBUG: Searching for 4d/64/sstate:libpciaccess::0.17:r0::11:4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/69/96/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3_create_runtime_spdx.tar.zst\nDEBUG: For url file://f9/98/sstate:tcl-native::8.6.13:r0::11:f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/98/sstate%3Atcl-native%3A%3A8.6.13%3Ar0%3A%3A11%3Af9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6_populate_lic.tar.zst;downloadfilename=f9/98/sstate:tcl-native::8.6.13:r0::11:f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6_populate_lic.tar.zst\nDEBUG: For url file://5c/62/sstate:cairo::1.18.0:r0::11:5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/62/sstate%3Acairo%3A%3A1.18.0%3Ar0%3A%3A11%3A5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2_populate_lic.tar.zst;downloadfilename=5c/62/sstate:cairo::1.18.0:r0::11:5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2_populate_lic.tar.zst\nDEBUG: Testing URL file://8a/20/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3_packagedata.tar.zst\nDEBUG: Using  for 4d/64/sstate:libpciaccess::0.17:r0::11:4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/69/96/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://70/8f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:708f31ad1eb88d99c86b8dd667703aca06a129b879fec2ab078bfcba43610301_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8a/20/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4d/64/sstate:libpciaccess::0.17:r0::11:4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://86/88/sstate:python3-setuptools-scm-native::8.0.4:r0::11:8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/8d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/69/96/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://94/6c/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b_create_runtime_spdx.tar.zst\nDEBUG: For url file://8a/20/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/20/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A11%3A8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3_packagedata.tar.zst;downloadfilename=8a/20/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3_packagedata.tar.zst\nDEBUG: For url ['file', '', '4d/64/sstate:libpciaccess::0.17:r0::11:4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/c0/ee/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9e/3a/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a_recipe_qa.tar.zst\nDEBUG: For url file://universal/69/96/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/69/96/sstate%3Across-localedef-native%3Ax86_64-linux%3A2.38%2Bgit%3Ar0%3Ax86_64%3A11%3A69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3_create_runtime_spdx.tar.zst;downloadfilename=universal/69/96/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3_create_runtime_spdx.tar.zst\nDEBUG: Searching for 94/6c/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://4d/64/sstate:libpciaccess::0.17:r0::11:4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/64/sstate%3Alibpciaccess%3A%3A0.17%3Ar0%3A%3A11%3A4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618_populate_lic.tar.zst;downloadfilename=4d/64/sstate:libpciaccess::0.17:r0::11:4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618_populate_lic.tar.zst\nDEBUG: Searching for universal/c0/ee/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/9e/3a/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 94/6c/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/79/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91_package_write_rpm.tar.zst\nDEBUG: Using  for universal/c0/ee/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca_create_spdx.tar.zst\nDEBUG: Using  for universal/9e/3a/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/62/sstate:cairo::1.18.0:r0::11:5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2_populate_lic.tar.zst\nDEBUG: Testing URL file://94/6c/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/47/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/42/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/c0/ee/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/9e/3a/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/94/sstate:libcomps-native::0.1.20:r0::11:dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207_populate_lic.tar.zst\nDEBUG: For url ['file', '', '94/6c/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://92/6f/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed_package.tar.zst\nDEBUG: Searching for dc/42/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f9/98/sstate:tcl-native::8.6.13:r0::11:f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/c0/ee/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/9e/3a/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for dc/94/sstate:libcomps-native::0.1.20:r0::11:dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://94/6c/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/6c/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b_create_runtime_spdx.tar.zst;downloadfilename=94/6c/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 92/6f/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for dc/42/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://37/cb/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/c0/ee/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/ee/sstate%3Asqlite3-native%3Ax86_64-linux%3A3.44.2%3Ar0%3Ax86_64%3A11%3Ac0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca_create_spdx.tar.zst;downloadfilename=universal/c0/ee/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca_create_spdx.tar.zst\nDEBUG: For url file://universal/9e/3a/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9e/3a/sstate%3Apython3-trove-classifiers-native%3Ax86_64-linux%3A2024.1.8%3Ar0%3Ax86_64%3A11%3A9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a_recipe_qa.tar.zst;downloadfilename=universal/9e/3a/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a_recipe_qa.tar.zst\nDEBUG: Using  for dc/94/sstate:libcomps-native::0.1.20:r0::11:dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207_populate_lic.tar.zst\nDEBUG: Using  for 92/6f/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed_package.tar.zst\nDEBUG: Testing URL file://dc/42/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/69/96/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3_create_runtime_spdx.tar.zst\nDEBUG: Searching for 37/cb/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8a/20/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3_packagedata.tar.zst\nDEBUG: Testing URL file://dc/94/sstate:libcomps-native::0.1.20:r0::11:dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/64/sstate:libpciaccess::0.17:r0::11:4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618_populate_lic.tar.zst\nDEBUG: Testing URL file://92/6f/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed_package.tar.zst\nDEBUG: For url ['file', '', 'dc/42/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b1/93/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253_package.tar.zst\nDEBUG: Using  for 37/cb/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://85/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'dc/94/sstate:libcomps-native::0.1.20:r0::11:dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://48/3f/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '92/6f/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://dc/42/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/42/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.17.0%3Ar0%3Acore2-64%3A11%3Adc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00_create_spdx.tar.zst;downloadfilename=dc/42/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00_create_spdx.tar.zst\nDEBUG: Searching for b1/93/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://37/cb/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 85/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://dc/94/sstate:libcomps-native::0.1.20:r0::11:dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/94/sstate%3Alibcomps-native%3A%3A0.1.20%3Ar0%3A%3A11%3Adc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207_populate_lic.tar.zst;downloadfilename=dc/94/sstate:libcomps-native::0.1.20:r0::11:dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207_populate_lic.tar.zst\nDEBUG: Searching for 48/3f/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://92/6f/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/6f/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.0%3Ar0%3Acore2-64%3A11%3A926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed_package.tar.zst;downloadfilename=92/6f/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed_package.tar.zst\nDEBUG: Using  for b1/93/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253_package.tar.zst\nDEBUG: For url ['file', '', '37/cb/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://94/6c/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 85/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded_package_write_rpm.tar.zst\nDEBUG: Using  for 48/3f/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b1/93/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c0/ee/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://28/00/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:280090280f7331b7acba261635711e1e5847d649e24fcd2bc37eb316ce23ca0d_package.tar.zst\nDEBUG: For url file://37/cb/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/cb/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3A37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677_deploy_source_date_epoch.tar.zst;downloadfilename=37/cb/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9e/3a/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/40/ae/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6_recipe_qa.tar.zst\nDEBUG: Testing URL file://85/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded_package_write_rpm.tar.zst\nDEBUG: Testing URL file://48/3f/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b1/93/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://fd/4f/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/09/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://12/e2/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3_create_spdx.tar.zst\nDEBUG: Searching for universal/40/ae/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '85/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '48/3f/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b1/93/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/93/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3Ab193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253_package.tar.zst;downloadfilename=b1/93/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253_package.tar.zst\nDEBUG: Searching for fd/4f/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4f/09/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 12/e2/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/40/ae/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6_recipe_qa.tar.zst\nDEBUG: For url file://85/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/b5/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded_package_write_rpm.tar.zst;downloadfilename=85/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded_package_write_rpm.tar.zst\nDEBUG: For url file://48/3f/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/3f/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.41%3Ar0%3Acore2-64%3A11%3A483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603_package_write_rpm.tar.zst;downloadfilename=48/3f/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/94/sstate:libcomps-native::0.1.20:r0::11:dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207_populate_lic.tar.zst\nDEBUG: Using  for fd/4f/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4f/09/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 12/e2/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/40/ae/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/d8/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://92/6f/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:926fc000bd4ee9e341a680649bc12de5ed1e1e969ba7296c8ae0302f20b2eeed_package.tar.zst\nDEBUG: Testing URL file://fd/4f/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://4f/09/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://12/e2/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/40/ae/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/f4/d8/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/6a/e5/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fd/4f/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4f/09/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '12/e2/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/40/ae/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/ae/sstate%3Afontconfig-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A11%3A40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6_recipe_qa.tar.zst;downloadfilename=universal/40/ae/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6_recipe_qa.tar.zst\nDEBUG: Using  for universal/f4/d8/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13_create_spdx.tar.zst\nDEBUG: Searching for universal/6a/e5/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://fd/4f/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/4f/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.30.0%3Ar0%3Acore2-64%3A11%3Afd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec_create_runtime_spdx.tar.zst;downloadfilename=fd/4f/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec_create_runtime_spdx.tar.zst\nDEBUG: For url file://4f/09/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/09/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A11%3A4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4_deploy_source_date_epoch.tar.zst;downloadfilename=4f/09/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://12/e2/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/e2/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A11%3A12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3_create_spdx.tar.zst;downloadfilename=12/e2/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f4/d8/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13_create_spdx.tar.zst\nDEBUG: Using  for universal/6a/e5/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/93/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:b193b8eb4748d197e89d2cef9e6f16a8328abe127191e35689bec36bb55a6253_package.tar.zst\nDEBUG: SState: Successful fetch test for file://37/cb/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:37cb58052ad5577699fe29e3f6ef899edd3ec60a95578c545fd50ab64f1e0677_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://48/3f/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/d0/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f4/d8/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://85/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/6a/e5/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/00/5f/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b7/f7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bb/21/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://61/96/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91_populate_sysroot.tar.zst\nDEBUG: For url file://universal/f4/d8/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/d8/sstate%3Amake-native%3Ax86_64-linux%3A4.4.1%3Ar0%3Ax86_64%3A11%3Af4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13_create_spdx.tar.zst;downloadfilename=universal/f4/d8/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/40/ae/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://66/ae/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/6a/e5/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/00/5f/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/b7/f7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/bb/21/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 61/96/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://5b/72/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1_package_qa.tar.zst\nDEBUG: Searching for 66/ae/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/6a/e5/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6a/e5/sstate%3Apython3-tomli-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A11%3A6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51_deploy_source_date_epoch.tar.zst;downloadfilename=universal/6a/e5/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/00/5f/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631_recipe_qa.tar.zst\nDEBUG: Using  for universal/b7/f7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/bb/21/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68_recipe_qa.tar.zst\nDEBUG: Using  for 61/96/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91_populate_sysroot.tar.zst\nDEBUG: Searching for 5b/72/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 66/ae/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/4f/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/00/5f/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/09/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:4f097487b5742f44014f78365270cb85be94c8312709d9d1225da25ef05731b4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b7/f7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/bb/21/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68_recipe_qa.tar.zst\nDEBUG: Testing URL file://61/96/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91_populate_sysroot.tar.zst\nDEBUG: Using  for 5b/72/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1_package_qa.tar.zst\nDEBUG: Testing URL file://66/ae/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/20/d5/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/00/5f/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bb/a5/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/b7/f7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/bb/21/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '61/96/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5b/72/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1_package_qa.tar.zst\nDEBUG: For url ['file', '', '66/ae/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/20/d5/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/00/5f/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/00/5f/sstate%3Aacl-native%3Ax86_64-linux%3A2.3.1%3Ar0%3Ax86_64%3A11%3A005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631_recipe_qa.tar.zst;downloadfilename=universal/00/5f/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631_recipe_qa.tar.zst\nDEBUG: Searching for bb/a5/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/b7/f7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b7/f7/sstate%3Adbus-glib-native%3Ax86_64-linux%3A0.112%3Ar0%3Ax86_64%3A11%3Ab7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b7/f7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/bb/21/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bb/21/sstate%3Agperf-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A11%3Abb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68_recipe_qa.tar.zst;downloadfilename=universal/bb/21/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68_recipe_qa.tar.zst\nDEBUG: For url file://61/96/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/96/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91_populate_sysroot.tar.zst;downloadfilename=61/96/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5b/72/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://66/ae/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/ae/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc_package_write_rpm.tar.zst;downloadfilename=66/ae/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc_package_write_rpm.tar.zst\nDEBUG: Using  for universal/20/d5/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd_create_spdx.tar.zst\nDEBUG: Using  for bb/a5/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/d8/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13_create_spdx.tar.zst\nDEBUG: For url file://5b/72/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/72/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1_package_qa.tar.zst;downloadfilename=5b/72/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6a/e5/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:6ae5191b220a70b5accb0b1afc66d63f0abe290ee559dc4cc98d853720d38a51_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/20/d5/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd_create_spdx.tar.zst\nDEBUG: Testing URL file://bb/a5/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/00/5f/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://57/12/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/ed/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bb/21/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:bb21c72bef2d994684ebc8216eb53a4f17c42046d77a65047712a46b364b4a68_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/20/d5/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bb/a5/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://56/0f/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2_create_spdx.tar.zst\nDEBUG: Searching for 57/12/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/ed/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://89/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be_packagedata.tar.zst\nDEBUG: For url file://universal/20/d5/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/d5/sstate%3Alua-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A11%3A20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd_create_spdx.tar.zst;downloadfilename=universal/20/d5/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd_create_spdx.tar.zst\nDEBUG: For url file://bb/a5/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/a5/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Abba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf_packagedata.tar.zst;downloadfilename=bb/a5/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b7/f7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:b7f7b0d53127f67f6075e184af28da91e88a2ddf03881f38318f6acf96b79c30_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 56/0f/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 57/12/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e4/ed/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1_package.tar.zst\nDEBUG: Searching for 89/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://09/4b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe_package.tar.zst\nDEBUG: Using  for 56/0f/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2_create_spdx.tar.zst\nDEBUG: Testing URL file://57/12/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e4/ed/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1_package.tar.zst\nDEBUG: Using  for 89/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be_packagedata.tar.zst\nDEBUG: Searching for 09/4b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://56/0f/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '57/12/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/ed/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://89/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be_packagedata.tar.zst\nDEBUG: Using  for 09/4b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe_package.tar.zst\nDEBUG: For url ['file', '', '56/0f/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://57/12/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/12/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A11%3A57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d_deploy_source_date_epoch.tar.zst;downloadfilename=57/12/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e4/ed/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/ed/sstate%3Adnf%3Acore2-64-poky-linux%3A4.18.2%3Ar0%3Acore2-64%3A11%3Ae4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1_package.tar.zst;downloadfilename=e4/ed/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1_package.tar.zst\nDEBUG: For url ['file', '', '89/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://09/4b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe_package.tar.zst\nDEBUG: For url file://56/0f/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/0f/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.3.0%3Ar0%3Acore2-64%3A11%3A560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2_create_spdx.tar.zst;downloadfilename=56/0f/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/72/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://66/ae/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc_package_write_rpm.tar.zst\nDEBUG: For url file://89/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/ef/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A11%3A89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be_packagedata.tar.zst;downloadfilename=89/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be_packagedata.tar.zst\nDEBUG: For url ['file', '', '09/4b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dc/42/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/2f/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/be/bc/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c_recipe_qa.tar.zst\nDEBUG: For url file://09/4b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/4b/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3A094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe_package.tar.zst;downloadfilename=09/4b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/20/d5/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://28/5f/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6a/2f/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/be/bc/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0d/a6/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 28/5f/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6a/2f/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/be/bc/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c_recipe_qa.tar.zst\nDEBUG: Searching for 0d/a6/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 28/5f/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6a/2f/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/be/bc/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c_recipe_qa.tar.zst\nDEBUG: Using  for 0d/a6/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://28/5f/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6a/2f/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/be/bc/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0d/a6/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '28/5f/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6a/2f/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/2f/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.5%3Ar0%3Acore2-64%3A11%3A6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd_deploy_source_date_epoch.tar.zst;downloadfilename=6a/2f/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/be/bc/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/be/bc/sstate%3Amakedevs-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A11%3Abebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c_recipe_qa.tar.zst;downloadfilename=universal/be/bc/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '0d/a6/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://28/5f/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/5f/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.3%3Ar0%3Acore2-64%3A11%3A285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6_deploy_source_date_epoch.tar.zst;downloadfilename=28/5f/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0d/a6/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/a6/sstate%3Acargo%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80_deploy_source_date_epoch.tar.zst;downloadfilename=0d/a6/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://57/12/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:57124e5fa97cc67b643e726a0b2c0aa42d00ea2ba886be4f246f8cadae9a277d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://89/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://09/4b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:094b232756b028632a395a86572fd0c867fe74f1b3d77c74ce30d432b3a467fe_package.tar.zst\nDEBUG: SState: Attempting to fetch file://95/d9/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/0b/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/1b/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf_packagedata.tar.zst\nDEBUG: Searching for 95/d9/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fe/0b/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e6/1b/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 95/d9/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367_recipe_qa.tar.zst\nDEBUG: Using  for fe/0b/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688_packagedata.tar.zst\nDEBUG: Using  for e6/1b/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf_packagedata.tar.zst\nDEBUG: Testing URL file://95/d9/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367_recipe_qa.tar.zst\nDEBUG: Testing URL file://fe/0b/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688_packagedata.tar.zst\nDEBUG: Testing URL file://e6/1b/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf_packagedata.tar.zst\nDEBUG: For url ['file', '', '95/d9/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fe/0b/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e6/1b/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://95/d9/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/d9/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A11%3A95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367_recipe_qa.tar.zst;downloadfilename=95/d9/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367_recipe_qa.tar.zst\nDEBUG: For url file://fe/0b/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/0b/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.44.2%3Ar0%3Acore2-64%3A11%3Afe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688_packagedata.tar.zst;downloadfilename=fe/0b/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688_packagedata.tar.zst\nDEBUG: For url file://e6/1b/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/1b/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ae61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf_packagedata.tar.zst;downloadfilename=e6/1b/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/2f/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:6a2fba0f43fe96e24d07c634dd30363a621fd2622e5df3ed0ba6c29fb87ac1dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/be/bc/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/16/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://28/5f/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:285fc55728712d907a6344078055d7b47caf286131b8730489bd25b0e84a88e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://db/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de_create_runtime_spdx.tar.zst\nDEBUG: Searching for d1/16/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://6b/15/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd_populate_sysroot.tar.zst\nDEBUG: Searching for db/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d1/16/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611_recipe_qa.tar.zst\nDEBUG: Searching for 6b/15/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for db/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d1/16/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611_recipe_qa.tar.zst\nDEBUG: Using  for 6b/15/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://db/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd1/16/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6b/15/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'db/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d1/16/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/16/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.69%3Ar0%3Acore2-64%3A11%3Ad116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611_recipe_qa.tar.zst;downloadfilename=d1/16/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6b/15/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://db/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/d5/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.10%3Ar0%3Aallarch%3A11%3Adbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de_create_runtime_spdx.tar.zst;downloadfilename=db/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de_create_runtime_spdx.tar.zst\nDEBUG: For url file://6b/15/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/15/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd_populate_sysroot.tar.zst;downloadfilename=6b/15/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/a6/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:0da643c7ec8646bdc8f16ec281f3eaa58d5fd6ef98cbe71e29102a0446444a80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://95/d9/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d6/f2/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/d7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed_recipe_qa.tar.zst\nDEBUG: Searching for universal/d6/f2/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e2/d7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/d6/f2/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44_populate_sysroot.tar.zst\nDEBUG: Using  for e2/d7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/d6/f2/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e2/d7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d6/f2/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e2/d7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d6/f2/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/f2/sstate%3Agdbm-native%3Ax86_64-linux%3A1.23%3Ar0%3Ax86_64%3A11%3Ad6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44_populate_sysroot.tar.zst;downloadfilename=universal/d6/f2/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/0b/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/1b/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf_packagedata.tar.zst\nDEBUG: For url file://e2/d7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/d7/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3Ae2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed_recipe_qa.tar.zst;downloadfilename=e2/d7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://40/1b/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/5f/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931_packagedata.tar.zst\nDEBUG: Searching for 40/1b/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d6/5f/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d1/16/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://db/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de_create_runtime_spdx.tar.zst\nDEBUG: Using  for 40/1b/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234_package_qa.tar.zst\nDEBUG: Using  for d6/5f/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://13/db/sstate:vulkan-headers::1.3.268.0:r0::11:13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://47/f7/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e_package.tar.zst\nDEBUG: Testing URL file://40/1b/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234_package_qa.tar.zst\nDEBUG: Testing URL file://d6/5f/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931_packagedata.tar.zst\nDEBUG: Searching for 13/db/sstate:vulkan-headers::1.3.268.0:r0::11:13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 47/f7/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '40/1b/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd6/5f/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 13/db/sstate:vulkan-headers::1.3.268.0:r0::11:13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b_populate_lic.tar.zst\nDEBUG: Using  for 47/f7/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e_package.tar.zst\nDEBUG: For url file://40/1b/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/1b/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234_package_qa.tar.zst;downloadfilename=40/1b/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234_package_qa.tar.zst\nDEBUG: For url file://d6/5f/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/5f/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3Ad65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931_packagedata.tar.zst;downloadfilename=d6/5f/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931_packagedata.tar.zst\nDEBUG: Testing URL file://13/db/sstate:vulkan-headers::1.3.268.0:r0::11:13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b_populate_lic.tar.zst\nDEBUG: Testing URL file://47/f7/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e_package.tar.zst\nDEBUG: For url ['file', '', '13/db/sstate:vulkan-headers::1.3.268.0:r0::11:13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6b/15/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '47/f7/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://13/db/sstate:vulkan-headers::1.3.268.0:r0::11:13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/db/sstate%3Avulkan-headers%3A%3A1.3.268.0%3Ar0%3A%3A11%3A13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b_populate_lic.tar.zst;downloadfilename=13/db/sstate:vulkan-headers::1.3.268.0:r0::11:13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://52/10/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1_create_spdx.tar.zst\nDEBUG: For url file://47/f7/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/f7/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.11%3Ar0%3Acore2-64%3A11%3A47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e_package.tar.zst;downloadfilename=47/f7/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e_package.tar.zst\nDEBUG: Searching for 52/10/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e2/d7/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d6/f2/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44_populate_sysroot.tar.zst\nDEBUG: Using  for 52/10/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9e/3a/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/b9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://52/10/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1_create_spdx.tar.zst\nDEBUG: Searching for universal/9e/3a/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2d/b9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '52/10/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/9e/3a/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364_populate_sysroot.tar.zst\nDEBUG: Using  for 2d/b9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://52/10/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/10/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A11%3A5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1_create_spdx.tar.zst;downloadfilename=52/10/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/9e/3a/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2d/b9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/9e/3a/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2d/b9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d6/5f/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931_packagedata.tar.zst\nDEBUG: For url file://universal/9e/3a/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9e/3a/sstate%3Aglslang-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3A9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364_populate_sysroot.tar.zst;downloadfilename=universal/9e/3a/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://13/db/sstate:vulkan-headers::1.3.268.0:r0::11:13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://40/1b/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234_package_qa.tar.zst\nDEBUG: For url file://2d/b9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/b9/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150_deploy_source_date_epoch.tar.zst;downloadfilename=2d/b9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://06/0d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/54/3f/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/25/sstate:dbus-glib::0.112:r0::11:c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7_populate_lic.tar.zst\nDEBUG: Searching for 06/0d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/54/3f/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c7/25/sstate:dbus-glib::0.112:r0::11:c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://47/f7/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:47f704803ed61f4198bf8c61178e70ab4ce76c5df1f9736d1e400d04bbaf302e_package.tar.zst\nDEBUG: Using  for 06/0d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52_package.tar.zst\nDEBUG: Using  for universal/54/3f/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a_create_spdx.tar.zst\nDEBUG: Using  for c7/25/sstate:dbus-glib::0.112:r0::11:c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/8c/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038_create_spdx.tar.zst\nDEBUG: Testing URL file://06/0d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52_package.tar.zst\nDEBUG: Testing URL file://universal/54/3f/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a_create_spdx.tar.zst\nDEBUG: Testing URL file://c7/25/sstate:dbus-glib::0.112:r0::11:c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7_populate_lic.tar.zst\nDEBUG: Searching for bd/8c/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '06/0d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/54/3f/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c7/25/sstate:dbus-glib::0.112:r0::11:c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bd/8c/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038_create_spdx.tar.zst\nDEBUG: For url file://06/0d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/0d/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A11%3A060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52_package.tar.zst;downloadfilename=06/0d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52_package.tar.zst\nDEBUG: For url file://universal/54/3f/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/54/3f/sstate%3Ashaderc-native%3Ax86_64-linux%3A2023.7%3Ar0%3Ax86_64%3A11%3A543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a_create_spdx.tar.zst;downloadfilename=universal/54/3f/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a_create_spdx.tar.zst\nDEBUG: For url file://c7/25/sstate:dbus-glib::0.112:r0::11:c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/25/sstate%3Adbus-glib%3A%3A0.112%3Ar0%3A%3A11%3Ac725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7_populate_lic.tar.zst;downloadfilename=c7/25/sstate:dbus-glib::0.112:r0::11:c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7_populate_lic.tar.zst\nDEBUG: Testing URL file://bd/8c/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bd/8c/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://52/10/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9e/3a/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:9e3a4479bd3600c4ec1e502a4952aec42eb75fee0aacbba3904e789bfe25a364_populate_sysroot.tar.zst\nDEBUG: For url file://bd/8c/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/8c/sstate%3Aell%3Acore2-64-poky-linux%3A0.61%3Ar0%3Acore2-64%3A11%3Abd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038_create_spdx.tar.zst;downloadfilename=bd/8c/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/66/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6f/71/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b9/66/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/6f/71/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2d/b9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:2db90e82fc26e3f7c67672df59c318fcea0c4d0031ea99450062bff0aff50150_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b9/66/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d_packagedata.tar.zst\nDEBUG: Using  for universal/6f/71/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://33/a3/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b9/66/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d_packagedata.tar.zst\nDEBUG: Testing URL file://universal/6f/71/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 33/a3/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b9/66/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/6f/71/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 33/a3/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505_create_runtime_spdx.tar.zst\nDEBUG: For url file://b9/66/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/66/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A11%3Ab966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d_packagedata.tar.zst;downloadfilename=b9/66/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d_packagedata.tar.zst\nDEBUG: For url file://universal/6f/71/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/71/sstate%3Am4-native%3Ax86_64-linux%3A1.4.19%3Ar0%3Ax86_64%3A11%3A6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362_deploy_source_date_epoch.tar.zst;downloadfilename=universal/6f/71/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://33/a3/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '33/a3/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/54/3f/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a_create_spdx.tar.zst\nDEBUG: For url file://33/a3/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/a3/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505_create_runtime_spdx.tar.zst;downloadfilename=33/a3/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f0/5b/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2_recipe_qa.tar.zst\nDEBUG: Searching for universal/f0/5b/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f0/5b/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/25/sstate:dbus-glib::0.112:r0::11:c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/f0/5b/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://44/42/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f0/5b/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 44/42/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/f0/5b/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f0/5b/sstate%3Azlib-native%3Ax86_64-linux%3A1.3%3Ar0%3Ax86_64%3A11%3Af05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2_recipe_qa.tar.zst;downloadfilename=universal/f0/5b/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2_recipe_qa.tar.zst\nDEBUG: Using  for 44/42/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578_recipe_qa.tar.zst\nDEBUG: Testing URL file://44/42/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '44/42/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://44/42/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/42/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A11%3A4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578_recipe_qa.tar.zst;downloadfilename=44/42/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://12/e2/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/40/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 73/40/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b9/66/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6f/71/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:6f718395d03106eca1315cb3233f0b6a4e5082712a789593c263e8ec8617c362_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 73/40/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://59/4b/sstate:tcf-agent::1.8.0+git:r0::11:594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/02/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://73/40/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 59/4b/sstate:tcf-agent::1.8.0+git:r0::11:594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a7/02/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '73/40/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 59/4b/sstate:tcf-agent::1.8.0+git:r0::11:594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265_populate_lic.tar.zst\nDEBUG: Using  for a7/02/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://73/40/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/40/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1_deploy_source_date_epoch.tar.zst;downloadfilename=73/40/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://59/4b/sstate:tcf-agent::1.8.0+git:r0::11:594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265_populate_lic.tar.zst\nDEBUG: Testing URL file://a7/02/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '59/4b/sstate:tcf-agent::1.8.0+git:r0::11:594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a7/02/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://59/4b/sstate:tcf-agent::1.8.0+git:r0::11:594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/4b/sstate%3Atcf-agent%3A%3A1.8.0%2Bgit%3Ar0%3A%3A11%3A594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265_populate_lic.tar.zst;downloadfilename=59/4b/sstate:tcf-agent::1.8.0+git:r0::11:594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265_populate_lic.tar.zst\nDEBUG: For url file://a7/02/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/02/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3Aa702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf_deploy_source_date_epoch.tar.zst;downloadfilename=a7/02/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f0/5b/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://56/0f/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/22/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/b0/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/79/22/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bf/b0/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/79/22/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb_recipe_qa.tar.zst\nDEBUG: Using  for bf/b0/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/79/22/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb_recipe_qa.tar.zst\nDEBUG: Testing URL file://bf/b0/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/79/22/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bf/b0/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/79/22/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/22/sstate%3Apbzip2-native%3Ax86_64-linux%3A1.1.13%3Ar0%3Ax86_64%3A11%3A79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb_recipe_qa.tar.zst;downloadfilename=universal/79/22/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb_recipe_qa.tar.zst\nDEBUG: For url file://bf/b0/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/b0/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.7%3Ar0%3Acore2-64%3A11%3Abfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5_create_runtime_spdx.tar.zst;downloadfilename=bf/b0/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://44/42/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d7/59/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/d7/59/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://73/40/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:73401e6ec68e3a858946bd1fe6f583b27c170b08607e22e9159bf77de36a5ef1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/d7/59/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/92/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/d7/59/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ed/92/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/d7/59/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ed/92/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103_create_spdx.tar.zst\nDEBUG: For url file://universal/d7/59/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d7/59/sstate%3Akmod-native%3Ax86_64-linux%3A31%3Ar0%3Ax86_64%3A11%3Ad759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d7/59/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ed/92/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ed/92/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ed/92/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/92/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A11%3Aed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103_create_spdx.tar.zst;downloadfilename=ed/92/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://59/4b/sstate:tcf-agent::1.8.0+git:r0::11:594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/02/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:a702d10e95b3ddff5516551cdc50755ac569c51fab203abd09bcd181c61d95bf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/f9/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/79/22/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/13/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121_populate_sysroot.tar.zst\nDEBUG: Searching for 6c/f9/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://00/4c/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad_packagedata.tar.zst\nDEBUG: Searching for a1/13/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6c/f9/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa_create_runtime_spdx.tar.zst\nDEBUG: Searching for 00/4c/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a1/13/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6c/f9/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa_create_runtime_spdx.tar.zst\nDEBUG: Using  for 00/4c/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad_packagedata.tar.zst\nDEBUG: Testing URL file://a1/13/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6c/f9/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://00/4c/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad_packagedata.tar.zst\nDEBUG: For url ['file', '', 'a1/13/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://bf/b0/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5_create_runtime_spdx.tar.zst\nDEBUG: For url file://6c/f9/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/f9/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.28%3Ar0%3Acore2-64%3A11%3A6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa_create_runtime_spdx.tar.zst;downloadfilename=6c/f9/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '00/4c/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a1/13/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/13/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.16%3Ar0%3Acore2-64%3A11%3Aa113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121_populate_sysroot.tar.zst;downloadfilename=a1/13/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/b2/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7_packagedata.tar.zst\nDEBUG: For url file://00/4c/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/4c/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.3%3Ar0%3Acore2-64%3A11%3A004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad_packagedata.tar.zst;downloadfilename=00/4c/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad_packagedata.tar.zst\nDEBUG: Searching for f4/b2/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/d7/59/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d759867cac753e9375453538c4b9ede97d12306f80aa6e65f93d97cd8e3257f3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f4/b2/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/1f/sstate:xrestop::0.4:r0::11:8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34_populate_lic.tar.zst\nDEBUG: Testing URL file://f4/b2/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7_packagedata.tar.zst\nDEBUG: Searching for 8e/1f/sstate:xrestop::0.4:r0::11:8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f4/b2/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8e/1f/sstate:xrestop::0.4:r0::11:8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34_populate_lic.tar.zst\nDEBUG: For url file://f4/b2/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/b2/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A11%3Af4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7_packagedata.tar.zst;downloadfilename=f4/b2/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7_packagedata.tar.zst\nDEBUG: Testing URL file://8e/1f/sstate:xrestop::0.4:r0::11:8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8e/1f/sstate:xrestop::0.4:r0::11:8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8e/1f/sstate:xrestop::0.4:r0::11:8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/1f/sstate%3Axrestop%3A%3A0.4%3Ar0%3A%3A11%3A8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34_populate_lic.tar.zst;downloadfilename=8e/1f/sstate:xrestop::0.4:r0::11:8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/a5/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://42/a1/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:42a1b30c5b6c07f17e57d31fac7a6617abb1d5734469e50f96d13d665577d655_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/a4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/78/7f/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1_create_spdx.tar.zst\nDEBUG: Searching for f1/a4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/78/7f/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f1/a4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb_package.tar.zst\nDEBUG: Using  for universal/78/7f/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1_create_spdx.tar.zst\nDEBUG: Testing URL file://f1/a4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb_package.tar.zst\nDEBUG: Testing URL file://universal/78/7f/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f1/a4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/78/7f/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f1/a4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/a4/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A11%3Af1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb_package.tar.zst;downloadfilename=f1/a4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb_package.tar.zst\nDEBUG: For url file://universal/78/7f/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/78/7f/sstate%3Aicon-naming-utils-native%3Ax86_64-linux%3A0.8.90%3Ar0%3Ax86_64%3A11%3A787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1_create_spdx.tar.zst;downloadfilename=universal/78/7f/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/13/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:a113e7938d73ff16966b30f706feb5b2f52e3ac8a806c3ba5092453fc1b24121_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://10/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54_package_qa.tar.zst\nDEBUG: Searching for 10/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f4/b2/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://00/4c/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad_packagedata.tar.zst\nDEBUG: Using  for 10/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/3d/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/49/f8/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://10/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54_package_qa.tar.zst\nDEBUG: Searching for a5/3d/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/49/f8/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '10/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://8e/1f/sstate:xrestop::0.4:r0::11:8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34_populate_lic.tar.zst\nDEBUG: Using  for a5/3d/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede_package.tar.zst\nDEBUG: Using  for universal/49/f8/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5_populate_sysroot.tar.zst\nDEBUG: For url file://10/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/ac/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A11%3A10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54_package_qa.tar.zst;downloadfilename=10/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/83/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4_package_qa.tar.zst\nDEBUG: Testing URL file://a5/3d/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede_package.tar.zst\nDEBUG: Testing URL file://universal/49/f8/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5_populate_sysroot.tar.zst\nDEBUG: Searching for 6b/83/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a5/3d/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/49/f8/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6b/83/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4_package_qa.tar.zst\nDEBUG: For url file://a5/3d/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/3d/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A11%3Aa53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede_package.tar.zst;downloadfilename=a5/3d/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede_package.tar.zst\nDEBUG: For url file://universal/49/f8/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/f8/sstate%3Aitstool-native%3Ax86_64-linux%3A2.0.7%3Ar0%3Ax86_64%3A11%3A49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5_populate_sysroot.tar.zst;downloadfilename=universal/49/f8/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6b/83/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4_package_qa.tar.zst\nDEBUG: For url ['file', '', '6b/83/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6b/83/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/83/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A11%3A6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4_package_qa.tar.zst;downloadfilename=6b/83/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/a4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:f1a4d75016510837c396c2d5e3c981e4e4aaae60612d508b2546f526abde63fb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/78/7f/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/78/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e_package.tar.zst\nDEBUG: Searching for universal/f6/78/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9c/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f6/78/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://10/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54_package_qa.tar.zst\nDEBUG: Using  for 9c/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e_package.tar.zst\nDEBUG: Testing URL file://universal/f6/78/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/07/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96_recipe_qa.tar.zst\nDEBUG: Testing URL file://9c/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e_package.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/78/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c2/07/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9c/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/f6/78/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/78/sstate%3Alibxrender-native%3Ax86_64-linux%3A0.9.11%3Ar0%3Ax86_64%3A11%3Af678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be_recipe_qa.tar.zst;downloadfilename=universal/f6/78/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be_recipe_qa.tar.zst\nDEBUG: Using  for c2/07/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96_recipe_qa.tar.zst\nDEBUG: For url file://9c/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/4b/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A11%3A9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e_package.tar.zst;downloadfilename=9c/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e_package.tar.zst\nDEBUG: Testing URL file://c2/07/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c2/07/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a5/3d/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:a53ddc3e65be11b963b1f936cff24896258e4cdf5df35d91db91dd6fe78b6ede_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/49/f8/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5_populate_sysroot.tar.zst\nDEBUG: For url file://c2/07/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/07/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A11%3Ac207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96_recipe_qa.tar.zst;downloadfilename=c2/07/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://33/a3/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/a3/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/83/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c8/34/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/76/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2_package_qa.tar.zst\nDEBUG: Searching for e4/a3/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://9c/66/sstate:xdpyinfo::1.3.4:r0::11:9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0_populate_lic.tar.zst\nDEBUG: Searching for universal/c8/34/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0b/76/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e4/a3/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069_package_qa.tar.zst\nDEBUG: Searching for 9c/66/sstate:xdpyinfo::1.3.4:r0::11:9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/c8/34/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0b/76/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2_package_qa.tar.zst\nDEBUG: Testing URL file://e4/a3/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069_package_qa.tar.zst\nDEBUG: Using  for 9c/66/sstate:xdpyinfo::1.3.4:r0::11:9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/c8/34/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0b/76/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e4/a3/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9c/66/sstate:xdpyinfo::1.3.4:r0::11:9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/c8/34/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0b/76/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e4/a3/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/a3/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.7.1%3Ar0%3Acore2-64%3A11%3Ae4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069_package_qa.tar.zst;downloadfilename=e4/a3/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069_package_qa.tar.zst\nDEBUG: For url ['file', '', '9c/66/sstate:xdpyinfo::1.3.4:r0::11:9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/c8/34/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c8/34/sstate%3Agpgme-native%3Ax86_64-linux%3A1.23.2%3Ar0%3Ax86_64%3A11%3Ac834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c8/34/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0b/76/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/76/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2_package_qa.tar.zst;downloadfilename=0b/76/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2_package_qa.tar.zst\nDEBUG: For url file://9c/66/sstate:xdpyinfo::1.3.4:r0::11:9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/66/sstate%3Axdpyinfo%3A%3A1.3.4%3Ar0%3A%3A11%3A9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0_populate_lic.tar.zst;downloadfilename=9c/66/sstate:xdpyinfo::1.3.4:r0::11:9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/4b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:9c4b683651e0e5223fd185829b99cd7cbee6448ef14927f2bfcfe78c97394c0e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/8c/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/95/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:f795eab8ad5b79e0cca38eb0ff04c6011a17cbc7246865f4f1275c6cc52171f8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/78/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/07/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/d5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://06/0d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:060dfd96604fb56fa99af8256e66d9295092594681dc4950a58b66f094f55c52_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b9/2f/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fd/10/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/76/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/be/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070_recipe_qa.tar.zst\nDEBUG: Searching for universal/24/d5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d5/5c/sstate:python3-six-native::1.16.0:r0::11:d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/a3/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069_package_qa.tar.zst\nDEBUG: Searching for universal/b9/2f/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fd/10/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b0/76/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bd/be/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/24/d5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967_create_spdx.tar.zst\nDEBUG: Searching for d5/5c/sstate:python3-six-native::1.16.0:r0::11:d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://9f/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/b9/2f/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/fd/10/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12_recipe_qa.tar.zst\nDEBUG: Using  for b0/76/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bd/be/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/24/d5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967_create_spdx.tar.zst\nDEBUG: Using  for d5/5c/sstate:python3-six-native::1.16.0:r0::11:d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c_populate_lic.tar.zst\nDEBUG: Searching for 9f/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/b9/2f/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/fd/10/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12_recipe_qa.tar.zst\nDEBUG: Testing URL file://b0/76/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bd/be/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/24/d5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d5/5c/sstate:python3-six-native::1.16.0:r0::11:d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c_populate_lic.tar.zst\nDEBUG: Using  for 9f/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b9/2f/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fd/10/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b0/76/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bd/be/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/24/d5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/d5/sstate%3Aca-certificates-native%3Ax86_64-linux%3A20211016%3Ar0%3Ax86_64%3A11%3A24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967_create_spdx.tar.zst;downloadfilename=universal/24/d5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd5/5c/sstate:python3-six-native::1.16.0:r0::11:d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/c8/34/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:c834b6822e5c29759a36793812c63a1991a73898193315428251e5d86f8395c8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9f/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/b9/2f/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b9/2f/sstate%3Aopenssl-native%3Ax86_64-linux%3A3.2.0%3Ar0%3Ax86_64%3A11%3Ab92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05_create_runtime_spdx.tar.zst;downloadfilename=universal/b9/2f/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/fd/10/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/10/sstate%3Ago-cross-core2-64%3Ax86_64-poky-linux%3A1.20.13%3Ar0%3Ax86_64%3A11%3Afd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12_recipe_qa.tar.zst;downloadfilename=universal/fd/10/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12_recipe_qa.tar.zst\nDEBUG: For url file://b0/76/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/76/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3Ab0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09_deploy_source_date_epoch.tar.zst;downloadfilename=b0/76/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bd/be/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/be/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.5%3Ar0%3Acore2-64%3A11%3Abdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070_recipe_qa.tar.zst;downloadfilename=bd/be/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070_recipe_qa.tar.zst\nDEBUG: For url file://d5/5c/sstate:python3-six-native::1.16.0:r0::11:d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/5c/sstate%3Apython3-six-native%3A%3A1.16.0%3Ar0%3A%3A11%3Ad55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c_populate_lic.tar.zst;downloadfilename=d5/5c/sstate:python3-six-native::1.16.0:r0::11:d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/76/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/52/8d/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/66/sstate:xdpyinfo::1.3.4:r0::11:9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9f/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6c/f9/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/d4/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26_package_qa.tar.zst\nDEBUG: Searching for universal/52/8d/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/24/d5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46_create_runtime_spdx.tar.zst\nDEBUG: For url file://9f/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/e6/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A11%3A9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd_create_runtime_spdx.tar.zst;downloadfilename=9f/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/ed/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321_package.tar.zst\nDEBUG: Searching for 96/d4/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/52/8d/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/54/dd/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0_create_runtime_spdx.tar.zst\nDEBUG: Searching for b4/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f3/ed/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 96/d4/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26_package_qa.tar.zst\nDEBUG: Testing URL file://universal/52/8d/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b9/2f/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fd/10/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:fd10a81a0b741cfe014f6c5673027b0a1c68513805122be4ee19a45365ac8b12_recipe_qa.tar.zst\nDEBUG: Searching for universal/54/dd/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b4/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46_create_runtime_spdx.tar.zst\nDEBUG: Using  for f3/ed/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321_package.tar.zst\nDEBUG: Testing URL file://96/d4/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/52/8d/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://32/8c/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://50/58/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c_package.tar.zst\nDEBUG: Using  for universal/54/dd/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b4/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f3/ed/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321_package.tar.zst\nDEBUG: For url ['file', '', '96/d4/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b0/76/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:b0762b9d0fdc326f281b52e736f40fdfce6d4630a3687f593ecd78d008c12f09_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/52/8d/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/52/8d/sstate%3Apython3-calver-native%3Ax86_64-linux%3A2022.6.26%3Ar0%3Ax86_64%3A11%3A528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803_deploy_source_date_epoch.tar.zst;downloadfilename=universal/52/8d/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 32/8c/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 50/58/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e4/ed/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:e4ed8728aa27aad7716990fd3db8870a9bcbcbf5deb9fec3b0d0265cd0ca4af1_package.tar.zst\nDEBUG: Testing URL file://universal/54/dd/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b4/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f3/ed/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://96/d4/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/d4/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26_package_qa.tar.zst;downloadfilename=96/d4/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ee/42/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6_populate_sysroot.tar.zst\nDEBUG: Using  for 32/8c/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/be/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070_recipe_qa.tar.zst\nDEBUG: Using  for 50/58/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://32/3d/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/92/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/5c/sstate:python3-six-native::1.16.0:r0::11:d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/54/dd/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b4/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/5b/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3Ab45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46_create_runtime_spdx.tar.zst;downloadfilename=b4/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46_create_runtime_spdx.tar.zst\nDEBUG: For url file://f3/ed/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/ed/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3Af3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321_package.tar.zst;downloadfilename=f3/ed/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321_package.tar.zst\nDEBUG: Searching for universal/ee/42/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://32/8c/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://17/3e/sstate:libxml-namespacesupport-perl-native::1.12:r0::11:173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08_populate_lic.tar.zst\nDEBUG: Testing URL file://50/58/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c_package.tar.zst\nDEBUG: Searching for 32/3d/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/91/a0/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/0f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90_packagedata.tar.zst\nDEBUG: For url file://universal/54/dd/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/54/dd/sstate%3Apseudo-native%3Ax86_64-linux%3A1.9.0%2Bgit%3Ar0%3Ax86_64%3A11%3A54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0_create_runtime_spdx.tar.zst;downloadfilename=universal/54/dd/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/ee/42/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '32/8c/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 17/3e/sstate:libxml-namespacesupport-perl-native::1.12:r0::11:173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '50/58/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 32/3d/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07_recipe_qa.tar.zst\nDEBUG: Searching for universal/91/a0/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1b/0f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/ee/42/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6_populate_sysroot.tar.zst\nDEBUG: For url file://32/8c/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/8c/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.17.0%3Ar0%3Acore2-64%3A11%3A328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d_deploy_source_date_epoch.tar.zst;downloadfilename=32/8c/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 17/3e/sstate:libxml-namespacesupport-perl-native::1.12:r0::11:173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/52/8d/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:528da7628e26d6933d88fcbdd4e0e046180ffa3d74d38ca061b30e2fdceb4803_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://50/58/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/58/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c_package.tar.zst;downloadfilename=50/58/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c_package.tar.zst\nDEBUG: Testing URL file://32/3d/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07_recipe_qa.tar.zst\nDEBUG: Using  for universal/91/a0/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59_recipe_qa.tar.zst\nDEBUG: Using  for 1b/0f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/ee/42/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://17/3e/sstate:libxml-namespacesupport-perl-native::1.12:r0::11:173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://96/d4/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/fe/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac_packagedata.tar.zst\nDEBUG: For url ['file', '', '32/3d/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/91/a0/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59_recipe_qa.tar.zst\nDEBUG: Testing URL file://1b/0f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/2a/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:f12a9e16c87e558464e4d8c2851050ba3664931f3cf7b982c24ea63289192c0f_package.tar.zst\nDEBUG: For url file://universal/ee/42/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ee/42/sstate%3Aupdate-rc.d-native%3Ax86_64-linux%3A0.8%3Ar0%3Ax86_64%3A11%3Aee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6_populate_sysroot.tar.zst;downloadfilename=universal/ee/42/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '17/3e/sstate:libxml-namespacesupport-perl-native::1.12:r0::11:173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/90/42/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4b/fe/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://32/3d/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/3d/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.11.5%3Ar0%3Acore2-64%3A11%3A323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07_recipe_qa.tar.zst;downloadfilename=32/3d/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/91/a0/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1b/0f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1f/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/ed/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f3ed3e4f547ef0fea5898efcee050c200364833ec68ea601a60421f197b97321_package.tar.zst\nDEBUG: For url file://17/3e/sstate:libxml-namespacesupport-perl-native::1.12:r0::11:173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/3e/sstate%3Alibxml-namespacesupport-perl-native%3A%3A1.12%3Ar0%3A%3A11%3A173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08_populate_lic.tar.zst;downloadfilename=17/3e/sstate:libxml-namespacesupport-perl-native::1.12:r0::11:173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08_populate_lic.tar.zst\nDEBUG: Searching for universal/90/42/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4b/fe/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/54/dd/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/91/a0/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/a0/sstate%3Alibxcomposite-native%3Ax86_64-linux%3A0.4.6%3Ar0%3Ax86_64%3A11%3A91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59_recipe_qa.tar.zst;downloadfilename=universal/91/a0/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59_recipe_qa.tar.zst\nDEBUG: For url file://1b/0f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/0f/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A11%3A1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90_packagedata.tar.zst;downloadfilename=1b/0f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90_packagedata.tar.zst\nDEBUG: Searching for 1f/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://32/8c/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:328c0ffdef8f56815a6d22e0f7fc14f011440187069cbcf408eba9d09684a24d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/16/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865_create_spdx.tar.zst\nDEBUG: Using  for universal/90/42/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4b/fe/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://50/58/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:50584c2c4ca7a7e0fe0367760600faf47b558058e947ce89289a6840f7b7719c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://61/96/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:61960ec0b8619c6c4f758060c54dff70977e890ba6e0d2795546dcc964b21c91_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://16/03/sstate:tar::1.35:r0::11:16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3_populate_lic.tar.zst\nDEBUG: Using  for 1f/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://69/45/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ee/42/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6_populate_sysroot.tar.zst\nDEBUG: Searching for b3/16/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/90/42/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4b/fe/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3d/a9/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://94/17/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0_package_qa.tar.zst\nDEBUG: Searching for 16/03/sstate:tar::1.35:r0::11:16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1f/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c_populate_sysroot.tar.zst\nDEBUG: Searching for 69/45/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/51/b6/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91_create_runtime_spdx.tar.zst\nDEBUG: Using  for b3/16/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/90/42/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4b/fe/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/fe/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A11%3A4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac_packagedata.tar.zst;downloadfilename=4b/fe/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac_packagedata.tar.zst\nDEBUG: Searching for 3d/a9/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 94/17/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 16/03/sstate:tar::1.35:r0::11:16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1f/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 69/45/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a_package_write_rpm.tar.zst\nDEBUG: Searching for universal/51/b6/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b3/16/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865_create_spdx.tar.zst\nDEBUG: For url file://universal/90/42/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/42/sstate%3Aorc-native%3Ax86_64-linux%3A0.4.36%3Ar0%3Ax86_64%3A11%3A904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/90/42/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://32/3d/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07_recipe_qa.tar.zst\nDEBUG: Using  for 3d/a9/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227_package_qa.tar.zst\nDEBUG: Using  for 94/17/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0_package_qa.tar.zst\nDEBUG: Testing URL file://16/03/sstate:tar::1.35:r0::11:16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://17/3e/sstate:libxml-namespacesupport-perl-native::1.12:r0::11:173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08_populate_lic.tar.zst\nDEBUG: For url file://1f/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/0e/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A11%3A1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c_populate_sysroot.tar.zst;downloadfilename=1f/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://69/45/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a_package_write_rpm.tar.zst\nDEBUG: Using  for universal/51/b6/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b3/16/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b3/51/sstate:libxext::1.3.5:r0::11:b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/91/a0/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/a9/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/0f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90_packagedata.tar.zst\nDEBUG: Testing URL file://94/17/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0_package_qa.tar.zst\nDEBUG: For url ['file', '', '16/03/sstate:tar::1.35:r0::11:16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://cb/c7/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c_packagedata.tar.zst\nDEBUG: For url ['file', '', '69/45/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/51/b6/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91_create_runtime_spdx.tar.zst\nDEBUG: For url file://b3/16/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/16/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3Ab316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865_create_spdx.tar.zst;downloadfilename=b3/16/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865_create_spdx.tar.zst\nDEBUG: Searching for b3/51/sstate:libxext::1.3.5:r0::11:b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://42/1d/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3d/a9/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://4f/1f/sstate:modutils-initscripts::1.0:r0::11:4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '94/17/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://16/03/sstate:tar::1.35:r0::11:16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/03/sstate%3Atar%3A%3A1.35%3Ar0%3A%3A11%3A16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3_populate_lic.tar.zst;downloadfilename=16/03/sstate:tar::1.35:r0::11:16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3_populate_lic.tar.zst\nDEBUG: Searching for cb/c7/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://69/45/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/45/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a_package_write_rpm.tar.zst;downloadfilename=69/45/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/51/b6/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b3/51/sstate:libxext::1.3.5:r0::11:b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e_populate_lic.tar.zst\nDEBUG: Searching for 42/1d/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4b/fe/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac_packagedata.tar.zst\nDEBUG: For url file://3d/a9/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/a9/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227_package_qa.tar.zst;downloadfilename=3d/a9/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227_package_qa.tar.zst\nDEBUG: Searching for 4f/1f/sstate:modutils-initscripts::1.0:r0::11:4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://94/17/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/17/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A11%3A9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0_package_qa.tar.zst;downloadfilename=94/17/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0_package_qa.tar.zst\nDEBUG: Using  for cb/c7/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/90/42/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:904248d3e44a68e01d20ebbe6ab4b984b2a8b5af243f4fabdfb0d89a4a89682c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/51/b6/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/51/b6/sstate%3Alibx11-native%3Ax86_64-linux%3A1.8.7%3Ar0%3Ax86_64%3A11%3A51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91_create_runtime_spdx.tar.zst;downloadfilename=universal/51/b6/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b3/51/sstate:libxext::1.3.5:r0::11:b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e_populate_lic.tar.zst\nDEBUG: Using  for 42/1d/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8c/a8/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4f/1f/sstate:modutils-initscripts::1.0:r0::11:4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6_populate_lic.tar.zst\nDEBUG: Testing URL file://cb/c7/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:1f0e758b0136117c752feba723ed997c6dda103849e00cded21fb627a87eec6c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://16/03/sstate:tar::1.35:r0::11:16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/f6/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b3/51/sstate:libxext::1.3.5:r0::11:b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://42/1d/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/8c/a8/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4f/1f/sstate:modutils-initscripts::1.0:r0::11:4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cb/c7/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/3b/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://62/72/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9_create_spdx.tar.zst\nDEBUG: Searching for 7f/f6/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b3/51/sstate:libxext::1.3.5:r0::11:b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/51/sstate%3Alibxext%3A%3A1.3.5%3Ar0%3A%3A11%3Ab351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e_populate_lic.tar.zst;downloadfilename=b3/51/sstate:libxext::1.3.5:r0::11:b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '42/1d/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/8c/a8/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '4f/1f/sstate:modutils-initscripts::1.0:r0::11:4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cb/c7/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/c7/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.41%3Ar0%3Acore2-64%3A11%3Acbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c_packagedata.tar.zst;downloadfilename=cb/c7/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c_packagedata.tar.zst\nDEBUG: Searching for universal/3b/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 62/72/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7f/f6/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://69/45/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a_package_write_rpm.tar.zst\nDEBUG: For url file://42/1d/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/1d/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9_deploy_source_date_epoch.tar.zst;downloadfilename=42/1d/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/8c/a8/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a_create_runtime_spdx.tar.zst\nDEBUG: For url file://4f/1f/sstate:modutils-initscripts::1.0:r0::11:4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/1f/sstate%3Amodutils-initscripts%3A%3A1.0%3Ar0%3A%3A11%3A4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6_populate_lic.tar.zst;downloadfilename=4f/1f/sstate:modutils-initscripts::1.0:r0::11:4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6_populate_lic.tar.zst\nDEBUG: Using  for universal/3b/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2_create_runtime_spdx.tar.zst\nDEBUG: Using  for 62/72/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9_create_spdx.tar.zst\nDEBUG: Testing URL file://7f/f6/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/a9/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://94/17/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/4f/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/8c/a8/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/51/b6/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/3b/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://62/72/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7f/f6/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b3/51/sstate:libxext::1.3.5:r0::11:b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://24/74/sstate:packagegroup-core-tools-debug::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/df/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d_package.tar.zst\nDEBUG: Searching for 3d/4f/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/8c/a8/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8c/a8/sstate%3Apython3-setuptools-scm-native%3Ax86_64-linux%3A8.0.4%3Ar0%3Ax86_64%3A11%3A8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a_create_runtime_spdx.tar.zst;downloadfilename=universal/8c/a8/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/67/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/3b/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '62/72/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7f/f6/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/f6/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841_package_qa.tar.zst;downloadfilename=7f/f6/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://51/9a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4_package_write_rpm.tar.zst\nDEBUG: Searching for 24/74/sstate:packagegroup-core-tools-debug::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bf/df/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3d/4f/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b6/67/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/3b/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3b/e0/sstate%3Ampfr-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A11%3A3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2_create_runtime_spdx.tar.zst;downloadfilename=universal/3b/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd_create_runtime_spdx.tar.zst\nDEBUG: For url file://62/72/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/72/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A11%3A627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9_create_spdx.tar.zst;downloadfilename=62/72/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9_create_spdx.tar.zst\nDEBUG: Searching for 51/9a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cb/c7/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c_packagedata.tar.zst\nDEBUG: Using  for 24/74/sstate:packagegroup-core-tools-debug::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: Using  for bf/df/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d_package.tar.zst\nDEBUG: Testing URL file://3d/4f/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b6/67/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bf/ec/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://42/1d/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:421d840e67dd4122eda851cf4ba856e9933335a8d2c68d7aceae3bb18e9f93b9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 51/9a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/1f/sstate:modutils-initscripts::1.0:r0::11:4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://11/a4/sstate:python3-atomicwrites::1.4.1:r0::11:11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64_populate_lic.tar.zst\nDEBUG: Testing URL file://24/74/sstate:packagegroup-core-tools-debug::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: Testing URL file://bf/df/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d_package.tar.zst\nDEBUG: For url ['file', '', '3d/4f/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b6/67/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab_populate_sysroot.tar.zst\nDEBUG: Searching for universal/bf/ec/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/e7/bf/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://51/9a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/19/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207_package_qa.tar.zst\nDEBUG: Searching for 11/a4/sstate:python3-atomicwrites::1.4.1:r0::11:11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b4/5b/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '24/74/sstate:packagegroup-core-tools-debug::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bf/df/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3d/4f/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/4f/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst;downloadfilename=3d/4f/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b6/67/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/bf/ec/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/e7/bf/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '51/9a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6f/19/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 11/a4/sstate:python3-atomicwrites::1.4.1:r0::11:11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/41/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8c/a8/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a_create_runtime_spdx.tar.zst\nDEBUG: For url file://24/74/sstate:packagegroup-core-tools-debug::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/74/sstate%3Apackagegroup-core-tools-debug%3A%3A1.0%3Ar0%3A%3A11%3A247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst;downloadfilename=24/74/sstate:packagegroup-core-tools-debug::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: For url file://bf/df/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/df/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A11%3Abfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d_package.tar.zst;downloadfilename=bf/df/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/f6/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841_package_qa.tar.zst\nDEBUG: For url file://b6/67/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/67/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.72.0%3Ar0%3Acore2-64%3A11%3Ab6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab_populate_sysroot.tar.zst;downloadfilename=b6/67/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/bf/ec/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3b/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/e7/bf/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18_create_runtime_spdx.tar.zst\nDEBUG: For url file://51/9a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/9a/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A11%3A519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4_package_write_rpm.tar.zst;downloadfilename=51/9a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4_package_write_rpm.tar.zst\nDEBUG: Using  for 6f/19/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207_package_qa.tar.zst\nDEBUG: Testing URL file://11/a4/sstate:python3-atomicwrites::1.4.1:r0::11:11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64_populate_lic.tar.zst\nDEBUG: Searching for fe/41/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b1/3d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://74/47/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/bf/ec/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c2/60/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/e7/bf/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6f/19/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207_package_qa.tar.zst\nDEBUG: For url ['file', '', '11/a4/sstate:python3-atomicwrites::1.4.1:r0::11:11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fe/41/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa_package.tar.zst\nDEBUG: Searching for b1/3d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 74/47/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/bf/ec/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/ec/sstate%3Alibssh2-native%3Ax86_64-linux%3A1.11.0%3Ar0%3Ax86_64%3A11%3Abfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d_create_runtime_spdx.tar.zst;downloadfilename=universal/bf/ec/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d_create_runtime_spdx.tar.zst\nDEBUG: Searching for c2/60/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/e7/bf/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6f/19/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://11/a4/sstate:python3-atomicwrites::1.4.1:r0::11:11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/a4/sstate%3Apython3-atomicwrites%3A%3A1.4.1%3Ar0%3A%3A11%3A11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64_populate_lic.tar.zst;downloadfilename=11/a4/sstate:python3-atomicwrites::1.4.1:r0::11:11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64_populate_lic.tar.zst\nDEBUG: Testing URL file://fe/41/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa_package.tar.zst\nDEBUG: Using  for b1/3d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99_recipe_qa.tar.zst\nDEBUG: Using  for 74/47/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c2/60/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b_create_spdx.tar.zst\nDEBUG: For url file://universal/e7/bf/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/bf/sstate%3Apatch-native%3Ax86_64-linux%3A2.7.6%3Ar0%3Ax86_64%3A11%3Ae7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18_create_runtime_spdx.tar.zst;downloadfilename=universal/e7/bf/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/4f/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6f/19/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/19/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A11%3A6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207_package_qa.tar.zst;downloadfilename=6f/19/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207_package_qa.tar.zst\nDEBUG: For url ['file', '', 'fe/41/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://24/74/sstate:packagegroup-core-tools-debug::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/df/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:bfdf512c25e76851f22091ab3a44996471ce4fe77c853a03d2fd101a2a4db58d_package.tar.zst\nDEBUG: Testing URL file://b1/3d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99_recipe_qa.tar.zst\nDEBUG: Testing URL file://74/47/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c2/60/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f7/56/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://51/9a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4_package_write_rpm.tar.zst\nDEBUG: For url file://fe/41/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/41/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20231127%2Bgit%3Ar0%3Acore2-64%3A11%3Afe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa_package.tar.zst;downloadfilename=fe/41/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/08/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://33/59/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b1/3d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '74/47/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c2/60/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/f7/56/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://57/b0/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc_package.tar.zst\nDEBUG: Searching for a9/08/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 33/59/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://11/a4/sstate:python3-atomicwrites::1.4.1:r0::11:11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64_populate_lic.tar.zst\nDEBUG: For url file://b1/3d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/3d/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.5%3Ar0%3Acore2-64%3A11%3Ab13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99_recipe_qa.tar.zst;downloadfilename=b1/3d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99_recipe_qa.tar.zst\nDEBUG: For url file://74/47/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/47/sstate%3Adepmodwrapper-cross%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16_deploy_source_date_epoch.tar.zst;downloadfilename=74/47/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c2/60/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/60/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A11%3Ac260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b_create_spdx.tar.zst;downloadfilename=c2/60/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b_create_spdx.tar.zst\nDEBUG: Using  for universal/f7/56/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 57/b0/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a9/08/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0_package_write_rpm.tar.zst\nDEBUG: Using  for 33/59/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c0/4a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bf/ec/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e7/bf/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/f7/56/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/19/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207_package_qa.tar.zst\nDEBUG: Using  for 57/b0/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc_package.tar.zst\nDEBUG: Testing URL file://a9/08/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://33/59/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7_package_write_rpm.tar.zst\nDEBUG: Searching for universal/c0/4a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://16/13/sstate:kern-tools-native::0.3+git:r0::11:1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/31/sstate:packagegroup-core-eclipse-debug::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/f7/56/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/91/4f/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://57/b0/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc_package.tar.zst\nDEBUG: For url ['file', '', 'a9/08/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/59/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c0/4a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866_populate_sysroot.tar.zst\nDEBUG: Searching for 16/13/sstate:kern-tools-native::0.3+git:r0::11:1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f9/31/sstate:packagegroup-core-eclipse-debug::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/f7/56/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/56/sstate%3Aboost-build-native%3Ax86_64-linux%3A1.83.0%3Ar0%3Ax86_64%3A11%3Af756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f7/56/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/91/4f/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '57/b0/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a9/08/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/08/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A11%3Aa908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0_package_write_rpm.tar.zst;downloadfilename=a9/08/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0_package_write_rpm.tar.zst\nDEBUG: For url file://33/59/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/59/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A11%3A335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7_package_write_rpm.tar.zst;downloadfilename=33/59/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/c0/4a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866_populate_sysroot.tar.zst\nDEBUG: Using  for 16/13/sstate:kern-tools-native::0.3+git:r0::11:1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a_populate_lic.tar.zst\nDEBUG: Using  for f9/31/sstate:packagegroup-core-eclipse-debug::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Using  for universal/91/4f/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d_populate_sysroot.tar.zst\nDEBUG: For url file://57/b0/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/b0/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A11%3A57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc_package.tar.zst;downloadfilename=57/b0/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/41/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:fe414eab022de6874f43b0db37a0301393ed4bcf0070bd0c13a1ac72043a02aa_package.tar.zst\nDEBUG: For url ['file', '', 'universal/c0/4a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://74/47/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:744766f02adca52c3751007d92a3175a2f8204b922f1842d2f2d248495b71e16_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://16/13/sstate:kern-tools-native::0.3+git:r0::11:1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a_populate_lic.tar.zst\nDEBUG: Testing URL file://f9/31/sstate:packagegroup-core-eclipse-debug::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/91/4f/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/60/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/9e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/3d/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99_recipe_qa.tar.zst\nDEBUG: For url file://universal/c0/4a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/4a/sstate%3Apython3-setuptools-native%3Ax86_64-linux%3A69.0.3%3Ar0%3Ax86_64%3A11%3Ac04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866_populate_sysroot.tar.zst;downloadfilename=universal/c0/4a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/18/e1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '16/13/sstate:kern-tools-native::0.3+git:r0::11:1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f9/31/sstate:packagegroup-core-eclipse-debug::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/91/4f/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/21/f4/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544_create_runtime_spdx.tar.zst\nDEBUG: Searching for cb/9e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a4/5c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72_packagedata.tar.zst\nDEBUG: Searching for universal/18/e1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/f7/56/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:f756c48fbcbafe8f0d9a221c9b5e6d311b92c931d095af464fdc2455a21aa85c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://16/13/sstate:kern-tools-native::0.3+git:r0::11:1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/13/sstate%3Akern-tools-native%3A%3A0.3%2Bgit%3Ar0%3A%3A11%3A1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a_populate_lic.tar.zst;downloadfilename=16/13/sstate:kern-tools-native::0.3+git:r0::11:1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a_populate_lic.tar.zst\nDEBUG: For url file://f9/31/sstate:packagegroup-core-eclipse-debug::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/31/sstate%3Apackagegroup-core-eclipse-debug%3A%3A1.0%3Ar0%3A%3A11%3Af931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst;downloadfilename=f9/31/sstate:packagegroup-core-eclipse-debug::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: For url file://universal/91/4f/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/4f/sstate%3Alibrsvg-native%3Ax86_64-linux%3A2.56.3%3Ar0%3Ax86_64%3A11%3A914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d_populate_sysroot.tar.zst;downloadfilename=universal/91/4f/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d_populate_sysroot.tar.zst\nDEBUG: Searching for universal/21/f4/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cb/9e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a4/5c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/18/e1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://db/64/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/08/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/16/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865_create_spdx.tar.zst\nDEBUG: Using  for universal/21/f4/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/59/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://cb/9e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://57/b0/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:57b056d6e08392c619e8afde88e81888f9f5d1f19ee23f0073b07593a737d3dc_package.tar.zst\nDEBUG: Using  for a4/5c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72_packagedata.tar.zst\nDEBUG: Testing URL file://universal/18/e1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93_recipe_qa.tar.zst\nDEBUG: Searching for db/64/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c4/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/21/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3_packagedata.tar.zst\nDEBUG: Testing URL file://universal/21/f4/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://11/4c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cb/9e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://36/b5/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9_create_spdx.tar.zst\nDEBUG: Testing URL file://a4/5c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/18/e1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for db/64/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161_package.tar.zst\nDEBUG: Searching for c4/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e2/21/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/21/f4/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 11/4c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://cb/9e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/9e/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A11%3Acb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff_deploy_source_date_epoch.tar.zst;downloadfilename=cb/9e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c0/4a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866_populate_sysroot.tar.zst\nDEBUG: Searching for 36/b5/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a4/5c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/18/e1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/e1/sstate%3Anettle-native%3Ax86_64-linux%3A3.9.1%3Ar0%3Ax86_64%3A11%3A18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93_recipe_qa.tar.zst;downloadfilename=universal/18/e1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93_recipe_qa.tar.zst\nDEBUG: Testing URL file://db/64/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161_package.tar.zst\nDEBUG: Using  for c4/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624_create_runtime_spdx.tar.zst\nDEBUG: Using  for e2/21/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3_packagedata.tar.zst\nDEBUG: For url file://universal/21/f4/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/21/f4/sstate%3Adnf-native%3Ax86_64-linux%3A4.18.2%3Ar0%3Ax86_64%3A11%3A21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544_create_runtime_spdx.tar.zst;downloadfilename=universal/21/f4/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544_create_runtime_spdx.tar.zst\nDEBUG: Using  for 11/4c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5a/27/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://16/13/sstate:kern-tools-native::0.3+git:r0::11:1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a_populate_lic.tar.zst\nDEBUG: Using  for 36/b5/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9_create_spdx.tar.zst\nDEBUG: For url file://a4/5c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/5c/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.20%3Ar0%3Acore2-64%3A11%3Aa45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72_packagedata.tar.zst;downloadfilename=a4/5c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72_packagedata.tar.zst\nDEBUG: For url ['file', '', 'db/64/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c4/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e2/21/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/31/sstate:packagegroup-core-eclipse-debug::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/91/4f/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:914fba2464a10c5645bee11730c9f8f14f4f6c74e79123bd172e62ce85d8aa8d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://11/4c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/5a/27/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2e/ac/sstate:gtk-doc::1.33.2:r0::11:2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e_populate_lic.tar.zst\nDEBUG: Testing URL file://36/b5/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9_create_spdx.tar.zst\nDEBUG: For url file://db/64/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/64/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Adb6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161_package.tar.zst;downloadfilename=db/64/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161_package.tar.zst\nDEBUG: For url ['file', '', 'c4/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e2/21/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ee/b2/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/4a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c_packagedata.tar.zst\nDEBUG: For url ['file', '', '11/4c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/5a/27/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2e/ac/sstate:gtk-doc::1.33.2:r0::11:2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '36/b5/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c4/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/ed/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.40%3Ar0%3Acore2-64%3A11%3Ac4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624_create_runtime_spdx.tar.zst;downloadfilename=c4/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624_create_runtime_spdx.tar.zst\nDEBUG: For url file://e2/21/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/21/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A11%3Ae2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3_packagedata.tar.zst;downloadfilename=e2/21/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://62/72/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/9e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:cb9ef452b0cd1382d3fe1062404bc94807987ac8adb97dc159c38f141939d8ff_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ee/b2/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a3/4a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/18/e1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93_recipe_qa.tar.zst\nDEBUG: For url file://11/4c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/4c/sstate%3Altp%3Acore2-64-poky-linux%3A20230929%3Ar0%3Acore2-64%3A11%3A114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa_deploy_source_date_epoch.tar.zst;downloadfilename=11/4c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/5a/27/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2e/ac/sstate:gtk-doc::1.33.2:r0::11:2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e_populate_lic.tar.zst\nDEBUG: For url file://36/b5/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/b5/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A11%3A36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9_create_spdx.tar.zst;downloadfilename=36/b5/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/21/f4/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/68/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4a/d7/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98_recipe_qa.tar.zst\nDEBUG: Using  for ee/b2/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29_create_runtime_spdx.tar.zst\nDEBUG: Using  for a3/4a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2f/ef/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/5a/27/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a4/5c/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72_packagedata.tar.zst\nDEBUG: Testing URL file://2e/ac/sstate:gtk-doc::1.33.2:r0::11:2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/35/ac/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff_populate_sysroot.tar.zst\nDEBUG: Searching for d0/68/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/4a/d7/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ee/b2/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a3/4a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c_packagedata.tar.zst\nDEBUG: Searching for universal/2f/ef/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/5a/27/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5a/27/sstate%3Ajson-c-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A11%3A5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5a/27/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://68/f4/sstate:gi-docgen::2023.3:r0::11:68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2e/ac/sstate:gtk-doc::1.33.2:r0::11:2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/35/ac/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d0/68/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d_package_qa.tar.zst\nDEBUG: Using  for universal/4a/d7/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ee/b2/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a3/4a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2f/ef/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6_create_runtime_spdx.tar.zst\nDEBUG: Searching for 68/f4/sstate:gi-docgen::2023.3:r0::11:68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2e/ac/sstate:gtk-doc::1.33.2:r0::11:2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/ac/sstate%3Agtk-doc%3A%3A1.33.2%3Ar0%3A%3A11%3A2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e_populate_lic.tar.zst;downloadfilename=2e/ac/sstate:gtk-doc::1.33.2:r0::11:2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/21/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3_packagedata.tar.zst\nDEBUG: Using  for universal/35/ac/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d0/68/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d_package_qa.tar.zst\nDEBUG: Testing URL file://universal/4a/d7/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98_recipe_qa.tar.zst\nDEBUG: For url file://ee/b2/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/b2/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A11%3Aeeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29_create_runtime_spdx.tar.zst;downloadfilename=ee/b2/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29_create_runtime_spdx.tar.zst\nDEBUG: For url file://a3/4a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/4a/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3Aa34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c_packagedata.tar.zst;downloadfilename=a3/4a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c_packagedata.tar.zst\nDEBUG: Testing URL file://universal/2f/ef/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 68/f4/sstate:gi-docgen::2023.3:r0::11:68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/e7/sstate:nfs-utils::2.6.4:r0::11:b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/35/ac/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://11/4c/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:114cd506b385af747b33bb82fd606ff2cb85ca11e77ff035dedc4a86c62a0aaa_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd0/68/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/4a/d7/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2f/ef/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://68/f4/sstate:gi-docgen::2023.3:r0::11:68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1_populate_lic.tar.zst\nDEBUG: Searching for b3/e7/sstate:nfs-utils::2.6.4:r0::11:b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/35/ac/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/88/8d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2_populate_sysroot.tar.zst\nDEBUG: For url file://d0/68/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/68/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ad068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d_package_qa.tar.zst;downloadfilename=d0/68/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d_package_qa.tar.zst\nDEBUG: For url file://universal/4a/d7/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4a/d7/sstate%3Arust-llvm-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3A4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98_recipe_qa.tar.zst;downloadfilename=universal/4a/d7/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98_recipe_qa.tar.zst\nDEBUG: For url file://universal/2f/ef/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2f/ef/sstate%3Apkgconfig-native%3Ax86_64-linux%3A0.29.2%2Bgit%3Ar0%3Ax86_64%3A11%3A2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6_create_runtime_spdx.tar.zst;downloadfilename=universal/2f/ef/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '68/f4/sstate:gi-docgen::2023.3:r0::11:68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b3/e7/sstate:nfs-utils::2.6.4:r0::11:b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9_populate_lic.tar.zst\nDEBUG: For url file://universal/35/ac/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/35/ac/sstate%3Aautomake-native%3Ax86_64-linux%3A1.16.5%3Ar0%3Ax86_64%3A11%3A35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff_populate_sysroot.tar.zst;downloadfilename=universal/35/ac/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff_populate_sysroot.tar.zst\nDEBUG: Searching for universal/88/8d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/5a/27/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:5a27c602f33ad13bb4053ea6d9933b9cab106ff8d9a93889f1584b5ad2a40043_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://68/f4/sstate:gi-docgen::2023.3:r0::11:68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/f4/sstate%3Agi-docgen%3A%3A2023.3%3Ar0%3A%3A11%3A68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1_populate_lic.tar.zst;downloadfilename=68/f4/sstate:gi-docgen::2023.3:r0::11:68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/ac/sstate:gtk-doc::1.33.2:r0::11:2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e_populate_lic.tar.zst\nDEBUG: Testing URL file://b3/e7/sstate:nfs-utils::2.6.4:r0::11:b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://08/5a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:085af3f884caa6e53af91c90e8b3653af30cb5d3e28f0aa6fb4815855be3757c_package.tar.zst\nDEBUG: Using  for universal/88/8d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/42/e7/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/4a/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://67/90/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b3/e7/sstate:nfs-utils::2.6.4:r0::11:b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://dd/c4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/88/8d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2_populate_sysroot.tar.zst\nDEBUG: Searching for universal/42/e7/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://35/ad/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 67/90/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b3/e7/sstate:nfs-utils::2.6.4:r0::11:b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/e7/sstate%3Anfs-utils%3A%3A2.6.4%3Ar0%3A%3A11%3Ab3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9_populate_lic.tar.zst;downloadfilename=b3/e7/sstate:nfs-utils::2.6.4:r0::11:b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9_populate_lic.tar.zst\nDEBUG: Searching for dd/c4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/88/8d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/42/e7/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 35/ad/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 67/90/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64_package_write_rpm.tar.zst\nDEBUG: Using  for dd/c4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4a/d7/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4ad7d10a0edbccf882d72ed492427023444c95cbde67df9a01d2e257a3827e98_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/68/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d_package_qa.tar.zst\nDEBUG: For url file://universal/88/8d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/88/8d/sstate%3Afontconfig-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A11%3A888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2_populate_sysroot.tar.zst;downloadfilename=universal/88/8d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/42/e7/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2f/ef/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 35/ad/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://67/90/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64_package_write_rpm.tar.zst\nDEBUG: Testing URL file://dd/c4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/7c/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/58/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/42/e7/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/35/ac/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:35accb03f8636778a55faf7d22f1cecb3614c421109aac9712c580c42db914ff_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/3b/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://35/ad/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '67/90/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'dd/c4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d6/7c/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7b/58/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/42/e7/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/42/e7/sstate%3Axtrans-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A11%3A42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/42/e7/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/41/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317_create_runtime_spdx.tar.zst\nDEBUG: Searching for 3b/3b/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '35/ad/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://67/90/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/90/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64_package_write_rpm.tar.zst;downloadfilename=67/90/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64_package_write_rpm.tar.zst\nDEBUG: For url file://dd/c4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/c4/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A11%3Addc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589_recipe_qa.tar.zst;downloadfilename=dd/c4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589_recipe_qa.tar.zst\nDEBUG: Using  for d6/7c/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c_create_runtime_spdx.tar.zst\nDEBUG: Using  for 7b/58/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6_package_write_rpm.tar.zst\nDEBUG: Searching for 4f/41/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://68/f4/sstate:gi-docgen::2023.3:r0::11:68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1_populate_lic.tar.zst\nDEBUG: Using  for 3b/3b/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3_create_runtime_spdx.tar.zst\nDEBUG: For url file://35/ad/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/ad/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A11%3A35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af_deploy_source_date_epoch.tar.zst;downloadfilename=35/ad/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d6/7c/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/e7/sstate:nfs-utils::2.6.4:r0::11:b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9_populate_lic.tar.zst\nDEBUG: Testing URL file://7b/58/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6_package_write_rpm.tar.zst\nDEBUG: Using  for 4f/41/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://41/35/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92_create_spdx.tar.zst\nDEBUG: Testing URL file://3b/3b/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd6/7c/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://40/48/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/88/8d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7b/58/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4f/41/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317_create_runtime_spdx.tar.zst\nDEBUG: Searching for 41/35/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3b/3b/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d6/7c/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/7c/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Ad67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c_create_runtime_spdx.tar.zst;downloadfilename=d6/7c/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c_create_runtime_spdx.tar.zst\nDEBUG: Searching for 40/48/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0e/76/sstate:python3-calver-native::2022.6.26:r0::11:0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14_populate_lic.tar.zst\nDEBUG: For url file://7b/58/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/58/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A11%3A7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6_package_write_rpm.tar.zst;downloadfilename=7b/58/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4f/41/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 41/35/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92_create_spdx.tar.zst\nDEBUG: For url file://3b/3b/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/3b/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3A3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3_create_runtime_spdx.tar.zst;downloadfilename=3b/3b/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3_create_runtime_spdx.tar.zst\nDEBUG: Using  for 40/48/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb_package.tar.zst\nDEBUG: Searching for 0e/76/sstate:python3-calver-native::2022.6.26:r0::11:0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://4f/41/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/41/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317_create_runtime_spdx.tar.zst;downloadfilename=4f/41/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/c4/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589_recipe_qa.tar.zst\nDEBUG: Testing URL file://41/35/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/42/e7/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:42e7beed8cf366e82ffadbec492908094838f66db5e44da16d9c22d14aced96b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://67/90/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64_package_write_rpm.tar.zst\nDEBUG: Testing URL file://40/48/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb_package.tar.zst\nDEBUG: Using  for 0e/76/sstate:python3-calver-native::2022.6.26:r0::11:0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/1b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '41/35/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://35/ad/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:35adde55847e07600bb4c5410b98226ce18eb4997bb0b15f575973180d02a0af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/d5/sstate:kernel-devsrc::1.0:r0::11:0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/a3/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '40/48/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0e/76/sstate:python3-calver-native::2022.6.26:r0::11:0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14_populate_lic.tar.zst\nDEBUG: Searching for b4/1b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://41/35/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/35/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92_create_spdx.tar.zst;downloadfilename=41/35/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b_package.tar.zst\nDEBUG: Searching for 0e/d5/sstate:kernel-devsrc::1.0:r0::11:0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/7e/a3/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://40/48/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/48/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A11%3A4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb_package.tar.zst;downloadfilename=40/48/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb_package.tar.zst\nDEBUG: For url ['file', '', '0e/76/sstate:python3-calver-native::2022.6.26:r0::11:0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b4/1b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61_create_runtime_spdx.tar.zst\nDEBUG: Searching for dc/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0e/d5/sstate:kernel-devsrc::1.0:r0::11:0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc_populate_lic.tar.zst\nDEBUG: Using  for universal/7e/a3/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/58/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6_package_write_rpm.tar.zst\nDEBUG: For url file://0e/76/sstate:python3-calver-native::2022.6.26:r0::11:0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/76/sstate%3Apython3-calver-native%3A%3A2022.6.26%3Ar0%3A%3A11%3A0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14_populate_lic.tar.zst;downloadfilename=0e/76/sstate:python3-calver-native::2022.6.26:r0::11:0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14_populate_lic.tar.zst\nDEBUG: Testing URL file://b4/1b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61_create_runtime_spdx.tar.zst\nDEBUG: Using  for dc/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b_package.tar.zst\nDEBUG: Testing URL file://0e/d5/sstate:kernel-devsrc::1.0:r0::11:0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/7e/a3/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/a5/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b4/1b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://dc/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b_package.tar.zst\nDEBUG: For url ['file', '', '0e/d5/sstate:kernel-devsrc::1.0:r0::11:0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/7e/a3/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3e/a5/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b4/1b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/1b/sstate%3Alibgcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Ab41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61_create_runtime_spdx.tar.zst;downloadfilename=b4/1b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'dc/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0e/d5/sstate:kernel-devsrc::1.0:r0::11:0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/d5/sstate%3Akernel-devsrc%3A%3A1.0%3Ar0%3A%3A11%3A0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc_populate_lic.tar.zst;downloadfilename=0e/d5/sstate:kernel-devsrc::1.0:r0::11:0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc_populate_lic.tar.zst\nDEBUG: For url file://universal/7e/a3/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/a3/sstate%3Avala-native%3Ax86_64-linux%3A0.56.13%3Ar0%3Ax86_64%3A11%3A7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a_create_runtime_spdx.tar.zst;downloadfilename=universal/7e/a3/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a_create_runtime_spdx.tar.zst\nDEBUG: Using  for 3e/a5/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524_create_runtime_spdx.tar.zst\nDEBUG: For url file://dc/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/60/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A11%3Adc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b_package.tar.zst;downloadfilename=dc/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b_package.tar.zst\nDEBUG: Testing URL file://3e/a5/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/48/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:4048fd9af3c4c42ff50fdc9e8e9ef6f1fa14af05c8bdece6525cd580a15bb8eb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://41/35/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '3e/a5/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://0e/76/sstate:python3-calver-native::2022.6.26:r0::11:0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://45/8f/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9b/0c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/02/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615_packagedata.tar.zst\nDEBUG: For url file://3e/a5/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/a5/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.13%3Ar0%3Acore2-64%3A11%3A3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524_create_runtime_spdx.tar.zst;downloadfilename=3e/a5/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e7/bb/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f_create_spdx.tar.zst\nDEBUG: Searching for 45/8f/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/9b/0c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b5/02/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/e7/bb/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 45/8f/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/1b/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/9b/0c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c_populate_sysroot.tar.zst\nDEBUG: Using  for b5/02/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615_packagedata.tar.zst\nDEBUG: Using  for universal/e7/bb/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f_create_spdx.tar.zst\nDEBUG: Testing URL file://45/8f/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/01/a7/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/9b/0c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b5/02/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615_packagedata.tar.zst\nDEBUG: Testing URL file://universal/e7/bb/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '45/8f/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/01/a7/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/9b/0c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b5/02/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e7/bb/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://45/8f/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/8f/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A11%3A458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258_deploy_source_date_epoch.tar.zst;downloadfilename=45/8f/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/01/a7/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/9b/0c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9b/0c/sstate%3Ajson-c-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A11%3A9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c_populate_sysroot.tar.zst;downloadfilename=universal/9b/0c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c_populate_sysroot.tar.zst\nDEBUG: For url file://b5/02/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/02/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Ab5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615_packagedata.tar.zst;downloadfilename=b5/02/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615_packagedata.tar.zst\nDEBUG: For url file://universal/e7/bb/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/bb/sstate%3Alibassuan-native%3Ax86_64-linux%3A2.5.6%3Ar0%3Ax86_64%3A11%3Ae7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f_create_spdx.tar.zst;downloadfilename=universal/e7/bb/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/d5/sstate:kernel-devsrc::1.0:r0::11:0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/a3/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/01/a7/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/60/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:dc603be9cd1238606b0d32cf73cac73c07f902efcaa197766aba22697dfb4a4b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://54/2a/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/b2/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/90/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/01/a7/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://80/dc/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2_package_qa.tar.zst\nDEBUG: Searching for 54/2a/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://91/50/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985_packagedata.tar.zst\nDEBUG: Searching for 1f/90/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/01/a7/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/01/a7/sstate%3Alibyaml-native%3Ax86_64-linux%3A0.2.5%3Ar0%3Ax86_64%3A11%3A01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2_create_runtime_spdx.tar.zst;downloadfilename=universal/01/a7/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2_create_runtime_spdx.tar.zst\nDEBUG: Searching for 80/dc/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 54/2a/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c_package_qa.tar.zst\nDEBUG: Searching for 91/50/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1f/90/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/a5/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524_create_runtime_spdx.tar.zst\nDEBUG: Using  for 80/dc/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2_package_qa.tar.zst\nDEBUG: Testing URL file://54/2a/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c_package_qa.tar.zst\nDEBUG: Using  for 91/50/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985_packagedata.tar.zst\nDEBUG: Testing URL file://1f/90/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/68/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e_recipe_qa.tar.zst\nDEBUG: Testing URL file://80/dc/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2_package_qa.tar.zst\nDEBUG: For url ['file', '', '54/2a/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://91/50/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985_packagedata.tar.zst\nDEBUG: For url ['file', '', '1f/90/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ff/68/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '80/dc/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://54/2a/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/2a/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A11%3A542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c_package_qa.tar.zst;downloadfilename=54/2a/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c_package_qa.tar.zst\nDEBUG: For url ['file', '', '91/50/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1f/90/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/90/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3A1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122_deploy_source_date_epoch.tar.zst;downloadfilename=1f/90/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ff/68/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e_recipe_qa.tar.zst\nDEBUG: For url file://80/dc/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/dc/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A11%3A80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2_package_qa.tar.zst;downloadfilename=80/dc/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2_package_qa.tar.zst\nDEBUG: For url file://91/50/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/50/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A11%3A91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985_packagedata.tar.zst;downloadfilename=91/50/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://45/8f/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:458f5e40d96c3420de11acb41dfdc711ff9b19f72b1b24c125f46bd4d86fa258_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ff/68/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e7/bb/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9b/0c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/02/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://65/51/sstate:autoconf::2.72e:r0::11:65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ff/68/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/01/a7/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/92/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/e4/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/72/d6/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399_create_runtime_spdx.tar.zst\nDEBUG: Searching for 65/51/sstate:autoconf::2.72e:r0::11:65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ff/68/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/68/sstate%3Ashadow-sysroot%3Acore2-64-poky-linux%3A4.6%3Ar0%3Acore2-64%3A11%3Aff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e_recipe_qa.tar.zst;downloadfilename=ff/68/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/ba/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f_populate_sysroot.tar.zst\nDEBUG: Searching for 9b/92/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4f/e4/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/72/d6/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 65/51/sstate:autoconf::2.72e:r0::11:65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649_populate_lic.tar.zst\nDEBUG: Searching for 1f/ba/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9b/92/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://54/2a/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c_package_qa.tar.zst\nDEBUG: Using  for 4f/e4/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/72/d6/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://65/51/sstate:autoconf::2.72e:r0::11:65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649_populate_lic.tar.zst\nDEBUG: Using  for 1f/ba/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9b/92/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/34/1a/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795_recipe_qa.tar.zst\nDEBUG: Testing URL file://4f/e4/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/72/d6/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '65/51/sstate:autoconf::2.72e:r0::11:65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1f/ba/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9b/92/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/34/1a/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4f/e4/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/72/d6/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://65/51/sstate:autoconf::2.72e:r0::11:65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/51/sstate%3Aautoconf%3A%3A2.72e%3Ar0%3A%3A11%3A65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649_populate_lic.tar.zst;downloadfilename=65/51/sstate:autoconf::2.72e:r0::11:65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1f/ba/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9b/92/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/92/sstate%3Adepmodwrapper-cross%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8_populate_sysroot.tar.zst;downloadfilename=9b/92/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8_populate_sysroot.tar.zst\nDEBUG: Using  for universal/34/1a/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795_recipe_qa.tar.zst\nDEBUG: For url file://4f/e4/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/e4/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A11%3A4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055_deploy_source_date_epoch.tar.zst;downloadfilename=4f/e4/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/72/d6/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/d6/sstate%3Adocbook-xml-dtd4-native%3Ax86_64-linux%3A4.5%3Ar0%3Ax86_64%3A11%3A72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399_create_runtime_spdx.tar.zst;downloadfilename=universal/72/d6/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399_create_runtime_spdx.tar.zst\nDEBUG: For url file://1f/ba/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/ba/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.78.3%3Ar0%3Acore2-64%3A11%3A1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f_populate_sysroot.tar.zst;downloadfilename=1f/ba/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/90/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:1f904824b06660e3e2f0c55668fa5ac5dadf698dd90f4a56237e540b3ec64122_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://80/dc/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2_package_qa.tar.zst\nDEBUG: Testing URL file://universal/34/1a/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://91/50/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/7c/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e0/2c/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/68/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/31/sstate:packagegroup-core-ssh-openssh::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/34/1a/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://cc/00/sstate:packagegroup-core-tools-testapps::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://96/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007_package_write_rpm.tar.zst\nDEBUG: Searching for universal/e0/2c/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7a/7c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d_create_spdx.tar.zst\nDEBUG: Searching for f9/31/sstate:packagegroup-core-ssh-openssh::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/34/1a/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/34/1a/sstate%3Alibxml-parser-perl-native%3Ax86_64-linux%3A2.46%3Ar0%3Ax86_64%3A11%3A341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795_recipe_qa.tar.zst;downloadfilename=universal/34/1a/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795_recipe_qa.tar.zst\nDEBUG: Searching for cc/00/sstate:packagegroup-core-tools-testapps::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 96/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/e0/2c/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7a/7c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f9/31/sstate:packagegroup-core-ssh-openssh::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Using  for cc/00/sstate:packagegroup-core-tools-testapps::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://65/51/sstate:autoconf::2.72e:r0::11:65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649_populate_lic.tar.zst\nDEBUG: Using  for 96/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/e0/2c/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7a/7c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d_create_spdx.tar.zst\nDEBUG: Testing URL file://f9/31/sstate:packagegroup-core-ssh-openssh::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Testing URL file://cc/00/sstate:packagegroup-core-tools-testapps::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7c/67/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://96/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/2c/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7a/7c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f9/31/sstate:packagegroup-core-ssh-openssh::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cc/00/sstate:packagegroup-core-tools-testapps::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/7c/67/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '96/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e0/2c/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/2c/sstate%3Allvm-native%3Ax86_64-linux%3A17.0.6%3Ar0%3Ax86_64%3A11%3Ae02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e0/2c/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7a/7c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f9/31/sstate:packagegroup-core-ssh-openssh::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/31/sstate%3Apackagegroup-core-ssh-openssh%3A%3A1.0%3Ar0%3A%3A11%3Af931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst;downloadfilename=f9/31/sstate:packagegroup-core-ssh-openssh::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: For url file://cc/00/sstate:packagegroup-core-tools-testapps::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/00/sstate%3Apackagegroup-core-tools-testapps%3A%3A1.0%3Ar0%3A%3A11%3Acc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst;downloadfilename=cc/00/sstate:packagegroup-core-tools-testapps::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Using  for universal/7c/67/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/92/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8_populate_sysroot.tar.zst\nDEBUG: For url file://96/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/fe/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007_package_write_rpm.tar.zst;downloadfilename=96/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/e4/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:4fe48e77581607ceab51930664be8edd473442cdce9011d48f8d58aada6e2055_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7a/7c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/7c/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.30.2%3Ar0%3Acore2-64%3A11%3A7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d_create_spdx.tar.zst;downloadfilename=7a/7c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/7c/67/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/3b/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/72/d6/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/ba/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:1fbadda5e7df671394587136f0a512e366a18dbd509d3e394779740eac96604f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/41/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://36/b5/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://05/2a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/d2/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/34/1a/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/7c/67/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/e0/2c/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:e02ca9ad9851dd96ee9ff4d67b590fb27accb40d82d6c0b1a0c26ad794547d67_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://77/e7/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://52/5e/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ff/ab/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://30/31/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/bb/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152_create_spdx.tar.zst\nDEBUG: Searching for 05/2a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5f/d2/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fa/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/7c/67/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7c/67/sstate%3Alibxft-native%3Ax86_64-linux%3A2.3.8%3Ar0%3Ax86_64%3A11%3A7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c_create_runtime_spdx.tar.zst;downloadfilename=universal/7c/67/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/b5/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a_recipe_qa.tar.zst\nDEBUG: Searching for 77/e7/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 52/5e/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ff/ab/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 30/31/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/62/bb/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 05/2a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7_create_spdx.tar.zst\nDEBUG: Using  for 5f/d2/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5_package_write_rpm.tar.zst\nDEBUG: Searching for fa/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/62/b5/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 77/e7/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75_create_runtime_spdx.tar.zst\nDEBUG: Using  for 52/5e/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/00/sstate:packagegroup-core-tools-testapps::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/31/sstate:packagegroup-core-ssh-openssh::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Using  for universal/ff/ab/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 30/31/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945_recipe_qa.tar.zst\nDEBUG: Using  for universal/62/bb/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152_create_spdx.tar.zst\nDEBUG: Testing URL file://05/2a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7_create_spdx.tar.zst\nDEBUG: Testing URL file://5f/d2/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5_package_write_rpm.tar.zst\nDEBUG: Using  for fa/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/62/b5/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a_recipe_qa.tar.zst\nDEBUG: Testing URL file://77/e7/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://52/5e/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://40/b9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://94/c4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ff/ab/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://30/31/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/62/bb/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152_create_spdx.tar.zst\nDEBUG: For url ['file', '', '05/2a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5f/d2/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fa/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/62/b5/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '77/e7/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '52/5e/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 40/b9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 94/c4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/ff/ab/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '30/31/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/62/bb/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://05/2a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/2a/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A11%3A052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7_create_spdx.tar.zst;downloadfilename=05/2a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7_create_spdx.tar.zst\nDEBUG: For url file://5f/d2/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/d2/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A11%3A5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5_package_write_rpm.tar.zst;downloadfilename=5f/d2/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fa/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/62/b5/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://77/e7/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/e7/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75_create_runtime_spdx.tar.zst;downloadfilename=77/e7/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://96/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007_package_write_rpm.tar.zst\nDEBUG: For url file://52/5e/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/5e/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024_populate_sysroot.tar.zst;downloadfilename=52/5e/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024_populate_sysroot.tar.zst\nDEBUG: Using  for 40/b9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79_package_write_rpm.tar.zst\nDEBUG: Using  for 94/c4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf_create_spdx.tar.zst\nDEBUG: For url file://universal/ff/ab/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ff/ab/sstate%3Acracklib-native%3Ax86_64-linux%3A2.9.11%3Ar0%3Ax86_64%3A11%3Affab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ff/ab/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://30/31/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/31/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A11%3A3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945_recipe_qa.tar.zst;downloadfilename=30/31/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945_recipe_qa.tar.zst\nDEBUG: For url file://universal/62/bb/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/bb/sstate%3Akern-tools-native%3Ax86_64-linux%3A0.3%2Bgit%3Ar0%3Ax86_64%3A11%3A62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152_create_spdx.tar.zst;downloadfilename=universal/62/bb/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152_create_spdx.tar.zst\nDEBUG: For url file://fa/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/25/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A11%3Afa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1_create_runtime_spdx.tar.zst;downloadfilename=fa/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/62/b5/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/b5/sstate%3Arpm-native%3Ax86_64-linux%3A4.19.1%3Ar0%3Ax86_64%3A11%3A62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a_recipe_qa.tar.zst;downloadfilename=universal/62/b5/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7c/67/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/5f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/67/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:b6676f02b57fb79dd906f99e22fc193c88bc717f9127c23c417fdd5f20bab0ab_populate_sysroot.tar.zst\nDEBUG: Testing URL file://40/b9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79_package_write_rpm.tar.zst\nDEBUG: Testing URL file://94/c4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://05/2a/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/d2/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://49/a7/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2f/5f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1c/b9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '40/b9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '94/c4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://9b/e9/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/12/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44_recipe_qa.tar.zst\nDEBUG: Searching for 49/a7/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2f/5f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5_recipe_qa.tar.zst\nDEBUG: Searching for 1c/b9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://40/b9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/b9/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A11%3A40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79_package_write_rpm.tar.zst;downloadfilename=40/b9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79_package_write_rpm.tar.zst\nDEBUG: For url file://94/c4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/c4/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A11%3A94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf_create_spdx.tar.zst;downloadfilename=94/c4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf_create_spdx.tar.zst\nDEBUG: Searching for 9b/e9/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://52/5e/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:525e91daf7779341247865d1a14e21ac1019431ce8ddafc0d3d7d81c886b4024_populate_sysroot.tar.zst\nDEBUG: Searching for f7/12/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/ff/ab/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:ffab7f9cc3406310196801a91016998c3d24b2fdc290fc256ee75a8f686e0f48_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 49/a7/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2f/5f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5_recipe_qa.tar.zst\nDEBUG: Using  for 1c/b9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9b/e9/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://30/31/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/bb/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152_create_spdx.tar.zst\nDEBUG: Using  for f7/12/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://37/8d/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b_package.tar.zst\nDEBUG: Testing URL file://49/a7/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2f/5f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1c/b9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9b/e9/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/fd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7_package_qa.tar.zst\nDEBUG: Searching for d9/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/b8/b1/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c_recipe_qa.tar.zst\nDEBUG: Testing URL file://f7/12/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44_recipe_qa.tar.zst\nDEBUG: Searching for 37/8d/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '49/a7/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2f/5f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/5f/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A11%3A2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5_recipe_qa.tar.zst;downloadfilename=2f/5f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1c/b9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9b/e9/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fa/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 2e/fd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d9/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e_package_qa.tar.zst\nDEBUG: Searching for universal/b8/b1/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f7/12/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 37/8d/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b_package.tar.zst\nDEBUG: For url file://49/a7/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/a7/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A11%3A49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d_deploy_source_date_epoch.tar.zst;downloadfilename=49/a7/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1c/b9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/b9/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A11%3A1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7_deploy_source_date_epoch.tar.zst;downloadfilename=1c/b9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9b/e9/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/e9/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3_deploy_source_date_epoch.tar.zst;downloadfilename=9b/e9/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/b5/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/d8/sstate:gcc-cross-x86_64::13.2.0:r0::11:fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd_populate_lic.tar.zst\nDEBUG: Using  for 2e/fd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7_package_qa.tar.zst\nDEBUG: Testing URL file://d9/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e_package_qa.tar.zst\nDEBUG: Using  for universal/b8/b1/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c_recipe_qa.tar.zst\nDEBUG: For url file://f7/12/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/12/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.92.9%3Ar0%3Acore2-64%3A11%3Af712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44_recipe_qa.tar.zst;downloadfilename=f7/12/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44_recipe_qa.tar.zst\nDEBUG: Testing URL file://37/8d/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://38/30/sstate:libmatchbox::1.12:r0::11:38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://40/b9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79_package_write_rpm.tar.zst\nDEBUG: Searching for fa/d8/sstate:gcc-cross-x86_64::13.2.0:r0::11:fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2e/fd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd9/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/b8/b1/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '37/8d/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 38/30/sstate:libmatchbox::1.12:r0::11:38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://94/c4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/5f/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://33/f4/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f_package_write_rpm.tar.zst\nDEBUG: Using  for fa/d8/sstate:gcc-cross-x86_64::13.2.0:r0::11:fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2e/fd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d9/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/7f/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3Ad97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e_package_qa.tar.zst;downloadfilename=d9/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/b8/b1/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/8d/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/8d/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.189%3Ar0%3Acore2-64%3A11%3A378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b_package.tar.zst;downloadfilename=37/8d/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b_package.tar.zst\nDEBUG: Using  for 38/30/sstate:libmatchbox::1.12:r0::11:38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://71/59/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7a/01/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 33/f4/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fa/d8/sstate:gcc-cross-x86_64::13.2.0:r0::11:fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://49/a7/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:49a79db03e198c5f14ce4b5b8278ff2689550619cd0d7be0d51013cf4e8e5d8d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2e/fd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/fd/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.3%3Ar0%3Acore2-64%3A11%3A2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7_package_qa.tar.zst;downloadfilename=2e/fd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7_package_qa.tar.zst\nDEBUG: For url file://universal/b8/b1/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b8/b1/sstate%3Aitstool-native%3Ax86_64-linux%3A2.0.7%3Ar0%3Ax86_64%3A11%3Ab8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c_recipe_qa.tar.zst;downloadfilename=universal/b8/b1/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c_recipe_qa.tar.zst\nDEBUG: Testing URL file://38/30/sstate:libmatchbox::1.12:r0::11:38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378_populate_lic.tar.zst\nDEBUG: Searching for 71/59/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/7a/01/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9b/e9/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:9be99213d10ff1dc7cfd95d2d65636038d51981b1f0827ce59d9646dee7e19f3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 33/f4/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fa/d8/sstate:gcc-cross-x86_64::13.2.0:r0::11:fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://67/6f/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7_package.tar.zst\nDEBUG: For url ['file', '', '38/30/sstate:libmatchbox::1.12:r0::11:38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1c/b9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:1cb9043b964f15b3820c762dbaa8fb8b9dfb0b190ddf0b45836da3551d4e0eb7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 71/59/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3_populate_sysroot.tar.zst\nDEBUG: Using  for universal/7a/01/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://69/11/sstate:util-linux-libuuid::2.39.3:r0::11:6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316_populate_lic.tar.zst\nDEBUG: Testing URL file://33/f4/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f_package_write_rpm.tar.zst\nDEBUG: For url file://fa/d8/sstate:gcc-cross-x86_64::13.2.0:r0::11:fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/d8/sstate%3Agcc-cross-x86_64%3A%3A13.2.0%3Ar0%3A%3A11%3Afad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd_populate_lic.tar.zst;downloadfilename=fa/d8/sstate:gcc-cross-x86_64::13.2.0:r0::11:fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd_populate_lic.tar.zst\nDEBUG: Searching for 67/6f/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://38/30/sstate:libmatchbox::1.12:r0::11:38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/30/sstate%3Alibmatchbox%3A%3A1.12%3Ar0%3A%3A11%3A38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378_populate_lic.tar.zst;downloadfilename=38/30/sstate:libmatchbox::1.12:r0::11:38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/c0/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://71/59/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/7a/01/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 69/11/sstate:util-linux-libuuid::2.39.3:r0::11:6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '33/f4/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f7/12/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44_recipe_qa.tar.zst\nDEBUG: Using  for 67/6f/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7_package.tar.zst\nDEBUG: Searching for 6c/c0/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '71/59/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/7a/01/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 69/11/sstate:util-linux-libuuid::2.39.3:r0::11:6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e_package_qa.tar.zst\nDEBUG: For url file://33/f4/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/f4/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A11%3A33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f_package_write_rpm.tar.zst;downloadfilename=33/f4/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/3c/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://67/6f/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7_package.tar.zst\nDEBUG: Using  for 6c/c0/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55_create_runtime_spdx.tar.zst\nDEBUG: For url file://71/59/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/59/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A11%3A715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3_populate_sysroot.tar.zst;downloadfilename=71/59/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3_populate_sysroot.tar.zst\nDEBUG: For url file://universal/7a/01/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7a/01/sstate%3Aperl-native%3Ax86_64-linux%3A5.38.2%3Ar0%3Ax86_64%3A11%3A7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7a/01/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://69/11/sstate:util-linux-libuuid::2.39.3:r0::11:6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://67/82/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7f/3c/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '67/6f/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6c/c0/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '69/11/sstate:util-linux-libuuid::2.39.3:r0::11:6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 67/82/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2e/fd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/7c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d_create_spdx.tar.zst\nDEBUG: Using  for 7f/3c/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b8/b1/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c_recipe_qa.tar.zst\nDEBUG: For url file://67/6f/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/6f/sstate%3Atzdata%3Aall-poky-linux%3A2023d%3Ar0%3Aallarch%3A11%3A676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7_package.tar.zst;downloadfilename=67/6f/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7_package.tar.zst\nDEBUG: For url ['file', '', '6c/c0/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://69/11/sstate:util-linux-libuuid::2.39.3:r0::11:6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/11/sstate%3Autil-linux-libuuid%3A%3A2.39.3%3Ar0%3A%3A11%3A6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316_populate_lic.tar.zst;downloadfilename=69/11/sstate:util-linux-libuuid::2.39.3:r0::11:6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316_populate_lic.tar.zst\nDEBUG: Using  for 67/82/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/9c/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/3d/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7f/3c/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/79/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6c/c0/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/c0/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55_create_runtime_spdx.tar.zst;downloadfilename=6c/c0/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://67/82/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://38/30/sstate:libmatchbox::1.12:r0::11:38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://77/e7/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/d8/sstate:gcc-cross-x86_64::13.2.0:r0::11:fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd_populate_lic.tar.zst\nDEBUG: Searching for f0/9c/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a7/3d/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7f/3c/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d5/79/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://71/59/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:715953e725c0583401b6bdbd1fc6f8f0c969eb62fb555cf57440523da9eff1e3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '67/82/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://33/f4/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f8/94/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://67/6f/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:676ff9d5c63da5f504607338c8bc5f1a522cef04044ed561d8c3b9f2dcb852b7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://04/8c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://20/77/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7a/01/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:7a01dfde257a0b7da1bb4197bea5fbac8f837193eb76822dc3769fc171fc7318_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f0/9c/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116_package_qa.tar.zst\nDEBUG: Using  for a7/3d/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb_create_runtime_spdx.tar.zst\nDEBUG: For url file://7f/3c/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/3c/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A11%3A7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a_populate_sysroot.tar.zst;downloadfilename=7f/3c/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a_populate_sysroot.tar.zst\nDEBUG: Using  for d5/79/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/8b/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a_create_spdx.tar.zst\nDEBUG: For url file://67/82/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/82/sstate%3Alibtool-cross%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3A6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6_deploy_source_date_epoch.tar.zst;downloadfilename=67/82/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/86/fb/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0_populate_sysroot.tar.zst\nDEBUG: Searching for universal/f8/94/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://27/95/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6_create_spdx.tar.zst\nDEBUG: Searching for 04/8c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 20/77/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/f7/59/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f_recipe_qa.tar.zst\nDEBUG: Testing URL file://f0/9c/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116_package_qa.tar.zst\nDEBUG: Testing URL file://a7/3d/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d5/79/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e9/8b/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://69/11/sstate:util-linux-libuuid::2.39.3:r0::11:6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316_populate_lic.tar.zst\nDEBUG: Searching for universal/86/fb/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f8/94/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 27/95/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 04/8c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 20/77/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/f7/59/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f0/9c/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a7/3d/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd5/79/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e9/8b/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://18/74/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a_create_spdx.tar.zst\nDEBUG: Using  for universal/86/fb/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/f8/94/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 27/95/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6_create_spdx.tar.zst\nDEBUG: Testing URL file://04/8c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://20/77/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/f7/59/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f_recipe_qa.tar.zst\nDEBUG: For url file://f0/9c/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/9c/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A11%3Af09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116_package_qa.tar.zst;downloadfilename=f0/9c/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116_package_qa.tar.zst\nDEBUG: For url file://a7/3d/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/3d/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.32%3Ar0%3Aallarch%3A11%3Aa73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb_create_runtime_spdx.tar.zst;downloadfilename=a7/3d/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb_create_runtime_spdx.tar.zst\nDEBUG: For url file://d5/79/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/79/sstate%3Amesa%3Acore2-64-poky-linux%3A23.3.5%3Ar0%3Acore2-64%3A11%3Ad579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6_deploy_source_date_epoch.tar.zst;downloadfilename=d5/79/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e9/8b/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a_create_spdx.tar.zst\nDEBUG: Searching for 18/74/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/86/fb/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/f8/94/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://27/95/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '04/8c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '20/77/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/f7/59/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e9/8b/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 18/74/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/86/fb/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7f/3c/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:7f3c09be8db3e375615cf02302e76f89f3471bf5b921ea8b4f7ca95b3c0b656a_populate_sysroot.tar.zst\nDEBUG: For url file://universal/f8/94/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f8/94/sstate%3Agdbm-native%3Ax86_64-linux%3A1.23%3Ar0%3Ax86_64%3A11%3Af894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f8/94/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '27/95/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://04/8c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/8c/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A11%3A048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695_deploy_source_date_epoch.tar.zst;downloadfilename=04/8c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://20/77/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/77/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A11%3A207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6_deploy_source_date_epoch.tar.zst;downloadfilename=20/77/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/f7/59/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/8b/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/8b/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.6%3Ar0%3Acore2-64%3A11%3Ae98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a_create_spdx.tar.zst;downloadfilename=e9/8b/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a_create_spdx.tar.zst\nDEBUG: Testing URL file://18/74/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a_create_spdx.tar.zst\nDEBUG: For url file://universal/86/fb/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/86/fb/sstate%3Amkfontscale-native%3Ax86_64-linux%3A1.2.2%3Ar0%3Ax86_64%3A11%3A86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0_populate_sysroot.tar.zst;downloadfilename=universal/86/fb/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/a6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a_recipe_qa.tar.zst\nDEBUG: For url file://27/95/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/95/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.40%3Ar0%3Acore2-64%3A11%3A2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6_create_spdx.tar.zst;downloadfilename=27/95/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6_create_spdx.tar.zst\nDEBUG: For url file://universal/f7/59/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/59/sstate%3Apython3-calver-native%3Ax86_64-linux%3A2022.6.26%3Ar0%3Ax86_64%3A11%3Af75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f_recipe_qa.tar.zst;downloadfilename=universal/f7/59/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/9c/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://67/82/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:6782f36f54046bd875dd00667a44129bbaaccf72cfa23621cbc3712cca6253c6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '18/74/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a7/3d/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb_create_runtime_spdx.tar.zst\nDEBUG: Searching for 2c/a6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d5/79/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:d579ab3d84473fee43cbd5b90282bd528b82059abb6498e7e90e290d71d2d0c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://18/08/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://62/13/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f8/94/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:f894fbcbd2d220b9ea501a96d69cf4fd2f22b03527a830db69bf1ae87d6346fb_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://18/74/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/74/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A11%3A18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a_create_spdx.tar.zst;downloadfilename=18/74/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/39/5f/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819_recipe_qa.tar.zst\nDEBUG: Using  for 2c/a6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/91/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b_package.tar.zst\nDEBUG: Searching for 18/08/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 62/13/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0f/6b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4_packagedata.tar.zst\nDEBUG: Searching for universal/39/5f/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://20/77/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:207743f0cf6c7332fb8da54196144ca2460073720ff8054037df5420560c50a6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://04/8c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:048c80288251b10076d61fa8dca633b3c6517c3640c36ad1b35cce73f8782695_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2c/a6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a_recipe_qa.tar.zst\nDEBUG: Searching for c6/91/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 18/08/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05_package_write_rpm.tar.zst\nDEBUG: Using  for 62/13/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7_packagedata.tar.zst\nDEBUG: Searching for 0f/6b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/39/5f/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://15/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://18/4e/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2c/a6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c6/91/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b_package.tar.zst\nDEBUG: Testing URL file://18/08/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05_package_write_rpm.tar.zst\nDEBUG: Testing URL file://62/13/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7_packagedata.tar.zst\nDEBUG: Using  for 0f/6b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4_packagedata.tar.zst\nDEBUG: Testing URL file://universal/39/5f/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819_recipe_qa.tar.zst\nDEBUG: Searching for 15/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 18/4e/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2c/a6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/a6/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A11%3A2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a_recipe_qa.tar.zst;downloadfilename=2c/a6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a_recipe_qa.tar.zst\nDEBUG: Testing URL file://c6/91/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b_package.tar.zst\nDEBUG: For url ['file', '', '18/08/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '62/13/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0f/6b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/39/5f/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 15/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa_create_runtime_spdx.tar.zst\nDEBUG: Using  for 18/4e/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c6/91/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://18/08/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/08/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A11%3A18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05_package_write_rpm.tar.zst;downloadfilename=18/08/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05_package_write_rpm.tar.zst\nDEBUG: For url file://62/13/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/13/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3A621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7_packagedata.tar.zst;downloadfilename=62/13/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/86/fb/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0f/6b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/39/5f/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/5f/sstate%3Afreetype-native%3Ax86_64-linux%3A2.13.2%3Ar0%3Ax86_64%3A11%3A395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819_recipe_qa.tar.zst;downloadfilename=universal/39/5f/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819_recipe_qa.tar.zst\nDEBUG: Testing URL file://15/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://18/4e/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee_package_write_rpm.tar.zst\nDEBUG: For url file://c6/91/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/91/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A11%3Ac691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b_package.tar.zst;downloadfilename=c6/91/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f7/59/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://26/b0/sstate:dosfstools::4.2:r0::11:26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964_populate_lic.tar.zst\nDEBUG: For url file://0f/6b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/6b/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A11%3A0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4_packagedata.tar.zst;downloadfilename=0f/6b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4_packagedata.tar.zst\nDEBUG: For url ['file', '', '15/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '18/4e/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://09/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/a6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a_recipe_qa.tar.zst\nDEBUG: Searching for 26/b0/sstate:dosfstools::4.2:r0::11:26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://15/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/12/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A11%3A15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa_create_runtime_spdx.tar.zst;downloadfilename=15/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa_create_runtime_spdx.tar.zst\nDEBUG: For url file://18/4e/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/4e/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.38%3Ar0%3Acore2-64%3A11%3A184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee_package_write_rpm.tar.zst;downloadfilename=18/4e/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://18/08/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05_package_write_rpm.tar.zst\nDEBUG: Searching for 09/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b2/bc/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594_package_write_rpm.tar.zst\nDEBUG: Using  for 26/b0/sstate:dosfstools::4.2:r0::11:26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1b/1e/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc_create_spdx.tar.zst\nDEBUG: Using  for 09/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/39/5f/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819_recipe_qa.tar.zst\nDEBUG: Searching for b2/bc/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6c/c0/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://62/13/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7_packagedata.tar.zst\nDEBUG: Testing URL file://26/b0/sstate:dosfstools::4.2:r0::11:26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964_populate_lic.tar.zst\nDEBUG: Searching for universal/1b/1e/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://09/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://06/a3/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b2/bc/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3d/62/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ac/a2/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '26/b0/sstate:dosfstools::4.2:r0::11:26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/1b/1e/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc_create_spdx.tar.zst\nDEBUG: For url ['file', '', '09/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 06/a3/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b2/bc/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594_package_write_rpm.tar.zst\nDEBUG: Searching for universal/3d/62/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ac/a2/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c6/91/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:c691d2dec26749602c9449c128a3d0132b5797f57cb5016787ba71aac314fd5b_package.tar.zst\nDEBUG: For url file://26/b0/sstate:dosfstools::4.2:r0::11:26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/b0/sstate%3Adosfstools%3A%3A4.2%3Ar0%3A%3A11%3A26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964_populate_lic.tar.zst;downloadfilename=26/b0/sstate:dosfstools::4.2:r0::11:26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/1b/1e/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc_create_spdx.tar.zst\nDEBUG: For url file://09/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/4c/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.59.0%3Ar0%3Acore2-64%3A11%3A094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68_package_write_rpm.tar.zst;downloadfilename=09/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68_package_write_rpm.tar.zst\nDEBUG: Using  for 06/a3/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b2/bc/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/3d/62/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ac/a2/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/2a/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/1b/1e/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://06/a3/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/6b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4_packagedata.tar.zst\nDEBUG: For url file://b2/bc/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/bc/sstate%3Alibnewt%3Acore2-64-poky-linux%3A0.52.24%3Ar0%3Acore2-64%3A11%3Ab2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594_package_write_rpm.tar.zst;downloadfilename=b2/bc/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/3d/62/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://15/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/ac/a2/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 3c/2a/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/1b/1e/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1b/1e/sstate%3Alibgcrypt-native%3Ax86_64-linux%3A1.10.3%3Ar0%3Ax86_64%3A11%3A1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc_create_spdx.tar.zst;downloadfilename=universal/1b/1e/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc_create_spdx.tar.zst\nDEBUG: For url ['file', '', '06/a3/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7b/74/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8_package.tar.zst\nDEBUG: For url ['file', '', 'universal/3d/62/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://18/4e/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e0/6f/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ac/a2/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3c/2a/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae_packagedata.tar.zst\nDEBUG: For url file://06/a3/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/a3/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst;downloadfilename=06/a3/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7b/74/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/3d/62/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/62/sstate%3Alibtool-native%3Ax86_64-linux%3A2.4.7%3Ar0%3Ax86_64%3A11%3A3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/3d/62/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://48/24/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048_create_spdx.tar.zst\nDEBUG: Searching for universal/e0/6f/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/ac/a2/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ac/a2/sstate%3Apython3-pyproject-hooks-native%3Ax86_64-linux%3A1.0.0%3Ar0%3Ax86_64%3A11%3Aaca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b_create_runtime_spdx.tar.zst;downloadfilename=universal/ac/a2/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://3c/2a/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae_packagedata.tar.zst\nDEBUG: Using  for 7b/74/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8_package.tar.zst\nDEBUG: Searching for 48/24/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/e0/6f/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://26/b0/sstate:dosfstools::4.2:r0::11:26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://09/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3c/2a/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7b/74/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8_package.tar.zst\nDEBUG: Using  for 48/24/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/e0/6f/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/7c/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/73/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3c/2a/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/2a/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A11%3A3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae_packagedata.tar.zst;downloadfilename=3c/2a/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae_packagedata.tar.zst\nDEBUG: For url ['file', '', '7b/74/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://48/24/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/6f/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3d/7c/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ef/73/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://7b/74/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/74/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.2%2Bgit%3Ar0%3Acore2-64%3A11%3A7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8_package.tar.zst;downloadfilename=7b/74/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8_package.tar.zst\nDEBUG: For url ['file', '', '48/24/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/1b/1e/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/bc/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594_package_write_rpm.tar.zst\nDEBUG: For url file://universal/e0/6f/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/6f/sstate%3Anasm-native%3Ax86_64-linux%3A2.16.01%3Ar0%3Ax86_64%3A11%3Ae06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e0/6f/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3d/7c/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6_recipe_qa.tar.zst\nDEBUG: Using  for ef/73/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://48/24/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/24/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048_create_spdx.tar.zst;downloadfilename=48/24/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://06/a3/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/2f/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/62/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:3d6244a310733d3332ef63ae6038b0c31bcacd752bfbf1638c6d9adbecb020a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://db/9a/sstate:libgudev::238:r0::11:db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b_populate_lic.tar.zst\nDEBUG: Testing URL file://3d/7c/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6_recipe_qa.tar.zst\nDEBUG: Testing URL file://ef/73/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://30/1e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ac/a2/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b_create_runtime_spdx.tar.zst\nDEBUG: Searching for f2/2f/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/4b/51/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1_create_spdx.tar.zst\nDEBUG: Searching for db/9a/sstate:libgudev::238:r0::11:db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3d/7c/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ef/73/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 30/1e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://54/59/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf_package.tar.zst\nDEBUG: Using  for f2/2f/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2_package_qa.tar.zst\nDEBUG: Searching for universal/4b/51/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for db/9a/sstate:libgudev::238:r0::11:db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b_populate_lic.tar.zst\nDEBUG: For url file://3d/7c/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/7c/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6_recipe_qa.tar.zst;downloadfilename=3d/7c/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6_recipe_qa.tar.zst\nDEBUG: For url file://ef/73/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/73/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A11%3Aef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3_deploy_source_date_epoch.tar.zst;downloadfilename=ef/73/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 30/1e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9_recipe_qa.tar.zst\nDEBUG: Searching for 54/59/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f2/2f/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2_package_qa.tar.zst\nDEBUG: Using  for universal/4b/51/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1_create_spdx.tar.zst\nDEBUG: Testing URL file://db/9a/sstate:libgudev::238:r0::11:db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b_populate_lic.tar.zst\nDEBUG: Testing URL file://30/1e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9_recipe_qa.tar.zst\nDEBUG: Using  for 54/59/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/2a/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f2/2f/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7b/74/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7b74e86a710228ab5a261d916a4f1f3ac64a3921f6ad80bf333eaf59c3394db8_package.tar.zst\nDEBUG: Testing URL file://universal/4b/51/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/6f/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:e06fad759f91572ec573bef54d8aa77b143951ccd04c36e4a1e7c5ce70dec52f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'db/9a/sstate:libgudev::238:r0::11:db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '30/1e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://54/59/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://36/42/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93_recipe_qa.tar.zst\nDEBUG: For url file://f2/2f/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/2f/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Af22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2_package_qa.tar.zst;downloadfilename=f2/2f/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://08/55/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/4b/51/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b1/4a/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa_packagedata.tar.zst\nDEBUG: For url file://db/9a/sstate:libgudev::238:r0::11:db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/9a/sstate%3Alibgudev%3A%3A238%3Ar0%3A%3A11%3Adb9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b_populate_lic.tar.zst;downloadfilename=db/9a/sstate:libgudev::238:r0::11:db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b_populate_lic.tar.zst\nDEBUG: For url file://30/1e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/1e/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A11%3A301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9_recipe_qa.tar.zst;downloadfilename=30/1e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '54/59/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 36/42/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 08/55/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/4b/51/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/51/sstate%3Aicu-native%3Ax86_64-linux%3A74-1%3Ar0%3Ax86_64%3A11%3A4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1_create_spdx.tar.zst;downloadfilename=universal/4b/51/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1_create_spdx.tar.zst\nDEBUG: Searching for b1/4a/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://54/59/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/59/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3A5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf_package.tar.zst;downloadfilename=54/59/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf_package.tar.zst\nDEBUG: Using  for 36/42/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/8b/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://27/95/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://48/24/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048_create_spdx.tar.zst\nDEBUG: Using  for 08/55/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/7c/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6_recipe_qa.tar.zst\nDEBUG: Using  for b1/4a/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/73/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:ef730c4bfa3d0e9f169eabf62f49d91a005ca1ccc60a0e91bf44596e5f4ff4c3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://36/42/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/f8/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://82/32/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/58/sstate:zip-native::3.0:r0::11:9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c_populate_lic.tar.zst\nDEBUG: Testing URL file://08/55/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://82/22/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9_package.tar.zst\nDEBUG: Testing URL file://b1/4a/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/22/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '36/42/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/f8/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 82/32/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9e/58/sstate:zip-native::3.0:r0::11:9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '08/55/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 82/22/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b1/4a/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0b/22/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://36/42/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/42/sstate%3Anpth%3Acore2-64-poky-linux%3A1.6%3Ar0%3Acore2-64%3A11%3A3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93_recipe_qa.tar.zst;downloadfilename=36/42/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93_recipe_qa.tar.zst\nDEBUG: Using  for 2a/f8/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/2f/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2_package_qa.tar.zst\nDEBUG: Using  for 82/32/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2_create_runtime_spdx.tar.zst\nDEBUG: Using  for 9e/58/sstate:zip-native::3.0:r0::11:9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c_populate_lic.tar.zst\nDEBUG: For url file://08/55/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/55/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.78.1%3Ar0%3Acore2-64%3A11%3A08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f_populate_sysroot.tar.zst;downloadfilename=08/55/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f_populate_sysroot.tar.zst\nDEBUG: Using  for 82/22/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9_package.tar.zst\nDEBUG: For url file://b1/4a/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/4a/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A11%3Ab14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa_packagedata.tar.zst;downloadfilename=b1/4a/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa_packagedata.tar.zst\nDEBUG: Using  for 0b/22/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://2a/f8/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://30/1e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/62/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://18/74/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://db/9a/sstate:libgudev::238:r0::11:db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b_populate_lic.tar.zst\nDEBUG: Testing URL file://82/32/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9e/58/sstate:zip-native::3.0:r0::11:9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c_populate_lic.tar.zst\nDEBUG: Testing URL file://82/22/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9_package.tar.zst\nDEBUG: Testing URL file://0b/22/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/51/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2a/f8/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://82/c2/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a_package_write_rpm.tar.zst\nDEBUG: Searching for fe/62/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/b3/56/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://55/2c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f_packagedata.tar.zst\nDEBUG: For url ['file', '', '82/32/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9e/58/sstate:zip-native::3.0:r0::11:9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '82/22/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0b/22/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://23/55/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8_populate_sysroot.tar.zst\nDEBUG: For url file://2a/f8/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/f8/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8_package_write_rpm.tar.zst;downloadfilename=2a/f8/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8_package_write_rpm.tar.zst\nDEBUG: Searching for 82/c2/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fe/62/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/b3/56/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 55/2c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://82/32/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/32/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A11%3A8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2_create_runtime_spdx.tar.zst;downloadfilename=82/32/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2_create_runtime_spdx.tar.zst\nDEBUG: For url file://9e/58/sstate:zip-native::3.0:r0::11:9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/58/sstate%3Azip-native%3A%3A3.0%3Ar0%3A%3A11%3A9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c_populate_lic.tar.zst;downloadfilename=9e/58/sstate:zip-native::3.0:r0::11:9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c_populate_lic.tar.zst\nDEBUG: For url file://82/22/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/22/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9_package.tar.zst;downloadfilename=82/22/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://54/59/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:5459ce45f8bf353a91093a4b75dae8d124cf98c6cff5cbf3a36d75ad37471bbf_package.tar.zst\nDEBUG: For url file://0b/22/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/22/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3A0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b_package_write_rpm.tar.zst;downloadfilename=0b/22/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b_package_write_rpm.tar.zst\nDEBUG: Searching for 23/55/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 82/c2/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fe/62/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/b3/56/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b_create_spdx.tar.zst\nDEBUG: Using  for 55/2c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://89/f4/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://36/42/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://08/55/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:08557559a8de27161bebf1e52ff6573d82ae6f23e120eef370d8db0e8dd7202f_populate_sysroot.tar.zst\nDEBUG: Using  for 23/55/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/4a/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa_packagedata.tar.zst\nDEBUG: Testing URL file://82/c2/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fe/62/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/b3/56/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b_create_spdx.tar.zst\nDEBUG: Testing URL file://55/2c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f_packagedata.tar.zst\nDEBUG: Searching for 89/f4/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/a0/86/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://41/4b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111_package_write_rpm.tar.zst\nDEBUG: Testing URL file://23/55/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://81/8c/sstate:libxml-sax-perl-native::1.02:r0::11:818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb_populate_lic.tar.zst\nDEBUG: For url ['file', '', '82/c2/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fe/62/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/62/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3Afe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5_create_runtime_spdx.tar.zst;downloadfilename=fe/62/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b3/56/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '55/2c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 89/f4/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/a0/86/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 41/4b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '23/55/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 81/8c/sstate:libxml-sax-perl-native::1.02:r0::11:818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2a/f8/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8_package_write_rpm.tar.zst\nDEBUG: For url file://82/c2/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/c2/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A11%3A82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a_package_write_rpm.tar.zst;downloadfilename=82/c2/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a_package_write_rpm.tar.zst\nDEBUG: For url file://universal/b3/56/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b3/56/sstate%3Acurl-native%3Ax86_64-linux%3A8.6.0%3Ar0%3Ax86_64%3A11%3Ab356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b_create_spdx.tar.zst;downloadfilename=universal/b3/56/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b_create_spdx.tar.zst\nDEBUG: For url file://55/2c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/2c/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f_packagedata.tar.zst;downloadfilename=55/2c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f_packagedata.tar.zst\nDEBUG: Testing URL file://89/f4/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/a0/86/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4_recipe_qa.tar.zst\nDEBUG: Using  for 41/4b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111_package_write_rpm.tar.zst\nDEBUG: For url file://23/55/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/55/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A11%3A2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8_populate_sysroot.tar.zst;downloadfilename=23/55/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8_populate_sysroot.tar.zst\nDEBUG: Using  for 81/8c/sstate:libxml-sax-perl-native::1.02:r0::11:818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/2b/sstate:pango::1.51.0:r0::11:b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929_populate_lic.tar.zst\nDEBUG: For url ['file', '', '89/f4/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/a0/86/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4_recipe_qa.tar.zst\nDEBUG: Testing URL file://41/4b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111_package_write_rpm.tar.zst\nDEBUG: Testing URL file://81/8c/sstate:libxml-sax-perl-native::1.02:r0::11:818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb_populate_lic.tar.zst\nDEBUG: Searching for b4/2b/sstate:pango::1.51.0:r0::11:b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0b/22/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b_package_write_rpm.tar.zst\nDEBUG: For url file://89/f4/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/f4/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.36%3Ar0%3Acore2-64%3A11%3A89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2_create_runtime_spdx.tar.zst;downloadfilename=89/f4/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/58/sstate:zip-native::3.0:r0::11:9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://82/22/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:8222b0b7baa46e3e50905ec659de79a0f34a719c808d79791c9dfea718734fb9_package.tar.zst\nDEBUG: For url ['file', '', 'universal/a0/86/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '41/4b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '81/8c/sstate:libxml-sax-perl-native::1.02:r0::11:818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b4/2b/sstate:pango::1.51.0:r0::11:b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/74/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba_package.tar.zst\nDEBUG: SState: Attempting to fetch file://72/c8/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/80/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e_recipe_qa.tar.zst\nDEBUG: For url file://universal/a0/86/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/86/sstate%3Arust-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3Aa086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4_recipe_qa.tar.zst;downloadfilename=universal/a0/86/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4_recipe_qa.tar.zst\nDEBUG: For url file://41/4b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/4b/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A11%3A414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111_package_write_rpm.tar.zst;downloadfilename=41/4b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111_package_write_rpm.tar.zst\nDEBUG: For url file://81/8c/sstate:libxml-sax-perl-native::1.02:r0::11:818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/8c/sstate%3Alibxml-sax-perl-native%3A%3A1.02%3Ar0%3A%3A11%3A818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb_populate_lic.tar.zst;downloadfilename=81/8c/sstate:libxml-sax-perl-native::1.02:r0::11:818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb_populate_lic.tar.zst\nDEBUG: Testing URL file://b4/2b/sstate:pango::1.51.0:r0::11:b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929_populate_lic.tar.zst\nDEBUG: Searching for b0/74/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 72/c8/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7d/80/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://82/c2/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b4/2b/sstate:pango::1.51.0:r0::11:b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b0/74/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba_package.tar.zst\nDEBUG: SState: Successful fetch test for file://55/2c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://23/55/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2355b857e7f798611160674342be60cbea0179e5b54ec88cb850f686330367a8_populate_sysroot.tar.zst\nDEBUG: Using  for 72/c8/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef_create_runtime_spdx.tar.zst\nDEBUG: Using  for 7d/80/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/af/3c/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e_populate_sysroot.tar.zst\nDEBUG: For url file://b4/2b/sstate:pango::1.51.0:r0::11:b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/2b/sstate%3Apango%3A%3A1.51.0%3Ar0%3A%3A11%3Ab42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929_populate_lic.tar.zst;downloadfilename=b4/2b/sstate:pango::1.51.0:r0::11:b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929_populate_lic.tar.zst\nDEBUG: Testing URL file://b0/74/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba_package.tar.zst\nDEBUG: SState: Attempting to fetch file://36/28/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d2/34/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99_recipe_qa.tar.zst\nDEBUG: Testing URL file://72/c8/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7d/80/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e_recipe_qa.tar.zst\nDEBUG: Searching for universal/af/3c/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b0/74/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 36/28/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/b3/56/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b_create_spdx.tar.zst\nDEBUG: Searching for universal/d2/34/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '72/c8/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7d/80/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/af/3c/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e_populate_sysroot.tar.zst\nDEBUG: For url file://b0/74/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/74/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.26%3Ar0%3Acore2-64%3A11%3Ab074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba_package.tar.zst;downloadfilename=b0/74/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba_package.tar.zst\nDEBUG: Using  for 36/28/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/a6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128_packagedata.tar.zst\nDEBUG: Using  for universal/d2/34/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99_recipe_qa.tar.zst\nDEBUG: For url file://72/c8/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/c8/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A11%3A72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef_create_runtime_spdx.tar.zst;downloadfilename=72/c8/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef_create_runtime_spdx.tar.zst\nDEBUG: For url file://7d/80/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/80/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.0%3Ar0%3Acore2-64%3A11%3A7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e_recipe_qa.tar.zst;downloadfilename=7d/80/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/af/3c/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://36/28/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da_package_write_rpm.tar.zst\nDEBUG: Searching for 8b/a6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/d2/34/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/af/3c/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '36/28/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://41/4b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111_package_write_rpm.tar.zst\nDEBUG: Using  for 8b/a6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/d2/34/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/af/3c/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/af/3c/sstate%3Ae2fsprogs-native%3Ax86_64-linux%3A1.47.0%3Ar0%3Ax86_64%3A11%3Aaf3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e_populate_sysroot.tar.zst;downloadfilename=universal/af/3c/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e_populate_sysroot.tar.zst\nDEBUG: For url file://36/28/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/28/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A11%3A362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da_package_write_rpm.tar.zst;downloadfilename=36/28/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/19/da/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc_recipe_qa.tar.zst\nDEBUG: Testing URL file://8b/a6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128_packagedata.tar.zst\nDEBUG: For url file://universal/d2/34/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d2/34/sstate%3Axtrans-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A11%3Ad23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99_recipe_qa.tar.zst;downloadfilename=universal/d2/34/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://81/8c/sstate:libxml-sax-perl-native::1.02:r0::11:818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb_populate_lic.tar.zst\nDEBUG: Searching for universal/19/da/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/a0/86/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:a086988aa9479f2e8b3b066ff0e146dd1f4a8dc5ec16922aa0ddc33c096cafb4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/2b/sstate:pango::1.51.0:r0::11:b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8b/a6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://db/ae/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/19/da/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/74/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:b074fb24e52e83063657781fa74e776afa78d8cf91d8315933cdb9d62eddd9ba_package.tar.zst\nDEBUG: SState: Attempting to fetch file://64/bb/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/1a/sstate:python3-hatchling-native::1.21.0:r0::11:1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3_populate_lic.tar.zst\nDEBUG: For url file://8b/a6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/a6/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128_packagedata.tar.zst;downloadfilename=8b/a6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128_packagedata.tar.zst\nDEBUG: Searching for db/ae/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/19/da/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/03/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 64/bb/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1d/1a/sstate:python3-hatchling-native::1.21.0:r0::11:1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for db/ae/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/19/da/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f7/03/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 64/bb/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1d/1a/sstate:python3-hatchling-native::1.21.0:r0::11:1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3_populate_lic.tar.zst\nDEBUG: Testing URL file://db/ae/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/19/da/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/da/sstate%3Anasm-native%3Ax86_64-linux%3A2.16.01%3Ar0%3Ax86_64%3A11%3A19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc_recipe_qa.tar.zst;downloadfilename=universal/19/da/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc_recipe_qa.tar.zst\nDEBUG: Using  for f7/03/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://64/bb/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1d/1a/sstate:python3-hatchling-native::1.21.0:r0::11:1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'db/ae/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f7/03/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '64/bb/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7d/80/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1d/1a/sstate:python3-hatchling-native::1.21.0:r0::11:1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/af/3c/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e_populate_sysroot.tar.zst\nDEBUG: For url file://db/ae/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/ae/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A11%3Adbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7_create_runtime_spdx.tar.zst;downloadfilename=db/ae/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f7/03/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://64/bb/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/bb/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A11%3A64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372_deploy_source_date_epoch.tar.zst;downloadfilename=64/bb/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://42/c5/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b_package.tar.zst\nDEBUG: For url file://1d/1a/sstate:python3-hatchling-native::1.21.0:r0::11:1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/1a/sstate%3Apython3-hatchling-native%3A%3A1.21.0%3Ar0%3A%3A11%3A1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3_populate_lic.tar.zst;downloadfilename=1d/1a/sstate:python3-hatchling-native::1.21.0:r0::11:1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e_package_write_rpm.tar.zst\nDEBUG: For url file://f7/03/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/03/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3Af703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1_create_runtime_spdx.tar.zst;downloadfilename=f7/03/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 42/c5/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://36/28/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/a6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128_packagedata.tar.zst\nDEBUG: Searching for 6f/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/d2/34/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:11:d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99_recipe_qa.tar.zst\nDEBUG: Using  for 42/c5/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://97/1e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/19/da/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:19da5fccbd091bb80f5210a65dc025efc014ca8da792d50c72a9286de47ff7dc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://71/f0/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://82/32/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2_create_runtime_spdx.tar.zst\nDEBUG: Using  for 6f/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/5e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935_create_spdx.tar.zst\nDEBUG: Testing URL file://42/c5/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b_package.tar.zst\nDEBUG: Searching for 97/1e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/d8/4b/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64_populate_sysroot.tar.zst\nDEBUG: Searching for 71/f0/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://dd/74/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6f/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e_package_write_rpm.tar.zst\nDEBUG: Searching for f9/5e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '42/c5/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 97/1e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/d8/4b/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 71/f0/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72_packagedata.tar.zst\nDEBUG: Searching for dd/74/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '6f/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f9/5e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935_create_spdx.tar.zst\nDEBUG: For url file://42/c5/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/c5/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3A42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b_package.tar.zst;downloadfilename=42/c5/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b_package.tar.zst\nDEBUG: Testing URL file://97/1e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/d8/4b/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64_populate_sysroot.tar.zst\nDEBUG: Testing URL file://71/f0/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72_packagedata.tar.zst\nDEBUG: Using  for dd/74/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581_package_write_rpm.tar.zst\nDEBUG: For url file://6f/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/ff/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%3Ar0%3Aallarch%3A11%3A6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e_package_write_rpm.tar.zst;downloadfilename=6f/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f9/5e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/bb/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:64bb2e6dae70f7fa8d61b5a8142c037d66c74f3249889df2727728a32ff48372_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '97/1e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/d8/4b/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '71/f0/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://dd/74/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f9/5e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://9d/4f/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d_packagedata.tar.zst\nDEBUG: For url file://97/1e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/1e/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b_create_runtime_spdx.tar.zst;downloadfilename=97/1e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d8/4b/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://71/f0/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/f0/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A11%3A71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72_packagedata.tar.zst;downloadfilename=71/f0/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72_packagedata.tar.zst\nDEBUG: For url ['file', '', 'dd/74/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f9/5e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/5e/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A11%3Af95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935_create_spdx.tar.zst;downloadfilename=f9/5e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935_create_spdx.tar.zst\nDEBUG: Searching for 9d/4f/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://1d/1a/sstate:python3-hatchling-native::1.21.0:r0::11:1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3_populate_lic.tar.zst\nDEBUG: For url file://universal/d8/4b/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d8/4b/sstate%3Acargo-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3Ad84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64_populate_sysroot.tar.zst;downloadfilename=universal/d8/4b/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64_populate_sysroot.tar.zst\nDEBUG: For url file://dd/74/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/74/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A11%3Add7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581_package_write_rpm.tar.zst;downloadfilename=dd/74/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://42/c5/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:42c5135123f834a7d14dbfe7f8f97fbfa4224e19b0292b2fa3a7c94570eb672b_package.tar.zst\nDEBUG: Using  for 9d/4f/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1b/dc/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/e8/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://97/1e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9d/4f/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d_packagedata.tar.zst\nDEBUG: Searching for universal/1b/dc/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bf/e8/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fe/62/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/e8/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://56/28/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '9d/4f/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/1b/dc/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4_populate_sysroot.tar.zst\nDEBUG: Using  for bf/e8/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://71/f0/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://54/39/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8_populate_sysroot.tar.zst\nDEBUG: Searching for d3/e8/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 56/28/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://9d/4f/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/4f/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d_packagedata.tar.zst;downloadfilename=9d/4f/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d_packagedata.tar.zst\nDEBUG: Testing URL file://universal/1b/dc/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/5e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935_create_spdx.tar.zst\nDEBUG: Testing URL file://bf/e8/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://50/e0/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 54/39/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d3/e8/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3_package_write_rpm.tar.zst\nDEBUG: Using  for 56/28/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1b/dc/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://83/f0/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'bf/e8/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 50/e0/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 54/39/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d3/e8/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://56/28/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/1b/dc/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1b/dc/sstate%3Abison-native%3Ax86_64-linux%3A3.8.2%3Ar0%3Ax86_64%3A11%3A1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4_populate_sysroot.tar.zst;downloadfilename=universal/1b/dc/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4_populate_sysroot.tar.zst\nDEBUG: Searching for 83/f0/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/d8/4b/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:d84b2b0df2186d719b22de61d04832406b397d229d2e436f18095cfbfe0dca64_populate_sysroot.tar.zst\nDEBUG: For url file://bf/e8/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/e8/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A11%3Abfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6_package_qa.tar.zst;downloadfilename=bf/e8/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6_package_qa.tar.zst\nDEBUG: Using  for 50/e0/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://54/39/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/74/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd3/e8/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '56/28/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 83/f0/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/86/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://50/e0/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '54/39/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9d/4f/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/ff/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://db/64/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:db6437b4b1c68e5f0a67d6515ff8a709665631d6abc001bfe9ba4cc3da96a161_package.tar.zst\nDEBUG: For url file://d3/e8/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/e8/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3Ad3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3_package_write_rpm.tar.zst;downloadfilename=d3/e8/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3_package_write_rpm.tar.zst\nDEBUG: For url file://56/28/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/28/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A11%3A5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5_create_runtime_spdx.tar.zst;downloadfilename=56/28/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://83/f0/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b_populate_sysroot.tar.zst\nDEBUG: Searching for a4/86/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '50/e0/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://54/39/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/39/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.42%3Ar0%3Acore2-64%3A11%3A543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8_populate_sysroot.tar.zst;downloadfilename=54/39/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://40/4d/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350_package_qa.tar.zst\nDEBUG: Searching for 7c/ff/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://11/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3_package_qa.tar.zst\nDEBUG: For url ['file', '', '83/f0/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a4/86/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://50/e0/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/e0/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d_deploy_source_date_epoch.tar.zst;downloadfilename=50/e0/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1b/dc/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:11:1bdc6adf4c50dde1b6be1eda35f2e81a97a71c91c64e36f7419905d1a57047e4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://89/f4/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/e8/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6_package_qa.tar.zst\nDEBUG: Searching for 40/4d/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7c/ff/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b_packagedata.tar.zst\nDEBUG: Searching for 11/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://83/f0/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/f0/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A11%3A83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b_populate_sysroot.tar.zst;downloadfilename=83/f0/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a4/86/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/3e/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://60/f8/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://06/21/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746_packagedata.tar.zst\nDEBUG: Using  for 40/4d/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350_package_qa.tar.zst\nDEBUG: Testing URL file://7c/ff/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b_packagedata.tar.zst\nDEBUG: Using  for 11/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a4/86/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a5/3e/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://72/c8/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef_create_runtime_spdx.tar.zst\nDEBUG: Searching for 60/f8/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 06/21/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://40/4d/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350_package_qa.tar.zst\nDEBUG: For url ['file', '', '7c/ff/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://11/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3_package_qa.tar.zst\nDEBUG: For url file://a4/86/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/86/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A11%3Aa48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f_deploy_source_date_epoch.tar.zst;downloadfilename=a4/86/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a5/3e/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/ba/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1_packagedata.tar.zst\nDEBUG: Using  for 60/f8/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9_create_spdx.tar.zst\nDEBUG: Using  for 06/21/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://54/39/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:543993302b3762fc08132169eaa5331a644e9325e643663974427c3d8a4fe3d8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '40/4d/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7c/ff/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/ff/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b_packagedata.tar.zst;downloadfilename=7c/ff/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b_packagedata.tar.zst\nDEBUG: For url ['file', '', '11/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a5/3e/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd_package_write_deb.tar.zst\nDEBUG: Searching for dd/ba/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://60/f8/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9_create_spdx.tar.zst\nDEBUG: Testing URL file://06/21/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://50/e0/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:50e0d9082db0271d9d9fcbdf4806c00040b26723b1c9874a0a2c48b652e7e48d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://51/58/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88_create_runtime_spdx.tar.zst\nDEBUG: For url file://40/4d/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/4d/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A11%3A404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350_package_qa.tar.zst;downloadfilename=40/4d/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350_package_qa.tar.zst\nDEBUG: For url file://11/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/48/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3_package_qa.tar.zst;downloadfilename=11/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a5/3e/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://83/f0/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:83f05d2e1ac714659813a82da72f24c12fc0a3a1e44abc48ef9dc9ec79395a7b_populate_sysroot.tar.zst\nDEBUG: Using  for dd/ba/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1_packagedata.tar.zst\nDEBUG: For url ['file', '', '60/f8/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '06/21/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/03/f2/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59_populate_sysroot.tar.zst\nDEBUG: Searching for 51/58/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a5/3e/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/3e/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3Aa53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd_package_write_deb.tar.zst;downloadfilename=a5/3e/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/90/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://dd/ba/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1_packagedata.tar.zst\nDEBUG: For url file://60/f8/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/f8/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A11%3A60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9_create_spdx.tar.zst;downloadfilename=60/f8/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9_create_spdx.tar.zst\nDEBUG: For url file://06/21/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/21/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A11%3A06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746_packagedata.tar.zst;downloadfilename=06/21/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746_packagedata.tar.zst\nDEBUG: Searching for universal/03/f2/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a4/86/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:a48622167fd4d0a311a9cd88d89ba268bd545609f34759fb240f7108aca28d6f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/ff/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b_packagedata.tar.zst\nDEBUG: Using  for 51/58/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88_create_runtime_spdx.tar.zst\nDEBUG: Searching for bc/90/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'dd/ba/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f7/03/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/03/f2/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://40/4d/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/58/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc_package.tar.zst\nDEBUG: SState: Attempting to fetch file://27/ab/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://11/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3_package_qa.tar.zst\nDEBUG: Testing URL file://51/58/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88_create_runtime_spdx.tar.zst\nDEBUG: Using  for bc/90/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c_create_runtime_spdx.tar.zst\nDEBUG: For url file://dd/ba/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/ba/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3Addbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1_packagedata.tar.zst;downloadfilename=dd/ba/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://94/27/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d_package_qa.tar.zst\nDEBUG: Testing URL file://universal/03/f2/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://07/c9/sstate:autoconf-native::2.72e:r0::11:07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29_populate_lic.tar.zst\nDEBUG: Searching for 2c/58/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 27/ab/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://db/ae/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1f/a9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '51/58/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bc/90/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c_create_runtime_spdx.tar.zst\nDEBUG: Searching for 94/27/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/03/f2/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a5/3e/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd_package_write_deb.tar.zst\nDEBUG: Searching for 07/c9/sstate:autoconf-native::2.72e:r0::11:07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2c/58/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc_package.tar.zst\nDEBUG: Using  for 27/ab/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/07/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1_package.tar.zst\nDEBUG: Searching for universal/1f/a9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://51/58/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/58/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A11%3A51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88_create_runtime_spdx.tar.zst;downloadfilename=51/58/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'bc/90/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://06/21/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746_packagedata.tar.zst\nDEBUG: Using  for 94/27/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d_package_qa.tar.zst\nDEBUG: For url file://universal/03/f2/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/f2/sstate%3Alzip-native%3Ax86_64-linux%3A1.24%3Ar0%3Ax86_64%3A11%3A03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59_populate_sysroot.tar.zst;downloadfilename=universal/03/f2/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a6/6b/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84_create_spdx.tar.zst\nDEBUG: Using  for 07/c9/sstate:autoconf-native::2.72e:r0::11:07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29_populate_lic.tar.zst\nDEBUG: Testing URL file://2c/58/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc_package.tar.zst\nDEBUG: Testing URL file://27/ab/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526_create_spdx.tar.zst\nDEBUG: Searching for c0/07/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/1f/a9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4_populate_sysroot.tar.zst\nDEBUG: For url file://bc/90/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/90/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A11%3Abc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c_create_runtime_spdx.tar.zst;downloadfilename=bc/90/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/82/92/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://94/27/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d_package_qa.tar.zst\nDEBUG: Searching for universal/a6/6b/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://07/c9/sstate:autoconf-native::2.72e:r0::11:07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2c/58/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '27/ab/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dd/ba/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1_packagedata.tar.zst\nDEBUG: Using  for c0/07/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1_package.tar.zst\nDEBUG: Testing URL file://universal/1f/a9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4_populate_sysroot.tar.zst\nDEBUG: Searching for universal/82/92/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '94/27/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/a6/6b/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84_create_spdx.tar.zst\nDEBUG: For url ['file', '', '07/c9/sstate:autoconf-native::2.72e:r0::11:07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2c/58/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/58/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A11%3A2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc_package.tar.zst;downloadfilename=2c/58/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc_package.tar.zst\nDEBUG: For url file://27/ab/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/ab/sstate%3Aiw%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526_create_spdx.tar.zst;downloadfilename=27/ab/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/de/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c0/07/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1_package.tar.zst\nDEBUG: For url ['file', '', 'universal/1f/a9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/82/92/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://94/27/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/27/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A11%3A94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d_package_qa.tar.zst;downloadfilename=94/27/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d_package_qa.tar.zst\nDEBUG: Testing URL file://universal/a6/6b/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84_create_spdx.tar.zst\nDEBUG: For url file://07/c9/sstate:autoconf-native::2.72e:r0::11:07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/c9/sstate%3Aautoconf-native%3A%3A2.72e%3Ar0%3A%3A11%3A07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29_populate_lic.tar.zst;downloadfilename=07/c9/sstate:autoconf-native::2.72e:r0::11:07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29_populate_lic.tar.zst\nDEBUG: Searching for d8/de/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/03/f2/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:03f29005e9873b0002f622dd3f21a6df01911d2921f30e50b67460abab521c59_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c0/07/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/1f/a9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/a9/sstate%3Apython3-six-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4_populate_sysroot.tar.zst;downloadfilename=universal/1f/a9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/82/92/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/a6/6b/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://bc/90/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/e8/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3_package_write_rpm.tar.zst\nDEBUG: Using  for d8/de/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/0d/sstate:chrpath-native::0.16:r0::11:ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b_populate_lic.tar.zst\nDEBUG: For url file://c0/07/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/07/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.12%3Ar0%3Acore2-64%3A11%3Ac007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1_package.tar.zst;downloadfilename=c0/07/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1_package.tar.zst\nDEBUG: For url ['file', '', 'universal/82/92/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2c/58/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:2c5818b66f420f9616c79dcffc846f3c8de89c71ee4d4026029d9695b8416acc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://27/ab/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526_create_spdx.tar.zst\nDEBUG: For url file://universal/a6/6b/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a6/6b/sstate%3Aopkg-utils-native%3Ax86_64-linux%3A0.6.3%3Ar0%3Ax86_64%3A11%3Aa66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84_create_spdx.tar.zst;downloadfilename=universal/a6/6b/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/73/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/55/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d8/de/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9_package_write_ipk.tar.zst\nDEBUG: Searching for ca/0d/sstate:chrpath-native::0.16:r0::11:ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/82/92/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/82/92/sstate%3Aelfutils-native%3Ax86_64-linux%3A0.189%3Ar0%3Ax86_64%3A11%3A8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948_deploy_source_date_epoch.tar.zst;downloadfilename=universal/82/92/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://94/27/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://14/66/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://81/ab/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381_package_write_rpm.tar.zst\nDEBUG: Searching for 9b/73/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/50/55/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://07/c9/sstate:autoconf-native::2.72e:r0::11:07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd8/de/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ca/0d/sstate:chrpath-native::0.16:r0::11:ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/01/77/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/a9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4_populate_sysroot.tar.zst\nDEBUG: Searching for 14/66/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 81/ab/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9b/73/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/50/55/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/a9/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b_create_spdx.tar.zst\nDEBUG: For url file://d8/de/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/de/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ad8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9_package_write_ipk.tar.zst;downloadfilename=d8/de/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ca/0d/sstate:chrpath-native::0.16:r0::11:ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b_populate_lic.tar.zst\nDEBUG: Searching for universal/01/77/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://af/76/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/07/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:c007ba179da20aaa5ad7d53eecbab969b4606e976f3ec9a786baec42b0b8f3a1_package.tar.zst\nDEBUG: Using  for 14/66/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 81/ab/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381_package_write_rpm.tar.zst\nDEBUG: Testing URL file://9b/73/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/50/55/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/84/a9/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ca/0d/sstate:chrpath-native::0.16:r0::11:ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/01/77/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for af/76/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/a6/6b/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9e/9b/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://14/66/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://81/ab/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/82/92/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:8292b24e714eb889af05f91ce47af4cf1368bd62dc26269ca10b7d63fea8c948_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9b/73/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/50/55/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/84/a9/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b_create_spdx.tar.zst\nDEBUG: For url file://ca/0d/sstate:chrpath-native::0.16:r0::11:ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/0d/sstate%3Achrpath-native%3A%3A0.16%3Ar0%3A%3A11%3Aca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b_populate_lic.tar.zst;downloadfilename=ca/0d/sstate:chrpath-native::0.16:r0::11:ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/01/77/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for af/76/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://10/b2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/9e/9b/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '14/66/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '81/ab/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://39/0d/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9b/73/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/73/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.3%3Ar0%3Acore2-64%3A11%3A9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92_deploy_source_date_epoch.tar.zst;downloadfilename=9b/73/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/50/55/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/55/sstate%3Apython3-zipp-native%3Ax86_64-linux%3A3.17.0%3Ar0%3Ax86_64%3A11%3A5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d_create_runtime_spdx.tar.zst;downloadfilename=universal/50/55/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/84/a9/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/01/77/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://af/76/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427_create_spdx.tar.zst\nDEBUG: Searching for 10/b2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/9e/9b/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2_create_runtime_spdx.tar.zst\nDEBUG: For url file://14/66/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/66/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.50.1%3Ar0%3Acore2-64%3A11%3A1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451_deploy_source_date_epoch.tar.zst;downloadfilename=14/66/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://81/ab/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/ab/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.72.0%3Ar0%3Acore2-64%3A11%3A81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381_package_write_rpm.tar.zst;downloadfilename=81/ab/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381_package_write_rpm.tar.zst\nDEBUG: Searching for 39/0d/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/84/a9/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/01/77/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/01/77/sstate%3Apython3-setuptools-scm-native%3Ax86_64-linux%3A8.0.4%3Ar0%3Ax86_64%3A11%3A017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577_deploy_source_date_epoch.tar.zst;downloadfilename=universal/01/77/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/de/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'af/76/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 10/b2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/9e/9b/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2_create_runtime_spdx.tar.zst\nDEBUG: Using  for 39/0d/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/84/a9/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/a9/sstate%3Alibtool-native%3Ax86_64-linux%3A2.4.7%3Ar0%3Ax86_64%3A11%3A84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b_create_spdx.tar.zst;downloadfilename=universal/84/a9/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/0d/sstate:chrpath-native::0.16:r0::11:ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/d3/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09_package.tar.zst\nDEBUG: SState: Successful fetch test for file://60/f8/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/55/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d_create_runtime_spdx.tar.zst\nDEBUG: For url file://af/76/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/76/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3Aaf76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427_create_spdx.tar.zst;downloadfilename=af/76/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427_create_spdx.tar.zst\nDEBUG: Testing URL file://10/b2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/9e/9b/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://39/0d/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/73/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:9b73fb7b9c5bdbaef6a63b16c0a560e7ec4a97c09eed76314740626625c3ef92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/ef/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764_package_write_rpm.tar.zst\nDEBUG: Searching for 6d/d3/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://65/35/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/ca/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '10/b2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/9e/9b/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9e/9b/sstate%3Apython3-hatch-vcs-native%3Ax86_64-linux%3A0.4.0%3Ar0%3Ax86_64%3A11%3A9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2_create_runtime_spdx.tar.zst;downloadfilename=universal/9e/9b/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://14/66/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:1466aa9d5a469d944b29333e89ff85eea13baeec86346e63ba7fe0815d190451_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '39/0d/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0d/0a/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c_create_runtime_spdx.tar.zst\nDEBUG: Searching for 4f/ef/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6d/d3/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09_package.tar.zst\nDEBUG: Searching for 65/35/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://56/28/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5_create_runtime_spdx.tar.zst\nDEBUG: Searching for d6/ca/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/01/77/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:017733a341b8833d0a0d863a937d442bde23640b134c61f3a920a6a8df2c0577_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://10/b2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/b2/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A11%3A10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0_deploy_source_date_epoch.tar.zst;downloadfilename=10/b2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://22/3e/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f_package_write_rpm.tar.zst\nDEBUG: For url file://39/0d/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/0d/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst;downloadfilename=39/0d/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/84/a9/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://51/58/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88_create_runtime_spdx.tar.zst\nDEBUG: Searching for 0d/0a/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4f/ef/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6d/d3/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09_package.tar.zst\nDEBUG: Using  for 65/35/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://88/3b/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13_recipe_qa.tar.zst\nDEBUG: Using  for d6/ca/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/58/1d/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880_create_spdx.tar.zst\nDEBUG: Searching for 22/3e/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://af/76/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://00/c8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9e/9b/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://23/31/sstate:libxv::1.0.12:r0::11:233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764_populate_lic.tar.zst\nDEBUG: Using  for 0d/0a/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://4f/ef/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6d/d3/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://65/35/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc_recipe_qa.tar.zst\nDEBUG: Searching for 88/3b/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d6/ca/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/58/1d/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 22/3e/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://21/00/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615_create_runtime_spdx.tar.zst\nDEBUG: Searching for 00/c8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fe/76/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 23/31/sstate:libxv::1.0.12:r0::11:233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0d/0a/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '4f/ef/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6d/d3/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/d3/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A11%3A6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09_package.tar.zst;downloadfilename=6d/d3/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09_package.tar.zst\nDEBUG: For url ['file', '', '65/35/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 88/3b/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd6/ca/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/58/1d/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880_create_spdx.tar.zst\nDEBUG: Testing URL file://22/3e/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f_package_write_rpm.tar.zst\nDEBUG: Searching for 21/00/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 00/c8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c_packagedata.tar.zst\nDEBUG: Searching for fe/76/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://10/b2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:10b2c491fa179e651839fdff7a5d7724e27c9b3c30d339f1bca58f1ea1e92ba0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 23/31/sstate:libxv::1.0.12:r0::11:233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0d/0a/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4f/ef/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/ef/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A11%3A4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764_package_write_rpm.tar.zst;downloadfilename=4f/ef/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764_package_write_rpm.tar.zst\nDEBUG: For url file://65/35/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/35/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc_recipe_qa.tar.zst;downloadfilename=65/35/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc_recipe_qa.tar.zst\nDEBUG: Testing URL file://88/3b/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13_recipe_qa.tar.zst\nDEBUG: For url file://d6/ca/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/ca/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.26%3Ar0%3Acore2-64%3A11%3Ad6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343_deploy_source_date_epoch.tar.zst;downloadfilename=d6/ca/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/58/1d/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880_create_spdx.tar.zst\nDEBUG: For url ['file', '', '22/3e/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 21/00/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://00/c8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c_packagedata.tar.zst\nDEBUG: Using  for fe/76/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://56/15/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14_package_qa.tar.zst\nDEBUG: Testing URL file://23/31/sstate:libxv::1.0.12:r0::11:233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://39/0d/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0d/0a/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/0a/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.42%3Ar0%3Acore2-64%3A11%3A0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c_create_runtime_spdx.tar.zst;downloadfilename=0d/0a/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '88/3b/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/58/1d/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://22/3e/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/3e/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A11%3A223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f_package_write_rpm.tar.zst;downloadfilename=22/3e/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://21/00/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '00/c8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fe/76/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 56/15/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '23/31/sstate:libxv::1.0.12:r0::11:233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6d/d3/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:6dd31597ce64866d815a3de856b6cdc7f48cde648abc12f818e320c0622c7c09_package.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/71/sstate:libxml2::2.11.5:r0::11:1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9_populate_lic.tar.zst\nDEBUG: For url file://88/3b/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/3b/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13_recipe_qa.tar.zst;downloadfilename=88/3b/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13_recipe_qa.tar.zst\nDEBUG: For url file://universal/58/1d/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/58/1d/sstate%3Alibxau-native%3Ax86_64-linux%3A1.0.11%3Ar0%3Ax86_64%3A11%3A581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880_create_spdx.tar.zst;downloadfilename=universal/58/1d/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880_create_spdx.tar.zst\nDEBUG: For url ['file', '', '21/00/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://65/35/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/ef/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764_package_write_rpm.tar.zst\nDEBUG: For url file://00/c8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/c8/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c_packagedata.tar.zst;downloadfilename=00/c8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'fe/76/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 56/15/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14_package_qa.tar.zst\nDEBUG: For url file://23/31/sstate:libxv::1.0.12:r0::11:233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/31/sstate%3Alibxv%3A%3A1.0.12%3Ar0%3A%3A11%3A233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764_populate_lic.tar.zst;downloadfilename=23/31/sstate:libxv::1.0.12:r0::11:233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/e2/sstate:time::1.9:r0::11:8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0_populate_lic.tar.zst\nDEBUG: Searching for 1a/71/sstate:libxml2::2.11.5:r0::11:1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d6/ca/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6ca989fd54139fd6d826674287eba8be827c0085090684d6572727e0fd55343_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://21/00/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/00/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A11%3A2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615_create_runtime_spdx.tar.zst;downloadfilename=21/00/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/0a/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/59/82/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/4d/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330_create_spdx.tar.zst\nDEBUG: For url file://fe/76/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/76/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Afe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954_deploy_source_date_epoch.tar.zst;downloadfilename=fe/76/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://56/15/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14_package_qa.tar.zst\nDEBUG: Searching for 8c/e2/sstate:time::1.9:r0::11:8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1a/71/sstate:libxml2::2.11.5:r0::11:1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://34/d3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://88/3b/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://34/2a/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d_packagedata.tar.zst\nDEBUG: Searching for universal/59/82/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/f6/4d/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '56/15/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/58/1d/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880_create_spdx.tar.zst\nDEBUG: Using  for 8c/e2/sstate:time::1.9:r0::11:8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://00/c8/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c_packagedata.tar.zst\nDEBUG: Testing URL file://1a/71/sstate:libxml2::2.11.5:r0::11:1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9_populate_lic.tar.zst\nDEBUG: Searching for 34/d3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://de/cd/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1_package.tar.zst\nDEBUG: Searching for 34/2a/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://23/31/sstate:libxv::1.0.12:r0::11:233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764_populate_lic.tar.zst\nDEBUG: Using  for universal/59/82/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1_populate_sysroot.tar.zst\nDEBUG: Using  for universal/f6/4d/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330_create_spdx.tar.zst\nDEBUG: For url file://56/15/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/15/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A11%3A5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14_package_qa.tar.zst;downloadfilename=56/15/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/60/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8c/e2/sstate:time::1.9:r0::11:8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/03/54/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '1a/71/sstate:libxml2::2.11.5:r0::11:1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 34/d3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2_create_spdx.tar.zst\nDEBUG: Searching for de/cd/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 34/2a/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/58/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/59/82/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/f6/4d/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330_create_spdx.tar.zst\nDEBUG: Searching for ba/60/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8c/e2/sstate:time::1.9:r0::11:8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/03/54/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1a/71/sstate:libxml2::2.11.5:r0::11:1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/71/sstate%3Alibxml2%3A%3A2.11.5%3Ar0%3A%3A11%3A1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9_populate_lic.tar.zst;downloadfilename=1a/71/sstate:libxml2::2.11.5:r0::11:1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9_populate_lic.tar.zst\nDEBUG: Testing URL file://34/d3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2_create_spdx.tar.zst\nDEBUG: Using  for de/cd/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1_package.tar.zst\nDEBUG: Testing URL file://34/2a/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d_packagedata.tar.zst\nDEBUG: Searching for ef/58/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/59/82/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/f6/4d/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fe/76/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:fe760369064e017216c75397e0dced50ed672a70b3359bbed1fd049787698954_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ba/60/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8c/e2/sstate:time::1.9:r0::11:8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/e2/sstate%3Atime%3A%3A1.9%3Ar0%3A%3A11%3A8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0_populate_lic.tar.zst;downloadfilename=8c/e2/sstate:time::1.9:r0::11:8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0_populate_lic.tar.zst\nDEBUG: Using  for universal/03/54/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '34/d3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://de/cd/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1_package.tar.zst\nDEBUG: For url ['file', '', '34/2a/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ef/58/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68_package_write_rpm.tar.zst\nDEBUG: For url file://universal/59/82/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/59/82/sstate%3Apython3-pip-native%3Ax86_64-linux%3A23.3.2%3Ar0%3Ax86_64%3A11%3A598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1_populate_sysroot.tar.zst;downloadfilename=universal/59/82/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1_populate_sysroot.tar.zst\nDEBUG: For url file://universal/f6/4d/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/4d/sstate%3Alibx11-native%3Ax86_64-linux%3A1.8.7%3Ar0%3Ax86_64%3A11%3Af64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330_create_spdx.tar.zst;downloadfilename=universal/f6/4d/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/62/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807_packagedata.tar.zst\nDEBUG: Testing URL file://ba/60/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/03/54/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d_populate_sysroot.tar.zst\nDEBUG: For url file://34/d3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/d3/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2_create_spdx.tar.zst;downloadfilename=34/d3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'de/cd/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://56/15/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14_package_qa.tar.zst\nDEBUG: For url file://34/2a/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/2a/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d_packagedata.tar.zst;downloadfilename=34/2a/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d_packagedata.tar.zst\nDEBUG: Testing URL file://ef/58/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68_package_write_rpm.tar.zst\nDEBUG: Searching for d2/62/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ba/60/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/03/54/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1a/71/sstate:libxml2::2.11.5:r0::11:1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9_populate_lic.tar.zst\nDEBUG: For url file://de/cd/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/cd/sstate%3Aliberror-perl%3Acore2-64-poky-linux%3A0.17029%3Ar0%3Acore2-64%3A11%3Adecd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1_package.tar.zst;downloadfilename=de/cd/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/79/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ef/58/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d2/62/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/e2/sstate:time::1.9:r0::11:8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0_populate_lic.tar.zst\nDEBUG: For url file://ba/60/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/60/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Aba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04_deploy_source_date_epoch.tar.zst;downloadfilename=ba/60/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/59/82/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1_populate_sysroot.tar.zst\nDEBUG: For url file://universal/03/54/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/54/sstate%3Agettext-minimal-native%3Ax86_64-linux%3A0.22.4%3Ar0%3Ax86_64%3A11%3A035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d_populate_sysroot.tar.zst;downloadfilename=universal/03/54/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/18/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/4d/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330_create_spdx.tar.zst\nDEBUG: Searching for cb/79/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ef/58/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/58/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A11%3Aef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68_package_write_rpm.tar.zst;downloadfilename=ef/58/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d2/62/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/ca/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/d5/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936_create_spdx.tar.zst\nDEBUG: Searching for bd/18/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://34/2a/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/66/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79_create_spdx.tar.zst\nDEBUG: Using  for cb/79/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'd2/62/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://de/cd/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:decd37cb0be11cc6be5c8bd2b61749ab184e82c9cbc30baed6d027412a3435c1_package.tar.zst\nDEBUG: Searching for e0/ca/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for eb/d5/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bd/18/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7a/79/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270_create_spdx.tar.zst\nDEBUG: Searching for a8/66/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://cb/79/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a_package_write_deb.tar.zst\nDEBUG: For url file://d2/62/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/62/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.78.3%3Ar0%3Acore2-64%3A11%3Ad262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807_packagedata.tar.zst;downloadfilename=d2/62/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://62/a3/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f_populate_sysroot.tar.zst\nDEBUG: Using  for e0/ca/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/60/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ba6098d7bb1508dcf97f026b75ce0412d2248780017ef683c0f3626aa6e41f04_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for eb/d5/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936_create_spdx.tar.zst\nDEBUG: Testing URL file://bd/18/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99_recipe_qa.tar.zst\nDEBUG: Searching for universal/7a/79/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a8/66/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cb/79/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 62/a3/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e0/ca/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/03/54/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://09/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f_recipe_qa.tar.zst\nDEBUG: Testing URL file://eb/d5/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bd/18/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/7a/79/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270_create_spdx.tar.zst\nDEBUG: Testing URL file://a8/66/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79_create_spdx.tar.zst\nDEBUG: For url file://cb/79/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/79/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Acb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a_package_write_deb.tar.zst;downloadfilename=cb/79/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a_package_write_deb.tar.zst\nDEBUG: Using  for 62/a3/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e0/ca/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8a/58/sstate:libgpg-error-native::1.47:r0::11:8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8_populate_lic.tar.zst\nDEBUG: Searching for 09/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ef/58/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'eb/d5/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bd/18/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/18/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A11%3Abd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99_recipe_qa.tar.zst;downloadfilename=bd/18/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/7a/79/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a8/66/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://62/a3/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f_populate_sysroot.tar.zst\nDEBUG: For url file://e0/ca/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/ca/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3Ae0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3_populate_sysroot.tar.zst;downloadfilename=e0/ca/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3_populate_sysroot.tar.zst\nDEBUG: Searching for 8a/58/sstate:libgpg-error-native::1.47:r0::11:8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 09/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/a4/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1_package.tar.zst\nDEBUG: For url file://eb/d5/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/d5/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Aebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936_create_spdx.tar.zst;downloadfilename=eb/d5/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/7a/79/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a8/66/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/66/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aa866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79_create_spdx.tar.zst;downloadfilename=a8/66/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/62/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807_packagedata.tar.zst\nDEBUG: For url ['file', '', '62/a3/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8a/58/sstate:libgpg-error-native::1.47:r0::11:8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8_populate_lic.tar.zst\nDEBUG: Testing URL file://09/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f_recipe_qa.tar.zst\nDEBUG: Searching for f7/a4/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/7a/79/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7a/79/sstate%3Agtk-doc-native%3Ax86_64-linux%3A1.33.2%3Ar0%3Ax86_64%3A11%3A7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270_create_spdx.tar.zst;downloadfilename=universal/7a/79/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://22/3e/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/79/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://54/4d/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/18/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99_recipe_qa.tar.zst\nDEBUG: For url file://62/a3/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/a3/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f_populate_sysroot.tar.zst;downloadfilename=62/a3/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8a/58/sstate:libgpg-error-native::1.47:r0::11:8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '09/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f7/a4/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://74/e0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068_create_runtime_spdx.tar.zst\nDEBUG: Searching for 54/4d/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://07/27/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8a/58/sstate:libgpg-error-native::1.47:r0::11:8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://21/00/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/ca/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:e0cabc5bf2f67e95dbf2695cbaf7eb3499a8c480faf5becf2de3f14d80523bc3_populate_sysroot.tar.zst\nDEBUG: For url file://09/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/b5/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f_recipe_qa.tar.zst;downloadfilename=09/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/d5/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936_create_spdx.tar.zst\nDEBUG: Testing URL file://f7/a4/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1_package.tar.zst\nDEBUG: Searching for e8/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 74/e0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 54/4d/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22_populate_sysroot.tar.zst\nDEBUG: Searching for 07/27/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://8a/58/sstate:libgpg-error-native::1.47:r0::11:8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/58/sstate%3Alibgpg-error-native%3A%3A1.47%3Ar0%3A%3A11%3A8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8_populate_lic.tar.zst;downloadfilename=8a/58/sstate:libgpg-error-native::1.47:r0::11:8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/3d/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/66/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7a/79/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5a/c7/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://06/6e/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f7/a4/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e8/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 74/e0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://54/4d/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22_populate_sysroot.tar.zst\nDEBUG: Using  for 07/27/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe_package_write_rpm.tar.zst\nDEBUG: Searching for 8d/3d/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://13/7a/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://62/a3/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:62a3b1f6577545f9990a51010ae28f10cc69c694183938590bf1ba60b953be3f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/3a/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249_recipe_qa.tar.zst\nDEBUG: Searching for universal/5a/c7/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 06/6e/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f7/a4/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/a4/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.3.0%3Ar0%3Acore2-64%3A11%3Af7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1_package.tar.zst;downloadfilename=f7/a4/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1_package.tar.zst\nDEBUG: Testing URL file://e8/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://74/e0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '54/4d/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://07/27/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe_package_write_rpm.tar.zst\nDEBUG: Using  for 8d/3d/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40_package.tar.zst\nDEBUG: Searching for 13/7a/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7e/d4/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104_package.tar.zst\nDEBUG: Searching for 2f/3a/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/5a/c7/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24_create_runtime_spdx.tar.zst\nDEBUG: Using  for 06/6e/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e8/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '74/e0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://09/b5/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f_recipe_qa.tar.zst\nDEBUG: For url file://54/4d/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/4d/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3A544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22_populate_sysroot.tar.zst;downloadfilename=54/4d/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '07/27/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8d/3d/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40_package.tar.zst\nDEBUG: Using  for 13/7a/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e_packagedata.tar.zst\nDEBUG: Searching for 7e/d4/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2f/3a/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/5a/c7/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://06/6e/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/58/sstate:libgpg-error-native::1.47:r0::11:8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8_populate_lic.tar.zst\nDEBUG: For url file://e8/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/b9/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A11%3Ae8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b_create_runtime_spdx.tar.zst;downloadfilename=e8/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b_create_runtime_spdx.tar.zst\nDEBUG: For url file://74/e0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/e0/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068_create_runtime_spdx.tar.zst;downloadfilename=74/e0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/64/36/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc_populate_sysroot.tar.zst\nDEBUG: For url file://07/27/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/27/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.0%3Ar0%3Acore2-64%3A11%3A0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe_package_write_rpm.tar.zst;downloadfilename=07/27/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8d/3d/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://13/7a/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e_packagedata.tar.zst\nDEBUG: Using  for 7e/d4/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104_package.tar.zst\nDEBUG: Testing URL file://2f/3a/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/5a/c7/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '06/6e/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/c2/94/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/64/36/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://8d/3d/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/3d/sstate%3Amesa%3Acore2-64-poky-linux%3A23.3.5%3Ar0%3Acore2-64%3A11%3A8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40_package.tar.zst;downloadfilename=8d/3d/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/a4/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:f7a45bcca9b6ce00642cb13e681ee06c8d689c3ced134f11d964893d6f7a03a1_package.tar.zst\nDEBUG: For url ['file', '', '13/7a/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7e/d4/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104_package.tar.zst\nDEBUG: SState: Successful fetch test for file://54/4d/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:544d2482f994003e993a405589fc37be9771b9f25412c5725325c71f48c7ec22_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2f/3a/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/5a/c7/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5a/c7/sstate%3Alibxml-simple-perl-native%3Ax86_64-linux%3A2.25%3Ar0%3Ax86_64%3A11%3A5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24_create_runtime_spdx.tar.zst;downloadfilename=universal/5a/c7/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24_create_runtime_spdx.tar.zst\nDEBUG: For url file://06/6e/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/6e/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682_package_write_rpm.tar.zst;downloadfilename=06/6e/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682_package_write_rpm.tar.zst\nDEBUG: Searching for universal/c2/94/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/64/36/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a2/ae/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a_create_spdx.tar.zst\nDEBUG: For url file://13/7a/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/7a/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A11%3A137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e_packagedata.tar.zst;downloadfilename=13/7a/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e_packagedata.tar.zst\nDEBUG: For url ['file', '', '7e/d4/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b8/03/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2_package.tar.zst\nDEBUG: For url file://2f/3a/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/3a/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.50.1%3Ar0%3Acore2-64%3A11%3A2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249_recipe_qa.tar.zst;downloadfilename=2f/3a/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249_recipe_qa.tar.zst\nDEBUG: Using  for universal/c2/94/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/64/36/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://07/27/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe_package_write_rpm.tar.zst\nDEBUG: Searching for universal/a2/ae/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://7e/d4/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/d4/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104_package.tar.zst;downloadfilename=7e/d4/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104_package.tar.zst\nDEBUG: Searching for b8/03/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/c2/94/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/64/36/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://34/d3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/a4/sstate:depmodwrapper-cross::1.0:r0::11:f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca_populate_lic.tar.zst\nDEBUG: Using  for universal/a2/ae/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5a/c7/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24_create_runtime_spdx.tar.zst\nDEBUG: Using  for b8/03/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://06/6e/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/c2/94/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://8d/3d/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:8d3ddc3d6e153c9cf53337f3469840b6d44ed5d09333b34f04fdf8f664a02f40_package.tar.zst\nDEBUG: For url file://universal/64/36/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/64/36/sstate%3Adocbook-xsl-stylesheets-native%3Ax86_64-linux%3A1.79.1%3Ar0%3Ax86_64%3A11%3A6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc_populate_sysroot.tar.zst;downloadfilename=universal/64/36/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/10/sstate:vte::0.74.2:r0::11:ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600_populate_lic.tar.zst\nDEBUG: Searching for f1/a4/sstate:depmodwrapper-cross::1.0:r0::11:f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/a2/ae/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c4/df/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b8/03/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://13/7a/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/67/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754_package.tar.zst\nDEBUG: For url file://universal/c2/94/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c2/94/sstate%3Acmake-native%3Ax86_64-linux%3A3.27.7%3Ar0%3Ax86_64%3A11%3Ac2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c2/94/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/30/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4_package.tar.zst\nDEBUG: Searching for ad/10/sstate:vte::0.74.2:r0::11:ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2f/3a/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249_recipe_qa.tar.zst\nDEBUG: Using  for f1/a4/sstate:depmodwrapper-cross::1.0:r0::11:f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/a2/ae/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/c4/df/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b8/03/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/24/b7/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b5/67/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b2/30/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ad/10/sstate:vte::0.74.2:r0::11:ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/d4/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7ed4107cb4a02a46a6f0f3cb966dc67196a18de585a040b4db00077b31c5a104_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/ba/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f1/a4/sstate:depmodwrapper-cross::1.0:r0::11:f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca_populate_lic.tar.zst\nDEBUG: For url file://universal/a2/ae/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a2/ae/sstate%3Apython3-pyparsing-native%3Ax86_64-linux%3A3.1.1%3Ar0%3Ax86_64%3A11%3Aa2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a_create_spdx.tar.zst;downloadfilename=universal/a2/ae/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a_create_spdx.tar.zst\nDEBUG: Using  for universal/c4/df/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf_create_runtime_spdx.tar.zst\nDEBUG: For url file://b8/03/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/03/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A11%3Ab803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2_package.tar.zst;downloadfilename=b8/03/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2_package.tar.zst\nDEBUG: Searching for universal/24/b7/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b5/67/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754_package.tar.zst\nDEBUG: Using  for b2/30/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4_package.tar.zst\nDEBUG: Testing URL file://ad/10/sstate:vte::0.74.2:r0::11:ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/c1/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6_create_spdx.tar.zst\nDEBUG: Searching for 4d/ba/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f1/a4/sstate:depmodwrapper-cross::1.0:r0::11:f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/c4/df/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/64/36/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6436c4f80431c92128daca21d9c1c51c5ee994550f53d99aafbc9358c24d7bfc_populate_sysroot.tar.zst\nDEBUG: Using  for universal/24/b7/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b5/67/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754_package.tar.zst\nDEBUG: Testing URL file://b2/30/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4_package.tar.zst\nDEBUG: For url ['file', '', 'ad/10/sstate:vte::0.74.2:r0::11:ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ce/c1/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4d/ba/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405_package_write_rpm.tar.zst\nDEBUG: For url file://f1/a4/sstate:depmodwrapper-cross::1.0:r0::11:f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/a4/sstate%3Adepmodwrapper-cross%3A%3A1.0%3Ar0%3A%3A11%3Af1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca_populate_lic.tar.zst;downloadfilename=f1/a4/sstate:depmodwrapper-cross::1.0:r0::11:f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c2/94/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:c2940cfb551e3a849db17563b9bd3bf0526928a3c89584bdce904939a30f6269_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/c4/df/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://78/3b/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/24/b7/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b5/67/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b2/30/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ad/10/sstate:vte::0.74.2:r0::11:ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/10/sstate%3Avte%3A%3A0.74.2%3Ar0%3A%3A11%3Aad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600_populate_lic.tar.zst;downloadfilename=ad/10/sstate:vte::0.74.2:r0::11:ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600_populate_lic.tar.zst\nDEBUG: Using  for ce/c1/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6_create_spdx.tar.zst\nDEBUG: Testing URL file://4d/ba/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/0f/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a2/ae/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a_create_spdx.tar.zst\nDEBUG: For url file://universal/c4/df/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c4/df/sstate%3Axcb-proto-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3Ac4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf_create_runtime_spdx.tar.zst;downloadfilename=universal/c4/df/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf_create_runtime_spdx.tar.zst\nDEBUG: Searching for 78/3b/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/24/b7/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b5/67/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/67/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A11%3Ab567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754_package.tar.zst;downloadfilename=b5/67/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754_package.tar.zst\nDEBUG: For url file://b2/30/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/30/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A11%3Ab230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4_package.tar.zst;downloadfilename=b2/30/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4_package.tar.zst\nDEBUG: Testing URL file://ce/c1/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4d/ba/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e6/0f/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/da/e3/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5_populate_sysroot.tar.zst\nDEBUG: Using  for 78/3b/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/24/b7/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/b7/sstate%3Ago-cross-core2-64%3Ax86_64-poky-linux%3A1.20.13%3Ar0%3Ax86_64%3A11%3A24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2_deploy_source_date_epoch.tar.zst;downloadfilename=universal/24/b7/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ce/c1/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f1/a4/sstate:depmodwrapper-cross::1.0:r0::11:f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca_populate_lic.tar.zst\nDEBUG: For url file://4d/ba/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/ba/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A11%3A4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405_package_write_rpm.tar.zst;downloadfilename=4d/ba/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405_package_write_rpm.tar.zst\nDEBUG: Using  for e6/0f/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/10/sstate:vte::0.74.2:r0::11:ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600_populate_lic.tar.zst\nDEBUG: Searching for universal/da/e3/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://78/3b/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9_create_runtime_spdx.tar.zst\nDEBUG: For url file://ce/c1/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/c1/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.5%3Ar0%3Acore2-64%3A11%3Acec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6_create_spdx.tar.zst;downloadfilename=ce/c1/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/e0/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23_packagedata.tar.zst\nDEBUG: Testing URL file://e6/0f/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://92/45/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c4/df/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/da/e3/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '78/3b/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f2/e0/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e6/0f/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 92/45/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/e6/ca/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/da/e3/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5_populate_sysroot.tar.zst\nDEBUG: For url file://78/3b/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/3b/sstate%3Akmod%3Acore2-64-poky-linux%3A31%3Ar0%3Acore2-64%3A11%3A783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9_create_runtime_spdx.tar.zst;downloadfilename=78/3b/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9_create_runtime_spdx.tar.zst\nDEBUG: Using  for f2/e0/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23_packagedata.tar.zst\nDEBUG: For url file://e6/0f/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/0f/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3Ae60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422_recipe_qa.tar.zst;downloadfilename=e6/0f/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422_recipe_qa.tar.zst\nDEBUG: Using  for 92/45/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753_package_write_rpm.tar.zst\nDEBUG: Searching for universal/e6/ca/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/24/b7/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:24b7a00dc5d60c6706147ea41f3512423c860cbfbfa4df00b3c875b35bcd4ad2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/da/e3/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f2/e0/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23_packagedata.tar.zst\nDEBUG: Testing URL file://92/45/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753_package_write_rpm.tar.zst\nDEBUG: Using  for universal/e6/ca/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/ba/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://73/1c/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/da/e3/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/e3/sstate%3Agpgme-native%3Ax86_64-linux%3A1.23.2%3Ar0%3Ax86_64%3A11%3Adae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5_populate_sysroot.tar.zst;downloadfilename=universal/da/e3/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f2/e0/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '92/45/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/e6/ca/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/92/sstate:libfakekey::0.3+git:r0::11:cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194_populate_lic.tar.zst\nDEBUG: Searching for 73/1c/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f2/e0/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/e0/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Af2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23_packagedata.tar.zst;downloadfilename=f2/e0/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23_packagedata.tar.zst\nDEBUG: For url file://92/45/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/45/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753_package_write_rpm.tar.zst;downloadfilename=92/45/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/e6/ca/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cb/92/sstate:libfakekey::0.3+git:r0::11:cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 73/1c/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/e6/ca/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/ca/sstate%3Acreaterepo-c-native%3Ax86_64-linux%3A1.0.3%3Ar0%3Ax86_64%3A11%3Ae6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e_create_runtime_spdx.tar.zst;downloadfilename=universal/e6/ca/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e_create_runtime_spdx.tar.zst\nDEBUG: Using  for cb/92/sstate:libfakekey::0.3+git:r0::11:cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194_populate_lic.tar.zst\nDEBUG: Testing URL file://73/1c/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/0f/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422_recipe_qa.tar.zst\nDEBUG: Testing URL file://cb/92/sstate:libfakekey::0.3+git:r0::11:cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194_populate_lic.tar.zst\nDEBUG: For url ['file', '', '73/1c/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f8/fa/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cb/92/sstate:libfakekey::0.3+git:r0::11:cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e8/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b_create_runtime_spdx.tar.zst\nDEBUG: For url file://73/1c/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/1c/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A11%3A731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55_deploy_source_date_epoch.tar.zst;downloadfilename=73/1c/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f8/fa/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://cb/92/sstate:libfakekey::0.3+git:r0::11:cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/92/sstate%3Alibfakekey%3A%3A0.3%2Bgit%3Ar0%3A%3A11%3Acb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194_populate_lic.tar.zst;downloadfilename=cb/92/sstate:libfakekey::0.3+git:r0::11:cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/77/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4_package_qa.tar.zst\nDEBUG: Using  for f8/fa/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/e0/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/e3/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://74/e0/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068_create_runtime_spdx.tar.zst\nDEBUG: Searching for fd/77/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f8/fa/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://92/45/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/e8/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/7f/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/01/sstate:intltool-native::0.51.0:r0::11:f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe_populate_lic.tar.zst\nDEBUG: Using  for fd/77/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f8/fa/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/e6/ca/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/67/sstate:opkg-utils::0.6.3:r0::11:5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1_populate_lic.tar.zst\nDEBUG: Searching for ac/e8/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d7/7f/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f8/01/sstate:intltool-native::0.51.0:r0::11:f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fd/77/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4_package_qa.tar.zst\nDEBUG: For url file://f8/fa/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/fa/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Af8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec_create_spdx.tar.zst;downloadfilename=f8/fa/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/f1/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd_package.tar.zst\nDEBUG: Searching for 5f/67/sstate:opkg-utils::0.6.3:r0::11:5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ac/e8/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55_populate_sysroot.tar.zst\nDEBUG: Using  for d7/7f/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693_create_runtime_spdx.tar.zst\nDEBUG: Using  for f8/01/sstate:intltool-native::0.51.0:r0::11:f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fd/77/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://73/1c/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:731c98231bada36df23b8c4918bf199541d7d8c3068b1c4cf0c1795c74bd4e55_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ca/f1/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5f/67/sstate:opkg-utils::0.6.3:r0::11:5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1_populate_lic.tar.zst\nDEBUG: Testing URL file://ac/e8/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d7/7f/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f8/01/sstate:intltool-native::0.51.0:r0::11:f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe_populate_lic.tar.zst\nDEBUG: For url file://fd/77/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/77/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3Afd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4_package_qa.tar.zst;downloadfilename=fd/77/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/6d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f_create_spdx.tar.zst\nDEBUG: Using  for ca/f1/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd_package.tar.zst\nDEBUG: Testing URL file://5f/67/sstate:opkg-utils::0.6.3:r0::11:5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ac/e8/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd7/7f/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f8/01/sstate:intltool-native::0.51.0:r0::11:f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2f/6d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cb/92/sstate:libfakekey::0.3+git:r0::11:cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194_populate_lic.tar.zst\nDEBUG: Testing URL file://ca/f1/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd_package.tar.zst\nDEBUG: For url ['file', '', '5f/67/sstate:opkg-utils::0.6.3:r0::11:5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ac/e8/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/e8/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A11%3Aace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55_populate_sysroot.tar.zst;downloadfilename=ac/e8/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55_populate_sysroot.tar.zst\nDEBUG: For url file://d7/7f/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/7f/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.12.5%3Ar0%3Acore2-64%3A11%3Ad77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693_create_runtime_spdx.tar.zst;downloadfilename=d7/7f/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693_create_runtime_spdx.tar.zst\nDEBUG: For url file://f8/01/sstate:intltool-native::0.51.0:r0::11:f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/01/sstate%3Aintltool-native%3A%3A0.51.0%3Ar0%3A%3A11%3Af801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe_populate_lic.tar.zst;downloadfilename=f8/01/sstate:intltool-native::0.51.0:r0::11:f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe_populate_lic.tar.zst\nDEBUG: Using  for 2f/6d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/a4/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ca/f1/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5f/67/sstate:opkg-utils::0.6.3:r0::11:5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/67/sstate%3Aopkg-utils%3A%3A0.6.3%3Ar0%3A%3A11%3A5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1_populate_lic.tar.zst;downloadfilename=5f/67/sstate:opkg-utils::0.6.3:r0::11:5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1_populate_lic.tar.zst\nDEBUG: Testing URL file://2f/6d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f_create_spdx.tar.zst\nDEBUG: Searching for universal/dd/a4/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ca/f1/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/f1/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3Acaf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd_package.tar.zst;downloadfilename=ca/f1/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd_package.tar.zst\nDEBUG: For url ['file', '', '2f/6d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/dd/a4/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/77/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4_package_qa.tar.zst\nDEBUG: For url file://2f/6d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/6d/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A11%3A2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f_create_spdx.tar.zst;downloadfilename=2f/6d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/dd/a4/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/c8/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/dd/a4/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ac/e8/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:ace84d2a7f722bbf2898ade3ba19917658801813142407e9125a6c8c5c06ac55_populate_sysroot.tar.zst\nDEBUG: Searching for 68/c8/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b8/03/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:b803adcf28ebc5513e1bb77bf2d10ae001ff703d16e18e2d63376a1d3d9bb5b2_package.tar.zst\nDEBUG: For url file://universal/dd/a4/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/a4/sstate%3Atzcode-native%3Ax86_64-linux%3A2023d%3Ar0%3Ax86_64%3A11%3Adda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4_create_runtime_spdx.tar.zst;downloadfilename=universal/dd/a4/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://df/08/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad_recipe_qa.tar.zst\nDEBUG: Using  for 68/c8/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/01/sstate:intltool-native::0.51.0:r0::11:f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://42/88/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/67/sstate:opkg-utils::0.6.3:r0::11:5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1_populate_lic.tar.zst\nDEBUG: Searching for df/08/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://68/c8/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://22/ae/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb_packagedata.tar.zst\nDEBUG: Searching for 42/88/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f5/c3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9_package_write_rpm.tar.zst\nDEBUG: Using  for df/08/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '68/c8/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 22/ae/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 42/88/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4_package_write_rpm.tar.zst\nDEBUG: Searching for f5/c3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://df/08/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad_recipe_qa.tar.zst\nDEBUG: For url file://68/c8/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/c8/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d_create_spdx.tar.zst;downloadfilename=68/c8/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d_create_spdx.tar.zst\nDEBUG: Using  for 22/ae/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb_packagedata.tar.zst\nDEBUG: Testing URL file://42/88/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4_package_write_rpm.tar.zst\nDEBUG: Using  for f5/c3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'df/08/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://22/ae/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/f1/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:caf1d2aaf8d0a5a05a05cd188ab21c003497712cb5abe85a50caf7a54606fafd_package.tar.zst\nDEBUG: For url ['file', '', '42/88/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f5/c3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/6d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f_create_spdx.tar.zst\nDEBUG: For url file://df/08/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/08/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A0.9.77%3Ar0%3Acore2-64%3A11%3Adf0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad_recipe_qa.tar.zst;downloadfilename=df/08/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '22/ae/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/1c/80/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c_populate_sysroot.tar.zst\nDEBUG: For url file://42/88/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/88/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A11%3A42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4_package_write_rpm.tar.zst;downloadfilename=42/88/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f5/c3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://60/e7/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/a4/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4_create_runtime_spdx.tar.zst\nDEBUG: For url file://22/ae/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/ae/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A11%3A22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb_packagedata.tar.zst;downloadfilename=22/ae/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb_packagedata.tar.zst\nDEBUG: Searching for universal/1c/80/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f5/c3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/c3/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Af5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9_package_write_rpm.tar.zst;downloadfilename=f5/c3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9_package_write_rpm.tar.zst\nDEBUG: Searching for 60/e7/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c6/39/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b_package.tar.zst\nDEBUG: Using  for universal/1c/80/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c_populate_sysroot.tar.zst\nDEBUG: Using  for 60/e7/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8_recipe_qa.tar.zst\nDEBUG: Searching for c6/39/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/1c/80/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://60/e7/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8_recipe_qa.tar.zst\nDEBUG: Using  for c6/39/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b_package.tar.zst\nDEBUG: For url ['file', '', 'universal/1c/80/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '60/e7/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c6/39/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b_package.tar.zst\nDEBUG: For url file://universal/1c/80/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1c/80/sstate%3Alibical-native%3Ax86_64-linux%3A3.0.17%3Ar0%3Ax86_64%3A11%3A1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c_populate_sysroot.tar.zst;downloadfilename=universal/1c/80/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c_populate_sysroot.tar.zst\nDEBUG: For url file://60/e7/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/e7/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3%3Ar0%3Acore2-64%3A11%3A60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8_recipe_qa.tar.zst;downloadfilename=60/e7/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://df/08/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c6/39/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bd/ce/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://22/ae/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://42/88/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4_package_write_rpm.tar.zst\nDEBUG: For url file://c6/39/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/39/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A11%3Ac6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b_package.tar.zst;downloadfilename=c6/39/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b_package.tar.zst\nDEBUG: Searching for bd/ce/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://9b/a4/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://27/49/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6_package_qa.tar.zst\nDEBUG: Using  for bd/ce/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f_create_runtime_spdx.tar.zst\nDEBUG: Searching for 9b/a4/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f5/c3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9_package_write_rpm.tar.zst\nDEBUG: Searching for 27/49/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://78/3b/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://bd/ce/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f_create_runtime_spdx.tar.zst\nDEBUG: Using  for 9b/a4/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://22/ee/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad_create_runtime_spdx.tar.zst\nDEBUG: Using  for 27/49/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/d6/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'bd/ce/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9b/a4/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff_create_spdx.tar.zst\nDEBUG: Searching for 22/ee/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://27/49/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6_package_qa.tar.zst\nDEBUG: Searching for universal/50/d6/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://bd/ce/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/ce/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3Abdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f_create_runtime_spdx.tar.zst;downloadfilename=bd/ce/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '9b/a4/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 22/ee/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://60/e7/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1c/80/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:1c8042ebbb86af97400eb20d5152e56b722918ba0bdbb9cc5779acd61faa103c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '27/49/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/50/d6/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9b/a4/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/a4/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.189%3Ar0%3Acore2-64%3A11%3A9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff_create_spdx.tar.zst;downloadfilename=9b/a4/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff_create_spdx.tar.zst\nDEBUG: Testing URL file://22/ee/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/96/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6c/3c/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4_recipe_qa.tar.zst\nDEBUG: For url file://27/49/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/49/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6_package_qa.tar.zst;downloadfilename=27/49/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6_package_qa.tar.zst\nDEBUG: Testing URL file://universal/50/d6/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '22/ee/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fb/96/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/6c/3c/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/50/d6/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://22/ee/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/ee/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3A22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad_create_runtime_spdx.tar.zst;downloadfilename=22/ee/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad_create_runtime_spdx.tar.zst\nDEBUG: Using  for fb/96/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2_packagedata.tar.zst\nDEBUG: Using  for universal/6c/3c/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4_recipe_qa.tar.zst\nDEBUG: For url file://universal/50/d6/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/d6/sstate%3Alibunistring-native%3Ax86_64-linux%3A1.1%3Ar0%3Ax86_64%3A11%3A50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961_deploy_source_date_epoch.tar.zst;downloadfilename=universal/50/d6/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fb/96/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2_packagedata.tar.zst\nDEBUG: Testing URL file://universal/6c/3c/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fb/96/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/6c/3c/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fb/96/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/96/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A11%3Afb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2_packagedata.tar.zst;downloadfilename=fb/96/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2_packagedata.tar.zst\nDEBUG: For url file://universal/6c/3c/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6c/3c/sstate%3Aopenssl-native%3Ax86_64-linux%3A3.2.0%3Ar0%3Ax86_64%3A11%3A6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4_recipe_qa.tar.zst;downloadfilename=universal/6c/3c/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://27/49/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7d/ba/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8_recipe_qa.tar.zst\nDEBUG: Searching for universal/7d/ba/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/7d/ba/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/7d/ba/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/7d/ba/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/7d/ba/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/ba/sstate%3Aunifdef-native%3Ax86_64-linux%3A2.12%3Ar0%3Ax86_64%3A11%3A7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8_recipe_qa.tar.zst;downloadfilename=universal/7d/ba/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/30/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b230b960756e11574ca7d898a58a6bd29ee62218ef0de06906b98bcbdd2a3df4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64_package_write_rpm.tar.zst\nDEBUG: Searching for d4/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d4/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d4/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd4/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d4/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/b7/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A11%3Ad4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64_package_write_rpm.tar.zst;downloadfilename=d4/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/d6/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:50d6291de90a7a17497faa32d01a968b78ad66a31f97a4e162ef63b4993a8961_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/a6/sstate:libsoup::3.4.4:r0::11:a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/96/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2_packagedata.tar.zst\nDEBUG: Searching for a5/a6/sstate:libsoup::3.4.4:r0::11:a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/bd/ba/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8_recipe_qa.tar.zst\nDEBUG: Using  for a5/a6/sstate:libsoup::3.4.4:r0::11:a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37_populate_lic.tar.zst\nDEBUG: Searching for universal/bd/ba/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a5/a6/sstate:libsoup::3.4.4:r0::11:a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6c/3c/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/fa/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec_create_spdx.tar.zst\nDEBUG: Using  for universal/bd/ba/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a5/a6/sstate:libsoup::3.4.4:r0::11:a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://fd/d0/sstate:libxcb::1.16:r0::11:fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://59/91/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/bd/ba/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8_recipe_qa.tar.zst\nDEBUG: For url file://a5/a6/sstate:libsoup::3.4.4:r0::11:a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/a6/sstate%3Alibsoup%3A%3A3.4.4%3Ar0%3A%3A11%3Aa5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37_populate_lic.tar.zst;downloadfilename=a5/a6/sstate:libsoup::3.4.4:r0::11:a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37_populate_lic.tar.zst\nDEBUG: Searching for fd/d0/sstate:libxcb::1.16:r0::11:fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 59/91/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/bd/ba/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fd/d0/sstate:libxcb::1.16:r0::11:fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7d/ba/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:7dbadb72f2f50f35ce2fad399def52f2c0a6408561417d82aae113ec7cee19e8_recipe_qa.tar.zst\nDEBUG: Using  for 59/91/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47_package_write_deb.tar.zst\nDEBUG: For url file://universal/bd/ba/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bd/ba/sstate%3Am4-native%3Ax86_64-linux%3A1.4.19%3Ar0%3Ax86_64%3A11%3Abdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8_recipe_qa.tar.zst;downloadfilename=universal/bd/ba/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fd/d0/sstate:libxcb::1.16:r0::11:fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://05/2c/sstate:gconf-native::3.2.6:r0::11:052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852_populate_lic.tar.zst\nDEBUG: Testing URL file://59/91/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/56/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/c1/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fd/d0/sstate:libxcb::1.16:r0::11:fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 05/2c/sstate:gconf-native::3.2.6:r0::11:052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '59/91/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5d/56/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b4/ff/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903_package_write_deb.tar.zst\nDEBUG: For url file://fd/d0/sstate:libxcb::1.16:r0::11:fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/d0/sstate%3Alibxcb%3A%3A1.16%3Ar0%3A%3A11%3Afdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155_populate_lic.tar.zst;downloadfilename=fd/d0/sstate:libxcb::1.16:r0::11:fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155_populate_lic.tar.zst\nDEBUG: Using  for 05/2c/sstate:gconf-native::3.2.6:r0::11:052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852_populate_lic.tar.zst\nDEBUG: For url file://59/91/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/91/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47_package_write_deb.tar.zst;downloadfilename=59/91/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47_package_write_deb.tar.zst\nDEBUG: Using  for 5d/56/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a_recipe_qa.tar.zst\nDEBUG: Searching for b4/ff/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://05/2c/sstate:gconf-native::3.2.6:r0::11:052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852_populate_lic.tar.zst\nDEBUG: Testing URL file://5d/56/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a_recipe_qa.tar.zst\nDEBUG: Using  for b4/ff/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '05/2c/sstate:gconf-native::3.2.6:r0::11:052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a5/a6/sstate:libsoup::3.4.4:r0::11:a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bd/ba/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:11:bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5d/56/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b4/ff/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903_package_write_deb.tar.zst\nDEBUG: For url file://05/2c/sstate:gconf-native::3.2.6:r0::11:052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/2c/sstate%3Agconf-native%3A%3A3.2.6%3Ar0%3A%3A11%3A052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852_populate_lic.tar.zst;downloadfilename=05/2c/sstate:gconf-native::3.2.6:r0::11:052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://68/a6/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/53/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a_package.tar.zst\nDEBUG: For url file://5d/56/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/56/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A11%3A5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a_recipe_qa.tar.zst;downloadfilename=5d/56/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b4/ff/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 68/a6/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://68/c8/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d_create_spdx.tar.zst\nDEBUG: Searching for 5a/53/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b4/ff/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/ff/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ab4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903_package_write_deb.tar.zst;downloadfilename=b4/ff/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903_package_write_deb.tar.zst\nDEBUG: Using  for 68/a6/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/d0/sstate:libxcb::1.16:r0::11:fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/ed/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195_create_spdx.tar.zst\nDEBUG: Using  for 5a/53/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a_package.tar.zst\nDEBUG: Testing URL file://68/a6/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://59/91/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://68/dd/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3f/ed/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://5a/53/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a_package.tar.zst\nDEBUG: For url ['file', '', '68/a6/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://05/2c/sstate:gconf-native::3.2.6:r0::11:052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://10/48/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752_package_qa.tar.zst\nDEBUG: Searching for 68/dd/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3f/ed/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5a/53/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://68/a6/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/a6/sstate%3Aiw%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79_deploy_source_date_epoch.tar.zst;downloadfilename=68/a6/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/fc/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd_package_write_rpm.tar.zst\nDEBUG: Searching for 10/48/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 68/dd/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3f/ed/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195_create_spdx.tar.zst\nDEBUG: For url file://5a/53/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/53/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.38%3Ar0%3Acore2-64%3A11%3A5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a_package.tar.zst;downloadfilename=5a/53/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a_package.tar.zst\nDEBUG: Searching for c2/fc/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 10/48/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/56/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a_recipe_qa.tar.zst\nDEBUG: Testing URL file://68/dd/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3f/ed/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c2/fc/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/39/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:c6396df7b006ccb6d2fd0f2b3e553b08ec3c32109f3dd56e9b20244e48f4d83b_package.tar.zst\nDEBUG: Testing URL file://10/48/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/ff/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/f8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea_packagedata.tar.zst\nDEBUG: For url ['file', '', '68/dd/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3f/ed/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/ed/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A11%3A3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195_create_spdx.tar.zst;downloadfilename=3f/ed/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195_create_spdx.tar.zst\nDEBUG: Testing URL file://c2/fc/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/93/sstate:patch-native::2.7.6:r0::11:2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab_populate_lic.tar.zst\nDEBUG: For url ['file', '', '10/48/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/9d/fc/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/7f/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693_create_runtime_spdx.tar.zst\nDEBUG: Searching for ec/f8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://68/dd/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/dd/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A11%3A68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d_deploy_source_date_epoch.tar.zst;downloadfilename=68/dd/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c2/fc/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2e/93/sstate:patch-native::2.7.6:r0::11:2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://10/48/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/48/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.92.9%3Ar0%3Acore2-64%3A11%3A1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752_package_qa.tar.zst;downloadfilename=10/48/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752_package_qa.tar.zst\nDEBUG: Searching for universal/9d/fc/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/d6/bd/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e_create_runtime_spdx.tar.zst\nDEBUG: Using  for ec/f8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea_packagedata.tar.zst\nDEBUG: For url file://c2/fc/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/fc/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.13%3Ar0%3Acore2-64%3A11%3Ac2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd_package_write_rpm.tar.zst;downloadfilename=c2/fc/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://68/a6/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:68a699ab97829bff681dae7788e619b501a0878e68912b1a1a0ff2a25b551f79_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2e/93/sstate:patch-native::2.7.6:r0::11:2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab_populate_lic.tar.zst\nDEBUG: Using  for universal/9d/fc/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4_create_spdx.tar.zst\nDEBUG: Searching for universal/d6/bd/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ec/f8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://79/e2/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/ed/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195_create_spdx.tar.zst\nDEBUG: Testing URL file://2e/93/sstate:patch-native::2.7.6:r0::11:2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/9d/fc/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4_create_spdx.tar.zst\nDEBUG: Using  for universal/d6/bd/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ec/f8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 79/e2/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://68/52/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2e/93/sstate:patch-native::2.7.6:r0::11:2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/9d/fc/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://68/dd/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:68dd3a2af885e40527669a779ed3a4c0133479abf4bdd5fae727a1142b28070d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/d6/bd/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e_create_runtime_spdx.tar.zst\nDEBUG: For url file://ec/f8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/f8/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A11%3Aecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea_packagedata.tar.zst;downloadfilename=ec/f8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea_packagedata.tar.zst\nDEBUG: Using  for 79/e2/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675_recipe_qa.tar.zst\nDEBUG: Searching for 68/52/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2e/93/sstate:patch-native::2.7.6:r0::11:2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/93/sstate%3Apatch-native%3A%3A2.7.6%3Ar0%3A%3A11%3A2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab_populate_lic.tar.zst;downloadfilename=2e/93/sstate:patch-native::2.7.6:r0::11:2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab_populate_lic.tar.zst\nDEBUG: For url file://universal/9d/fc/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9d/fc/sstate%3Apbzip2-native%3Ax86_64-linux%3A1.1.13%3Ar0%3Ax86_64%3A11%3A9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4_create_spdx.tar.zst;downloadfilename=universal/9d/fc/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f3/7d/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d6/bd/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://79/e2/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675_recipe_qa.tar.zst\nDEBUG: Using  for 68/52/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://10/48/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752_package_qa.tar.zst\nDEBUG: Searching for universal/f3/7d/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c2/fc/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://22/ee/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/d6/bd/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/bd/sstate%3Akmod-native%3Ax86_64-linux%3A31%3Ar0%3Ax86_64%3A11%3Ad6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e_create_runtime_spdx.tar.zst;downloadfilename=universal/d6/bd/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '79/e2/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://68/52/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/d3/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f_create_spdx.tar.zst\nDEBUG: Using  for universal/f3/7d/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://13/56/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/22/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b_recipe_qa.tar.zst\nDEBUG: For url file://79/e2/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/e2/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.38%3Ar0%3Acore2-64%3A11%3A79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675_recipe_qa.tar.zst;downloadfilename=79/e2/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '68/52/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ec/f8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/ce/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/80/d3/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/f3/7d/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6_create_spdx.tar.zst\nDEBUG: Searching for 13/56/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/2e/22/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://68/52/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/52/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf_recipe_qa.tar.zst;downloadfilename=68/52/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/99/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://25/19/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160_recipe_qa.tar.zst\nDEBUG: Using  for universal/80/d3/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f3/7d/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 13/56/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9d/fc/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:11:9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/93/sstate:patch-native::2.7.6:r0::11:2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab_populate_lic.tar.zst\nDEBUG: Using  for universal/2e/22/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b_recipe_qa.tar.zst\nDEBUG: Searching for 8d/99/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 25/19/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/80/d3/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://81/ab/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381_package_write_rpm.tar.zst\nDEBUG: For url file://universal/f3/7d/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f3/7d/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A13.2.0%3Ar0%3Ax86_64%3A11%3Af37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6_create_spdx.tar.zst;downloadfilename=universal/f3/7d/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6_create_spdx.tar.zst\nDEBUG: Testing URL file://13/56/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/3b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d6/bd/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/2e/22/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b_recipe_qa.tar.zst\nDEBUG: Using  for 8d/99/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e_packagedata.tar.zst\nDEBUG: Using  for 25/19/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/80/d3/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://72/80/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '13/56/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8b/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cb/3b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ca/97/sstate:rust-native::1.74.1:r0::11:ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/22/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8d/99/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e_packagedata.tar.zst\nDEBUG: Testing URL file://25/19/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160_recipe_qa.tar.zst\nDEBUG: For url file://universal/80/d3/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/d3/sstate%3Apython3-setuptools-scm-native%3Ax86_64-linux%3A8.0.4%3Ar0%3Ax86_64%3A11%3A80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f_create_spdx.tar.zst;downloadfilename=universal/80/d3/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f_create_spdx.tar.zst\nDEBUG: Searching for 72/80/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://13/56/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/56/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a_package_write_rpm.tar.zst;downloadfilename=13/56/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://79/e2/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://68/52/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf_recipe_qa.tar.zst\nDEBUG: Using  for 8b/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1_package_write_rpm.tar.zst\nDEBUG: Using  for cb/3b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa_create_spdx.tar.zst\nDEBUG: Searching for ca/97/sstate:rust-native::1.74.1:r0::11:ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/2e/22/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/22/sstate%3Alibrepo-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b_recipe_qa.tar.zst;downloadfilename=universal/2e/22/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8d/99/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '25/19/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 72/80/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://af/ee/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f3/7d/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/66/43/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63_create_spdx.tar.zst\nDEBUG: Testing URL file://8b/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://cb/3b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa_create_spdx.tar.zst\nDEBUG: Using  for ca/97/sstate:rust-native::1.74.1:r0::11:ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6_populate_lic.tar.zst\nDEBUG: For url file://8d/99/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/99/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.0.3%3Ar0%3Acore2-64%3A11%3A8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e_packagedata.tar.zst;downloadfilename=8d/99/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e_packagedata.tar.zst\nDEBUG: For url file://25/19/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/19/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A11%3A251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160_recipe_qa.tar.zst;downloadfilename=25/19/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160_recipe_qa.tar.zst\nDEBUG: Testing URL file://72/80/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490_create_runtime_spdx.tar.zst\nDEBUG: Searching for af/ee/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ad/3d/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370_recipe_qa.tar.zst\nDEBUG: Searching for universal/66/43/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8b/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cb/3b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/80/d3/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f_create_spdx.tar.zst\nDEBUG: Testing URL file://ca/97/sstate:rust-native::1.74.1:r0::11:ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '72/80/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://13/56/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a_package_write_rpm.tar.zst\nDEBUG: Using  for af/ee/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e_create_spdx.tar.zst\nDEBUG: Searching for ad/3d/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/66/43/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63_create_spdx.tar.zst\nDEBUG: For url file://8b/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/c1/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1_package_write_rpm.tar.zst;downloadfilename=8b/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1_package_write_rpm.tar.zst\nDEBUG: For url file://cb/3b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/3b/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A11%3Acb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa_create_spdx.tar.zst;downloadfilename=cb/3b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/b2/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ca/97/sstate:rust-native::1.74.1:r0::11:ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://72/80/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/80/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.2%3Ar0%3Acore2-64%3A11%3A728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490_create_runtime_spdx.tar.zst;downloadfilename=72/80/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/46/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d_packagedata.tar.zst\nDEBUG: Testing URL file://af/ee/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e_create_spdx.tar.zst\nDEBUG: Using  for ad/3d/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/66/43/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63_create_spdx.tar.zst\nDEBUG: Searching for 7c/b2/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/2e/22/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/99/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e_packagedata.tar.zst\nDEBUG: For url file://ca/97/sstate:rust-native::1.74.1:r0::11:ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/97/sstate%3Arust-native%3A%3A1.74.1%3Ar0%3A%3A11%3Aca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6_populate_lic.tar.zst;downloadfilename=ca/97/sstate:rust-native::1.74.1:r0::11:ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6_populate_lic.tar.zst\nDEBUG: Searching for a2/46/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'af/ee/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://25/19/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160_recipe_qa.tar.zst\nDEBUG: Testing URL file://ad/3d/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/66/43/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7c/b2/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://59/0d/sstate:libsndfile1::1.2.2:r0::11:590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/32/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048_package_write_rpm.tar.zst\nDEBUG: Using  for a2/46/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d_packagedata.tar.zst\nDEBUG: For url file://af/ee/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/ee/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aafee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e_create_spdx.tar.zst;downloadfilename=af/ee/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/a1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ad/3d/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/66/43/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/66/43/sstate%3Alibdnf-native%3Ax86_64-linux%3A0.72.0%3Ar0%3Ax86_64%3A11%3A6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63_create_spdx.tar.zst;downloadfilename=universal/66/43/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63_create_spdx.tar.zst\nDEBUG: Testing URL file://7c/b2/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74_recipe_qa.tar.zst\nDEBUG: Searching for 59/0d/sstate:libsndfile1::1.2.2:r0::11:590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d1/32/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a2/46/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/c1/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1_package_write_rpm.tar.zst\nDEBUG: Searching for 7c/a1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ad/3d/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/3d/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Aad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370_recipe_qa.tar.zst;downloadfilename=ad/3d/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7c/b2/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 59/0d/sstate:libsndfile1::1.2.2:r0::11:590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1_populate_lic.tar.zst\nDEBUG: Using  for d1/32/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a2/46/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/80/da/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599_recipe_qa.tar.zst\nDEBUG: Using  for 7c/a1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a_package_qa.tar.zst\nDEBUG: For url file://7c/b2/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/b2/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74_recipe_qa.tar.zst;downloadfilename=7c/b2/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74_recipe_qa.tar.zst\nDEBUG: Testing URL file://59/0d/sstate:libsndfile1::1.2.2:r0::11:590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/97/sstate:rust-native::1.74.1:r0::11:ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6_populate_lic.tar.zst\nDEBUG: Testing URL file://d1/32/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048_package_write_rpm.tar.zst\nDEBUG: For url file://a2/46/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/46/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Aa246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d_packagedata.tar.zst;downloadfilename=a2/46/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d_packagedata.tar.zst\nDEBUG: Searching for universal/80/da/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7c/a1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a_package_qa.tar.zst\nDEBUG: For url ['file', '', '59/0d/sstate:libsndfile1::1.2.2:r0::11:590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a5/00/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd1/32/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/80/da/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7c/a1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/66/43/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63_create_spdx.tar.zst\nDEBUG: For url file://59/0d/sstate:libsndfile1::1.2.2:r0::11:590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/0d/sstate%3Alibsndfile1%3A%3A1.2.2%3Ar0%3A%3A11%3A590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1_populate_lic.tar.zst;downloadfilename=59/0d/sstate:libsndfile1::1.2.2:r0::11:590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1_populate_lic.tar.zst\nDEBUG: Searching for a5/00/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d1/32/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/32/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.4%3Ar0%3Acore2-64%3A11%3Ad1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048_package_write_rpm.tar.zst;downloadfilename=d1/32/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/80/da/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599_recipe_qa.tar.zst\nDEBUG: For url file://7c/a1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/a1/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A11%3A7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a_package_qa.tar.zst;downloadfilename=7c/a1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/90/sstate:libxau-native::1.0.11:r0::11:7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba_populate_lic.tar.zst\nDEBUG: Using  for a5/00/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/3d/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/80/da/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7c/b2/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74_recipe_qa.tar.zst\nDEBUG: Searching for 7e/90/sstate:libxau-native::1.0.11:r0::11:7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a5/00/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/ee/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/68/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab_recipe_qa.tar.zst\nDEBUG: For url file://universal/80/da/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/da/sstate%3Acreaterepo-c-native%3Ax86_64-linux%3A1.0.3%3Ar0%3Ax86_64%3A11%3A80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599_recipe_qa.tar.zst;downloadfilename=universal/80/da/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/19/bb/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde_recipe_qa.tar.zst\nDEBUG: Using  for 7e/90/sstate:libxau-native::1.0.11:r0::11:7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a5/00/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7e/b8/sstate:libevdev::1.13.1:r0::11:7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651_populate_lic.tar.zst\nDEBUG: Searching for 3b/68/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a2/46/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://59/0d/sstate:libsndfile1::1.2.2:r0::11:590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1_populate_lic.tar.zst\nDEBUG: Searching for universal/19/bb/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7e/90/sstate:libxau-native::1.0.11:r0::11:7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/a4/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff_create_spdx.tar.zst\nDEBUG: For url file://a5/00/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/00/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A11%3Aa500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922_create_runtime_spdx.tar.zst;downloadfilename=a5/00/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/32/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048_package_write_rpm.tar.zst\nDEBUG: Searching for 7e/b8/sstate:libevdev::1.13.1:r0::11:7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3b/68/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/0e/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://df/0a/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861_package_qa.tar.zst\nDEBUG: Using  for universal/19/bb/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7e/90/sstate:libxau-native::1.0.11:r0::11:7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7d/83/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/a1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/fa/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659_package_write_ipk.tar.zst\nDEBUG: Using  for 7e/b8/sstate:libevdev::1.13.1:r0::11:7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651_populate_lic.tar.zst\nDEBUG: Testing URL file://3b/68/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab_recipe_qa.tar.zst\nDEBUG: Searching for 4a/0e/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for df/0a/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/19/bb/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde_recipe_qa.tar.zst\nDEBUG: For url file://7e/90/sstate:libxau-native::1.0.11:r0::11:7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/90/sstate%3Alibxau-native%3A%3A1.0.11%3Ar0%3A%3A11%3A7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba_populate_lic.tar.zst;downloadfilename=7e/90/sstate:libxau-native::1.0.11:r0::11:7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba_populate_lic.tar.zst\nDEBUG: Searching for 7d/83/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://37/68/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73_create_spdx.tar.zst\nDEBUG: Searching for b8/fa/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7e/b8/sstate:libevdev::1.13.1:r0::11:7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3b/68/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4a/0e/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/80/da/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599_recipe_qa.tar.zst\nDEBUG: Using  for df/0a/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/19/bb/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7d/83/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161_package_write_rpm.tar.zst\nDEBUG: Searching for 37/68/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b8/fa/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '7e/b8/sstate:libevdev::1.13.1:r0::11:7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3b/68/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/68/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A11%3A3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab_recipe_qa.tar.zst;downloadfilename=3b/68/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab_recipe_qa.tar.zst\nDEBUG: Testing URL file://4a/0e/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://86/b4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024_package.tar.zst\nDEBUG: Testing URL file://df/0a/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861_package_qa.tar.zst\nDEBUG: For url file://universal/19/bb/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/bb/sstate%3Ajson-c-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A11%3A19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde_recipe_qa.tar.zst;downloadfilename=universal/19/bb/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde_recipe_qa.tar.zst\nDEBUG: Testing URL file://7d/83/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161_package_write_rpm.tar.zst\nDEBUG: Using  for 37/68/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73_create_spdx.tar.zst\nDEBUG: Testing URL file://b8/fa/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659_package_write_ipk.tar.zst\nDEBUG: For url file://7e/b8/sstate:libevdev::1.13.1:r0::11:7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/b8/sstate%3Alibevdev%3A%3A1.13.1%3Ar0%3A%3A11%3A7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651_populate_lic.tar.zst;downloadfilename=7e/b8/sstate:libevdev::1.13.1:r0::11:7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4a/0e/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 86/b4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'df/0a/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7d/83/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://37/68/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/fa/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b5/67/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:b567b9f7da56cbddfda6fa7610bb1607b12f0be5d4178749f612aaca5f9b3754_package.tar.zst\nDEBUG: For url file://4a/0e/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/0e/sstate%3Aell%3Acore2-64-poky-linux%3A0.61%3Ar0%3Acore2-64%3A11%3A4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16_recipe_qa.tar.zst;downloadfilename=4a/0e/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16_recipe_qa.tar.zst\nDEBUG: Using  for 86/b4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024_package.tar.zst\nDEBUG: For url file://df/0a/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/0a/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A11%3Adf0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861_package_qa.tar.zst;downloadfilename=df/0a/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/90/sstate:libxau-native::1.0.11:r0::11:7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba_populate_lic.tar.zst\nDEBUG: For url file://7d/83/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/83/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161_package_write_rpm.tar.zst;downloadfilename=7d/83/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '37/68/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b8/fa/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/fa/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3Ab8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659_package_write_ipk.tar.zst;downloadfilename=b8/fa/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/ab/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38_package_qa.tar.zst\nDEBUG: Testing URL file://86/b4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/68/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://04/20/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/19/bb/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde_recipe_qa.tar.zst\nDEBUG: For url file://37/68/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/68/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.11%3Ar0%3Acore2-64%3A11%3A3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73_create_spdx.tar.zst;downloadfilename=37/68/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73_create_spdx.tar.zst\nDEBUG: Searching for d1/ab/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7e/b8/sstate:libevdev::1.13.1:r0::11:7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651_populate_lic.tar.zst\nDEBUG: For url ['file', '', '86/b4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4a/0e/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d_packagedata.tar.zst\nDEBUG: Searching for 04/20/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://38/e4/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d_packagedata.tar.zst\nDEBUG: Using  for d1/ab/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://df/0a/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/f3/sstate:rpcbind::1.2.6:r0::11:fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f_populate_lic.tar.zst\nDEBUG: For url file://86/b4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/b4/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A11%3A86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024_package.tar.zst;downloadfilename=86/b4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/83/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2_create_spdx.tar.zst\nDEBUG: Searching for 35/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 04/20/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 38/e4/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7d/83/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d1/ab/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://64/9d/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5_package_qa.tar.zst\nDEBUG: Searching for ff/f3/sstate:rpcbind::1.2.6:r0::11:fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4b/83/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 35/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d_packagedata.tar.zst\nDEBUG: Testing URL file://04/20/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 38/e4/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/98/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd1/ab/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 64/9d/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ff/f3/sstate:rpcbind::1.2.6:r0::11:fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f_populate_lic.tar.zst\nDEBUG: Using  for 4b/83/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2_create_spdx.tar.zst\nDEBUG: Testing URL file://35/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d_packagedata.tar.zst\nDEBUG: For url ['file', '', '04/20/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b8/fa/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659_package_write_ipk.tar.zst\nDEBUG: Testing URL file://38/e4/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d_packagedata.tar.zst\nDEBUG: Searching for 7b/98/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d1/ab/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/ab/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2023.2%3Ar0%3Acore2-64%3A11%3Ad1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38_package_qa.tar.zst;downloadfilename=d1/ab/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38_package_qa.tar.zst\nDEBUG: Using  for 64/9d/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5_package_qa.tar.zst\nDEBUG: Testing URL file://ff/f3/sstate:rpcbind::1.2.6:r0::11:fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f_populate_lic.tar.zst\nDEBUG: Testing URL file://4b/83/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '35/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://04/20/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/20/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A11%3A0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5_deploy_source_date_epoch.tar.zst;downloadfilename=04/20/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://39/0d/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '38/e4/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7b/98/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d_create_spdx.tar.zst\nDEBUG: Testing URL file://64/9d/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ff/f3/sstate:rpcbind::1.2.6:r0::11:fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4b/83/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://35/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/90/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A11%3A3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d_packagedata.tar.zst;downloadfilename=35/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d_packagedata.tar.zst\nDEBUG: Searching for 39/0d/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://38/e4/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/e4/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A11%3A38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d_packagedata.tar.zst;downloadfilename=38/e4/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d_packagedata.tar.zst\nDEBUG: Testing URL file://7b/98/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://86/b4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:86b4be16a8ed53122e80ef941d53600b43587eee67bc261800ca251752829024_package.tar.zst\nDEBUG: For url ['file', '', '64/9d/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ff/f3/sstate:rpcbind::1.2.6:r0::11:fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/f3/sstate%3Arpcbind%3A%3A1.2.6%3Ar0%3A%3A11%3Afff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f_populate_lic.tar.zst;downloadfilename=ff/f3/sstate:rpcbind::1.2.6:r0::11:fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f_populate_lic.tar.zst\nDEBUG: For url file://4b/83/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/83/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2_create_spdx.tar.zst;downloadfilename=4b/83/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2_create_spdx.tar.zst\nDEBUG: Using  for 39/0d/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7b/98/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://cb/3b/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/df/f3/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://72/80/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/ab/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38_package_qa.tar.zst\nDEBUG: For url file://64/9d/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/9d/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5_package_qa.tar.zst;downloadfilename=64/9d/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5_package_qa.tar.zst\nDEBUG: Testing URL file://39/0d/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://04/20/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:0420411b12796d1ea931b0c2e9a206d231ffe18993030ec7f733da31ee15f8b5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://37/68/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://35/90/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d_packagedata.tar.zst\nDEBUG: For url file://7b/98/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/98/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.9.0%3Ar0%3Acore2-64%3A11%3A7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d_create_spdx.tar.zst;downloadfilename=7b/98/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://49/79/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775_package_write_rpm.tar.zst\nDEBUG: Searching for universal/df/f3/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/0b/ad/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fe/3b/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138_create_spdx.tar.zst\nDEBUG: For url ['file', '', '39/0d/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://45/ec/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://38/e4/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://64/01/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/c9/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca_package_write_rpm.tar.zst\nDEBUG: Searching for 49/79/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ff/f3/sstate:rpcbind::1.2.6:r0::11:fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f_populate_lic.tar.zst\nDEBUG: Using  for universal/df/f3/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/0b/ad/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fe/3b/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://39/0d/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/0d/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst;downloadfilename=39/0d/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 45/ec/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b8/33/sstate:shared-mime-info::2.4:r0::11:b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4_populate_lic.tar.zst\nDEBUG: Searching for 64/01/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c1/c9/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 49/79/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/0c/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/df/f3/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/0b/ad/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43_create_spdx.tar.zst\nDEBUG: Using  for universal/fe/3b/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138_create_spdx.tar.zst\nDEBUG: Using  for 45/ec/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1_populate_sysroot.tar.zst\nDEBUG: Searching for b8/33/sstate:shared-mime-info::2.4:r0::11:b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 64/01/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://64/9d/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5_package_qa.tar.zst\nDEBUG: Using  for c1/c9/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca_package_write_rpm.tar.zst\nDEBUG: Testing URL file://49/79/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775_package_write_rpm.tar.zst\nDEBUG: Searching for d7/0c/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/df/f3/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/0b/ad/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/fe/3b/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138_create_spdx.tar.zst\nDEBUG: Testing URL file://45/ec/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1_populate_sysroot.tar.zst\nDEBUG: Using  for b8/33/sstate:shared-mime-info::2.4:r0::11:b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4_populate_lic.tar.zst\nDEBUG: Testing URL file://64/01/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/c1/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c1/c9/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '49/79/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d7/0c/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88_create_spdx.tar.zst\nDEBUG: For url file://universal/df/f3/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/df/f3/sstate%3Ahelp2man-native%3Ax86_64-linux%3A1.49.3%3Ar0%3Ax86_64%3A11%3Adff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26_create_runtime_spdx.tar.zst;downloadfilename=universal/df/f3/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/0b/ad/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fe/3b/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '45/ec/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b8/33/sstate:shared-mime-info::2.4:r0::11:b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '64/01/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e8/c1/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c1/c9/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://49/79/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/79/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.28%3Ar0%3Acore2-64%3A11%3A4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775_package_write_rpm.tar.zst;downloadfilename=49/79/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d7/0c/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88_create_spdx.tar.zst\nDEBUG: For url file://universal/0b/ad/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/ad/sstate%3Alibxml-parser-perl-native%3Ax86_64-linux%3A2.46%3Ar0%3Ax86_64%3A11%3A0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43_create_spdx.tar.zst;downloadfilename=universal/0b/ad/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43_create_spdx.tar.zst\nDEBUG: For url file://universal/fe/3b/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fe/3b/sstate%3Agtk%2B3-native%3Ax86_64-linux%3A3.24.38%3Ar0%3Ax86_64%3A11%3Afe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138_create_spdx.tar.zst;downloadfilename=universal/fe/3b/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138_create_spdx.tar.zst\nDEBUG: For url file://45/ec/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/ec/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2023.2%3Ar0%3Acore2-64%3A11%3A45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1_populate_sysroot.tar.zst;downloadfilename=45/ec/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b8/33/sstate:shared-mime-info::2.4:r0::11:b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://64/01/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/01/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A11%3A64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179_packagedata.tar.zst;downloadfilename=64/01/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179_packagedata.tar.zst\nDEBUG: Using  for e8/c1/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c1/c9/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/c9/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A11%3Ac1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca_package_write_rpm.tar.zst;downloadfilename=c1/c9/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://39/0d/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd7/0c/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b8/33/sstate:shared-mime-info::2.4:r0::11:b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/33/sstate%3Ashared-mime-info%3A%3A2.4%3Ar0%3A%3A11%3Ab833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4_populate_lic.tar.zst;downloadfilename=b8/33/sstate:shared-mime-info::2.4:r0::11:b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/df/f3/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e8/c1/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/16/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/00/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922_create_runtime_spdx.tar.zst\nDEBUG: For url file://d7/0c/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/0c/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Ad70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88_create_spdx.tar.zst;downloadfilename=d7/0c/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://37/8d/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:378da22ae045bacba7100f680a313410e531219a600b812eb16014dd7954043b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/bc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0b/ad/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e8/c1/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bb/16/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/7d/c5/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/b4/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://45/ec/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:45ec4edcb4c405cf315c89b765c1b14faaffca2ee950e39083081fb49779c9a1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fe/3b/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138_create_spdx.tar.zst\nDEBUG: Searching for universal/e6/bc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://74/45/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d_packagedata.tar.zst\nDEBUG: For url file://e8/c1/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/c1/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A11%3Ae8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27_deploy_source_date_epoch.tar.zst;downloadfilename=e8/c1/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://64/01/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179_packagedata.tar.zst\nDEBUG: Using  for bb/16/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229_package_write_rpm.tar.zst\nDEBUG: Searching for universal/7d/c5/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9f/b4/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://77/e4/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://84/9c/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9_populate_sysroot.tar.zst\nDEBUG: Using  for universal/e6/bc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417_populate_sysroot.tar.zst\nDEBUG: Searching for 74/45/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://3b/7b/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1_package_qa.tar.zst\nDEBUG: Testing URL file://bb/16/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/33/sstate:shared-mime-info::2.4:r0::11:b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/c9/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca_package_write_rpm.tar.zst\nDEBUG: Using  for universal/7d/c5/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915_populate_sysroot.tar.zst\nDEBUG: Using  for 9f/b4/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 77/e4/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 84/9c/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/e6/bc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417_populate_sysroot.tar.zst\nDEBUG: Using  for 74/45/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d_packagedata.tar.zst\nDEBUG: Searching for 3b/7b/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bb/16/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5f/bf/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9a/84/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/7d/c5/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9f/b4/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 77/e4/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc_recipe_qa.tar.zst\nDEBUG: Using  for 84/9c/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/e6/bc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://74/45/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d_packagedata.tar.zst\nDEBUG: Using  for 3b/7b/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1_package_qa.tar.zst\nDEBUG: For url file://bb/16/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/16/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A11%3Abb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229_package_write_rpm.tar.zst;downloadfilename=bb/16/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229_package_write_rpm.tar.zst\nDEBUG: Searching for 5f/bf/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/9a/84/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/7d/c5/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9f/b4/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://77/e4/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc_recipe_qa.tar.zst\nDEBUG: Testing URL file://84/9c/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9_populate_sysroot.tar.zst\nDEBUG: For url file://universal/e6/bc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/bc/sstate%3Alibmpc-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A11%3Ae6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417_populate_sysroot.tar.zst;downloadfilename=universal/e6/bc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '74/45/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3b/7b/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1_package_qa.tar.zst\nDEBUG: Using  for 5f/bf/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/9a/84/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/7d/c5/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/c5/sstate%3Alibxshmfence-native%3Ax86_64-linux%3A1.3.2%3Ar0%3Ax86_64%3A11%3A7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915_populate_sysroot.tar.zst;downloadfilename=universal/7d/c5/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915_populate_sysroot.tar.zst\nDEBUG: For url file://9f/b4/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/b4/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A11%3A9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769_deploy_source_date_epoch.tar.zst;downloadfilename=9f/b4/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '77/e4/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '84/9c/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://74/45/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/45/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A11%3A74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d_packagedata.tar.zst;downloadfilename=74/45/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d_packagedata.tar.zst\nDEBUG: For url ['file', '', '3b/7b/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e8/c1/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:e8c1b5da6629fbdf2f0d28b3a26cb0af6d651d1e886201094683d7a389208c27_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5f/bf/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/9a/84/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://77/e4/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/e4/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.9.0%3Ar0%3Acore2-64%3A11%3A77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc_recipe_qa.tar.zst;downloadfilename=77/e4/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc_recipe_qa.tar.zst\nDEBUG: For url file://84/9c/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/9c/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3%3Ar0%3Acore2-64%3A11%3A849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9_populate_sysroot.tar.zst;downloadfilename=84/9c/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9_populate_sysroot.tar.zst\nDEBUG: For url file://3b/7b/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/7b/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1_package_qa.tar.zst;downloadfilename=3b/7b/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/16/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/26/ef/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5f/bf/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/9a/84/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/e6/bc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/42/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/b4/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:9fb456d23e221c765d29625009785252d5c35cad0ad5aaa6d559b58777691769_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7d/c5/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915_populate_sysroot.tar.zst\nDEBUG: Searching for universal/26/ef/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5f/bf/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/bf/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3A5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1_create_runtime_spdx.tar.zst;downloadfilename=5f/bf/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://74/45/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d_packagedata.tar.zst\nDEBUG: For url file://universal/9a/84/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9a/84/sstate%3Apython3-pathspec-native%3Ax86_64-linux%3A0.12.1%3Ar0%3Ax86_64%3A11%3A9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb_deploy_source_date_epoch.tar.zst;downloadfilename=universal/9a/84/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/b3/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed_recipe_qa.tar.zst\nDEBUG: Searching for bf/42/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://28/05/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://74/9c/sstate:libtheora::1.1.1:r0::11:749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475_populate_lic.tar.zst\nDEBUG: Using  for universal/26/ef/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/af/79/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://77/e4/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/83/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2_create_spdx.tar.zst\nDEBUG: Searching for universal/50/b3/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bf/42/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://84/9c/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:849cc0e54cccd773eaa1b3717b3cf495a1eb1e0d636a016bb3ca9eeda5ca88a9_populate_sysroot.tar.zst\nDEBUG: Searching for 28/05/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 74/9c/sstate:libtheora::1.1.1:r0::11:749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/26/ef/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56_recipe_qa.tar.zst\nDEBUG: Searching for universal/af/79/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/72/23/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1c/f7/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/50/b3/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed_recipe_qa.tar.zst\nDEBUG: Testing URL file://bf/42/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://21/a9/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0_create_runtime_spdx.tar.zst\nDEBUG: Using  for 28/05/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb_recipe_qa.tar.zst\nDEBUG: Using  for 74/9c/sstate:libtheora::1.1.1:r0::11:749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/26/ef/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/af/79/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333_recipe_qa.tar.zst\nDEBUG: Searching for universal/72/23/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/1c/f7/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3b/7b/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1_package_qa.tar.zst\nDEBUG: Testing URL file://universal/50/b3/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'bf/42/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 21/a9/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5f/bf/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://28/05/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb_recipe_qa.tar.zst\nDEBUG: Testing URL file://74/9c/sstate:libtheora::1.1.1:r0::11:749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475_populate_lic.tar.zst\nDEBUG: For url file://universal/26/ef/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/26/ef/sstate%3Aalsa-lib-native%3Ax86_64-linux%3A1.2.10%3Ar0%3Ax86_64%3A11%3A26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56_recipe_qa.tar.zst;downloadfilename=universal/26/ef/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/af/79/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333_recipe_qa.tar.zst\nDEBUG: Using  for universal/72/23/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad_populate_sysroot.tar.zst\nDEBUG: Using  for universal/1c/f7/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f3/76/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/50/b3/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bf/42/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/42/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A11%3Abf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded_packagedata.tar.zst;downloadfilename=bf/42/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded_packagedata.tar.zst\nDEBUG: Using  for 21/a9/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://12/3f/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5_packagedata.tar.zst\nDEBUG: For url ['file', '', '28/05/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/9a/84/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:9a84fac8fc7536544e80f6a3a711c42d5e58d605d2a86b8e5e50fffad24422eb_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '74/9c/sstate:libtheora::1.1.1:r0::11:749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/af/79/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/72/23/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/1c/f7/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/f3/76/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/50/b3/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/b3/sstate%3Apython3-build-native%3Ax86_64-linux%3A1.0.3%3Ar0%3Ax86_64%3A11%3A50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed_recipe_qa.tar.zst;downloadfilename=universal/50/b3/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed_recipe_qa.tar.zst\nDEBUG: Testing URL file://21/a9/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0_create_runtime_spdx.tar.zst\nDEBUG: Searching for 12/3f/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://28/05/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/05/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.4%3Ar0%3Acore2-64%3A11%3A280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb_recipe_qa.tar.zst;downloadfilename=28/05/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/88/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7_packagedata.tar.zst\nDEBUG: For url file://74/9c/sstate:libtheora::1.1.1:r0::11:749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/9c/sstate%3Alibtheora%3A%3A1.1.1%3Ar0%3A%3A11%3A749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475_populate_lic.tar.zst;downloadfilename=74/9c/sstate:libtheora::1.1.1:r0::11:749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475_populate_lic.tar.zst\nDEBUG: For url file://universal/af/79/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/af/79/sstate%3Alibrsvg-native%3Ax86_64-linux%3A2.56.3%3Ar0%3Ax86_64%3A11%3Aaf796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333_recipe_qa.tar.zst;downloadfilename=universal/af/79/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/72/23/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/1c/f7/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f3/76/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '21/a9/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 12/3f/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5_packagedata.tar.zst\nDEBUG: Searching for fe/88/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/26/ef/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/98/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/42/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded_packagedata.tar.zst\nDEBUG: For url file://universal/72/23/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/23/sstate%3Autil-macros-native%3Ax86_64-linux%3A1.20.0%3Ar0%3Ax86_64%3A11%3A72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad_populate_sysroot.tar.zst;downloadfilename=universal/72/23/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad_populate_sysroot.tar.zst\nDEBUG: For url file://universal/1c/f7/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1c/f7/sstate%3Aspirv-headers-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3A1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f_create_runtime_spdx.tar.zst;downloadfilename=universal/1c/f7/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/f3/76/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://21/a9/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/a9/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A11%3A21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0_create_runtime_spdx.tar.zst;downloadfilename=21/a9/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://12/3f/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/b3/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed_recipe_qa.tar.zst\nDEBUG: Using  for fe/88/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/0d/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/78/fe/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://28/05/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/99/89/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/f3/76/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '12/3f/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://74/9c/sstate:libtheora::1.1.1:r0::11:749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/af/79/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:af796a8a0671f283cd9e210bc493f6f5cc0aece711f5b8648e70a12a32c83333_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6f/82/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321_create_spdx.tar.zst\nDEBUG: Testing URL file://fe/88/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7_packagedata.tar.zst\nDEBUG: Searching for c8/0d/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/78/fe/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ea/c0/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f_packagedata.tar.zst\nDEBUG: Searching for universal/99/89/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/f3/76/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f3/76/sstate%3Alibssh2-native%3Ax86_64-linux%3A1.11.0%3Ar0%3Ax86_64%3A11%3Af3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f3/76/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://12/3f/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/3f/sstate%3Amesa%3Acore2-64-poky-linux%3A23.3.5%3Ar0%3Acore2-64%3A11%3A123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5_packagedata.tar.zst;downloadfilename=12/3f/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://87/20/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://de/03/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8_packagedata.tar.zst\nDEBUG: Searching for universal/6f/82/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fe/88/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c8/0d/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911_package_write_rpm.tar.zst\nDEBUG: Using  for universal/78/fe/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06_create_spdx.tar.zst\nDEBUG: Searching for ea/c0/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/99/89/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed_populate_sysroot.tar.zst\nDEBUG: Searching for 87/20/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/1c/f7/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f_create_runtime_spdx.tar.zst\nDEBUG: Searching for de/03/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://21/a9/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/6f/82/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321_create_spdx.tar.zst\nDEBUG: For url file://fe/88/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/88/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.30.0%3Ar0%3Acore2-64%3A11%3Afe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7_packagedata.tar.zst;downloadfilename=fe/88/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7_packagedata.tar.zst\nDEBUG: Testing URL file://c8/0d/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/78/fe/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06_create_spdx.tar.zst\nDEBUG: Using  for ea/c0/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f_packagedata.tar.zst\nDEBUG: Testing URL file://universal/99/89/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed_populate_sysroot.tar.zst\nDEBUG: Using  for 87/20/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://43/b5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979_populate_sysroot.tar.zst\nDEBUG: Using  for de/03/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/d0/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/6f/82/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/72/23/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c8/0d/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/78/fe/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ea/c0/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f3/76/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:f3768307bfcec3206365567fb2c45b37434749cfe600786e6da2149c1ac69eba_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/99/89/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://87/20/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c_package_qa.tar.zst\nDEBUG: Searching for 43/b5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://de/03/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8_packagedata.tar.zst\nDEBUG: Searching for a7/d0/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/6f/82/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/bd/dc/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b_create_spdx.tar.zst\nDEBUG: For url file://c8/0d/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/0d/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A11%3Ac80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911_package_write_rpm.tar.zst;downloadfilename=c8/0d/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911_package_write_rpm.tar.zst\nDEBUG: For url file://universal/78/fe/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/78/fe/sstate%3Apython3-packaging-native%3Ax86_64-linux%3A23.2%3Ar0%3Ax86_64%3A11%3A78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06_create_spdx.tar.zst;downloadfilename=universal/78/fe/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ea/c0/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://12/3f/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/a5/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/99/89/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/99/89/sstate%3Agperf-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A11%3A998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed_populate_sysroot.tar.zst;downloadfilename=universal/99/89/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '87/20/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 43/b5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'de/03/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a7/d0/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/6f/82/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/82/sstate%3Arsync-native%3Ax86_64-linux%3A3.2.7%3Ar0%3Ax86_64%3A11%3A6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321_create_spdx.tar.zst;downloadfilename=universal/6f/82/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321_create_spdx.tar.zst\nDEBUG: Searching for universal/bd/dc/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ea/c0/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/c0/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3Aeac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f_packagedata.tar.zst;downloadfilename=ea/c0/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://49/79/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/ff/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/88/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7_packagedata.tar.zst\nDEBUG: Searching for d0/a5/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://87/20/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/20/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A11%3A8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c_package_qa.tar.zst;downloadfilename=87/20/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c_package_qa.tar.zst\nDEBUG: Testing URL file://43/b5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979_populate_sysroot.tar.zst\nDEBUG: For url file://de/03/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/03/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3Ade03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8_packagedata.tar.zst;downloadfilename=de/03/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8_packagedata.tar.zst\nDEBUG: Testing URL file://a7/d0/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/bd/dc/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/35/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/78/fe/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06_create_spdx.tar.zst\nDEBUG: Searching for 2f/ff/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://91/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff_package_qa.tar.zst\nDEBUG: Using  for d0/a5/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '43/b5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c8/0d/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a7/d0/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/bd/dc/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b_create_spdx.tar.zst\nDEBUG: Searching for f3/35/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/99/89/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:998940f83692e63f785bfb53e9c10c42a487721b5e36c518b6a11383992597ed_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://41/7c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6f/82/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321_create_spdx.tar.zst\nDEBUG: Using  for 2f/ff/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 91/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d0/a5/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/c0/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f_packagedata.tar.zst\nDEBUG: For url file://43/b5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/b5/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.1%3Ar0%3Acore2-64%3A11%3A43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979_populate_sysroot.tar.zst;downloadfilename=43/b5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/c1/sstate:libatomic-ops::7.8.2:r0::11:dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d_populate_lic.tar.zst\nDEBUG: For url file://a7/d0/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/d0/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.5p1%3Ar0%3Acore2-64%3A11%3Aa7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d_deploy_source_date_epoch.tar.zst;downloadfilename=a7/d0/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/bd/dc/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f3/35/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://41/04/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc_packagedata.tar.zst\nDEBUG: Searching for 41/7c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/3a/2b/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2f/ff/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 91/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd0/a5/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2b/cd/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492_create_runtime_spdx.tar.zst\nDEBUG: Searching for dc/c1/sstate:libatomic-ops::7.8.2:r0::11:dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://87/20/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c_package_qa.tar.zst\nDEBUG: For url file://universal/bd/dc/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bd/dc/sstate%3Apython3-pyproject-hooks-native%3Ax86_64-linux%3A1.0.0%3Ar0%3Ax86_64%3A11%3Abddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b_create_spdx.tar.zst;downloadfilename=universal/bd/dc/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://de/03/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8_packagedata.tar.zst\nDEBUG: Testing URL file://f3/35/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf_package.tar.zst\nDEBUG: Searching for 41/04/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 41/7c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/3a/2b/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2f/ff/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://91/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff_package_qa.tar.zst\nDEBUG: For url file://d0/a5/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/a5/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3Ad0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519_deploy_source_date_epoch.tar.zst;downloadfilename=d0/a5/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2b/cd/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for dc/c1/sstate:libatomic-ops::7.8.2:r0::11:dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/28/af/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://12/44/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f3/35/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 41/04/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc_packagedata.tar.zst\nDEBUG: Testing URL file://41/7c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/3a/2b/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3_create_runtime_spdx.tar.zst\nDEBUG: For url file://2f/ff/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/ff/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.4%3Ar0%3Acore2-64%3A11%3A2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd_deploy_source_date_epoch.tar.zst;downloadfilename=2f/ff/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '91/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2b/cd/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://dc/c1/sstate:libatomic-ops::7.8.2:r0::11:dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d_populate_lic.tar.zst\nDEBUG: Searching for universal/28/af/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 12/44/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f3/35/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/35/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3Af3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf_package.tar.zst;downloadfilename=f3/35/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf_package.tar.zst\nDEBUG: Testing URL file://41/04/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc_packagedata.tar.zst\nDEBUG: For url ['file', '', '41/7c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/3a/2b/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/d0/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:a7d091025c1eafe3cffd7f057db7055949c145b7fdddfb3432bdb6ceb5fba35d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://91/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/cb/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A11%3A91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff_package_qa.tar.zst;downloadfilename=91/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff_package_qa.tar.zst\nDEBUG: Testing URL file://2b/cd/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'dc/c1/sstate:libatomic-ops::7.8.2:r0::11:dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/28/af/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9_recipe_qa.tar.zst\nDEBUG: Using  for 12/44/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bd/dc/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '41/04/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://41/7c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/7c/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97_create_runtime_spdx.tar.zst;downloadfilename=41/7c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/3a/2b/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://64/38/sstate:ncurses-native::6.4:r0::11:643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2b/cd/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://dc/c1/sstate:libatomic-ops::7.8.2:r0::11:dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/c1/sstate%3Alibatomic-ops%3A%3A7.8.2%3Ar0%3A%3A11%3Adcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d_populate_lic.tar.zst;downloadfilename=dc/c1/sstate:libatomic-ops::7.8.2:r0::11:dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/a5/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:d0a5298ef26e53d14f2004f117141f21dda3db91a520988cebc431702aeef519_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/28/af/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9_recipe_qa.tar.zst\nDEBUG: Testing URL file://12/44/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://67/f8/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1_package_write_rpm.tar.zst\nDEBUG: For url file://41/04/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/04/sstate%3Akmod%3Acore2-64-poky-linux%3A31%3Ar0%3Acore2-64%3A11%3A41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc_packagedata.tar.zst;downloadfilename=41/04/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc_packagedata.tar.zst\nDEBUG: For url file://universal/3a/2b/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3a/2b/sstate%3Axorgproto-native%3Ax86_64-linux%3A2023.2%3Ar0%3Ax86_64%3A11%3A3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3_create_runtime_spdx.tar.zst;downloadfilename=universal/3a/2b/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3_create_runtime_spdx.tar.zst\nDEBUG: Searching for 64/38/sstate:ncurses-native::6.4:r0::11:643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2f/ff/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:2fffdb871f9d3974d965861d751a59d62feb26dff380d4fd9d8a64ea5251dbbd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2b/cd/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/cd/sstate%3Aofono%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492_create_runtime_spdx.tar.zst;downloadfilename=2b/cd/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/ba/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/35/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:f3359590e4ab58557e33f7a19c4198c6cd81bac76f805e372aeb9ee6d5c1ecbf_package.tar.zst\nDEBUG: For url ['file', '', 'universal/28/af/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '12/44/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 67/f8/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 64/38/sstate:ncurses-native::6.4:r0::11:643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://91/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://46/04/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://41/7c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97_create_runtime_spdx.tar.zst\nDEBUG: Searching for 6d/ba/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://dc/c1/sstate:libatomic-ops::7.8.2:r0::11:dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/ae/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5_create_spdx.tar.zst\nDEBUG: For url file://universal/28/af/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/28/af/sstate%3Amakedepend-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A11%3A28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9_recipe_qa.tar.zst;downloadfilename=universal/28/af/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9_recipe_qa.tar.zst\nDEBUG: For url file://12/44/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/44/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A11%3A1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02_create_spdx.tar.zst;downloadfilename=12/44/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02_create_spdx.tar.zst\nDEBUG: Using  for 67/f8/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://64/38/sstate:ncurses-native::6.4:r0::11:643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://24/7f/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d_package_qa.tar.zst\nDEBUG: Searching for 46/04/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/b6/60/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0_create_runtime_spdx.tar.zst\nDEBUG: Using  for 6d/ba/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://41/04/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/37/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037_create_runtime_spdx.tar.zst\nDEBUG: Searching for ef/ae/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://67/f8/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '64/38/sstate:ncurses-native::6.4:r0::11:643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/3a/2b/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3_create_runtime_spdx.tar.zst\nDEBUG: Searching for 24/7f/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 46/04/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b_packagedata.tar.zst\nDEBUG: Searching for universal/b6/60/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://6d/ba/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/5d/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492_populate_sysroot.tar.zst\nDEBUG: Searching for 5f/37/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ef/ae/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '67/f8/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://64/38/sstate:ncurses-native::6.4:r0::11:643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/38/sstate%3Ancurses-native%3A%3A6.4%3Ar0%3A%3A11%3A643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d_populate_lic.tar.zst;downloadfilename=64/38/sstate:ncurses-native::6.4:r0::11:643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/d2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca_package_qa.tar.zst\nDEBUG: Using  for 24/7f/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d_package_qa.tar.zst\nDEBUG: Testing URL file://46/04/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b_packagedata.tar.zst\nDEBUG: Using  for universal/b6/60/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6d/ba/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e4/5d/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5f/37/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ef/ae/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5_create_spdx.tar.zst\nDEBUG: For url file://67/f8/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/f8/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.5%3Ar0%3Acore2-64%3A11%3A67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1_package_write_rpm.tar.zst;downloadfilename=67/f8/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1_package_write_rpm.tar.zst\nDEBUG: Searching for b2/d2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://24/7f/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d_package_qa.tar.zst\nDEBUG: For url ['file', '', '46/04/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/b6/60/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/0c/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88_create_spdx.tar.zst\nDEBUG: For url file://6d/ba/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/ba/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3A6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d_recipe_qa.tar.zst;downloadfilename=6d/ba/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d_recipe_qa.tar.zst\nDEBUG: Using  for e4/5d/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5f/37/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ef/ae/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/28/af/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9_recipe_qa.tar.zst\nDEBUG: Using  for b2/d2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca_package_qa.tar.zst\nDEBUG: For url ['file', '', '24/7f/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://46/04/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/04/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b_packagedata.tar.zst;downloadfilename=46/04/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/b6/60/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/9e/5a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e4/5d/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5f/37/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ef/ae/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/ae/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3Aefae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5_create_spdx.tar.zst;downloadfilename=ef/ae/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/5f/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b2/d2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca_package_qa.tar.zst\nDEBUG: For url file://24/7f/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/7f/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3A247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d_package_qa.tar.zst;downloadfilename=24/7f/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d_package_qa.tar.zst\nDEBUG: For url file://universal/b6/60/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/60/sstate%3Alibcap-native%3Ax86_64-linux%3A2.69%3Ar0%3Ax86_64%3A11%3Ab660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0_create_runtime_spdx.tar.zst;downloadfilename=universal/b6/60/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/38/sstate:ncurses-native::6.4:r0::11:643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d_populate_lic.tar.zst\nDEBUG: Searching for universal/9e/5a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e4/5d/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5f/37/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/37/sstate%3Altp%3Acore2-64-poky-linux%3A20230929%3Ar0%3Acore2-64%3A11%3A5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037_create_runtime_spdx.tar.zst;downloadfilename=5f/37/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://67/f8/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1_package_write_rpm.tar.zst\nDEBUG: Searching for e3/5f/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b2/d2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6d/ba/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://83/ec/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/9e/5a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328_create_runtime_spdx.tar.zst\nDEBUG: For url file://e4/5d/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/5d/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A11%3Ae45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492_populate_sysroot.tar.zst;downloadfilename=e4/5d/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/71/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://46/04/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b_packagedata.tar.zst\nDEBUG: Using  for e3/5f/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912_package_write_rpm.tar.zst\nDEBUG: For url file://b2/d2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/d2/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A11%3Ab2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca_package_qa.tar.zst;downloadfilename=b2/d2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://65/7a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb_create_runtime_spdx.tar.zst\nDEBUG: Searching for 83/ec/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/9e/5a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328_create_runtime_spdx.tar.zst\nDEBUG: Searching for f3/71/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a1/34/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e3/5f/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912_package_write_rpm.tar.zst\nDEBUG: Searching for 65/7a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://24/7f/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d_package_qa.tar.zst\nDEBUG: Using  for 83/ec/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/9e/5a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/b6/60/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0_create_runtime_spdx.tar.zst\nDEBUG: Using  for f3/71/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60_create_runtime_spdx.tar.zst\nDEBUG: Searching for a1/34/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e3/5f/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 65/7a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://55/b8/sstate:libmicrohttpd-native::0.9.77:r0::11:55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48_populate_lic.tar.zst\nDEBUG: Testing URL file://83/ec/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/9e/5a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9e/5a/sstate%3Aperl-native%3Ax86_64-linux%3A5.38.2%3Ar0%3Ax86_64%3A11%3A9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328_create_runtime_spdx.tar.zst;downloadfilename=universal/9e/5a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/a2/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852_package_qa.tar.zst\nDEBUG: Testing URL file://f3/71/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60_create_runtime_spdx.tar.zst\nDEBUG: Using  for a1/34/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e3/5f/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/5f/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3Ae35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912_package_write_rpm.tar.zst;downloadfilename=e3/5f/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912_package_write_rpm.tar.zst\nDEBUG: Testing URL file://65/7a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb_create_runtime_spdx.tar.zst\nDEBUG: Searching for 55/b8/sstate:libmicrohttpd-native::0.9.77:r0::11:55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '83/ec/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a5/a2/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f3/71/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a1/34/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/5d/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '65/7a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 55/b8/sstate:libmicrohttpd-native::0.9.77:r0::11:55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/d2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca_package_qa.tar.zst\nDEBUG: For url file://83/ec/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/ec/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195_create_runtime_spdx.tar.zst;downloadfilename=83/ec/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195_create_runtime_spdx.tar.zst\nDEBUG: Using  for a5/a2/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852_package_qa.tar.zst\nDEBUG: For url file://f3/71/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/71/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Af37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60_create_runtime_spdx.tar.zst;downloadfilename=f3/71/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a1/34/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://19/00/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910_package_qa.tar.zst\nDEBUG: For url file://65/7a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/7a/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb_create_runtime_spdx.tar.zst;downloadfilename=65/7a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://55/b8/sstate:libmicrohttpd-native::0.9.77:r0::11:55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/13/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a5/a2/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852_package_qa.tar.zst\nDEBUG: For url file://a1/34/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/34/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A11%3Aa13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863_deploy_source_date_epoch.tar.zst;downloadfilename=a1/34/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 19/00/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/9e/5a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '55/b8/sstate:libmicrohttpd-native::0.9.77:r0::11:55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ff/13/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a5/a2/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e3/5f/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912_package_write_rpm.tar.zst\nDEBUG: Using  for 19/00/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/f2/sstate:librsvg-native::2.56.3:r0::11:c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5_populate_lic.tar.zst\nDEBUG: For url file://55/b8/sstate:libmicrohttpd-native::0.9.77:r0::11:55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/b8/sstate%3Alibmicrohttpd-native%3A%3A0.9.77%3Ar0%3A%3A11%3A55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48_populate_lic.tar.zst;downloadfilename=55/b8/sstate:libmicrohttpd-native::0.9.77:r0::11:55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48_populate_lic.tar.zst\nDEBUG: Using  for ff/13/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023_package_write_rpm.tar.zst\nDEBUG: For url file://a5/a2/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/a2/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A11%3Aa5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852_package_qa.tar.zst;downloadfilename=a5/a2/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/64/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c_package_qa.tar.zst\nDEBUG: Testing URL file://19/00/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910_package_qa.tar.zst\nDEBUG: Searching for c0/f2/sstate:librsvg-native::2.56.3:r0::11:c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f3/71/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ff/13/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023_package_write_rpm.tar.zst\nDEBUG: Searching for b1/64/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '19/00/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c0/f2/sstate:librsvg-native::2.56.3:r0::11:c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://65/7a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://af/7f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142_package.tar.zst\nDEBUG: For url ['file', '', 'ff/13/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b1/64/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c_package_qa.tar.zst\nDEBUG: For url file://19/00/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/00/sstate%3Acurl%3Acore2-64-poky-linux%3A8.6.0%3Ar0%3Acore2-64%3A11%3A1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910_package_qa.tar.zst;downloadfilename=19/00/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910_package_qa.tar.zst\nDEBUG: Testing URL file://c0/f2/sstate:librsvg-native::2.56.3:r0::11:c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://de/14/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for af/7f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ff/13/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/13/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A11%3Aff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023_package_write_rpm.tar.zst;downloadfilename=ff/13/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/34/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:a13488d7ee6a814cb07611a418e2ad01ae58b8f184f69b991916ee2850a6e863_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b1/64/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c0/f2/sstate:librsvg-native::2.56.3:r0::11:c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for de/14/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://12/44/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02_create_spdx.tar.zst\nDEBUG: Using  for af/7f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/f2/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b1/64/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://55/b8/sstate:libmicrohttpd-native::0.9.77:r0::11:55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48_populate_lic.tar.zst\nDEBUG: For url file://c0/f2/sstate:librsvg-native::2.56.3:r0::11:c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/f2/sstate%3Alibrsvg-native%3A%3A2.56.3%3Ar0%3A%3A11%3Ac0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5_populate_lic.tar.zst;downloadfilename=c0/f2/sstate:librsvg-native::2.56.3:r0::11:c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5_populate_lic.tar.zst\nDEBUG: Using  for de/14/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/59/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038_create_spdx.tar.zst\nDEBUG: Testing URL file://af/7f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142_package.tar.zst\nDEBUG: Searching for universal/da/f2/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b1/64/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/64/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3Ab164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c_package_qa.tar.zst;downloadfilename=b1/64/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://37/1a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c_packagedata.tar.zst\nDEBUG: Testing URL file://de/14/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b1/59/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'af/7f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/da/f2/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c_populate_sysroot.tar.zst\nDEBUG: Searching for 37/1a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'de/14/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a5/a2/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://19/00/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/cd/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492_create_runtime_spdx.tar.zst\nDEBUG: Using  for b1/59/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038_create_spdx.tar.zst\nDEBUG: For url file://af/7f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/7f/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3Aaf7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142_package.tar.zst;downloadfilename=af/7f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142_package.tar.zst\nDEBUG: Testing URL file://universal/da/f2/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c_populate_sysroot.tar.zst\nDEBUG: Using  for 37/1a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c_packagedata.tar.zst\nDEBUG: For url file://de/14/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/14/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3Ade141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1_deploy_source_date_epoch.tar.zst;downloadfilename=de/14/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/89/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/9b/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/ca/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667_package.tar.zst\nDEBUG: Testing URL file://b1/59/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/13/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/da/f2/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://37/1a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c_packagedata.tar.zst\nDEBUG: Searching for ce/89/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1f/9b/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c0/f2/sstate:librsvg-native::2.56.3:r0::11:c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5_populate_lic.tar.zst\nDEBUG: Searching for 4d/ca/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b1/64/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b1/59/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://58/3d/sstate:go-runtime::1.20.13:r0::11:583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0_populate_lic.tar.zst\nDEBUG: For url file://universal/da/f2/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/f2/sstate%3Aorc-native%3Ax86_64-linux%3A0.4.36%3Ar0%3Ax86_64%3A11%3Adaf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c_populate_sysroot.tar.zst;downloadfilename=universal/da/f2/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '37/1a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ce/89/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764_package_qa.tar.zst\nDEBUG: Using  for 1f/9b/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://11/e9/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1_package.tar.zst\nDEBUG: Using  for 4d/ca/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/09/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a_package_qa.tar.zst\nDEBUG: For url file://b1/59/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/59/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3Ab159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038_create_spdx.tar.zst;downloadfilename=b1/59/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038_create_spdx.tar.zst\nDEBUG: Searching for 58/3d/sstate:go-runtime::1.20.13:r0::11:583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://37/1a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/1a/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c_packagedata.tar.zst;downloadfilename=37/1a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c_packagedata.tar.zst\nDEBUG: Testing URL file://ce/89/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764_package_qa.tar.zst\nDEBUG: Testing URL file://1f/9b/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://af/7f/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:af7fb7dd60a2484ecc392924d96eddc355960eabab4ebaea06ecee41e1c5d142_package.tar.zst\nDEBUG: Searching for 11/e9/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4d/ca/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667_package.tar.zst\nDEBUG: Searching for 6e/09/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 58/3d/sstate:go-runtime::1.20.13:r0::11:583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://de/14/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:de141c75abc71289c32f92bfe0c2c7498ace625ae4d638a48f6c7527ca75b2e1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ce/89/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1f/9b/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://84/51/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1_package_qa.tar.zst\nDEBUG: Using  for 11/e9/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1_package.tar.zst\nDEBUG: For url ['file', '', '4d/ca/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6e/09/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a_package_qa.tar.zst\nDEBUG: Testing URL file://58/3d/sstate:go-runtime::1.20.13:r0::11:583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/20/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c_packagedata.tar.zst\nDEBUG: For url file://ce/89/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/89/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3Ace8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764_package_qa.tar.zst;downloadfilename=ce/89/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764_package_qa.tar.zst\nDEBUG: For url file://1f/9b/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/9b/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222_package_write_ipk.tar.zst;downloadfilename=1f/9b/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222_package_write_ipk.tar.zst\nDEBUG: Searching for 84/51/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://11/e9/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1_package.tar.zst\nDEBUG: For url file://4d/ca/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/ca/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.78.3%3Ar0%3Acore2-64%3A11%3A4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667_package.tar.zst;downloadfilename=4d/ca/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667_package.tar.zst\nDEBUG: Testing URL file://6e/09/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a_package_qa.tar.zst\nDEBUG: For url ['file', '', '58/3d/sstate:go-runtime::1.20.13:r0::11:583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b6/20/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 84/51/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/f2/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:daf2b8b45726b5515bfe9eecbcc0d6d9f34990969852efefa456f69177454e5c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '11/e9/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://37/1a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/59/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/37/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6e/09/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://58/3d/sstate:go-runtime::1.20.13:r0::11:583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/3d/sstate%3Ago-runtime%3A%3A1.20.13%3Ar0%3A%3A11%3A583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0_populate_lic.tar.zst;downloadfilename=58/3d/sstate:go-runtime::1.20.13:r0::11:583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0_populate_lic.tar.zst\nDEBUG: Using  for b6/20/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c_packagedata.tar.zst\nDEBUG: Testing URL file://84/51/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/f9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8_package_qa.tar.zst\nDEBUG: For url file://11/e9/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/e9/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A11%3A11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1_package.tar.zst;downloadfilename=11/e9/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://81/71/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://44/8f/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/6e/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457_recipe_qa.tar.zst\nDEBUG: For url file://6e/09/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/09/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3A6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a_package_qa.tar.zst;downloadfilename=6e/09/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a_package_qa.tar.zst\nDEBUG: Testing URL file://b6/20/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c_packagedata.tar.zst\nDEBUG: For url ['file', '', '84/51/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ce/89/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764_package_qa.tar.zst\nDEBUG: Searching for 27/f9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ef/ae/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5_create_spdx.tar.zst\nDEBUG: Searching for 81/71/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 44/8f/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ae/6e/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://1f/9b/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b6/20/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://84/51/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/51/sstate%3Adnf%3Acore2-64-poky-linux%3A4.18.2%3Ar0%3Acore2-64%3A11%3A8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1_package_qa.tar.zst;downloadfilename=84/51/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/ca/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:4dcada10bf886c2893c324fc76053a590147a525e7fccfd0d7e2359ed87c0667_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/b9/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03_package.tar.zst\nDEBUG: Using  for 27/f9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/cf/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba_populate_sysroot.tar.zst\nDEBUG: Using  for 81/71/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16_create_runtime_spdx.tar.zst\nDEBUG: Using  for 44/8f/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660_create_spdx.tar.zst\nDEBUG: Using  for ae/6e/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/87/sstate:m4-native::1.4.19:r0::11:c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c_populate_lic.tar.zst\nDEBUG: For url file://b6/20/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/20/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A11%3Ab6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c_packagedata.tar.zst;downloadfilename=b6/20/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/79/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://58/3d/sstate:go-runtime::1.20.13:r0::11:583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0_populate_lic.tar.zst\nDEBUG: Searching for a5/b9/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://83/ec/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://27/f9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8_package_qa.tar.zst\nDEBUG: Searching for fd/cf/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://81/71/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://44/8f/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660_create_spdx.tar.zst\nDEBUG: Testing URL file://ae/6e/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457_recipe_qa.tar.zst\nDEBUG: Searching for c9/87/sstate:m4-native::1.4.19:r0::11:c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b3/79/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://11/e9/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:11e9653b78ab95e94ab7fc5ee963a3fde5a97c0b9d831138820d717dfae9fdb1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/45/01/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0_recipe_qa.tar.zst\nDEBUG: Using  for a5/b9/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/4e/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a_package_qa.tar.zst\nDEBUG: For url ['file', '', '27/f9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fd/cf/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '81/71/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '44/8f/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ae/6e/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c9/87/sstate:m4-native::1.4.19:r0::11:c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/09/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a_package_qa.tar.zst\nDEBUG: Using  for b3/79/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/72/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1_package_write_rpm.tar.zst\nDEBUG: Searching for universal/45/01/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a5/b9/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03_package.tar.zst\nDEBUG: Searching for f1/4e/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://27/f9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/f9/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8_package_qa.tar.zst;downloadfilename=27/f9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8_package_qa.tar.zst\nDEBUG: Testing URL file://fd/cf/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba_populate_sysroot.tar.zst\nDEBUG: For url file://81/71/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/71/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.5p1%3Ar0%3Acore2-64%3A11%3A8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16_create_runtime_spdx.tar.zst;downloadfilename=81/71/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16_create_runtime_spdx.tar.zst\nDEBUG: For url file://44/8f/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/8f/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A11%3A448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660_create_spdx.tar.zst;downloadfilename=44/8f/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660_create_spdx.tar.zst\nDEBUG: For url file://ae/6e/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/6e/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3Aae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457_recipe_qa.tar.zst;downloadfilename=ae/6e/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457_recipe_qa.tar.zst\nDEBUG: Testing URL file://c9/87/sstate:m4-native::1.4.19:r0::11:c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/35/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b3/79/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e6/72/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/45/01/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a5/b9/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f1/4e/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'fd/cf/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://84/51/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c9/87/sstate:m4-native::1.4.19:r0::11:c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b6/20/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c_packagedata.tar.zst\nDEBUG: Searching for f2/35/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b3/79/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e6/72/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/45/01/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0_recipe_qa.tar.zst\nDEBUG: For url file://a5/b9/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/b9/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A11%3Aa5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03_package.tar.zst;downloadfilename=a5/b9/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03_package.tar.zst\nDEBUG: Testing URL file://f1/4e/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a_package_qa.tar.zst\nDEBUG: For url file://fd/cf/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/cf/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Afdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba_populate_sysroot.tar.zst;downloadfilename=fd/cf/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/f6/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2_packagedata.tar.zst\nDEBUG: For url file://c9/87/sstate:m4-native::1.4.19:r0::11:c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/87/sstate%3Am4-native%3A%3A1.4.19%3Ar0%3A%3A11%3Ac98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c_populate_lic.tar.zst;downloadfilename=c9/87/sstate:m4-native::1.4.19:r0::11:c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ab/00/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938_populate_sysroot.tar.zst\nDEBUG: Using  for f2/35/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded_create_runtime_spdx.tar.zst\nDEBUG: For url file://b3/79/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/79/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3Ab379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7_deploy_source_date_epoch.tar.zst;downloadfilename=b3/79/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e6/72/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/45/01/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f1/4e/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for eb/f6/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://27/f9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://81/71/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://43/b5/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:43b5bad598e7f4d29439a1a53f3e7b22e5591970f73d4aa9a54c943f8b722979_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ab/00/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ae/6e/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/53/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:5a53673f72713437300774cd03a7de33f2e96f08e6f54308647cb50f5673010a_package.tar.zst\nDEBUG: Testing URL file://f2/35/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://44/8f/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e6/72/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/45/01/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/45/01/sstate%3Avirglrenderer-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A11%3A450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0_recipe_qa.tar.zst;downloadfilename=universal/45/01/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0_recipe_qa.tar.zst\nDEBUG: For url file://f1/4e/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/4e/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.1%3Ar0%3Acore2-64%3A11%3Af14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a_package_qa.tar.zst;downloadfilename=f1/4e/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a_package_qa.tar.zst\nDEBUG: Using  for eb/f6/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/cf/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:fdcf728d92ed19654c4a484175f72379eb5a9bb564b12511cde8d9aec82411ba_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://51/50/sstate:gcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/28/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fb/3f/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03_create_spdx.tar.zst\nDEBUG: Using  for universal/ab/00/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://15/ac/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/01/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f2/35/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://9c/9f/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896_packagedata.tar.zst\nDEBUG: For url file://e6/72/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/72/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3Ae672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1_package_write_rpm.tar.zst;downloadfilename=e6/72/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/87/sstate:m4-native::1.4.19:r0::11:c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c_populate_lic.tar.zst\nDEBUG: Testing URL file://eb/f6/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/f8/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160_populate_sysroot.tar.zst\nDEBUG: Searching for 51/50/sstate:gcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ee/28/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fb/3f/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/ab/00/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938_populate_sysroot.tar.zst\nDEBUG: Searching for 15/ac/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2b/01/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f2/35/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/35/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.7.3%3Ar0%3Acore2-64%3A11%3Af235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded_create_runtime_spdx.tar.zst;downloadfilename=f2/35/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/79/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:b379ebbfa004ff4cc58644ffb1b34d14f8d8c557569941e3dedbba4358c266e7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9c/9f/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/95/f4/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'eb/f6/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3d/f8/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 51/50/sstate:gcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: Using  for ee/28/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5_package_write_rpm.tar.zst\nDEBUG: Using  for universal/fb/3f/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ab/00/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 15/ac/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b_package_write_rpm.tar.zst\nDEBUG: Using  for 2b/01/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/eb/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/45/01/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0_recipe_qa.tar.zst\nDEBUG: Using  for 9c/9f/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896_packagedata.tar.zst\nDEBUG: Searching for universal/95/f4/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://eb/f6/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/f6/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3Aebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2_packagedata.tar.zst;downloadfilename=eb/f6/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2_packagedata.tar.zst\nDEBUG: Using  for 3d/f8/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160_populate_sysroot.tar.zst\nDEBUG: Testing URL file://51/50/sstate:gcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: Testing URL file://ee/28/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/fb/3f/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/4e/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a_package_qa.tar.zst\nDEBUG: For url file://universal/ab/00/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ab/00/sstate%3Alibxau-native%3Ax86_64-linux%3A1.0.11%3Ar0%3Ax86_64%3A11%3Aab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938_populate_sysroot.tar.zst;downloadfilename=universal/ab/00/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938_populate_sysroot.tar.zst\nDEBUG: Testing URL file://15/ac/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://2b/01/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5_package_qa.tar.zst\nDEBUG: Searching for d9/eb/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://be/b4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8_package_qa.tar.zst\nDEBUG: Testing URL file://9c/9f/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896_packagedata.tar.zst\nDEBUG: Using  for universal/95/f4/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3d/f8/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '51/50/sstate:gcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ee/28/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fb/3f/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://da/51/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '15/ac/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2b/01/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e6/72/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1_package_write_rpm.tar.zst\nDEBUG: Using  for d9/eb/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for be/b4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9c/9f/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/95/f4/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3d/f8/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://51/50/sstate:gcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/50/sstate%3Agcc%3A%3A13.2.0%3Ar0%3A%3A11%3A515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst;downloadfilename=51/50/sstate:gcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: For url file://ee/28/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/28/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.46.0%3Ar0%3Acore2-64%3A11%3Aee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5_package_write_rpm.tar.zst;downloadfilename=ee/28/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5_package_write_rpm.tar.zst\nDEBUG: For url file://universal/fb/3f/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fb/3f/sstate%3Apython3-markupsafe-native%3Ax86_64-linux%3A2.1.3%3Ar0%3Ax86_64%3A11%3Afb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03_create_spdx.tar.zst;downloadfilename=universal/fb/3f/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03_create_spdx.tar.zst\nDEBUG: Searching for da/51/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://15/ac/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/ac/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3A15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b_package_write_rpm.tar.zst;downloadfilename=15/ac/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/35/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded_create_runtime_spdx.tar.zst\nDEBUG: For url file://2b/01/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/01/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5_package_qa.tar.zst;downloadfilename=2b/01/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/c2/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971_recipe_qa.tar.zst\nDEBUG: Testing URL file://d9/eb/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for be/b4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8_package_qa.tar.zst\nDEBUG: For url file://9c/9f/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/9f/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896_packagedata.tar.zst;downloadfilename=9c/9f/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/95/f4/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3d/f8/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/f8/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160_populate_sysroot.tar.zst;downloadfilename=3d/f8/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160_populate_sysroot.tar.zst\nDEBUG: Using  for da/51/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/f6/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/07/sstate:wireless-regdb::2023.09.01:r0::11:5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d_populate_lic.tar.zst\nDEBUG: Searching for 3a/c2/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/ab/00/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd9/eb/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://be/b4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8_package_qa.tar.zst\nDEBUG: For url file://universal/95/f4/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/95/f4/sstate%3Amake-native%3Ax86_64-linux%3A4.4.1%3Ar0%3Ax86_64%3A11%3A95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad_populate_sysroot.tar.zst;downloadfilename=universal/95/f4/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fb/3f/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://51/50/sstate:gcc::13.2.0:r0::11:515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/28/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://da/51/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://58/13/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812_package_qa.tar.zst\nDEBUG: Searching for 5a/07/sstate:wireless-regdb::2023.09.01:r0::11:5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3a/c2/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/83/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13_package_qa.tar.zst\nDEBUG: For url file://d9/eb/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/eb/sstate%3Arust%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Ad9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1_deploy_source_date_epoch.tar.zst;downloadfilename=d9/eb/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'be/b4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://21/9e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://15/ac/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/1a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/47/sstate:glibc::2.38+git:r0::11:c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'da/51/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 58/13/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5a/07/sstate:wireless-regdb::2023.09.01:r0::11:5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d_populate_lic.tar.zst\nDEBUG: Testing URL file://3a/c2/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971_recipe_qa.tar.zst\nDEBUG: Searching for 2b/83/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://be/b4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/b4/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A11%3Abeb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8_package_qa.tar.zst;downloadfilename=be/b4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8_package_qa.tar.zst\nDEBUG: Searching for 21/9e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9c/9f/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/30/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/01/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5_package_qa.tar.zst\nDEBUG: Searching for 6b/1a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c3/47/sstate:glibc::2.38+git:r0::11:c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://da/51/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/51/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.3%3Ar0%3Acore2-64%3A11%3Ada51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7_populate_sysroot.tar.zst;downloadfilename=da/51/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7_populate_sysroot.tar.zst\nDEBUG: Using  for 58/13/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812_package_qa.tar.zst\nDEBUG: Testing URL file://5a/07/sstate:wireless-regdb::2023.09.01:r0::11:5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3a/c2/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2b/83/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13_package_qa.tar.zst\nDEBUG: Using  for 21/9e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/f8/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:3df86f8f7836d149c2c2abaaf5e2a49db92005461cc301f6142dc48b0e509160_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/f0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17_package_qa.tar.zst\nDEBUG: Searching for 7e/30/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://03/9d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5_package_write_rpm.tar.zst\nDEBUG: Using  for 6b/1a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa_recipe_qa.tar.zst\nDEBUG: Using  for c3/47/sstate:glibc::2.38+git:r0::11:c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea_populate_lic.tar.zst\nDEBUG: Testing URL file://58/13/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812_package_qa.tar.zst\nDEBUG: For url ['file', '', '5a/07/sstate:wireless-regdb::2023.09.01:r0::11:5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/95/f4/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad_populate_sysroot.tar.zst\nDEBUG: For url file://3a/c2/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/c2/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A11%3A3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971_recipe_qa.tar.zst;downloadfilename=3a/c2/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971_recipe_qa.tar.zst\nDEBUG: Testing URL file://2b/83/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13_package_qa.tar.zst\nDEBUG: Testing URL file://21/9e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://17/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3b/f0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7e/30/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e_populate_sysroot.tar.zst\nDEBUG: Searching for 03/9d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://6b/1a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa_recipe_qa.tar.zst\nDEBUG: Testing URL file://c3/47/sstate:glibc::2.38+git:r0::11:c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea_populate_lic.tar.zst\nDEBUG: For url ['file', '', '58/13/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5a/07/sstate:wireless-regdb::2023.09.01:r0::11:5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/07/sstate%3Awireless-regdb%3A%3A2023.09.01%3Ar0%3A%3A11%3A5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d_populate_lic.tar.zst;downloadfilename=5a/07/sstate:wireless-regdb::2023.09.01:r0::11:5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://32/a5/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2b/83/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '21/9e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d9/eb/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:d9eb3c47c4202aaaacdd49455e3c8462627cc8b153a058d221ad30f822ed04b1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 17/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3b/f0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17_package_qa.tar.zst\nDEBUG: Testing URL file://7e/30/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e_populate_sysroot.tar.zst\nDEBUG: Using  for 03/9d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6b/1a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c3/47/sstate:glibc::2.38+git:r0::11:c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://be/b4/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8_package_qa.tar.zst\nDEBUG: For url file://58/13/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/13/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A11%3A5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812_package_qa.tar.zst;downloadfilename=58/13/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812_package_qa.tar.zst\nDEBUG: Searching for 32/a5/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2b/83/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/83/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A11%3A2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13_package_qa.tar.zst;downloadfilename=2b/83/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13_package_qa.tar.zst\nDEBUG: For url file://21/9e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/9e/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.0.1%3Ar0%3Acore2-64%3A11%3A219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889_deploy_source_date_epoch.tar.zst;downloadfilename=21/9e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://da/51/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:da51e6e8a0c21796d5d796f93cb70efc9ea03ca1f9779e68e2c06c00ef21fab7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/92/06/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a_populate_sysroot.tar.zst\nDEBUG: Using  for 17/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3b/f0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17_package_qa.tar.zst\nDEBUG: For url ['file', '', '7e/30/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://03/9d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5_package_write_rpm.tar.zst\nDEBUG: For url file://6b/1a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/1a/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A11%3A6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa_recipe_qa.tar.zst;downloadfilename=6b/1a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa_recipe_qa.tar.zst\nDEBUG: For url file://c3/47/sstate:glibc::2.38+git:r0::11:c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/47/sstate%3Aglibc%3A%3A2.38%2Bgit%3Ar0%3A%3A11%3Ac34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea_populate_lic.tar.zst;downloadfilename=c3/47/sstate:glibc::2.38+git:r0::11:c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d9/b4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551_create_spdx.tar.zst\nDEBUG: Using  for 32/a5/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/b9/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a5b974cf2ba7aec2c418968c67bba45a051f29dadb5e0aadf4278ea1e3fcdc03_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/c2/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://34/12/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9_recipe_qa.tar.zst\nDEBUG: Searching for universal/92/06/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://17/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3b/f0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7e/30/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/30/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.47%3Ar0%3Acore2-64%3A11%3A7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e_populate_sysroot.tar.zst;downloadfilename=7e/30/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '03/9d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/d9/b4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5a/07/sstate:wireless-regdb::2023.09.01:r0::11:5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d_populate_lic.tar.zst\nDEBUG: Testing URL file://32/a5/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://30/4a/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://10/3b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d_package_write_rpm.tar.zst\nDEBUG: Searching for 34/12/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/92/06/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '17/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3b/f0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/f0/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A11%3A3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17_package_qa.tar.zst;downloadfilename=3b/f0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://58/13/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812_package_qa.tar.zst\nDEBUG: For url file://03/9d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/9d/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A11%3A039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5_package_write_rpm.tar.zst;downloadfilename=03/9d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/83/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13_package_qa.tar.zst\nDEBUG: Using  for universal/d9/b4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/aa/sstate:libcap-ng-native::0.8.4:r0::11:8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '32/a5/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 30/4a/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 10/3b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 34/12/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/92/06/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a_populate_sysroot.tar.zst\nDEBUG: For url file://17/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/66/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1_deploy_source_date_epoch.tar.zst;downloadfilename=17/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://85/bb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598_package.tar.zst\nDEBUG: SState: Successful fetch test for file://21/9e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:219e8e57a9bafd92dc9099f5874c11ef60fc2f91096b11baf4d7af6690e40889_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://58/78/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0_package.tar.zst\nDEBUG: Testing URL file://universal/d9/b4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/1a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa_recipe_qa.tar.zst\nDEBUG: Searching for 8c/aa/sstate:libcap-ng-native::0.8.4:r0::11:8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://32/a5/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/a5/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.5.2%3Ar0%3Acore2-64%3A11%3A32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1_package_write_rpm.tar.zst;downloadfilename=32/a5/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1_package_write_rpm.tar.zst\nDEBUG: Using  for 30/4a/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60_package_write_rpm.tar.zst\nDEBUG: Using  for 10/3b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://34/12/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/92/06/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 85/bb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c3/47/sstate:glibc::2.38+git:r0::11:c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/30/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:7e30a60e3eb7d7b997020371dd3cbe61fbcf958375481d0085b919d542d5c39e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/00/55/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d_populate_sysroot.tar.zst\nDEBUG: Searching for 58/78/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/d9/b4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://76/47/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9_package_write_rpm.tar.zst\nDEBUG: Using  for 8c/aa/sstate:libcap-ng-native::0.8.4:r0::11:8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1_populate_lic.tar.zst\nDEBUG: Testing URL file://30/4a/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60_package_write_rpm.tar.zst\nDEBUG: Testing URL file://10/3b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '34/12/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/92/06/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/92/06/sstate%3Apango-native%3Ax86_64-linux%3A1.51.0%3Ar0%3Ax86_64%3A11%3A9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a_populate_sysroot.tar.zst;downloadfilename=universal/92/06/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a_populate_sysroot.tar.zst\nDEBUG: Using  for 85/bb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/51/fd/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/5b/sstate:sato-icon-theme::git:r0::11:a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270_populate_lic.tar.zst\nDEBUG: Searching for universal/00/55/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 58/78/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0_package.tar.zst\nDEBUG: For url file://universal/d9/b4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d9/b4/sstate%3Adwarfsrcfiles-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3Ad9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551_create_spdx.tar.zst;downloadfilename=universal/d9/b4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/f0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17_package_qa.tar.zst\nDEBUG: Searching for 76/47/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8c/aa/sstate:libcap-ng-native::0.8.4:r0::11:8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://03/9d/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '30/4a/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '10/3b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://34/12/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/12/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9_recipe_qa.tar.zst;downloadfilename=34/12/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9_recipe_qa.tar.zst\nDEBUG: Testing URL file://85/bb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598_package.tar.zst\nDEBUG: Searching for universal/51/fd/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a3/5b/sstate:sato-icon-theme::git:r0::11:a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/00/55/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://58/78/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://32/cf/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://17/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:176621429eda9f9b652c0ad144fe87f04b4e0c2618cb0addcd51bfb9fc664bf1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 76/47/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8c/aa/sstate:libcap-ng-native::0.8.4:r0::11:8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6d/b2/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://30/4a/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/4a/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A11%3A304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60_package_write_rpm.tar.zst;downloadfilename=30/4a/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60_package_write_rpm.tar.zst\nDEBUG: For url file://10/3b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/3b/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.11.5%3Ar0%3Acore2-64%3A11%3A103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d_package_write_rpm.tar.zst;downloadfilename=10/3b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '85/bb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/51/fd/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://32/a5/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1_package_write_rpm.tar.zst\nDEBUG: Using  for a3/5b/sstate:sato-icon-theme::git:r0::11:a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/00/55/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '58/78/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 32/cf/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://dc/5a/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072_create_spdx.tar.zst\nDEBUG: Testing URL file://76/47/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9_package_write_rpm.tar.zst\nDEBUG: For url file://8c/aa/sstate:libcap-ng-native::0.8.4:r0::11:8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/aa/sstate%3Alibcap-ng-native%3A%3A0.8.4%3Ar0%3A%3A11%3A8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1_populate_lic.tar.zst;downloadfilename=8c/aa/sstate:libcap-ng-native::0.8.4:r0::11:8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1_populate_lic.tar.zst\nDEBUG: Searching for 6d/b2/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://85/bb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/bb/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A11%3A85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598_package.tar.zst;downloadfilename=85/bb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598_package.tar.zst\nDEBUG: Testing URL file://universal/51/fd/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/92/06/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d9/b4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/17/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2_recipe_qa.tar.zst\nDEBUG: Testing URL file://a3/5b/sstate:sato-icon-theme::git:r0::11:a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/00/55/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://58/78/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/78/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.13%3Ar0%3Acore2-64%3A11%3A58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0_package.tar.zst;downloadfilename=58/78/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0_package.tar.zst\nDEBUG: Using  for 32/cf/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70_create_runtime_spdx.tar.zst\nDEBUG: Searching for dc/5a/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '76/47/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6d/b2/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/51/fd/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://73/ff/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/12/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://15/8d/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e_packagedata.tar.zst\nDEBUG: Searching for 0a/17/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a3/5b/sstate:sato-icon-theme::git:r0::11:a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/00/55/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/00/55/sstate%3Alibxml-namespacesupport-perl-native%3Ax86_64-linux%3A1.12%3Ar0%3Ax86_64%3A11%3A0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d_populate_sysroot.tar.zst;downloadfilename=universal/00/55/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://32/cf/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70_create_runtime_spdx.tar.zst\nDEBUG: Using  for dc/5a/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072_create_spdx.tar.zst\nDEBUG: For url file://76/47/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/47/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.2.0%3Ar0%3Acore2-64%3A11%3A7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9_package_write_rpm.tar.zst;downloadfilename=76/47/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://10/3b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6d/b2/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/51/fd/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/51/fd/sstate%3Aelfutils-native%3Ax86_64-linux%3A0.189%3Ar0%3Ax86_64%3A11%3A51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7_recipe_qa.tar.zst;downloadfilename=universal/51/fd/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7_recipe_qa.tar.zst\nDEBUG: Searching for 73/ff/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://73/cd/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5_package.tar.zst\nDEBUG: Searching for 15/8d/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0a/17/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2_recipe_qa.tar.zst\nDEBUG: For url file://a3/5b/sstate:sato-icon-theme::git:r0::11:a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/5b/sstate%3Asato-icon-theme%3A%3Agit%3Ar0%3A%3A11%3Aa35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270_populate_lic.tar.zst;downloadfilename=a3/5b/sstate:sato-icon-theme::git:r0::11:a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270_populate_lic.tar.zst\nDEBUG: For url ['file', '', '32/cf/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://dc/5a/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/aa/sstate:libcap-ng-native::0.8.4:r0::11:8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://44/fe/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb_packagedata.tar.zst\nDEBUG: For url ['file', '', '6d/b2/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 73/ff/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725_create_spdx.tar.zst\nDEBUG: Searching for 73/cd/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 15/8d/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e_packagedata.tar.zst\nDEBUG: Testing URL file://0a/17/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2_recipe_qa.tar.zst\nDEBUG: For url file://32/cf/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/cf/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20230416%3Ar0%3Acore2-64%3A11%3A32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70_create_runtime_spdx.tar.zst;downloadfilename=32/cf/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'dc/5a/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/00/55/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:0055aa6eeb7bce98f714b2b04c328c2ca93870f4c98678324b8eddfb3e6e5d4d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://58/78/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:58782f9b5568e706bd1e17be5510cf7ef726a90c23f466680ecaf53f157215e0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/03/39/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22_recipe_qa.tar.zst\nDEBUG: Searching for 44/fe/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6d/b2/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/b2/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A11%3A6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0_deploy_source_date_epoch.tar.zst;downloadfilename=6d/b2/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://73/ff/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725_create_spdx.tar.zst\nDEBUG: Using  for 73/cd/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5_package.tar.zst\nDEBUG: Testing URL file://15/8d/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e_packagedata.tar.zst\nDEBUG: For url ['file', '', '0a/17/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://dc/5a/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/5a/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A11%3Adc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072_create_spdx.tar.zst;downloadfilename=dc/5a/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/28/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1e/cb/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/03/39/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 44/fe/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb_packagedata.tar.zst\nDEBUG: For url ['file', '', '73/ff/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://73/cd/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/51/fd/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '15/8d/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://76/47/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9_package_write_rpm.tar.zst\nDEBUG: For url file://0a/17/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/17/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2_recipe_qa.tar.zst;downloadfilename=0a/17/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2_recipe_qa.tar.zst\nDEBUG: Searching for 8a/28/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/1e/cb/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a3/5b/sstate:sato-icon-theme::git:r0::11:a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270_populate_lic.tar.zst\nDEBUG: Using  for universal/03/39/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22_recipe_qa.tar.zst\nDEBUG: Testing URL file://44/fe/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb_packagedata.tar.zst\nDEBUG: For url file://73/ff/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/ff/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.32%3Ar0%3Aallarch%3A11%3A73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725_create_spdx.tar.zst;downloadfilename=73/ff/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725_create_spdx.tar.zst\nDEBUG: For url ['file', '', '73/cd/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://17/39/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f_create_runtime_spdx.tar.zst\nDEBUG: For url file://15/8d/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/8d/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.4%3Ar0%3Acore2-64%3A11%3A158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e_packagedata.tar.zst;downloadfilename=15/8d/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://29/f5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8a/28/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/1e/cb/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://87/ea/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://32/cf/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/03/39/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '44/fe/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://73/cd/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/cd/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A11%3A73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5_package.tar.zst;downloadfilename=73/cd/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5_package.tar.zst\nDEBUG: Searching for 17/39/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6d/b2/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:6db2b25811cfd6822c7c540ced00108bdfbdb275ffa1422451ce6d371614a2c0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 29/f5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8a/28/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/1e/cb/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd_create_runtime_spdx.tar.zst\nDEBUG: Searching for 87/ea/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://65/5b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/03/39/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://44/fe/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/fe/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb_packagedata.tar.zst;downloadfilename=44/fe/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb_packagedata.tar.zst\nDEBUG: Using  for 17/39/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://86/5d/sstate:kmod::31:r0::11:865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9_populate_lic.tar.zst\nDEBUG: Using  for 29/f5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8a/28/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/1e/cb/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/ea/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666_populate_sysroot.tar.zst\nDEBUG: Searching for 65/5b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/03/39/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/39/sstate%3Aautoconf-native%3Ax86_64-linux%3A2.72e%3Ar0%3Ax86_64%3A11%3A0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22_recipe_qa.tar.zst;downloadfilename=universal/03/39/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22_recipe_qa.tar.zst\nDEBUG: Testing URL file://17/39/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f_create_runtime_spdx.tar.zst\nDEBUG: Searching for 86/5d/sstate:kmod::31:r0::11:865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0a/17/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2_recipe_qa.tar.zst\nDEBUG: Testing URL file://29/f5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8a/28/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/28/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A11%3A8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730_deploy_source_date_epoch.tar.zst;downloadfilename=8a/28/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/1e/cb/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/cb/sstate%3Apython3-pluggy-native%3Ax86_64-linux%3A1.3.0%3Ar0%3Ax86_64%3A11%3A1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd_create_runtime_spdx.tar.zst;downloadfilename=universal/1e/cb/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://73/ff/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725_create_spdx.tar.zst\nDEBUG: Testing URL file://87/ea/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666_populate_sysroot.tar.zst\nDEBUG: Using  for 65/5b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '17/39/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://15/8d/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e_packagedata.tar.zst\nDEBUG: Using  for 86/5d/sstate:kmod::31:r0::11:865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/ed/sstate:eudev::3.2.14:r0::11:9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '29/f5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://86/4d/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '87/ea/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://73/cd/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:73cdc3b1d50a1c7106aa1d205adf58a135b246dd2edbb75d08e4b39cfa7bb4b5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://44/fe/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb_packagedata.tar.zst\nDEBUG: Testing URL file://65/5b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122_package_write_rpm.tar.zst\nDEBUG: For url file://17/39/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/39/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.20%3Ar0%3Acore2-64%3A11%3A17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f_create_runtime_spdx.tar.zst;downloadfilename=17/39/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://62/f9/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://86/5d/sstate:kmod::31:r0::11:865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9_populate_lic.tar.zst\nDEBUG: Searching for 9d/ed/sstate:eudev::3.2.14:r0::11:9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://29/f5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/f5/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A11%3A29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a_deploy_source_date_epoch.tar.zst;downloadfilename=29/f5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 86/4d/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://87/ea/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/ea/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A11%3A87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666_populate_sysroot.tar.zst;downloadfilename=87/ea/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/90/29/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9a/13/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '65/5b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 62/f9/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '86/5d/sstate:kmod::31:r0::11:865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/03/39/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:0339456ef4ad6bac12248a21fee2faa174ddd13a24d09c0ea3b23538bcb9ab22_recipe_qa.tar.zst\nDEBUG: Using  for 9d/ed/sstate:eudev::3.2.14:r0::11:9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6_populate_lic.tar.zst\nDEBUG: Using  for 86/4d/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/28/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:8a285f3723e8e8dfca2adcf06f2d0509b63743330e582b804d198810cecd6730_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/90/29/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/9a/13/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/1e/cb/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd_create_runtime_spdx.tar.zst\nDEBUG: For url file://65/5b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/5b/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.16%3Ar0%3Acore2-64%3A11%3A655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122_package_write_rpm.tar.zst;downloadfilename=65/5b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122_package_write_rpm.tar.zst\nDEBUG: Using  for 62/f9/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://86/5d/sstate:kmod::31:r0::11:865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/5d/sstate%3Akmod%3A%3A31%3Ar0%3A%3A11%3A865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9_populate_lic.tar.zst;downloadfilename=86/5d/sstate:kmod::31:r0::11:865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/27/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566_recipe_qa.tar.zst\nDEBUG: Testing URL file://9d/ed/sstate:eudev::3.2.14:r0::11:9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6_populate_lic.tar.zst\nDEBUG: Testing URL file://86/4d/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://19/b6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9_recipe_qa.tar.zst\nDEBUG: Using  for universal/90/29/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/9a/13/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://32/5c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85_recipe_qa.tar.zst\nDEBUG: Testing URL file://62/f9/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8a/27/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9d/ed/sstate:eudev::3.2.14:r0::11:9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '86/4d/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://29/f5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:29f5ab10cf2d7306d3bb569ba50c341cbc4957531ec657294369e9ef6a6b203a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 19/b6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/90/29/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/9a/13/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a_recipe_qa.tar.zst\nDEBUG: Searching for 32/5c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '62/f9/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8a/27/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566_recipe_qa.tar.zst\nDEBUG: For url file://9d/ed/sstate:eudev::3.2.14:r0::11:9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/ed/sstate%3Aeudev%3A%3A3.2.14%3Ar0%3A%3A11%3A9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6_populate_lic.tar.zst;downloadfilename=9d/ed/sstate:eudev::3.2.14:r0::11:9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6_populate_lic.tar.zst\nDEBUG: For url file://86/4d/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/4d/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080_package_write_rpm.tar.zst;downloadfilename=86/4d/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/47/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3_create_spdx.tar.zst\nDEBUG: Using  for 19/b6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/90/29/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/9a/13/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 32/5c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85_recipe_qa.tar.zst\nDEBUG: For url file://62/f9/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/f9/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.0%3Ar0%3Acore2-64%3A11%3A62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f_deploy_source_date_epoch.tar.zst;downloadfilename=62/f9/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8a/27/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566_recipe_qa.tar.zst\nDEBUG: Searching for 5d/47/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://87/ea/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:87eac579471c03f7d4fbc61e6d77ace7bc3a9308643f9a0eaf0e70c05c49b666_populate_sysroot.tar.zst\nDEBUG: Testing URL file://19/b6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9_recipe_qa.tar.zst\nDEBUG: For url file://universal/90/29/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/29/sstate%3Aupdate-rc.d-native%3Ax86_64-linux%3A0.8%3Ar0%3Ax86_64%3A11%3A90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96_deploy_source_date_epoch.tar.zst;downloadfilename=universal/90/29/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/9a/13/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9a/13/sstate%3Alibxml-sax-perl-native%3Ax86_64-linux%3A1.02%3Ar0%3Ax86_64%3A11%3A9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a_recipe_qa.tar.zst;downloadfilename=universal/9a/13/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a_recipe_qa.tar.zst\nDEBUG: Testing URL file://32/5c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8a/27/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5d/47/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://65/5b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://18/b0/sstate:libxml-simple-perl-native::2.25:r0::11:18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea_populate_lic.tar.zst\nDEBUG: For url ['file', '', '19/b6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '32/5c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://86/5d/sstate:kmod::31:r0::11:865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9_populate_lic.tar.zst\nDEBUG: For url file://8a/27/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/27/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A11%3A8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566_recipe_qa.tar.zst;downloadfilename=8a/27/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/ed/sstate:eudev::3.2.14:r0::11:9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6_populate_lic.tar.zst\nDEBUG: Testing URL file://5d/47/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://32/53/sstate:sudo::1.9.15p5:r0::11:3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3_populate_lic.tar.zst\nDEBUG: Searching for 18/b0/sstate:libxml-simple-perl-native::2.25:r0::11:18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://19/b6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/b6/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A11%3A19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9_recipe_qa.tar.zst;downloadfilename=19/b6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9_recipe_qa.tar.zst\nDEBUG: For url file://32/5c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/5c/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A11%3A325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85_recipe_qa.tar.zst;downloadfilename=32/5c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/ea/sstate:matchbox-session-sato::0.1:r0::11:2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/11/6f/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://86/4d/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5d/47/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 32/53/sstate:sudo::1.9.15p5:r0::11:3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 18/b0/sstate:libxml-simple-perl-native::2.25:r0::11:18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea_populate_lic.tar.zst\nDEBUG: Searching for 2f/ea/sstate:matchbox-session-sato::0.1:r0::11:2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://62/f9/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:62f990f8ad620e9f40778a3ed48975c364fc38c8cc0347fb1e1095f91f3b6c8f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/11/6f/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/90/29/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:90291361ea4ae82c91588e30b3234aa6112c769588cded0bc3a42344b7959f96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://78/f6/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9a/13/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:9a134076de2c69e3143e3a13f267660a8694cd49de9800bd5b07a9bf54d7894a_recipe_qa.tar.zst\nDEBUG: For url file://5d/47/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/47/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A11%3A5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3_create_spdx.tar.zst;downloadfilename=5d/47/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3_create_spdx.tar.zst\nDEBUG: Using  for 32/53/sstate:sudo::1.9.15p5:r0::11:3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3_populate_lic.tar.zst\nDEBUG: Testing URL file://18/b0/sstate:libxml-simple-perl-native::2.25:r0::11:18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea_populate_lic.tar.zst\nDEBUG: Using  for 2f/ea/sstate:matchbox-session-sato::0.1:r0::11:2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7d/7d/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6_populate_sysroot.tar.zst\nDEBUG: Using  for universal/11/6f/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/a0/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4_package.tar.zst\nDEBUG: Searching for 78/f6/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://17/33/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec_package_write_rpm.tar.zst\nDEBUG: Testing URL file://32/53/sstate:sudo::1.9.15p5:r0::11:3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3_populate_lic.tar.zst\nDEBUG: For url ['file', '', '18/b0/sstate:libxml-simple-perl-native::2.25:r0::11:18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://85/bb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:85bbe78d6d7218dbb8fd7f8db808f5e4b11132a8402e1ebe38a3b1d1ee046598_package.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/27/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566_recipe_qa.tar.zst\nDEBUG: Testing URL file://2f/ea/sstate:matchbox-session-sato::0.1:r0::11:2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d_populate_lic.tar.zst\nDEBUG: Searching for universal/7d/7d/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/11/6f/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b7/a0/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 78/f6/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e_packagedata.tar.zst\nDEBUG: Searching for 17/33/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '32/53/sstate:sudo::1.9.15p5:r0::11:3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://18/b0/sstate:libxml-simple-perl-native::2.25:r0::11:18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/b0/sstate%3Alibxml-simple-perl-native%3A%3A2.25%3Ar0%3A%3A11%3A18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea_populate_lic.tar.zst;downloadfilename=18/b0/sstate:libxml-simple-perl-native::2.25:r0::11:18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/4b/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://23/63/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009_package.tar.zst\nDEBUG: For url ['file', '', '2f/ea/sstate:matchbox-session-sato::0.1:r0::11:2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/7d/7d/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/11/6f/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b7/a0/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4_package.tar.zst\nDEBUG: Testing URL file://78/f6/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e_packagedata.tar.zst\nDEBUG: Using  for 17/33/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec_package_write_rpm.tar.zst\nDEBUG: For url file://32/53/sstate:sudo::1.9.15p5:r0::11:3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/53/sstate%3Asudo%3A%3A1.9.15p5%3Ar0%3A%3A11%3A3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3_populate_lic.tar.zst;downloadfilename=32/53/sstate:sudo::1.9.15p5:r0::11:3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3_populate_lic.tar.zst\nDEBUG: Searching for universal/ed/4b/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 23/63/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://19/b6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9_recipe_qa.tar.zst\nDEBUG: For url file://2f/ea/sstate:matchbox-session-sato::0.1:r0::11:2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/ea/sstate%3Amatchbox-session-sato%3A%3A0.1%3Ar0%3A%3A11%3A2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d_populate_lic.tar.zst;downloadfilename=2f/ea/sstate:matchbox-session-sato::0.1:r0::11:2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/7d/7d/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6_populate_sysroot.tar.zst\nDEBUG: For url file://universal/11/6f/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/11/6f/sstate%3Aquilt-native%3Ax86_64-linux%3A0.67%3Ar0%3Ax86_64%3A11%3A116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201_deploy_source_date_epoch.tar.zst;downloadfilename=universal/11/6f/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b7/a0/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4_package.tar.zst\nDEBUG: For url ['file', '', '78/f6/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://17/33/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec_package_write_rpm.tar.zst\nDEBUG: Using  for universal/ed/4b/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 23/63/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009_package.tar.zst\nDEBUG: SState: Successful fetch test for file://32/5c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://55/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/7d/7d/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://5d/47/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/a0/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://78/f6/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/f6/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.1%3Ar0%3Acore2-64%3A11%3A78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e_packagedata.tar.zst;downloadfilename=78/f6/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e_packagedata.tar.zst\nDEBUG: For url ['file', '', '17/33/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://18/b0/sstate:libxml-simple-perl-native::2.25:r0::11:18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ed/4b/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://23/63/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/ba/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9_create_spdx.tar.zst\nDEBUG: Searching for 55/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/7d/7d/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/7d/sstate%3Alibcap-ng-native%3Ax86_64-linux%3A0.8.4%3Ar0%3Ax86_64%3A11%3A7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6_populate_sysroot.tar.zst;downloadfilename=universal/7d/7d/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://39/96/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0_package_qa.tar.zst\nDEBUG: For url file://b7/a0/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/a0/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ab7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4_package.tar.zst;downloadfilename=b7/a0/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4_package.tar.zst\nDEBUG: For url file://17/33/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/33/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.47%3Ar0%3Acore2-64%3A11%3A173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec_package_write_rpm.tar.zst;downloadfilename=17/33/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bf/f1/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://32/53/sstate:sudo::1.9.15p5:r0::11:3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ed/4b/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '23/63/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d6/ba/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 55/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e_package_write_rpm.tar.zst\nDEBUG: Searching for 39/96/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2f/ea/sstate:matchbox-session-sato::0.1:r0::11:2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d_populate_lic.tar.zst\nDEBUG: Searching for universal/bf/f1/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://95/cc/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/11/6f/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/ed/4b/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/4b/sstate%3Adnf-native%3Ax86_64-linux%3A4.18.2%3Ar0%3Ax86_64%3A11%3Aed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ed/4b/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://23/63/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/63/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009_package.tar.zst;downloadfilename=23/63/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009_package.tar.zst\nDEBUG: Using  for d6/ba/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9_create_spdx.tar.zst\nDEBUG: Testing URL file://55/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e_package_write_rpm.tar.zst\nDEBUG: Using  for 39/96/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f9/6a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356_recipe_qa.tar.zst\nDEBUG: Using  for universal/bf/f1/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592_create_runtime_spdx.tar.zst\nDEBUG: Searching for 95/cc/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://55/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://78/f6/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e_packagedata.tar.zst\nDEBUG: Testing URL file://d6/ba/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '55/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://39/96/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0_package_qa.tar.zst\nDEBUG: Searching for universal/f9/6a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/bf/f1/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592_create_runtime_spdx.tar.zst\nDEBUG: Using  for 95/cc/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5_packagedata.tar.zst\nDEBUG: Searching for 55/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://53/a7/sstate:libdnf-native::0.72.0:r0::11:53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd6/ba/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://55/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/60/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.10%3Ar0%3Acore2-64%3A11%3A5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e_package_write_rpm.tar.zst;downloadfilename=55/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '39/96/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f9/6a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/bf/f1/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://95/cc/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5_packagedata.tar.zst\nDEBUG: Using  for 55/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7d/7d/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6_populate_sysroot.tar.zst\nDEBUG: Searching for 53/a7/sstate:libdnf-native::0.72.0:r0::11:53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d6/ba/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/ba/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.20.13%3Ar0%3Acore2-64%3A11%3Ad6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9_create_spdx.tar.zst;downloadfilename=d6/ba/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9_create_spdx.tar.zst\nDEBUG: For url file://39/96/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/96/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A11%3A39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0_package_qa.tar.zst;downloadfilename=39/96/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/a0/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b7a0c14642854536662f2d811a3238cf323fe5d7a241705c3013df9d49fb73d4_package.tar.zst\nDEBUG: Testing URL file://universal/f9/6a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356_recipe_qa.tar.zst\nDEBUG: For url file://universal/bf/f1/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/f1/sstate%3Aunifdef-native%3Ax86_64-linux%3A2.12%3Ar0%3Ax86_64%3A11%3Abff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592_create_runtime_spdx.tar.zst;downloadfilename=universal/bf/f1/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://17/33/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '95/cc/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://55/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/02/sstate:python3-setuptools-native::69.0.3:r0::11:ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e_populate_lic.tar.zst\nDEBUG: Using  for 53/a7/sstate:libdnf-native::0.72.0:r0::11:53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/d5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f9/6a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/ed/4b/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:ed4b7cdc054b423e7c71ca557141c61e4732296ec97cc007c6c6f64e18276eae_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://83/b0/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://23/63/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:236348fc05260e89109282d1812a67617945d32ee8231479f91ed6d29dfd5009_package.tar.zst\nDEBUG: For url file://95/cc/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/cc/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.2%2Bgit%3Ar0%3Acore2-64%3A11%3A95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5_packagedata.tar.zst;downloadfilename=95/cc/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5_packagedata.tar.zst\nDEBUG: For url ['file', '', '55/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ca/02/sstate:python3-setuptools-native::69.0.3:r0::11:ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://53/a7/sstate:libdnf-native::0.72.0:r0::11:53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60_populate_lic.tar.zst\nDEBUG: Searching for c4/d5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/f9/6a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f9/6a/sstate%3Azip-native%3Ax86_64-linux%3A3.0%3Ar0%3Ax86_64%3A11%3Af96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356_recipe_qa.tar.zst;downloadfilename=universal/f9/6a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/ad/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786_package_qa.tar.zst\nDEBUG: Searching for 83/b0/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/c1/69/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea_create_runtime_spdx.tar.zst\nDEBUG: For url file://55/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/7b/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A11%3A557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911_populate_sysroot.tar.zst;downloadfilename=55/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911_populate_sysroot.tar.zst\nDEBUG: Using  for ca/02/sstate:python3-setuptools-native::69.0.3:r0::11:ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '53/a7/sstate:libdnf-native::0.72.0:r0::11:53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c4/d5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75_create_runtime_spdx.tar.zst\nDEBUG: Searching for e1/ad/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 83/b0/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d_create_spdx.tar.zst\nDEBUG: Searching for universal/c1/69/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://39/96/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/ba/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9_create_spdx.tar.zst\nDEBUG: Testing URL file://ca/02/sstate:python3-setuptools-native::69.0.3:r0::11:ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e_populate_lic.tar.zst\nDEBUG: For url file://53/a7/sstate:libdnf-native::0.72.0:r0::11:53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/a7/sstate%3Alibdnf-native%3A%3A0.72.0%3Ar0%3A%3A11%3A53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60_populate_lic.tar.zst;downloadfilename=53/a7/sstate:libdnf-native::0.72.0:r0::11:53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60_populate_lic.tar.zst\nDEBUG: Testing URL file://c4/d5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75_create_runtime_spdx.tar.zst\nDEBUG: Using  for e1/ad/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786_package_qa.tar.zst\nDEBUG: Testing URL file://83/b0/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d_create_spdx.tar.zst\nDEBUG: Using  for universal/c1/69/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/e7/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c7/e1/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ca/02/sstate:python3-setuptools-native::69.0.3:r0::11:ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c4/d5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e1/ad/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786_package_qa.tar.zst\nDEBUG: For url ['file', '', '83/b0/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/bf/f1/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/c1/69/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea_create_runtime_spdx.tar.zst\nDEBUG: Searching for f9/e7/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c7/e1/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ca/02/sstate:python3-setuptools-native::69.0.3:r0::11:ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/02/sstate%3Apython3-setuptools-native%3A%3A69.0.3%3Ar0%3A%3A11%3Aca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e_populate_lic.tar.zst;downloadfilename=ca/02/sstate:python3-setuptools-native::69.0.3:r0::11:ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e_populate_lic.tar.zst\nDEBUG: For url file://c4/d5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/d5/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A11%3Ac4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75_create_runtime_spdx.tar.zst;downloadfilename=c4/d5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e1/ad/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://83/b0/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/b0/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.4%3Ar0%3Acore2-64%3A11%3A83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d_create_spdx.tar.zst;downloadfilename=83/b0/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/eb/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/c1/69/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f9/e7/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79_package.tar.zst\nDEBUG: Using  for universal/c7/e1/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0_create_spdx.tar.zst\nDEBUG: For url file://e1/ad/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/ad/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A11%3Ae1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786_package_qa.tar.zst;downloadfilename=e1/ad/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://17/39/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://95/cc/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5_packagedata.tar.zst\nDEBUG: Searching for universal/e6/eb/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/f9/6a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:f96a03c3920bc237563a8933b213128d94085a48e88453e10bf59bdc1bb62356_recipe_qa.tar.zst\nDEBUG: For url file://universal/c1/69/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/69/sstate%3Autil-linux-libuuid-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A11%3Ac1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea_create_runtime_spdx.tar.zst;downloadfilename=universal/c1/69/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://55/7b/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:557bd8b02adc372009278a761d372613925afc1ab3fb3109a8cf759dac5ae911_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f9/e7/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79_package.tar.zst\nDEBUG: Testing URL file://universal/c7/e1/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/90/43/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://53/a7/sstate:libdnf-native::0.72.0:r0::11:53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://92/de/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b_package.tar.zst\nDEBUG: Using  for universal/e6/eb/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://12/ab/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://00/9b/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f9/e7/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dc/5a/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c7/e1/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/90/43/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://9a/6f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5_package_write_rpm.tar.zst\nDEBUG: Searching for 92/de/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/e6/eb/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5_populate_sysroot.tar.zst\nDEBUG: Searching for 12/ab/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 00/9b/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f9/e7/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/e7/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A11%3Af9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79_package.tar.zst;downloadfilename=f9/e7/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79_package.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/b4/sstate:ca-certificates::20211016:r0::11:1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9_populate_lic.tar.zst\nDEBUG: For url file://universal/c7/e1/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/e1/sstate%3Atcl-native%3Ax86_64-linux%3A8.6.13%3Ar0%3Ax86_64%3A11%3Ac7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0_create_spdx.tar.zst;downloadfilename=universal/c7/e1/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0_create_spdx.tar.zst\nDEBUG: Using  for universal/90/43/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 9a/6f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 92/de/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b_package.tar.zst\nDEBUG: For url ['file', '', 'universal/e6/eb/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ca/02/sstate:python3-setuptools-native::69.0.3:r0::11:ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e_populate_lic.tar.zst\nDEBUG: Using  for 12/ab/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c_recipe_qa.tar.zst\nDEBUG: Using  for 00/9b/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d_recipe_qa.tar.zst\nDEBUG: Searching for 1a/b4/sstate:ca-certificates::20211016:r0::11:1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://83/b0/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/90/43/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/ad/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786_package_qa.tar.zst\nDEBUG: Using  for 9a/6f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://92/de/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b_package.tar.zst\nDEBUG: For url file://universal/e6/eb/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/eb/sstate%3Apython3-pathspec-native%3Ax86_64-linux%3A0.12.1%3Ar0%3Ax86_64%3A11%3Ae6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5_populate_sysroot.tar.zst;downloadfilename=universal/e6/eb/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/1b/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf_populate_sysroot.tar.zst\nDEBUG: Testing URL file://12/ab/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c_recipe_qa.tar.zst\nDEBUG: Testing URL file://00/9b/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d_recipe_qa.tar.zst\nDEBUG: Using  for 1a/b4/sstate:ca-certificates::20211016:r0::11:1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://71/e1/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/90/43/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6c/a9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9a/6f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '92/de/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/dd/1b/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '12/ab/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/c1/69/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '00/9b/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1a/b4/sstate:ca-certificates::20211016:r0::11:1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9_populate_lic.tar.zst\nDEBUG: Searching for 71/e1/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/90/43/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/43/sstate%3Ago-cross-core2-64%3Ax86_64-poky-linux%3A1.20.13%3Ar0%3Ax86_64%3A11%3A904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b_create_runtime_spdx.tar.zst;downloadfilename=universal/90/43/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 6c/a9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9a/6f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://92/de/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/de/sstate%3Ataglib%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b_package.tar.zst;downloadfilename=92/de/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b_package.tar.zst\nDEBUG: Using  for universal/dd/1b/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf_populate_sysroot.tar.zst\nDEBUG: For url file://12/ab/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/ab/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.17.0%3Ar0%3Acore2-64%3A11%3A12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c_recipe_qa.tar.zst;downloadfilename=12/ab/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/6c/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3_create_spdx.tar.zst\nDEBUG: For url file://00/9b/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/9b/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A11%3A009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d_recipe_qa.tar.zst;downloadfilename=00/9b/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1a/b4/sstate:ca-certificates::20211016:r0::11:1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 71/e1/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4_package_write_rpm.tar.zst\nDEBUG: Using  for 6c/a9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0_create_runtime_spdx.tar.zst\nDEBUG: For url file://9a/6f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/6f/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A11%3A9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5_package_write_rpm.tar.zst;downloadfilename=9a/6f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/dd/1b/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c7/e1/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0_create_spdx.tar.zst\nDEBUG: Searching for d6/6c/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1a/b4/sstate:ca-certificates::20211016:r0::11:1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/b4/sstate%3Aca-certificates%3A%3A20211016%3Ar0%3A%3A11%3A1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9_populate_lic.tar.zst;downloadfilename=1a/b4/sstate:ca-certificates::20211016:r0::11:1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9_populate_lic.tar.zst\nDEBUG: Testing URL file://71/e1/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e6/eb/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6c/a9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/dd/1b/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d4/73/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8_package_qa.tar.zst\nDEBUG: Using  for d6/6c/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3_create_spdx.tar.zst\nDEBUG: For url ['file', '', '71/e1/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://86/27/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/90/43/sstate:go-cross-core2-64:x86_64-poky-linux:1.20.13:r0:x86_64:11:904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/a9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/dd/1b/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/1b/sstate%3Arpm-native%3Ax86_64-linux%3A4.19.1%3Ar0%3Ax86_64%3A11%3Add1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf_populate_sysroot.tar.zst;downloadfilename=universal/dd/1b/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf_populate_sysroot.tar.zst\nDEBUG: Searching for d4/73/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d6/6c/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3_create_spdx.tar.zst\nDEBUG: For url file://71/e1/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/e1/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.38%2Bgit%3Ar0%3Acore2-64%3A11%3A71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4_package_write_rpm.tar.zst;downloadfilename=71/e1/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4_package_write_rpm.tar.zst\nDEBUG: Searching for 86/27/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/18/59/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5_recipe_qa.tar.zst\nDEBUG: For url file://6c/a9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/a9/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0_create_runtime_spdx.tar.zst;downloadfilename=6c/a9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0_create_runtime_spdx.tar.zst\nDEBUG: Using  for d4/73/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd6/6c/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 86/27/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf_create_spdx.tar.zst\nDEBUG: Searching for universal/18/59/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://12/ab/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c_recipe_qa.tar.zst\nDEBUG: Testing URL file://d4/73/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://00/9b/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d_recipe_qa.tar.zst\nDEBUG: For url file://d6/6c/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/6c/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A11%3Ad66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3_create_spdx.tar.zst;downloadfilename=d6/6c/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3_create_spdx.tar.zst\nDEBUG: Testing URL file://86/27/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf_create_spdx.tar.zst\nDEBUG: Using  for universal/18/59/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8c/e7/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd4/73/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2b/77/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98_packagedata.tar.zst\nDEBUG: For url ['file', '', '86/27/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/18/59/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5_recipe_qa.tar.zst\nDEBUG: Searching for universal/8c/e7/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://1a/b4/sstate:ca-certificates::20211016:r0::11:1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/6f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5_package_write_rpm.tar.zst\nDEBUG: For url file://d4/73/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/73/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A11%3Ad473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8_package_qa.tar.zst;downloadfilename=d4/73/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8_package_qa.tar.zst\nDEBUG: Searching for 2b/77/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://86/27/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/27/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A11%3A86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf_create_spdx.tar.zst;downloadfilename=86/27/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/18/59/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/8c/e7/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/91/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3b/0d/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5_create_runtime_spdx.tar.zst\nDEBUG: Using  for 2b/77/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98_packagedata.tar.zst\nDEBUG: For url file://universal/18/59/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/59/sstate%3Adbus-native%3Ax86_64-linux%3A1.14.10%3Ar0%3Ax86_64%3A11%3A1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5_recipe_qa.tar.zst;downloadfilename=universal/18/59/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/8c/e7/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/1b/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/a9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/62/91/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/3b/0d/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2b/77/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/8c/e7/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://92/de/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:92de10ef17eb854d765658ab0071d94b27d4bad88b516c1e54d6f6988e6d5a8b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://53/7e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6a/89/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae_populate_sysroot.tar.zst\nDEBUG: Using  for universal/62/91/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68_recipe_qa.tar.zst\nDEBUG: Using  for universal/3b/0d/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2b/77/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/8c/e7/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8c/e7/sstate%3Alibxfixes-native%3Ax86_64-linux%3A6.0.1%3Ar0%3Ax86_64%3A11%3A8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840_create_spdx.tar.zst;downloadfilename=universal/8c/e7/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://00/16/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12_create_runtime_spdx.tar.zst\nDEBUG: Searching for 53/7e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/6a/89/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/62/91/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/3b/0d/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5_create_runtime_spdx.tar.zst\nDEBUG: For url file://2b/77/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/77/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A11%3A2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98_packagedata.tar.zst;downloadfilename=2b/77/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98_packagedata.tar.zst\nDEBUG: Searching for 00/16/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 53/7e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/6c/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3_create_spdx.tar.zst\nDEBUG: Using  for universal/6a/89/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/62/91/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/3b/0d/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 00/16/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://53/7e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/73/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/f5/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063_packagedata.tar.zst\nDEBUG: Testing URL file://universal/6a/89/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae_populate_sysroot.tar.zst\nDEBUG: For url file://universal/62/91/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/91/sstate%3Aexpat-native%3Ax86_64-linux%3A2.5.0%3Ar0%3Ax86_64%3A11%3A629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68_recipe_qa.tar.zst;downloadfilename=universal/62/91/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68_recipe_qa.tar.zst\nDEBUG: For url file://universal/3b/0d/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3b/0d/sstate%3Aorc-native%3Ax86_64-linux%3A0.4.36%3Ar0%3Ax86_64%3A11%3A3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5_create_runtime_spdx.tar.zst;downloadfilename=universal/3b/0d/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://00/16/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '53/7e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/74/74/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7_recipe_qa.tar.zst\nDEBUG: Searching for 6a/f5/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/6a/89/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '00/16/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://53/7e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/7e/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.14.2%3Ar0%3Acore2-64%3A11%3A537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019_package_qa.tar.zst;downloadfilename=53/7e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019_package_qa.tar.zst\nDEBUG: Searching for universal/74/74/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c4/d5/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/18/59/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5_recipe_qa.tar.zst\nDEBUG: Using  for 6a/f5/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063_packagedata.tar.zst\nDEBUG: For url file://universal/6a/89/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6a/89/sstate%3Aninja-native%3Ax86_64-linux%3A1.11.1%3Ar0%3Ax86_64%3A11%3A6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae_populate_sysroot.tar.zst;downloadfilename=universal/6a/89/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae_populate_sysroot.tar.zst\nDEBUG: For url file://00/16/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/16/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12_create_runtime_spdx.tar.zst;downloadfilename=00/16/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/74/74/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/57/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/a0/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://30/4a/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6a/f5/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063_packagedata.tar.zst\nDEBUG: Testing URL file://universal/74/74/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8c/e7/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/77/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98_packagedata.tar.zst\nDEBUG: Searching for 13/57/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bc/a0/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fb/9a/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea_packagedata.tar.zst\nDEBUG: For url ['file', '', '6a/f5/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/74/74/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://22/4d/sstate:tcp-wrappers::7.6:r0::11:224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/ef/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56_package_qa.tar.zst\nDEBUG: Using  for 13/57/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688_create_runtime_spdx.tar.zst\nDEBUG: Using  for bc/a0/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf_recipe_qa.tar.zst\nDEBUG: Searching for fb/9a/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6a/f5/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/f5/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063_packagedata.tar.zst;downloadfilename=6a/f5/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063_packagedata.tar.zst\nDEBUG: For url file://universal/74/74/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/74/sstate%3Acairo-native%3Ax86_64-linux%3A1.18.0%3Ar0%3Ax86_64%3A11%3A7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7_recipe_qa.tar.zst;downloadfilename=universal/74/74/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7_recipe_qa.tar.zst\nDEBUG: Searching for 22/4d/sstate:tcp-wrappers::7.6:r0::11:224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fd/ef/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://13/57/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3b/0d/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://bc/a0/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/91/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68_recipe_qa.tar.zst\nDEBUG: Using  for fb/9a/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea_packagedata.tar.zst\nDEBUG: Using  for 22/4d/sstate:tcp-wrappers::7.6:r0::11:224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0_populate_lic.tar.zst\nDEBUG: Using  for fd/ef/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56_package_qa.tar.zst\nDEBUG: For url ['file', '', '13/57/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://53/7e/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/41/sstate:matchbox-session::0.1:r0::11:c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'bc/a0/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c1/b8/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205_recipe_qa.tar.zst\nDEBUG: Testing URL file://fb/9a/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea_packagedata.tar.zst\nDEBUG: Testing URL file://22/4d/sstate:tcp-wrappers::7.6:r0::11:224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0_populate_lic.tar.zst\nDEBUG: Testing URL file://fd/ef/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56_package_qa.tar.zst\nDEBUG: For url file://13/57/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/57/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A11%3A1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688_create_runtime_spdx.tar.zst;downloadfilename=13/57/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/01/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab_package_qa.tar.zst\nDEBUG: Searching for c9/41/sstate:matchbox-session::0.1:r0::11:c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://bc/a0/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/a0/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A11%3Abca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf_recipe_qa.tar.zst;downloadfilename=bc/a0/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf_recipe_qa.tar.zst\nDEBUG: Searching for c1/b8/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fb/9a/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '22/4d/sstate:tcp-wrappers::7.6:r0::11:224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fd/ef/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/6a/89/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:6a894ee773b4846d83181c68f0962ee11db7c10f69535745b9ce60b5f1baffae_populate_sysroot.tar.zst\nDEBUG: Searching for 0d/01/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c9/41/sstate:matchbox-session::0.1:r0::11:c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f_populate_lic.tar.zst\nDEBUG: Using  for c1/b8/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205_recipe_qa.tar.zst\nDEBUG: For url file://fb/9a/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/9a/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A11%3Afb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea_packagedata.tar.zst;downloadfilename=fb/9a/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://55/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e_package_write_rpm.tar.zst\nDEBUG: For url file://22/4d/sstate:tcp-wrappers::7.6:r0::11:224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/4d/sstate%3Atcp-wrappers%3A%3A7.6%3Ar0%3A%3A11%3A224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0_populate_lic.tar.zst;downloadfilename=22/4d/sstate:tcp-wrappers::7.6:r0::11:224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://00/16/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12_create_runtime_spdx.tar.zst\nDEBUG: For url file://fd/ef/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/ef/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.12%3Ar0%3Acore2-64%3A11%3Afdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56_package_qa.tar.zst;downloadfilename=fd/ef/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3b/eb/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d_populate_sysroot.tar.zst\nDEBUG: Using  for 0d/01/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab_package_qa.tar.zst\nDEBUG: Testing URL file://c9/41/sstate:matchbox-session::0.1:r0::11:c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f_populate_lic.tar.zst\nDEBUG: Testing URL file://c1/b8/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/96/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/f5/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://df/18/sstate:libtraceevent::1.7.3:r0::11:df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42_populate_lic.tar.zst\nDEBUG: Searching for universal/3b/eb/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/74/74/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7_recipe_qa.tar.zst\nDEBUG: Testing URL file://0d/01/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c9/41/sstate:matchbox-session::0.1:r0::11:c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c1/b8/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e3/96/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/26/81/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af_populate_sysroot.tar.zst\nDEBUG: Searching for df/18/sstate:libtraceevent::1.7.3:r0::11:df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/3b/eb/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7a/c8/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0d/01/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c9/41/sstate:matchbox-session::0.1:r0::11:c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/41/sstate%3Amatchbox-session%3A%3A0.1%3Ar0%3A%3A11%3Ac941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f_populate_lic.tar.zst;downloadfilename=c9/41/sstate:matchbox-session::0.1:r0::11:c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f_populate_lic.tar.zst\nDEBUG: For url file://c1/b8/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/b8/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Ac1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205_recipe_qa.tar.zst;downloadfilename=c1/b8/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205_recipe_qa.tar.zst\nDEBUG: Using  for e3/96/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf_populate_sysroot.tar.zst\nDEBUG: Searching for universal/26/81/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for df/18/sstate:libtraceevent::1.7.3:r0::11:df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/a0/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/3b/eb/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d_populate_sysroot.tar.zst\nDEBUG: Searching for universal/7a/c8/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0d/01/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/01/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3A0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab_package_qa.tar.zst;downloadfilename=0d/01/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab_package_qa.tar.zst\nDEBUG: Testing URL file://e3/96/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf_populate_sysroot.tar.zst\nDEBUG: Using  for universal/26/81/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af_populate_sysroot.tar.zst\nDEBUG: Testing URL file://df/18/sstate:libtraceevent::1.7.3:r0::11:df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://22/4d/sstate:tcp-wrappers::7.6:r0::11:224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/9a/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://93/3f/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/3b/eb/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/7a/c8/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e3/96/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/26/81/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'df/18/sstate:libtraceevent::1.7.3:r0::11:df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://de/c1/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/6b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc_create_runtime_spdx.tar.zst\nDEBUG: Searching for 93/3f/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/3b/eb/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3b/eb/sstate%3Alibxml-sax-base-perl-native%3Ax86_64-linux%3A1.09%3Ar0%3Ax86_64%3A11%3A3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d_populate_sysroot.tar.zst;downloadfilename=universal/3b/eb/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/7a/c8/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814_populate_sysroot.tar.zst\nDEBUG: For url file://e3/96/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/96/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Ae3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf_populate_sysroot.tar.zst;downloadfilename=e3/96/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/26/81/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://df/18/sstate:libtraceevent::1.7.3:r0::11:df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/18/sstate%3Alibtraceevent%3A%3A1.7.3%3Ar0%3A%3A11%3Adf18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42_populate_lic.tar.zst;downloadfilename=df/18/sstate:libtraceevent::1.7.3:r0::11:df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42_populate_lic.tar.zst\nDEBUG: Searching for de/c1/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c3/6b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 93/3f/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/7a/c8/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/26/81/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/26/81/sstate%3Agmp-native%3Ax86_64-linux%3A6.3.0%3Ar0%3Ax86_64%3A11%3A2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af_populate_sysroot.tar.zst;downloadfilename=universal/26/81/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/ef/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56_package_qa.tar.zst\nDEBUG: Using  for de/c1/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/b8/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205_recipe_qa.tar.zst\nDEBUG: Using  for c3/6b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://93/3f/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0_package_qa.tar.zst\nDEBUG: For url file://universal/7a/c8/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7a/c8/sstate%3Adnf-native%3Ax86_64-linux%3A4.18.2%3Ar0%3Ax86_64%3A11%3A7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814_populate_sysroot.tar.zst;downloadfilename=universal/7a/c8/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://86/27/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/41/sstate:matchbox-session::0.1:r0::11:c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f_populate_lic.tar.zst\nDEBUG: Testing URL file://de/c1/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/01/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://82/03/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d_create_spdx.tar.zst\nDEBUG: Testing URL file://c3/6b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '93/3f/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 86/27/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c2/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6_package_qa.tar.zst\nDEBUG: For url ['file', '', 'de/c1/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c9/c9/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc_package_write_rpm.tar.zst\nDEBUG: Searching for 82/03/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c3/6b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://93/3f/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/3f/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.78.1%3Ar0%3Acore2-64%3A11%3A933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0_package_qa.tar.zst;downloadfilename=93/3f/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0_package_qa.tar.zst\nDEBUG: Using  for 86/27/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86_create_spdx.tar.zst\nDEBUG: Searching for c2/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://de/c1/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/c1/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3Adec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510_package_qa.tar.zst;downloadfilename=de/c1/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510_package_qa.tar.zst\nDEBUG: Searching for c9/c9/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 82/03/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d_create_spdx.tar.zst\nDEBUG: For url file://c3/6b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/6b/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ac36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc_create_runtime_spdx.tar.zst;downloadfilename=c3/6b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://86/27/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86_create_spdx.tar.zst\nDEBUG: Using  for c2/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3b/eb/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:3beb2acd4c6989a904e6e41da2edf84b255be5041b9a09c54b1adcccb21e5f9d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/96/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e3967a43a7a0c03e1759116c4c5cb31c9f504534af4aa1400d84032a0d6dd4cf_populate_sysroot.tar.zst\nDEBUG: Using  for c9/c9/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://82/03/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://df/18/sstate:libtraceevent::1.7.3:r0::11:df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42_populate_lic.tar.zst\nDEBUG: For url ['file', '', '86/27/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c2/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/e6/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://86/27/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/26/81/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7a/c8/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/90/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c9/c9/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '82/03/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1d/a5/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b_recipe_qa.tar.zst\nDEBUG: For url file://86/27/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/27/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86_create_spdx.tar.zst;downloadfilename=86/27/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c2/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/79/e6/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://71/29/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/88/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e_packagedata.tar.zst\nDEBUG: Searching for 3e/90/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c9/c9/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://82/03/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/03/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A45.0%3Ar0%3Aallarch%3A11%3A8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d_create_spdx.tar.zst;downloadfilename=82/03/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d_create_spdx.tar.zst\nDEBUG: Searching for 1d/a5/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c2/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/de/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A11%3Ac2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6_package_qa.tar.zst;downloadfilename=c2/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6_package_qa.tar.zst\nDEBUG: Using  for universal/79/e6/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8_create_spdx.tar.zst\nDEBUG: Searching for 71/29/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://93/3f/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0_package_qa.tar.zst\nDEBUG: Searching for 3d/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b5/88/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3e/90/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950_create_runtime_spdx.tar.zst\nDEBUG: For url file://c9/c9/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/c9/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3Ac9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc_package_write_rpm.tar.zst;downloadfilename=c9/c9/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc_package_write_rpm.tar.zst\nDEBUG: Using  for 1d/a5/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/79/e6/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://de/c1/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510_package_qa.tar.zst\nDEBUG: Using  for 71/29/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/11/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/6b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc_create_runtime_spdx.tar.zst\nDEBUG: Using  for 3d/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49_recipe_qa.tar.zst\nDEBUG: Using  for b5/88/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e_packagedata.tar.zst\nDEBUG: Testing URL file://3e/90/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1d/a5/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/79/e6/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a7/ca/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd_package_write_rpm.tar.zst\nDEBUG: Testing URL file://71/29/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d_package_qa.tar.zst\nDEBUG: Searching for e3/11/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2c/73/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2_packagedata.tar.zst\nDEBUG: Testing URL file://3d/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49_recipe_qa.tar.zst\nDEBUG: Testing URL file://b5/88/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e_packagedata.tar.zst\nDEBUG: For url ['file', '', '3e/90/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1d/a5/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/79/e6/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/e6/sstate%3Alibxtst-native%3Ax86_64-linux%3A1.2.4%3Ar0%3Ax86_64%3A11%3A79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8_create_spdx.tar.zst;downloadfilename=universal/79/e6/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8_create_spdx.tar.zst\nDEBUG: Searching for a7/ca/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '71/29/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e3/11/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52_package_write_rpm.tar.zst\nDEBUG: Searching for 2c/73/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3d/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b5/88/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3e/90/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/90/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A11%3A3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950_create_runtime_spdx.tar.zst;downloadfilename=3e/90/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950_create_runtime_spdx.tar.zst\nDEBUG: For url file://1d/a5/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/a5/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A11%3A1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b_recipe_qa.tar.zst;downloadfilename=1d/a5/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b_recipe_qa.tar.zst\nDEBUG: Using  for a7/ca/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd_package_write_rpm.tar.zst\nDEBUG: For url file://71/29/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/29/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A11%3A712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d_package_qa.tar.zst;downloadfilename=71/29/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://86/27/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86_create_spdx.tar.zst\nDEBUG: Testing URL file://e3/11/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52_package_write_rpm.tar.zst\nDEBUG: Using  for 2c/73/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2_packagedata.tar.zst\nDEBUG: For url file://3d/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/8f/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3A3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49_recipe_qa.tar.zst;downloadfilename=3d/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49_recipe_qa.tar.zst\nDEBUG: For url file://b5/88/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/88/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A11%3Ab5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e_packagedata.tar.zst;downloadfilename=b5/88/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e_packagedata.tar.zst\nDEBUG: Testing URL file://a7/ca/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://82/03/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://08/7e/sstate:tzcode-native::2023d:r0::11:087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e3/11/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2c/73/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2_packagedata.tar.zst\nDEBUG: For url ['file', '', 'a7/ca/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c9/c9/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/7f/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087_package_qa.tar.zst\nDEBUG: Searching for 08/7e/sstate:tzcode-native::2023d:r0::11:087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://83/58/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409_create_runtime_spdx.tar.zst\nDEBUG: For url file://e3/11/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/11/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3Ae311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52_package_write_rpm.tar.zst;downloadfilename=e3/11/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2c/73/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a7/ca/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/ca/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A11%3Aa7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd_package_write_rpm.tar.zst;downloadfilename=a7/ca/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/76/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b_recipe_qa.tar.zst\nDEBUG: Searching for 3f/7f/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 08/7e/sstate:tzcode-native::2023d:r0::11:087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3_populate_lic.tar.zst\nDEBUG: Searching for 83/58/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2c/73/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/73/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2_packagedata.tar.zst;downloadfilename=2c/73/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/79/e6/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8_create_spdx.tar.zst\nDEBUG: Searching for 0f/76/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3f/7f/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/a5/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b_recipe_qa.tar.zst\nDEBUG: Testing URL file://08/7e/sstate:tzcode-native::2023d:r0::11:087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://13/57/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/90/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950_create_runtime_spdx.tar.zst\nDEBUG: Using  for 83/58/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3a/2c/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18_populate_sysroot.tar.zst\nDEBUG: Using  for 0f/76/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b_recipe_qa.tar.zst\nDEBUG: Testing URL file://3f/7f/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/86/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf_create_spdx.tar.zst\nDEBUG: For url ['file', '', '08/7e/sstate:tzcode-native::2023d:r0::11:087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bb/2c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://83/58/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/3a/2c/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0f/76/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3f/7f/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6b/86/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://08/7e/sstate:tzcode-native::2023d:r0::11:087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/7e/sstate%3Atzcode-native%3A%3A2023d%3Ar0%3A%3A11%3A087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3_populate_lic.tar.zst;downloadfilename=08/7e/sstate:tzcode-native::2023d:r0::11:087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3_populate_lic.tar.zst\nDEBUG: Searching for bb/2c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for dc/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '83/58/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/3a/2c/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0f/76/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3f/7f/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/7f/sstate%3Aiw%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087_package_qa.tar.zst;downloadfilename=3f/7f/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087_package_qa.tar.zst\nDEBUG: Using  for 6b/86/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf_create_spdx.tar.zst\nDEBUG: Using  for bb/2c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://71/29/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/88/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e_packagedata.tar.zst\nDEBUG: Using  for dc/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc_package_write_rpm.tar.zst\nDEBUG: For url file://83/58/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/58/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409_create_runtime_spdx.tar.zst;downloadfilename=83/58/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/3a/2c/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18_populate_sysroot.tar.zst\nDEBUG: For url file://0f/76/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/76/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A11%3A0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b_recipe_qa.tar.zst;downloadfilename=0f/76/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b_recipe_qa.tar.zst\nDEBUG: Testing URL file://6b/86/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf_create_spdx.tar.zst\nDEBUG: Testing URL file://bb/2c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/ca/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/11/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f2/2e/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://73/5b/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/64/a5/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806_populate_sysroot.tar.zst\nDEBUG: Testing URL file://dc/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/3a/2c/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6b/86/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bb/2c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/c7/d8/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/73/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/8f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/f2/2e/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 73/5b/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/64/a5/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'dc/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/3a/2c/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3a/2c/sstate%3Aalsa-lib-native%3Ax86_64-linux%3A1.2.10%3Ar0%3Ax86_64%3A11%3A3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18_populate_sysroot.tar.zst;downloadfilename=universal/3a/2c/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18_populate_sysroot.tar.zst\nDEBUG: For url file://6b/86/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/86/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3A6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf_create_spdx.tar.zst;downloadfilename=6b/86/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf_create_spdx.tar.zst\nDEBUG: For url file://bb/2c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/2c/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3Abb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d_package.tar.zst;downloadfilename=bb/2c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d_package.tar.zst\nDEBUG: Searching for universal/c7/d8/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://38/e9/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a4/8f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f2/2e/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 73/5b/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: Using  for universal/64/a5/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806_populate_sysroot.tar.zst\nDEBUG: For url file://dc/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/f7/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A11%3Adcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc_package_write_rpm.tar.zst;downloadfilename=dc/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://08/7e/sstate:tzcode-native::2023d:r0::11:087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3_populate_lic.tar.zst\nDEBUG: Using  for universal/c7/d8/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b_create_spdx.tar.zst\nDEBUG: Searching for 38/e9/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://83/58/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/7f/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087_package_qa.tar.zst\nDEBUG: Using  for a4/8f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/f2/2e/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://73/5b/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/64/a5/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/06/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/c7/d8/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b_create_spdx.tar.zst\nDEBUG: Using  for 38/e9/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/b3/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://10/c6/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d_package_qa.tar.zst\nDEBUG: Testing URL file://a4/8f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/f2/2e/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '73/5b/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/64/a5/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c0/06/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/c7/d8/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://38/e9/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7e/b3/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 10/c6/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a4/8f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/f2/2e/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f2/2e/sstate%3Afribidi-native%3Ax86_64-linux%3A1.0.13%3Ar0%3Ax86_64%3A11%3Af22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f2/2e/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://73/5b/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/5b/sstate%3Alibgcc-initial%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst;downloadfilename=73/5b/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/76/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b_recipe_qa.tar.zst\nDEBUG: For url file://universal/64/a5/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/64/a5/sstate%3Aboost-build-native%3Ax86_64-linux%3A1.83.0%3Ar0%3Ax86_64%3A11%3A64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806_populate_sysroot.tar.zst;downloadfilename=universal/64/a5/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806_populate_sysroot.tar.zst\nDEBUG: Using  for c0/06/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3_create_spdx.tar.zst\nDEBUG: For url file://universal/c7/d8/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/d8/sstate%3Anasm-native%3Ax86_64-linux%3A2.16.01%3Ar0%3Ax86_64%3A11%3Ac7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b_create_spdx.tar.zst;downloadfilename=universal/c7/d8/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '38/e9/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7e/b3/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84_recipe_qa.tar.zst\nDEBUG: Using  for 10/c6/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d_package_qa.tar.zst\nDEBUG: For url file://a4/8f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/8f/sstate%3Akmod%3Acore2-64-poky-linux%3A31%3Ar0%3Acore2-64%3A11%3Aa48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca_deploy_source_date_epoch.tar.zst;downloadfilename=a4/8f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3a/2c/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://47/40/sstate:libxcvt::0.1.2:r0::11:4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702_populate_lic.tar.zst\nDEBUG: Testing URL file://c0/06/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3_create_spdx.tar.zst\nDEBUG: For url file://38/e9/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/e9/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.20.13%3Ar0%3Acore2-64%3A11%3A38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2_deploy_source_date_epoch.tar.zst;downloadfilename=38/e9/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://71/e1/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/86/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf_create_spdx.tar.zst\nDEBUG: Testing URL file://7e/b3/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84_recipe_qa.tar.zst\nDEBUG: Testing URL file://10/c6/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://80/b8/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3_package_qa.tar.zst\nDEBUG: Searching for 47/40/sstate:libxcvt::0.1.2:r0::11:4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c0/06/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://38/a4/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/96/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7e/b3/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '10/c6/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 80/b8/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 47/40/sstate:libxcvt::0.1.2:r0::11:4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702_populate_lic.tar.zst\nDEBUG: For url file://c0/06/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/06/sstate%3Agcc-source-13.2.0%3Aall-poky-linux%3A13.2.0%3Ar0%3Aall%3A11%3Ac006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3_create_spdx.tar.zst;downloadfilename=c0/06/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3_create_spdx.tar.zst\nDEBUG: Searching for 38/a4/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c0/96/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://7e/b3/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/b3/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A11%3A7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84_recipe_qa.tar.zst;downloadfilename=7e/b3/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84_recipe_qa.tar.zst\nDEBUG: For url file://10/c6/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/c6/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.32%3Ar0%3Aallarch%3A11%3A10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d_package_qa.tar.zst;downloadfilename=10/c6/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d_package_qa.tar.zst\nDEBUG: Using  for 80/b8/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3_package_qa.tar.zst\nDEBUG: Testing URL file://47/40/sstate:libxcvt::0.1.2:r0::11:4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702_populate_lic.tar.zst\nDEBUG: Using  for 38/a4/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c0/96/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f2/2e/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:f22e18193900ee70e0548c88de812745ca4f61edaa4919122bc1b353b8e79245_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://73/5b/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/64/a5/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:64a5684764e14e0e68ce8ea2564af7ca35bae077729f32e6251e2d77b39e7806_populate_sysroot.tar.zst\nDEBUG: Testing URL file://80/b8/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c7/d8/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '47/40/sstate:libxcvt::0.1.2:r0::11:4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://38/a4/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c0/96/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://57/ec/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/e7/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/d0/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '80/b8/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a2/ac/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://47/40/sstate:libxcvt::0.1.2:r0::11:4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/40/sstate%3Alibxcvt%3A%3A0.1.2%3Ar0%3A%3A11%3A4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702_populate_lic.tar.zst;downloadfilename=47/40/sstate:libxcvt::0.1.2:r0::11:4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702_populate_lic.tar.zst\nDEBUG: For url ['file', '', '38/a4/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c0/96/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 57/ec/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c5/e7/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a4/8f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:a48fb06cec6d71ec35da6cdd52e5978b1e03f896d8673eadb2d0847be1257aca_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0a/d0/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://80/b8/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/b8/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.0%3Ar0%3Acore2-64%3A11%3A80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3_package_qa.tar.zst;downloadfilename=80/b8/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3_package_qa.tar.zst\nDEBUG: Searching for a2/ac/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://38/a4/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/a4/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc_deploy_source_date_epoch.tar.zst;downloadfilename=38/a4/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c0/96/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/96/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A11%3Ac09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f_recipe_qa.tar.zst;downloadfilename=c0/96/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://38/e9/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:38e93471fa872bf867ed3caf8a1bc892247b25b7e2dd5c87381c8b38c25384f2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 57/ec/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2_create_runtime_spdx.tar.zst\nDEBUG: Using  for c5/e7/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55_package_write_rpm.tar.zst\nDEBUG: Using  for 0a/d0/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2_create_spdx.tar.zst\nDEBUG: Using  for a2/ac/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/b3/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/06/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/29/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://10/c6/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d_package_qa.tar.zst\nDEBUG: Testing URL file://57/ec/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c5/e7/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78_package_qa.tar.zst\nDEBUG: Searching for 30/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0a/d0/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2_create_spdx.tar.zst\nDEBUG: Testing URL file://a2/ac/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/be/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/73/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633_recipe_qa.tar.zst\nDEBUG: Searching for 1c/29/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://86/bd/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '57/ec/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/e7/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 30/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0a/d0/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a2/ac/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9a/be/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/f6/73/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1c/29/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e_create_spdx.tar.zst\nDEBUG: Searching for 86/bd/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://57/ec/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/ec/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A11%3A57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2_create_runtime_spdx.tar.zst;downloadfilename=57/ec/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2_create_runtime_spdx.tar.zst\nDEBUG: For url file://c5/e7/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/e7/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ac5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78_package_qa.tar.zst;downloadfilename=c5/e7/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78_package_qa.tar.zst\nDEBUG: Testing URL file://30/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55_package_write_rpm.tar.zst\nDEBUG: For url file://0a/d0/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/d0/sstate%3Agcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2_create_spdx.tar.zst;downloadfilename=0a/d0/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2_create_spdx.tar.zst\nDEBUG: For url file://a2/ac/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/ac/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3Aa2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05_deploy_source_date_epoch.tar.zst;downloadfilename=a2/ac/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9a/be/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9_recipe_qa.tar.zst\nDEBUG: Using  for universal/f6/73/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633_recipe_qa.tar.zst\nDEBUG: Testing URL file://1c/29/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e_create_spdx.tar.zst\nDEBUG: Using  for 86/bd/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '30/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://47/40/sstate:libxcvt::0.1.2:r0::11:4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702_populate_lic.tar.zst\nDEBUG: Testing URL file://9a/be/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://38/a4/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:38a4606b80db64c686e45ff94684598d03e81b57aab8111373ed25ace85975dc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/f6/73/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://80/b8/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3_package_qa.tar.zst\nDEBUG: For url ['file', '', '1c/29/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://86/bd/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2_recipe_qa.tar.zst\nDEBUG: For url file://30/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/55/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3A3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55_package_write_rpm.tar.zst;downloadfilename=30/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/1c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9a/be/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/fd/eb/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/73/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/ba/b8/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1c/29/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/29/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e_create_spdx.tar.zst;downloadfilename=1c/29/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '86/bd/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ec/1c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://9a/be/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/be/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9_recipe_qa.tar.zst;downloadfilename=9a/be/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9_recipe_qa.tar.zst\nDEBUG: Searching for universal/fd/eb/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c0/96/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f_recipe_qa.tar.zst\nDEBUG: For url file://universal/f6/73/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/73/sstate%3Aglslang-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3Af673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633_recipe_qa.tar.zst;downloadfilename=universal/f6/73/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633_recipe_qa.tar.zst\nDEBUG: Searching for universal/ba/b8/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://86/bd/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/bd/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.4%3Ar0%3Acore2-64%3A11%3A86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2_recipe_qa.tar.zst;downloadfilename=86/bd/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2_recipe_qa.tar.zst\nDEBUG: Using  for ec/1c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/e7/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78_package_qa.tar.zst\nDEBUG: Using  for universal/fd/eb/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/d0/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://57/ec/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/ac/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:a2acc05bcfb9f1b04407e6070bdf88f756650d142477d211d063debeee06fe05_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/0a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ba/b8/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ec/1c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://30/55/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://37/a0/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0_package_qa.tar.zst\nDEBUG: Testing URL file://universal/fd/eb/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0d/f1/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/ad/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/94/dc/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40_create_runtime_spdx.tar.zst\nDEBUG: Searching for a2/0a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/ba/b8/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ec/1c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/b3/e8/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633_create_runtime_spdx.tar.zst\nDEBUG: Searching for 37/a0/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/fd/eb/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/0d/f1/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f3/ad/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/94/dc/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a2/0a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ba/b8/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ec/1c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/1c/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A11%3Aec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968_deploy_source_date_epoch.tar.zst;downloadfilename=ec/1c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/b3/e8/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 37/a0/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0_package_qa.tar.zst\nDEBUG: For url file://universal/fd/eb/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/eb/sstate%3Alibxtst-native%3Ax86_64-linux%3A1.2.4%3Ar0%3Ax86_64%3A11%3Afdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1_populate_sysroot.tar.zst;downloadfilename=universal/fd/eb/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1_populate_sysroot.tar.zst\nDEBUG: Using  for universal/0d/f1/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96_create_runtime_spdx.tar.zst\nDEBUG: Using  for f3/ad/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/94/dc/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a2/0a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/ba/b8/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/b8/sstate%3Aexpat-native%3Ax86_64-linux%3A2.5.0%3Ar0%3Ax86_64%3A11%3Abab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ba/b8/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/b3/e8/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://37/a0/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/29/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/0d/f1/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f3/ad/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/94/dc/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/be/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a2/0a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/b3/e8/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '37/a0/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://78/88/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/2c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:bb2c314210e4863f817f2966e2aac95bcd3f3620a9a6e36006279b3969e5248d_package.tar.zst\nDEBUG: For url ['file', '', 'universal/0d/f1/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f3/ad/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/94/dc/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/e4/21/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a2/0a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/0a/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3Aa20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18_deploy_source_date_epoch.tar.zst;downloadfilename=a2/0a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b3/e8/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/a0/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/a0/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.72.0%3Ar0%3Acore2-64%3A11%3A37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0_package_qa.tar.zst;downloadfilename=37/a0/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0_package_qa.tar.zst\nDEBUG: Searching for 78/88/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/f0/cf/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca_recipe_qa.tar.zst\nDEBUG: For url file://universal/0d/f1/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0d/f1/sstate%3Axmlto-native%3Ax86_64-linux%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3Ax86_64%3A11%3A0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96_create_runtime_spdx.tar.zst;downloadfilename=universal/0d/f1/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96_create_runtime_spdx.tar.zst\nDEBUG: For url file://f3/ad/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/ad/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A11%3Af3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f_create_runtime_spdx.tar.zst;downloadfilename=f3/ad/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/94/dc/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/94/dc/sstate%3Alibxrandr-native%3Ax86_64-linux%3A1.5.4%3Ar0%3Ax86_64%3A11%3A94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40_create_runtime_spdx.tar.zst;downloadfilename=universal/94/dc/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/e4/21/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/b3/e8/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b3/e8/sstate%3Adbus-native%3Ax86_64-linux%3A1.14.10%3Ar0%3Ax86_64%3A11%3Ab3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633_create_runtime_spdx.tar.zst;downloadfilename=universal/b3/e8/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://86/bd/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/73/sstate:glslang-native:x86_64-linux:1.3.268.0:r0:x86_64:11:f673592b777e6d844642ce8abc6d3c97edc35c8a49701eb280295ac9bf627633_recipe_qa.tar.zst\nDEBUG: Using  for 78/88/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e_create_spdx.tar.zst\nDEBUG: Searching for universal/f0/cf/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ec/1c/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:ec1c6af5aaa0cf5d03254f0b474dee8e0d083a2f3f3a9931c29bc86e81f13968_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/e4/21/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fd/eb/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/34/sstate:python3-mako-native::1.3.0:r0::11:4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ba/b8/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:bab81b3632be5423f7bd95530c7f53c0bd503f5e959e7e77857f34da481da175_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/e7/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:f9e7f5a93aee6c5579fb921696ac9a6a73860c366ea15565b7e2f934e849db79_package.tar.zst\nDEBUG: SState: Attempting to fetch file://86/4a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a_packagedata.tar.zst\nDEBUG: Testing URL file://78/88/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e_create_spdx.tar.zst\nDEBUG: Using  for universal/f0/cf/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/26/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/e4/21/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://74/f3/sstate:puzzles::0.0+git:r0::11:74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1_populate_lic.tar.zst\nDEBUG: Searching for 4c/34/sstate:python3-mako-native::1.3.0:r0::11:4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://41/55/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/91/29/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 86/4a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '78/88/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/f0/cf/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/0a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:a20a82b227bd6837b1d36d3b65dba26e72b616f589db9e47da9955eda6b40a18_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8f/26/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/e4/21/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 74/f3/sstate:puzzles::0.0+git:r0::11:74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4c/34/sstate:python3-mako-native::1.3.0:r0::11:4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73_populate_lic.tar.zst\nDEBUG: Searching for 41/55/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/91/29/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 86/4a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a_packagedata.tar.zst\nDEBUG: For url file://78/88/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/88/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A11%3A78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e_create_spdx.tar.zst;downloadfilename=78/88/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f0/cf/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://84/9f/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8f/26/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3_recipe_qa.tar.zst\nDEBUG: For url file://universal/e4/21/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/21/sstate%3Acurl-native%3Ax86_64-linux%3A8.6.0%3Ar0%3Ax86_64%3A11%3Ae421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e4/21/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 74/f3/sstate:puzzles::0.0+git:r0::11:74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1_populate_lic.tar.zst\nDEBUG: Testing URL file://4c/34/sstate:python3-mako-native::1.3.0:r0::11:4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73_populate_lic.tar.zst\nDEBUG: Using  for 41/55/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/91/29/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://86/4a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a_packagedata.tar.zst\nDEBUG: For url file://universal/f0/cf/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f0/cf/sstate%3Alibtool-native%3Ax86_64-linux%3A2.4.7%3Ar0%3Ax86_64%3A11%3Af0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca_recipe_qa.tar.zst;downloadfilename=universal/f0/cf/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca_recipe_qa.tar.zst\nDEBUG: Searching for 84/9f/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8f/26/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://37/a0/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0_package_qa.tar.zst\nDEBUG: Testing URL file://74/f3/sstate:puzzles::0.0+git:r0::11:74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4c/34/sstate:python3-mako-native::1.3.0:r0::11:4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/0d/f1/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://41/55/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/91/29/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '86/4a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 84/9f/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '8f/26/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/94/dc/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://03/d2/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://37/e8/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640_package_qa.tar.zst\nDEBUG: For url ['file', '', '74/f3/sstate:puzzles::0.0+git:r0::11:74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4c/34/sstate:python3-mako-native::1.3.0:r0::11:4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/34/sstate%3Apython3-mako-native%3A%3A1.3.0%3Ar0%3A%3A11%3A4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73_populate_lic.tar.zst;downloadfilename=4c/34/sstate:python3-mako-native::1.3.0:r0::11:4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b0/d1/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '41/55/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/91/29/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://86/4a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/4a/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.69%3Ar0%3Acore2-64%3A11%3A864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a_packagedata.tar.zst;downloadfilename=86/4a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a_packagedata.tar.zst\nDEBUG: Testing URL file://84/9f/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9_create_runtime_spdx.tar.zst\nDEBUG: For url file://8f/26/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/26/sstate%3Aiw%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3_recipe_qa.tar.zst;downloadfilename=8f/26/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://47/55/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb_recipe_qa.tar.zst\nDEBUG: Searching for 03/d2/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 37/e8/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://74/f3/sstate:puzzles::0.0+git:r0::11:74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/f3/sstate%3Apuzzles%3A%3A0.0%2Bgit%3Ar0%3A%3A11%3A74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1_populate_lic.tar.zst;downloadfilename=74/f3/sstate:puzzles::0.0+git:r0::11:74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1_populate_lic.tar.zst\nDEBUG: Searching for universal/b0/d1/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://41/55/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/55/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A11%3A4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b_deploy_source_date_epoch.tar.zst;downloadfilename=41/55/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/91/29/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/29/sstate%3Alibxext-native%3Ax86_64-linux%3A1.3.5%3Ar0%3Ax86_64%3A11%3A912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/91/29/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b3/e8/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '84/9f/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 47/55/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 03/d2/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8_package.tar.zst\nDEBUG: Using  for 37/e8/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e4/21/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:e421053ed5250d61b8e1da30d4b3b68d7a2c57e12756d0bd92f6138e6176f533_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/b0/d1/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f0/cf/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f8/8c/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538_populate_sysroot.tar.zst\nDEBUG: For url file://84/9f/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/9f/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A11%3A849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9_create_runtime_spdx.tar.zst;downloadfilename=84/9f/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9_create_runtime_spdx.tar.zst\nDEBUG: Using  for 47/55/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb_recipe_qa.tar.zst\nDEBUG: Testing URL file://03/d2/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8_package.tar.zst\nDEBUG: Testing URL file://37/e8/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/a2/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b0/d1/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2f/1c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/f8/8c/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://47/55/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '03/d2/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4c/34/sstate:python3-mako-native::1.3.0:r0::11:4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/26/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '37/e8/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e5/a2/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/b0/d1/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/2f/1c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f8/8c/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '47/55/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://03/d2/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/d2/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.11%3Ar0%3Aqemux86_64%3A11%3A03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8_package.tar.zst;downloadfilename=03/d2/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d6/99/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://31/b9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309_create_spdx.tar.zst\nDEBUG: For url file://37/e8/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/e8/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640_package_qa.tar.zst;downloadfilename=37/e8/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640_package_qa.tar.zst\nDEBUG: Using  for e5/a2/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/b0/d1/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b0/d1/sstate%3Adwarfsrcfiles-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3Ab0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff_recipe_qa.tar.zst;downloadfilename=universal/b0/d1/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff_recipe_qa.tar.zst\nDEBUG: Using  for universal/2f/1c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/f8/8c/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538_populate_sysroot.tar.zst\nDEBUG: For url file://47/55/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/55/sstate%3Agcc-source-13.2.0%3Aall-poky-linux%3A13.2.0%3Ar0%3Aall%3A11%3A47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb_recipe_qa.tar.zst;downloadfilename=47/55/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb_recipe_qa.tar.zst\nDEBUG: Searching for universal/d6/99/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 31/b9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://86/4a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a_packagedata.tar.zst\nDEBUG: Testing URL file://e5/a2/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/91/29/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:912978aea6177dcbebf749029f1ec26369323c0c1aae4393ad8e46d340f3ffc4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://74/f3/sstate:puzzles::0.0+git:r0::11:74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/2f/1c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f8/8c/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://41/55/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:4155eb216e971e0de3764b555c4df9b7eae806c158d47c0daec4fead6cb22a0b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/d6/99/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a_create_spdx.tar.zst\nDEBUG: Using  for 31/b9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/ff/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e5/a2/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b8/b2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/51/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/2f/1c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/f8/8c/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f8/8c/sstate%3Alibxcb-native%3Ax86_64-linux%3A1.16%3Ar0%3Ax86_64%3A11%3Af88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538_populate_sysroot.tar.zst;downloadfilename=universal/f8/8c/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/3b/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/d6/99/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a_create_spdx.tar.zst\nDEBUG: Testing URL file://31/b9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309_create_spdx.tar.zst\nDEBUG: Searching for 0b/ff/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e5/a2/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/a2/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A11%3Ae5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a_deploy_source_date_epoch.tar.zst;downloadfilename=e5/a2/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b8/b2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5c/51/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/2f/1c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2f/1c/sstate%3Ajson-c-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A11%3A2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d_create_runtime_spdx.tar.zst;downloadfilename=universal/2f/1c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d_create_runtime_spdx.tar.zst\nDEBUG: Searching for cc/3b/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/d6/99/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '31/b9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0b/ff/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7_recipe_qa.tar.zst\nDEBUG: Using  for b8/b2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964_recipe_qa.tar.zst\nDEBUG: Using  for 5c/51/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd_package_qa.tar.zst\nDEBUG: Using  for cc/3b/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937_recipe_qa.tar.zst\nDEBUG: For url file://universal/d6/99/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/99/sstate%3Acracklib-native%3Ax86_64-linux%3A2.9.11%3Ar0%3Ax86_64%3A11%3Ad699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a_create_spdx.tar.zst;downloadfilename=universal/d6/99/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a_create_spdx.tar.zst\nDEBUG: For url file://31/b9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/b9/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A11%3A31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309_create_spdx.tar.zst;downloadfilename=31/b9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://37/e8/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640_package_qa.tar.zst\nDEBUG: Testing URL file://0b/ff/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7_recipe_qa.tar.zst\nDEBUG: Testing URL file://b8/b2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964_recipe_qa.tar.zst\nDEBUG: Testing URL file://5c/51/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd_package_qa.tar.zst\nDEBUG: Testing URL file://cc/3b/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b0/d1/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:b0d1c8a727cf7b44f4a373232c95f6fd764d9ed300dbed9a4f25bc1dad20c6ff_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://88/f2/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0b/ff/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://47/55/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b8/b2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5c/51/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cc/3b/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5f/44/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d_create_runtime_spdx.tar.zst\nDEBUG: Searching for 88/f2/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0b/ff/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/ff/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A11%3A0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7_recipe_qa.tar.zst;downloadfilename=0b/ff/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://60/17/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63_package_write_rpm.tar.zst\nDEBUG: For url file://b8/b2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/b2/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A11%3Ab8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964_recipe_qa.tar.zst;downloadfilename=b8/b2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964_recipe_qa.tar.zst\nDEBUG: For url file://5c/51/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/51/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A11%3A5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd_package_qa.tar.zst;downloadfilename=5c/51/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd_package_qa.tar.zst\nDEBUG: For url file://cc/3b/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/3b/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.2.0%3Ar0%3Acore2-64%3A11%3Acc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937_recipe_qa.tar.zst;downloadfilename=cc/3b/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937_recipe_qa.tar.zst\nDEBUG: Searching for 5f/44/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 88/f2/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454_package_write_rpm.tar.zst\nDEBUG: Searching for 60/17/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/f8/8c/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538_populate_sysroot.tar.zst\nDEBUG: Using  for 5f/44/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/a2/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:e5a2db708a4c322a6ef210d3c5840cbd72ea524b948100feff1b62ce84b1328a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://88/f2/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454_package_write_rpm.tar.zst\nDEBUG: Using  for 60/17/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://45/ff/sstate:linux-yocto::6.6.12+git:r0::11:45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615_populate_lic.tar.zst\nDEBUG: Testing URL file://5f/44/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://26/29/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559_packagedata.tar.zst\nDEBUG: For url ['file', '', '88/f2/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://60/17/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63_package_write_rpm.tar.zst\nDEBUG: Searching for 45/ff/sstate:linux-yocto::6.6.12+git:r0::11:45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5f/44/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 26/29/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://88/f2/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/f2/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A11%3A88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454_package_write_rpm.tar.zst;downloadfilename=88/f2/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '60/17/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 45/ff/sstate:linux-yocto::6.6.12+git:r0::11:45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615_populate_lic.tar.zst\nDEBUG: For url file://5f/44/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/44/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d_create_runtime_spdx.tar.zst;downloadfilename=5f/44/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d_create_runtime_spdx.tar.zst\nDEBUG: Using  for 26/29/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559_packagedata.tar.zst\nDEBUG: For url file://60/17/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/17/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A11%3A601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63_package_write_rpm.tar.zst;downloadfilename=60/17/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63_package_write_rpm.tar.zst\nDEBUG: Testing URL file://45/ff/sstate:linux-yocto::6.6.12+git:r0::11:45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2f/1c/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d6/99/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/ad/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://26/29/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/ff/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '45/ff/sstate:linux-yocto::6.6.12+git:r0::11:45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/70/6a/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://54/85/sstate:xauth::1.1.2:r0::11:548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/31/0d/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '26/29/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/f0/73/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884_populate_sysroot.tar.zst\nDEBUG: For url file://45/ff/sstate:linux-yocto::6.6.12+git:r0::11:45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/ff/sstate%3Alinux-yocto%3A%3A6.6.12%2Bgit%3Ar0%3A%3A11%3A45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615_populate_lic.tar.zst;downloadfilename=45/ff/sstate:linux-yocto::6.6.12+git:r0::11:45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615_populate_lic.tar.zst\nDEBUG: Searching for universal/70/6a/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 54/85/sstate:xauth::1.1.2:r0::11:548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/31/0d/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://26/29/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/29/sstate%3Arust%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559_packagedata.tar.zst;downloadfilename=26/29/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559_packagedata.tar.zst\nDEBUG: Searching for universal/f0/73/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/70/6a/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 54/85/sstate:xauth::1.1.2:r0::11:548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3_populate_lic.tar.zst\nDEBUG: Using  for universal/31/0d/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/51/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/3b/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/b2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964_recipe_qa.tar.zst\nDEBUG: Using  for universal/f0/73/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/70/6a/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://54/85/sstate:xauth::1.1.2:r0::11:548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/31/0d/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://52/9c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/2d/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://90/8a/sstate:glibc-locale::2.38:r0::11:908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/f0/73/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/70/6a/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '54/85/sstate:xauth::1.1.2:r0::11:548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/31/0d/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 52/9c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1f/2d/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 90/8a/sstate:glibc-locale::2.38:r0::11:908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f0/73/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/70/6a/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/70/6a/sstate%3Amakedevs-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A11%3A706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/70/6a/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://54/85/sstate:xauth::1.1.2:r0::11:548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/85/sstate%3Axauth%3A%3A1.1.2%3Ar0%3A%3A11%3A548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3_populate_lic.tar.zst;downloadfilename=54/85/sstate:xauth::1.1.2:r0::11:548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3_populate_lic.tar.zst\nDEBUG: For url file://universal/31/0d/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/0d/sstate%3Aspirv-tools-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3A310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3_recipe_qa.tar.zst;downloadfilename=universal/31/0d/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3_recipe_qa.tar.zst\nDEBUG: Using  for 52/9c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f_package_write_rpm.tar.zst\nDEBUG: Using  for 1f/2d/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed_package_qa.tar.zst\nDEBUG: Using  for 90/8a/sstate:glibc-locale::2.38:r0::11:908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817_populate_lic.tar.zst\nDEBUG: For url file://universal/f0/73/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f0/73/sstate%3Alibedit-native%3Ax86_64-linux%3A20230828-3.1%3Ar0%3Ax86_64%3A11%3Af0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884_populate_sysroot.tar.zst;downloadfilename=universal/f0/73/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://60/17/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63_package_write_rpm.tar.zst\nDEBUG: Testing URL file://52/9c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1f/2d/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://45/ff/sstate:linux-yocto::6.6.12+git:r0::11:45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615_populate_lic.tar.zst\nDEBUG: Testing URL file://90/8a/sstate:glibc-locale::2.38:r0::11:908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://55/65/sstate:at-spi2-core::2.50.1:r0::11:5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442_populate_lic.tar.zst\nDEBUG: For url ['file', '', '52/9c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1f/2d/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a9/6e/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b_packagedata.tar.zst\nDEBUG: For url ['file', '', '90/8a/sstate:glibc-locale::2.38:r0::11:908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 55/65/sstate:at-spi2-core::2.50.1:r0::11:5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://52/9c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/9c/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3A529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f_package_write_rpm.tar.zst;downloadfilename=52/9c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f_package_write_rpm.tar.zst\nDEBUG: For url file://1f/2d/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/2d/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.5%3Ar0%3Acore2-64%3A11%3A1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed_package_qa.tar.zst;downloadfilename=1f/2d/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed_package_qa.tar.zst\nDEBUG: Searching for a9/6e/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://90/8a/sstate:glibc-locale::2.38:r0::11:908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/8a/sstate%3Aglibc-locale%3A%3A2.38%3Ar0%3A%3A11%3A908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817_populate_lic.tar.zst;downloadfilename=90/8a/sstate:glibc-locale::2.38:r0::11:908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817_populate_lic.tar.zst\nDEBUG: Using  for 55/65/sstate:at-spi2-core::2.50.1:r0::11:5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://26/29/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559_packagedata.tar.zst\nDEBUG: Using  for a9/6e/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b_packagedata.tar.zst\nDEBUG: Testing URL file://55/65/sstate:at-spi2-core::2.50.1:r0::11:5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://54/14/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/70/6a/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:706afba9654514c6a4fd40af8edb85c4057dada890a3aaa3587f4046627b665d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a9/6e/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b_packagedata.tar.zst\nDEBUG: For url ['file', '', '55/65/sstate:at-spi2-core::2.50.1:r0::11:5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 54/14/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://28/0a/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a_package.tar.zst\nDEBUG: For url ['file', '', 'a9/6e/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://55/65/sstate:at-spi2-core::2.50.1:r0::11:5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/65/sstate%3Aat-spi2-core%3A%3A2.50.1%3Ar0%3A%3A11%3A5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442_populate_lic.tar.zst;downloadfilename=55/65/sstate:at-spi2-core::2.50.1:r0::11:5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442_populate_lic.tar.zst\nDEBUG: Using  for 54/14/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012_recipe_qa.tar.zst\nDEBUG: Searching for 28/0a/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a9/6e/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/6e/sstate%3Atzdata%3Aall-poky-linux%3A2023d%3Ar0%3Aallarch%3A11%3Aa96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b_packagedata.tar.zst;downloadfilename=a9/6e/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b_packagedata.tar.zst\nDEBUG: Testing URL file://54/14/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012_recipe_qa.tar.zst\nDEBUG: Using  for 28/0a/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/31/0d/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:310d4e2d0b36fca80e167aad24e86fd5dd0e0d6ad4d353f4ab768d86058fc2a3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://84/9f/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://54/85/sstate:xauth::1.1.2:r0::11:548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3_populate_lic.tar.zst\nDEBUG: For url ['file', '', '54/14/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://28/0a/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f0/73/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/76/sstate:formfactor::0.0:r0::11:1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/8f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/20/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f_package.tar.zst\nDEBUG: For url file://54/14/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/14/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A11%3A5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012_recipe_qa.tar.zst;downloadfilename=54/14/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '28/0a/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2e/c7/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9_packagedata.tar.zst\nDEBUG: Searching for 1f/76/sstate:formfactor::0.0:r0::11:1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/8f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ed/20/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://28/0a/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/0a/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3A280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a_package.tar.zst;downloadfilename=28/0a/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a_package.tar.zst\nDEBUG: Searching for 2e/c7/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://52/9c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f_package_write_rpm.tar.zst\nDEBUG: Using  for 1f/76/sstate:formfactor::0.0:r0::11:1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d_populate_lic.tar.zst\nDEBUG: Using  for e4/8f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc_create_runtime_spdx.tar.zst\nDEBUG: Using  for ed/20/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f_package.tar.zst\nDEBUG: Using  for 2e/c7/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a6/95/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f_recipe_qa.tar.zst\nDEBUG: Testing URL file://1f/76/sstate:formfactor::0.0:r0::11:1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d_populate_lic.tar.zst\nDEBUG: Testing URL file://e4/8f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://90/8a/sstate:glibc-locale::2.38:r0::11:908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/2d/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed_package_qa.tar.zst\nDEBUG: Testing URL file://ed/20/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f_package.tar.zst\nDEBUG: Testing URL file://2e/c7/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9_packagedata.tar.zst\nDEBUG: Searching for universal/a6/95/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1f/76/sstate:formfactor::0.0:r0::11:1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/8f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a1/e6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/91/sstate:iso-codes::4.16.0:r0::11:c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ed/20/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2e/c7/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/a6/95/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f_recipe_qa.tar.zst\nDEBUG: For url file://1f/76/sstate:formfactor::0.0:r0::11:1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/76/sstate%3Aformfactor%3A%3A0.0%3Ar0%3A%3A11%3A1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d_populate_lic.tar.zst;downloadfilename=1f/76/sstate:formfactor::0.0:r0::11:1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d_populate_lic.tar.zst\nDEBUG: For url file://e4/8f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/8f/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.56.3%3Ar0%3Acore2-64%3A11%3Ae48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc_create_runtime_spdx.tar.zst;downloadfilename=e4/8f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc_create_runtime_spdx.tar.zst\nDEBUG: Searching for a1/e6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c3/91/sstate:iso-codes::4.16.0:r0::11:c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ed/20/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/20/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f_package.tar.zst;downloadfilename=ed/20/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f_package.tar.zst\nDEBUG: For url file://2e/c7/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/c7/sstate%3Agdb%3Acore2-64-poky-linux%3A14.1%3Ar0%3Acore2-64%3A11%3A2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9_packagedata.tar.zst;downloadfilename=2e/c7/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9_packagedata.tar.zst\nDEBUG: Testing URL file://universal/a6/95/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f_recipe_qa.tar.zst\nDEBUG: Using  for a1/e6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9_packagedata.tar.zst\nDEBUG: Using  for c3/91/sstate:iso-codes::4.16.0:r0::11:c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://55/65/sstate:at-spi2-core::2.50.1:r0::11:5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/6e/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/a6/95/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://54/14/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012_recipe_qa.tar.zst\nDEBUG: Testing URL file://a1/e6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9_packagedata.tar.zst\nDEBUG: Testing URL file://c3/91/sstate:iso-codes::4.16.0:r0::11:c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a3/c0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://16/e3/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019_create_spdx.tar.zst\nDEBUG: For url file://universal/a6/95/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a6/95/sstate%3Alibxext-native%3Ax86_64-linux%3A1.3.5%3Ar0%3Ax86_64%3A11%3Aa69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f_recipe_qa.tar.zst;downloadfilename=universal/a6/95/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/58/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc_package.tar.zst\nDEBUG: For url ['file', '', 'a1/e6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c3/91/sstate:iso-codes::4.16.0:r0::11:c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/a3/c0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 16/e3/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c5/58/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a1/e6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/e6/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A11%3Aa1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9_packagedata.tar.zst;downloadfilename=a1/e6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9_packagedata.tar.zst\nDEBUG: For url file://c3/91/sstate:iso-codes::4.16.0:r0::11:c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/91/sstate%3Aiso-codes%3A%3A4.16.0%3Ar0%3A%3A11%3Ac391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf_populate_lic.tar.zst;downloadfilename=c3/91/sstate:iso-codes::4.16.0:r0::11:c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://28/0a/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:280a0dcfc5f2216c513db890d4264151d8475dc239d2ada68a23edbc68bf7d0a_package.tar.zst\nDEBUG: Using  for universal/a3/c0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd_populate_sysroot.tar.zst\nDEBUG: Using  for 16/e3/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019_create_spdx.tar.zst\nDEBUG: Using  for c5/58/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/76/sstate:formfactor::0.0:r0::11:1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5a/62/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a3/c0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://16/e3/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019_create_spdx.tar.zst\nDEBUG: Testing URL file://c5/58/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/a1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957_package_write_rpm.tar.zst\nDEBUG: Searching for universal/5a/62/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/a3/c0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '16/e3/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/58/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a0/a1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/5a/62/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50_recipe_qa.tar.zst\nDEBUG: For url file://universal/a3/c0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a3/c0/sstate%3Aautoconf-native%3Ax86_64-linux%3A2.72e%3Ar0%3Ax86_64%3A11%3Aa3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd_populate_sysroot.tar.zst;downloadfilename=universal/a3/c0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd_populate_sysroot.tar.zst\nDEBUG: For url file://16/e3/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/e3/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019_create_spdx.tar.zst;downloadfilename=16/e3/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019_create_spdx.tar.zst\nDEBUG: For url file://c5/58/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/58/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A11%3Ac558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc_package.tar.zst;downloadfilename=c5/58/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc_package.tar.zst\nDEBUG: Using  for a0/a1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/5a/62/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50_recipe_qa.tar.zst\nDEBUG: Testing URL file://a0/a1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/20/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ed200088942bf1c6c9a7c68f032cd7bc940f1eeb2f295e05bdc0db7d06086a3f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://31/b9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/c7/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/44/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://78/88/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/5a/62/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a0/a1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7c/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149_package.tar.zst\nDEBUG: SState: Attempting to fetch file://62/15/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/45/1f/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/d4/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/df/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/5a/62/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5a/62/sstate%3Alibxdamage-native%3Ax86_64-linux%3A1.1.6%3Ar0%3Ax86_64%3A11%3A5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50_recipe_qa.tar.zst;downloadfilename=universal/5a/62/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50_recipe_qa.tar.zst\nDEBUG: For url file://a0/a1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/a1/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A11%3Aa0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957_package_write_rpm.tar.zst;downloadfilename=a0/a1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957_package_write_rpm.tar.zst\nDEBUG: Searching for 7c/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 62/15/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/45/1f/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d7/d4/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b9/df/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7c/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149_package.tar.zst\nDEBUG: Using  for 62/15/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/e6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://88/f2/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454_package_write_rpm.tar.zst\nDEBUG: Using  for universal/45/1f/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6_recipe_qa.tar.zst\nDEBUG: Using  for d7/d4/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb_package_qa.tar.zst\nDEBUG: Using  for b9/df/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7c/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149_package.tar.zst\nDEBUG: Testing URL file://62/15/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/b0/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/fc/sstate:elfutils::0.189:r0::11:0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/45/1f/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6_recipe_qa.tar.zst\nDEBUG: Testing URL file://d7/d4/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb_package_qa.tar.zst\nDEBUG: Testing URL file://b9/df/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '7c/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '62/15/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ef/b0/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0d/fc/sstate:elfutils::0.189:r0::11:0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/45/1f/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd7/d4/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/df/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7c/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/5f/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149_package.tar.zst;downloadfilename=7c/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149_package.tar.zst\nDEBUG: For url file://62/15/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/15/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963_create_spdx.tar.zst;downloadfilename=62/15/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a6/95/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f_recipe_qa.tar.zst\nDEBUG: Using  for ef/b0/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db_recipe_qa.tar.zst\nDEBUG: Using  for 0d/fc/sstate:elfutils::0.189:r0::11:0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c_populate_lic.tar.zst\nDEBUG: For url file://universal/45/1f/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/45/1f/sstate%3Ameson-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A11%3A451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6_recipe_qa.tar.zst;downloadfilename=universal/45/1f/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6_recipe_qa.tar.zst\nDEBUG: For url file://d7/d4/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/d4/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.30%3Ar0%3Acore2-64%3A11%3Ad7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb_package_qa.tar.zst;downloadfilename=d7/d4/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb_package_qa.tar.zst\nDEBUG: For url file://b9/df/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/df/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A11%3Ab9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189_create_runtime_spdx.tar.zst;downloadfilename=b9/df/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/91/sstate:iso-codes::4.16.0:r0::11:c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://98/9d/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a3/c0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:a3c0306c288daa6e5dca1981a89d8b1e705223983b7fcda943f2830f13ae6edd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ef/b0/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db_recipe_qa.tar.zst\nDEBUG: Testing URL file://0d/fc/sstate:elfutils::0.189:r0::11:0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/58/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:c558da528b818f0c429f44b19d61e9cf4b8205173179c8639637d44c7e181bbc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://16/e3/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d8/02/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5a/62/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://03/d2/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:03d204c33118d0b5658ffafea1f52deae30ce9139eaa27bdeacbb9e2c3fcf2b8_package.tar.zst\nDEBUG: Searching for 98/9d/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a0/a1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/21/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ef/b0/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0d/fc/sstate:elfutils::0.189:r0::11:0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1e/c7/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433_package.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/91/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/d8/02/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d0/59/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/15/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 98/9d/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/c8/sstate:texinfo-dummy-native::1.0:r0::11:8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3_populate_lic.tar.zst\nDEBUG: Searching for universal/a0/21/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ef/b0/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/b0/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A11%3Aefb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db_recipe_qa.tar.zst;downloadfilename=ef/b0/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db_recipe_qa.tar.zst\nDEBUG: For url file://0d/fc/sstate:elfutils::0.189:r0::11:0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/fc/sstate%3Aelfutils%3A%3A0.189%3Ar0%3A%3A11%3A0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c_populate_lic.tar.zst;downloadfilename=0d/fc/sstate:elfutils::0.189:r0::11:0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c_populate_lic.tar.zst\nDEBUG: Searching for 1e/c7/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1b/91/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/d8/02/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e_populate_sysroot.tar.zst\nDEBUG: Searching for d0/59/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e1/15/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://98/9d/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8a/c8/sstate:texinfo-dummy-native::1.0:r0::11:8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a0/21/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:7c5f635cd1af4e2eb315ad0432751a54cb25d011632883c6120beb5a9e7b6149_package.tar.zst\nDEBUG: Using  for 1e/c7/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433_package.tar.zst\nDEBUG: SState: Successful fetch test for file://62/15/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963_create_spdx.tar.zst\nDEBUG: Using  for 1b/91/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/d8/02/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e_populate_sysroot.tar.zst\nDEBUG: Using  for d0/59/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba_package_write_ipk.tar.zst\nDEBUG: Using  for e1/15/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '98/9d/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8a/c8/sstate:texinfo-dummy-native::1.0:r0::11:8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/a0/21/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/69/84/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1e/c7/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433_package.tar.zst\nDEBUG: SState: Attempting to fetch file://53/db/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813_create_spdx.tar.zst\nDEBUG: Testing URL file://1b/91/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d8/02/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d0/59/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e1/15/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://98/9d/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/9d/sstate%3Accache%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605_create_runtime_spdx.tar.zst;downloadfilename=98/9d/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8a/c8/sstate:texinfo-dummy-native::1.0:r0::11:8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/a0/21/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/69/84/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1e/c7/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/db/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1b/91/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d8/02/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d8/02/sstate%3Apixman-native%3Ax86_64-linux%3A0.42.2%3Ar0%3Ax86_64%3A11%3Ad802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e_populate_sysroot.tar.zst;downloadfilename=universal/d8/02/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd0/59/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e1/15/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/45/1f/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:451f1dcc6aadaed0198dbbe8e638d65c9e5a8603ea9533016ebe47e06bcf56d6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8a/c8/sstate:texinfo-dummy-native::1.0:r0::11:8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a0/21/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/21/sstate%3Afont-util-native%3Ax86_64-linux%3A1.4.1%3Ar0%3Ax86_64%3A11%3Aa021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2_populate_sysroot.tar.zst;downloadfilename=universal/a0/21/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2_populate_sysroot.tar.zst\nDEBUG: Using  for universal/69/84/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/d4/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb_package_qa.tar.zst\nDEBUG: For url file://1e/c7/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/c7/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2023.2%3Ar0%3Acore2-64%3A11%3A1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433_package.tar.zst;downloadfilename=1e/c7/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433_package.tar.zst\nDEBUG: Using  for 53/db/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813_create_spdx.tar.zst\nDEBUG: For url file://1b/91/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/91/sstate%3Alibedit%3Acore2-64-poky-linux%3A20230828-3.1%3Ar0%3Acore2-64%3A11%3A1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190_create_runtime_spdx.tar.zst;downloadfilename=1b/91/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190_create_runtime_spdx.tar.zst\nDEBUG: For url file://d0/59/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/59/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ad059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba_package_write_ipk.tar.zst;downloadfilename=d0/59/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba_package_write_ipk.tar.zst\nDEBUG: For url file://e1/15/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/15/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3Ae11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c_deploy_source_date_epoch.tar.zst;downloadfilename=e1/15/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/b3/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc_package_write_rpm.tar.zst\nDEBUG: For url file://8a/c8/sstate:texinfo-dummy-native::1.0:r0::11:8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/c8/sstate%3Atexinfo-dummy-native%3A%3A1.0%3Ar0%3A%3A11%3A8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3_populate_lic.tar.zst;downloadfilename=8a/c8/sstate:texinfo-dummy-native::1.0:r0::11:8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/69/84/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fb/4c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/b0/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db_recipe_qa.tar.zst\nDEBUG: Testing URL file://53/db/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/fc/sstate:elfutils::0.189:r0::11:0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c_populate_lic.tar.zst\nDEBUG: Searching for c2/b3/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/d8/02/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://98/9d/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/69/84/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/fb/4c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ec/2f/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '53/db/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f1/26/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f_package_qa.tar.zst\nDEBUG: Using  for c2/b3/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://65/d5/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/d8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/69/84/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/69/84/sstate%3Alibmicrohttpd-native%3Ax86_64-linux%3A0.9.77%3Ar0%3Ax86_64%3A11%3A6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa_populate_sysroot.tar.zst;downloadfilename=universal/69/84/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa_populate_sysroot.tar.zst\nDEBUG: Using  for universal/fb/4c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193_create_runtime_spdx.tar.zst\nDEBUG: Searching for ec/2f/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://53/db/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/db/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.46.0%3Ar0%3Acore2-64%3A11%3A53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813_create_spdx.tar.zst;downloadfilename=53/db/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813_create_spdx.tar.zst\nDEBUG: Searching for f1/26/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c2/b3/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc_package_write_rpm.tar.zst\nDEBUG: Searching for 65/d5/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e3/d8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/fb/4c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193_create_runtime_spdx.tar.zst\nDEBUG: Using  for ec/2f/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/21/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2_populate_sysroot.tar.zst\nDEBUG: Using  for f1/26/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/c7/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:1ec7e7e04bc54b1b93992ea0541ed089ff0cc918e992480547535c15dfbc0433_package.tar.zst\nDEBUG: For url ['file', '', 'c2/b3/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d0/59/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba_package_write_ipk.tar.zst\nDEBUG: Using  for 65/d5/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065_recipe_qa.tar.zst\nDEBUG: Using  for e3/d8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/fb/4c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ec/2f/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/0e/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272_package.tar.zst\nDEBUG: Testing URL file://f1/26/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/40/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8_package_write_rpm.tar.zst\nDEBUG: For url file://c2/b3/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/b3/sstate%3Awireless-regdb%3Aall-poky-linux%3A2023.09.01%3Ar0%3Aallarch%3A11%3Ac2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc_package_write_rpm.tar.zst;downloadfilename=c2/b3/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://07/5a/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b_create_spdx.tar.zst\nDEBUG: Testing URL file://65/d5/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065_recipe_qa.tar.zst\nDEBUG: Testing URL file://e3/d8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/fb/4c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fb/4c/sstate%3Awayland-native%3Ax86_64-linux%3A1.22.0%3Ar0%3Ax86_64%3A11%3Afb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193_create_runtime_spdx.tar.zst;downloadfilename=universal/fb/4c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ec/2f/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6b/0e/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f1/26/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7e/40/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 07/5a/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '65/d5/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e3/d8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e1/15/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:e11592067c640a8466fba111d952b644150b33e80da2f10052862a54b20be10c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/91/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/8f/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc_create_runtime_spdx.tar.zst\nDEBUG: For url file://ec/2f/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/2f/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.10%3Ar0%3Acore2-64%3A11%3Aec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c_populate_sysroot.tar.zst;downloadfilename=ec/2f/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c_populate_sysroot.tar.zst\nDEBUG: Using  for 6b/0e/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272_package.tar.zst\nDEBUG: For url file://f1/26/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/26/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.56.3%3Ar0%3Acore2-64%3A11%3Af126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f_package_qa.tar.zst;downloadfilename=f1/26/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f_package_qa.tar.zst\nDEBUG: Using  for 7e/40/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/c8/sstate:texinfo-dummy-native::1.0:r0::11:8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3_populate_lic.tar.zst\nDEBUG: Using  for 07/5a/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b_create_spdx.tar.zst\nDEBUG: For url file://65/d5/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/d5/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065_recipe_qa.tar.zst;downloadfilename=65/d5/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065_recipe_qa.tar.zst\nDEBUG: For url file://e3/d8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/d8/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A11%3Ae3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f_deploy_source_date_epoch.tar.zst;downloadfilename=e3/d8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://26/04/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://45/ba/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://64/b7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6b/0e/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272_package.tar.zst\nDEBUG: Testing URL file://7e/40/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/69/84/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/da/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17_package_qa.tar.zst\nDEBUG: Testing URL file://07/5a/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b_create_spdx.tar.zst\nDEBUG: Searching for 26/04/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 45/ba/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 64/b7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '6b/0e/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7e/40/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://35/91/sstate:babeltrace::1.5.11:r0::11:3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79_populate_lic.tar.zst\nDEBUG: Searching for 4c/da/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '07/5a/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 26/04/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04_package_qa.tar.zst\nDEBUG: Using  for 45/ba/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08_package_write_rpm.tar.zst\nDEBUG: Using  for 64/b7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6b/0e/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/0e/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.67%3Ar0%3Acore2-64%3A11%3A6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272_package.tar.zst;downloadfilename=6b/0e/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272_package.tar.zst\nDEBUG: For url file://7e/40/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/40/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A11%3A7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8_package_write_rpm.tar.zst;downloadfilename=7e/40/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8_package_write_rpm.tar.zst\nDEBUG: Searching for 35/91/sstate:babeltrace::1.5.11:r0::11:3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4c/da/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17_package_qa.tar.zst\nDEBUG: For url file://07/5a/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/5a/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b_create_spdx.tar.zst;downloadfilename=07/5a/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b_create_spdx.tar.zst\nDEBUG: Testing URL file://26/04/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04_package_qa.tar.zst\nDEBUG: Testing URL file://45/ba/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08_package_write_rpm.tar.zst\nDEBUG: Testing URL file://64/b7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 35/91/sstate:babeltrace::1.5.11:r0::11:3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79_populate_lic.tar.zst\nDEBUG: Testing URL file://4c/da/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fb/4c/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/b3/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '26/04/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '45/ba/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '64/b7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ec/2f/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:ec2ff459db10fc40df8149ba3d5e28e5e68b44e0673090ea757032021b501c8c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/26/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f_package_qa.tar.zst\nDEBUG: Testing URL file://35/91/sstate:babeltrace::1.5.11:r0::11:3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4c/da/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://dd/7c/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://55/38/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3_package.tar.zst\nDEBUG: For url file://26/04/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/04/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.4%3Ar0%3Acore2-64%3A11%3A26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04_package_qa.tar.zst;downloadfilename=26/04/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04_package_qa.tar.zst\nDEBUG: For url file://45/ba/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/ba/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A11%3A45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08_package_write_rpm.tar.zst;downloadfilename=45/ba/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08_package_write_rpm.tar.zst\nDEBUG: For url file://64/b7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/b7/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A11%3A64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b_deploy_source_date_epoch.tar.zst;downloadfilename=64/b7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fb/d5/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://89/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '35/91/sstate:babeltrace::1.5.11:r0::11:3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4c/da/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/da/sstate%3Altp%3Acore2-64-poky-linux%3A20230929%3Ar0%3Acore2-64%3A11%3A4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17_package_qa.tar.zst;downloadfilename=4c/da/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17_package_qa.tar.zst\nDEBUG: Searching for dd/7c/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 55/38/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fb/d5/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 89/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e3/d8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:e3d875fbf7a1e8cec92d319897de8ef41cc25e9f829cd3bc2ae22da3e477e06f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://65/d5/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/0e/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:6b0e8a04a661d0f4bc27e5f20872e8fca942df2c6dda769953d8bfa3adf91272_package.tar.zst\nDEBUG: For url file://35/91/sstate:babeltrace::1.5.11:r0::11:3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/91/sstate%3Ababeltrace%3A%3A1.5.11%3Ar0%3A%3A11%3A3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79_populate_lic.tar.zst;downloadfilename=35/91/sstate:babeltrace::1.5.11:r0::11:3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/df/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189_create_runtime_spdx.tar.zst\nDEBUG: Using  for dd/7c/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 55/38/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3_package.tar.zst\nDEBUG: Using  for universal/fb/d5/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/40/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8_package_write_rpm.tar.zst\nDEBUG: Using  for 89/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/3b/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/e4/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dc/8f/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://dd/7c/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://55/38/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3_package.tar.zst\nDEBUG: Testing URL file://universal/fb/d5/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://88/06/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://89/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d_create_spdx.tar.zst\nDEBUG: Searching for 2a/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8f/3b/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7e/e4/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/dc/8f/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'dd/7c/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '55/38/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fb/d5/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 88/06/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '89/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2a/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c_package.tar.zst\nDEBUG: Using  for 8f/3b/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb_create_runtime_spdx.tar.zst\nDEBUG: Using  for 7e/e4/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/dc/8f/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558_create_runtime_spdx.tar.zst\nDEBUG: For url file://dd/7c/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/7c/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.5.3%3Ar0%3Acore2-64%3A11%3Add7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16_deploy_source_date_epoch.tar.zst;downloadfilename=dd/7c/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://55/38/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/38/sstate%3Aiw%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3_package.tar.zst;downloadfilename=55/38/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3_package.tar.zst\nDEBUG: For url file://universal/fb/d5/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fb/d5/sstate%3Alibidn2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A11%3Afbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa_populate_sysroot.tar.zst;downloadfilename=universal/fb/d5/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa_populate_sysroot.tar.zst\nDEBUG: Using  for 88/06/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d_create_runtime_spdx.tar.zst\nDEBUG: For url file://89/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/ab/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A11%3A89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d_create_spdx.tar.zst;downloadfilename=89/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d_create_spdx.tar.zst\nDEBUG: Testing URL file://2a/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c_package.tar.zst\nDEBUG: Testing URL file://8f/3b/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7e/e4/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/dc/8f/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://88/06/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://26/04/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://64/b7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:64b7b92dc6d0c78518620cdfa3a0c87f2d298d2d36d9d98a301e98dc3ef9699b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://45/ba/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/da/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17_package_qa.tar.zst\nDEBUG: For url ['file', '', '2a/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8f/3b/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7e/e4/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/dc/8f/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '88/06/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://30/91/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/0f/sstate:libnsl2::2.0.1:r0::11:bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/05/04/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/38/sstate:xf86-video-vesa::2.6.0:r0::11:d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576_populate_lic.tar.zst\nDEBUG: For url file://2a/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/fa/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.59.0%3Ar0%3Acore2-64%3A11%3A2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c_package.tar.zst;downloadfilename=2a/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c_package.tar.zst\nDEBUG: For url file://8f/3b/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/3b/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A11%3A8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb_create_runtime_spdx.tar.zst;downloadfilename=8f/3b/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb_create_runtime_spdx.tar.zst\nDEBUG: For url file://7e/e4/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/e4/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A11%3A7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d_deploy_source_date_epoch.tar.zst;downloadfilename=7e/e4/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/dc/8f/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/8f/sstate%3Azip-native%3Ax86_64-linux%3A3.0%3Ar0%3Ax86_64%3A11%3Adc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558_create_runtime_spdx.tar.zst;downloadfilename=universal/dc/8f/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558_create_runtime_spdx.tar.zst\nDEBUG: For url file://88/06/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/06/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A11%3A8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d_create_runtime_spdx.tar.zst;downloadfilename=88/06/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d_create_runtime_spdx.tar.zst\nDEBUG: Searching for 30/91/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bf/0f/sstate:libnsl2::2.0.1:r0::11:bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/05/04/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d5/38/sstate:xf86-video-vesa::2.6.0:r0::11:d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://35/91/sstate:babeltrace::1.5.11:r0::11:3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/7c/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:dd7c10f51cd9484d7870b1f6a9fe9fa4b48da53e4f3f51f294cad39652992e16_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 30/91/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://55/38/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:55385ee390dea18a44f232924e416b1095be366e3950d3a516fd1b900764bdc3_package.tar.zst\nDEBUG: Using  for bf/0f/sstate:libnsl2::2.0.1:r0::11:bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af_populate_lic.tar.zst\nDEBUG: Using  for universal/05/04/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b_populate_sysroot.tar.zst\nDEBUG: Using  for d5/38/sstate:xf86-video-vesa::2.6.0:r0::11:d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fb/d5/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/51/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://56/f8/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03_recipe_qa.tar.zst\nDEBUG: Testing URL file://30/91/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/46/0d/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://bf/0f/sstate:libnsl2::2.0.1:r0::11:bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/05/04/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d5/38/sstate:xf86-video-vesa::2.6.0:r0::11:d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/75/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5_populate_sysroot.tar.zst\nDEBUG: Searching for fa/51/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 56/f8/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '30/91/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/46/0d/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bf/0f/sstate:libnsl2::2.0.1:r0::11:bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/05/04/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd5/38/sstate:xf86-video-vesa::2.6.0:r0::11:d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/2e/75/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fa/51/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7_packagedata.tar.zst\nDEBUG: Using  for 56/f8/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03_recipe_qa.tar.zst\nDEBUG: For url file://30/91/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/91/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a_package_qa.tar.zst;downloadfilename=30/91/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a_package_qa.tar.zst\nDEBUG: Using  for universal/46/0d/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455_create_runtime_spdx.tar.zst\nDEBUG: For url file://bf/0f/sstate:libnsl2::2.0.1:r0::11:bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/0f/sstate%3Alibnsl2%3A%3A2.0.1%3Ar0%3A%3A11%3Abf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af_populate_lic.tar.zst;downloadfilename=bf/0f/sstate:libnsl2::2.0.1:r0::11:bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af_populate_lic.tar.zst\nDEBUG: For url file://universal/05/04/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/05/04/sstate%3Akmod-native%3Ax86_64-linux%3A31%3Ar0%3Ax86_64%3A11%3A05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b_populate_sysroot.tar.zst;downloadfilename=universal/05/04/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b_populate_sysroot.tar.zst\nDEBUG: For url file://d5/38/sstate:xf86-video-vesa::2.6.0:r0::11:d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/38/sstate%3Axf86-video-vesa%3A%3A2.6.0%3Ar0%3A%3A11%3Ad5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576_populate_lic.tar.zst;downloadfilename=d5/38/sstate:xf86-video-vesa::2.6.0:r0::11:d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576_populate_lic.tar.zst\nDEBUG: Using  for universal/2e/75/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://fa/51/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://89/ab/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d_create_spdx.tar.zst\nDEBUG: Testing URL file://56/f8/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/46/0d/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:2afa9fe5b05e4f09551f4cf20ddbec1d7e9049b490cc5853c038d78ea71a0f0c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/e4/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:7ee4a82eee5f22cb2b3d4f775c737508896b3bcf6a6ecba709315e57c7fa671d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/2e/75/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'fa/51/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/dc/8f/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/45/d5/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '56/f8/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/46/0d/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ab/dc/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/92/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529_package.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/75/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fa/51/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/51/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.28%3Ar0%3Acore2-64%3A11%3Afa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7_packagedata.tar.zst;downloadfilename=fa/51/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://35/06/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b_package.tar.zst\nDEBUG: Searching for universal/45/d5/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://56/f8/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/f8/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03_recipe_qa.tar.zst;downloadfilename=56/f8/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03_recipe_qa.tar.zst\nDEBUG: For url file://universal/46/0d/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/46/0d/sstate%3Apython3-flit-core-native%3Ax86_64-linux%3A3.9.0%3Ar0%3Ax86_64%3A11%3A460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455_create_runtime_spdx.tar.zst;downloadfilename=universal/46/0d/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455_create_runtime_spdx.tar.zst\nDEBUG: Searching for ab/dc/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7d/92/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/2e/75/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/75/sstate%3Alibepoxy-native%3Ax86_64-linux%3A1.5.10%3Ar0%3Ax86_64%3A11%3A2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5_populate_sysroot.tar.zst;downloadfilename=universal/2e/75/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5_populate_sysroot.tar.zst\nDEBUG: Searching for 35/06/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/45/d5/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44_populate_sysroot.tar.zst\nDEBUG: Using  for ab/dc/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 7d/92/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529_package.tar.zst\nDEBUG: Using  for 35/06/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b_package.tar.zst\nDEBUG: Testing URL file://universal/45/d5/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://30/91/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a_package_qa.tar.zst\nDEBUG: Testing URL file://ab/dc/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/0f/sstate:libnsl2::2.0.1:r0::11:bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af_populate_lic.tar.zst\nDEBUG: Testing URL file://7d/92/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529_package.tar.zst\nDEBUG: Testing URL file://35/06/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b_package.tar.zst\nDEBUG: For url ['file', '', 'universal/45/d5/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://cb/bc/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ab/dc/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://08/1b/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://53/db/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7d/92/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '35/06/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/45/d5/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/45/d5/sstate%3Alibxml-sax-perl-native%3Ax86_64-linux%3A1.02%3Ar0%3Ax86_64%3A11%3A45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44_populate_sysroot.tar.zst;downloadfilename=universal/45/d5/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44_populate_sysroot.tar.zst\nDEBUG: Searching for cb/bc/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ab/dc/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/dc/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.11%3Ar0%3Acore2-64%3A11%3Aabdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b_create_runtime_spdx.tar.zst;downloadfilename=ab/dc/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 08/1b/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://03/6e/sstate:autoconf-archive-native::2023.02.20:r0::11:036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776_populate_lic.tar.zst\nDEBUG: For url file://7d/92/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/92/sstate%3Awireless-regdb%3Aall-poky-linux%3A2023.09.01%3Ar0%3Aallarch%3A11%3A7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529_package.tar.zst;downloadfilename=7d/92/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529_package.tar.zst\nDEBUG: For url file://35/06/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/06/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b_package.tar.zst;downloadfilename=35/06/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b_package.tar.zst\nDEBUG: Using  for cb/bc/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/05/04/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b_populate_sysroot.tar.zst\nDEBUG: Using  for 08/1b/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89_recipe_qa.tar.zst\nDEBUG: Searching for 03/6e/sstate:autoconf-archive-native::2023.02.20:r0::11:036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d5/38/sstate:xf86-video-vesa::2.6.0:r0::11:d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576_populate_lic.tar.zst\nDEBUG: Testing URL file://cb/bc/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/51/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/46/0d/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://38/c9/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://56/f8/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03_recipe_qa.tar.zst\nDEBUG: Testing URL file://08/1b/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89_recipe_qa.tar.zst\nDEBUG: Using  for 03/6e/sstate:autoconf-archive-native::2023.02.20:r0::11:036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/46/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441_packagedata.tar.zst\nDEBUG: For url ['file', '', 'cb/bc/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://88/5a/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/44/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5_package_write_rpm.tar.zst\nDEBUG: Searching for 38/c9/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://81/e7/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '08/1b/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://03/6e/sstate:autoconf-archive-native::2023.02.20:r0::11:036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776_populate_lic.tar.zst\nDEBUG: Searching for bb/46/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://cb/bc/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/bc/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A11%3Acbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6_deploy_source_date_epoch.tar.zst;downloadfilename=cb/bc/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 88/5a/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bb/44/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 38/c9/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 81/e7/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://08/1b/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/1b/sstate%3Astrace%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3A081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89_recipe_qa.tar.zst;downloadfilename=08/1b/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '03/6e/sstate:autoconf-archive-native::2023.02.20:r0::11:036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bb/46/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441_packagedata.tar.zst\nDEBUG: Using  for 88/5a/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/75/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:11:2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5_populate_sysroot.tar.zst\nDEBUG: Using  for bb/44/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://38/c9/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://88/06/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/45/d5/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:45d508dcb4dfd850c390e2482b7e2bedfafac4a72cb1c600072e8326205d4c44_populate_sysroot.tar.zst\nDEBUG: Using  for 81/e7/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1_create_runtime_spdx.tar.zst\nDEBUG: For url file://03/6e/sstate:autoconf-archive-native::2023.02.20:r0::11:036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/6e/sstate%3Aautoconf-archive-native%3A%3A2023.02.20%3Ar0%3A%3A11%3A036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776_populate_lic.tar.zst;downloadfilename=03/6e/sstate:autoconf-archive-native::2023.02.20:r0::11:036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776_populate_lic.tar.zst\nDEBUG: Testing URL file://bb/46/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441_packagedata.tar.zst\nDEBUG: Testing URL file://88/5a/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://97/ce/sstate:libsoup-2.4::2.74.3:r0::11:97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e_populate_lic.tar.zst\nDEBUG: Testing URL file://bb/44/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '38/c9/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8f/89/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://20/20/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c_create_spdx.tar.zst\nDEBUG: Testing URL file://81/e7/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'bb/46/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '88/5a/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7d/92/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:7d9251e37e3de932ce34158df814f1056fa8efc5c990e07a5773d01900ef4529_package.tar.zst\nDEBUG: Searching for 97/ce/sstate:libsoup-2.4::2.74.3:r0::11:97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bb/44/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://38/c9/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/c9/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A11%3A38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b_deploy_source_date_epoch.tar.zst;downloadfilename=38/c9/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8f/89/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 20/20/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '81/e7/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bb/46/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/46/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3Abb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441_packagedata.tar.zst;downloadfilename=bb/46/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441_packagedata.tar.zst\nDEBUG: For url file://88/5a/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/5a/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.38%2Bgit%3Ar0%3Acore2-64%3A11%3A885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b_create_spdx.tar.zst;downloadfilename=88/5a/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/b9/sstate:gstreamer1.0-plugins-bad::1.22.9:r0::11:e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5_populate_lic.tar.zst\nDEBUG: Using  for 97/ce/sstate:libsoup-2.4::2.74.3:r0::11:97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e_populate_lic.tar.zst\nDEBUG: For url file://bb/44/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/44/sstate%3Altp%3Acore2-64-poky-linux%3A20230929%3Ar0%3Acore2-64%3A11%3Abb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5_package_write_rpm.tar.zst;downloadfilename=bb/44/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5_package_write_rpm.tar.zst\nDEBUG: Using  for 8f/89/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc_package_write_rpm.tar.zst\nDEBUG: Using  for 20/20/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c_create_spdx.tar.zst\nDEBUG: For url file://81/e7/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/e7/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1_create_runtime_spdx.tar.zst;downloadfilename=81/e7/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://35/06/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:35065a53d76cccbe022ef7d428776afd3be9459b5204ef0b908e86abfe8d450b_package.tar.zst\nDEBUG: Searching for e6/b9/sstate:gstreamer1.0-plugins-bad::1.22.9:r0::11:e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://97/ce/sstate:libsoup-2.4::2.74.3:r0::11:97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/bc/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:cbbc72252e8e63e5ef34395e71984171ebb5fe1ff9fc8f60a95a749cf85666f6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8f/89/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://20/20/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://08/1b/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://61/a7/sstate:orc-native::0.4.36:r0::11:61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b_populate_lic.tar.zst\nDEBUG: Using  for e6/b9/sstate:gstreamer1.0-plugins-bad::1.22.9:r0::11:e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5_populate_lic.tar.zst\nDEBUG: For url ['file', '', '97/ce/sstate:libsoup-2.4::2.74.3:r0::11:97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f0/4b/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c_package.tar.zst\nDEBUG: For url ['file', '', '8f/89/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '20/20/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://10/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef_create_spdx.tar.zst\nDEBUG: Searching for 61/a7/sstate:orc-native::0.4.36:r0::11:61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e6/b9/sstate:gstreamer1.0-plugins-bad::1.22.9:r0::11:e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5_populate_lic.tar.zst\nDEBUG: For url file://97/ce/sstate:libsoup-2.4::2.74.3:r0::11:97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/ce/sstate%3Alibsoup-2.4%3A%3A2.74.3%3Ar0%3A%3A11%3A97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e_populate_lic.tar.zst;downloadfilename=97/ce/sstate:libsoup-2.4::2.74.3:r0::11:97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e_populate_lic.tar.zst\nDEBUG: Searching for f0/4b/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://8f/89/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/89/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A11%3A8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc_package_write_rpm.tar.zst;downloadfilename=8f/89/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc_package_write_rpm.tar.zst\nDEBUG: For url file://20/20/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/20/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A11%3A2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c_create_spdx.tar.zst;downloadfilename=20/20/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c_create_spdx.tar.zst\nDEBUG: Searching for 10/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 61/a7/sstate:orc-native::0.4.36:r0::11:61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e6/b9/sstate:gstreamer1.0-plugins-bad::1.22.9:r0::11:e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f0/4b/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://03/6e/sstate:autoconf-archive-native::2023.02.20:r0::11:036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://38/c9/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:38c91f6a1694415ee63ca6db0c956919c2472c78a6365c8538f269b6d87c152b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 10/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef_create_spdx.tar.zst\nDEBUG: Testing URL file://61/a7/sstate:orc-native::0.4.36:r0::11:61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://88/5a/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b_create_spdx.tar.zst\nDEBUG: For url file://e6/b9/sstate:gstreamer1.0-plugins-bad::1.22.9:r0::11:e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/b9/sstate%3Agstreamer1.0-plugins-bad%3A%3A1.22.9%3Ar0%3A%3A11%3Ae6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5_populate_lic.tar.zst;downloadfilename=e6/b9/sstate:gstreamer1.0-plugins-bad::1.22.9:r0::11:e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/46/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441_packagedata.tar.zst\nDEBUG: Testing URL file://f0/4b/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/c7/sstate:ppp::2.5.0:r0::11:ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/70/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9_create_spdx.tar.zst\nDEBUG: Testing URL file://10/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef_create_spdx.tar.zst\nDEBUG: For url ['file', '', '61/a7/sstate:orc-native::0.4.36:r0::11:61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e0/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://62/91/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f0/4b/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ec/c7/sstate:ppp::2.5.0:r0::11:ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ff/70/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '10/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://61/a7/sstate:orc-native::0.4.36:r0::11:61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/a7/sstate%3Aorc-native%3A%3A0.4.36%3Ar0%3A%3A11%3A61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b_populate_lic.tar.zst;downloadfilename=61/a7/sstate:orc-native::0.4.36:r0::11:61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b_populate_lic.tar.zst\nDEBUG: Searching for e0/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 62/91/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f0/4b/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/4b/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A11%3Af04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c_package.tar.zst;downloadfilename=f0/4b/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c_package.tar.zst\nDEBUG: Using  for ec/c7/sstate:ppp::2.5.0:r0::11:ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8_populate_lic.tar.zst\nDEBUG: Using  for ff/70/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9_create_spdx.tar.zst\nDEBUG: For url file://10/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/49/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.12%3Ar0%3Acore2-64%3A11%3A10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef_create_spdx.tar.zst;downloadfilename=10/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef_create_spdx.tar.zst\nDEBUG: Using  for e0/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 62/91/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/3b/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ec/c7/sstate:ppp::2.5.0:r0::11:ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8_populate_lic.tar.zst\nDEBUG: Testing URL file://ff/70/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9_create_spdx.tar.zst\nDEBUG: Testing URL file://e0/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/44/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://62/91/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://97/ce/sstate:libsoup-2.4::2.74.3:r0::11:97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/7a/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ec/c7/sstate:ppp::2.5.0:r0::11:ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ff/70/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e0/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a6/7f/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '62/91/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://fc/3b/sstate:less::643:r0::11:fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da_populate_lic.tar.zst\nDEBUG: Searching for ed/7a/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ec/c7/sstate:ppp::2.5.0:r0::11:ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/c7/sstate%3Appp%3A%3A2.5.0%3Ar0%3A%3A11%3Aecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8_populate_lic.tar.zst;downloadfilename=ec/c7/sstate:ppp::2.5.0:r0::11:ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8_populate_lic.tar.zst\nDEBUG: For url file://ff/70/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/70/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3Aff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9_create_spdx.tar.zst;downloadfilename=ff/70/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9_create_spdx.tar.zst\nDEBUG: For url file://e0/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/d4/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3Ae0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71_deploy_source_date_epoch.tar.zst;downloadfilename=e0/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a6/7f/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://62/91/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/91/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A11%3A6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30_recipe_qa.tar.zst;downloadfilename=62/91/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30_recipe_qa.tar.zst\nDEBUG: Searching for fc/3b/sstate:less::643:r0::11:fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ed/7a/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f_recipe_qa.tar.zst\nDEBUG: Using  for a6/7f/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/89/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc_package_write_rpm.tar.zst\nDEBUG: Using  for fc/3b/sstate:less::643:r0::11:fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da_populate_lic.tar.zst\nDEBUG: Testing URL file://ed/7a/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/b9/sstate:gstreamer1.0-plugins-bad::1.22.9:r0::11:e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5_populate_lic.tar.zst\nDEBUG: Testing URL file://a6/7f/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/4b/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:f04bf74e6288fa6171712beaae9a36a75dc1e1014000cf7cbad7515924c5b70c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://61/a7/sstate:orc-native::0.4.36:r0::11:61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/f1/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://fc/3b/sstate:less::643:r0::11:fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ed/7a/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/7a/43/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a6/7f/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/62/85/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/c8/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8_packagedata.tar.zst\nDEBUG: Searching for ba/f1/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fc/3b/sstate:less::643:r0::11:fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ed/7a/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/7a/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A11%3Aed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f_recipe_qa.tar.zst;downloadfilename=ed/7a/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f_recipe_qa.tar.zst\nDEBUG: Searching for universal/7a/43/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a6/7f/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/7f/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3Aa67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561_package_write_rpm.tar.zst;downloadfilename=a6/7f/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561_package_write_rpm.tar.zst\nDEBUG: Searching for universal/62/85/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c9/c8/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ba/f1/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d_create_runtime_spdx.tar.zst\nDEBUG: For url file://fc/3b/sstate:less::643:r0::11:fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/3b/sstate%3Aless%3A%3A643%3Ar0%3A%3A11%3Afc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da_populate_lic.tar.zst;downloadfilename=fc/3b/sstate:less::643:r0::11:fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da_populate_lic.tar.zst\nDEBUG: Using  for universal/7a/43/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931_recipe_qa.tar.zst\nDEBUG: Using  for universal/62/85/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0_create_runtime_spdx.tar.zst\nDEBUG: Using  for c9/c8/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8_packagedata.tar.zst\nDEBUG: Testing URL file://ba/f1/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/c7/sstate:ppp::2.5.0:r0::11:ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/dc/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/7a/43/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/62/85/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://07/5a/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b_create_spdx.tar.zst\nDEBUG: Testing URL file://c9/c8/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ba/f1/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f9/82/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://15/83/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/7a/43/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/62/85/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b0/3c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c9/c8/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ba/f1/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/f1/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A11%3Abaf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d_create_runtime_spdx.tar.zst;downloadfilename=ba/f1/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d_create_runtime_spdx.tar.zst\nDEBUG: Searching for f9/82/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 15/83/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/7a/43/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7a/43/sstate%3Axcb-proto-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931_recipe_qa.tar.zst;downloadfilename=universal/7a/43/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931_recipe_qa.tar.zst\nDEBUG: For url file://universal/62/85/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/85/sstate%3Alibcap-ng-native%3Ax86_64-linux%3A0.8.4%3Ar0%3Ax86_64%3A11%3A628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0_create_runtime_spdx.tar.zst;downloadfilename=universal/62/85/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0_create_runtime_spdx.tar.zst\nDEBUG: Searching for b0/3c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c9/c8/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/c8/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3Ac9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8_packagedata.tar.zst;downloadfilename=c9/c8/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8_packagedata.tar.zst\nDEBUG: Using  for f9/82/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31_package_write_rpm.tar.zst\nDEBUG: Using  for 15/83/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://62/91/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/70/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:e0d4a8625205a375a96610876e3eb3292ed822c315c9fefef17f2d89363e3e71_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b0/3c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb_packagedata.tar.zst\nDEBUG: Testing URL file://f9/82/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31_package_write_rpm.tar.zst\nDEBUG: Testing URL file://15/83/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/7a/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/13/26/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://db/0b/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b3/aa/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b0/3c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f9/82/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '15/83/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c7/3a/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a_package.tar.zst\nDEBUG: Searching for universal/13/26/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for db/0b/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/b3/aa/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b0/3c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f9/82/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/82/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A11%3Af982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31_package_write_rpm.tar.zst;downloadfilename=f9/82/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31_package_write_rpm.tar.zst\nDEBUG: For url file://15/83/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/83/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A45.0%3Ar0%3Aallarch%3A11%3A1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f_deploy_source_date_epoch.tar.zst;downloadfilename=15/83/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c7/3a/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/13/26/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824_recipe_qa.tar.zst\nDEBUG: Using  for db/0b/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/b3/aa/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b0/3c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/3c/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A11%3Ab03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb_packagedata.tar.zst;downloadfilename=b0/3c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/3b/sstate:less::643:r0::11:fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/7f/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561_package_write_rpm.tar.zst\nDEBUG: Using  for c7/3a/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a_package.tar.zst\nDEBUG: Testing URL file://universal/13/26/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824_recipe_qa.tar.zst\nDEBUG: Testing URL file://db/0b/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b3/aa/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://59/ba/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/f1/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d_create_spdx.tar.zst\nDEBUG: Testing URL file://c7/3a/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a_package.tar.zst\nDEBUG: For url ['file', '', 'universal/13/26/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'db/0b/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/b3/aa/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 59/ba/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://00/48/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b_package_qa.tar.zst\nDEBUG: Searching for 6d/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c7/3a/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/13/26/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/13/26/sstate%3Apython3-more-itertools-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A11%3A13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824_recipe_qa.tar.zst;downloadfilename=universal/13/26/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824_recipe_qa.tar.zst\nDEBUG: For url file://db/0b/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/0b/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%3Ar0%3Aallarch%3A11%3Adb0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02_deploy_source_date_epoch.tar.zst;downloadfilename=db/0b/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/b3/aa/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b3/aa/sstate%3Apython3-more-itertools-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A11%3Ab3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b3/aa/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 59/ba/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4_create_runtime_spdx.tar.zst\nDEBUG: Searching for 00/48/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6d/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d_create_spdx.tar.zst\nDEBUG: For url file://c7/3a/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/3a/sstate%3Accache%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3Ac73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a_package.tar.zst;downloadfilename=c7/3a/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a_package.tar.zst\nDEBUG: Testing URL file://59/ba/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4_create_runtime_spdx.tar.zst\nDEBUG: Using  for 00/48/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b_package_qa.tar.zst\nDEBUG: Testing URL file://6d/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7a/43/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '59/ba/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/62/85/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/c8/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8_packagedata.tar.zst\nDEBUG: Testing URL file://00/48/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://15/83/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:1583873fd50036cdecc779f06a8b9e15a092d50d5362251ea865f3abbd20f87f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6d/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f9/82/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/c5/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4_package.tar.zst\nDEBUG: For url file://59/ba/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/ba/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A11%3A59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4_create_runtime_spdx.tar.zst;downloadfilename=59/ba/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e9/c8/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://de/8d/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '00/48/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://57/9a/sstate:libxi::1.8.1:r0::11:579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928_populate_lic.tar.zst\nDEBUG: For url file://6d/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/63/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A11%3A6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d_create_spdx.tar.zst;downloadfilename=6d/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/2a/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef_package_qa.tar.zst\nDEBUG: Searching for dd/c5/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/e9/c8/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for de/8d/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://00/48/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/48/sstate%3Atzdata%3Aall-poky-linux%3A2023d%3Ar0%3Aallarch%3A11%3A00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b_package_qa.tar.zst;downloadfilename=00/48/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/3c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb_packagedata.tar.zst\nDEBUG: Searching for 57/9a/sstate:libxi::1.8.1:r0::11:579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b7/2a/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for dd/c5/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4_package.tar.zst\nDEBUG: Using  for universal/e9/c8/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186_create_runtime_spdx.tar.zst\nDEBUG: Using  for de/8d/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/01/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://81/e7/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://db/0b/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:db0bf45b1dad47a60869a1c2aa83a2f152665860151136b070700a6f7bf23a02_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/13/26/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824_recipe_qa.tar.zst\nDEBUG: Using  for 57/9a/sstate:libxi::1.8.1:r0::11:579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928_populate_lic.tar.zst\nDEBUG: Using  for b7/2a/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef_package_qa.tar.zst\nDEBUG: Testing URL file://dd/c5/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4_package.tar.zst\nDEBUG: Testing URL file://universal/e9/c8/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://de/8d/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8b/01/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d9/49/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/b5/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4a/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://57/9a/sstate:libxi::1.8.1:r0::11:579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928_populate_lic.tar.zst\nDEBUG: Testing URL file://b7/2a/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef_package_qa.tar.zst\nDEBUG: For url ['file', '', 'dd/c5/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e9/c8/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'de/8d/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8b/01/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a_create_spdx.tar.zst\nDEBUG: Searching for d9/49/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a3/b5/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/4a/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '57/9a/sstate:libxi::1.8.1:r0::11:579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b7/2a/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://dd/c5/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/c5/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.25.1%3Ar0%3Acore2-64%3A11%3Addc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4_package.tar.zst;downloadfilename=dd/c5/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4_package.tar.zst\nDEBUG: For url file://universal/e9/c8/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e9/c8/sstate%3Apython3-pathspec-native%3Ax86_64-linux%3A0.12.1%3Ar0%3Ax86_64%3A11%3Ae9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186_create_runtime_spdx.tar.zst;downloadfilename=universal/e9/c8/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186_create_runtime_spdx.tar.zst\nDEBUG: For url file://de/8d/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/8d/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.1%3Ar0%3Acore2-64%3A11%3Ade8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425_deploy_source_date_epoch.tar.zst;downloadfilename=de/8d/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8b/01/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a_create_spdx.tar.zst\nDEBUG: Using  for d9/49/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91_package.tar.zst\nDEBUG: Using  for a3/b5/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/4a/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7_create_runtime_spdx.tar.zst\nDEBUG: For url file://57/9a/sstate:libxi::1.8.1:r0::11:579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/9a/sstate%3Alibxi%3A%3A1.8.1%3Ar0%3A%3A11%3A579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928_populate_lic.tar.zst;downloadfilename=57/9a/sstate:libxi::1.8.1:r0::11:579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b3/aa/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b3aa8b561e47c07b79047a02f8aa54b552c2b998b0863ad5a3ecb83d8b525397_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b7/2a/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/2a/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3Ab72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef_package_qa.tar.zst;downloadfilename=b7/2a/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef_package_qa.tar.zst\nDEBUG: For url ['file', '', '8b/01/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://20/20/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c_create_spdx.tar.zst\nDEBUG: Testing URL file://d9/49/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/3a/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:c73a6990e8cb2ecae241dbf54f01eff089cf4cf798d558107a22c99e8cef157a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://10/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d_create_spdx.tar.zst\nDEBUG: Testing URL file://a3/b5/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/4a/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/90/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e_package_qa.tar.zst\nDEBUG: For url file://8b/01/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/01/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A11%3A8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a_create_spdx.tar.zst;downloadfilename=8b/01/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://00/48/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2c/0e/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd9/49/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dd/c5/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ddc5a786e840dc24f2f53d999b61708e4870f44d96b8ac9009b052ca00be31c4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://42/38/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/69/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c0/6e/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a3/b5/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/4a/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 33/90/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://4c/af/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151_package.tar.zst\nDEBUG: Searching for universal/2c/0e/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/e9/c8/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186_create_runtime_spdx.tar.zst\nDEBUG: For url file://d9/49/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/49/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A11%3Ad949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91_package.tar.zst;downloadfilename=d9/49/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/b2/sstate:diffutils::3.10:r0::11:c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7_populate_lic.tar.zst\nDEBUG: Searching for 42/38/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e8/69/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c0/6e/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a3/b5/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/b5/sstate%3Alibgcc-initial%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Aa3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee_deploy_source_date_epoch.tar.zst;downloadfilename=a3/b5/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/4a/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4a/82/sstate%3Aunzip-native%3Ax86_64-linux%3A6.0%3Ar0%3Ax86_64%3A11%3A4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7_create_runtime_spdx.tar.zst;downloadfilename=universal/4a/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7_create_runtime_spdx.tar.zst\nDEBUG: Using  for 33/90/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e_package_qa.tar.zst\nDEBUG: Searching for 4c/af/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/2c/0e/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://20/df/sstate:rxvt-unicode::9.31:r0::11:20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038_populate_lic.tar.zst\nDEBUG: Searching for c7/b2/sstate:diffutils::3.10:r0::11:c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 42/38/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://de/8d/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:de8dd3f1edb088efbf121b04dfe068609b1d9d4412c77a6976a12dafe1173425_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e8/69/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/c0/6e/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://33/90/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e_package_qa.tar.zst\nDEBUG: Using  for 4c/af/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151_package.tar.zst\nDEBUG: Testing URL file://universal/2c/0e/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 20/df/sstate:rxvt-unicode::9.31:r0::11:20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c7/b2/sstate:diffutils::3.10:r0::11:c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7_populate_lic.tar.zst\nDEBUG: Testing URL file://42/38/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/22/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e8/69/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/c0/6e/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '33/90/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4c/af/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151_package.tar.zst\nDEBUG: For url ['file', '', 'universal/2c/0e/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 20/df/sstate:rxvt-unicode::9.31:r0::11:20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038_populate_lic.tar.zst\nDEBUG: Testing URL file://c7/b2/sstate:diffutils::3.10:r0::11:c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '42/38/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b9/22/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e8/69/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c0/6e/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://33/90/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/90/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.47%3Ar0%3Acore2-64%3A11%3A3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e_package_qa.tar.zst;downloadfilename=33/90/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e_package_qa.tar.zst\nDEBUG: For url ['file', '', '4c/af/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/2c/0e/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2c/0e/sstate%3Arust-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3A2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740_deploy_source_date_epoch.tar.zst;downloadfilename=universal/2c/0e/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://20/df/sstate:rxvt-unicode::9.31:r0::11:20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c7/b2/sstate:diffutils::3.10:r0::11:c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://42/38/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/38/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10_packagedata.tar.zst;downloadfilename=42/38/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10_packagedata.tar.zst\nDEBUG: Using  for b9/22/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682_package_write_rpm.tar.zst\nDEBUG: For url file://e8/69/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/69/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Ae869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a_create_runtime_spdx.tar.zst;downloadfilename=e8/69/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/c0/6e/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/6e/sstate%3Apython3-pyparsing-native%3Ax86_64-linux%3A3.1.1%3Ar0%3Ax86_64%3A11%3Ac06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c0/6e/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4c/af/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/af/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A11%3A4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151_package.tar.zst;downloadfilename=4c/af/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/2a/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://57/9a/sstate:libxi::1.8.1:r0::11:579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928_populate_lic.tar.zst\nDEBUG: For url ['file', '', '20/df/sstate:rxvt-unicode::9.31:r0::11:20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c7/b2/sstate:diffutils::3.10:r0::11:c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/b2/sstate%3Adiffutils%3A%3A3.10%3Ar0%3A%3A11%3Ac7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7_populate_lic.tar.zst;downloadfilename=c7/b2/sstate:diffutils::3.10:r0::11:c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/49/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:d949ee2bb4f0e17e002ce16b05e82a6b472d76027ac14f8be45ab169ab359a91_package.tar.zst\nDEBUG: Testing URL file://b9/22/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4a/82/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/b5/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:a3b5e29bfa6f1718e5b66055fc01e5d6395e21022dc0a071c1cf3fdda67bb2ee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://33/90/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/06/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/63/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4_create_spdx.tar.zst\nDEBUG: For url file://20/df/sstate:rxvt-unicode::9.31:r0::11:20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/df/sstate%3Arxvt-unicode%3A%3A9.31%3Ar0%3A%3A11%3A20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038_populate_lic.tar.zst;downloadfilename=20/df/sstate:rxvt-unicode::9.31:r0::11:20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://93/9a/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b9/22/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3a/0d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/90/sstate:desktop-file-utils::0.27:r0::11:7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://17/28/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 27/06/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/50/63/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 93/9a/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b9/22/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/22/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ab92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682_package_write_rpm.tar.zst;downloadfilename=b9/22/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://42/38/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10_packagedata.tar.zst\nDEBUG: Searching for 3a/0d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/2c/0e/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:2c0efc0455a9ad365db507a771f05a75802488f49ff281605fa11112a4b41740_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7e/90/sstate:desktop-file-utils::0.27:r0::11:7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 17/28/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 27/06/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/50/63/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4_create_spdx.tar.zst\nDEBUG: Using  for 93/9a/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/6c/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8_package_write_rpm.tar.zst\nDEBUG: Using  for 3a/0d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/5d/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb_package.tar.zst\nDEBUG: Using  for 7e/90/sstate:desktop-file-utils::0.27:r0::11:7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd_populate_lic.tar.zst\nDEBUG: Using  for 17/28/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://27/06/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/50/63/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4_create_spdx.tar.zst\nDEBUG: Testing URL file://93/9a/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b_packagedata.tar.zst\nDEBUG: Searching for ea/6c/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3a/0d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a7/5d/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7e/90/sstate:desktop-file-utils::0.27:r0::11:7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd_populate_lic.tar.zst\nDEBUG: Testing URL file://17/28/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '27/06/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/50/63/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '93/9a/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ea/6c/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3a/0d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a7/5d/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb_package.tar.zst\nDEBUG: For url ['file', '', '7e/90/sstate:desktop-file-utils::0.27:r0::11:7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '17/28/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://27/06/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/06/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A11%3A2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2_create_runtime_spdx.tar.zst;downloadfilename=27/06/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/50/63/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/63/sstate%3Acairo-native%3Ax86_64-linux%3A1.18.0%3Ar0%3Ax86_64%3A11%3A5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4_create_spdx.tar.zst;downloadfilename=universal/50/63/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4_create_spdx.tar.zst\nDEBUG: For url file://93/9a/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/9a/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A11%3A939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b_packagedata.tar.zst;downloadfilename=93/9a/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b_packagedata.tar.zst\nDEBUG: Testing URL file://ea/6c/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8_package_write_rpm.tar.zst\nDEBUG: For url file://3a/0d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/0d/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.4%3Ar0%3Acore2-64%3A11%3A3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d_deploy_source_date_epoch.tar.zst;downloadfilename=3a/0d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a7/5d/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb_package.tar.zst\nDEBUG: For url file://7e/90/sstate:desktop-file-utils::0.27:r0::11:7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/90/sstate%3Adesktop-file-utils%3A%3A0.27%3Ar0%3A%3A11%3A7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd_populate_lic.tar.zst;downloadfilename=7e/90/sstate:desktop-file-utils::0.27:r0::11:7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd_populate_lic.tar.zst\nDEBUG: For url file://17/28/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/28/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A11%3A1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7_deploy_source_date_epoch.tar.zst;downloadfilename=17/28/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/69/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c0/6e/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c06ea1ec07c950a289a20ac05c0c47625b9db30b79e0168a93e3df92d7fbb5e5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ea/6c/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://59/ba/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a7/5d/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c7/b2/sstate:diffutils::3.10:r0::11:c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://20/df/sstate:rxvt-unicode::9.31:r0::11:20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/22/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/35/a5/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/84/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ea/6c/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/6c/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A11%3Aea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8_package_write_rpm.tar.zst;downloadfilename=ea/6c/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/ac/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a7/5d/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/5d/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A11%3Aa75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb_package.tar.zst;downloadfilename=a7/5d/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0f/3d/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/b4/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/88/sstate:bc::1.07.1:r0::11:7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6_populate_lic.tar.zst\nDEBUG: Searching for universal/35/a5/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4b/84/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4c/ac/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/0f/3d/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://27/06/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/63/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4_create_spdx.tar.zst\nDEBUG: Searching for e3/b4/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7b/88/sstate:bc::1.07.1:r0::11:7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://93/9a/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b_packagedata.tar.zst\nDEBUG: Using  for universal/35/a5/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50_create_spdx.tar.zst\nDEBUG: Using  for 4b/84/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4c/ac/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/0f/3d/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/03/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/43/73/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e3/b4/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752_package_qa.tar.zst\nDEBUG: Using  for 7b/88/sstate:bc::1.07.1:r0::11:7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/10/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296_package.tar.zst\nDEBUG: Testing URL file://universal/35/a5/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50_create_spdx.tar.zst\nDEBUG: Testing URL file://4b/84/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4c/ac/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/0f/3d/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae_create_runtime_spdx.tar.zst\nDEBUG: Searching for e0/03/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/43/73/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e3/b4/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752_package_qa.tar.zst\nDEBUG: Testing URL file://7b/88/sstate:bc::1.07.1:r0::11:7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6_populate_lic.tar.zst\nDEBUG: Searching for b2/10/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/35/a5/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4b/84/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4c/ac/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/0f/3d/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e0/03/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98_populate_sysroot.tar.zst\nDEBUG: Using  for universal/43/73/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e3/b4/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7b/88/sstate:bc::1.07.1:r0::11:7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b2/10/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296_package.tar.zst\nDEBUG: For url file://universal/35/a5/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/35/a5/sstate%3Alibcap-native%3Ax86_64-linux%3A2.69%3Ar0%3Ax86_64%3A11%3A35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50_create_spdx.tar.zst;downloadfilename=universal/35/a5/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50_create_spdx.tar.zst\nDEBUG: For url file://4b/84/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/84/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A11%3A4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5_deploy_source_date_epoch.tar.zst;downloadfilename=4b/84/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4c/ac/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/ac/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.13%3Ar0%3Acore2-64%3A11%3A4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab_deploy_source_date_epoch.tar.zst;downloadfilename=4c/ac/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/0f/3d/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0f/3d/sstate%3Apixman-native%3Ax86_64-linux%3A0.42.2%3Ar0%3Ax86_64%3A11%3A0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae_create_runtime_spdx.tar.zst;downloadfilename=universal/0f/3d/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e0/03/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/43/73/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/0d/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:3a0daf008800ac50677abf8713740f00f628400b778a7219f6e0df59e2a1ef3d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e3/b4/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/b4/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A11%3Ae3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752_package_qa.tar.zst;downloadfilename=e3/b4/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752_package_qa.tar.zst\nDEBUG: For url file://7b/88/sstate:bc::1.07.1:r0::11:7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/88/sstate%3Abc%3A%3A1.07.1%3Ar0%3A%3A11%3A7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6_populate_lic.tar.zst;downloadfilename=7b/88/sstate:bc::1.07.1:r0::11:7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6_populate_lic.tar.zst\nDEBUG: Testing URL file://b2/10/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/90/sstate:desktop-file-utils::0.27:r0::11:7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e0/03/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ea/6c/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/43/73/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://17/28/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:1728d206b491375c7784fab1e3b6b8b94906edc98a77f6d70c1e8f1818e936b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/72/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75_package.tar.zst\nDEBUG: For url ['file', '', 'b2/10/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://df/d2/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533_package.tar.zst\nDEBUG: For url file://e0/03/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/03/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ae003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98_populate_sysroot.tar.zst;downloadfilename=e0/03/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://87/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633_package.tar.zst\nDEBUG: For url file://universal/43/73/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/43/73/sstate%3Apython3-flit-core-native%3Ax86_64-linux%3A3.9.0%3Ar0%3Ax86_64%3A11%3A437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba_deploy_source_date_epoch.tar.zst;downloadfilename=universal/43/73/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://38/7c/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc_create_spdx.tar.zst\nDEBUG: Searching for cf/72/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b2/10/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/10/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ab21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296_package.tar.zst;downloadfilename=b2/10/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296_package.tar.zst\nDEBUG: Searching for df/d2/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 87/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 38/7c/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cf/72/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/35/a5/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50_create_spdx.tar.zst\nDEBUG: Using  for df/d2/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/84/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4b8473d0e75bfc92bbad58ecd36489ea4a1b59dc3ae238ef1c6050e79252ddb5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0f/3d/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae_create_runtime_spdx.tar.zst\nDEBUG: Using  for 87/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633_package.tar.zst\nDEBUG: Using  for 38/7c/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc_create_spdx.tar.zst\nDEBUG: Testing URL file://cf/72/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/89/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56_package_qa.tar.zst\nDEBUG: Testing URL file://df/d2/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533_package.tar.zst\nDEBUG: SState: Attempting to fetch file://95/bc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930_recipe_qa.tar.zst\nDEBUG: Testing URL file://87/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633_package.tar.zst\nDEBUG: Testing URL file://38/7c/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cf/72/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d3/89/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'df/d2/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 95/bc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e3/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '87/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '38/7c/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cf/72/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/72/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A11%3Acf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75_package.tar.zst;downloadfilename=cf/72/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75_package.tar.zst\nDEBUG: Using  for d3/89/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56_package_qa.tar.zst\nDEBUG: For url file://df/d2/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/d2/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.17%3Ar0%3Acore2-64%3A11%3Adfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533_package.tar.zst;downloadfilename=df/d2/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533_package.tar.zst\nDEBUG: Using  for 95/bc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88_recipe_qa.tar.zst\nDEBUG: Using  for e3/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930_recipe_qa.tar.zst\nDEBUG: For url file://87/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/62/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633_package.tar.zst;downloadfilename=87/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633_package.tar.zst\nDEBUG: For url file://38/7c/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/7c/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A11%3A387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc_create_spdx.tar.zst;downloadfilename=38/7c/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc_create_spdx.tar.zst\nDEBUG: Testing URL file://d3/89/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56_package_qa.tar.zst\nDEBUG: Testing URL file://95/bc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88_recipe_qa.tar.zst\nDEBUG: Testing URL file://e3/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/ac/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:4cac812e4687db75c18133d6e8b6b4e35f41577ef2986b12529ed33303dfe8ab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/b4/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/88/sstate:bc::1.07.1:r0::11:7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd3/89/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '95/bc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e0/03/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e3/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/43/73/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:437366a0f0ed0c294ef15966f4a9c6b441683b49663e45e7e02927abaef3dbba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://30/42/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://01/5e/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/8f/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884_package_qa.tar.zst\nDEBUG: For url file://d3/89/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/89/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.38%2Bgit%3Ar0%3Acore2-64%3A11%3Ad38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56_package_qa.tar.zst;downloadfilename=d3/89/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56_package_qa.tar.zst\nDEBUG: For url file://95/bc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/bc/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A11%3A95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88_recipe_qa.tar.zst;downloadfilename=95/bc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/1e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14_recipe_qa.tar.zst\nDEBUG: For url file://e3/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/c0/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ae3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930_recipe_qa.tar.zst;downloadfilename=e3/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/52/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8_create_runtime_spdx.tar.zst\nDEBUG: Searching for 30/42/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 01/5e/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for eb/8f/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 13/1e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8b/01/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a_create_spdx.tar.zst\nDEBUG: Searching for f1/52/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b2/10/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:b21040cc0819a0404ce92cf952d928f198b57b9ff9d87e7ba0af479bde4c5296_package.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/72/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf72aa42045a6da8813d03b41ae86c57f4164a3127e22073a252ea55de48ef75_package.tar.zst\nDEBUG: Using  for 30/42/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd_package_qa.tar.zst\nDEBUG: Using  for 01/5e/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f_populate_sysroot.tar.zst\nDEBUG: Using  for eb/8f/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884_package_qa.tar.zst\nDEBUG: Using  for 13/1e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/d9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f1/52/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://17/41/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://be/21/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36_packagedata.tar.zst\nDEBUG: Testing URL file://30/42/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd_package_qa.tar.zst\nDEBUG: Testing URL file://01/5e/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://eb/8f/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884_package_qa.tar.zst\nDEBUG: Testing URL file://13/1e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14_recipe_qa.tar.zst\nDEBUG: Searching for c2/d9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f1/52/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8_create_runtime_spdx.tar.zst\nDEBUG: Searching for 17/41/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for be/21/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '30/42/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '01/5e/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'eb/8f/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '13/1e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c2/d9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f1/52/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 17/41/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402_package_qa.tar.zst\nDEBUG: Using  for be/21/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36_packagedata.tar.zst\nDEBUG: For url file://30/42/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/42/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A11%3A3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd_package_qa.tar.zst;downloadfilename=30/42/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd_package_qa.tar.zst\nDEBUG: For url file://01/5e/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/5e/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f_populate_sysroot.tar.zst;downloadfilename=01/5e/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f_populate_sysroot.tar.zst\nDEBUG: For url file://eb/8f/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/8f/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Aeb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884_package_qa.tar.zst;downloadfilename=eb/8f/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884_package_qa.tar.zst\nDEBUG: For url file://13/1e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/1e/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14_recipe_qa.tar.zst;downloadfilename=13/1e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14_recipe_qa.tar.zst\nDEBUG: Testing URL file://c2/d9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f1/52/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/52/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.12%3Ar0%3Acore2-64%3A11%3Af152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8_create_runtime_spdx.tar.zst;downloadfilename=f1/52/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://17/41/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402_package_qa.tar.zst\nDEBUG: Testing URL file://be/21/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://df/d2/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:dfd24880406017d2413d631c203de313e9b8f1a432f311f5c6c60b4563196533_package.tar.zst\nDEBUG: SState: Successful fetch test for file://87/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:8762d43e082f53969388ddad265b52bb19d5057b1a3d3591a13b0cf4149f4633_package.tar.zst\nDEBUG: For url ['file', '', 'c2/d9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d3/89/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://38/7c/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://95/bc/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '17/41/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'be/21/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e3/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/60/10/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/23/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902_package_write_rpm.tar.zst\nDEBUG: For url file://c2/d9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/d9/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A11%3Ac2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467_deploy_source_date_epoch.tar.zst;downloadfilename=c2/d9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/7a/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://83/a7/sstate:python3-importlib-metadata::7.0.1:r0::11:83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/05/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f_package.tar.zst\nDEBUG: For url file://17/41/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/41/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402_package_qa.tar.zst;downloadfilename=17/41/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402_package_qa.tar.zst\nDEBUG: For url file://be/21/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/21/sstate%3Altp%3Acore2-64-poky-linux%3A20230929%3Ar0%3Acore2-64%3A11%3Abe21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36_packagedata.tar.zst;downloadfilename=be/21/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7b/22/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/60/10/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 96/23/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b9/7a/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 83/a7/sstate:python3-importlib-metadata::7.0.1:r0::11:83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3b/05/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/7b/22/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4c/af/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:4cafa9872f37042bcc3ad59501ff43c8681e224a975f2f4fdfae87d552c64151_package.tar.zst\nDEBUG: Using  for universal/60/10/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c_create_spdx.tar.zst\nDEBUG: Using  for 96/23/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902_package_write_rpm.tar.zst\nDEBUG: Using  for b9/7a/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde_create_runtime_spdx.tar.zst\nDEBUG: Using  for 83/a7/sstate:python3-importlib-metadata::7.0.1:r0::11:83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6_populate_lic.tar.zst\nDEBUG: Using  for 3b/05/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f_package.tar.zst\nDEBUG: Using  for universal/7b/22/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/60/10/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c_create_spdx.tar.zst\nDEBUG: Testing URL file://96/23/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b9/7a/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://83/a7/sstate:python3-importlib-metadata::7.0.1:r0::11:83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6_populate_lic.tar.zst\nDEBUG: Testing URL file://3b/05/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f_package.tar.zst\nDEBUG: Testing URL file://universal/7b/22/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/85/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/60/10/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '96/23/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/7a/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '83/a7/sstate:python3-importlib-metadata::7.0.1:r0::11:83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3b/05/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/7b/22/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/85/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9_populate_sysroot.tar.zst\nDEBUG: For url file://universal/60/10/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/60/10/sstate%3Akmod-native%3Ax86_64-linux%3A31%3Ar0%3Ax86_64%3A11%3A6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c_create_spdx.tar.zst;downloadfilename=universal/60/10/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c_create_spdx.tar.zst\nDEBUG: For url file://96/23/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/23/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902_package_write_rpm.tar.zst;downloadfilename=96/23/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902_package_write_rpm.tar.zst\nDEBUG: For url file://b9/7a/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/7a/sstate%3Acurl%3Acore2-64-poky-linux%3A8.6.0%3Ar0%3Acore2-64%3A11%3Ab97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde_create_runtime_spdx.tar.zst;downloadfilename=b9/7a/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde_create_runtime_spdx.tar.zst\nDEBUG: For url file://83/a7/sstate:python3-importlib-metadata::7.0.1:r0::11:83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/a7/sstate%3Apython3-importlib-metadata%3A%3A7.0.1%3Ar0%3A%3A11%3A83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6_populate_lic.tar.zst;downloadfilename=83/a7/sstate:python3-importlib-metadata::7.0.1:r0::11:83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6_populate_lic.tar.zst\nDEBUG: For url file://3b/05/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/05/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.92.9%3Ar0%3Acore2-64%3A11%3A3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f_package.tar.zst;downloadfilename=3b/05/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f_package.tar.zst\nDEBUG: For url file://universal/7b/22/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7b/22/sstate%3Awayland-protocols-native%3Ax86_64-linux%3A1.32%3Ar0%3Ax86_64%3A11%3A7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7b/22/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/85/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/85/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://17/41/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402_package_qa.tar.zst\nDEBUG: For url file://universal/85/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/22/sstate%3Akern-tools-native%3Ax86_64-linux%3A0.3%2Bgit%3Ar0%3Ax86_64%3A11%3A85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9_populate_sysroot.tar.zst;downloadfilename=universal/85/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://30/42/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://be/21/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://01/5e/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:015eb2b048fc79a5534f120593136a312c4e27555926286fcf02a9c0b331843f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://06/de/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://58/c0/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/05/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/8f/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bd/a6/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 06/de/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 58/c0/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/60/10/sstate:kmod-native:x86_64-linux:31:r0:x86_64:11:6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c_create_spdx.tar.zst\nDEBUG: Searching for universal/7e/05/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/bd/a6/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://83/a7/sstate:python3-importlib-metadata::7.0.1:r0::11:83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6_populate_lic.tar.zst\nDEBUG: Using  for 06/de/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f_packagedata.tar.zst\nDEBUG: Using  for 58/c0/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/af/57/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/7e/05/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1_recipe_qa.tar.zst\nDEBUG: Searching for 37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/bd/a6/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/41/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8_create_spdx.tar.zst\nDEBUG: Testing URL file://06/de/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f_packagedata.tar.zst\nDEBUG: Testing URL file://58/c0/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://96/23/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7b/22/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:7b22d32d7e716103a66450420472083e6f2de41cb7ef41aac0554464ca7418ee_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/af/57/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/7e/05/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/05/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:3b056019196b509fde55304e85931de1e5e8b2239a9606cb25bdd7dcb40fd77f_package.tar.zst\nDEBUG: Using  for 37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/bd/a6/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fe/41/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '06/de/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '58/c0/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b7/aa/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/63/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4_package_qa.tar.zst\nDEBUG: Using  for universal/af/57/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/7e/05/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://cb/64/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce_package_qa.tar.zst\nDEBUG: Testing URL file://37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/bd/a6/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fe/41/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8_create_spdx.tar.zst\nDEBUG: For url file://06/de/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/de/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A11%3A06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f_packagedata.tar.zst;downloadfilename=06/de/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f_packagedata.tar.zst\nDEBUG: For url file://58/c0/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/c0/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.0.3%3Ar0%3Acore2-64%3A11%3A58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0_package_qa.tar.zst;downloadfilename=58/c0/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0_package_qa.tar.zst\nDEBUG: Searching for b7/aa/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/85/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:85221d402b42201fd3f387991908dc4af04e14f9c491c6aa9a1d6052c5682fc9_populate_sysroot.tar.zst\nDEBUG: Searching for 9a/63/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/af/57/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/7e/05/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/05/sstate%3Aswig-native%3Ax86_64-linux%3A4.1.1%3Ar0%3Ax86_64%3A11%3A7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1_recipe_qa.tar.zst;downloadfilename=universal/7e/05/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1_recipe_qa.tar.zst\nDEBUG: Searching for cb/64/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/bd/a6/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bd/a6/sstate%3Akern-tools-native%3Ax86_64-linux%3A0.3%2Bgit%3Ar0%3Ax86_64%3A11%3Abda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466_deploy_source_date_epoch.tar.zst;downloadfilename=universal/bd/a6/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fe/41/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8_create_spdx.tar.zst\nDEBUG: Using  for b7/aa/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/5d/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:a75df738454153a2e6103533467de829fea64b4d7ea47258d6e0d993b53bc3eb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://06/a3/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9a/63/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/af/57/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cb/64/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce_package_qa.tar.zst\nDEBUG: For url file://37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/50/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst;downloadfilename=37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fe/41/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b7/aa/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4d/27/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca_recipe_qa.tar.zst\nDEBUG: Searching for 06/a3/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://9a/63/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4_package_qa.tar.zst\nDEBUG: For url file://universal/af/57/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/af/57/sstate%3Alibtirpc-native%3Ax86_64-linux%3A1.3.4%3Ar0%3Ax86_64%3A11%3Aaf5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5_deploy_source_date_epoch.tar.zst;downloadfilename=universal/af/57/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cb/64/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://06/de/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f_packagedata.tar.zst\nDEBUG: For url file://fe/41/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/41/sstate%3Aicu%3Acore2-64-poky-linux%3A74-1%3Ar0%3Acore2-64%3A11%3Afe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8_create_spdx.tar.zst;downloadfilename=fe/41/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/aa/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/4d/27/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://58/c0/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0_package_qa.tar.zst\nDEBUG: Using  for 06/a3/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9a/63/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cb/64/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a8/2c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/05/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1_recipe_qa.tar.zst\nDEBUG: For url file://b7/aa/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/aa/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A11%3Ab7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c_deploy_source_date_epoch.tar.zst;downloadfilename=b7/aa/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/4d/27/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bd/a6/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:bda683e0942c42ce25d205dfdfff8d2af329aa90ae52d719806d209fee630466_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/4e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df_recipe_qa.tar.zst\nDEBUG: Testing URL file://06/a3/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9a/63/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/63/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A11%3A9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4_package_qa.tar.zst;downloadfilename=9a/63/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4_package_qa.tar.zst\nDEBUG: For url file://cb/64/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/64/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Acb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce_package_qa.tar.zst;downloadfilename=cb/64/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce_package_qa.tar.zst\nDEBUG: Searching for a8/2c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/36/11/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/4d/27/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://61/45/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea_package_write_rpm.tar.zst\nDEBUG: Searching for b3/4e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '06/a3/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/af/57/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:af5779af7b34af765a6d287f0259d150c80764a766c54229dbe129a8025bf6d5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a8/2c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/36/11/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/4d/27/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 61/45/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b3/4e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df_recipe_qa.tar.zst\nDEBUG: For url file://06/a3/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/a3/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst;downloadfilename=06/a3/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/41/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/ba/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab_create_spdx.tar.zst\nDEBUG: Testing URL file://a8/2c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/36/11/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d_recipe_qa.tar.zst\nDEBUG: For url file://universal/4d/27/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4d/27/sstate%3Afribidi-native%3Ax86_64-linux%3A1.0.13%3Ar0%3Ax86_64%3A11%3A4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca_recipe_qa.tar.zst;downloadfilename=universal/4d/27/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca_recipe_qa.tar.zst\nDEBUG: Using  for 61/45/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b3/4e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/18/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321_package_write_rpm.tar.zst\nDEBUG: Searching for e9/ba/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a8/2c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/36/11/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d_recipe_qa.tar.zst\nDEBUG: Testing URL file://61/45/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/aa/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:b7aa70ad7b546f4e0d5edda9056fe2ebe37cd714d6477be074bb8fd707029e1c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b3/4e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ad/18/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e9/ba/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab_create_spdx.tar.zst\nDEBUG: For url file://a8/2c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/2c/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A11%3Aa82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143_create_runtime_spdx.tar.zst;downloadfilename=a8/2c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/36/11/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '61/45/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9a/63/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/e0/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43_recipe_qa.tar.zst\nDEBUG: For url file://b3/4e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/4e/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Ab34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df_recipe_qa.tar.zst;downloadfilename=b3/4e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df_recipe_qa.tar.zst\nDEBUG: Using  for ad/18/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e9/ba/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab_create_spdx.tar.zst\nDEBUG: For url file://universal/36/11/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/11/sstate%3Autil-linux-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A11%3A3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d_recipe_qa.tar.zst;downloadfilename=universal/36/11/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d_recipe_qa.tar.zst\nDEBUG: For url file://61/45/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/45/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea_package_write_rpm.tar.zst;downloadfilename=61/45/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/64/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://17/10/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84_create_spdx.tar.zst\nDEBUG: Searching for fe/e0/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ad/18/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e9/ba/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://06/a3/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4d/27/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/77/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/52/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8_create_runtime_spdx.tar.zst\nDEBUG: Searching for 17/10/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fe/e0/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ad/18/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/ba/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/ba/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A11%3Ae9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab_create_spdx.tar.zst;downloadfilename=e9/ba/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/ba/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://87/b1/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17_packagedata.tar.zst\nDEBUG: Searching for e1/77/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://55/ad/sstate:libnsl2-native::2.0.1:r0::11:55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469_populate_lic.tar.zst\nDEBUG: Using  for 17/10/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84_create_spdx.tar.zst\nDEBUG: Testing URL file://fe/e0/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43_recipe_qa.tar.zst\nDEBUG: For url file://ad/18/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/18/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.32%3Ar0%3Aallarch%3A11%3Aad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321_package_write_rpm.tar.zst;downloadfilename=ad/18/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321_package_write_rpm.tar.zst\nDEBUG: Searching for dd/ba/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 87/b1/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e1/77/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/4e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df_recipe_qa.tar.zst\nDEBUG: Searching for 55/ad/sstate:libnsl2-native::2.0.1:r0::11:55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://17/10/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fe/e0/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for dd/ba/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7_recipe_qa.tar.zst\nDEBUG: Using  for 87/b1/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://61/45/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/7a/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/36/11/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d_recipe_qa.tar.zst\nDEBUG: Testing URL file://e1/77/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/36/sstate:libarchive::3.7.2:r0::11:f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8_populate_lic.tar.zst\nDEBUG: Using  for 55/ad/sstate:libnsl2-native::2.0.1:r0::11:55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469_populate_lic.tar.zst\nDEBUG: For url ['file', '', '17/10/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fe/e0/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/e0/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3Afee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43_recipe_qa.tar.zst;downloadfilename=fe/e0/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43_recipe_qa.tar.zst\nDEBUG: Testing URL file://dd/ba/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7_recipe_qa.tar.zst\nDEBUG: Testing URL file://87/b1/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/c7/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://47/08/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/bf/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e1/77/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f5/36/sstate:libarchive::3.7.2:r0::11:f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://55/ad/sstate:libnsl2-native::2.0.1:r0::11:55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469_populate_lic.tar.zst\nDEBUG: For url file://17/10/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/10/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.5%3Ar0%3Acore2-64%3A11%3A17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84_create_spdx.tar.zst;downloadfilename=17/10/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'dd/ba/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '87/b1/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e7/c7/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e9/ba/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab_create_spdx.tar.zst\nDEBUG: Searching for 47/08/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fe/bf/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e1/77/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/77/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.38%2Bgit%3Ar0%3Acore2-64%3A11%3Ae1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f_recipe_qa.tar.zst;downloadfilename=e1/77/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f_recipe_qa.tar.zst\nDEBUG: Using  for f5/36/sstate:libarchive::3.7.2:r0::11:f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '55/ad/sstate:libnsl2-native::2.0.1:r0::11:55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://dd/ba/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/ba/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A11%3Addba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7_recipe_qa.tar.zst;downloadfilename=dd/ba/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7_recipe_qa.tar.zst\nDEBUG: For url file://87/b1/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/b1/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17_packagedata.tar.zst;downloadfilename=87/b1/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/18/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321_package_write_rpm.tar.zst\nDEBUG: Using  for e7/c7/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://13/1e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/38/sstate:alsa-ucm-conf::1.2.10:r0::11:c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e_populate_lic.tar.zst\nDEBUG: Using  for 47/08/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fe/bf/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca_packagedata.tar.zst\nDEBUG: Testing URL file://f5/36/sstate:libarchive::3.7.2:r0::11:f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8_populate_lic.tar.zst\nDEBUG: For url file://55/ad/sstate:libnsl2-native::2.0.1:r0::11:55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/ad/sstate%3Alibnsl2-native%3A%3A2.0.1%3Ar0%3A%3A11%3A55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469_populate_lic.tar.zst;downloadfilename=55/ad/sstate:libnsl2-native::2.0.1:r0::11:55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/d9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:c2d97ff24e770568ade511996663c3cb83f37d61976f48d8595e8a93350d2467_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/e0/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/7e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68_create_spdx.tar.zst\nDEBUG: Testing URL file://e7/c7/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/4d/sstate:matchbox-config-gtk::0.2+git:r0::11:ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4_populate_lic.tar.zst\nDEBUG: Searching for c8/38/sstate:alsa-ucm-conf::1.2.10:r0::11:c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://47/08/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fe/bf/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f5/36/sstate:libarchive::3.7.2:r0::11:f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e1/77/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/73/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9c/bf/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef_recipe_qa.tar.zst\nDEBUG: Searching for e7/7e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e7/c7/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ea/4d/sstate:matchbox-config-gtk::0.2+git:r0::11:ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c8/38/sstate:alsa-ucm-conf::1.2.10:r0::11:c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '47/08/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fe/bf/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dd/ba/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7_recipe_qa.tar.zst\nDEBUG: For url file://f5/36/sstate:libarchive::3.7.2:r0::11:f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/36/sstate%3Alibarchive%3A%3A3.7.2%3Ar0%3A%3A11%3Af536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8_populate_lic.tar.zst;downloadfilename=f5/36/sstate:libarchive::3.7.2:r0::11:f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://66/68/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac_create_runtime_spdx.tar.zst\nDEBUG: Searching for 2d/73/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/9c/bf/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e7/7e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68_create_spdx.tar.zst\nDEBUG: For url file://e7/c7/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/c7/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.59.0%3Ar0%3Acore2-64%3A11%3Ae7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae_package_qa.tar.zst;downloadfilename=e7/c7/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae_package_qa.tar.zst\nDEBUG: Using  for ea/4d/sstate:matchbox-config-gtk::0.2+git:r0::11:ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4_populate_lic.tar.zst\nDEBUG: Testing URL file://c8/38/sstate:alsa-ucm-conf::1.2.10:r0::11:c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e_populate_lic.tar.zst\nDEBUG: For url file://47/08/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/08/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5_deploy_source_date_epoch.tar.zst;downloadfilename=47/08/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fe/bf/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/bf/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.6%3Ar0%3Acore2-64%3A11%3Afebf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca_packagedata.tar.zst;downloadfilename=fe/bf/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/e3/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018_create_spdx.tar.zst\nDEBUG: Searching for 66/68/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2d/73/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://87/b1/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17_packagedata.tar.zst\nDEBUG: Using  for universal/9c/bf/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef_recipe_qa.tar.zst\nDEBUG: Testing URL file://e7/7e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68_create_spdx.tar.zst\nDEBUG: Testing URL file://ea/4d/sstate:matchbox-config-gtk::0.2+git:r0::11:ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c8/38/sstate:alsa-ucm-conf::1.2.10:r0::11:c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://55/ad/sstate:libnsl2-native::2.0.1:r0::11:55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469_populate_lic.tar.zst\nDEBUG: Searching for f8/e3/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 66/68/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2d/73/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/a9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20_package.tar.zst\nDEBUG: Testing URL file://universal/9c/bf/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e7/7e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ea/4d/sstate:matchbox-config-gtk::0.2+git:r0::11:ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c8/38/sstate:alsa-ucm-conf::1.2.10:r0::11:c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/38/sstate%3Aalsa-ucm-conf%3A%3A1.2.10%3Ar0%3A%3A11%3Ac838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e_populate_lic.tar.zst;downloadfilename=c8/38/sstate:alsa-ucm-conf::1.2.10:r0::11:c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://52/9c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/36/sstate:libarchive::3.7.2:r0::11:f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8_populate_lic.tar.zst\nDEBUG: Using  for f8/e3/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018_create_spdx.tar.zst\nDEBUG: Testing URL file://66/68/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/73/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f0/a9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/9c/bf/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e7/7e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/7e/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A11%3Ae77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68_create_spdx.tar.zst;downloadfilename=e7/7e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68_create_spdx.tar.zst\nDEBUG: For url file://ea/4d/sstate:matchbox-config-gtk::0.2+git:r0::11:ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/4d/sstate%3Amatchbox-config-gtk%3A%3A0.2%2Bgit%3Ar0%3A%3A11%3Aea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4_populate_lic.tar.zst;downloadfilename=ea/4d/sstate:matchbox-config-gtk::0.2+git:r0::11:ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4_populate_lic.tar.zst\nDEBUG: Searching for 52/9c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://68/2b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2_package_write_rpm.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://e7/c7/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae_package_qa.tar.zst\nDEBUG: Testing URL file://f8/e3/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018_create_spdx.tar.zst\nDEBUG: For url ['file', '', '66/68/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2d/73/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/73/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.56.3%3Ar0%3Acore2-64%3A11%3A2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b_package.tar.zst;downloadfilename=2d/73/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b_package.tar.zst\nDEBUG: Using  for f0/a9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20_package.tar.zst\nDEBUG: For url file://universal/9c/bf/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9c/bf/sstate%3Apython3-setuptools-native%3Ax86_64-linux%3A69.0.3%3Ar0%3Ax86_64%3A11%3A9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef_recipe_qa.tar.zst;downloadfilename=universal/9c/bf/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://47/08/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:47089ca49f8fb3a7af0093d36e4f65b1752f7b6641e21946dbb92e3412922fd5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 52/9c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/bf/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca_packagedata.tar.zst\nDEBUG: Searching for 68/2b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c0/9c/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f8/e3/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://66/68/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/68/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac_create_runtime_spdx.tar.zst;downloadfilename=66/68/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f0/a9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/38/sstate:alsa-ucm-conf::1.2.10:r0::11:c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/20/bc/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94_recipe_qa.tar.zst\nDEBUG: Testing URL file://52/9c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://af/4c/sstate:libsm::1.2.4:r0::11:af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/7e/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68_create_spdx.tar.zst\nDEBUG: Using  for 68/2b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2_package_write_rpm.tar.zst\nDEBUG: Searching for c0/9c/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f8/e3/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/e3/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3Af8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018_create_spdx.tar.zst;downloadfilename=f8/e3/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f0/a9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/c2/94/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720_populate_sysroot.tar.zst\nDEBUG: Searching for universal/20/bc/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '52/9c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for af/4c/sstate:libsm::1.2.4:r0::11:af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/90/1e/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3_create_spdx.tar.zst\nDEBUG: Testing URL file://68/2b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2_package_write_rpm.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst: HTTP Error 404: Not Found\nDEBUG: Using  for c0/9c/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7_create_runtime_spdx.tar.zst\nDEBUG: For url file://f0/a9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/a9/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A11%3Af0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20_package.tar.zst;downloadfilename=f0/a9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20_package.tar.zst\nDEBUG: Searching for universal/c2/94/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ea/4d/sstate:matchbox-config-gtk::0.2+git:r0::11:ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4_populate_lic.tar.zst\nDEBUG: Using  for universal/20/bc/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94_recipe_qa.tar.zst\nDEBUG: For url file://52/9c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/9c/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A11%3A529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140_create_runtime_spdx.tar.zst;downloadfilename=52/9c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140_create_runtime_spdx.tar.zst\nDEBUG: Using  for af/4c/sstate:libsm::1.2.4:r0::11:af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35_populate_lic.tar.zst\nDEBUG: Searching for universal/90/1e/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '68/2b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c0/9c/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7_create_runtime_spdx.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst (FetchError(\"URL doesn't work\", 'file://37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://37/50/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:37501f307bada80966d2bd13c13e5513d1972822978a3a177bf5f3a61d14ebbc_deploy_source_date_epoch.tar.zst'. URL doesn't work\n\nDEBUG: SState: Successful fetch test for file://universal/9c/bf/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef_recipe_qa.tar.zst\nDEBUG: Using  for universal/c2/94/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://68/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6_package_qa.tar.zst\nDEBUG: Testing URL file://universal/20/bc/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94_recipe_qa.tar.zst\nDEBUG: Testing URL file://af/4c/sstate:libsm::1.2.4:r0::11:af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35_populate_lic.tar.zst\nDEBUG: Using  for universal/90/1e/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/2c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143_create_runtime_spdx.tar.zst\nDEBUG: For url file://68/2b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/2b/sstate%3Agcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2_package_write_rpm.tar.zst;downloadfilename=68/2b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c0/9c/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c1/f2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/45/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/c2/94/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720_populate_sysroot.tar.zst\nDEBUG: Searching for 68/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/20/bc/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'af/4c/sstate:libsm::1.2.4:r0::11:af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/90/1e/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://09/2a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea_recipe_qa.tar.zst\nDEBUG: For url file://c0/9c/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/9c/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2023.2%3Ar0%3Acore2-64%3A11%3Ac09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7_create_runtime_spdx.tar.zst;downloadfilename=c0/9c/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/e3/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018_create_spdx.tar.zst\nDEBUG: Searching for c1/f2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8a/45/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/c2/94/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6_package_qa.tar.zst\nDEBUG: For url file://universal/20/bc/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/bc/sstate%3Apython3-iniparse-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94_recipe_qa.tar.zst;downloadfilename=universal/20/bc/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94_recipe_qa.tar.zst\nDEBUG: For url file://af/4c/sstate:libsm::1.2.4:r0::11:af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/4c/sstate%3Alibsm%3A%3A1.2.4%3Ar0%3A%3A11%3Aaf4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35_populate_lic.tar.zst;downloadfilename=af/4c/sstate:libsm::1.2.4:r0::11:af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/90/1e/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 09/2a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://24/bb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/a9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:f0a98d7ccaf5fb104ada82c4c6007d9f592d2ad21dd168f91c695060ae8a1c20_package.tar.zst\nDEBUG: Using  for c1/f2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff_create_spdx.tar.zst\nDEBUG: Testing URL file://c1/f2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff_create_spdx.tar.zst\nDEBUG: For url file://universal/c2/94/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c2/94/sstate%3Aunzip-native%3Ax86_64-linux%3A6.0%3Ar0%3Ax86_64%3A11%3Ac294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720_populate_sysroot.tar.zst;downloadfilename=universal/c2/94/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720_populate_sysroot.tar.zst\nDEBUG: Testing URL file://68/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6_package_qa.tar.zst\nDEBUG: For url file://universal/90/1e/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/1e/sstate%3Ahelp2man-native%3Ax86_64-linux%3A1.49.3%3Ar0%3Ax86_64%3A11%3A901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3_create_spdx.tar.zst;downloadfilename=universal/90/1e/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3_create_spdx.tar.zst\nDEBUG: Using  for 09/2a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea_recipe_qa.tar.zst\nDEBUG: Searching for 24/bb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/b5/a0/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c_recipe_qa.tar.zst\nDEBUG: Using  for 8a/45/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c1/f2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '68/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://68/2b/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://09/2a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/20/bc/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/73/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:2d731edf4b75014cd4d0bb159f9f81d054b764e33ffd59e7ad966b2ed4b6f09b_package.tar.zst\nDEBUG: Using  for 24/bb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e_create_spdx.tar.zst\nDEBUG: Searching for universal/b5/a0/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8a/45/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894_create_spdx.tar.zst\nDEBUG: For url file://c1/f2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/f2/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A11%3Ac1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff_create_spdx.tar.zst;downloadfilename=c1/f2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff_create_spdx.tar.zst\nDEBUG: For url file://68/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/b5/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A11%3A68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6_package_qa.tar.zst;downloadfilename=68/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/3f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9_package_qa.tar.zst\nDEBUG: For url ['file', '', '09/2a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://44/3b/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://12/3c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e_packagedata.tar.zst\nDEBUG: Testing URL file://24/bb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e_create_spdx.tar.zst\nDEBUG: Using  for universal/b5/a0/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8a/45/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://af/4c/sstate:libsm::1.2.4:r0::11:af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35_populate_lic.tar.zst\nDEBUG: Searching for fd/3f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c0/9c/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7_create_runtime_spdx.tar.zst\nDEBUG: For url file://09/2a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/2a/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A11%3A092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea_recipe_qa.tar.zst;downloadfilename=09/2a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea_recipe_qa.tar.zst\nDEBUG: Searching for 44/3b/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/c2/94/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720_populate_sysroot.tar.zst\nDEBUG: Searching for 12/3c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '24/bb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/b5/a0/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c_recipe_qa.tar.zst\nDEBUG: For url file://8a/45/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/45/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A11%3A8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894_create_spdx.tar.zst;downloadfilename=8a/45/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://31/19/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6_package_write_rpm.tar.zst\nDEBUG: Using  for fd/3f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/90/1e/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/d0/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1_package.tar.zst\nDEBUG: Using  for 44/3b/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/20/f4/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c_recipe_qa.tar.zst\nDEBUG: Using  for 12/3c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e_packagedata.tar.zst\nDEBUG: For url file://24/bb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/bb/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A11%3A24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e_create_spdx.tar.zst;downloadfilename=24/bb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b5/a0/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 31/19/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fd/3f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/e2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a_create_spdx.tar.zst\nDEBUG: Searching for f0/d0/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://44/3b/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5_package_write_rpm.tar.zst\nDEBUG: Searching for universal/20/f4/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://12/3c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e_packagedata.tar.zst\nDEBUG: For url file://universal/b5/a0/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b5/a0/sstate%3Aharfbuzz-native%3Ax86_64-linux%3A8.3.0%3Ar0%3Ax86_64%3A11%3Ab5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c_recipe_qa.tar.zst;downloadfilename=universal/b5/a0/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c_recipe_qa.tar.zst\nDEBUG: Using  for 31/19/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://68/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/f2/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fd/3f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e4/e2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f0/d0/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1_package.tar.zst\nDEBUG: For url ['file', '', '44/3b/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/20/f4/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '12/3c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://31/19/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://09/2a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/98/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/72/c4/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239_create_runtime_spdx.tar.zst\nDEBUG: For url file://fd/3f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/3f/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.3%3Ar0%3Acore2-64%3A11%3Afd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9_package_qa.tar.zst;downloadfilename=fd/3f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9_package_qa.tar.zst\nDEBUG: Using  for e4/e2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a_create_spdx.tar.zst\nDEBUG: Testing URL file://f0/d0/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1_package.tar.zst\nDEBUG: For url file://44/3b/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/3b/sstate%3Acurl%3Acore2-64-poky-linux%3A8.6.0%3Ar0%3Acore2-64%3A11%3A443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5_package_write_rpm.tar.zst;downloadfilename=44/3b/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/20/f4/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c_recipe_qa.tar.zst\nDEBUG: For url file://12/3c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/3c/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e_packagedata.tar.zst;downloadfilename=12/3c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e_packagedata.tar.zst\nDEBUG: For url ['file', '', '31/19/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1e/f6/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0_create_spdx.tar.zst\nDEBUG: Searching for c2/98/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/72/c4/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e4/e2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f0/d0/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/20/f4/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://24/bb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e_create_spdx.tar.zst\nDEBUG: For url file://31/19/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/19/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6_package_write_rpm.tar.zst;downloadfilename=31/19/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6_package_write_rpm.tar.zst\nDEBUG: Searching for 1e/f6/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c2/98/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f_package_write_rpm.tar.zst\nDEBUG: Using  for universal/72/c4/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e4/e2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f0/d0/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/d0/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.44.2%3Ar0%3Acore2-64%3A11%3Af0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1_package.tar.zst;downloadfilename=f0/d0/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1_package.tar.zst\nDEBUG: For url file://universal/20/f4/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/f4/sstate%3Agnu-config-native%3Ax86_64-linux%3A20231127%2Bgit%3Ar0%3Ax86_64%3A11%3A20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c_recipe_qa.tar.zst;downloadfilename=universal/20/f4/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b5/a0/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8f/3a/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55_create_spdx.tar.zst\nDEBUG: Using  for 1e/f6/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0_create_spdx.tar.zst\nDEBUG: Testing URL file://c2/98/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/3f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9_package_qa.tar.zst\nDEBUG: Testing URL file://universal/72/c4/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://17/10/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84_create_spdx.tar.zst\nDEBUG: For url file://e4/e2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/e2/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Ae4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a_create_spdx.tar.zst;downloadfilename=e4/e2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/b7/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/8f/3a/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://12/3c/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e_packagedata.tar.zst\nDEBUG: Testing URL file://1e/f6/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c2/98/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/f6/a1/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/72/c4/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b7/9a/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f_package_write_rpm.tar.zst\nDEBUG: Searching for 7d/b7/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/8f/3a/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://83/42/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1e/f6/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c2/98/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/98/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.17.2%3Ar0%3Acore2-64%3A11%3Ac298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f_package_write_rpm.tar.zst;downloadfilename=c2/98/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f_package_write_rpm.tar.zst\nDEBUG: Searching for universal/f6/a1/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/72/c4/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/c4/sstate%3Autil-linux-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A11%3A72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239_create_runtime_spdx.tar.zst;downloadfilename=universal/72/c4/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239_create_runtime_spdx.tar.zst\nDEBUG: Searching for b7/9a/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7d/b7/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/8f/3a/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55_create_spdx.tar.zst\nDEBUG: Searching for 83/42/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1e/f6/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/f6/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A11%3A1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0_create_spdx.tar.zst;downloadfilename=1e/f6/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://31/19/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/d0/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f0d0412256423c3ab62863af4a06527603584da9a63cb23989a49e65a6a365a1_package.tar.zst\nDEBUG: Using  for universal/f6/a1/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b7/9a/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://52/9c/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7d/b7/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8f/3a/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/20/f4/sstate:gnu-config-native:x86_64-linux:20231127+git:r0:x86_64:11:20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c_recipe_qa.tar.zst\nDEBUG: Using  for 83/42/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/47/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://66/68/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/6c/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2_package.tar.zst\nDEBUG: Testing URL file://universal/f6/a1/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b7/9a/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/c6/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64_package_qa.tar.zst\nDEBUG: For url ['file', '', '7d/b7/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/8f/3a/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8f/3a/sstate%3Alibarchive-native%3Ax86_64-linux%3A3.7.2%3Ar0%3Ax86_64%3A11%3A8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55_create_spdx.tar.zst;downloadfilename=universal/8f/3a/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://49/d6/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092_populate_sysroot.tar.zst\nDEBUG: Testing URL file://83/42/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c3/47/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a8/89/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221_package_write_rpm.tar.zst\nDEBUG: Searching for a6/6c/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f6/a1/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b7/9a/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7c/c6/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://7d/b7/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/b7/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee_create_runtime_spdx.tar.zst;downloadfilename=7d/b7/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee_create_runtime_spdx.tar.zst\nDEBUG: Searching for 49/d6/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '83/42/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c3/47/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/98/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/72/c4/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239_create_runtime_spdx.tar.zst\nDEBUG: Searching for a8/89/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a6/6c/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2_package.tar.zst\nDEBUG: For url file://universal/f6/a1/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/a1/sstate%3Apython3-packaging-native%3Ax86_64-linux%3A23.2%3Ar0%3Ax86_64%3A11%3Af6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f6/a1/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b7/9a/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/9a/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A11%3Ab79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f_package_write_rpm.tar.zst;downloadfilename=b7/9a/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f_package_write_rpm.tar.zst\nDEBUG: Using  for 7c/c6/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64_package_qa.tar.zst\nDEBUG: Using  for 49/d6/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092_populate_sysroot.tar.zst\nDEBUG: For url file://83/42/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/42/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64_deploy_source_date_epoch.tar.zst;downloadfilename=83/42/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/f6/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0_create_spdx.tar.zst\nDEBUG: Testing URL file://c3/47/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bb/6d/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/f4/sstate:zlib::1.3:r0::11:bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734_populate_lic.tar.zst\nDEBUG: Using  for a8/89/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a6/6c/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2_package.tar.zst\nDEBUG: Testing URL file://7c/c6/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64_package_qa.tar.zst\nDEBUG: Testing URL file://49/d6/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8f/3a/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4b/98/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/b7/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'c3/47/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/bb/6d/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bd/f4/sstate:zlib::1.3:r0::11:bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a8/89/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a6/6c/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7c/c6/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/d6/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b5/b4/sstate:matchbox-keyboard::0.1.1:r0::11:b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416_populate_lic.tar.zst\nDEBUG: Searching for universal/4b/98/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7e/1f/sstate:llvm-native::17.0.6:r0::11:7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db_populate_lic.tar.zst\nDEBUG: For url file://c3/47/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/47/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3Ac3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678_create_spdx.tar.zst;downloadfilename=c3/47/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678_create_spdx.tar.zst\nDEBUG: Using  for universal/bb/6d/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bd/f4/sstate:zlib::1.3:r0::11:bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a8/89/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a6/6c/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/6c/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aa66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2_package.tar.zst;downloadfilename=a6/6c/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2_package.tar.zst\nDEBUG: For url file://7c/c6/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/c6/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3A7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64_package_qa.tar.zst;downloadfilename=7c/c6/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64_package_qa.tar.zst\nDEBUG: For url file://49/d6/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/d6/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092_populate_sysroot.tar.zst;downloadfilename=49/d6/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092_populate_sysroot.tar.zst\nDEBUG: Searching for b5/b4/sstate:matchbox-keyboard::0.1.1:r0::11:b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/4b/98/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba_create_spdx.tar.zst\nDEBUG: Searching for 7e/1f/sstate:llvm-native::17.0.6:r0::11:7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/bb/6d/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bd/f4/sstate:zlib::1.3:r0::11:bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/a1/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:f6a1019990936a4c96ac6c714dd3dc3c1215cf9264901c5807700a901b25ce0d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/9a/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:11:b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f_package_write_rpm.tar.zst\nDEBUG: For url file://a8/89/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/89/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.0%3Ar0%3Acore2-64%3A11%3Aa8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221_package_write_rpm.tar.zst;downloadfilename=a8/89/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://83/42/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:8342ecb4cd7594aa84bebf2cb8d3577652cea2efbf455401ea1bc9c194659b64_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b5/b4/sstate:matchbox-keyboard::0.1.1:r0::11:b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/4b/98/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba_create_spdx.tar.zst\nDEBUG: Using  for 7e/1f/sstate:llvm-native::17.0.6:r0::11:7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/bb/6d/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bd/f4/sstate:zlib::1.3:r0::11:bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://86/a5/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa_package.tar.zst\nDEBUG: SState: Attempting to fetch file://22/c1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/e7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956_create_spdx.tar.zst\nDEBUG: Testing URL file://b5/b4/sstate:matchbox-keyboard::0.1.1:r0::11:b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/4b/98/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7e/1f/sstate:llvm-native::17.0.6:r0::11:7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db_populate_lic.tar.zst\nDEBUG: For url file://universal/bb/6d/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bb/6d/sstate%3Aca-certificates-native%3Ax86_64-linux%3A20211016%3Ar0%3Ax86_64%3A11%3Abb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df_deploy_source_date_epoch.tar.zst;downloadfilename=universal/bb/6d/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bd/f4/sstate:zlib::1.3:r0::11:bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/f4/sstate%3Azlib%3A%3A1.3%3Ar0%3A%3A11%3Abdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734_populate_lic.tar.zst;downloadfilename=bd/f4/sstate:zlib::1.3:r0::11:bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734_populate_lic.tar.zst\nDEBUG: Searching for 86/a5/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 22/c1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fb/e7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b5/b4/sstate:matchbox-keyboard::0.1.1:r0::11:b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4b/98/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/98/sstate%3Autil-linux-libuuid-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A11%3A4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba_create_spdx.tar.zst;downloadfilename=universal/4b/98/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7e/1f/sstate:llvm-native::17.0.6:r0::11:7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a6/6c/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a66c17ebe38feab18088d2fef95eda480d0f78b436f0ddc4ee59d74cf089c2d2_package.tar.zst\nDEBUG: Using  for 86/a5/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa_package.tar.zst\nDEBUG: Using  for 22/c1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/c6/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64_package_qa.tar.zst\nDEBUG: Using  for fb/e7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://49/d6/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:49d613209b9a719650c53cebc780662686e53dd41ea1e8dcb0115ec344c1c092_populate_sysroot.tar.zst\nDEBUG: For url file://b5/b4/sstate:matchbox-keyboard::0.1.1:r0::11:b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/b4/sstate%3Amatchbox-keyboard%3A%3A0.1.1%3Ar0%3A%3A11%3Ab5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416_populate_lic.tar.zst;downloadfilename=b5/b4/sstate:matchbox-keyboard::0.1.1:r0::11:b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416_populate_lic.tar.zst\nDEBUG: For url file://7e/1f/sstate:llvm-native::17.0.6:r0::11:7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/1f/sstate%3Allvm-native%3A%3A17.0.6%3Ar0%3A%3A11%3A7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db_populate_lic.tar.zst;downloadfilename=7e/1f/sstate:llvm-native::17.0.6:r0::11:7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://02/f7/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3_package_qa.tar.zst\nDEBUG: Testing URL file://86/a5/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa_package.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/45/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/89/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221_package_write_rpm.tar.zst\nDEBUG: Testing URL file://22/c1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/94/6a/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fb/e7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/31/sstate:packagegroup-core-x11::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Searching for 02/f7/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '86/a5/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6d/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/16/be/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '22/c1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/94/6a/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fb/e7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f9/31/sstate:packagegroup-core-x11::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 02/f7/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3_package_qa.tar.zst\nDEBUG: For url file://86/a5/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/a5/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.4%3Ar0%3Acore2-64%3A11%3A86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa_package.tar.zst;downloadfilename=86/a5/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa_package.tar.zst\nDEBUG: Searching for 6d/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/16/be/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/bb/6d/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:bb6d11bdaea78005345b4a7ab1bfd085a7b1fce945311a09db09a3f631e9a9df_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/f4/sstate:zlib::1.3:r0::11:bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734_populate_lic.tar.zst\nDEBUG: For url file://22/c1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/c1/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A11%3A22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef_package_qa.tar.zst;downloadfilename=22/c1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef_package_qa.tar.zst\nDEBUG: Using  for universal/94/6a/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fb/e7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/e7/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3Afbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956_create_spdx.tar.zst;downloadfilename=fb/e7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956_create_spdx.tar.zst\nDEBUG: Using  for f9/31/sstate:packagegroup-core-x11::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Testing URL file://02/f7/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3_package_qa.tar.zst\nDEBUG: Using  for 6d/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde_package_write_rpm.tar.zst\nDEBUG: Using  for universal/16/be/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/98/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:11:4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/db/65/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/c8/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/94/6a/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/e2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/b4/sstate:matchbox-keyboard::0.1.1:r0::11:b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416_populate_lic.tar.zst\nDEBUG: Testing URL file://f9/31/sstate:packagegroup-core-x11::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: For url ['file', '', '02/f7/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7e/1f/sstate:llvm-native::17.0.6:r0::11:7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db_populate_lic.tar.zst\nDEBUG: Testing URL file://6d/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/16/be/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/20/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4_recipe_qa.tar.zst\nDEBUG: Searching for universal/db/65/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4a/c8/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/94/6a/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://68/82/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f9/31/sstate:packagegroup-core-x11::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://02/f7/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/f7/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A11%3A02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3_package_qa.tar.zst;downloadfilename=02/f7/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/39/ee/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6d/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://86/a5/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:86a5b157d82ed03a79ec4087664a048944a0b7e078447117bf0e2a367102c6fa_package.tar.zst\nDEBUG: For url ['file', '', 'universal/16/be/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b1/20/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/db/65/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9_populate_sysroot.tar.zst\nDEBUG: Using  for 4a/c8/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea_package_write_rpm.tar.zst\nDEBUG: For url file://universal/94/6a/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/94/6a/sstate%3Axorgproto-native%3Ax86_64-linux%3A2023.2%3Ar0%3Ax86_64%3A11%3A946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71_deploy_source_date_epoch.tar.zst;downloadfilename=universal/94/6a/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 68/82/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c7/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f9/31/sstate:packagegroup-core-x11::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/31/sstate%3Apackagegroup-core-x11%3A%3A1.0%3Ar0%3A%3A11%3Af931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst;downloadfilename=f9/31/sstate:packagegroup-core-x11::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Searching for universal/39/ee/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6d/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/3e/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde_package_write_rpm.tar.zst;downloadfilename=6d/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://22/c1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://77/f1/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b_package_qa.tar.zst\nDEBUG: For url file://universal/16/be/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/16/be/sstate%3Avala-native%3Ax86_64-linux%3A0.56.13%3Ar0%3Ax86_64%3A11%3A16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0_populate_sysroot.tar.zst;downloadfilename=universal/16/be/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0_populate_sysroot.tar.zst\nDEBUG: Using  for b1/20/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/db/65/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4a/c8/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea_package_write_rpm.tar.zst\nDEBUG: Using  for 68/82/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405_create_spdx.tar.zst\nDEBUG: Using  for c7/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/e7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956_create_spdx.tar.zst\nDEBUG: Using  for universal/39/ee/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://02/f7/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3_package_qa.tar.zst\nDEBUG: Searching for 77/f1/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b1/20/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/db/65/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/94/6a/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:946ad723bd55f717dccc3eca59e9aa84316592b5837b9056fb1c374ba2f65b71_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4a/c8/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://68/82/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405_create_spdx.tar.zst\nDEBUG: Testing URL file://c7/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/39/ee/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://5e/62/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa_package_qa.tar.zst\nDEBUG: Using  for 77/f1/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/31/sstate:packagegroup-core-x11::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b1/20/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/db/65/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/db/65/sstate%3Apython3-pathlib2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A11%3Adb655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9_populate_sysroot.tar.zst;downloadfilename=universal/db/65/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://64/50/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2_package_qa.tar.zst\nDEBUG: For url file://4a/c8/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/c8/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3A4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea_package_write_rpm.tar.zst;downloadfilename=4a/c8/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '68/82/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c7/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 35/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/39/ee/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a_package_write_rpm.tar.zst\nDEBUG: Searching for 5e/62/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://77/f1/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/ce/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04_package_write_rpm.tar.zst\nDEBUG: For url file://b1/20/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/20/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A11%3Ab120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4_recipe_qa.tar.zst;downloadfilename=b1/20/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4_recipe_qa.tar.zst\nDEBUG: Searching for 64/50/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://68/82/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/82/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405_create_spdx.tar.zst;downloadfilename=68/82/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405_create_spdx.tar.zst\nDEBUG: For url file://c7/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/77/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3Ac777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e_package_qa.tar.zst;downloadfilename=c7/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/16/be/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:16beccb4a5a5798673181da1e118f32d41de1ac5c93b7de6b7f3347d7d3d71e0_populate_sysroot.tar.zst\nDEBUG: Using  for 35/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/39/ee/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/ee/sstate%3Ashadow-native%3Ax86_64-linux%3A4.14.2%3Ar0%3Ax86_64%3A11%3A39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04_deploy_source_date_epoch.tar.zst;downloadfilename=universal/39/ee/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a_package_write_rpm.tar.zst\nDEBUG: Using  for 5e/62/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa_package_qa.tar.zst\nDEBUG: For url ['file', '', '77/f1/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b6/ce/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 64/50/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://93/18/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ad/9e/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/db/65/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://35/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5e/62/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa_package_qa.tar.zst\nDEBUG: For url file://77/f1/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/f1/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3A77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b_package_qa.tar.zst;downloadfilename=77/f1/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b_package_qa.tar.zst\nDEBUG: Using  for b6/ce/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04_package_write_rpm.tar.zst\nDEBUG: Testing URL file://64/50/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2_package_qa.tar.zst\nDEBUG: Searching for 93/18/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ad/9e/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://42/a2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '35/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/cc/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3A7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a_package_write_rpm.tar.zst;downloadfilename=7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5e/62/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b6/ce/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '64/50/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b1/20/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4_recipe_qa.tar.zst\nDEBUG: Using  for 93/18/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc_package_write_rpm.tar.zst\nDEBUG: Using  for universal/ad/9e/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20_populate_sysroot.tar.zst\nDEBUG: Searching for 42/a2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://35/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/c0/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0_create_runtime_spdx.tar.zst;downloadfilename=35/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0_create_runtime_spdx.tar.zst\nDEBUG: For url file://5e/62/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/62/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A11%3A5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa_package_qa.tar.zst;downloadfilename=5e/62/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b6/ce/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c7/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e_package_qa.tar.zst\nDEBUG: For url file://64/50/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/50/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A11%3A64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2_package_qa.tar.zst;downloadfilename=64/50/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://77/8e/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af_populate_sysroot.tar.zst\nDEBUG: Testing URL file://93/18/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/ad/9e/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20_populate_sysroot.tar.zst\nDEBUG: Using  for 42/a2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f_create_runtime_spdx.tar.zst\nDEBUG: For url file://b6/ce/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/ce/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3Ab6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04_package_write_rpm.tar.zst;downloadfilename=b6/ce/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://99/36/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/39/ee/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:39eea437f641ddacc2e4362843aa2f10ba730caacc066e00e08af5e899641e04_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 77/8e/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '93/18/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://77/f1/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/c8/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/ad/9e/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://42/a2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f_create_runtime_spdx.tar.zst\nDEBUG: Searching for 99/36/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://84/3e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://35/c0/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0_create_runtime_spdx.tar.zst\nDEBUG: Using  for 77/8e/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af_populate_sysroot.tar.zst\nDEBUG: For url file://93/18/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/18/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3A93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc_package_write_rpm.tar.zst;downloadfilename=93/18/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/60/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/80/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/ad/9e/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ad/9e/sstate%3Avirglrenderer-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A11%3Aad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20_populate_sysroot.tar.zst;downloadfilename=universal/ad/9e/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '42/a2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 99/36/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259_packagedata.tar.zst\nDEBUG: Searching for 84/3e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://98/72/sstate:curl::8.6.0:r0::11:987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382_populate_lic.tar.zst\nDEBUG: Testing URL file://77/8e/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af_populate_sysroot.tar.zst\nDEBUG: Searching for 0d/60/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5e/62/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa_package_qa.tar.zst\nDEBUG: Searching for c6/80/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://42/a2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/a2/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A11%3A42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f_create_runtime_spdx.tar.zst;downloadfilename=42/a2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://99/36/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://64/50/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2_package_qa.tar.zst\nDEBUG: Using  for 84/3e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 98/72/sstate:curl::8.6.0:r0::11:987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '77/8e/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0d/60/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/2e/sstate:libidn2::2.3.7:r0::11:3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262_populate_lic.tar.zst\nDEBUG: Using  for c6/80/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '99/36/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/17/d9/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/47/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678_create_spdx.tar.zst\nDEBUG: Testing URL file://84/3e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 98/72/sstate:curl::8.6.0:r0::11:987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382_populate_lic.tar.zst\nDEBUG: For url file://77/8e/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/8e/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A11%3A778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af_populate_sysroot.tar.zst;downloadfilename=77/8e/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0d/60/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf_create_runtime_spdx.tar.zst\nDEBUG: Searching for 3d/2e/sstate:libidn2::2.3.7:r0::11:3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c6/80/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab_create_runtime_spdx.tar.zst\nDEBUG: For url file://99/36/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/36/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.6%3Ar0%3Acore2-64%3A11%3A99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259_packagedata.tar.zst;downloadfilename=99/36/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259_packagedata.tar.zst\nDEBUG: Searching for universal/17/d9/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://17/3f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '84/3e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b6/ce/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://93/18/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://98/72/sstate:curl::8.6.0:r0::11:987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0d/60/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3d/2e/sstate:libidn2::2.3.7:r0::11:3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c6/80/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/17/d9/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6_create_runtime_spdx.tar.zst\nDEBUG: Searching for 17/3f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://84/3e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/3e/sstate%3Aofono%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c_deploy_source_date_epoch.tar.zst;downloadfilename=84/3e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/99/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/29/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90_create_spdx.tar.zst\nDEBUG: For url ['file', '', '98/72/sstate:curl::8.6.0:r0::11:987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0d/60/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/60/sstate%3Atzdata%3Aall-poky-linux%3A2023d%3Ar0%3Aallarch%3A11%3A0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf_create_runtime_spdx.tar.zst;downloadfilename=0d/60/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://3d/2e/sstate:libidn2::2.3.7:r0::11:3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262_populate_lic.tar.zst\nDEBUG: For url file://c6/80/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/80/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A11%3Ac6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab_create_runtime_spdx.tar.zst;downloadfilename=c6/80/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/17/d9/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 17/3f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a_recipe_qa.tar.zst\nDEBUG: Searching for 6d/99/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7e/29/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/ad/9e/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20_populate_sysroot.tar.zst\nDEBUG: For url file://98/72/sstate:curl::8.6.0:r0::11:987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/72/sstate%3Acurl%3A%3A8.6.0%3Ar0%3A%3A11%3A987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382_populate_lic.tar.zst;downloadfilename=98/72/sstate:curl::8.6.0:r0::11:987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3d/2e/sstate:libidn2::2.3.7:r0::11:3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/17/d9/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://17/3f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://99/36/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259_packagedata.tar.zst\nDEBUG: Using  for 6d/99/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://77/8e/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:778e89815a5dcd1e0e1fbf244a9a49666a46aeb5b32a69bd768138c272ff13af_populate_sysroot.tar.zst\nDEBUG: Using  for 7e/29/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/e2/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913_recipe_qa.tar.zst\nDEBUG: For url file://3d/2e/sstate:libidn2::2.3.7:r0::11:3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/2e/sstate%3Alibidn2%3A%3A2.3.7%3Ar0%3A%3A11%3A3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262_populate_lic.tar.zst;downloadfilename=3d/2e/sstate:libidn2::2.3.7:r0::11:3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262_populate_lic.tar.zst\nDEBUG: For url file://universal/17/d9/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/17/d9/sstate%3Alibical-native%3Ax86_64-linux%3A3.0.17%3Ar0%3Ax86_64%3A11%3A17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6_create_runtime_spdx.tar.zst;downloadfilename=universal/17/d9/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://84/3e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:843ec288c3e7e56a0c2dbeea793ea3615a368dd9be2f6454b83d0e51bdd8590c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '17/3f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://56/86/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6d/99/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/a4/sstate:libpng-native::1.6.41:r0::11:b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e_populate_lic.tar.zst\nDEBUG: Testing URL file://7e/29/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90_create_spdx.tar.zst\nDEBUG: Searching for 6c/e2/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fa/c0/sstate:libxkbfile::1.1.2:r0::11:fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0_populate_lic.tar.zst\nDEBUG: For url file://17/3f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/3f/sstate%3Akmod%3Acore2-64-poky-linux%3A31%3Ar0%3Acore2-64%3A11%3A173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a_recipe_qa.tar.zst;downloadfilename=17/3f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/60/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/80/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab_create_runtime_spdx.tar.zst\nDEBUG: Searching for 56/86/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '6d/99/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b6/a4/sstate:libpng-native::1.6.41:r0::11:b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7e/29/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6c/e2/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913_recipe_qa.tar.zst\nDEBUG: Searching for fa/c0/sstate:libxkbfile::1.1.2:r0::11:fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d0/26/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/68/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb_populate_sysroot.tar.zst\nDEBUG: Using  for 56/86/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea_package_write_rpm.tar.zst\nDEBUG: For url file://6d/99/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/99/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.17.2%3Ar0%3Acore2-64%3A11%3A6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9_packagedata.tar.zst;downloadfilename=6d/99/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9_packagedata.tar.zst\nDEBUG: Using  for b6/a4/sstate:libpng-native::1.6.41:r0::11:b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e_populate_lic.tar.zst\nDEBUG: For url file://7e/29/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/29/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3A7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90_create_spdx.tar.zst;downloadfilename=7e/29/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90_create_spdx.tar.zst\nDEBUG: Testing URL file://6c/e2/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913_recipe_qa.tar.zst\nDEBUG: Using  for fa/c0/sstate:libxkbfile::1.1.2:r0::11:fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0_populate_lic.tar.zst\nDEBUG: Searching for d0/26/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c7/68/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://56/86/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b6/a4/sstate:libpng-native::1.6.41:r0::11:b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://98/72/sstate:curl::8.6.0:r0::11:987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6c/e2/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3d/2e/sstate:libidn2::2.3.7:r0::11:3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262_populate_lic.tar.zst\nDEBUG: Testing URL file://fa/c0/sstate:libxkbfile::1.1.2:r0::11:fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/17/d9/sstate:libical-native:x86_64-linux:3.0.17:r0:x86_64:11:17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6_create_runtime_spdx.tar.zst\nDEBUG: Using  for d0/26/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321_packagedata.tar.zst\nDEBUG: Using  for c7/68/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '56/86/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b6/a4/sstate:libpng-native::1.6.41:r0::11:b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://87/3b/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61_recipe_qa.tar.zst\nDEBUG: For url file://6c/e2/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/e2/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.72.0%3Ar0%3Acore2-64%3A11%3A6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913_recipe_qa.tar.zst;downloadfilename=6c/e2/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://98/46/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9_packagedata.tar.zst\nDEBUG: For url ['file', '', 'fa/c0/sstate:libxkbfile::1.1.2:r0::11:fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/4b/4e/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d0/26/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321_packagedata.tar.zst\nDEBUG: Testing URL file://c7/68/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb_populate_sysroot.tar.zst\nDEBUG: For url file://56/86/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/86/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A11%3A568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea_package_write_rpm.tar.zst;downloadfilename=56/86/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea_package_write_rpm.tar.zst\nDEBUG: For url file://b6/a4/sstate:libpng-native::1.6.41:r0::11:b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/a4/sstate%3Alibpng-native%3A%3A1.6.41%3Ar0%3A%3A11%3Ab6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e_populate_lic.tar.zst;downloadfilename=b6/a4/sstate:libpng-native::1.6.41:r0::11:b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e_populate_lic.tar.zst\nDEBUG: Searching for 87/3b/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 98/46/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://fa/c0/sstate:libxkbfile::1.1.2:r0::11:fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/c0/sstate%3Alibxkbfile%3A%3A1.1.2%3Ar0%3A%3A11%3Afac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0_populate_lic.tar.zst;downloadfilename=fa/c0/sstate:libxkbfile::1.1.2:r0::11:fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0_populate_lic.tar.zst\nDEBUG: Searching for universal/4b/4e/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://17/3f/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd0/26/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c7/68/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/3b/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/99/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9_packagedata.tar.zst\nDEBUG: Using  for 98/46/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9_packagedata.tar.zst\nDEBUG: Using  for universal/4b/4e/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/29/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a5/21/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d0/26/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/26/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.38%3Ar0%3Acore2-64%3A11%3Ad026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321_packagedata.tar.zst;downloadfilename=d0/26/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321_packagedata.tar.zst\nDEBUG: For url file://c7/68/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/68/sstate%3Apango%3Acore2-64-poky-linux%3A1.51.0%3Ar0%3Acore2-64%3A11%3Ac76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb_populate_sysroot.tar.zst;downloadfilename=c7/68/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://87/3b/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/fd/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://98/46/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9_packagedata.tar.zst\nDEBUG: Testing URL file://universal/4b/4e/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/95/65/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/a5/21/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '87/3b/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6c/e2/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913_recipe_qa.tar.zst\nDEBUG: Searching for 2d/fd/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b6/a4/sstate:libpng-native::1.6.41:r0::11:b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://56/86/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '98/46/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://68/82/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/4b/4e/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/95/65/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a5/21/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://87/3b/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/3b/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61_recipe_qa.tar.zst;downloadfilename=87/3b/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/e3/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8_packagedata.tar.zst\nDEBUG: Using  for 2d/fd/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/22/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30_populate_sysroot.tar.zst\nDEBUG: For url file://98/46/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/46/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.7%3Ar0%3Acore2-64%3A11%3A98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9_packagedata.tar.zst;downloadfilename=98/46/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/94/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823_create_spdx.tar.zst\nDEBUG: For url file://universal/4b/4e/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/4e/sstate%3Abc-native%3Ax86_64-linux%3A1.07.1%3Ar0%3Ax86_64%3A11%3A4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4b/4e/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/95/65/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/a5/21/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5c/e3/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2d/fd/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f_package_write_rpm.tar.zst\nDEBUG: Searching for bf/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fa/c0/sstate:libxkbfile::1.1.2:r0::11:fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0_populate_lic.tar.zst\nDEBUG: Searching for universal/5d/22/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6b/94/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/95/65/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/26/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/68/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:c76852b3e26b1f204449dfbf1bd7873ebafc10e93005588ab61666ecca4427cb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/a5/21/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5c/e3/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8_packagedata.tar.zst\nDEBUG: For url ['file', '', '2d/fd/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bf/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://24/b5/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/5d/22/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30_populate_sysroot.tar.zst\nDEBUG: Using  for 6b/94/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/95/65/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://75/3a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/04/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078_package.tar.zst\nDEBUG: For url file://universal/a5/21/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a5/21/sstate%3Agtk-doc-native%3Ax86_64-linux%3A1.33.2%3Ar0%3Ax86_64%3A11%3Aa521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a5/21/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5c/e3/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8_packagedata.tar.zst\nDEBUG: For url file://2d/fd/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/fd/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A11%3A2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f_package_write_rpm.tar.zst;downloadfilename=2d/fd/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://bf/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3_populate_sysroot.tar.zst\nDEBUG: Searching for 24/b5/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/5d/22/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6b/94/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823_create_spdx.tar.zst\nDEBUG: For url file://universal/95/65/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/95/65/sstate%3Aautoconf-archive-native%3Ax86_64-linux%3A2023.02.20%3Ar0%3Ax86_64%3A11%3A9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e_create_runtime_spdx.tar.zst;downloadfilename=universal/95/65/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e_create_runtime_spdx.tar.zst\nDEBUG: Searching for 75/3a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e3/04/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5c/e3/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bf/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://87/3b/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://42/a2/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f_create_runtime_spdx.tar.zst\nDEBUG: Using  for 24/b5/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://98/46/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/5d/22/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6b/94/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 75/3a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/4e/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:4b4ec31b4aa2d11b92b34bd37970dc65888aae395b788d6ec35d31f6ca2d967e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e3/04/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078_package.tar.zst\nDEBUG: For url file://5c/e3/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/e3/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8_packagedata.tar.zst;downloadfilename=5c/e3/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8_packagedata.tar.zst\nDEBUG: For url file://bf/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/72/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A11%3Abf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3_populate_sysroot.tar.zst;downloadfilename=bf/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/b9/sstate:binutils-cross-x86_64::2.41:r0::11:eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://27/cd/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35_recipe_qa.tar.zst\nDEBUG: Testing URL file://24/b5/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/19/68/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/5d/22/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/22/sstate%3Alibsdl2-native%3Ax86_64-linux%3A2.28.5%3Ar0%3Ax86_64%3A11%3A5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30_populate_sysroot.tar.zst;downloadfilename=universal/5d/22/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30_populate_sysroot.tar.zst\nDEBUG: For url file://6b/94/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/94/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A11%3A6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823_create_spdx.tar.zst;downloadfilename=6b/94/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823_create_spdx.tar.zst\nDEBUG: Testing URL file://75/3a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://95/da/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0_recipe_qa.tar.zst\nDEBUG: Testing URL file://e3/04/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078_package.tar.zst\nDEBUG: Searching for ea/b9/sstate:binutils-cross-x86_64::2.41:r0::11:eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 27/cd/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/a5/21/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:a521646e8a9cb3c87d04e14bff3f3bfe55c25978947511a8e9690b2b78baf314_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/fd/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '24/b5/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/19/68/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '75/3a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/95/65/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e_create_runtime_spdx.tar.zst\nDEBUG: Searching for 95/da/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e3/04/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ea/b9/sstate:binutils-cross-x86_64::2.41:r0::11:eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087_populate_lic.tar.zst\nDEBUG: Using  for 27/cd/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/d3/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/89/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698_create_runtime_spdx.tar.zst\nDEBUG: For url file://24/b5/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/b5/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463_create_runtime_spdx.tar.zst;downloadfilename=24/b5/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/19/68/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13_create_runtime_spdx.tar.zst\nDEBUG: For url file://75/3a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/3a/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20_recipe_qa.tar.zst;downloadfilename=75/3a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8b/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 95/da/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0_recipe_qa.tar.zst\nDEBUG: For url file://e3/04/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/04/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ae304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078_package.tar.zst;downloadfilename=e3/04/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078_package.tar.zst\nDEBUG: Testing URL file://ea/b9/sstate:binutils-cross-x86_64::2.41:r0::11:eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087_populate_lic.tar.zst\nDEBUG: Testing URL file://27/cd/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35_recipe_qa.tar.zst\nDEBUG: Searching for d9/d3/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b2/89/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/19/68/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/e3/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8_packagedata.tar.zst\nDEBUG: Searching for universal/8b/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://bf/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:bf729be6964a307115a0d2c4741b01edb42d0f77bda9774629408700dcd8ada3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://95/da/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5d/22/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ea/b9/sstate:binutils-cross-x86_64::2.41:r0::11:eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '27/cd/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d9/d3/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713_recipe_qa.tar.zst\nDEBUG: Using  for b2/89/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/19/68/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://86/40/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3_packagedata.tar.zst\nDEBUG: Using  for universal/8b/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/29/11/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '95/da/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6a/04/sstate:socat::1.8.0.0:r0::11:6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7_populate_lic.tar.zst\nDEBUG: For url file://ea/b9/sstate:binutils-cross-x86_64::2.41:r0::11:eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/b9/sstate%3Abinutils-cross-x86_64%3A%3A2.41%3Ar0%3A%3A11%3Aeab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087_populate_lic.tar.zst;downloadfilename=ea/b9/sstate:binutils-cross-x86_64::2.41:r0::11:eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087_populate_lic.tar.zst\nDEBUG: For url file://27/cd/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/cd/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35_recipe_qa.tar.zst;downloadfilename=27/cd/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35_recipe_qa.tar.zst\nDEBUG: Testing URL file://d9/d3/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713_recipe_qa.tar.zst\nDEBUG: Testing URL file://b2/89/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/19/68/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/68/sstate%3Agmp-native%3Ax86_64-linux%3A6.3.0%3Ar0%3Ax86_64%3A11%3A1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13_create_runtime_spdx.tar.zst;downloadfilename=universal/19/68/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13_create_runtime_spdx.tar.zst\nDEBUG: Searching for 86/40/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/8b/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/29/11/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://95/da/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/da/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A11%3A95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0_recipe_qa.tar.zst;downloadfilename=95/da/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0_recipe_qa.tar.zst\nDEBUG: Searching for 6a/04/sstate:socat::1.8.0.0:r0::11:6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd9/d3/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b2/89/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://24/b5/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://75/3a/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20_recipe_qa.tar.zst\nDEBUG: Using  for 86/40/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/8b/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/29/11/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6a/04/sstate:socat::1.8.0.0:r0::11:6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7_populate_lic.tar.zst\nDEBUG: For url file://d9/d3/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/d3/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A11%3Ad9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713_recipe_qa.tar.zst;downloadfilename=d9/d3/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/04/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e304baa17317b11ff602ff211e0486bd7324c9e3dc05d3a6a2f485cfb1b28078_package.tar.zst\nDEBUG: For url file://b2/89/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/89/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ab28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698_create_runtime_spdx.tar.zst;downloadfilename=b2/89/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/0c/sstate:qemuwrapper-cross::1.0:r0::11:2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/07/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7_package_qa.tar.zst\nDEBUG: Testing URL file://86/40/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3_packagedata.tar.zst\nDEBUG: For url file://universal/8b/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/58/sstate%3Alibcomps-native%3Ax86_64-linux%3A0.1.20%3Ar0%3Ax86_64%3A11%3A8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b_create_runtime_spdx.tar.zst;downloadfilename=universal/8b/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/29/11/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6a/04/sstate:socat::1.8.0.0:r0::11:6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://32/2e/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/b9/sstate:binutils-cross-x86_64::2.41:r0::11:eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://27/cd/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35_recipe_qa.tar.zst\nDEBUG: Searching for 2c/0c/sstate:qemuwrapper-cross::1.0:r0::11:2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3c/07/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/19/68/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '86/40/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/29/11/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6a/04/sstate:socat::1.8.0.0:r0::11:6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 32/2e/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f8/89/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5e/00/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79_recipe_qa.tar.zst\nDEBUG: Using  for 2c/0c/sstate:qemuwrapper-cross::1.0:r0::11:2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a_populate_lic.tar.zst\nDEBUG: Using  for 3c/07/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a8/31/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb_populate_sysroot.tar.zst\nDEBUG: For url file://86/40/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/40/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3A8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3_packagedata.tar.zst;downloadfilename=86/40/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3_packagedata.tar.zst\nDEBUG: For url file://universal/29/11/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/29/11/sstate%3Apython3-pathlib2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A11%3A2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07_deploy_source_date_epoch.tar.zst;downloadfilename=universal/29/11/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6a/04/sstate:socat::1.8.0.0:r0::11:6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/04/sstate%3Asocat%3A%3A1.8.0.0%3Ar0%3A%3A11%3A6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7_populate_lic.tar.zst;downloadfilename=6a/04/sstate:socat::1.8.0.0:r0::11:6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7_populate_lic.tar.zst\nDEBUG: Using  for 32/2e/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74_package_write_rpm.tar.zst\nDEBUG: Searching for f8/89/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://95/da/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0_recipe_qa.tar.zst\nDEBUG: Searching for universal/5e/00/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2c/0c/sstate:qemuwrapper-cross::1.0:r0::11:2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a_populate_lic.tar.zst\nDEBUG: Testing URL file://3c/07/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7_package_qa.tar.zst\nDEBUG: Searching for universal/a8/31/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d9/d3/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713_recipe_qa.tar.zst\nDEBUG: Testing URL file://32/2e/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/89/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698_create_runtime_spdx.tar.zst\nDEBUG: Using  for f8/89/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/f8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17_package_write_rpm.tar.zst\nDEBUG: Using  for universal/5e/00/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2c/0c/sstate:qemuwrapper-cross::1.0:r0::11:2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3c/07/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/a8/31/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/6d/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62_create_spdx.tar.zst\nDEBUG: For url ['file', '', '32/2e/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/8b/58/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/1a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f_packagedata.tar.zst\nDEBUG: Testing URL file://f8/89/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e_populate_sysroot.tar.zst\nDEBUG: Searching for 2e/f8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/5e/00/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79_recipe_qa.tar.zst\nDEBUG: For url file://2c/0c/sstate:qemuwrapper-cross::1.0:r0::11:2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/0c/sstate%3Aqemuwrapper-cross%3A%3A1.0%3Ar0%3A%3A11%3A2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a_populate_lic.tar.zst;downloadfilename=2c/0c/sstate:qemuwrapper-cross::1.0:r0::11:2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a_populate_lic.tar.zst\nDEBUG: For url file://3c/07/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/07/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.42%3Ar0%3Acore2-64%3A11%3A3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7_package_qa.tar.zst;downloadfilename=3c/07/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7_package_qa.tar.zst\nDEBUG: Testing URL file://universal/a8/31/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb_populate_sysroot.tar.zst\nDEBUG: Searching for a2/6d/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://32/2e/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/2e/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74_package_write_rpm.tar.zst;downloadfilename=32/2e/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://66/b4/sstate:taglib::1.13.1:r0::11:66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301_populate_lic.tar.zst\nDEBUG: Searching for a4/1a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f8/89/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2e/f8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/5e/00/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/a8/31/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a2/6d/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/29/11/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:2911c53b2216ebc0fba9823df7465904a751ddf154cf6efd836d936157497f07_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://86/40/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/04/sstate:socat::1.8.0.0:r0::11:6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7_populate_lic.tar.zst\nDEBUG: Searching for 66/b4/sstate:taglib::1.13.1:r0::11:66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a4/1a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f_packagedata.tar.zst\nDEBUG: For url file://f8/89/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/89/sstate%3Ataglib%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3Af889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e_populate_sysroot.tar.zst;downloadfilename=f8/89/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2e/f8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17_package_write_rpm.tar.zst\nDEBUG: For url file://universal/5e/00/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5e/00/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A13.2.0%3Ar0%3Ax86_64%3A11%3A5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79_recipe_qa.tar.zst;downloadfilename=universal/5e/00/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79_recipe_qa.tar.zst\nDEBUG: For url file://universal/a8/31/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a8/31/sstate%3Alibgcrypt-native%3Ax86_64-linux%3A1.10.3%3Ar0%3Ax86_64%3A11%3Aa8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb_populate_sysroot.tar.zst;downloadfilename=universal/a8/31/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a2/6d/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://89/65/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/b4/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/00/1b/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a_populate_sysroot.tar.zst\nDEBUG: Using  for 66/b4/sstate:taglib::1.13.1:r0::11:66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301_populate_lic.tar.zst\nDEBUG: Testing URL file://a4/1a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f_packagedata.tar.zst\nDEBUG: For url ['file', '', '2e/f8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a2/6d/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2c/0c/sstate:qemuwrapper-cross::1.0:r0::11:2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a_populate_lic.tar.zst\nDEBUG: Searching for 89/65/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5b/b4/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/00/1b/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://32/2e/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/07/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7_package_qa.tar.zst\nDEBUG: Testing URL file://66/b4/sstate:taglib::1.13.1:r0::11:66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a4/1a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2e/f8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/f8/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A11%3A2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17_package_write_rpm.tar.zst;downloadfilename=2e/f8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17_package_write_rpm.tar.zst\nDEBUG: For url file://a2/6d/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/6d/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A11%3Aa26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62_create_spdx.tar.zst;downloadfilename=a2/6d/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e3/67/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025_create_runtime_spdx.tar.zst\nDEBUG: Using  for 89/65/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121_recipe_qa.tar.zst\nDEBUG: Using  for 5b/b4/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167_packagedata.tar.zst\nDEBUG: Using  for universal/00/1b/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/8a/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/45/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '66/b4/sstate:taglib::1.13.1:r0::11:66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a4/1a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/1a/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.5%3Ar0%3Acore2-64%3A11%3Aa41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f_packagedata.tar.zst;downloadfilename=a4/1a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f_packagedata.tar.zst\nDEBUG: Searching for universal/e3/67/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://89/65/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/89/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f889f209f60bafe1f9c8877bbd4c1bfd2cc831954d86fefc12c1ab4542e2639e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5b/b4/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167_packagedata.tar.zst\nDEBUG: Testing URL file://universal/00/1b/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5e/00/sstate:gcc-cross-x86_64:x86_64-poky-linux:13.2.0:r0:x86_64:11:5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79_recipe_qa.tar.zst\nDEBUG: Searching for f0/8a/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/45/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://66/b4/sstate:taglib::1.13.1:r0::11:66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/b4/sstate%3Ataglib%3A%3A1.13.1%3Ar0%3A%3A11%3A66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301_populate_lic.tar.zst;downloadfilename=66/b4/sstate:taglib::1.13.1:r0::11:66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301_populate_lic.tar.zst\nDEBUG: Using  for universal/e3/67/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '89/65/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f7/bf/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5b/b4/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/00/1b/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8a/03/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901_package_qa.tar.zst\nDEBUG: Using  for f0/8a/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f_package.tar.zst\nDEBUG: Using  for universal/45/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/e3/67/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025_create_runtime_spdx.tar.zst\nDEBUG: For url file://89/65/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/65/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A11%3A89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121_recipe_qa.tar.zst;downloadfilename=89/65/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a8/31/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb_populate_sysroot.tar.zst\nDEBUG: Searching for f7/bf/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5b/b4/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/b4/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A11%3A5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167_packagedata.tar.zst;downloadfilename=5b/b4/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167_packagedata.tar.zst\nDEBUG: For url file://universal/00/1b/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/00/1b/sstate%3Aswig-native%3Ax86_64-linux%3A4.1.1%3Ar0%3Ax86_64%3A11%3A001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a_populate_sysroot.tar.zst;downloadfilename=universal/00/1b/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a_populate_sysroot.tar.zst\nDEBUG: Searching for 8a/03/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f0/8a/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f_package.tar.zst\nDEBUG: Testing URL file://universal/45/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e3/67/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a7/1b/sstate:python3-native::3.12.1:r0::11:a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72_populate_lic.tar.zst\nDEBUG: Using  for f7/bf/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/f8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17_package_write_rpm.tar.zst\nDEBUG: Using  for 8a/03/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f0/8a/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/45/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a4/1a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/94/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823_create_spdx.tar.zst\nDEBUG: For url file://universal/e3/67/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/67/sstate%3Alibedit-native%3Ax86_64-linux%3A20230828-3.1%3Ar0%3Ax86_64%3A11%3Ae36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025_create_runtime_spdx.tar.zst;downloadfilename=universal/e3/67/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025_create_runtime_spdx.tar.zst\nDEBUG: Searching for a7/1b/sstate:python3-native::3.12.1:r0::11:a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f7/bf/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://05/e6/sstate:gdb::14.1:r0::11:05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4_populate_lic.tar.zst\nDEBUG: Testing URL file://8a/03/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901_package_qa.tar.zst\nDEBUG: For url file://f0/8a/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/8a/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A11%3Af08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f_package.tar.zst;downloadfilename=f0/8a/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f_package.tar.zst\nDEBUG: For url file://universal/45/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/45/6f/sstate%3Alibxslt-native%3Ax86_64-linux%3A1.1.39%3Ar0%3Ax86_64%3A11%3A456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457_create_runtime_spdx.tar.zst;downloadfilename=universal/45/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/6e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://81/8f/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://66/b4/sstate:taglib::1.13.1:r0::11:66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301_populate_lic.tar.zst\nDEBUG: Using  for a7/1b/sstate:python3-native::3.12.1:r0::11:a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f7/bf/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 05/e6/sstate:gdb::14.1:r0::11:05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8a/03/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8e/6e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 81/8f/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://89/65/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/6f/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a7/1b/sstate:python3-native::3.12.1:r0::11:a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72_populate_lic.tar.zst\nDEBUG: For url file://f7/bf/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/bf/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.59.0%3Ar0%3Acore2-64%3A11%3Af7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b_recipe_qa.tar.zst;downloadfilename=f7/bf/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b_recipe_qa.tar.zst\nDEBUG: Using  for 05/e6/sstate:gdb::14.1:r0::11:05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4_populate_lic.tar.zst\nDEBUG: For url file://8a/03/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/03/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.4%3Ar0%3Acore2-64%3A11%3A8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901_package_qa.tar.zst;downloadfilename=8a/03/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901_package_qa.tar.zst\nDEBUG: Using  for 8e/6e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0_package_write_rpm.tar.zst\nDEBUG: Using  for 81/8f/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/b4/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167_packagedata.tar.zst\nDEBUG: Searching for d1/6f/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a7/1b/sstate:python3-native::3.12.1:r0::11:a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://05/e6/sstate:gdb::14.1:r0::11:05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4_populate_lic.tar.zst\nDEBUG: Testing URL file://8e/6e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e3/67/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://81/8f/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/00/1b/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a_populate_sysroot.tar.zst\nDEBUG: Searching for 6f/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2f/62/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c_recipe_qa.tar.zst\nDEBUG: Using  for d1/6f/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f_package_write_rpm.tar.zst\nDEBUG: For url file://a7/1b/sstate:python3-native::3.12.1:r0::11:a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/1b/sstate%3Apython3-native%3A%3A3.12.1%3Ar0%3A%3A11%3Aa71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72_populate_lic.tar.zst;downloadfilename=a7/1b/sstate:python3-native::3.12.1:r0::11:a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72_populate_lic.tar.zst\nDEBUG: For url ['file', '', '05/e6/sstate:gdb::14.1:r0::11:05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8e/6e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ff/dc/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7_package.tar.zst\nDEBUG: For url ['file', '', '81/8f/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1b/8c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56_recipe_qa.tar.zst\nDEBUG: Using  for 6f/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2f/62/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d1/6f/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f_package_write_rpm.tar.zst\nDEBUG: For url file://05/e6/sstate:gdb::14.1:r0::11:05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/e6/sstate%3Agdb%3A%3A14.1%3Ar0%3A%3A11%3A05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4_populate_lic.tar.zst;downloadfilename=05/e6/sstate:gdb::14.1:r0::11:05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/45/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/8a/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:f08ad3115795db80a865507ce3bc6b99420601e028fcaff276e38e8862fc814f_package.tar.zst\nDEBUG: For url file://8e/6e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/6e/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0_package_write_rpm.tar.zst;downloadfilename=8e/6e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0_package_write_rpm.tar.zst\nDEBUG: Searching for ff/dc/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://81/8f/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/8f/sstate%3Aed%3Acore2-64-poky-linux%3A1.20%3Ar0%3Acore2-64%3A11%3A818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b_deploy_source_date_epoch.tar.zst;downloadfilename=81/8f/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1b/8c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://6f/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2f/62/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd1/6f/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/a8/03/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/79/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ff/dc/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/bf/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/03/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901_package_qa.tar.zst\nDEBUG: Using  for 1b/8c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6f/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2f/62/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c_recipe_qa.tar.zst\nDEBUG: For url file://d1/6f/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/6f/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Ad16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f_package_write_rpm.tar.zst;downloadfilename=d1/6f/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f_package_write_rpm.tar.zst\nDEBUG: Searching for universal/a8/03/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0d/79/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ff/dc/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://77/2f/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1b/8c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56_recipe_qa.tar.zst\nDEBUG: For url file://6f/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/54/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f_deploy_source_date_epoch.tar.zst;downloadfilename=6f/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2f/62/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/a8/03/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185_recipe_qa.tar.zst\nDEBUG: Using  for 0d/79/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ff/dc/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a7/1b/sstate:python3-native::3.12.1:r0::11:a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://05/e6/sstate:gdb::14.1:r0::11:05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4_populate_lic.tar.zst\nDEBUG: Searching for 77/2f/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bc/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1b/8c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2f/62/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/62/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A11%3A2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c_recipe_qa.tar.zst;downloadfilename=2f/62/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a8/03/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185_recipe_qa.tar.zst\nDEBUG: Testing URL file://0d/79/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ff/dc/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/dc/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.32%3Ar0%3Aallarch%3A11%3Affdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7_package.tar.zst;downloadfilename=ff/dc/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://98/e3/sstate:xinput::1.6.4:r0::11:98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/97/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881_create_runtime_spdx.tar.zst\nDEBUG: Using  for 77/2f/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa_create_spdx.tar.zst\nDEBUG: Using  for bc/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c_create_runtime_spdx.tar.zst\nDEBUG: For url file://1b/8c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/8c/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56_recipe_qa.tar.zst;downloadfilename=1b/8c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/a8/03/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0d/79/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://81/8f/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:818f081c6aec2d52fca1cb9c27fe1c8941988f6d4e3a3a79170a24961769760b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/6e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0_package_write_rpm.tar.zst\nDEBUG: Searching for 98/e3/sstate:xinput::1.6.4:r0::11:98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2d/97/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d1/6f/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://77/2f/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa_create_spdx.tar.zst\nDEBUG: Testing URL file://bc/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/a8/03/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a8/03/sstate%3Axz-native%3Ax86_64-linux%3A5.4.5%3Ar0%3Ax86_64%3A11%3Aa803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185_recipe_qa.tar.zst;downloadfilename=universal/a8/03/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185_recipe_qa.tar.zst\nDEBUG: For url file://0d/79/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/79/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A11%3A0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0_deploy_source_date_epoch.tar.zst;downloadfilename=0d/79/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fa/a7/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/c9/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 98/e3/sstate:xinput::1.6.4:r0::11:98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219_populate_lic.tar.zst\nDEBUG: Using  for 2d/97/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/2d/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '77/2f/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bc/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/fa/a7/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6f/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6f54ba5d3ddfc1999aa06e32bfc14e1780d6068a4d02700dc22ff3941e77be7f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6b/c9/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://98/e3/sstate:xinput::1.6.4:r0::11:98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219_populate_lic.tar.zst\nDEBUG: Testing URL file://2d/97/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881_create_runtime_spdx.tar.zst\nDEBUG: Searching for 9e/2d/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://77/2f/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/2f/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%3Ar0%3Aallarch%3A11%3A772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa_create_spdx.tar.zst;downloadfilename=77/2f/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa_create_spdx.tar.zst\nDEBUG: For url file://bc/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/e7/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.38%3Ar0%3Acore2-64%3A11%3Abce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c_create_runtime_spdx.tar.zst;downloadfilename=bc/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/fa/a7/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/30/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba_recipe_qa.tar.zst\nDEBUG: Using  for 6b/c9/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '98/e3/sstate:xinput::1.6.4:r0::11:98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2d/97/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9e/2d/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/dc/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ffdcfa33eb7a4b8903550942269c11c848516fa9567c4565761b7dd4e43629b7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/62/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/fa/a7/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/8c/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56_recipe_qa.tar.zst\nDEBUG: Searching for dc/30/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://6b/c9/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://98/e3/sstate:xinput::1.6.4:r0::11:98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/e3/sstate%3Axinput%3A%3A1.6.4%3Ar0%3A%3A11%3A98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219_populate_lic.tar.zst;downloadfilename=98/e3/sstate:xinput::1.6.4:r0::11:98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219_populate_lic.tar.zst\nDEBUG: For url file://2d/97/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/97/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.4%3Ar0%3Acore2-64%3A11%3A2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881_create_runtime_spdx.tar.zst;downloadfilename=2d/97/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9e/2d/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/97/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/5f/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/fa/a7/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://63/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395_populate_sysroot.tar.zst\nDEBUG: Using  for dc/30/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6b/c9/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/a8/03/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9e/2d/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://77/2f/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa_create_spdx.tar.zst\nDEBUG: Searching for 0d/97/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0d/79/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:0d79a18ce1b1b0595c14b8e1a881732acf97b1685aa79fe42ddde699da2531e0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/04/5f/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/fa/a7/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fa/a7/sstate%3Alzip-native%3Ax86_64-linux%3A1.24%3Ar0%3Ax86_64%3A11%3Afaa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79_create_spdx.tar.zst;downloadfilename=universal/fa/a7/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79_create_spdx.tar.zst\nDEBUG: Searching for 63/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://dc/30/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba_recipe_qa.tar.zst\nDEBUG: For url file://6b/c9/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/c9/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.12.5%3Ar0%3Acore2-64%3A11%3A6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8_deploy_source_date_epoch.tar.zst;downloadfilename=6b/c9/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/bd/sstate:python3-py::1.11.0:r0::11:8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707_populate_lic.tar.zst\nDEBUG: For url file://9e/2d/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/2d/sstate%3Aicu%3Acore2-64-poky-linux%3A74-1%3Ar0%3Acore2-64%3A11%3A9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1_recipe_qa.tar.zst;downloadfilename=9e/2d/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/c2/sstate:iptables::1.8.10:r0::11:f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206_populate_lic.tar.zst\nDEBUG: Using  for 0d/97/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://23/04/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/04/5f/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 63/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'dc/30/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8a/bd/sstate:python3-py::1.11.0:r0::11:8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f7/c2/sstate:iptables::1.8.10:r0::11:f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0d/97/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969_create_spdx.tar.zst\nDEBUG: Searching for 23/04/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://98/e3/sstate:xinput::1.6.4:r0::11:98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/97/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/04/5f/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://63/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395_populate_sysroot.tar.zst\nDEBUG: For url file://dc/30/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/30/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.78.3%3Ar0%3Acore2-64%3A11%3Adc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba_recipe_qa.tar.zst;downloadfilename=dc/30/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba_recipe_qa.tar.zst\nDEBUG: Using  for 8a/bd/sstate:python3-py::1.11.0:r0::11:8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707_populate_lic.tar.zst\nDEBUG: Using  for f7/c2/sstate:iptables::1.8.10:r0::11:f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0d/97/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 23/04/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e5/de/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/d3/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/04/5f/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '63/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8a/bd/sstate:python3-py::1.11.0:r0::11:8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707_populate_lic.tar.zst\nDEBUG: Testing URL file://f7/c2/sstate:iptables::1.8.10:r0::11:f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206_populate_lic.tar.zst\nDEBUG: For url file://0d/97/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/97/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A11%3A0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969_create_spdx.tar.zst;downloadfilename=0d/97/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969_create_spdx.tar.zst\nDEBUG: Testing URL file://23/04/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/e5/de/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/a0/d3/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/04/5f/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/5f/sstate%3Aalsa-lib-native%3Ax86_64-linux%3A1.2.10%3Ar0%3Ax86_64%3A11%3A045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055_deploy_source_date_epoch.tar.zst;downloadfilename=universal/04/5f/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://63/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/7d/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.4%3Ar0%3Acore2-64%3A11%3A637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395_populate_sysroot.tar.zst;downloadfilename=63/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8a/bd/sstate:python3-py::1.11.0:r0::11:8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f7/c2/sstate:iptables::1.8.10:r0::11:f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '23/04/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/e5/de/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a_package_write_rpm.tar.zst\nDEBUG: Using  for universal/a0/d3/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fa/a7/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79_create_spdx.tar.zst\nDEBUG: For url file://8a/bd/sstate:python3-py::1.11.0:r0::11:8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/bd/sstate%3Apython3-py%3A%3A1.11.0%3Ar0%3A%3A11%3A8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707_populate_lic.tar.zst;downloadfilename=8a/bd/sstate:python3-py::1.11.0:r0::11:8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/c9/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6bc976525ca2220ee2384ad39d582c78d8187780c2c2ad5c206d83681fd29fe8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f7/c2/sstate:iptables::1.8.10:r0::11:f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/c2/sstate%3Aiptables%3A%3A1.8.10%3Ar0%3A%3A11%3Af7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206_populate_lic.tar.zst;downloadfilename=f7/c2/sstate:iptables::1.8.10:r0::11:f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206_populate_lic.tar.zst\nDEBUG: For url file://23/04/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/04/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A11%3A2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15_deploy_source_date_epoch.tar.zst;downloadfilename=23/04/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e5/de/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/97/7d/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/a0/d3/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/2f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/d7/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/2d/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/30/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e5/de/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/97/7d/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0d/97/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/a0/d3/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b1/2f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c4/d7/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://50/f7/sstate:json-glib::1.8.0:r0::11:50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/76/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb_packagedata.tar.zst\nDEBUG: For url file://universal/e5/de/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e5/de/sstate%3Azip-native%3Ax86_64-linux%3A3.0%3Ar0%3Ax86_64%3A11%3Ae5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8_populate_sysroot.tar.zst;downloadfilename=universal/e5/de/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8_populate_sysroot.tar.zst\nDEBUG: Using  for universal/97/7d/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c3/4b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c_create_spdx.tar.zst\nDEBUG: For url file://universal/a0/d3/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/d3/sstate%3Axcb-proto-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3Aa0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda_create_spdx.tar.zst;downloadfilename=universal/a0/d3/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda_create_spdx.tar.zst\nDEBUG: Using  for b1/2f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49_packagedata.tar.zst\nDEBUG: Using  for c4/d7/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303_packagedata.tar.zst\nDEBUG: Searching for 50/f7/sstate:json-glib::1.8.0:r0::11:50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0d/76/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/04/5f/sstate:alsa-lib-native:x86_64-linux:1.2.10:r0:x86_64:11:045f128d949d1b423d8f836ac00047f35adae5cc1278c0c8c378c62d361b1055_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/97/7d/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da_populate_sysroot.tar.zst\nDEBUG: Searching for universal/c3/4b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://63/7d/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:637d809b6e936527509c9d8bd531b6e4a0c9e577802b02019f925cc224f75395_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b1/2f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/bd/sstate:python3-py::1.11.0:r0::11:8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707_populate_lic.tar.zst\nDEBUG: Testing URL file://c4/d7/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303_packagedata.tar.zst\nDEBUG: Using  for 50/f7/sstate:json-glib::1.8.0:r0::11:50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e_populate_lic.tar.zst\nDEBUG: Using  for 0d/76/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://12/27/sstate:libical-native::3.0.17:r0::11:1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/97/7d/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c3/4b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/07/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b1/2f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b5/45/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c4/d7/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://50/f7/sstate:json-glib::1.8.0:r0::11:50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e_populate_lic.tar.zst\nDEBUG: Testing URL file://0d/76/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb_packagedata.tar.zst\nDEBUG: Searching for 12/27/sstate:libical-native::3.0.17:r0::11:1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/97/7d/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/97/7d/sstate%3Apatch-native%3Ax86_64-linux%3A2.7.6%3Ar0%3Ax86_64%3A11%3A977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da_populate_sysroot.tar.zst;downloadfilename=universal/97/7d/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/c3/4b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c_create_spdx.tar.zst\nDEBUG: Searching for ff/07/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f7/c2/sstate:iptables::1.8.10:r0::11:f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206_populate_lic.tar.zst\nDEBUG: For url file://b1/2f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/2f/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A11%3Ab12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49_packagedata.tar.zst;downloadfilename=b1/2f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49_packagedata.tar.zst\nDEBUG: Searching for b5/45/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c4/d7/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/d7/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A11%3Ac4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303_packagedata.tar.zst;downloadfilename=c4/d7/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303_packagedata.tar.zst\nDEBUG: For url ['file', '', '50/f7/sstate:json-glib::1.8.0:r0::11:50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0d/76/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 12/27/sstate:libical-native::3.0.17:r0::11:1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/c3/4b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ff/07/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://23/04/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:2304bdd99920cc17f17411ffa222738bd4090cb5bbd1a4822c1d88c3bc90ce15_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/2c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe_package.tar.zst\nDEBUG: Using  for b5/45/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://50/f7/sstate:json-glib::1.8.0:r0::11:50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/f7/sstate%3Ajson-glib%3A%3A1.8.0%3Ar0%3A%3A11%3A50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e_populate_lic.tar.zst;downloadfilename=50/f7/sstate:json-glib::1.8.0:r0::11:50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e5/de/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:11:e5deeab660462b33d7d3ab170fe25a21bee3a3cf2342d9b1a375e1c87908bfa8_populate_sysroot.tar.zst\nDEBUG: For url file://0d/76/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/76/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb_packagedata.tar.zst;downloadfilename=0d/76/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb_packagedata.tar.zst\nDEBUG: Testing URL file://12/27/sstate:libical-native::3.0.17:r0::11:1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79_populate_lic.tar.zst\nDEBUG: For url file://universal/c3/4b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c3/4b/sstate%3Apigz-native%3Ax86_64-linux%3A2.8%3Ar0%3Ax86_64%3A11%3Ac34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c_create_spdx.tar.zst;downloadfilename=universal/c3/4b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/d3/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda_create_spdx.tar.zst\nDEBUG: Testing URL file://ff/07/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/0a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd_package_qa.tar.zst\nDEBUG: Searching for a8/2c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b5/45/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/31/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '12/27/sstate:libical-native::3.0.17:r0::11:1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/97/7d/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/30/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/6d/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ff/07/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d7/0a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a8/2c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe_package.tar.zst\nDEBUG: For url ['file', '', 'b5/45/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2d/31/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://12/27/sstate:libical-native::3.0.17:r0::11:1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/27/sstate%3Alibical-native%3A%3A3.0.17%3Ar0%3A%3A11%3A1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79_populate_lic.tar.zst;downloadfilename=12/27/sstate:libical-native::3.0.17:r0::11:1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/ea/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf_package_write_rpm.tar.zst\nDEBUG: Searching for e9/30/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0b/3c/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74_package.tar.zst\nDEBUG: For url file://ff/07/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/07/sstate%3Atzdata%3Aall-poky-linux%3A2023d%3Ar0%3Aallarch%3A11%3Aff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7_package_write_rpm.tar.zst;downloadfilename=ff/07/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7_package_write_rpm.tar.zst\nDEBUG: Using  for d7/0a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd_package_qa.tar.zst\nDEBUG: Testing URL file://a8/2c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe_package.tar.zst\nDEBUG: For url file://b5/45/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/45/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Ab54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed_deploy_source_date_epoch.tar.zst;downloadfilename=b5/45/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2d/31/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/d7/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/2f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49_packagedata.tar.zst\nDEBUG: Searching for 6c/ea/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e9/30/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27_package_qa.tar.zst\nDEBUG: Searching for 0b/3c/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d7/0a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a8/2c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://50/f7/sstate:json-glib::1.8.0:r0::11:50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e_populate_lic.tar.zst\nDEBUG: Testing URL file://2d/31/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/21/sstate:python3-pathlib2-native::2.3.7:r0::11:a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/76/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/52/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6c/ea/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e9/30/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27_package_qa.tar.zst\nDEBUG: Using  for 0b/3c/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74_package.tar.zst\nDEBUG: For url ['file', '', 'd7/0a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a8/2c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/2c/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A11%3Aa82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe_package.tar.zst;downloadfilename=a8/2c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe_package.tar.zst\nDEBUG: SState: Attempting to fetch file://96/0a/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/31/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a9/21/sstate:python3-pathlib2-native::2.3.7:r0::11:a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://52/3c/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5_create_spdx.tar.zst\nDEBUG: Searching for f4/52/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/c3/4b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c_create_spdx.tar.zst\nDEBUG: Testing URL file://6c/ea/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e9/30/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0b/3c/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74_package.tar.zst\nDEBUG: For url file://d7/0a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/0a/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A11%3Ad70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd_package_qa.tar.zst;downloadfilename=d7/0a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd_package_qa.tar.zst\nDEBUG: Searching for 96/0a/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2d/31/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/31/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A11%3A2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1_populate_sysroot.tar.zst;downloadfilename=2d/31/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1_populate_sysroot.tar.zst\nDEBUG: Using  for a9/21/sstate:python3-pathlib2-native::2.3.7:r0::11:a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358_populate_lic.tar.zst\nDEBUG: Searching for 52/3c/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f4/52/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/8f/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6c/ea/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/30/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/30/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%3Ar0%3Acore2-64%3A11%3Ae930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27_package_qa.tar.zst;downloadfilename=e9/30/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27_package_qa.tar.zst\nDEBUG: For url ['file', '', '0b/3c/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 96/0a/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a9/21/sstate:python3-pathlib2-native::2.3.7:r0::11:a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/07/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://12/27/sstate:libical-native::3.0.17:r0::11:1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79_populate_lic.tar.zst\nDEBUG: Using  for 52/3c/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5_create_spdx.tar.zst\nDEBUG: Testing URL file://f4/52/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e1/8f/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6c/ea/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/ea/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A11%3A6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf_package_write_rpm.tar.zst;downloadfilename=6c/ea/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf_package_write_rpm.tar.zst\nDEBUG: For url file://0b/3c/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/3c/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3A0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74_package.tar.zst;downloadfilename=0b/3c/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74_package.tar.zst\nDEBUG: Testing URL file://96/0a/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/45/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:b54518bd93b483c8adf97769a150a92606d18bd588692f99f8279db40a08f2ed_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a9/21/sstate:python3-pathlib2-native::2.3.7:r0::11:a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d5/37/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/4f/sstate:libcap-ng::0.8.4:r0::11:3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/fe/sstate:alsa-topology-conf::1.2.5.1:r0::11:6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0_populate_lic.tar.zst\nDEBUG: Testing URL file://52/3c/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f4/52/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e1/8f/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '96/0a/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a8/2c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:a82c2e11d05fba72539f38a47b7b3cfc301b293741158181503afb2bbd9c0fbe_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/0a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/31/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:2d31d63490d846320960f0ddc946628b94499e4dc9409ebb691b7938a583f1b1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/3b/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91_populate_sysroot.tar.zst\nDEBUG: For url file://a9/21/sstate:python3-pathlib2-native::2.3.7:r0::11:a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/21/sstate%3Apython3-pathlib2-native%3A%3A2.3.7%3Ar0%3A%3A11%3Aa921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358_populate_lic.tar.zst;downloadfilename=a9/21/sstate:python3-pathlib2-native::2.3.7:r0::11:a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358_populate_lic.tar.zst\nDEBUG: Searching for d5/37/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3e/4f/sstate:libcap-ng::0.8.4:r0::11:3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6a/fe/sstate:alsa-topology-conf::1.2.5.1:r0::11:6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '52/3c/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f4/52/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/52/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A11%3Af45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766_deploy_source_date_epoch.tar.zst;downloadfilename=f4/52/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e1/8f/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7_recipe_qa.tar.zst\nDEBUG: For url file://96/0a/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/0a/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.25.1%3Ar0%3Acore2-64%3A11%3A960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb_create_runtime_spdx.tar.zst;downloadfilename=96/0a/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/e4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/ad/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://57/68/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb_create_spdx.tar.zst\nDEBUG: Searching for universal/85/3b/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d5/37/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da_populate_sysroot.tar.zst\nDEBUG: Using  for 3e/4f/sstate:libcap-ng::0.8.4:r0::11:3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def_populate_lic.tar.zst\nDEBUG: Using  for 6a/fe/sstate:alsa-topology-conf::1.2.5.1:r0::11:6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0_populate_lic.tar.zst\nDEBUG: For url file://52/3c/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/3c/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A11%3A523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5_create_spdx.tar.zst;downloadfilename=52/3c/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/30/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e1/8f/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6c/ea/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf_package_write_rpm.tar.zst\nDEBUG: Searching for universal/62/e4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c1/ad/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 57/68/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/85/3b/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d5/37/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3e/4f/sstate:libcap-ng::0.8.4:r0::11:3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def_populate_lic.tar.zst\nDEBUG: Testing URL file://6a/fe/sstate:alsa-topology-conf::1.2.5.1:r0::11:6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/40/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c_populate_sysroot.tar.zst\nDEBUG: For url file://e1/8f/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/8f/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A11%3Ae18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7_recipe_qa.tar.zst;downloadfilename=e1/8f/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/3c/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:0b3c5b667517aa20810d1111ff2ddf760363aff601c9264d0a298558b44d1f74_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/d3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974_package_qa.tar.zst\nDEBUG: Using  for universal/62/e4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a_populate_sysroot.tar.zst\nDEBUG: Using  for c1/ad/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a_package_qa.tar.zst\nDEBUG: Using  for 57/68/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/85/3b/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd5/37/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3e/4f/sstate:libcap-ng::0.8.4:r0::11:3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6a/fe/sstate:alsa-topology-conf::1.2.5.1:r0::11:6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/40/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/23/9a/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7_create_runtime_spdx.tar.zst\nDEBUG: Searching for ee/d3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/62/e4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c1/ad/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a_package_qa.tar.zst\nDEBUG: Testing URL file://57/68/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/85/3b/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d5/37/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/37/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3Ad53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da_populate_sysroot.tar.zst;downloadfilename=d5/37/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da_populate_sysroot.tar.zst\nDEBUG: For url file://3e/4f/sstate:libcap-ng::0.8.4:r0::11:3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/4f/sstate%3Alibcap-ng%3A%3A0.8.4%3Ar0%3A%3A11%3A3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def_populate_lic.tar.zst;downloadfilename=3e/4f/sstate:libcap-ng::0.8.4:r0::11:3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def_populate_lic.tar.zst\nDEBUG: For url file://6a/fe/sstate:alsa-topology-conf::1.2.5.1:r0::11:6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/fe/sstate%3Aalsa-topology-conf%3A%3A1.2.5.1%3Ar0%3A%3A11%3A6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0_populate_lic.tar.zst;downloadfilename=6a/fe/sstate:alsa-topology-conf::1.2.5.1:r0::11:6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0_populate_lic.tar.zst\nDEBUG: Using  for 2a/40/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c_populate_sysroot.tar.zst\nDEBUG: Searching for universal/23/9a/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ee/d3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/62/e4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c1/ad/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '57/68/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/85/3b/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/3b/sstate%3Ashared-mime-info-native%3Ax86_64-linux%3A2.4%3Ar0%3Ax86_64%3A11%3A853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91_populate_sysroot.tar.zst;downloadfilename=universal/85/3b/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/21/sstate:python3-pathlib2-native::2.3.7:r0::11:a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/52/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:f45273d4c31a8f762f086f5e1414f82e214050d58bb97b52278a7f45b72f6766_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2a/40/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://52/3c/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5_create_spdx.tar.zst\nDEBUG: Using  for universal/23/9a/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ee/d3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974_package_qa.tar.zst\nDEBUG: For url file://universal/62/e4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/e4/sstate%3Adwarfsrcfiles-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3A62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a_populate_sysroot.tar.zst;downloadfilename=universal/62/e4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a_populate_sysroot.tar.zst\nDEBUG: For url file://c1/ad/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/ad/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ac1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a_package_qa.tar.zst;downloadfilename=c1/ad/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a_package_qa.tar.zst\nDEBUG: For url file://57/68/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/68/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb_create_spdx.tar.zst;downloadfilename=57/68/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://59/14/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/73/21/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2a/40/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://36/18/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/23/9a/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/d3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e1/8f/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7_recipe_qa.tar.zst\nDEBUG: Searching for 59/14/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/73/21/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6a/fe/sstate:alsa-topology-conf::1.2.5.1:r0::11:6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0_populate_lic.tar.zst\nDEBUG: For url file://2a/40/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/40/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c_populate_sysroot.tar.zst;downloadfilename=2a/40/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c_populate_sysroot.tar.zst\nDEBUG: Searching for 36/18/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/23/9a/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ee/d3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/d3/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.20%3Ar0%3Acore2-64%3A11%3Aeed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974_package_qa.tar.zst;downloadfilename=ee/d3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/f0/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f_recipe_qa.tar.zst\nDEBUG: Using  for 59/14/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585_recipe_qa.tar.zst\nDEBUG: Using  for universal/73/21/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/93/8e/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 36/18/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5_populate_sysroot.tar.zst\nDEBUG: For url file://universal/23/9a/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/23/9a/sstate%3Alibunistring-native%3Ax86_64-linux%3A1.1%3Ar0%3Ax86_64%3A11%3A239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7_create_runtime_spdx.tar.zst;downloadfilename=universal/23/9a/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/37/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:d53735b203f444b4de1cb435246f3934e1a4a5d7ed96a182f98ee5e5baf0e4da_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/85/3b/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/4f/sstate:libcap-ng::0.8.4:r0::11:3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def_populate_lic.tar.zst\nDEBUG: Searching for a2/f0/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://59/14/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/73/21/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4_create_spdx.tar.zst\nDEBUG: Searching for universal/93/8e/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://36/18/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/7a/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/e4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:62e473161371ef6b23f43edbda481a8e0e744659c89d4ebc0227761850401c7a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/ad/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:11:c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/4b/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/84/sstate:gstreamer1.0-plugins-base::1.22.9:r0::11:6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413_populate_lic.tar.zst\nDEBUG: Using  for a2/f0/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '59/14/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/73/21/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/93/8e/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '36/18/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f4/7a/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ce/fb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://37/b6/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47_populate_sysroot.tar.zst\nDEBUG: Searching for 30/4b/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6d/84/sstate:gstreamer1.0-plugins-base::1.22.9:r0::11:6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a2/f0/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f_recipe_qa.tar.zst\nDEBUG: For url file://59/14/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/14/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A11%3A5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585_recipe_qa.tar.zst;downloadfilename=59/14/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585_recipe_qa.tar.zst\nDEBUG: For url file://universal/73/21/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/73/21/sstate%3Apython3-pathspec-native%3Ax86_64-linux%3A0.12.1%3Ar0%3Ax86_64%3A11%3A73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4_create_spdx.tar.zst;downloadfilename=universal/73/21/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/93/8e/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://36/18/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/18/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5_populate_sysroot.tar.zst;downloadfilename=36/18/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://57/68/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb_create_spdx.tar.zst\nDEBUG: Using  for f4/7a/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4_package_write_rpm.tar.zst\nDEBUG: Searching for ce/fb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 37/b6/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 30/4b/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef_package_qa.tar.zst\nDEBUG: Using  for 6d/84/sstate:gstreamer1.0-plugins-base::1.22.9:r0::11:6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a2/f0/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/93/8e/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2a/40/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:2a4093a361925388badcb86d6851572bcb11d96bda2eaf043a8d4d8b7b7eaa5c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b6/13/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce_create_spdx.tar.zst\nDEBUG: Testing URL file://f4/7a/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/d3/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974_package_qa.tar.zst\nDEBUG: Using  for ce/fb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8_package_write_rpm.tar.zst\nDEBUG: Using  for 37/b6/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47_populate_sysroot.tar.zst\nDEBUG: Testing URL file://30/4b/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef_package_qa.tar.zst\nDEBUG: Testing URL file://6d/84/sstate:gstreamer1.0-plugins-base::1.22.9:r0::11:6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413_populate_lic.tar.zst\nDEBUG: For url file://a2/f0/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/f0/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A11%3Aa2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f_recipe_qa.tar.zst;downloadfilename=a2/f0/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f_recipe_qa.tar.zst\nDEBUG: For url file://universal/93/8e/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/8e/sstate%3Atzcode-native%3Ax86_64-linux%3A2023d%3Ar0%3Ax86_64%3A11%3A938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac_deploy_source_date_epoch.tar.zst;downloadfilename=universal/93/8e/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/24/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359_recipe_qa.tar.zst\nDEBUG: Searching for universal/b6/13/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f4/7a/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://74/70/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056_create_spdx.tar.zst\nDEBUG: Testing URL file://ce/fb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://37/b6/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '30/4b/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6d/84/sstate:gstreamer1.0-plugins-base::1.22.9:r0::11:6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/23/9a/sstate:libunistring-native:x86_64-linux:1.1:r0:x86_64:11:239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7_create_runtime_spdx.tar.zst\nDEBUG: Searching for 7e/24/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/b6/13/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://59/14/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585_recipe_qa.tar.zst\nDEBUG: For url file://f4/7a/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/7a/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.30.2%3Ar0%3Acore2-64%3A11%3Af47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4_package_write_rpm.tar.zst;downloadfilename=f4/7a/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4_package_write_rpm.tar.zst\nDEBUG: Searching for 74/70/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ce/fb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '37/b6/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://30/4b/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/4b/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.26%3Ar0%3Acore2-64%3A11%3A304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef_package_qa.tar.zst;downloadfilename=30/4b/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef_package_qa.tar.zst\nDEBUG: For url file://6d/84/sstate:gstreamer1.0-plugins-base::1.22.9:r0::11:6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/84/sstate%3Agstreamer1.0-plugins-base%3A%3A1.22.9%3Ar0%3A%3A11%3A6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413_populate_lic.tar.zst;downloadfilename=6d/84/sstate:gstreamer1.0-plugins-base::1.22.9:r0::11:6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://56/6e/sstate:libxkbcommon::1.6.0:r0::11:566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7_populate_lic.tar.zst\nDEBUG: Using  for 7e/24/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/b6/13/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/f9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794_create_spdx.tar.zst\nDEBUG: Using  for 74/70/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056_create_spdx.tar.zst\nDEBUG: For url file://ce/fb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/fb/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A11%3Acefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8_package_write_rpm.tar.zst;downloadfilename=ce/fb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/73/21/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4_create_spdx.tar.zst\nDEBUG: For url file://37/b6/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/b6/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A11%3A37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47_populate_sysroot.tar.zst;downloadfilename=37/b6/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47_populate_sysroot.tar.zst\nDEBUG: Searching for 56/6e/sstate:libxkbcommon::1.6.0:r0::11:566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7e/24/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://36/18/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3618b324e7329e00e92750dedc2c215eb96caa06aae4e05b901f81a5d39316a5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/b6/13/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/2e/f9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://74/70/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/bc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/93/8e/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:938ec78d7778e2cacca40c8f02e3dc357519659ed05a06022932ad60c215abac_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 56/6e/sstate:libxkbcommon::1.6.0:r0::11:566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7e/24/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a2/f0/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/7a/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://12/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59_package_qa.tar.zst\nDEBUG: For url file://universal/b6/13/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/13/sstate%3Agmp-native%3Ax86_64-linux%3A6.3.0%3Ar0%3Ax86_64%3A11%3Ab6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce_create_spdx.tar.zst;downloadfilename=universal/b6/13/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce_create_spdx.tar.zst\nDEBUG: Using  for universal/2e/f9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794_create_spdx.tar.zst\nDEBUG: For url ['file', '', '74/70/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3f/bc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/3d/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://56/6e/sstate:libxkbcommon::1.6.0:r0::11:566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7_populate_lic.tar.zst\nDEBUG: For url file://7e/24/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/24/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359_recipe_qa.tar.zst;downloadfilename=7e/24/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/54/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b_create_spdx.tar.zst\nDEBUG: Searching for 12/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/2e/f9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794_create_spdx.tar.zst\nDEBUG: For url file://74/70/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/70/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056_create_spdx.tar.zst;downloadfilename=74/70/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056_create_spdx.tar.zst\nDEBUG: Using  for 3f/bc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02_package_qa.tar.zst\nDEBUG: Searching for universal/3d/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://30/4b/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://96/0a/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '56/6e/sstate:libxkbcommon::1.6.0:r0::11:566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/a0/54/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5b/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 12/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/84/sstate:gstreamer1.0-plugins-base::1.22.9:r0::11:6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/f9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3f/bc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02_package_qa.tar.zst\nDEBUG: Using  for universal/3d/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/fb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://12/e5/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5_package.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/a8/sstate:make-native::4.4.1:r0::11:cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2_populate_lic.tar.zst\nDEBUG: For url file://56/6e/sstate:libxkbcommon::1.6.0:r0::11:566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/6e/sstate%3Alibxkbcommon%3A%3A1.6.0%3Ar0%3A%3A11%3A566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7_populate_lic.tar.zst;downloadfilename=56/6e/sstate:libxkbcommon::1.6.0:r0::11:566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7_populate_lic.tar.zst\nDEBUG: Using  for universal/a0/54/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8_recipe_qa.tar.zst\nDEBUG: Using  for 5b/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b_create_spdx.tar.zst\nDEBUG: Testing URL file://12/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/e0/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1_packagedata.tar.zst\nDEBUG: For url file://universal/2e/f9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/f9/sstate%3Apython3-six-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794_create_spdx.tar.zst;downloadfilename=universal/2e/f9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/bc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/3d/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1c/a2/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef_populate_sysroot.tar.zst\nDEBUG: Searching for 12/e5/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cc/a8/sstate:make-native::4.4.1:r0::11:cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/a0/54/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8_recipe_qa.tar.zst\nDEBUG: Testing URL file://5b/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '12/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f6/e0/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://44/3b/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5_package_write_rpm.tar.zst\nDEBUG: For url file://3f/bc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/bc/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3A3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02_package_qa.tar.zst;downloadfilename=3f/bc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/3d/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/1c/a2/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/b6/13/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce_create_spdx.tar.zst\nDEBUG: Using  for 12/e5/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5_package.tar.zst\nDEBUG: Using  for cc/a8/sstate:make-native::4.4.1:r0::11:cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/a0/54/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5b/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://12/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/12/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A11%3A1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59_package_qa.tar.zst;downloadfilename=12/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59_package_qa.tar.zst\nDEBUG: Using  for f6/e0/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/b1/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570_populate_sysroot.tar.zst\nDEBUG: For url file://universal/3d/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/4f/sstate%3Amkfontscale-native%3Ax86_64-linux%3A1.2.2%3Ar0%3Ax86_64%3A11%3A3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb_create_runtime_spdx.tar.zst;downloadfilename=universal/3d/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/1c/a2/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/41/sstate:fontconfig::2.15.0:r0::11:7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/24/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359_recipe_qa.tar.zst\nDEBUG: Testing URL file://12/e5/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5_package.tar.zst\nDEBUG: Testing URL file://cc/a8/sstate:make-native::4.4.1:r0::11:cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2_populate_lic.tar.zst\nDEBUG: For url file://universal/a0/54/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/54/sstate%3Aca-certificates-native%3Ax86_64-linux%3A20211016%3Ar0%3Ax86_64%3A11%3Aa0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8_recipe_qa.tar.zst;downloadfilename=universal/a0/54/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8_recipe_qa.tar.zst\nDEBUG: For url file://5b/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/fe/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b_create_spdx.tar.zst;downloadfilename=5b/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b_create_spdx.tar.zst\nDEBUG: Testing URL file://f6/e0/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1_packagedata.tar.zst\nDEBUG: Searching for 5e/b1/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://74/70/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/1c/a2/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef_populate_sysroot.tar.zst\nDEBUG: Searching for 7e/41/sstate:fontconfig::2.15.0:r0::11:7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://56/6e/sstate:libxkbcommon::1.6.0:r0::11:566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://77/06/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '12/e5/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cc/a8/sstate:make-native::4.4.1:r0::11:cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/2e/f9/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f6/e0/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5e/b1/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/bc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0e/94/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1c/a2/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7e/41/sstate:fontconfig::2.15.0:r0::11:7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/31/sstate:packagegroup-rust-sdk-target::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Searching for 77/06/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://12/e5/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/e5/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.20.13%3Ar0%3Acore2-64%3A11%3A12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5_package.tar.zst;downloadfilename=12/e5/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5_package.tar.zst\nDEBUG: For url file://cc/a8/sstate:make-native::4.4.1:r0::11:cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/a8/sstate%3Amake-native%3A%3A4.4.1%3Ar0%3A%3A11%3Acca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2_populate_lic.tar.zst;downloadfilename=cc/a8/sstate:make-native::4.4.1:r0::11:cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e8/a1/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb_create_runtime_spdx.tar.zst\nDEBUG: For url file://f6/e0/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/e0/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.10.0%3Ar0%3Acore2-64%3A11%3Af6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1_packagedata.tar.zst;downloadfilename=f6/e0/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1_packagedata.tar.zst\nDEBUG: Testing URL file://5e/b1/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/df/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/0e/94/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/1c/a2/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1c/a2/sstate%3Alibsolv-native%3Ax86_64-linux%3A0.7.28%3Ar0%3Ax86_64%3A11%3A1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef_populate_sysroot.tar.zst;downloadfilename=universal/1c/a2/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef_populate_sysroot.tar.zst\nDEBUG: Testing URL file://7e/41/sstate:fontconfig::2.15.0:r0::11:7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8_populate_lic.tar.zst\nDEBUG: Searching for f9/31/sstate:packagegroup-rust-sdk-target::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 77/06/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202_recipe_qa.tar.zst\nDEBUG: Searching for universal/e8/a1/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://12/12/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '5e/b1/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/df/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/a0/54/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:a0541959609da9000884ec3b5561549d95a798bc681d43a23320e86e19c846a8_recipe_qa.tar.zst\nDEBUG: Using  for universal/0e/94/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '7e/41/sstate:fontconfig::2.15.0:r0::11:7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f9/31/sstate:packagegroup-rust-sdk-target::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/fe/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b_create_spdx.tar.zst\nDEBUG: Testing URL file://77/06/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202_recipe_qa.tar.zst\nDEBUG: Using  for universal/e8/a1/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fe/bd/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/90/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9_populate_sysroot.tar.zst\nDEBUG: For url file://5e/b1/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/b1/sstate%3Aofono%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570_populate_sysroot.tar.zst;downloadfilename=5e/b1/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570_populate_sysroot.tar.zst\nDEBUG: Using  for universal/df/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://13/53/sstate:cross-localedef-native::2.38+git:r0::11:135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/0e/94/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c_create_runtime_spdx.tar.zst\nDEBUG: For url file://7e/41/sstate:fontconfig::2.15.0:r0::11:7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/41/sstate%3Afontconfig%3A%3A2.15.0%3Ar0%3A%3A11%3A7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8_populate_lic.tar.zst;downloadfilename=7e/41/sstate:fontconfig::2.15.0:r0::11:7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8_populate_lic.tar.zst\nDEBUG: Testing URL file://f9/31/sstate:packagegroup-rust-sdk-target::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/7f/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '77/06/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/e8/a1/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/fe/bd/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b9/90/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/df/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 13/53/sstate:cross-localedef-native::2.38+git:r0::11:135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/0e/94/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f9/31/sstate:packagegroup-rust-sdk-target::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f1/7f/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cc/a8/sstate:make-native::4.4.1:r0::11:cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2_populate_lic.tar.zst\nDEBUG: For url file://77/06/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/06/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202_recipe_qa.tar.zst;downloadfilename=77/06/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e8/a1/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/fe/bd/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2_recipe_qa.tar.zst\nDEBUG: Using  for b9/90/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/df/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 13/53/sstate:cross-localedef-native::2.38+git:r0::11:135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5_populate_lic.tar.zst\nDEBUG: For url file://universal/0e/94/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0e/94/sstate%3Achrpath-native%3Ax86_64-linux%3A0.16%3Ar0%3Ax86_64%3A11%3A0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c_create_runtime_spdx.tar.zst;downloadfilename=universal/0e/94/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c_create_runtime_spdx.tar.zst\nDEBUG: For url file://f9/31/sstate:packagegroup-rust-sdk-target::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/31/sstate%3Apackagegroup-rust-sdk-target%3A%3A1.0%3Ar0%3A%3A11%3Af931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst;downloadfilename=f9/31/sstate:packagegroup-rust-sdk-target::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Using  for f1/7f/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://59/00/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef_package_qa.tar.zst\nDEBUG: For url file://universal/e8/a1/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e8/a1/sstate%3Arpm-native%3Ax86_64-linux%3A4.19.1%3Ar0%3Ax86_64%3A11%3Ae8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb_create_runtime_spdx.tar.zst;downloadfilename=universal/e8/a1/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/fe/bd/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2_recipe_qa.tar.zst\nDEBUG: Testing URL file://b9/90/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/e0/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1_packagedata.tar.zst\nDEBUG: For url file://universal/df/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/df/82/sstate%3Ancurses-native%3Ax86_64-linux%3A6.4%3Ar0%3Ax86_64%3A11%3Adf82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646_deploy_source_date_epoch.tar.zst;downloadfilename=universal/df/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://13/53/sstate:cross-localedef-native::2.38+git:r0::11:135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5_populate_lic.tar.zst\nDEBUG: Testing URL file://f1/7f/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c_package_write_rpm.tar.zst\nDEBUG: Searching for 59/00/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/1c/a2/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/fe/bd/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/90/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://99/da/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7_create_spdx.tar.zst\nDEBUG: For url ['file', '', '13/53/sstate:cross-localedef-native::2.38+git:r0::11:135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f1/7f/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 59/00/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/b1/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:5eb1b8099148a060012fc79ebee93dce8d25b7ea89c1ba6b3bf000d7f6e04570_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/41/sstate:fontconfig::2.15.0:r0::11:7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://70/64/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: For url file://universal/fe/bd/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fe/bd/sstate%3Alibgcrypt-native%3Ax86_64-linux%3A1.10.3%3Ar0%3Ax86_64%3A11%3Afebd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2_recipe_qa.tar.zst;downloadfilename=universal/fe/bd/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2_recipe_qa.tar.zst\nDEBUG: For url file://b9/90/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/90/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3Ab990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9_populate_sysroot.tar.zst;downloadfilename=b9/90/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9_populate_sysroot.tar.zst\nDEBUG: Searching for 99/da/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://13/53/sstate:cross-localedef-native::2.38+git:r0::11:135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/53/sstate%3Across-localedef-native%3A%3A2.38%2Bgit%3Ar0%3A%3A11%3A135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5_populate_lic.tar.zst;downloadfilename=13/53/sstate:cross-localedef-native::2.38+git:r0::11:135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5_populate_lic.tar.zst\nDEBUG: For url file://f1/7f/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/7f/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A11%3Af17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c_package_write_rpm.tar.zst;downloadfilename=f1/7f/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://59/00/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ab/73/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d4/e5/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 70/64/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 99/da/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://77/06/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '59/00/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/ab/73/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/0e/94/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/31/sstate:packagegroup-rust-sdk-target::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Searching for universal/d4/e5/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 70/64/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e8/a1/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://99/da/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/95/sstate:xkeyboard-config::2.40:r0::11:a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a_populate_lic.tar.zst\nDEBUG: For url file://59/00/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/00/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef_package_qa.tar.zst;downloadfilename=59/00/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef_package_qa.tar.zst\nDEBUG: Using  for universal/ab/73/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/ab/73/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/16/3c/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f_create_spdx.tar.zst\nDEBUG: Using  for universal/d4/e5/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://70/64/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://33/cf/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2_package.tar.zst\nDEBUG: For url ['file', '', '99/da/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a8/95/sstate:xkeyboard-config::2.40:r0::11:a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1d/b6/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ab/73/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/df/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:df82418c324c40e53ce918aeb2a6c0257683dc6fcfec959304ae938e7df54646_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/16/3c/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/d4/e5/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '70/64/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 33/cf/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://99/da/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/da/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A11%3A99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7_create_spdx.tar.zst;downloadfilename=99/da/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7_create_spdx.tar.zst\nDEBUG: Using  for a8/95/sstate:xkeyboard-config::2.40:r0::11:a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a_populate_lic.tar.zst\nDEBUG: Searching for 1d/b6/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/ab/73/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ab/73/sstate%3Apython3-mako-native%3Ax86_64-linux%3A1.3.0%3Ar0%3Ax86_64%3A11%3Aab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593_populate_sysroot.tar.zst;downloadfilename=universal/ab/73/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://97/25/sstate:libtirpc-native::1.3.4:r0::11:972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d_populate_lic.tar.zst\nDEBUG: Using  for universal/16/3c/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d4/e5/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://70/64/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/64/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst;downloadfilename=70/64/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: Using  for 33/cf/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2_package.tar.zst\nDEBUG: Testing URL file://a8/95/sstate:xkeyboard-config::2.40:r0::11:a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a_populate_lic.tar.zst\nDEBUG: Using  for 1d/b6/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/90/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:b990724a019a1a37a1b7657a131d44d31bee067d3b495b30f71218c7c06ab2f9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fe/bd/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2_recipe_qa.tar.zst\nDEBUG: Searching for 97/25/sstate:libtirpc-native::1.3.4:r0::11:972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://13/53/sstate:cross-localedef-native::2.38+git:r0::11:135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/16/3c/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f_create_spdx.tar.zst\nDEBUG: For url file://universal/d4/e5/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d4/e5/sstate%3Aintltool-native%3Ax86_64-linux%3A0.51.0%3Ar0%3Ax86_64%3A11%3Ad4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d4/e5/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://33/cf/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2_package.tar.zst\nDEBUG: For url ['file', '', 'a8/95/sstate:xkeyboard-config::2.40:r0::11:a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1d/b6/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/7f/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/4f/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://63/be/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 97/25/sstate:libtirpc-native::1.3.4:r0::11:972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://68/15/sstate:libcap::2.69:r0::11:6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/16/3c/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/cf/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a8/95/sstate:xkeyboard-config::2.40:r0::11:a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/95/sstate%3Axkeyboard-config%3A%3A2.40%3Ar0%3A%3A11%3Aa8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a_populate_lic.tar.zst;downloadfilename=a8/95/sstate:xkeyboard-config::2.40:r0::11:a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1d/b6/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://59/00/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f2/10/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7_populate_sysroot.tar.zst\nDEBUG: Searching for c7/4f/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 63/be/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://97/25/sstate:libtirpc-native::1.3.4:r0::11:972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d_populate_lic.tar.zst\nDEBUG: Searching for 68/15/sstate:libcap::2.69:r0::11:6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/16/3c/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/16/3c/sstate%3Arust-llvm-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3A163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f_create_spdx.tar.zst;downloadfilename=universal/16/3c/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f_create_spdx.tar.zst\nDEBUG: For url file://33/cf/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/cf/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2_package.tar.zst;downloadfilename=33/cf/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2_package.tar.zst\nDEBUG: For url file://1d/b6/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/b6/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.11%3Ar0%3Acore2-64%3A11%3A1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb_package_qa.tar.zst;downloadfilename=1d/b6/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://99/da/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://37/b6/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:37b65f05184a622feacb615afb9a93d09e74890dd5abf643fe77c8bcd3efbf47_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://30/f1/sstate:libdaemon::0.14:r0::11:30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74_populate_lic.tar.zst\nDEBUG: Searching for universal/f2/10/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c7/4f/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd_package.tar.zst\nDEBUG: Using  for 63/be/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '97/25/sstate:libtirpc-native::1.3.4:r0::11:972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/15/sstate:libcap::2.69:r0::11:6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://17/fa/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ab/73/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://70/64/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/0d/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a_create_spdx.tar.zst\nDEBUG: Searching for 30/f1/sstate:libdaemon::0.14:r0::11:30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/d4/e5/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:d4e582db230df68f7a4ca425ae79200d9a934306efd784cf54d24f0889c00688_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/f2/10/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c7/4f/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd_package.tar.zst\nDEBUG: Testing URL file://63/be/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://97/25/sstate:libtirpc-native::1.3.4:r0::11:972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/25/sstate%3Alibtirpc-native%3A%3A1.3.4%3Ar0%3A%3A11%3A972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d_populate_lic.tar.zst;downloadfilename=97/25/sstate:libtirpc-native::1.3.4:r0::11:972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d_populate_lic.tar.zst\nDEBUG: Testing URL file://68/15/sstate:libcap::2.69:r0::11:6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9_populate_lic.tar.zst\nDEBUG: Searching for 17/fa/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://4c/dc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://13/1a/sstate:python3-pygments::2.17.2:r0::11:131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc_populate_lic.tar.zst\nDEBUG: Searching for 5d/0d/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 30/f1/sstate:libdaemon::0.14:r0::11:30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ff/fd/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f2/10/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c7/4f/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '63/be/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '68/15/sstate:libcap::2.69:r0::11:6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 17/fa/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6_create_runtime_spdx.tar.zst\nDEBUG: Searching for 4c/dc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 13/1a/sstate:python3-pygments::2.17.2:r0::11:131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5d/0d/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a_create_spdx.tar.zst\nDEBUG: Testing URL file://30/f1/sstate:libdaemon::0.14:r0::11:30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74_populate_lic.tar.zst\nDEBUG: Searching for universal/ff/fd/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f2/10/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c7/4f/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/4f/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A11%3Ac74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd_package.tar.zst;downloadfilename=c7/4f/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd_package.tar.zst\nDEBUG: For url file://63/be/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/be/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.92.9%3Ar0%3Acore2-64%3A11%3A63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012_deploy_source_date_epoch.tar.zst;downloadfilename=63/be/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://68/15/sstate:libcap::2.69:r0::11:6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/15/sstate%3Alibcap%3A%3A2.69%3Ar0%3A%3A11%3A6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9_populate_lic.tar.zst;downloadfilename=68/15/sstate:libcap::2.69:r0::11:6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9_populate_lic.tar.zst\nDEBUG: Testing URL file://17/fa/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4c/dc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6_package.tar.zst\nDEBUG: Using  for 13/1a/sstate:python3-pygments::2.17.2:r0::11:131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc_populate_lic.tar.zst\nDEBUG: Testing URL file://5d/0d/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '30/f1/sstate:libdaemon::0.14:r0::11:30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ff/fd/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80_create_spdx.tar.zst\nDEBUG: For url file://universal/f2/10/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f2/10/sstate%3Apython3-wheel-native%3Ax86_64-linux%3A0.42.0%3Ar0%3Ax86_64%3A11%3Af210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7_populate_sysroot.tar.zst;downloadfilename=universal/f2/10/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/95/sstate:xkeyboard-config::2.40:r0::11:a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '17/fa/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4c/dc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6_package.tar.zst\nDEBUG: Testing URL file://13/1a/sstate:python3-pygments::2.17.2:r0::11:131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://33/cf/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:33cf6a0b5103d1c6cc6a49bc6f13d0b8708a6dcc1800c71f0a3146a3e45cdee2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/16/3c/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/b6/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb_package_qa.tar.zst\nDEBUG: For url ['file', '', '5d/0d/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://30/f1/sstate:libdaemon::0.14:r0::11:30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/f1/sstate%3Alibdaemon%3A%3A0.14%3Ar0%3A%3A11%3A30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74_populate_lic.tar.zst;downloadfilename=30/f1/sstate:libdaemon::0.14:r0::11:30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ff/fd/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://15/d8/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://97/25/sstate:libtirpc-native::1.3.4:r0::11:972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d_populate_lic.tar.zst\nDEBUG: For url file://17/fa/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/fa/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.38%2Bgit%3Ar0%3Acore2-64%3A11%3A17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6_create_runtime_spdx.tar.zst;downloadfilename=17/fa/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '4c/dc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '13/1a/sstate:python3-pygments::2.17.2:r0::11:131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://4d/ac/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/0e/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5e/2c/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4_populate_sysroot.tar.zst\nDEBUG: For url file://5d/0d/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/0d/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A11%3A5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a_create_spdx.tar.zst;downloadfilename=5d/0d/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ff/fd/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 15/d8/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0f/79/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae_package_write_rpm.tar.zst\nDEBUG: For url file://4c/dc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/dc/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6_package.tar.zst;downloadfilename=4c/dc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6_package.tar.zst\nDEBUG: For url file://13/1a/sstate:python3-pygments::2.17.2:r0::11:131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/1a/sstate%3Apython3-pygments%3A%3A2.17.2%3Ar0%3A%3A11%3A131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc_populate_lic.tar.zst;downloadfilename=13/1a/sstate:python3-pygments::2.17.2:r0::11:131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc_populate_lic.tar.zst\nDEBUG: Searching for 4d/ac/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c7/4f/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c74fdc5eefab9b338db64d5b4db03b37eb02e2e5826c245ad8ff6146530b44bd_package.tar.zst\nDEBUG: Searching for 7b/0e/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/5e/2c/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/ff/fd/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ff/fd/sstate%3Aninja-native%3Ax86_64-linux%3A1.11.1%3Ar0%3Ax86_64%3A11%3Afffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80_create_spdx.tar.zst;downloadfilename=universal/ff/fd/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80_create_spdx.tar.zst\nDEBUG: Using  for 15/d8/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891_create_runtime_spdx.tar.zst\nDEBUG: Searching for 0f/79/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://63/be/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:63be3017629b1a74bec7fecb60f17dc33df54e227b18720f801788f3f3616012_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4d/ac/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f2/10/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/af/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://68/15/sstate:libcap::2.69:r0::11:6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9_populate_lic.tar.zst\nDEBUG: Using  for 7b/0e/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/5e/2c/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://15/d8/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0f/79/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://26/ce/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://30/f1/sstate:libdaemon::0.14:r0::11:30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74_populate_lic.tar.zst\nDEBUG: Testing URL file://4d/ac/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/55/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac_create_runtime_spdx.tar.zst\nDEBUG: Searching for e1/af/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1c/c2/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff_package.tar.zst\nDEBUG: Testing URL file://7b/0e/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/5e/2c/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '15/d8/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0f/79/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae_package_write_rpm.tar.zst\nDEBUG: Searching for 26/ce/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a4/bb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4d/ac/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3c/55/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e1/af/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c_create_runtime_spdx.tar.zst\nDEBUG: Searching for 1c/c2/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7b/0e/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/5e/2c/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://15/d8/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/d8/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3A15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891_create_runtime_spdx.tar.zst;downloadfilename=15/d8/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '0f/79/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 26/ce/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf_create_runtime_spdx.tar.zst\nDEBUG: Searching for a4/bb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://4d/ac/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/ac/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.33.2%3Ar0%3Acore2-64%3A11%3A4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433_package.tar.zst;downloadfilename=4d/ac/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433_package.tar.zst\nDEBUG: Using  for 3c/55/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e1/af/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c_create_runtime_spdx.tar.zst\nDEBUG: Using  for 1c/c2/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff_package.tar.zst\nDEBUG: For url file://7b/0e/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/0e/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.3%3Ar0%3Acore2-64%3A11%3A7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68_deploy_source_date_epoch.tar.zst;downloadfilename=7b/0e/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/5e/2c/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5e/2c/sstate%3Apython3-zipp-native%3Ax86_64-linux%3A3.17.0%3Ar0%3Ax86_64%3A11%3A5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4_populate_sysroot.tar.zst;downloadfilename=universal/5e/2c/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4_populate_sysroot.tar.zst\nDEBUG: For url file://0f/79/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/79/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3A0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae_package_write_rpm.tar.zst;downloadfilename=0f/79/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae_package_write_rpm.tar.zst\nDEBUG: Testing URL file://26/ce/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://17/fa/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6_create_runtime_spdx.tar.zst\nDEBUG: Using  for a4/bb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://3c/55/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e1/af/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1c/c2/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff_package.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/0d/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '26/ce/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://13/1a/sstate:python3-pygments::2.17.2:r0::11:131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/dc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:4cdc6bdf65eb6caa7a0441f88410be419e3cc33f1986ce685f918c41ee097ca6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://06/0b/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ff/fd/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80_create_spdx.tar.zst\nDEBUG: Testing URL file://a4/bb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3c/55/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e1/af/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/af/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A11%3Ae1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c_create_runtime_spdx.tar.zst;downloadfilename=e1/af/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '1c/c2/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://34/b9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2_package.tar.zst\nDEBUG: For url file://26/ce/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/ce/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf_create_runtime_spdx.tar.zst;downloadfilename=26/ce/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/b4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/a3/sstate:harfbuzz::8.3.0:r0::11:3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0_populate_lic.tar.zst\nDEBUG: Searching for 06/0b/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e2/b3/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a4/bb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3c/55/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/55/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac_create_runtime_spdx.tar.zst;downloadfilename=3c/55/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac_create_runtime_spdx.tar.zst\nDEBUG: For url file://1c/c2/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/c2/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff_package.tar.zst;downloadfilename=1c/c2/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff_package.tar.zst\nDEBUG: Searching for 34/b9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 73/b4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3f/a3/sstate:harfbuzz::8.3.0:r0::11:3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4d/ac/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:4dac62ed5fbe22cb368fb0f6caf4df779e9524a89a3a9e7bd828436ea61b4433_package.tar.zst\nDEBUG: Using  for 06/0b/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff_recipe_qa.tar.zst\nDEBUG: Searching for e2/b3/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a4/bb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/bb/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A11%3Aa4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8_package_write_rpm.tar.zst;downloadfilename=a4/bb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8_package_write_rpm.tar.zst\nDEBUG: Using  for 34/b9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5e/2c/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4_populate_sysroot.tar.zst\nDEBUG: Using  for 73/b4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/79/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae_package_write_rpm.tar.zst\nDEBUG: Using  for 3f/a3/sstate:harfbuzz::8.3.0:r0::11:3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/0e/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:7b0e6a9b1dc7c9cb53bebb2d6ad38691da869e73d9c524913dd1b763b7351f68_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://11/40/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd_package.tar.zst\nDEBUG: Testing URL file://06/0b/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff_recipe_qa.tar.zst\nDEBUG: Using  for e2/b3/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://34/b9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/e8/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://73/b4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://68/cc/sstate:libxcomposite::0.4.6:r0::11:68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d_populate_lic.tar.zst\nDEBUG: Testing URL file://3f/a3/sstate:harfbuzz::8.3.0:r0::11:3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/28/c5/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476_create_runtime_spdx.tar.zst\nDEBUG: Searching for 11/40/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '06/0b/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e2/b3/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '34/b9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/62/e8/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '73/b4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 68/cc/sstate:libxcomposite::0.4.6:r0::11:68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3f/a3/sstate:harfbuzz::8.3.0:r0::11:3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/28/c5/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 11/40/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd_package.tar.zst\nDEBUG: For url file://06/0b/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/0b/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.10.0%3Ar0%3Acore2-64%3A11%3A060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff_recipe_qa.tar.zst;downloadfilename=06/0b/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e2/b3/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://34/b9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/b9/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2_package.tar.zst;downloadfilename=34/b9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2_package.tar.zst\nDEBUG: Using  for universal/62/e8/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://73/b4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/b4/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A11%3A73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5_package_qa.tar.zst;downloadfilename=73/b4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5_package_qa.tar.zst\nDEBUG: Using  for 68/cc/sstate:libxcomposite::0.4.6:r0::11:68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d_populate_lic.tar.zst\nDEBUG: For url file://3f/a3/sstate:harfbuzz::8.3.0:r0::11:3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/a3/sstate%3Aharfbuzz%3A%3A8.3.0%3Ar0%3A%3A11%3A3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0_populate_lic.tar.zst;downloadfilename=3f/a3/sstate:harfbuzz::8.3.0:r0::11:3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0_populate_lic.tar.zst\nDEBUG: Using  for universal/28/c5/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://11/40/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd_package.tar.zst\nDEBUG: For url file://e2/b3/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/b3/sstate%3Aliberror-perl%3Acore2-64-poky-linux%3A0.17029%3Ar0%3Acore2-64%3A11%3Ae2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615_create_runtime_spdx.tar.zst;downloadfilename=e2/b3/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/62/e8/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://26/ce/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://68/cc/sstate:libxcomposite::0.4.6:r0::11:68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/55/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/28/c5/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '11/40/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://15/d8/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/bb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/af/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/62/e8/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://06/0b/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/d3/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12_create_spdx.tar.zst\nDEBUG: For url ['file', '', '68/cc/sstate:libxcomposite::0.4.6:r0::11:68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/fa/15/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/28/c5/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://11/40/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/40/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.38%2Bgit%3Ar0%3Acore2-64%3A11%3A1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd_package.tar.zst;downloadfilename=11/40/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/ed/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://76/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/e4/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38_recipe_qa.tar.zst\nDEBUG: For url file://universal/62/e8/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/e8/sstate%3Alua-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A11%3A62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485_deploy_source_date_epoch.tar.zst;downloadfilename=universal/62/e8/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/79/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4e/d3/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://68/cc/sstate:libxcomposite::0.4.6:r0::11:68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/cc/sstate%3Alibxcomposite%3A%3A0.4.6%3Ar0%3A%3A11%3A68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d_populate_lic.tar.zst;downloadfilename=68/cc/sstate:libxcomposite::0.4.6:r0::11:68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d_populate_lic.tar.zst\nDEBUG: Searching for universal/fa/15/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/28/c5/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/28/c5/sstate%3Ashared-mime-info-native%3Ax86_64-linux%3A2.4%3Ar0%3Ax86_64%3A11%3A28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476_create_runtime_spdx.tar.zst;downloadfilename=universal/28/c5/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476_create_runtime_spdx.tar.zst\nDEBUG: Searching for fc/ed/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 76/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://73/b4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/b9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:34b934a15d02abf6b8b8ea98202cc1ae7af4226fa50fb019ecfcd7f42d45ada2_package.tar.zst\nDEBUG: Searching for 73/e4/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b6/79/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4e/d3/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/a3/sstate:harfbuzz::8.3.0:r0::11:3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0_populate_lic.tar.zst\nDEBUG: Using  for universal/fa/15/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2_create_spdx.tar.zst\nDEBUG: Using  for fc/ed/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8_package_write_rpm.tar.zst\nDEBUG: Using  for 76/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/6e/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://45/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b_recipe_qa.tar.zst\nDEBUG: Using  for 73/e4/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38_recipe_qa.tar.zst\nDEBUG: Using  for b6/79/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4e/d3/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/f7/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/fa/15/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2_create_spdx.tar.zst\nDEBUG: Testing URL file://fc/ed/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://76/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/85/6e/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 45/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://73/e4/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38_recipe_qa.tar.zst\nDEBUG: Testing URL file://b6/79/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4e/d3/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2b/f7/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/fa/15/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fc/ed/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '76/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/85/6e/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602_create_spdx.tar.zst\nDEBUG: Using  for 45/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '73/e4/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b6/79/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4e/d3/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/d3/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3A4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12_create_spdx.tar.zst;downloadfilename=4e/d3/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12_create_spdx.tar.zst\nDEBUG: Using  for 2b/f7/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3_package_write_rpm.tar.zst\nDEBUG: For url file://universal/fa/15/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fa/15/sstate%3Apython3-calver-native%3Ax86_64-linux%3A2022.6.26%3Ar0%3Ax86_64%3A11%3Afa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2_create_spdx.tar.zst;downloadfilename=universal/fa/15/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2_create_spdx.tar.zst\nDEBUG: For url file://fc/ed/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/ed/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Afcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8_package_write_rpm.tar.zst;downloadfilename=fc/ed/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8_package_write_rpm.tar.zst\nDEBUG: For url file://76/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/63/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3A7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3_create_runtime_spdx.tar.zst;downloadfilename=76/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/85/6e/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602_create_spdx.tar.zst\nDEBUG: Testing URL file://45/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b_recipe_qa.tar.zst\nDEBUG: For url file://73/e4/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/e4/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3A73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38_recipe_qa.tar.zst;downloadfilename=73/e4/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38_recipe_qa.tar.zst\nDEBUG: For url file://b6/79/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/79/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.17%3Ar0%3Acore2-64%3A11%3Ab679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd_deploy_source_date_epoch.tar.zst;downloadfilename=b6/79/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2b/f7/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/e8/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:62e89fefa31bd40139bae7d94d41577afb228e01a9f7c97184499f1dabe78485_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/85/6e/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://68/cc/sstate:libxcomposite::0.4.6:r0::11:68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '45/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/28/c5/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2b/f7/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://20/b6/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b_recipe_qa.tar.zst\nDEBUG: For url file://universal/85/6e/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/6e/sstate%3Apython3-wheel-native%3Ax86_64-linux%3A0.42.0%3Ar0%3Ax86_64%3A11%3A856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602_create_spdx.tar.zst;downloadfilename=universal/85/6e/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/95/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e_create_spdx.tar.zst\nDEBUG: For url file://45/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/0e/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A11%3A450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b_recipe_qa.tar.zst;downloadfilename=45/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/ce/sstate:acl-native::2.3.1:r0::11:1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b_populate_lic.tar.zst\nDEBUG: For url file://2b/f7/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/f7/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3A2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3_package_write_rpm.tar.zst;downloadfilename=2b/f7/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3_package_write_rpm.tar.zst\nDEBUG: Searching for 20/b6/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f6/95/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/fa/15/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2_create_spdx.tar.zst\nDEBUG: Searching for 1f/ce/sstate:acl-native::2.3.1:r0::11:1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 20/b6/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b_recipe_qa.tar.zst\nDEBUG: Using  for f6/95/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://51/27/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882_packagedata.tar.zst\nDEBUG: Using  for 1f/ce/sstate:acl-native::2.3.1:r0::11:1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b_populate_lic.tar.zst\nDEBUG: Testing URL file://20/b6/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b_recipe_qa.tar.zst\nDEBUG: Testing URL file://f6/95/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e_create_spdx.tar.zst\nDEBUG: Searching for 51/27/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1f/ce/sstate:acl-native::2.3.1:r0::11:1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '20/b6/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f6/95/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 51/27/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882_packagedata.tar.zst\nDEBUG: For url ['file', '', '1f/ce/sstate:acl-native::2.3.1:r0::11:1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://20/b6/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/b6/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A11%3A20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b_recipe_qa.tar.zst;downloadfilename=20/b6/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b_recipe_qa.tar.zst\nDEBUG: For url file://f6/95/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/95/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A11%3Af69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e_create_spdx.tar.zst;downloadfilename=f6/95/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e_create_spdx.tar.zst\nDEBUG: Testing URL file://51/27/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882_packagedata.tar.zst\nDEBUG: For url file://1f/ce/sstate:acl-native::2.3.1:r0::11:1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/ce/sstate%3Aacl-native%3A%3A2.3.1%3Ar0%3A%3A11%3A1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b_populate_lic.tar.zst;downloadfilename=1f/ce/sstate:acl-native::2.3.1:r0::11:1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '51/27/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://73/e4/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/79/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b679ad3820c6dfa2fd3c982f5153aa50b2f75839cb6b8a7614d9b4b0974c84cd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://51/27/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/27/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.4%3Ar0%3Acore2-64%3A11%3A5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882_packagedata.tar.zst;downloadfilename=51/27/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://12/e5/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:12e555f79e0f62ba306b9236826f31322c277a680609ea38a61890ea935455d5_package.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/2f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/0e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://29/f0/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://45/0e/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/85/6e/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/f7/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3_package_write_rpm.tar.zst\nDEBUG: Searching for dd/2f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4d/0e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 29/f0/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/a7/42/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fc/90/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://63/04/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219_create_runtime_spdx.tar.zst\nDEBUG: Using  for dd/2f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4d/0e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 29/f0/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be_create_spdx.tar.zst\nDEBUG: Searching for universal/a7/42/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fc/90/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 63/04/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://dd/2f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://4d/0e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://29/f0/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be_create_spdx.tar.zst\nDEBUG: Using  for universal/a7/42/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/fc/90/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e_create_runtime_spdx.tar.zst\nDEBUG: Using  for 63/04/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'dd/2f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4d/0e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '29/f0/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/a7/42/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/fc/90/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://63/04/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219_create_runtime_spdx.tar.zst\nDEBUG: For url file://dd/2f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/2f/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A11%3Add2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a_create_runtime_spdx.tar.zst;downloadfilename=dd/2f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a_create_runtime_spdx.tar.zst\nDEBUG: For url file://4d/0e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/0e/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A11%3A4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698_deploy_source_date_epoch.tar.zst;downloadfilename=4d/0e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://29/f0/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/f0/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be_create_spdx.tar.zst;downloadfilename=29/f0/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/a7/42/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fc/90/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '63/04/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a7/42/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a7/42/sstate%3Azlib-native%3Ax86_64-linux%3A1.3%3Ar0%3Ax86_64%3A11%3Aa7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4_create_runtime_spdx.tar.zst;downloadfilename=universal/a7/42/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/fc/90/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fc/90/sstate%3Aboost-build-native%3Ax86_64-linux%3A1.83.0%3Ar0%3Ax86_64%3A11%3Afc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e_create_runtime_spdx.tar.zst;downloadfilename=universal/fc/90/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://20/b6/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b_recipe_qa.tar.zst\nDEBUG: For url file://63/04/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/04/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.7.0%3Ar0%3Acore2-64%3A11%3A63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219_create_runtime_spdx.tar.zst;downloadfilename=63/04/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/ce/sstate:acl-native::2.3.1:r0::11:1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://51/27/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/b3/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://83/9e/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://04/46/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387_create_runtime_spdx.tar.zst\nDEBUG: Searching for 1c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://28/ea/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b_packagedata.tar.zst\nDEBUG: Searching for 83/9e/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 04/46/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231_package.tar.zst\nDEBUG: Searching for 28/ea/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 83/9e/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7_recipe_qa.tar.zst\nDEBUG: Using  for 04/46/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231_package.tar.zst\nDEBUG: Using  for 28/ea/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b_packagedata.tar.zst\nDEBUG: Testing URL file://83/9e/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7_recipe_qa.tar.zst\nDEBUG: Testing URL file://04/46/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '1c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://28/ea/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b_packagedata.tar.zst\nDEBUG: For url ['file', '', '83/9e/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '04/46/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/a2/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A11%3A1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231_package.tar.zst;downloadfilename=1c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231_package.tar.zst\nDEBUG: For url ['file', '', '28/ea/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://83/9e/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/9e/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7_recipe_qa.tar.zst;downloadfilename=83/9e/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7_recipe_qa.tar.zst\nDEBUG: For url file://04/46/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/46/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.17.2%3Ar0%3Acore2-64%3A11%3A0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387_create_runtime_spdx.tar.zst;downloadfilename=04/46/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387_create_runtime_spdx.tar.zst\nDEBUG: For url file://28/ea/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/ea/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.14.2%3Ar0%3Acore2-64%3A11%3A28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b_packagedata.tar.zst;downloadfilename=28/ea/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/0e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:4d0e807a80a9f9991c40bfc7daa834f362cb21c7a0238f0d089cb1b660539698_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a7/42/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://29/f0/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fc/90/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/6d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://04/77/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310_packagedata.tar.zst\nDEBUG: Searching for cb/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/49/a1/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7_create_runtime_spdx.tar.zst\nDEBUG: Searching for 3f/6d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 04/77/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cb/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7_package_qa.tar.zst\nDEBUG: Searching for universal/49/a1/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3f/6d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267_recipe_qa.tar.zst\nDEBUG: Using  for 04/77/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310_packagedata.tar.zst\nDEBUG: Testing URL file://cb/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7_package_qa.tar.zst\nDEBUG: Using  for universal/49/a1/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://3f/6d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267_recipe_qa.tar.zst\nDEBUG: Testing URL file://04/77/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310_packagedata.tar.zst\nDEBUG: For url ['file', '', 'cb/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/49/a1/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/6d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '04/77/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cb/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/5c/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A11%3Acb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7_package_qa.tar.zst;downloadfilename=cb/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/49/a1/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3f/6d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/6d/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267_recipe_qa.tar.zst;downloadfilename=3f/6d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267_recipe_qa.tar.zst\nDEBUG: For url file://04/77/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/77/sstate%3Aed%3Acore2-64-poky-linux%3A1.20%3Ar0%3Acore2-64%3A11%3A0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310_packagedata.tar.zst;downloadfilename=04/77/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310_packagedata.tar.zst\nDEBUG: For url file://universal/49/a1/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/a1/sstate%3Apython3-installer-native%3Ax86_64-linux%3A0.7.0%3Ar0%3Ax86_64%3A11%3A49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7_create_runtime_spdx.tar.zst;downloadfilename=universal/49/a1/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:1ca22664d9fa73b5302a263bbd3ad2b1b4964d211176a2c95a592395bda7c231_package.tar.zst\nDEBUG: SState: Successful fetch test for file://83/9e/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/d3/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://86/f5/sstate:gnu-config-native::20231127+git:r0::11:86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://25/d1/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c9/07/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196_recipe_qa.tar.zst\nDEBUG: Searching for 86/f5/sstate:gnu-config-native::20231127+git:r0::11:86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 25/d1/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c9/07/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 86/f5/sstate:gnu-config-native::20231127+git:r0::11:86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448_populate_lic.tar.zst\nDEBUG: Using  for 25/d1/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/c9/07/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196_recipe_qa.tar.zst\nDEBUG: Testing URL file://86/f5/sstate:gnu-config-native::20231127+git:r0::11:86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448_populate_lic.tar.zst\nDEBUG: Testing URL file://25/d1/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/c9/07/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '86/f5/sstate:gnu-config-native::20231127+git:r0::11:86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '25/d1/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c9/07/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://86/f5/sstate:gnu-config-native::20231127+git:r0::11:86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/f5/sstate%3Agnu-config-native%3A%3A20231127%2Bgit%3Ar0%3A%3A11%3A86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448_populate_lic.tar.zst;downloadfilename=86/f5/sstate:gnu-config-native::20231127+git:r0::11:86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448_populate_lic.tar.zst\nDEBUG: For url file://25/d1/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/d1/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e_create_runtime_spdx.tar.zst;downloadfilename=25/d1/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/c9/07/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c9/07/sstate%3Alibxml-sax-base-perl-native%3Ax86_64-linux%3A1.09%3Ar0%3Ax86_64%3A11%3Ac907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196_recipe_qa.tar.zst;downloadfilename=universal/c9/07/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://28/ea/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/ed/sstate:help2man-native::1.49.3:r0::11:2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/95/be/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16_create_spdx.tar.zst\nDEBUG: Searching for 2a/ed/sstate:help2man-native::1.49.3:r0::11:2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/95/be/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2a/ed/sstate:help2man-native::1.49.3:r0::11:2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502_populate_lic.tar.zst\nDEBUG: Using  for universal/95/be/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16_create_spdx.tar.zst\nDEBUG: Testing URL file://2a/ed/sstate:help2man-native::1.49.3:r0::11:2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/95/be/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2a/ed/sstate:help2man-native::1.49.3:r0::11:2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/95/be/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2a/ed/sstate:help2man-native::1.49.3:r0::11:2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/ed/sstate%3Ahelp2man-native%3A%3A1.49.3%3Ar0%3A%3A11%3A2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502_populate_lic.tar.zst;downloadfilename=2a/ed/sstate:help2man-native::1.49.3:r0::11:2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502_populate_lic.tar.zst\nDEBUG: For url file://universal/95/be/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/95/be/sstate%3Alibtirpc-native%3Ax86_64-linux%3A1.3.4%3Ar0%3Ax86_64%3A11%3A95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16_create_spdx.tar.zst;downloadfilename=universal/95/be/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://04/77/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/6d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/b4/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/35/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8a/b4/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c4/35/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8a/b4/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1_recipe_qa.tar.zst\nDEBUG: Using  for c4/35/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8a/b4/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1_recipe_qa.tar.zst\nDEBUG: Testing URL file://c4/35/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '8a/b4/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c4/35/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/49/a1/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7_create_runtime_spdx.tar.zst\nDEBUG: For url file://8a/b4/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/b4/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1_recipe_qa.tar.zst;downloadfilename=8a/b4/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1_recipe_qa.tar.zst\nDEBUG: For url file://c4/35/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/35/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A11%3Ac43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408_create_runtime_spdx.tar.zst;downloadfilename=c4/35/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/2e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a_create_runtime_spdx.tar.zst\nDEBUG: Searching for d4/2e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://86/f5/sstate:gnu-config-native::20231127+git:r0::11:86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://25/d1/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e_create_runtime_spdx.tar.zst\nDEBUG: Using  for d4/2e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://76/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://51/14/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/d8/sstate:blktool::4-7.1:r0::11:ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0_populate_lic.tar.zst\nDEBUG: Testing URL file://d4/2e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a_package_write_rpm.tar.zst\nDEBUG: Searching for 51/14/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for dd/d8/sstate:blktool::4-7.1:r0::11:ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd4/2e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fe/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 51/14/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd_package.tar.zst\nDEBUG: Using  for dd/d8/sstate:blktool::4-7.1:r0::11:ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0_populate_lic.tar.zst\nDEBUG: For url file://d4/2e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/2e/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Ad42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a_create_runtime_spdx.tar.zst;downloadfilename=d4/2e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a_create_runtime_spdx.tar.zst\nDEBUG: Using  for fe/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://51/14/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd_package.tar.zst\nDEBUG: Testing URL file://dd/d8/sstate:blktool::4-7.1:r0::11:ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0_populate_lic.tar.zst\nDEBUG: Testing URL file://fe/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '51/14/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/c9/07/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:c907c320e6c04fff70785c6a8d03fa8b856c7b2ffc054232d2e1fa1b40443196_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'dd/d8/sstate:blktool::4-7.1:r0::11:ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fe/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://51/14/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/14/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd_package.tar.zst;downloadfilename=51/14/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://70/64/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: For url file://dd/d8/sstate:blktool::4-7.1:r0::11:ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/d8/sstate%3Ablktool%3A%3A4-7.1%3Ar0%3A%3A11%3Addd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0_populate_lic.tar.zst;downloadfilename=dd/d8/sstate:blktool::4-7.1:r0::11:ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0_populate_lic.tar.zst\nDEBUG: For url file://fe/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/95/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Afe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a_package_write_rpm.tar.zst;downloadfilename=fe/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a_package_write_rpm.tar.zst\nDEBUG: Searching for 70/64/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/95/be/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16_create_spdx.tar.zst\nDEBUG: Using  for 70/64/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/ed/sstate:help2man-native::1.49.3:r0::11:2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://47/12/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077_package_write_rpm.tar.zst\nDEBUG: Testing URL file://70/64/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://74/b5/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 47/12/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '70/64/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 74/b5/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 47/12/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077_package_write_rpm.tar.zst\nDEBUG: For url file://70/64/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/64/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst;downloadfilename=70/64/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: Using  for 74/b5/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://47/12/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077_package_write_rpm.tar.zst\nDEBUG: Testing URL file://74/b5/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '47/12/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '74/b5/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://8a/b4/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1_recipe_qa.tar.zst\nDEBUG: For url file://47/12/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/12/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A11%3A471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077_package_write_rpm.tar.zst;downloadfilename=47/12/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077_package_write_rpm.tar.zst\nDEBUG: For url file://74/b5/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/b5/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1_create_runtime_spdx.tar.zst;downloadfilename=74/b5/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/07/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817_create_spdx.tar.zst\nDEBUG: Searching for 6d/07/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6d/07/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817_create_spdx.tar.zst\nDEBUG: Testing URL file://6d/07/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6d/07/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6d/07/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/07/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.59.0%3Ar0%3Acore2-64%3A11%3A6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817_create_spdx.tar.zst;downloadfilename=6d/07/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/2e/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://15/6a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56_packagedata.tar.zst\nDEBUG: Searching for 15/6a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f6/95/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/d8/sstate:blktool::4-7.1:r0::11:ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/ed/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://51/14/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:5114bf3f24889b40bcecd7ae3f268503c086e599f6a9aa95de34547368bb20fd_package.tar.zst\nDEBUG: Using  for 15/6a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/6c/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/10/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af_package.tar.zst\nDEBUG: SState: Attempting to fetch file://01/18/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/c2/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd_recipe_qa.tar.zst\nDEBUG: Testing URL file://15/6a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56_packagedata.tar.zst\nDEBUG: Searching for 6a/6c/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5c/10/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 01/18/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d6/c2/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '15/6a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6a/6c/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25_package_qa.tar.zst\nDEBUG: Using  for 5c/10/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af_package.tar.zst\nDEBUG: Using  for 01/18/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e_create_runtime_spdx.tar.zst\nDEBUG: Using  for d6/c2/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a_package_write_rpm.tar.zst\nDEBUG: For url file://15/6a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/6a/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A11%3A156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56_packagedata.tar.zst;downloadfilename=15/6a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56_packagedata.tar.zst\nDEBUG: Testing URL file://6a/6c/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25_package_qa.tar.zst\nDEBUG: Testing URL file://5c/10/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af_package.tar.zst\nDEBUG: Testing URL file://01/18/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d6/c2/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/f1/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6_package_qa.tar.zst\nDEBUG: For url ['file', '', '6a/6c/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5c/10/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '01/18/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://70/64/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://63/04/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd6/c2/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ea/f1/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6a/6c/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/6c/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A11%3A6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25_package_qa.tar.zst;downloadfilename=6a/6c/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25_package_qa.tar.zst\nDEBUG: For url file://5c/10/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/10/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af_package.tar.zst;downloadfilename=5c/10/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af_package.tar.zst\nDEBUG: For url file://01/18/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/18/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.11%3Ar0%3Acore2-64%3A11%3A0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e_create_runtime_spdx.tar.zst;downloadfilename=01/18/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/64/sstate:libassuan::2.5.6:r0::11:0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba_packagedata.tar.zst\nDEBUG: For url file://d6/c2/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/c2/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.26%3Ar0%3Acore2-64%3A11%3Ad6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd_recipe_qa.tar.zst;downloadfilename=d6/c2/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd_recipe_qa.tar.zst\nDEBUG: Using  for ea/f1/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6_package_qa.tar.zst\nDEBUG: Searching for 0e/64/sstate:libassuan::2.5.6:r0::11:0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://dd/2f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://47/12/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077_package_write_rpm.tar.zst\nDEBUG: Searching for fd/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ea/f1/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6_package_qa.tar.zst\nDEBUG: Using  for 0e/64/sstate:libassuan::2.5.6:r0::11:0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/e1/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/ff/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663_package_write_rpm.tar.zst\nDEBUG: Using  for fd/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ea/f1/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0e/64/sstate:libassuan::2.5.6:r0::11:0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f_populate_lic.tar.zst\nDEBUG: Searching for universal/e6/e1/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4f/ff/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fd/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba_packagedata.tar.zst\nDEBUG: For url file://ea/f1/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/f1/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.0%3Ar0%3Acore2-64%3A11%3Aeaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6_package_qa.tar.zst;downloadfilename=ea/f1/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6_package_qa.tar.zst\nDEBUG: For url ['file', '', '0e/64/sstate:libassuan::2.5.6:r0::11:0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/e6/e1/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4f/ff/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fd/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0e/64/sstate:libassuan::2.5.6:r0::11:0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/64/sstate%3Alibassuan%3A%3A2.5.6%3Ar0%3A%3A11%3A0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f_populate_lic.tar.zst;downloadfilename=0e/64/sstate:libassuan::2.5.6:r0::11:0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/e6/e1/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4f/ff/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663_package_write_rpm.tar.zst\nDEBUG: For url file://fd/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/ff/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%3Ar0%3Aallarch%3A11%3Afdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba_packagedata.tar.zst;downloadfilename=fd/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/e6/e1/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4f/ff/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://15/6a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56_packagedata.tar.zst\nDEBUG: For url file://universal/e6/e1/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/e1/sstate%3Aspirv-tools-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3Ae6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e6/e1/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4f/ff/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/ff/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A11%3A4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663_package_write_rpm.tar.zst;downloadfilename=4f/ff/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://04/46/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/6c/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://48/e7/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6b/fd/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/c2/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://93/01/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128_package_qa.tar.zst\nDEBUG: Searching for 48/e7/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/6b/fd/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2f/cb/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41_create_runtime_spdx.tar.zst\nDEBUG: Searching for 93/01/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 48/e7/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1_recipe_qa.tar.zst\nDEBUG: Using  for universal/6b/fd/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2_populate_sysroot.tar.zst\nDEBUG: Searching for 2f/cb/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 93/01/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128_package_qa.tar.zst\nDEBUG: Testing URL file://48/e7/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/6b/fd/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2_populate_sysroot.tar.zst\nDEBUG: Using  for 2f/cb/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://93/01/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128_package_qa.tar.zst\nDEBUG: For url ['file', '', '48/e7/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/6b/fd/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2f/cb/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '93/01/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://48/e7/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/e7/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A11%3A48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1_recipe_qa.tar.zst;downloadfilename=48/e7/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1_recipe_qa.tar.zst\nDEBUG: For url file://universal/6b/fd/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/fd/sstate%3Awayland-protocols-native%3Ax86_64-linux%3A1.32%3Ar0%3Ax86_64%3A11%3A6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2_populate_sysroot.tar.zst;downloadfilename=universal/6b/fd/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2f/cb/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://93/01/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/01/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128_package_qa.tar.zst;downloadfilename=93/01/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128_package_qa.tar.zst\nDEBUG: For url file://2f/cb/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/cb/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A11%3A2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41_create_runtime_spdx.tar.zst;downloadfilename=2f/cb/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/64/sstate:libassuan::2.5.6:r0::11:0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/ff/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://11/40/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:1140fbfe775564934c0e05e45a399e2fc7a2cc931ba53a46bea2b6003a162dcd_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/f1/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e6/e1/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:e6e1564b1943a9573183f3da36ceec122e24ad1e8bc76bcf42170fb4a51bdf68_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/65/62/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://83/ff/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/dd/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a4/c3/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/59/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/65/62/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 83/ff/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/04/dd/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/a4/c3/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d6/59/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/65/62/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499_create_runtime_spdx.tar.zst\nDEBUG: Using  for 83/ff/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/04/dd/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/a4/c3/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb_populate_sysroot.tar.zst\nDEBUG: Using  for d6/59/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/65/62/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://83/ff/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/04/dd/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/a4/c3/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d6/59/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/65/62/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '83/ff/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4f/ff/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/04/dd/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/a4/c3/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd6/59/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/65/62/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/65/62/sstate%3Alibjpeg-turbo-native%3Ax86_64-linux%3A3.0.1%3Ar0%3Ax86_64%3A11%3A6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499_create_runtime_spdx.tar.zst;downloadfilename=universal/65/62/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499_create_runtime_spdx.tar.zst\nDEBUG: For url file://83/ff/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/ff/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A11%3A83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e_deploy_source_date_epoch.tar.zst;downloadfilename=83/ff/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/0a/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c_packagedata.tar.zst\nDEBUG: For url file://universal/04/dd/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/dd/sstate%3Aicu-native%3Ax86_64-linux%3A74-1%3Ar0%3Ax86_64%3A11%3A04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9_create_runtime_spdx.tar.zst;downloadfilename=universal/04/dd/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/a4/c3/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/c3/sstate%3Alibyaml-native%3Ax86_64-linux%3A0.2.5%3Ar0%3Ax86_64%3A11%3Aa4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb_populate_sysroot.tar.zst;downloadfilename=universal/a4/c3/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb_populate_sysroot.tar.zst\nDEBUG: For url file://d6/59/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/59/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A11%3Ad659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040_deploy_source_date_epoch.tar.zst;downloadfilename=d6/59/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ac/0a/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c4/35/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://93/01/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6b/fd/sstate:wayland-protocols-native:x86_64-linux:1.32:r0:x86_64:11:6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://48/e7/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1_recipe_qa.tar.zst\nDEBUG: Using  for ac/0a/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/a0/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/cd/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4b/04/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/91/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884_recipe_qa.tar.zst\nDEBUG: Testing URL file://ac/0a/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c_packagedata.tar.zst\nDEBUG: Searching for d0/a0/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ae/cd/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/4b/04/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/91/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ac/0a/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d0/a0/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2_packagedata.tar.zst\nDEBUG: Using  for ae/cd/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/4b/04/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/91/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/91/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884_recipe_qa.tar.zst\nDEBUG: Testing URL file://d0/a0/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2_packagedata.tar.zst\nDEBUG: Testing URL file://ae/cd/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/4b/04/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b_create_runtime_spdx.tar.zst\nDEBUG: For url file://ac/0a/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/0a/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A11%3Aac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c_packagedata.tar.zst;downloadfilename=ac/0a/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/91/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd0/a0/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ae/cd/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/4b/04/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/91/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/f5/sstate%3Alibxdmcp-native%3Ax86_64-linux%3A1.1.4%3Ar0%3Ax86_64%3A11%3A91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884_recipe_qa.tar.zst;downloadfilename=universal/91/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884_recipe_qa.tar.zst\nDEBUG: For url file://d0/a0/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/a0/sstate%3Adnf%3Acore2-64-poky-linux%3A4.18.2%3Ar0%3Acore2-64%3A11%3Ad0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2_packagedata.tar.zst;downloadfilename=d0/a0/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2_packagedata.tar.zst\nDEBUG: For url file://ae/cd/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/cd/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A11%3Aaecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538_create_runtime_spdx.tar.zst;downloadfilename=ae/cd/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/4b/04/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/04/sstate%3Arust-llvm-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3A4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b_create_runtime_spdx.tar.zst;downloadfilename=universal/4b/04/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://83/ff/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:83ff1e9c22f9cd3ed8f439eab13b599d52a6d43f1714ed3747f0006e56e9fc7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/dd/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/65/62/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a4/c3/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/f3/sstate:libtool::2.4.7:r0::11:4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/59/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:d659b1ec27d0818b7560ff4ae8292cb4ae16c5de5f3d9a22f4e90ff87116e040_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/6e/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://87/a7/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5_populate_sysroot.tar.zst\nDEBUG: Searching for 4f/f3/sstate:libtool::2.4.7:r0::11:4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://56/0b/sstate:gobject-introspection-native::1.78.1:r0::11:560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a_populate_lic.tar.zst\nDEBUG: Searching for d8/6e/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cb/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 87/a7/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4f/f3/sstate:libtool::2.4.7:r0::11:4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db_populate_lic.tar.zst\nDEBUG: Searching for 56/0b/sstate:gobject-introspection-native::1.78.1:r0::11:560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d8/6e/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995_create_spdx.tar.zst\nDEBUG: Using  for cb/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818_package_write_deb.tar.zst\nDEBUG: Using  for 87/a7/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4f/f3/sstate:libtool::2.4.7:r0::11:4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db_populate_lic.tar.zst\nDEBUG: Using  for 56/0b/sstate:gobject-introspection-native::1.78.1:r0::11:560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a_populate_lic.tar.zst\nDEBUG: Testing URL file://d8/6e/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995_create_spdx.tar.zst\nDEBUG: Testing URL file://cb/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818_package_write_deb.tar.zst\nDEBUG: Testing URL file://87/a7/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4f/f3/sstate:libtool::2.4.7:r0::11:4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://56/0b/sstate:gobject-introspection-native::1.78.1:r0::11:560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd8/6e/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cb/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '87/a7/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4f/f3/sstate:libtool::2.4.7:r0::11:4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/f3/sstate%3Alibtool%3A%3A2.4.7%3Ar0%3A%3A11%3A4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db_populate_lic.tar.zst;downloadfilename=4f/f3/sstate:libtool::2.4.7:r0::11:4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db_populate_lic.tar.zst\nDEBUG: For url ['file', '', '56/0b/sstate:gobject-introspection-native::1.78.1:r0::11:560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ac/0a/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c_packagedata.tar.zst\nDEBUG: For url file://d8/6e/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/6e/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A11%3Ad86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995_create_spdx.tar.zst;downloadfilename=d8/6e/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995_create_spdx.tar.zst\nDEBUG: For url file://cb/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/a6/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Acba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818_package_write_deb.tar.zst;downloadfilename=cb/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818_package_write_deb.tar.zst\nDEBUG: For url file://87/a7/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/a7/sstate%3Amesa%3Acore2-64-poky-linux%3A23.3.5%3Ar0%3Acore2-64%3A11%3A87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5_populate_sysroot.tar.zst;downloadfilename=87/a7/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5_populate_sysroot.tar.zst\nDEBUG: For url file://56/0b/sstate:gobject-introspection-native::1.78.1:r0::11:560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/0b/sstate%3Agobject-introspection-native%3A%3A1.78.1%3Ar0%3A%3A11%3A560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a_populate_lic.tar.zst;downloadfilename=56/0b/sstate:gobject-introspection-native::1.78.1:r0::11:560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/85/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/a0/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2_packagedata.tar.zst\nDEBUG: Searching for 4b/85/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/91/f5/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/04/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://01/18/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/07/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://74/b5/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4b/85/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/7d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/04/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/85/sstate:librepo-native::1.16.0:r0::11:7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5c/64/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5_create_runtime_spdx.tar.zst\nDEBUG: Searching for ac/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/ef/85/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee_recipe_qa.tar.zst\nDEBUG: Testing URL file://4b/85/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab_populate_sysroot.tar.zst\nDEBUG: Searching for eb/7d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f9/04/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7b/85/sstate:librepo-native::1.16.0:r0::11:7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/5c/64/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ac/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ef/85/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4b/85/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for eb/7d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c_create_runtime_spdx.tar.zst\nDEBUG: Using  for f9/04/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b_package_write_rpm.tar.zst\nDEBUG: Using  for 7b/85/sstate:librepo-native::1.16.0:r0::11:7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed_populate_lic.tar.zst\nDEBUG: Using  for universal/5c/64/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ac/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb_populate_sysroot.tar.zst\nDEBUG: Using  for universal/ef/85/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee_recipe_qa.tar.zst\nDEBUG: For url file://4b/85/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/85/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3A4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab_populate_sysroot.tar.zst;downloadfilename=4b/85/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab_populate_sysroot.tar.zst\nDEBUG: Testing URL file://eb/7d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f9/04/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7b/85/sstate:librepo-native::1.16.0:r0::11:7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/5c/64/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ac/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/ef/85/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'eb/7d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f9/04/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7b/85/sstate:librepo-native::1.16.0:r0::11:7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4f/f3/sstate:libtool::2.4.7:r0::11:4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/5c/64/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ac/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/54/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A11%3Aac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb_populate_sysroot.tar.zst;downloadfilename=ac/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/ef/85/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://eb/7d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/7d/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Aeb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c_create_runtime_spdx.tar.zst;downloadfilename=eb/7d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c_create_runtime_spdx.tar.zst\nDEBUG: For url file://f9/04/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/04/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3Af904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b_package_write_rpm.tar.zst;downloadfilename=f9/04/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b_package_write_rpm.tar.zst\nDEBUG: For url file://7b/85/sstate:librepo-native::1.16.0:r0::11:7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/85/sstate%3Alibrepo-native%3A%3A1.16.0%3Ar0%3A%3A11%3A7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed_populate_lic.tar.zst;downloadfilename=7b/85/sstate:librepo-native::1.16.0:r0::11:7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://58/8b/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/5c/64/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5c/64/sstate%3Afribidi-native%3Ax86_64-linux%3A1.0.13%3Ar0%3Ax86_64%3A11%3A5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5_create_runtime_spdx.tar.zst;downloadfilename=universal/5c/64/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/ef/85/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ef/85/sstate%3Alibxfixes-native%3Ax86_64-linux%3A6.0.1%3Ar0%3Ax86_64%3A11%3Aef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee_recipe_qa.tar.zst;downloadfilename=universal/ef/85/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://87/a7/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:87a7cbfa462a178ece5ba0bddd89912fb7431bed08f127316a0bc6075da516f5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818_package_write_deb.tar.zst\nDEBUG: Searching for 58/8b/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://56/0b/sstate:gobject-introspection-native::1.78.1:r0::11:560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/f4/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://90/02/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8_recipe_qa.tar.zst\nDEBUG: Using  for 58/8b/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/bb/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78_package_qa.tar.zst\nDEBUG: Searching for e7/f4/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 90/02/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://58/8b/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d_create_runtime_spdx.tar.zst\nDEBUG: Searching for 3a/bb/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e7/f4/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302_recipe_qa.tar.zst\nDEBUG: Using  for 90/02/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '58/8b/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3a/bb/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78_package_qa.tar.zst\nDEBUG: Testing URL file://e7/f4/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302_recipe_qa.tar.zst\nDEBUG: Testing URL file://90/02/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8_recipe_qa.tar.zst\nDEBUG: For url file://58/8b/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/8b/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A11%3A588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d_create_runtime_spdx.tar.zst;downloadfilename=58/8b/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://3a/bb/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e7/f4/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '90/02/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3a/bb/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e7/f4/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/f4/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ae7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302_recipe_qa.tar.zst;downloadfilename=e7/f4/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302_recipe_qa.tar.zst\nDEBUG: For url file://90/02/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/02/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.7%3Ar0%3Acore2-64%3A11%3A9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8_recipe_qa.tar.zst;downloadfilename=90/02/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8_recipe_qa.tar.zst\nDEBUG: For url file://3a/bb/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/bb/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3A3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78_package_qa.tar.zst;downloadfilename=3a/bb/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:ac544e5b9016b8d7c4060b834cfc3b027f5f083748192745954a545a136331cb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/7d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/cb/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://86/88/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/85/sstate:librepo-native::1.16.0:r0::11:7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://68/2a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://51/f6/sstate:nghttp2::1.59.0:r0::11:51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6_populate_lic.tar.zst\nDEBUG: Searching for 86/88/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2e/fe/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df_recipe_qa.tar.zst\nDEBUG: Searching for 68/2a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 51/f6/sstate:nghttp2::1.59.0:r0::11:51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 86/88/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a_packagedata.tar.zst\nDEBUG: Searching for 2e/fe/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 68/2a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb_packagedata.tar.zst\nDEBUG: Using  for 51/f6/sstate:nghttp2::1.59.0:r0::11:51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6_populate_lic.tar.zst\nDEBUG: Testing URL file://86/88/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a_packagedata.tar.zst\nDEBUG: Using  for 2e/fe/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df_recipe_qa.tar.zst\nDEBUG: Testing URL file://68/2a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb_packagedata.tar.zst\nDEBUG: Testing URL file://51/f6/sstate:nghttp2::1.59.0:r0::11:51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '86/88/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2e/fe/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '68/2a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '51/f6/sstate:nghttp2::1.59.0:r0::11:51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://86/88/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/88/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.3.0%3Ar0%3Acore2-64%3A11%3A8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a_packagedata.tar.zst;downloadfilename=86/88/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a_packagedata.tar.zst\nDEBUG: For url ['file', '', '2e/fe/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://68/2a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/2a/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A11%3A682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb_packagedata.tar.zst;downloadfilename=68/2a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/04/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b_package_write_rpm.tar.zst\nDEBUG: For url file://51/f6/sstate:nghttp2::1.59.0:r0::11:51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/f6/sstate%3Anghttp2%3A%3A1.59.0%3Ar0%3A%3A11%3A51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6_populate_lic.tar.zst;downloadfilename=51/f6/sstate:nghttp2::1.59.0:r0::11:51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6_populate_lic.tar.zst\nDEBUG: For url file://2e/fe/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/fe/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A11%3A2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df_recipe_qa.tar.zst;downloadfilename=2e/fe/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ef/85/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:11:ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5c/64/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/57/ba/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/10/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c10624edd42239ee4ff0ee2f76ab4bb8c901c202e54ad73cb4f8f92289009af_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/69/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1e/d6/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/f4/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302_recipe_qa.tar.zst\nDEBUG: Searching for universal/57/ba/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a0/ac/sstate:librsvg::2.56.3:r0::11:a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e_populate_lic.tar.zst\nDEBUG: Searching for f6/69/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/1e/d6/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://26/c6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706_create_spdx.tar.zst\nDEBUG: Using  for universal/57/ba/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06_populate_sysroot.tar.zst\nDEBUG: Searching for a0/ac/sstate:librsvg::2.56.3:r0::11:a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f6/69/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4_packagedata.tar.zst\nDEBUG: Using  for universal/1e/d6/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf_create_runtime_spdx.tar.zst\nDEBUG: Searching for 26/c6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/57/ba/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06_populate_sysroot.tar.zst\nDEBUG: Using  for a0/ac/sstate:librsvg::2.56.3:r0::11:a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e_populate_lic.tar.zst\nDEBUG: Testing URL file://f6/69/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4_packagedata.tar.zst\nDEBUG: Testing URL file://universal/1e/d6/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf_create_runtime_spdx.tar.zst\nDEBUG: Using  for 26/c6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/57/ba/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a0/ac/sstate:librsvg::2.56.3:r0::11:a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f6/69/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/1e/d6/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://26/c6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706_create_spdx.tar.zst\nDEBUG: For url file://universal/57/ba/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/57/ba/sstate%3Apython3-packaging-native%3Ax86_64-linux%3A23.2%3Ar0%3Ax86_64%3A11%3A57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06_populate_sysroot.tar.zst;downloadfilename=universal/57/ba/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a0/ac/sstate:librsvg::2.56.3:r0::11:a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3a/bb/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78_package_qa.tar.zst\nDEBUG: For url file://f6/69/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/69/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A11%3Af669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4_packagedata.tar.zst;downloadfilename=f6/69/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4_packagedata.tar.zst\nDEBUG: For url file://universal/1e/d6/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/d6/sstate%3Apython3-pygments-native%3Ax86_64-linux%3A2.17.2%3Ar0%3Ax86_64%3A11%3A1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf_create_runtime_spdx.tar.zst;downloadfilename=universal/1e/d6/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://90/02/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '26/c6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a0/ac/sstate:librsvg::2.56.3:r0::11:a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/ac/sstate%3Alibrsvg%3A%3A2.56.3%3Ar0%3A%3A11%3Aa0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e_populate_lic.tar.zst;downloadfilename=a0/ac/sstate:librsvg::2.56.3:r0::11:a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/56/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://86/88/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://68/2a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/5a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://26/c6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/c6/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A11%3A26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706_create_spdx.tar.zst;downloadfilename=26/c6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706_create_spdx.tar.zst\nDEBUG: Searching for 4e/56/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2e/fe/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://90/7b/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://51/f6/sstate:nghttp2::1.59.0:r0::11:51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/cd/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://19/2e/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2e/5a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4e/56/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://18/fe/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a_create_runtime_spdx.tar.zst\nDEBUG: Searching for 90/7b/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://74/2f/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://36/ab/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 19/2e/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2e/5a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4e/56/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16_packagedata.tar.zst\nDEBUG: Searching for 18/fe/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 90/7b/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5_package_write_rpm.tar.zst\nDEBUG: Searching for 74/2f/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 36/ab/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 19/2e/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2e/5a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4e/56/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 18/fe/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://90/7b/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5_package_write_rpm.tar.zst\nDEBUG: Using  for 74/2f/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90_populate_sysroot.tar.zst\nDEBUG: Using  for 36/ab/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://19/2e/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2e/5a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4e/56/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/56/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A11%3A4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16_packagedata.tar.zst;downloadfilename=4e/56/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16_packagedata.tar.zst\nDEBUG: Testing URL file://18/fe/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '90/7b/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://74/2f/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90_populate_sysroot.tar.zst\nDEBUG: Testing URL file://36/ab/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '19/2e/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2e/5a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/5a/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.5%3Ar0%3Acore2-64%3A11%3A2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75_deploy_source_date_epoch.tar.zst;downloadfilename=2e/5a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/57/ba/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '18/fe/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://90/7b/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/7b/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A11%3A907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5_package_write_rpm.tar.zst;downloadfilename=90/7b/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/69/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4_packagedata.tar.zst\nDEBUG: For url ['file', '', '74/2f/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '36/ab/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://19/2e/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/2e/sstate%3Ataglib%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2_deploy_source_date_epoch.tar.zst;downloadfilename=19/2e/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://93/2f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1e/d6/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf_create_runtime_spdx.tar.zst\nDEBUG: For url file://18/fe/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/fe/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A11%3A18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a_create_runtime_spdx.tar.zst;downloadfilename=18/fe/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/b5/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7_package.tar.zst\nDEBUG: For url file://74/2f/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/2f/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.20%3Ar0%3Acore2-64%3A11%3A742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90_populate_sysroot.tar.zst;downloadfilename=74/2f/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/ac/sstate:librsvg::2.56.3:r0::11:a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e_populate_lic.tar.zst\nDEBUG: For url file://36/ab/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/ab/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.17.2%3Ar0%3Acore2-64%3A11%3A36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715_deploy_source_date_epoch.tar.zst;downloadfilename=36/ab/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 93/2f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://17/11/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://26/c6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706_create_spdx.tar.zst\nDEBUG: Searching for 98/b5/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/38/96/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/56/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16_packagedata.tar.zst\nDEBUG: Using  for 93/2f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2_recipe_qa.tar.zst\nDEBUG: Searching for 17/11/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2e/5a/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:2e5a5190361cf203f6b6f2cc9f34d5c76495f2498ef9fc1303efe2d043be8a75_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a2/01/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 98/b5/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7_package.tar.zst\nDEBUG: Searching for universal/38/96/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://26/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded_packagedata.tar.zst\nDEBUG: Testing URL file://93/2f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2_recipe_qa.tar.zst\nDEBUG: Using  for 17/11/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://86/54/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27_package.tar.zst\nDEBUG: Searching for universal/a2/01/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://98/b5/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7_package.tar.zst\nDEBUG: Using  for universal/38/96/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918_populate_sysroot.tar.zst\nDEBUG: Searching for 26/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '93/2f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://17/11/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8_create_runtime_spdx.tar.zst\nDEBUG: Searching for 86/54/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a2/01/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '98/b5/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d8/6e/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/38/96/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918_populate_sysroot.tar.zst\nDEBUG: Using  for 26/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded_packagedata.tar.zst\nDEBUG: For url file://93/2f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/2f/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A11%3A932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2_recipe_qa.tar.zst;downloadfilename=93/2f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '17/11/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 86/54/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27_package.tar.zst\nDEBUG: Testing URL file://universal/a2/01/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://98/b5/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/b5/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7_package.tar.zst;downloadfilename=98/b5/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/83/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/38/96/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://26/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded_packagedata.tar.zst\nDEBUG: For url file://17/11/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/11/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A11%3A171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8_create_runtime_spdx.tar.zst;downloadfilename=17/11/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://90/7b/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://86/54/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27_package.tar.zst\nDEBUG: For url ['file', '', 'universal/a2/01/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://19/2e/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:192e7b03a09e72f40d45779f973ea8bfe5c7c76048984b8d5371715582037ba2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b2/83/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/38/96/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/38/96/sstate%3Axcb-proto-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918_populate_sysroot.tar.zst;downloadfilename=universal/38/96/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '26/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://18/fe/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/48/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba_package.tar.zst\nDEBUG: For url ['file', '', '86/54/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://74/2f/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:742f09a29382fd91827c0ed91542b962157ca46fffc2094c48b5b65c02928c90_populate_sysroot.tar.zst\nDEBUG: For url file://universal/a2/01/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a2/01/sstate%3Alibcap-ng-native%3Ax86_64-linux%3A0.8.4%3Ar0%3Ax86_64%3A11%3Aa201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a2/01/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://59/6a/sstate:python3-packaging-native::23.2:r0::11:596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b_populate_lic.tar.zst\nDEBUG: Using  for b2/83/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729_recipe_qa.tar.zst\nDEBUG: For url file://26/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/b9/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A11%3A26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded_packagedata.tar.zst;downloadfilename=26/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/5d/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7_create_spdx.tar.zst\nDEBUG: Searching for 6c/48/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://36/ab/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:36ab836091edc9e35a56fbddcb2090526867b419ef497582f7c3d97ff5103715_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://86/54/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/54/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27_package.tar.zst;downloadfilename=86/54/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27_package.tar.zst\nDEBUG: SState: Attempting to fetch file://46/5f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147_packagedata.tar.zst\nDEBUG: Searching for 59/6a/sstate:python3-packaging-native::23.2:r0::11:596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b2/83/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729_recipe_qa.tar.zst\nDEBUG: Searching for b2/5d/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6c/48/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba_package.tar.zst\nDEBUG: SState: Successful fetch test for file://93/2f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://98/b5/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:98b532bb0ab1568538a55acc6f097a384b36218149bd87a6bad20a1d9c8e16c7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/56/sstate:libtool-native::2.4.7:r0::11:d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b_populate_lic.tar.zst\nDEBUG: Searching for 46/5f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 59/6a/sstate:python3-packaging-native::23.2:r0::11:596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b2/83/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b2/5d/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7_create_spdx.tar.zst\nDEBUG: Testing URL file://6c/48/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/59/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/6e/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9_create_spdx.tar.zst\nDEBUG: Searching for d2/56/sstate:libtool-native::2.4.7:r0::11:d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 46/5f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147_packagedata.tar.zst\nDEBUG: Testing URL file://59/6a/sstate:python3-packaging-native::23.2:r0::11:596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b_populate_lic.tar.zst\nDEBUG: For url file://b2/83/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/83/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3Ab283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729_recipe_qa.tar.zst;downloadfilename=b2/83/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729_recipe_qa.tar.zst\nDEBUG: Testing URL file://b2/5d/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/48/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8d/59/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ed/6e/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d2/56/sstate:libtool-native::2.4.7:r0::11:d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b_populate_lic.tar.zst\nDEBUG: Testing URL file://46/5f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147_packagedata.tar.zst\nDEBUG: For url ['file', '', '59/6a/sstate:python3-packaging-native::23.2:r0::11:596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b2/5d/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6c/48/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/48/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A11%3A6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba_package.tar.zst;downloadfilename=6c/48/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba_package.tar.zst\nDEBUG: Using  for 8d/59/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/38/96/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918_populate_sysroot.tar.zst\nDEBUG: Using  for ed/6e/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9_create_spdx.tar.zst\nDEBUG: Testing URL file://d2/56/sstate:libtool-native::2.4.7:r0::11:d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '46/5f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://59/6a/sstate:python3-packaging-native::23.2:r0::11:596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/6a/sstate%3Apython3-packaging-native%3A%3A23.2%3Ar0%3A%3A11%3A596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b_populate_lic.tar.zst;downloadfilename=59/6a/sstate:python3-packaging-native::23.2:r0::11:596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b_populate_lic.tar.zst\nDEBUG: For url file://b2/5d/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/5d/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.10.0%3Ar0%3Acore2-64%3A11%3Ab25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7_create_spdx.tar.zst;downloadfilename=b2/5d/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7_create_spdx.tar.zst\nDEBUG: Testing URL file://8d/59/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/80/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ed/6e/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://58/8b/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd2/56/sstate:libtool-native::2.4.7:r0::11:d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/a2/01/sstate:libcap-ng-native:x86_64-linux:0.8.4:r0:x86_64:11:a201e09a06325cb031141f0825e4fb93a69a0670f88578f1e3d925f2ed379f80_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://46/5f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/5f/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3A465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147_packagedata.tar.zst;downloadfilename=46/5f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147_packagedata.tar.zst\nDEBUG: For url ['file', '', '8d/59/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2e/80/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://86/54/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:8654cc1ccaf52570e1570279c4c95f7a06afdc97348323602904ee99166b5e27_package.tar.zst\nDEBUG: SState: Successful fetch test for file://26/b9/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ed/6e/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://84/67/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d2/56/sstate:libtool-native::2.4.7:r0::11:d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/56/sstate%3Alibtool-native%3A%3A2.4.7%3Ar0%3A%3A11%3Ad256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b_populate_lic.tar.zst;downloadfilename=d2/56/sstate:libtool-native::2.4.7:r0::11:d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/31/cb/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8d/59/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/59/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A11%3A8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189_package_write_rpm.tar.zst;downloadfilename=8d/59/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189_package_write_rpm.tar.zst\nDEBUG: Using  for 2e/80/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/b9/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://43/de/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c_create_runtime_spdx.tar.zst\nDEBUG: For url file://ed/6e/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/6e/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.25.1%3Ar0%3Acore2-64%3A11%3Aed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9_create_spdx.tar.zst;downloadfilename=ed/6e/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9_create_spdx.tar.zst\nDEBUG: Searching for 84/67/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/31/cb/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2e/80/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/83/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729_recipe_qa.tar.zst\nDEBUG: Searching for f8/b9/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 43/de/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 84/67/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/31/cb/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/48/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:6c487c353abd48bcf6dcf6a4cd9f49709cc9f8bd89bd99b1a690052109169eba_package.tar.zst\nDEBUG: For url ['file', '', '2e/80/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://59/6a/sstate:python3-packaging-native::23.2:r0::11:596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://69/88/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e_package.tar.zst\nDEBUG: Using  for f8/b9/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345_packagedata.tar.zst\nDEBUG: Using  for 43/de/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://84/67/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/31/cb/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://af/fc/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313_package_qa.tar.zst\nDEBUG: For url file://2e/80/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/80/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A7.4.4%3Ar0%3Acore2-64%3A11%3A2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80_create_runtime_spdx.tar.zst;downloadfilename=2e/80/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://da/be/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44_package_qa.tar.zst\nDEBUG: Searching for 69/88/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f8/b9/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345_packagedata.tar.zst\nDEBUG: Testing URL file://43/de/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '84/67/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/31/cb/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for af/fc/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for da/be/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 69/88/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e_package.tar.zst\nDEBUG: For url ['file', '', 'f8/b9/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '43/de/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://84/67/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/67/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b_deploy_source_date_epoch.tar.zst;downloadfilename=84/67/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/31/cb/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/cb/sstate%3Aqemu-native%3Ax86_64-linux%3A8.2.0%3Ar0%3Ax86_64%3A11%3A31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst;downloadfilename=universal/31/cb/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for af/fc/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313_package_qa.tar.zst\nDEBUG: Using  for da/be/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44_package_qa.tar.zst\nDEBUG: Testing URL file://69/88/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e_package.tar.zst\nDEBUG: For url file://f8/b9/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/b9/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3Af8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345_packagedata.tar.zst;downloadfilename=f8/b9/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345_packagedata.tar.zst\nDEBUG: For url file://43/de/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/de/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c_create_runtime_spdx.tar.zst;downloadfilename=43/de/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://af/fc/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313_package_qa.tar.zst\nDEBUG: Testing URL file://da/be/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://46/5f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147_packagedata.tar.zst\nDEBUG: For url ['file', '', '69/88/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'af/fc/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d2/56/sstate:libtool-native::2.4.7:r0::11:d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'da/be/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f3/be/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81_create_spdx.tar.zst\nDEBUG: For url file://69/88/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/88/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e_package.tar.zst;downloadfilename=69/88/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e_package.tar.zst\nDEBUG: For url file://af/fc/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/fc/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3Aaffcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313_package_qa.tar.zst;downloadfilename=af/fc/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2c/c9/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201_create_runtime_spdx.tar.zst\nDEBUG: For url file://da/be/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/be/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.16%3Ar0%3Acore2-64%3A11%3Adabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44_package_qa.tar.zst;downloadfilename=da/be/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44_package_qa.tar.zst\nDEBUG: Searching for f3/be/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/2c/c9/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8d/59/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189_package_write_rpm.tar.zst\nDEBUG: Using  for f3/be/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81_create_spdx.tar.zst\nDEBUG: Using  for universal/2c/c9/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://59/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc_packagedata.tar.zst\nDEBUG: Testing URL file://f3/be/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/2c/c9/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201_create_runtime_spdx.tar.zst\nDEBUG: Searching for 59/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f3/be/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2c/c9/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 59/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc_packagedata.tar.zst\nDEBUG: For url file://f3/be/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/be/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.5p1%3Ar0%3Acore2-64%3A11%3Af3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81_create_spdx.tar.zst;downloadfilename=f3/be/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81_create_spdx.tar.zst\nDEBUG: For url file://universal/2c/c9/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2c/c9/sstate%3Apython3-trove-classifiers-native%3Ax86_64-linux%3A2024.1.8%3Ar0%3Ax86_64%3A11%3A2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201_create_runtime_spdx.tar.zst;downloadfilename=universal/2c/c9/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://59/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc_packagedata.tar.zst\nDEBUG: For url ['file', '', '59/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://59/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/6a/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc_packagedata.tar.zst;downloadfilename=59/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://84/67/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:846739efe8842fe912073b68712a532201c0577503853fc07693b0724fa48f4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/31/cb/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://56/c4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/b9/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://82/0f/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61_create_spdx.tar.zst\nDEBUG: Searching for 56/c4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/4f/71/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c_create_runtime_spdx.tar.zst\nDEBUG: Searching for 82/0f/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 56/c4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879_package.tar.zst\nDEBUG: Searching for universal/4f/71/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 82/0f/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61_create_spdx.tar.zst\nDEBUG: Testing URL file://56/c4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879_package.tar.zst\nDEBUG: Using  for universal/4f/71/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://82/0f/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61_create_spdx.tar.zst\nDEBUG: For url ['file', '', '56/c4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/4f/71/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '82/0f/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://56/c4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/c4/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A11%3A56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879_package.tar.zst;downloadfilename=56/c4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879_package.tar.zst\nDEBUG: For url ['file', '', 'universal/4f/71/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://82/0f/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/0f/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61_create_spdx.tar.zst;downloadfilename=82/0f/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61_create_spdx.tar.zst\nDEBUG: For url file://universal/4f/71/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/71/sstate%3Aitstool-native%3Ax86_64-linux%3A2.0.7%3Ar0%3Ax86_64%3A11%3A4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c_create_runtime_spdx.tar.zst;downloadfilename=universal/4f/71/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/fc/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://69/88/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:698866fdf2de89c66938912ca3574c20f07fd42e536ddf240cabc2f0c590078e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://da/be/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44_package_qa.tar.zst\nDEBUG: Searching for universal/80/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f3/be/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4e/cc/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/73/64/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c_create_spdx.tar.zst\nDEBUG: Using  for universal/80/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/df/37/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/4e/cc/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/73/64/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/80/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/df/37/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/4e/cc/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0_create_spdx.tar.zst\nDEBUG: Using  for universal/73/64/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/80/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/df/37/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/4e/cc/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/73/64/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c_create_spdx.tar.zst\nDEBUG: For url file://universal/80/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/ed/sstate%3Alibgcrypt-native%3Ax86_64-linux%3A1.10.3%3Ar0%3Ax86_64%3A11%3A80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0_create_runtime_spdx.tar.zst;downloadfilename=universal/80/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/df/37/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/4e/cc/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/73/64/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/df/37/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4e/cc/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4e/cc/sstate%3Apseudo-native%3Ax86_64-linux%3A1.9.0%2Bgit%3Ar0%3Ax86_64%3A11%3A4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0_create_spdx.tar.zst;downloadfilename=universal/4e/cc/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://59/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc_packagedata.tar.zst\nDEBUG: For url file://universal/73/64/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/73/64/sstate%3Alibxext-native%3Ax86_64-linux%3A1.3.5%3Ar0%3Ax86_64%3A11%3A7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c_create_spdx.tar.zst;downloadfilename=universal/73/64/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2c/c9/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://17/11/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/df/37/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/df/37/sstate%3Alibxcb-native%3Ax86_64-linux%3A1.16%3Ar0%3Ax86_64%3A11%3Adf372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/df/37/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/e1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://56/c4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:56c4a4a31a44c3fa64450ed11ecf662aeb867b60b03daeab71ef1dcca6c8f879_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/30/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://82/0f/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/05/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f_package_write_rpm.tar.zst\nDEBUG: Searching for a1/e1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://53/b7/sstate:btrfs-tools::6.5.3:r0::11:53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271_populate_lic.tar.zst\nDEBUG: Searching for universal/7e/30/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/4f/71/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:11:4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/08/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491_package_write_rpm.tar.zst\nDEBUG: Searching for 0c/05/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a1/e1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5_populate_sysroot.tar.zst\nDEBUG: Searching for 53/b7/sstate:btrfs-tools::6.5.3:r0::11:53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/7e/30/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f3/fc/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc_create_spdx.tar.zst\nDEBUG: Searching for 0b/08/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0c/05/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a1/e1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5_populate_sysroot.tar.zst\nDEBUG: Using  for 53/b7/sstate:btrfs-tools::6.5.3:r0::11:53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/7e/30/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a_populate_sysroot.tar.zst\nDEBUG: Searching for universal/f3/fc/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0b/08/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0c/05/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a1/e1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://53/b7/sstate:btrfs-tools::6.5.3:r0::11:53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/7e/30/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f3/fc/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc_create_spdx.tar.zst\nDEBUG: Testing URL file://0b/08/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0c/05/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a1/e1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/e1/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A11%3Aa1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5_populate_sysroot.tar.zst;downloadfilename=a1/e1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '53/b7/sstate:btrfs-tools::6.5.3:r0::11:53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/7e/30/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/30/sstate%3Aasciidoc-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A11%3A7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a_populate_sysroot.tar.zst;downloadfilename=universal/7e/30/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/f3/fc/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0b/08/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0c/05/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/05/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.2.0%3Ar0%3Acore2-64%3A11%3A0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f_package_write_rpm.tar.zst;downloadfilename=0c/05/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f_package_write_rpm.tar.zst\nDEBUG: For url file://53/b7/sstate:btrfs-tools::6.5.3:r0::11:53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/b7/sstate%3Abtrfs-tools%3A%3A6.5.3%3Ar0%3A%3A11%3A53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271_populate_lic.tar.zst;downloadfilename=53/b7/sstate:btrfs-tools::6.5.3:r0::11:53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/f3/fc/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/80/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0_create_runtime_spdx.tar.zst\nDEBUG: For url file://0b/08/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/08/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491_package_write_rpm.tar.zst;downloadfilename=0b/08/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4e/cc/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/73/64/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c_create_spdx.tar.zst\nDEBUG: For url file://universal/f3/fc/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f3/fc/sstate%3Alibxdamage-native%3Ax86_64-linux%3A1.1.6%3Ar0%3Ax86_64%3A11%3Af3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc_create_spdx.tar.zst;downloadfilename=universal/f3/fc/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/64/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/3d/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://01/18/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/df/37/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:df372ff81ee94ccd22f2146e244edf3ea5db99fe63d4975db0ac681a7cbe062b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ec/64/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e5/3d/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b2/5d/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7_create_spdx.tar.zst\nDEBUG: Searching for 01/18/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a1/e1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:a1e1dbc45901167d13bd07386af2e2fabb9033aed5d3903b84007a0007c6dee5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/25/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e_package_write_rpm.tar.zst\nDEBUG: Using  for ec/64/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2_package.tar.zst\nDEBUG: Using  for e5/3d/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://da/22/sstate:libxshmfence::1.3.2:r0::11:da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55_populate_lic.tar.zst\nDEBUG: Using  for 01/18/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://78/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529_packagedata.tar.zst\nDEBUG: Searching for cb/25/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ec/64/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2_package.tar.zst\nDEBUG: Testing URL file://e5/3d/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7_package.tar.zst\nDEBUG: Searching for da/22/sstate:libxshmfence::1.3.2:r0::11:da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://01/18/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a_package_write_rpm.tar.zst\nDEBUG: Searching for 78/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cb/25/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ec/64/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e5/3d/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for da/22/sstate:libxshmfence::1.3.2:r0::11:da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55_populate_lic.tar.zst\nDEBUG: For url ['file', '', '01/18/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 78/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529_packagedata.tar.zst\nDEBUG: Testing URL file://cb/25/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e_package_write_rpm.tar.zst\nDEBUG: For url file://ec/64/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/64/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A11%3Aec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2_package.tar.zst;downloadfilename=ec/64/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2_package.tar.zst\nDEBUG: For url file://e5/3d/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/3d/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.40%3Ar0%3Acore2-64%3A11%3Ae53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7_package.tar.zst;downloadfilename=e5/3d/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7_package.tar.zst\nDEBUG: Testing URL file://da/22/sstate:libxshmfence::1.3.2:r0::11:da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55_populate_lic.tar.zst\nDEBUG: For url file://01/18/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/18/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.2%3Ar0%3Acore2-64%3A11%3A01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a_package_write_rpm.tar.zst;downloadfilename=01/18/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://78/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529_packagedata.tar.zst\nDEBUG: For url ['file', '', 'cb/25/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'da/22/sstate:libxshmfence::1.3.2:r0::11:da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4b/85/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:4b85877ce2e1c0dcf485e86571abd1bcc6dbf31035efab6ebc71325a3c8a7eab_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/30/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:7e309664ae490609186be6b4486c2f9b94e1dd568ff4a493f4c6c1c8abd6367a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://53/b7/sstate:btrfs-tools::6.5.3:r0::11:53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271_populate_lic.tar.zst\nDEBUG: For url ['file', '', '78/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cb/25/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/25/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.4%3Ar0%3Acore2-64%3A11%3Acb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e_package_write_rpm.tar.zst;downloadfilename=cb/25/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e_package_write_rpm.tar.zst\nDEBUG: For url file://da/22/sstate:libxshmfence::1.3.2:r0::11:da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/22/sstate%3Alibxshmfence%3A%3A1.3.2%3Ar0%3A%3A11%3Ada22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55_populate_lic.tar.zst;downloadfilename=da/22/sstate:libxshmfence::1.3.2:r0::11:da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/80/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/61/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/05/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/72/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/98/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0_recipe_qa.tar.zst\nDEBUG: For url file://78/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/4c/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.59.0%3Ar0%3Acore2-64%3A11%3A784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529_packagedata.tar.zst;downloadfilename=78/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f3/fc/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/ee/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f_package_write_rpm.tar.zst\nDEBUG: Searching for 73/61/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1f/d8/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/6e/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9_create_spdx.tar.zst\nDEBUG: Searching for c7/72/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c5/98/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/67/c1/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cd/ee/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ec/64/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ec645ee933e13bf10d361553c2aadce71d272066ad182e534c88e445cb81d3e2_package.tar.zst\nDEBUG: Using  for 73/61/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32_create_spdx.tar.zst\nDEBUG: Searching for 1f/d8/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f8/a7/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c7/72/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e_package_qa.tar.zst\nDEBUG: Using  for c5/98/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0_recipe_qa.tar.zst\nDEBUG: Searching for universal/67/c1/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cd/ee/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/bd/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://73/61/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32_create_spdx.tar.zst\nDEBUG: Using  for 1f/d8/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3_recipe_qa.tar.zst\nDEBUG: Searching for f8/a7/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c7/72/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e_package_qa.tar.zst\nDEBUG: Testing URL file://c5/98/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0_recipe_qa.tar.zst\nDEBUG: Using  for universal/67/c1/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cd/ee/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f_package_write_rpm.tar.zst\nDEBUG: Searching for f6/bd/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '73/61/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1f/d8/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3_recipe_qa.tar.zst\nDEBUG: Using  for f8/a7/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c7/72/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/98/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/67/c1/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cd/ee/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f6/bd/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657_create_runtime_spdx.tar.zst\nDEBUG: For url file://73/61/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/61/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32_create_spdx.tar.zst;downloadfilename=73/61/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1f/d8/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f8/a7/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c7/72/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/72/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3Ac772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e_package_qa.tar.zst;downloadfilename=c7/72/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e_package_qa.tar.zst\nDEBUG: For url file://c5/98/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/98/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A11%3Ac59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0_recipe_qa.tar.zst;downloadfilename=c5/98/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/67/c1/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cd/ee/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/ee/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A11%3Acdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f_package_write_rpm.tar.zst;downloadfilename=cd/ee/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f6/bd/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/3d/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:e53d7744bd5b4ad670fd48439cf46ce784768514e8b3833336f4e6daf811f3a7_package.tar.zst\nDEBUG: For url file://1f/d8/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/d8/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3_recipe_qa.tar.zst;downloadfilename=1f/d8/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f8/a7/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://01/18/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a_package_write_rpm.tar.zst\nDEBUG: For url file://universal/67/c1/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/c1/sstate%3Alibmpc-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A11%3A67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/67/c1/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://da/22/sstate:libxshmfence::1.3.2:r0::11:da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f6/bd/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://78/4c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://43/de/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://90/1a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652_populate_sysroot.tar.zst\nDEBUG: For url file://f8/a7/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/a7/sstate%3Aliberror-perl%3Acore2-64-poky-linux%3A0.17029%3Ar0%3Acore2-64%3A11%3Af8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75_deploy_source_date_epoch.tar.zst;downloadfilename=f8/a7/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/b5/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://17/5e/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65_packagedata.tar.zst\nDEBUG: For url file://f6/bd/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/bd/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.11%3Ar0%3Aqemux86_64%3A11%3Af6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657_create_runtime_spdx.tar.zst;downloadfilename=f6/bd/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://66/6b/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://55/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3_package_write_deb.tar.zst\nDEBUG: Searching for 90/1a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4c/b5/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 17/5e/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c7/72/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e_package_qa.tar.zst\nDEBUG: Searching for 66/6b/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 55/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c5/98/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0_recipe_qa.tar.zst\nDEBUG: Using  for 90/1a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652_populate_sysroot.tar.zst\nDEBUG: Using  for 4c/b5/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d_create_spdx.tar.zst\nDEBUG: Using  for 17/5e/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/24/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 66/6b/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706_packagedata.tar.zst\nDEBUG: Using  for 55/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/2e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://90/1a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4c/b5/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d_create_spdx.tar.zst\nDEBUG: Testing URL file://17/5e/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65_packagedata.tar.zst\nDEBUG: Searching for 4c/24/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://66/6b/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706_packagedata.tar.zst\nDEBUG: Testing URL file://55/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3_package_write_deb.tar.zst\nDEBUG: Searching for f9/2e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '90/1a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4c/b5/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '17/5e/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4c/24/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '66/6b/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '55/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f9/2e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1_populate_sysroot.tar.zst\nDEBUG: For url file://90/1a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/1a/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652_populate_sysroot.tar.zst;downloadfilename=90/1a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652_populate_sysroot.tar.zst\nDEBUG: For url file://4c/b5/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/b5/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A11%3A4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d_create_spdx.tar.zst;downloadfilename=4c/b5/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d_create_spdx.tar.zst\nDEBUG: For url file://17/5e/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/5e/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A11%3A175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65_packagedata.tar.zst;downloadfilename=17/5e/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65_packagedata.tar.zst\nDEBUG: Testing URL file://4c/24/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://66/6b/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/6b/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A11%3A666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706_packagedata.tar.zst;downloadfilename=66/6b/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706_packagedata.tar.zst\nDEBUG: For url file://55/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/95/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3_package_write_deb.tar.zst;downloadfilename=55/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3_package_write_deb.tar.zst\nDEBUG: Testing URL file://f9/2e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/ee/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:11:cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4c/24/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1f/d8/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/c1/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:67c1a1b039773855f6d9f9c9cde0afccd7f3414601ecbadd41c5e5334adb3c4c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f9/2e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f8/a7/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:f8a7e3803e24d51c3ef99670ee83f8bc296952e7c37f319d7fbc86993f00de75_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/94/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/bd/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657_create_runtime_spdx.tar.zst\nDEBUG: For url file://4c/24/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/24/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.30.2%3Ar0%3Acore2-64%3A11%3A4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af_deploy_source_date_epoch.tar.zst;downloadfilename=4c/24/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/34/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/9f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f9/2e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/2e/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A11%3Af92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1_populate_sysroot.tar.zst;downloadfilename=f9/2e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/6b/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb_create_spdx.tar.zst\nDEBUG: Searching for a4/94/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://06/7b/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa_populate_sysroot.tar.zst\nDEBUG: Searching for d4/34/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for dc/9f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7e/6b/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a4/94/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f_package.tar.zst\nDEBUG: Searching for 06/7b/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://90/1a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:901a70cd0afd84db8ebdc600f0fd710f327ccc46f78707086b45fbd6a8331652_populate_sysroot.tar.zst\nDEBUG: Using  for d4/34/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418_populate_sysroot.tar.zst\nDEBUG: Using  for dc/9f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7e/6b/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb_create_spdx.tar.zst\nDEBUG: Testing URL file://a4/94/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f_package.tar.zst\nDEBUG: Using  for 06/7b/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/d1/sstate:glibc-mtrace::2.38:r0::11:5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310_populate_lic.tar.zst\nDEBUG: Testing URL file://d4/34/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418_populate_sysroot.tar.zst\nDEBUG: Testing URL file://dc/9f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7e/6b/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a4/94/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://06/7b/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa_populate_sysroot.tar.zst\nDEBUG: Searching for 5f/d1/sstate:glibc-mtrace::2.38:r0::11:5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd4/34/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'dc/9f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7e/6b/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a4/94/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/94/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A11%3Aa49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f_package.tar.zst;downloadfilename=a4/94/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f_package.tar.zst\nDEBUG: For url ['file', '', '06/7b/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5f/d1/sstate:glibc-mtrace::2.38:r0::11:5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310_populate_lic.tar.zst\nDEBUG: For url file://d4/34/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/34/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.4%3Ar0%3Acore2-64%3A11%3Ad434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418_populate_sysroot.tar.zst;downloadfilename=d4/34/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418_populate_sysroot.tar.zst\nDEBUG: For url file://dc/9f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/9f/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A11%3Adc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6_deploy_source_date_epoch.tar.zst;downloadfilename=dc/9f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7e/6b/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/6b/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb_create_spdx.tar.zst;downloadfilename=7e/6b/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb_create_spdx.tar.zst\nDEBUG: For url file://06/7b/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/7b/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.28%3Ar0%3Acore2-64%3A11%3A067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa_populate_sysroot.tar.zst;downloadfilename=06/7b/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5f/d1/sstate:glibc-mtrace::2.38:r0::11:5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/b5/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://66/6b/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://17/5e/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65_packagedata.tar.zst\nDEBUG: For url ['file', '', '5f/d1/sstate:glibc-mtrace::2.38:r0::11:5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://55/95/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://16/eb/sstate:consolekit::0.4.6:r0::11:16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/24/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:4c240e91065c58d32beb80c6a5a4209a7e8274e2c77b14db48d61be56bff02af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/2e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:f92e55958e20faae477546e38707f83b8056f0fa243c16dd9db9b6b07b5941e1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/6c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/25/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b_recipe_qa.tar.zst\nDEBUG: For url file://5f/d1/sstate:glibc-mtrace::2.38:r0::11:5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/d1/sstate%3Aglibc-mtrace%3A%3A2.38%3Ar0%3A%3A11%3A5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310_populate_lic.tar.zst;downloadfilename=5f/d1/sstate:glibc-mtrace::2.38:r0::11:5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/7b/sstate:gperf-native::3.1:r0::11:f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7_populate_lic.tar.zst\nDEBUG: Searching for 16/eb/sstate:consolekit::0.4.6:r0::11:16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://4f/34/sstate:pulseaudio-client-conf-sato::1:r0::11:4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://19/07/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a_populate_sysroot.tar.zst\nDEBUG: Searching for cd/6c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cd/25/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f3/7b/sstate:gperf-native::3.1:r0::11:f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 16/eb/sstate:consolekit::0.4.6:r0::11:16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569_populate_lic.tar.zst\nDEBUG: Searching for 4f/34/sstate:pulseaudio-client-conf-sato::1:r0::11:4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 19/07/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cd/6c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb_populate_sysroot.tar.zst\nDEBUG: Using  for cd/25/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b_recipe_qa.tar.zst\nDEBUG: Using  for f3/7b/sstate:gperf-native::3.1:r0::11:f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7_populate_lic.tar.zst\nDEBUG: Testing URL file://16/eb/sstate:consolekit::0.4.6:r0::11:16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569_populate_lic.tar.zst\nDEBUG: Using  for 4f/34/sstate:pulseaudio-client-conf-sato::1:r0::11:4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555_populate_lic.tar.zst\nDEBUG: Using  for 19/07/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cd/6c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cd/25/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b_recipe_qa.tar.zst\nDEBUG: Testing URL file://f3/7b/sstate:gperf-native::3.1:r0::11:f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '16/eb/sstate:consolekit::0.4.6:r0::11:16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4f/34/sstate:pulseaudio-client-conf-sato::1:r0::11:4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555_populate_lic.tar.zst\nDEBUG: Testing URL file://19/07/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'cd/6c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cd/25/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f3/7b/sstate:gperf-native::3.1:r0::11:f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://16/eb/sstate:consolekit::0.4.6:r0::11:16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/eb/sstate%3Aconsolekit%3A%3A0.4.6%3Ar0%3A%3A11%3A16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569_populate_lic.tar.zst;downloadfilename=16/eb/sstate:consolekit::0.4.6:r0::11:16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4f/34/sstate:pulseaudio-client-conf-sato::1:r0::11:4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '19/07/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cd/6c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/6c/sstate%3Ashadow-sysroot%3Acore2-64-poky-linux%3A4.6%3Ar0%3Acore2-64%3A11%3Acd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb_populate_sysroot.tar.zst;downloadfilename=cd/6c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb_populate_sysroot.tar.zst\nDEBUG: For url file://cd/25/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/25/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.56.3%3Ar0%3Acore2-64%3A11%3Acd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b_recipe_qa.tar.zst;downloadfilename=cd/25/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b_recipe_qa.tar.zst\nDEBUG: For url file://f3/7b/sstate:gperf-native::3.1:r0::11:f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/7b/sstate%3Agperf-native%3A%3A3.1%3Ar0%3A%3A11%3Af37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7_populate_lic.tar.zst;downloadfilename=f3/7b/sstate:gperf-native::3.1:r0::11:f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7_populate_lic.tar.zst\nDEBUG: For url file://4f/34/sstate:pulseaudio-client-conf-sato::1:r0::11:4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/34/sstate%3Apulseaudio-client-conf-sato%3A%3A1%3Ar0%3A%3A11%3A4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555_populate_lic.tar.zst;downloadfilename=4f/34/sstate:pulseaudio-client-conf-sato::1:r0::11:4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555_populate_lic.tar.zst\nDEBUG: For url file://19/07/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/07/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A11%3A190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a_populate_sysroot.tar.zst;downloadfilename=19/07/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/9f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:dc9f9db0d088d48786c3fdb54ec338c831ce1ada543fff28dc9ea51b36e6dce6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/94/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:a49419acb958cb5afba93d590bb30694fd1fab02449e1dfd7852a8df46115d4f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/34/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:d434ae33013f4638149ea5640c5e14a8a9c2b4853c310b5f1bb7951c09768418_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/6b/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/d1/sstate:glibc-mtrace::2.38:r0::11:5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4d/9d/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://53/cc/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://16/eb/sstate:consolekit::0.4.6:r0::11:16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://93/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/7f/sstate:blktrace::1.3.0+git:r0::11:5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9b/c5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/4d/9d/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 53/cc/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e1/75/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d_create_spdx.tar.zst\nDEBUG: Searching for 93/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5a/7f/sstate:blktrace::1.3.0+git:r0::11:5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/9b/c5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/4d/9d/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 53/cc/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc_create_runtime_spdx.tar.zst\nDEBUG: Searching for e1/75/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 93/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa_packagedata.tar.zst\nDEBUG: Using  for 5a/7f/sstate:blktrace::1.3.0+git:r0::11:5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9_populate_lic.tar.zst\nDEBUG: Using  for universal/9b/c5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/4d/9d/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://53/cc/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc_create_runtime_spdx.tar.zst\nDEBUG: Using  for e1/75/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d_create_spdx.tar.zst\nDEBUG: Testing URL file://93/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa_packagedata.tar.zst\nDEBUG: Testing URL file://5a/7f/sstate:blktrace::1.3.0+git:r0::11:5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/9b/c5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/4d/9d/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '53/cc/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e1/75/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '93/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5a/7f/sstate:blktrace::1.3.0+git:r0::11:5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/9b/c5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4d/9d/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4d/9d/sstate%3Apython3-wheel-native%3Ax86_64-linux%3A0.42.0%3Ar0%3Ax86_64%3A11%3A4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4d/9d/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://53/cc/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/cc/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3A53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc_create_runtime_spdx.tar.zst;downloadfilename=53/cc/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e1/75/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://93/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/3d/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa_packagedata.tar.zst;downloadfilename=93/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa_packagedata.tar.zst\nDEBUG: For url file://5a/7f/sstate:blktrace::1.3.0+git:r0::11:5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/7f/sstate%3Ablktrace%3A%3A1.3.0%2Bgit%3Ar0%3A%3A11%3A5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9_populate_lic.tar.zst;downloadfilename=5a/7f/sstate:blktrace::1.3.0+git:r0::11:5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9_populate_lic.tar.zst\nDEBUG: For url file://universal/9b/c5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9b/c5/sstate%3Alibxft-native%3Ax86_64-linux%3A2.3.8%3Ar0%3Ax86_64%3A11%3A9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94_deploy_source_date_epoch.tar.zst;downloadfilename=universal/9b/c5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e1/75/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/75/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A11%3Ae17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d_create_spdx.tar.zst;downloadfilename=e1/75/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/25/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/6c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/34/sstate:pulseaudio-client-conf-sato::1:r0::11:4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/7b/sstate:gperf-native::3.1:r0::11:f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/08/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://19/07/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:190733a02a82df51abb0143ede8a1d503a59f28e72d312d05bb7eaf0270d2c2a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://08/9a/sstate:python3-wheel-native::0.42.0:r0::11:089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/87/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://da/43/sstate:sbc::2.0:r0::11:da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/fa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/a2/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9d/d5/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8_recipe_qa.tar.zst\nDEBUG: Searching for 08/9a/sstate:python3-wheel-native::0.42.0:r0::11:089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0b/87/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for da/43/sstate:sbc::2.0:r0::11:da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9f/fa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3d/a2/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/9d/d5/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 08/9a/sstate:python3-wheel-native::0.42.0:r0::11:089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2_populate_lic.tar.zst\nDEBUG: Using  for 0b/87/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d_create_runtime_spdx.tar.zst\nDEBUG: Using  for da/43/sstate:sbc::2.0:r0::11:da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4_populate_lic.tar.zst\nDEBUG: Using  for 9f/fa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381_packagedata.tar.zst\nDEBUG: Using  for 3d/a2/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/9d/d5/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8_recipe_qa.tar.zst\nDEBUG: Testing URL file://08/9a/sstate:python3-wheel-native::0.42.0:r0::11:089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2_populate_lic.tar.zst\nDEBUG: Testing URL file://0b/87/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://da/43/sstate:sbc::2.0:r0::11:da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4_populate_lic.tar.zst\nDEBUG: Testing URL file://9f/fa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381_packagedata.tar.zst\nDEBUG: Testing URL file://3d/a2/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/9d/d5/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4d/9d/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:4d9dbd0d58d0b1aaf4cbe6e4b5247b435f5c05945cbc045bd3d8763b54934dfd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '08/9a/sstate:python3-wheel-native::0.42.0:r0::11:089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0b/87/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'da/43/sstate:sbc::2.0:r0::11:da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9f/fa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3d/a2/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/9d/d5/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://59/a9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee_package.tar.zst\nDEBUG: For url file://08/9a/sstate:python3-wheel-native::0.42.0:r0::11:089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/9a/sstate%3Apython3-wheel-native%3A%3A0.42.0%3Ar0%3A%3A11%3A089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2_populate_lic.tar.zst;downloadfilename=08/9a/sstate:python3-wheel-native::0.42.0:r0::11:089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2_populate_lic.tar.zst\nDEBUG: For url file://0b/87/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/87/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A11%3A0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d_create_runtime_spdx.tar.zst;downloadfilename=0b/87/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d_create_runtime_spdx.tar.zst\nDEBUG: For url file://da/43/sstate:sbc::2.0:r0::11:da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/43/sstate%3Asbc%3A%3A2.0%3Ar0%3A%3A11%3Ada439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4_populate_lic.tar.zst;downloadfilename=da/43/sstate:sbc::2.0:r0::11:da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4_populate_lic.tar.zst\nDEBUG: For url file://9f/fa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/fa/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A11%3A9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381_packagedata.tar.zst;downloadfilename=9f/fa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381_packagedata.tar.zst\nDEBUG: For url file://3d/a2/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/a2/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370_deploy_source_date_epoch.tar.zst;downloadfilename=3d/a2/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/9d/d5/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9d/d5/sstate%3Apython3-six-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8_recipe_qa.tar.zst;downloadfilename=universal/9d/d5/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8_recipe_qa.tar.zst\nDEBUG: Searching for 59/a9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cb/25/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://73/61/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://93/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/7f/sstate:blktrace::1.3.0+git:r0::11:5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9_populate_lic.tar.zst\nDEBUG: Using  for 59/a9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/75/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:11:e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/93/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66_package.tar.zst\nDEBUG: SState: Attempting to fetch file://24/8b/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/71/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://80/5c/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://59/a9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee_package.tar.zst\nDEBUG: SState: Attempting to fetch file://59/86/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a_packagedata.tar.zst\nDEBUG: Searching for fe/93/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 24/8b/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/da/71/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 80/5c/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '59/a9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 59/86/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fe/93/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66_package.tar.zst\nDEBUG: Using  for 24/8b/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924_package_write_rpm.tar.zst\nDEBUG: Using  for universal/da/71/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7_create_runtime_spdx.tar.zst\nDEBUG: Using  for 80/5c/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9_package_write_rpm.tar.zst\nDEBUG: For url file://59/a9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/a9/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A11%3A59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee_package.tar.zst;downloadfilename=59/a9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee_package.tar.zst\nDEBUG: Using  for 59/86/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a_packagedata.tar.zst\nDEBUG: Testing URL file://fe/93/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66_package.tar.zst\nDEBUG: Testing URL file://24/8b/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/da/71/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://80/5c/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://59/86/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'fe/93/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/9b/c5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:9bc5e6b0676f1956a0f8cdcf5e320088f05e5c0ca6292db16344408f878f6c94_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://08/9a/sstate:python3-wheel-native::0.42.0:r0::11:089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2_populate_lic.tar.zst\nDEBUG: For url ['file', '', '24/8b/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/da/71/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '80/5c/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '59/86/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fe/93/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/93/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A11%3Afe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66_package.tar.zst;downloadfilename=fe/93/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66_package.tar.zst\nDEBUG: SState: Attempting to fetch file://42/c0/sstate:dnf::4.18.2:r0::11:42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/23/sstate:libevent::2.1.12:r0::11:7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017_populate_lic.tar.zst\nDEBUG: For url file://24/8b/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/8b/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A11%3A248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924_package_write_rpm.tar.zst;downloadfilename=24/8b/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924_package_write_rpm.tar.zst\nDEBUG: For url file://universal/da/71/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/71/sstate%3Agperf-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A11%3Ada719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7_create_runtime_spdx.tar.zst;downloadfilename=universal/da/71/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7_create_runtime_spdx.tar.zst\nDEBUG: For url file://80/5c/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/5c/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9_package_write_rpm.tar.zst;downloadfilename=80/5c/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9_package_write_rpm.tar.zst\nDEBUG: For url file://59/86/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/86/sstate%3Alibedit%3Acore2-64-poky-linux%3A20230828-3.1%3Ar0%3Acore2-64%3A11%3A5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a_packagedata.tar.zst;downloadfilename=59/86/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a_packagedata.tar.zst\nDEBUG: Searching for 42/c0/sstate:dnf::4.18.2:r0::11:42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7b/23/sstate:libevent::2.1.12:r0::11:7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://da/43/sstate:sbc::2.0:r0::11:da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/87/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/fa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9d/d5/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8_recipe_qa.tar.zst\nDEBUG: Using  for 42/c0/sstate:dnf::4.18.2:r0::11:42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/a2/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:3da2f31f7f17e3b0c9fd4b953c54cbd01c7d3f8afbae2b45e80b0cb4798b2370_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7b/23/sstate:libevent::2.1.12:r0::11:7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://64/51/sstate:mini-x-session::0.1:r0::11:64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7f/0f/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://81/81/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://42/c0/sstate:dnf::4.18.2:r0::11:42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://18/3b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0_recipe_qa.tar.zst\nDEBUG: Testing URL file://7b/23/sstate:libevent::2.1.12:r0::11:7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017_populate_lic.tar.zst\nDEBUG: Searching for 64/51/sstate:mini-x-session::0.1:r0::11:64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/7f/0f/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 81/81/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/da/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '42/c0/sstate:dnf::4.18.2:r0::11:42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 18/3b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7b/23/sstate:libevent::2.1.12:r0::11:7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 64/51/sstate:mini-x-session::0.1:r0::11:64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2_populate_lic.tar.zst\nDEBUG: Using  for universal/7f/0f/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf_populate_sysroot.tar.zst\nDEBUG: Using  for 81/81/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/da/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://42/c0/sstate:dnf::4.18.2:r0::11:42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/c0/sstate%3Adnf%3A%3A4.18.2%3Ar0%3A%3A11%3A42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8_populate_lic.tar.zst;downloadfilename=42/c0/sstate:dnf::4.18.2:r0::11:42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8_populate_lic.tar.zst\nDEBUG: Using  for 18/3b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0_recipe_qa.tar.zst\nDEBUG: For url file://7b/23/sstate:libevent::2.1.12:r0::11:7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/23/sstate%3Alibevent%3A%3A2.1.12%3Ar0%3A%3A11%3A7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017_populate_lic.tar.zst;downloadfilename=7b/23/sstate:libevent::2.1.12:r0::11:7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017_populate_lic.tar.zst\nDEBUG: Testing URL file://64/51/sstate:mini-x-session::0.1:r0::11:64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/7f/0f/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf_populate_sysroot.tar.zst\nDEBUG: Testing URL file://81/81/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/da/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://18/3b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://59/a9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:59a9524346d7efb66f645aea6625c032e03c88b3960b93d4ba2cde3a620f13ee_package.tar.zst\nDEBUG: For url ['file', '', '64/51/sstate:mini-x-session::0.1:r0::11:64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/7f/0f/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '81/81/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/da/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fe/93/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:fe9392898967f670a2cab75856edc01e6383c496db3f3cb68d3067861ecdfb66_package.tar.zst\nDEBUG: For url ['file', '', '18/3b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://24/8b/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4d/33/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b_create_spdx.tar.zst\nDEBUG: For url file://64/51/sstate:mini-x-session::0.1:r0::11:64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/51/sstate%3Amini-x-session%3A%3A0.1%3Ar0%3A%3A11%3A64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2_populate_lic.tar.zst;downloadfilename=64/51/sstate:mini-x-session::0.1:r0::11:64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2_populate_lic.tar.zst\nDEBUG: For url file://universal/7f/0f/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7f/0f/sstate%3Arust-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3A7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf_populate_sysroot.tar.zst;downloadfilename=universal/7f/0f/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf_populate_sysroot.tar.zst\nDEBUG: For url file://81/81/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/81/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A11%3A81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea_deploy_source_date_epoch.tar.zst;downloadfilename=81/81/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/da/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/5b/sstate%3Adocbook-xsl-stylesheets-native%3Ax86_64-linux%3A1.79.1%3Ar0%3Ax86_64%3A11%3Ada5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966_deploy_source_date_epoch.tar.zst;downloadfilename=universal/da/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://46/62/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f_packagedata.tar.zst\nDEBUG: For url file://18/3b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/3b/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0_recipe_qa.tar.zst;downloadfilename=18/3b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/ff/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f_package_write_rpm.tar.zst\nDEBUG: Searching for universal/4d/33/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://80/5c/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://59/86/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/71/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7_create_runtime_spdx.tar.zst\nDEBUG: Searching for 46/62/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://42/c0/sstate:dnf::4.18.2:r0::11:42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/23/sstate:libevent::2.1.12:r0::11:7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017_populate_lic.tar.zst\nDEBUG: Searching for 5c/ff/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/4d/33/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/55/50/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/f4/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/44/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 46/62/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fb/f2/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://63/78/sstate:swig-native::4.1.1:r0::11:6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5_populate_lic.tar.zst\nDEBUG: Using  for 5c/ff/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/4d/33/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b_create_spdx.tar.zst\nDEBUG: Searching for universal/55/50/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c1/f4/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3a/44/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://46/62/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f_packagedata.tar.zst\nDEBUG: Searching for universal/fb/f2/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 63/78/sstate:swig-native::4.1.1:r0::11:6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://5c/ff/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/4d/33/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/55/50/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427_create_spdx.tar.zst\nDEBUG: Using  for c1/f4/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817_create_spdx.tar.zst\nDEBUG: Using  for 3a/44/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '46/62/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/fb/f2/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41_create_spdx.tar.zst\nDEBUG: Using  for 63/78/sstate:swig-native::4.1.1:r0::11:6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5c/ff/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4d/33/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4d/33/sstate%3Alibedit-native%3Ax86_64-linux%3A20230828-3.1%3Ar0%3Ax86_64%3A11%3A4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b_create_spdx.tar.zst;downloadfilename=universal/4d/33/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/55/50/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427_create_spdx.tar.zst\nDEBUG: Testing URL file://c1/f4/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817_create_spdx.tar.zst\nDEBUG: Testing URL file://3a/44/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://46/62/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/62/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A11%3A466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f_packagedata.tar.zst;downloadfilename=46/62/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f_packagedata.tar.zst\nDEBUG: Testing URL file://universal/fb/f2/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41_create_spdx.tar.zst\nDEBUG: Testing URL file://63/78/sstate:swig-native::4.1.1:r0::11:6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5_populate_lic.tar.zst\nDEBUG: For url file://5c/ff/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/ff/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A11%3A5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f_package_write_rpm.tar.zst;downloadfilename=5c/ff/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/55/50/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c1/f4/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3a/44/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://64/51/sstate:mini-x-session::0.1:r0::11:64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/fb/f2/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://53/cc/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://81/81/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:81812d295327f253ea68a77b5f0cdf4d9a631b039c3cb23bb23802aab9f070ea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '63/78/sstate:swig-native::4.1.1:r0::11:6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/55/50/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/55/50/sstate%3Apython3-hatch-fancy-pypi-readme-native%3Ax86_64-linux%3A24.1.0%3Ar0%3Ax86_64%3A11%3A5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427_create_spdx.tar.zst;downloadfilename=universal/55/50/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427_create_spdx.tar.zst\nDEBUG: For url file://c1/f4/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/f4/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ac1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817_create_spdx.tar.zst;downloadfilename=c1/f4/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:da5b0cd74a4cc340fb1c96a0a7bc0cc6c4c72560e4d2756a903ba0c3784da966_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7f/0f/sstate:rust-native:x86_64-linux:1.74.1:r0:x86_64:11:7f0f67ed545c2b6ff03095d893038f91e44af75ecdf143593cf46c490980bbcf_populate_sysroot.tar.zst\nDEBUG: For url file://3a/44/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/44/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A11%3A3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171_deploy_source_date_epoch.tar.zst;downloadfilename=3a/44/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://98/54/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767_package_write_rpm.tar.zst\nDEBUG: For url file://universal/fb/f2/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fb/f2/sstate%3Arpm-native%3Ax86_64-linux%3A4.19.1%3Ar0%3Ax86_64%3A11%3Afbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41_create_spdx.tar.zst;downloadfilename=universal/fb/f2/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://60/0d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://78/10/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c_create_spdx.tar.zst\nDEBUG: For url file://63/78/sstate:swig-native::4.1.1:r0::11:6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/78/sstate%3Aswig-native%3A%3A4.1.1%3Ar0%3A%3A11%3A6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5_populate_lic.tar.zst;downloadfilename=63/78/sstate:swig-native::4.1.1:r0::11:6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/59/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://18/3b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/8e/sstate:wayland::1.22.0:r0::11:3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16_populate_lic.tar.zst\nDEBUG: Searching for 98/54/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/4d/33/sstate:libedit-native:x86_64-linux:20230828-3.1:r0:x86_64:11:4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b_create_spdx.tar.zst\nDEBUG: Searching for 60/0d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 78/10/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ff/59/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://46/62/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://82/be/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a_packagedata.tar.zst\nDEBUG: Searching for 3b/8e/sstate:wayland::1.22.0:r0::11:3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 98/54/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/9b/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 60/0d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0_create_runtime_spdx.tar.zst\nDEBUG: Using  for 78/10/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c_create_spdx.tar.zst\nDEBUG: Using  for ff/59/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://85/e1/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247_package.tar.zst\nDEBUG: Searching for 82/be/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3b/8e/sstate:wayland::1.22.0:r0::11:3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16_populate_lic.tar.zst\nDEBUG: Testing URL file://98/54/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767_package_write_rpm.tar.zst\nDEBUG: Searching for b3/9b/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://60/0d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://78/10/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c_create_spdx.tar.zst\nDEBUG: Testing URL file://ff/59/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8_package_qa.tar.zst\nDEBUG: Searching for 85/e1/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 82/be/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a_packagedata.tar.zst\nDEBUG: Testing URL file://3b/8e/sstate:wayland::1.22.0:r0::11:3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16_populate_lic.tar.zst\nDEBUG: For url ['file', '', '98/54/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b3/9b/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '60/0d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '78/10/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ff/59/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 85/e1/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247_package.tar.zst\nDEBUG: Testing URL file://82/be/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a_packagedata.tar.zst\nDEBUG: For url ['file', '', '3b/8e/sstate:wayland::1.22.0:r0::11:3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://98/54/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/54/sstate%3Acargo%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767_package_write_rpm.tar.zst;downloadfilename=98/54/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b3/9b/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b_create_runtime_spdx.tar.zst\nDEBUG: For url file://60/0d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/0d/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A11%3A600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0_create_runtime_spdx.tar.zst;downloadfilename=60/0d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0_create_runtime_spdx.tar.zst\nDEBUG: For url file://78/10/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/10/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c_create_spdx.tar.zst;downloadfilename=78/10/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c_create_spdx.tar.zst\nDEBUG: For url file://ff/59/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/59/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A11%3Aff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8_package_qa.tar.zst;downloadfilename=ff/59/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8_package_qa.tar.zst\nDEBUG: Testing URL file://85/e1/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247_package.tar.zst\nDEBUG: For url ['file', '', '82/be/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3b/8e/sstate:wayland::1.22.0:r0::11:3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/8e/sstate%3Awayland%3A%3A1.22.0%3Ar0%3A%3A11%3A3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16_populate_lic.tar.zst;downloadfilename=3b/8e/sstate:wayland::1.22.0:r0::11:3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/55/50/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b3/9b/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c1/f4/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/ff/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/44/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:3a4493e53f504e1071d2e6c57a94641ba9a8fe9e024ace78fd85edae32579171_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '85/e1/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1c/c2/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:1cc2096df2f3123a2c40606b3fbb05e833788343770e55c2fcdba374eb0107ff_package.tar.zst\nDEBUG: For url file://82/be/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/be/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.11%3Ar0%3Acore2-64%3A11%3A82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a_packagedata.tar.zst;downloadfilename=82/be/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fb/f2/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://51/e9/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b3/9b/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/9b/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A11%3Ab39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b_create_runtime_spdx.tar.zst;downloadfilename=b3/9b/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://63/78/sstate:swig-native::4.1.1:r0::11:6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d2/4d/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/b0/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/31/sstate:packagegroup-core-full-cmdline::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: For url file://85/e1/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/e1/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A11%3A85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247_package.tar.zst;downloadfilename=85/e1/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/c1/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 51/e9/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://98/54/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a6/87/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0_create_spdx.tar.zst\nDEBUG: Searching for universal/d2/4d/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c2/b0/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f9/31/sstate:packagegroup-core-full-cmdline::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d2/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bd/c1/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 51/e9/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://40/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8_populate_sysroot.tar.zst\nDEBUG: Searching for universal/a6/87/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/d2/4d/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7_populate_sysroot.tar.zst\nDEBUG: Using  for c2/b0/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61_package.tar.zst\nDEBUG: Using  for f9/31/sstate:packagegroup-core-full-cmdline::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Using  for d2/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d_create_spdx.tar.zst\nDEBUG: Using  for bd/c1/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://51/e9/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 40/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a6/87/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/d2/4d/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c2/b0/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61_package.tar.zst\nDEBUG: Testing URL file://f9/31/sstate:packagegroup-core-full-cmdline::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Testing URL file://d2/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d_create_spdx.tar.zst\nDEBUG: Testing URL file://bd/c1/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '51/e9/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 40/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/a6/87/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d2/4d/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c2/b0/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f9/31/sstate:packagegroup-core-full-cmdline::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd2/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bd/c1/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://51/e9/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/e9/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.0%3Ar0%3Acore2-64%3A11%3A51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1_deploy_source_date_epoch.tar.zst;downloadfilename=51/e9/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://40/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/a6/87/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d2/4d/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d2/4d/sstate%3Arust-llvm-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3Ad24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7_populate_sysroot.tar.zst;downloadfilename=universal/d2/4d/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7_populate_sysroot.tar.zst\nDEBUG: For url file://c2/b0/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/b0/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A11%3Ac2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61_package.tar.zst;downloadfilename=c2/b0/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61_package.tar.zst\nDEBUG: For url file://f9/31/sstate:packagegroup-core-full-cmdline::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/31/sstate%3Apackagegroup-core-full-cmdline%3A%3A1.0%3Ar0%3A%3A11%3Af931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst;downloadfilename=f9/31/sstate:packagegroup-core-full-cmdline::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: For url file://d2/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/07/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.3%3Ar0%3Acore2-64%3A11%3Ad20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d_create_spdx.tar.zst;downloadfilename=d2/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d_create_spdx.tar.zst\nDEBUG: For url file://bd/c1/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/c1/sstate%3Astrace%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3Abdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403_deploy_source_date_epoch.tar.zst;downloadfilename=bd/c1/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '40/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ff/59/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8_package_qa.tar.zst\nDEBUG: For url file://universal/a6/87/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a6/87/sstate%3Adocbook-xml-dtd4-native%3Ax86_64-linux%3A4.5%3Ar0%3Ax86_64%3A11%3Aa687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0_create_spdx.tar.zst;downloadfilename=universal/a6/87/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://78/10/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/8e/sstate:wayland::1.22.0:r0::11:3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://82/be/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a_packagedata.tar.zst\nDEBUG: For url file://40/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/07/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20230416%3Ar0%3Acore2-64%3A11%3A4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8_populate_sysroot.tar.zst;downloadfilename=40/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/9b/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/80/sstate:util-linux-native::2.39.3:r0::11:9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7b/9f/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://51/e9/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:51e9aea1f917bdb4118aa1da927e4c78ac6977009fa4f29c7dd5a6b79aa3fff1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/71/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/93/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/52/cc/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020_recipe_qa.tar.zst\nDEBUG: Searching for 95/80/sstate:util-linux-native::2.39.3:r0::11:9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://06/7b/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:067b3ed61833e0974d7fc4998641f19172b4105d3413cd3658453290e7a203fa_populate_sysroot.tar.zst\nDEBUG: Searching for universal/7b/9f/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://58/8a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947_package_write_rpm.tar.zst\nDEBUG: Searching for 3f/71/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1b/93/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/52/cc/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 95/80/sstate:util-linux-native::2.39.3:r0::11:9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://03/34/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155_recipe_qa.tar.zst\nDEBUG: Using  for universal/7b/9f/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 58/8a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3f/71/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3_recipe_qa.tar.zst\nDEBUG: Using  for 1b/93/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/52/cc/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020_recipe_qa.tar.zst\nDEBUG: Testing URL file://95/80/sstate:util-linux-native::2.39.3:r0::11:9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0_populate_lic.tar.zst\nDEBUG: Searching for 03/34/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/7b/9f/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 58/8a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947_package_write_rpm.tar.zst\nDEBUG: Testing URL file://3f/71/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3_recipe_qa.tar.zst\nDEBUG: Testing URL file://1b/93/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/52/cc/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '95/80/sstate:util-linux-native::2.39.3:r0::11:9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 03/34/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/7b/9f/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://58/8a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3f/71/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1b/93/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/52/cc/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://95/80/sstate:util-linux-native::2.39.3:r0::11:9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/80/sstate%3Autil-linux-native%3A%3A2.39.3%3Ar0%3A%3A11%3A9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0_populate_lic.tar.zst;downloadfilename=95/80/sstate:util-linux-native::2.39.3:r0::11:9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0_populate_lic.tar.zst\nDEBUG: Testing URL file://03/34/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155_recipe_qa.tar.zst\nDEBUG: For url file://universal/7b/9f/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7b/9f/sstate%3Adocbook-xml-dtd4-native%3Ax86_64-linux%3A4.5%3Ar0%3Ax86_64%3A11%3A7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7b/9f/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '58/8a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3f/71/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/71/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A11%3A3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3_recipe_qa.tar.zst;downloadfilename=3f/71/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3_recipe_qa.tar.zst\nDEBUG: For url file://1b/93/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/93/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A11%3A1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f_create_runtime_spdx.tar.zst;downloadfilename=1b/93/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/52/cc/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/52/cc/sstate%3Areadline-native%3Ax86_64-linux%3A8.2%3Ar0%3Ax86_64%3A11%3A52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020_recipe_qa.tar.zst;downloadfilename=universal/52/cc/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '03/34/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c2/b0/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:c2b07f83b7967538f630bd7612ad3dbe44bfe12b9e13e5125134ebf9487c7a61_package.tar.zst\nDEBUG: For url file://58/8a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/8a/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947_package_write_rpm.tar.zst;downloadfilename=58/8a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/31/sstate:packagegroup-core-full-cmdline::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d2/4d/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:d24dfa1ca069e1ab97348829b87550402e94425b6a046895c9c992ca5262beb7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/c1/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:bdc11eb3f0eb5fa0dc28229c8c2a784edbee2cac6dfc716764222d3d7c91a403_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://03/34/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/34/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155_recipe_qa.tar.zst;downloadfilename=03/34/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a6/87/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:4007c87890eabccc303c74787f93fe6ec65b99122c2e653156ad8c1c785596e8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://37/30/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/e7/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://56/52/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/d6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://88/61/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7b/9f/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:7b9fff98cdee4e27fe2d2bdec2e022b909283beb4d056391afa778f37c47053c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://95/80/sstate:util-linux-native::2.39.3:r0::11:9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://97/53/sstate:libxxf86vm-native::1.1.5:r0::11:9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10_populate_lic.tar.zst\nDEBUG: Searching for 37/30/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a0/e7/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 56/52/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7d/d6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 88/61/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c5/99/sstate:procps::4.0.4:r0::11:c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://af/12/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d_create_spdx.tar.zst\nDEBUG: Searching for 97/53/sstate:libxxf86vm-native::1.1.5:r0::11:9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 37/30/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf_package_write_rpm.tar.zst\nDEBUG: Using  for a0/e7/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052_package_qa.tar.zst\nDEBUG: Using  for 56/52/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430_package_write_rpm.tar.zst\nDEBUG: Using  for 7d/d6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8_create_runtime_spdx.tar.zst\nDEBUG: Using  for 88/61/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722_packagedata.tar.zst\nDEBUG: Searching for c5/99/sstate:procps::4.0.4:r0::11:c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for af/12/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 97/53/sstate:libxxf86vm-native::1.1.5:r0::11:9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10_populate_lic.tar.zst\nDEBUG: Testing URL file://37/30/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a0/e7/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052_package_qa.tar.zst\nDEBUG: Testing URL file://56/52/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7d/d6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://88/61/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722_packagedata.tar.zst\nDEBUG: Using  for c5/99/sstate:procps::4.0.4:r0::11:c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff_populate_lic.tar.zst\nDEBUG: Using  for af/12/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d_create_spdx.tar.zst\nDEBUG: Testing URL file://97/53/sstate:libxxf86vm-native::1.1.5:r0::11:9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10_populate_lic.tar.zst\nDEBUG: For url ['file', '', '37/30/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a0/e7/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '56/52/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7d/d6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '88/61/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c5/99/sstate:procps::4.0.4:r0::11:c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff_populate_lic.tar.zst\nDEBUG: Testing URL file://af/12/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '97/53/sstate:libxxf86vm-native::1.1.5:r0::11:9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/30/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/30/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A11%3A3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf_package_write_rpm.tar.zst;downloadfilename=37/30/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf_package_write_rpm.tar.zst\nDEBUG: For url file://a0/e7/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/e7/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A11%3Aa0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052_package_qa.tar.zst;downloadfilename=a0/e7/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052_package_qa.tar.zst\nDEBUG: For url file://56/52/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/52/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A11%3A56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430_package_write_rpm.tar.zst;downloadfilename=56/52/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430_package_write_rpm.tar.zst\nDEBUG: For url file://7d/d6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/d6/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A11%3A7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8_create_runtime_spdx.tar.zst;downloadfilename=7d/d6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8_create_runtime_spdx.tar.zst\nDEBUG: For url file://88/61/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/61/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3A886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722_packagedata.tar.zst;downloadfilename=88/61/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c5/99/sstate:procps::4.0.4:r0::11:c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'af/12/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://97/53/sstate:libxxf86vm-native::1.1.5:r0::11:9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/53/sstate%3Alibxxf86vm-native%3A%3A1.1.5%3Ar0%3A%3A11%3A9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10_populate_lic.tar.zst;downloadfilename=97/53/sstate:libxxf86vm-native::1.1.5:r0::11:9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/93/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/71/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/52/cc/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://60/0d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0_create_runtime_spdx.tar.zst\nDEBUG: For url file://c5/99/sstate:procps::4.0.4:r0::11:c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/99/sstate%3Aprocps%3A%3A4.0.4%3Ar0%3A%3A11%3Ac599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff_populate_lic.tar.zst;downloadfilename=c5/99/sstate:procps::4.0.4:r0::11:c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://58/8a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947_package_write_rpm.tar.zst\nDEBUG: For url file://af/12/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/12/sstate%3Alibgcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Aaf1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d_create_spdx.tar.zst;downloadfilename=af/12/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/29/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://03/34/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/d6/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/70/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/de/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/a3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0d/29/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://5f/4d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://37/30/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf_package_write_rpm.tar.zst\nDEBUG: Searching for 5a/d6/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c9/70/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2f/de/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5d/a3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0d/29/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83_create_runtime_spdx.tar.zst\nDEBUG: Searching for 5f/4d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://4f/d6/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1_package_write_rpm.tar.zst\nDEBUG: Using  for 5a/d6/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79_package.tar.zst\nDEBUG: Using  for c9/70/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148_package_qa.tar.zst\nDEBUG: Using  for 2f/de/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5d/a3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0d/29/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83_create_runtime_spdx.tar.zst\nDEBUG: Using  for 5f/4d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4f/d6/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://5a/d6/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79_package.tar.zst\nDEBUG: Testing URL file://c9/70/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148_package_qa.tar.zst\nDEBUG: Testing URL file://2f/de/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5d/a3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0d/29/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5f/4d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4f/d6/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5a/d6/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c9/70/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2f/de/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5d/a3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0d/29/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/29/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A11%3A0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83_create_runtime_spdx.tar.zst;downloadfilename=0d/29/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '5f/4d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4f/d6/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1_package_write_rpm.tar.zst\nDEBUG: For url file://5a/d6/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/d6/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.2.0%3Ar0%3Acore2-64%3A11%3A5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79_package.tar.zst;downloadfilename=5a/d6/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79_package.tar.zst\nDEBUG: For url file://c9/70/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/70/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3Ac97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148_package_qa.tar.zst;downloadfilename=c9/70/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148_package_qa.tar.zst\nDEBUG: For url file://2f/de/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/de/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2_deploy_source_date_epoch.tar.zst;downloadfilename=2f/de/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5d/a3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/a3/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A11%3A5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6_deploy_source_date_epoch.tar.zst;downloadfilename=5d/a3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5f/4d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/4d/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A11%3A5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1_deploy_source_date_epoch.tar.zst;downloadfilename=5f/4d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/e7/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052_package_qa.tar.zst\nDEBUG: For url ['file', '', '4f/d6/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://88/61/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://97/53/sstate:libxxf86vm-native::1.1.5:r0::11:9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://af/12/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/99/sstate:procps::4.0.4:r0::11:c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://79/23/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce_package_write_rpm.tar.zst\nDEBUG: For url file://4f/d6/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/d6/sstate%3Akmod%3Acore2-64-poky-linux%3A31%3Ar0%3Acore2-64%3A11%3A4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1_package_write_rpm.tar.zst;downloadfilename=4f/d6/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ba/9a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/1a/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fe/6a/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/99/10/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27_recipe_qa.tar.zst\nDEBUG: Searching for 79/23/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ba/9a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ad/1a/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fe/6a/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/99/10/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 79/23/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce_package_write_rpm.tar.zst\nDEBUG: Using  for universal/ba/9a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25_create_spdx.tar.zst\nDEBUG: Using  for ad/1a/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5_package_write_deb.tar.zst\nDEBUG: Using  for universal/fe/6a/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5_recipe_qa.tar.zst\nDEBUG: Using  for universal/99/10/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27_recipe_qa.tar.zst\nDEBUG: Testing URL file://79/23/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/ba/9a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25_create_spdx.tar.zst\nDEBUG: Testing URL file://ad/1a/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/fe/6a/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/99/10/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '79/23/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ba/9a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ad/1a/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fe/6a/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/99/10/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://79/23/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/23/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce_package_write_rpm.tar.zst;downloadfilename=79/23/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce_package_write_rpm.tar.zst\nDEBUG: For url file://universal/ba/9a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/9a/sstate%3Alibssh2-native%3Ax86_64-linux%3A1.11.0%3Ar0%3Ax86_64%3A11%3Aba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25_create_spdx.tar.zst;downloadfilename=universal/ba/9a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25_create_spdx.tar.zst\nDEBUG: For url file://ad/1a/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/1a/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5_package_write_deb.tar.zst;downloadfilename=ad/1a/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5_package_write_deb.tar.zst\nDEBUG: For url file://universal/fe/6a/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fe/6a/sstate%3Apython3-packaging-native%3Ax86_64-linux%3A23.2%3Ar0%3Ax86_64%3A11%3Afe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5_recipe_qa.tar.zst;downloadfilename=universal/fe/6a/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5_recipe_qa.tar.zst\nDEBUG: For url file://universal/99/10/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/99/10/sstate%3Adnf-native%3Ax86_64-linux%3A4.18.2%3Ar0%3Ax86_64%3A11%3A9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27_recipe_qa.tar.zst;downloadfilename=universal/99/10/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/a3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5da34b75bfd4f53a90a79f348a9447c9a6065545078ef45c56b55f06965a9fd6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/d6/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:5ad6cd2ba261362a73c1e832b5ea2386ee34caec536244ebefb9e02573a49d79_package.tar.zst\nDEBUG: SState: Attempting to fetch file://59/0f/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/70/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/9b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://33/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4_package.tar.zst\nDEBUG: Searching for 59/0f/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://24/2a/sstate:run-postinsts::1.0:r0::11:242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01_populate_lic.tar.zst\nDEBUG: Searching for f3/9b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 33/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 59/0f/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14_package_write_rpm.tar.zst\nDEBUG: Searching for 24/2a/sstate:run-postinsts::1.0:r0::11:242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f3/9b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0_recipe_qa.tar.zst\nDEBUG: Using  for 33/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4_package.tar.zst\nDEBUG: Testing URL file://59/0f/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14_package_write_rpm.tar.zst\nDEBUG: Using  for 24/2a/sstate:run-postinsts::1.0:r0::11:242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01_populate_lic.tar.zst\nDEBUG: Testing URL file://f3/9b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0_recipe_qa.tar.zst\nDEBUG: Testing URL file://33/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4_package.tar.zst\nDEBUG: For url ['file', '', '59/0f/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://24/2a/sstate:run-postinsts::1.0:r0::11:242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f3/9b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://59/0f/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/0f/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.67%3Ar0%3Acore2-64%3A11%3A590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14_package_write_rpm.tar.zst;downloadfilename=59/0f/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '24/2a/sstate:run-postinsts::1.0:r0::11:242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f3/9b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/9b/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A11%3Af39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0_recipe_qa.tar.zst;downloadfilename=f3/9b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0_recipe_qa.tar.zst\nDEBUG: For url file://33/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/91/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A11%3A3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4_package.tar.zst;downloadfilename=33/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4_package.tar.zst\nDEBUG: For url file://24/2a/sstate:run-postinsts::1.0:r0::11:242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/2a/sstate%3Arun-postinsts%3A%3A1.0%3Ar0%3A%3A11%3A242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01_populate_lic.tar.zst;downloadfilename=24/2a/sstate:run-postinsts::1.0:r0::11:242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/de/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:2fde9c4e5577354b284d79d2cf593d0df5d4adfd653d191d7ef9ca4d725253c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/4d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:5f4d0865ed573660abd1ea73b23ad5fc32495c5f9a5b18174d9ca42f3ac089e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/d6/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/46/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://79/23/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/0e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://86/6a/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258_package_qa.tar.zst\nDEBUG: Searching for 1d/46/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/ed/67/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b4/0e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 86/6a/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1d/46/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/ed/67/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b4/0e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf_package_qa.tar.zst\nDEBUG: Using  for 86/6a/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258_package_qa.tar.zst\nDEBUG: Testing URL file://1d/46/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ed/67/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b4/0e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf_package_qa.tar.zst\nDEBUG: Testing URL file://86/6a/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258_package_qa.tar.zst\nDEBUG: For url ['file', '', '1d/46/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/ed/67/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b4/0e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '86/6a/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1d/46/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/46/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.1%3Ar0%3Acore2-64%3A11%3A1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef_deploy_source_date_epoch.tar.zst;downloadfilename=1d/46/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ed/67/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b4/0e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/0e/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.0.1%3Ar0%3Acore2-64%3A11%3Ab40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf_package_qa.tar.zst;downloadfilename=b4/0e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf_package_qa.tar.zst\nDEBUG: For url file://86/6a/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/6a/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.10%3Ar0%3Acore2-64%3A11%3A866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258_package_qa.tar.zst;downloadfilename=86/6a/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258_package_qa.tar.zst\nDEBUG: For url file://universal/ed/67/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/67/sstate%3Axcb-proto-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3Aed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ed/67/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ba/9a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/1a/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fe/6a/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/99/10/sstate:dnf-native:x86_64-linux:4.18.2:r0:x86_64:11:9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://59/0f/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b4/c3/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/e2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://33/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:3391f37dcfa0708a84c5bc335d54da500dd70208bff4a502bd1871b0a50871f4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://24/2a/sstate:run-postinsts::1.0:r0::11:242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/3d/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/bd/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/fb/sstate:desktop-file-utils-native::0.27:r0::11:f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66_populate_lic.tar.zst\nDEBUG: Searching for universal/b4/c3/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f5/e2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://66/8b/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/7d/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2_package_write_rpm.tar.zst\nDEBUG: Searching for 7e/3d/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ec/bd/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f0/fb/sstate:desktop-file-utils-native::0.27:r0::11:f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/b4/c3/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22_recipe_qa.tar.zst\nDEBUG: Using  for f5/e2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6_populate_sysroot.tar.zst\nDEBUG: Searching for 66/8b/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cf/7d/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7e/3d/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412_package.tar.zst\nDEBUG: Using  for ec/bd/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5_packagedata.tar.zst\nDEBUG: Using  for f0/fb/sstate:desktop-file-utils-native::0.27:r0::11:f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/b4/c3/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22_recipe_qa.tar.zst\nDEBUG: Testing URL file://f5/e2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6_populate_sysroot.tar.zst\nDEBUG: Using  for 66/8b/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc_create_spdx.tar.zst\nDEBUG: Using  for cf/7d/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7e/3d/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412_package.tar.zst\nDEBUG: Testing URL file://ec/bd/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5_packagedata.tar.zst\nDEBUG: Testing URL file://f0/fb/sstate:desktop-file-utils-native::0.27:r0::11:f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/b4/c3/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f5/e2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://66/8b/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc_create_spdx.tar.zst\nDEBUG: Testing URL file://cf/7d/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7e/3d/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ec/bd/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f0/fb/sstate:desktop-file-utils-native::0.27:r0::11:f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b4/c3/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b4/c3/sstate%3Aninja-native%3Ax86_64-linux%3A1.11.1%3Ar0%3Ax86_64%3A11%3Ab4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22_recipe_qa.tar.zst;downloadfilename=universal/b4/c3/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/9b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0_recipe_qa.tar.zst\nDEBUG: For url file://f5/e2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/e2/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A11%3Af5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6_populate_sysroot.tar.zst;downloadfilename=f5/e2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '66/8b/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cf/7d/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7e/3d/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/3d/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412_package.tar.zst;downloadfilename=7e/3d/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412_package.tar.zst\nDEBUG: For url file://ec/bd/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/bd/sstate%3Accache%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3Aecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5_packagedata.tar.zst;downloadfilename=ec/bd/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5_packagedata.tar.zst\nDEBUG: For url file://f0/fb/sstate:desktop-file-utils-native::0.27:r0::11:f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/fb/sstate%3Adesktop-file-utils-native%3A%3A0.27%3Ar0%3A%3A11%3Af0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66_populate_lic.tar.zst;downloadfilename=f0/fb/sstate:desktop-file-utils-native::0.27:r0::11:f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/d1/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6_package_write_rpm.tar.zst\nDEBUG: For url file://66/8b/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/8b/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.11%3Ar0%3Acore2-64%3A11%3A668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc_create_spdx.tar.zst;downloadfilename=66/8b/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc_create_spdx.tar.zst\nDEBUG: For url file://cf/7d/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/7d/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A11%3Acf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2_package_write_rpm.tar.zst;downloadfilename=cf/7d/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/46/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:1d46d60bcea276b4f5a1b26a495b49f0eba844f7a33b259f30e95e4cf5ee48ef_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/0e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://86/6a/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258_package_qa.tar.zst\nDEBUG: Searching for 2b/d1/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7d/d6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ed/67/sstate:xcb-proto-native:x86_64-linux:1.16.0:r0:x86_64:11:ed677535442f9d6a73949e6f035c912b15165b76ae5e0b613eaf3837d01a2c7f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://20/7f/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5f/ab/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d6/d6/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2b/d1/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/a9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/11/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a_create_spdx.tar.zst\nDEBUG: Searching for 20/7f/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/5f/ab/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/d6/d6/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2b/d1/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6_package_write_rpm.tar.zst\nDEBUG: Searching for 7d/a9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cb/11/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 20/7f/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca_recipe_qa.tar.zst\nDEBUG: Using  for universal/5f/ab/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb_recipe_qa.tar.zst\nDEBUG: Using  for universal/d6/d6/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2b/d1/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7d/a9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090_package_write_rpm.tar.zst\nDEBUG: Using  for cb/11/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a_create_spdx.tar.zst\nDEBUG: Testing URL file://20/7f/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/5f/ab/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/d6/d6/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2b/d1/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/d1/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%3Ar0%3Acore2-64%3A11%3A2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6_package_write_rpm.tar.zst;downloadfilename=2b/d1/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7d/a9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090_package_write_rpm.tar.zst\nDEBUG: Testing URL file://cb/11/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '20/7f/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/5f/ab/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/d6/d6/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/b4/c3/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:b4c327e64f8ed6524914bb611aa1350f65625af8123cbf66ba7f44f3115e9a22_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7d/a9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cb/11/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f5/e2/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:f5e2731d940391a55335a127612ba228f435849851a134b988ac4f031229a2e6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/3d/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:7e3d966177591385c1a55506dc0db3babed43ef3dc62ad307b8792748fe62412_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/bd/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5_packagedata.tar.zst\nDEBUG: For url file://20/7f/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/7f/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A11%3A207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca_recipe_qa.tar.zst;downloadfilename=20/7f/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://56/52/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430_package_write_rpm.tar.zst\nDEBUG: For url file://universal/5f/ab/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5f/ab/sstate%3Agettext-minimal-native%3Ax86_64-linux%3A0.22.4%3Ar0%3Ax86_64%3A11%3A5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb_recipe_qa.tar.zst;downloadfilename=universal/5f/ab/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb_recipe_qa.tar.zst\nDEBUG: For url file://universal/d6/d6/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/d6/sstate%3Amesa-native%3Ax86_64-linux%3A23.3.5%3Ar0%3Ax86_64%3A11%3Ad6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d6/d6/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/7c/sstate:gcc-runtime::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: For url file://7d/a9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/a9/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A11%3A7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090_package_write_rpm.tar.zst;downloadfilename=7d/a9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090_package_write_rpm.tar.zst\nDEBUG: For url file://cb/11/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/11/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Acb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a_create_spdx.tar.zst;downloadfilename=cb/11/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/8f/sstate:pseudo-native::1.9.0+git:r0::11:a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/bd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://af/f4/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://54/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/fb/sstate:desktop-file-utils-native::0.27:r0::11:f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66_populate_lic.tar.zst\nDEBUG: Searching for 4b/7c/sstate:gcc-runtime::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0d/29/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/7d/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2_package_write_rpm.tar.zst\nDEBUG: Searching for a0/8f/sstate:pseudo-native::1.9.0+git:r0::11:a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1e/bd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for af/f4/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 54/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://aa/74/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563_packagedata.tar.zst\nDEBUG: Using  for 4b/7c/sstate:gcc-runtime::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/83/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/84/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370_populate_sysroot.tar.zst\nDEBUG: Using  for a0/8f/sstate:pseudo-native::1.9.0+git:r0::11:a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d_populate_lic.tar.zst\nDEBUG: Using  for 1e/bd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f_package.tar.zst\nDEBUG: Using  for af/f4/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90_package_write_rpm.tar.zst\nDEBUG: Using  for 54/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for aa/74/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4b/7c/sstate:gcc-runtime::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: Searching for aa/83/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ca/84/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a0/8f/sstate:pseudo-native::1.9.0+git:r0::11:a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d_populate_lic.tar.zst\nDEBUG: Testing URL file://1e/bd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f_package.tar.zst\nDEBUG: Testing URL file://af/f4/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90_package_write_rpm.tar.zst\nDEBUG: Testing URL file://54/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for aa/74/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563_packagedata.tar.zst\nDEBUG: For url ['file', '', '4b/7c/sstate:gcc-runtime::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for aa/83/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9_package_write_rpm.tar.zst\nDEBUG: Using  for ca/84/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a0/8f/sstate:pseudo-native::1.9.0+git:r0::11:a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1e/bd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'af/f4/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '54/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://aa/74/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563_packagedata.tar.zst\nDEBUG: For url file://4b/7c/sstate:gcc-runtime::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/7c/sstate%3Agcc-runtime%3A%3A13.2.0%3Ar0%3A%3A11%3A4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst;downloadfilename=4b/7c/sstate:gcc-runtime::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: Testing URL file://aa/83/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ca/84/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370_populate_sysroot.tar.zst\nDEBUG: For url file://a0/8f/sstate:pseudo-native::1.9.0+git:r0::11:a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/8f/sstate%3Apseudo-native%3A%3A1.9.0%2Bgit%3Ar0%3A%3A11%3Aa08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d_populate_lic.tar.zst;downloadfilename=a0/8f/sstate:pseudo-native::1.9.0+git:r0::11:a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d_populate_lic.tar.zst\nDEBUG: For url file://1e/bd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/bd/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A11%3A1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f_package.tar.zst;downloadfilename=1e/bd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f_package.tar.zst\nDEBUG: For url file://af/f4/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/f4/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A11%3Aaff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90_package_write_rpm.tar.zst;downloadfilename=af/f4/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90_package_write_rpm.tar.zst\nDEBUG: For url file://54/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/2e/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A11%3A542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf_deploy_source_date_epoch.tar.zst;downloadfilename=54/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'aa/74/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2b/d1/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'aa/83/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ca/84/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://20/7f/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5f/ab/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb_recipe_qa.tar.zst\nDEBUG: For url file://aa/74/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/74/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A11%3Aaa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563_packagedata.tar.zst;downloadfilename=aa/74/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/a9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d6/d6/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:d6d6d7552b05510bb90fdf39e52a785f26b2a1a6e12089c90459c56e8e534e33_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/26/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://aa/83/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/83/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aaa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9_package_write_rpm.tar.zst;downloadfilename=aa/83/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9_package_write_rpm.tar.zst\nDEBUG: For url file://ca/84/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/84/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.10.0%3Ar0%3Acore2-64%3A11%3Aca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370_populate_sysroot.tar.zst;downloadfilename=ca/84/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://24/15/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/73/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://19/5c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec_package.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/11/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a_create_spdx.tar.zst\nDEBUG: Searching for 9c/26/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9b/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4b/7c/sstate:gcc-runtime::13.2.0:r0::11:4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474_populate_lic.tar.zst\nDEBUG: Searching for 24/15/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4e/73/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 19/5c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://40/93/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652_package_write_rpm.tar.zst\nDEBUG: Using  for 9c/26/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9b/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://64/06/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f_populate_sysroot.tar.zst\nDEBUG: Using  for 24/15/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa_package_qa.tar.zst\nDEBUG: Using  for 4e/73/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32_packagedata.tar.zst\nDEBUG: Using  for 19/5c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec_package.tar.zst\nDEBUG: Searching for 40/93/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://9c/26/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9b/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a_packagedata.tar.zst\nDEBUG: Searching for 64/06/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://24/15/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa_package_qa.tar.zst\nDEBUG: Testing URL file://4e/73/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32_packagedata.tar.zst\nDEBUG: Testing URL file://19/5c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec_package.tar.zst\nDEBUG: Using  for 40/93/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9c/26/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9b/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 64/06/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '24/15/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4e/73/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '19/5c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://40/93/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652_package_write_rpm.tar.zst\nDEBUG: For url file://9c/26/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/26/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A11%3A9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120_deploy_source_date_epoch.tar.zst;downloadfilename=9c/26/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9b/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/63/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A11%3A9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a_packagedata.tar.zst;downloadfilename=9b/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a_packagedata.tar.zst\nDEBUG: Testing URL file://64/06/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f_populate_sysroot.tar.zst\nDEBUG: For url file://24/15/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/15/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.5.2%3Ar0%3Acore2-64%3A11%3A2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa_package_qa.tar.zst;downloadfilename=24/15/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa_package_qa.tar.zst\nDEBUG: For url file://4e/73/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/73/sstate%3Aicu%3Acore2-64-poky-linux%3A74-1%3Ar0%3Acore2-64%3A11%3A4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32_packagedata.tar.zst;downloadfilename=4e/73/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32_packagedata.tar.zst\nDEBUG: For url file://19/5c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/5c/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec_package.tar.zst;downloadfilename=19/5c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec_package.tar.zst\nDEBUG: For url ['file', '', '40/93/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a0/8f/sstate:pseudo-native::1.9.0+git:r0::11:a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '64/06/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1e/bd/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:1ebdaddc74323390dc4b731965c7e2ed788397d43418dac45534f0bea012ce0f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://af/f4/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/74/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://54/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:542e81fa4c9b85f96ce409b1cba059a1481e40c8febd8d30dac39a8bbdce6fbf_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://40/93/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/93/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652_package_write_rpm.tar.zst;downloadfilename=40/93/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ea/62/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9_populate_sysroot.tar.zst\nDEBUG: For url file://64/06/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/06/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A11%3A64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f_populate_sysroot.tar.zst;downloadfilename=64/06/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/83/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://15/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/74/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/79/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://17/60/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879_create_spdx.tar.zst\nDEBUG: Searching for universal/ea/62/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ca/84/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ca84f39a64b08fea59441ef0b3b35e35e0efe50f2723c34187331c1812fcf370_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://45/66/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/63/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a_packagedata.tar.zst\nDEBUG: Searching for 15/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9c/26/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:11:9c2673be5be65feaf823bc9f7bb0ce2dab90c4d961e688a97ad3fe9b22b56120_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9a/74/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/7e/79/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 17/60/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/ea/62/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8a/f5/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105_create_runtime_spdx.tar.zst\nDEBUG: Searching for 45/66/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://64/a8/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 15/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://43/0a/sstate:quilt-native::0.67:r0::11:430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac_populate_lic.tar.zst\nDEBUG: Using  for 9a/74/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/7e/79/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e_recipe_qa.tar.zst\nDEBUG: Using  for 17/60/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ea/62/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9_populate_sysroot.tar.zst\nDEBUG: Searching for universal/8a/f5/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 45/66/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4_package_write_rpm.tar.zst\nDEBUG: Searching for 64/a8/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://15/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 43/0a/sstate:quilt-native::0.67:r0::11:430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://9a/74/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/7e/79/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e_recipe_qa.tar.zst\nDEBUG: Testing URL file://17/60/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ea/62/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/8a/f5/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://45/66/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4_package_write_rpm.tar.zst\nDEBUG: Using  for 64/a8/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '15/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 43/0a/sstate:quilt-native::0.67:r0::11:430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9a/74/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/7e/79/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '17/60/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/ea/62/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/62/sstate%3Atcl-native%3Ax86_64-linux%3A8.6.13%3Ar0%3Ax86_64%3A11%3Aea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9_populate_sysroot.tar.zst;downloadfilename=universal/ea/62/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/8a/f5/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '45/66/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://64/a8/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://15/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/e7/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A11%3A15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4_deploy_source_date_epoch.tar.zst;downloadfilename=15/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://43/0a/sstate:quilt-native::0.67:r0::11:430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac_populate_lic.tar.zst\nDEBUG: For url file://9a/74/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/74/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3A9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e_create_runtime_spdx.tar.zst;downloadfilename=9a/74/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/7e/79/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/79/sstate%3Apython3-pathspec-native%3Ax86_64-linux%3A0.12.1%3Ar0%3Ax86_64%3A11%3A7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e_recipe_qa.tar.zst;downloadfilename=universal/7e/79/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e_recipe_qa.tar.zst\nDEBUG: For url file://17/60/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/60/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3A1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879_create_spdx.tar.zst;downloadfilename=17/60/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8a/f5/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://45/66/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/66/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A11%3A456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4_package_write_rpm.tar.zst;downloadfilename=45/66/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '64/a8/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4e/73/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://24/15/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa_package_qa.tar.zst\nDEBUG: For url ['file', '', '43/0a/sstate:quilt-native::0.67:r0::11:430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://19/5c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:195cc77091f946fb7b5781b4d0a4fe956ba38c3a4b56c2d3958de44c793f2dec_package.tar.zst\nDEBUG: SState: Successful fetch test for file://40/93/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652_package_write_rpm.tar.zst\nDEBUG: For url file://universal/8a/f5/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8a/f5/sstate%3Anasm-native%3Ax86_64-linux%3A2.16.01%3Ar0%3Ax86_64%3A11%3A8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105_create_runtime_spdx.tar.zst;downloadfilename=universal/8a/f5/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/06/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:64065a6c4567113b253bda55ac00b8df64c5b59d7699078899928b2f4f84468f_populate_sysroot.tar.zst\nDEBUG: For url file://64/a8/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/a8/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A11%3A64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a_deploy_source_date_epoch.tar.zst;downloadfilename=64/a8/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/2d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://65/9b/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9_create_spdx.tar.zst\nDEBUG: For url file://43/0a/sstate:quilt-native::0.67:r0::11:430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/0a/sstate%3Aquilt-native%3A%3A0.67%3Ar0%3A%3A11%3A430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac_populate_lic.tar.zst;downloadfilename=43/0a/sstate:quilt-native::0.67:r0::11:430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/88/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/88/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/2f/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ea/62/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:ea621c036f52ca3f6fdbcd0bbcf5267d74d0f759e189d7b69c2c7c437b8dabe9_populate_sysroot.tar.zst\nDEBUG: Searching for c3/2d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 65/9b/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://15/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:15e735d5d729ff4f42c9772292487fbb8db90b4f59e1bfb835f83a819dd017d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://85/e1/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:85e10489e6792924b40bb86beb6d8f4406034c1c144c90dcad92246f42edc247_package.tar.zst\nDEBUG: SState: Successful fetch test for file://66/8b/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/74/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e_create_runtime_spdx.tar.zst\nDEBUG: Searching for 4d/88/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1d/88/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/7e/79/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:11:7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e_recipe_qa.tar.zst\nDEBUG: Searching for 3f/2f/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://36/05/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641_packagedata.tar.zst\nDEBUG: Using  for c3/2d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043_package_qa.tar.zst\nDEBUG: Using  for 65/9b/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/a0/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fa/11/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/de/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/75/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4d/88/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057_populate_sysroot.tar.zst\nDEBUG: Using  for 1d/88/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://30/84/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4_recipe_qa.tar.zst\nDEBUG: Using  for 3f/2f/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682_create_spdx.tar.zst\nDEBUG: Searching for 36/05/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c3/2d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043_package_qa.tar.zst\nDEBUG: Testing URL file://65/9b/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9_create_spdx.tar.zst\nDEBUG: Searching for universal/84/a0/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fa/11/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6f/de/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/04/75/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4d/88/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1d/88/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07_populate_sysroot.tar.zst\nDEBUG: Searching for 30/84/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3f/2f/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682_create_spdx.tar.zst\nDEBUG: Using  for 36/05/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c3/2d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '65/9b/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://45/66/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4_package_write_rpm.tar.zst\nDEBUG: Using  for universal/84/a0/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9_recipe_qa.tar.zst\nDEBUG: Using  for universal/fa/11/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a_create_spdx.tar.zst\nDEBUG: Using  for 6f/de/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3_package_qa.tar.zst\nDEBUG: Using  for universal/04/75/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4d/88/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1d/88/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 30/84/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3f/2f/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://36/05/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641_packagedata.tar.zst\nDEBUG: For url file://c3/2d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/2d/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ac32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043_package_qa.tar.zst;downloadfilename=c3/2d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043_package_qa.tar.zst\nDEBUG: For url file://65/9b/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/9b/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A11%3A659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9_create_spdx.tar.zst;downloadfilename=65/9b/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/80/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/84/a0/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/fa/11/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a_create_spdx.tar.zst\nDEBUG: Testing URL file://6f/de/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3_package_qa.tar.zst\nDEBUG: Testing URL file://universal/04/75/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4d/88/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/88/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A11%3A4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057_populate_sysroot.tar.zst;downloadfilename=4d/88/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057_populate_sysroot.tar.zst\nDEBUG: For url file://1d/88/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/88/sstate%3Alibgcc-initial%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07_populate_sysroot.tar.zst;downloadfilename=1d/88/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07_populate_sysroot.tar.zst\nDEBUG: Testing URL file://30/84/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4_recipe_qa.tar.zst\nDEBUG: For url file://3f/2f/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/2f/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A11%3A3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682_create_spdx.tar.zst;downloadfilename=3f/2f/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682_create_spdx.tar.zst\nDEBUG: For url ['file', '', '36/05/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c3/80/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/84/a0/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fa/11/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/8a/f5/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6f/de/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/04/75/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '30/84/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://43/0a/sstate:quilt-native::0.67:r0::11:430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac_populate_lic.tar.zst\nDEBUG: For url file://36/05/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/05/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.2%3Ar0%3Acore2-64%3A11%3A3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641_packagedata.tar.zst;downloadfilename=36/05/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://64/a8/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:64a844c9dc30db590eb915d4fe17307399ce8eb4cb798c14623df6841fe7d14a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c3/80/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf_populate_sysroot.tar.zst\nDEBUG: For url file://universal/84/a0/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/a0/sstate%3Alibarchive-native%3Ax86_64-linux%3A3.7.2%3Ar0%3Ax86_64%3A11%3A84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9_recipe_qa.tar.zst;downloadfilename=universal/84/a0/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9_recipe_qa.tar.zst\nDEBUG: For url file://universal/fa/11/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fa/11/sstate%3Ae2fsprogs-native%3Ax86_64-linux%3A1.47.0%3Ar0%3Ax86_64%3A11%3Afa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a_create_spdx.tar.zst;downloadfilename=universal/fa/11/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://08/be/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0_recipe_qa.tar.zst\nDEBUG: For url file://6f/de/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/de/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3A6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3_package_qa.tar.zst;downloadfilename=6f/de/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3_package_qa.tar.zst\nDEBUG: For url file://universal/04/75/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/75/sstate%3Acwautomacros-native%3Ax86_64-linux%3A20110201%3Ar0%3Ax86_64%3A11%3A0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/04/75/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://30/84/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/84/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4_recipe_qa.tar.zst;downloadfilename=30/84/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://32/59/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://08/21/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad_packagedata.tar.zst\nDEBUG: Testing URL file://c3/80/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf_populate_sysroot.tar.zst\nDEBUG: Searching for 08/be/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://65/9b/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/2d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/88/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:1d887468745abc7eaa107a70a157ff451ce0a6822dc75ae6d0d9922faf7d5d07_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/88/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:4d887741ae0a179a2f2d45c7fc7828bb5c1969b24cb7beb4d3691776261fd057_populate_sysroot.tar.zst\nDEBUG: Searching for 32/59/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 08/21/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c3/80/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 08/be/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/e6/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/01/1f/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f1/4c/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://25/71/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368_create_runtime_spdx.tar.zst\nDEBUG: Using  for 32/59/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4_create_runtime_spdx.tar.zst\nDEBUG: Using  for 08/21/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad_packagedata.tar.zst\nDEBUG: For url file://c3/80/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/80/sstate%3Acurl%3Acore2-64-poky-linux%3A8.6.0%3Ar0%3Acore2-64%3A11%3Ac3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf_populate_sysroot.tar.zst;downloadfilename=c3/80/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf_populate_sysroot.tar.zst\nDEBUG: Testing URL file://08/be/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0_recipe_qa.tar.zst\nDEBUG: Searching for ab/e6/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/01/1f/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/f1/4c/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 25/71/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://32/59/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://08/21/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad_packagedata.tar.zst\nDEBUG: For url ['file', '', '08/be/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ab/e6/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740_packagedata.tar.zst\nDEBUG: Using  for universal/01/1f/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://36/05/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641_packagedata.tar.zst\nDEBUG: Using  for universal/f1/4c/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642_create_spdx.tar.zst\nDEBUG: Using  for 25/71/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '32/59/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '08/21/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://08/be/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/be/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A11%3A08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0_recipe_qa.tar.zst;downloadfilename=08/be/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/e6/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740_packagedata.tar.zst\nDEBUG: Testing URL file://universal/01/1f/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://08/b7/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f_package.tar.zst\nDEBUG: Testing URL file://universal/f1/4c/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642_create_spdx.tar.zst\nDEBUG: Testing URL file://25/71/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368_create_runtime_spdx.tar.zst\nDEBUG: For url file://32/59/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/59/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A11%3A3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4_create_runtime_spdx.tar.zst;downloadfilename=32/59/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4_create_runtime_spdx.tar.zst\nDEBUG: For url file://08/21/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/21/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A11%3A082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad_packagedata.tar.zst;downloadfilename=08/21/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ab/e6/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/01/1f/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 08/b7/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/fa/11/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f1/4c/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '25/71/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ab/e6/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/e6/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A11%3Aabe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740_packagedata.tar.zst;downloadfilename=ab/e6/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740_packagedata.tar.zst\nDEBUG: For url file://universal/01/1f/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/01/1f/sstate%3Aharfbuzz-native%3Ax86_64-linux%3A8.3.0%3Ar0%3Ax86_64%3A11%3A011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c_populate_sysroot.tar.zst;downloadfilename=universal/01/1f/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c_populate_sysroot.tar.zst\nDEBUG: Using  for 08/b7/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/84/a0/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://43/84/sstate:libxdmcp::1.1.4:r0::11:4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e_populate_lic.tar.zst\nDEBUG: For url file://universal/f1/4c/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f1/4c/sstate%3Alibgpg-error-native%3Ax86_64-linux%3A1.47%3Ar0%3Ax86_64%3A11%3Af14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642_create_spdx.tar.zst;downloadfilename=universal/f1/4c/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642_create_spdx.tar.zst\nDEBUG: For url file://25/71/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/71/sstate%3Aed%3Acore2-64-poky-linux%3A1.20%3Ar0%3Acore2-64%3A11%3A2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368_create_runtime_spdx.tar.zst;downloadfilename=25/71/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://08/b7/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/de/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/1b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/75/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:0475861539423246a629aae179a0ce093bd4d7d668eafa7fcdc0dd5861d6f68c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 43/84/sstate:libxdmcp::1.1.4:r0::11:4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '08/b7/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://30/84/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.22.9:r0:core2-64:11:3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://08/be/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://84/24/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d_package.tar.zst\nDEBUG: Searching for ce/1b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e5/b9/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148_create_runtime_spdx.tar.zst\nDEBUG: Using  for 43/84/sstate:libxdmcp::1.1.4:r0::11:4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e_populate_lic.tar.zst\nDEBUG: For url file://08/b7/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/b7/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.5%3Ar0%3Acore2-64%3A11%3A08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f_package.tar.zst;downloadfilename=08/b7/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/b9/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/b9/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3_package_write_rpm.tar.zst\nDEBUG: Searching for 84/24/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ce/1b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43_package_write_rpm.tar.zst\nDEBUG: Searching for e5/b9/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://43/84/sstate:libxdmcp::1.1.4:r0::11:4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e_populate_lic.tar.zst\nDEBUG: Searching for 1d/b9/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3b/b9/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://08/21/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad_packagedata.tar.zst\nDEBUG: Using  for 84/24/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d_package.tar.zst\nDEBUG: Testing URL file://ce/1b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43_package_write_rpm.tar.zst\nDEBUG: Using  for e5/b9/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '43/84/sstate:libxdmcp::1.1.4:r0::11:4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1d/b9/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412_package_qa.tar.zst\nDEBUG: Using  for 3b/b9/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/fc/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://84/24/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d_package.tar.zst\nDEBUG: For url ['file', '', 'ce/1b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e5/b9/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148_create_runtime_spdx.tar.zst\nDEBUG: For url file://43/84/sstate:libxdmcp::1.1.4:r0::11:4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/84/sstate%3Alibxdmcp%3A%3A1.1.4%3Ar0%3A%3A11%3A4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e_populate_lic.tar.zst;downloadfilename=43/84/sstate:libxdmcp::1.1.4:r0::11:4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e_populate_lic.tar.zst\nDEBUG: Testing URL file://1d/b9/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412_package_qa.tar.zst\nDEBUG: Testing URL file://3b/b9/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3_package_write_rpm.tar.zst\nDEBUG: Searching for bd/fc/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '84/24/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ce/1b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/1b/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A11%3Ace1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43_package_write_rpm.tar.zst;downloadfilename=ce/1b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e5/b9/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1d/b9/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3b/b9/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bd/fc/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/e6/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740_packagedata.tar.zst\nDEBUG: For url file://84/24/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/24/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A11%3A84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d_package.tar.zst;downloadfilename=84/24/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d_package.tar.zst\nDEBUG: For url file://e5/b9/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/b9/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A11%3Ae5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148_create_runtime_spdx.tar.zst;downloadfilename=e5/b9/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148_create_runtime_spdx.tar.zst\nDEBUG: For url file://1d/b9/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/b9/sstate%3Accache%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412_package_qa.tar.zst;downloadfilename=1d/b9/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412_package_qa.tar.zst\nDEBUG: For url file://3b/b9/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/b9/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3_package_write_rpm.tar.zst;downloadfilename=3b/b9/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/01/1f/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://bd/fc/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/d7/sstate:xinit::1.4.2:r0::11:f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f1/4c/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/4b/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'bd/fc/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f4/d7/sstate:xinit::1.4.2:r0::11:f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/fe/df/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107_populate_sysroot.tar.zst\nDEBUG: Searching for 4f/4b/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://bd/fc/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/fc/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Abdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25_create_runtime_spdx.tar.zst;downloadfilename=bd/fc/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25_create_runtime_spdx.tar.zst\nDEBUG: Using  for f4/d7/sstate:xinit::1.4.2:r0::11:f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e_populate_lic.tar.zst\nDEBUG: Searching for universal/fe/df/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4f/4b/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f4/d7/sstate:xinit::1.4.2:r0::11:f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e_populate_lic.tar.zst\nDEBUG: Using  for universal/fe/df/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4f/4b/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f4/d7/sstate:xinit::1.4.2:r0::11:f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/fe/df/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4f/4b/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f4/d7/sstate:xinit::1.4.2:r0::11:f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/d7/sstate%3Axinit%3A%3A1.4.2%3Ar0%3A%3A11%3Af4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e_populate_lic.tar.zst;downloadfilename=f4/d7/sstate:xinit::1.4.2:r0::11:f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/fe/df/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4f/4b/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/4b/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.4%3Ar0%3Acore2-64%3A11%3A4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f_create_runtime_spdx.tar.zst;downloadfilename=4f/4b/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/fe/df/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fe/df/sstate%3Ancurses-native%3Ax86_64-linux%3A6.4%3Ar0%3Ax86_64%3A11%3Afedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107_populate_sysroot.tar.zst;downloadfilename=universal/fe/df/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://43/84/sstate:libxdmcp::1.1.4:r0::11:4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/1b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://11/95/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://84/24/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:84241f6001cd43576ebca395b1a9b8edf007ec9b82b3c5756b13e03264cae70d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/b8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/b9/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412_package_qa.tar.zst\nDEBUG: Searching for 11/95/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/64/b0/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d4/b8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/73/8f/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da_populate_sysroot.tar.zst\nDEBUG: Using  for 11/95/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/64/b0/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d4/b8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c_populate_sysroot.tar.zst\nDEBUG: Searching for universal/73/8f/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://11/95/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/64/b0/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d4/b8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c_populate_sysroot.tar.zst\nDEBUG: Using  for universal/73/8f/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '11/95/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/64/b0/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd4/b8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/73/8f/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da_populate_sysroot.tar.zst\nDEBUG: For url file://11/95/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/95/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46_deploy_source_date_epoch.tar.zst;downloadfilename=11/95/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/64/b0/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d4/b8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/b8/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A11%3Ad4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c_populate_sysroot.tar.zst;downloadfilename=d4/b8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/73/8f/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/64/b0/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/64/b0/sstate%3Aattr-native%3Ax86_64-linux%3A2.5.1%3Ar0%3Ax86_64%3A11%3A64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/64/b0/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/b9/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://17/60/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879_create_spdx.tar.zst\nDEBUG: For url file://universal/73/8f/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/73/8f/sstate%3Alibxdmcp-native%3Ax86_64-linux%3A1.1.4%3Ar0%3Ax86_64%3A11%3A738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da_populate_sysroot.tar.zst;downloadfilename=universal/73/8f/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/d0/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/d7/sstate:xinit::1.4.2:r0::11:f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/fc/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/34/e7/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a6/d0/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://64/c8/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126_package.tar.zst\nDEBUG: SState: Attempting to fetch file://97/18/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b_populate_sysroot.tar.zst\nDEBUG: Searching for universal/34/e7/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a6/d0/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b_packagedata.tar.zst\nDEBUG: Searching for 64/c8/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 97/18/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/34/e7/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a6/d0/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b_packagedata.tar.zst\nDEBUG: Using  for 64/c8/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126_package.tar.zst\nDEBUG: Using  for 97/18/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/34/e7/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a6/d0/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://64/c8/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126_package.tar.zst\nDEBUG: Testing URL file://97/18/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/34/e7/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a6/d0/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/d0/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.10%3Ar0%3Aallarch%3A11%3Aa6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b_packagedata.tar.zst;downloadfilename=a6/d0/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b_packagedata.tar.zst\nDEBUG: For url ['file', '', '64/c8/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '97/18/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/34/e7/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/34/e7/sstate%3Aautoconf-native%3Ax86_64-linux%3A2.72e%3Ar0%3Ax86_64%3A11%3A34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/34/e7/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://64/c8/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/c8/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A11%3A64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126_package.tar.zst;downloadfilename=64/c8/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126_package.tar.zst\nDEBUG: For url file://97/18/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/18/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A11%3A971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b_populate_sysroot.tar.zst;downloadfilename=97/18/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fe/df/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://11/95/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:1195f3e4fb1fcf08ca50b203edf07ccceb363f965d676196d79da58e00046a46_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/2f/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e2/af/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/b8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:d4b83c122e9d4cb418ffe6ac39efa549c4f81196d8f69f7e15667ce21d44fe6c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/64/sstate:bash-completion::2.11:r0::11:1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/73/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4_recipe_qa.tar.zst\nDEBUG: Searching for universal/e2/af/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://36/fb/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88_populate_sysroot.tar.zst\nDEBUG: Searching for 1c/64/sstate:bash-completion::2.11:r0::11:1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5f/73/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/e2/af/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d_create_spdx.tar.zst\nDEBUG: Searching for 36/fb/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1c/64/sstate:bash-completion::2.11:r0::11:1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602_populate_lic.tar.zst\nDEBUG: Using  for 5f/73/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/e2/af/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d_create_spdx.tar.zst\nDEBUG: Using  for 36/fb/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1c/64/sstate:bash-completion::2.11:r0::11:1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602_populate_lic.tar.zst\nDEBUG: Testing URL file://5f/73/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e2/af/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://36/fb/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '1c/64/sstate:bash-completion::2.11:r0::11:1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5f/73/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e2/af/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e2/af/sstate%3Axmlto-native%3Ax86_64-linux%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3Ax86_64%3A11%3Ae2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d_create_spdx.tar.zst;downloadfilename=universal/e2/af/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '36/fb/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1c/64/sstate:bash-completion::2.11:r0::11:1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/64/sstate%3Abash-completion%3A%3A2.11%3Ar0%3A%3A11%3A1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602_populate_lic.tar.zst;downloadfilename=1c/64/sstate:bash-completion::2.11:r0::11:1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602_populate_lic.tar.zst\nDEBUG: For url file://5f/73/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/73/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A11%3A5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4_recipe_qa.tar.zst;downloadfilename=5f/73/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4_recipe_qa.tar.zst\nDEBUG: For url file://36/fb/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/fb/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88_populate_sysroot.tar.zst;downloadfilename=36/fb/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/64/b0/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:64b041f5821c7bee8ff2836a4318fc3cb866c44dfec9e46300c6f743b3abd49d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/73/8f/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://34/f3/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/34/e7/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:11:34e782f5ba4c267fa87a6ccad3697be20052e9566a62ddf3f8a5f91f2ba3427a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/d0/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://be/f6/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652_create_spdx.tar.zst\nDEBUG: Searching for 34/f3/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://43/ee/sstate:grep::3.11:r0::11:43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8b/fa/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40_create_spdx.tar.zst\nDEBUG: Searching for be/f6/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 34/f3/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b_package_qa.tar.zst\nDEBUG: Searching for 43/ee/sstate:grep::3.11:r0::11:43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/8b/fa/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for be/f6/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652_create_spdx.tar.zst\nDEBUG: Testing URL file://34/f3/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b_package_qa.tar.zst\nDEBUG: Using  for 43/ee/sstate:grep::3.11:r0::11:43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981_populate_lic.tar.zst\nDEBUG: Using  for universal/8b/fa/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40_create_spdx.tar.zst\nDEBUG: Testing URL file://be/f6/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652_create_spdx.tar.zst\nDEBUG: For url ['file', '', '34/f3/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://43/ee/sstate:grep::3.11:r0::11:43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/8b/fa/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'be/f6/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://34/f3/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/f3/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b_package_qa.tar.zst;downloadfilename=34/f3/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b_package_qa.tar.zst\nDEBUG: For url ['file', '', '43/ee/sstate:grep::3.11:r0::11:43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/8b/fa/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://be/f6/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/f6/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.0.1%3Ar0%3Acore2-64%3A11%3Abef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652_create_spdx.tar.zst;downloadfilename=be/f6/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652_create_spdx.tar.zst\nDEBUG: For url file://43/ee/sstate:grep::3.11:r0::11:43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/ee/sstate%3Agrep%3A%3A3.11%3Ar0%3A%3A11%3A43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981_populate_lic.tar.zst;downloadfilename=43/ee/sstate:grep::3.11:r0::11:43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981_populate_lic.tar.zst\nDEBUG: For url file://universal/8b/fa/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/fa/sstate%3Apython3-pip-native%3Ax86_64-linux%3A23.3.2%3Ar0%3Ax86_64%3A11%3A8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40_create_spdx.tar.zst;downloadfilename=universal/8b/fa/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/c8/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:64c85bbab65285fae31d0929f979310a23671fc65625e8f361c7e0bd5edab126_package.tar.zst\nDEBUG: SState: Successful fetch test for file://32/59/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://97/18/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://41/c9/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e2/af/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/fe/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b_recipe_qa.tar.zst\nDEBUG: Searching for 41/c9/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e2/d6/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1_packagedata.tar.zst\nDEBUG: Searching for b0/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/fe/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 41/c9/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a_package.tar.zst\nDEBUG: Searching for e2/d6/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b0/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee_package_qa.tar.zst\nDEBUG: Using  for e4/fe/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b_recipe_qa.tar.zst\nDEBUG: Testing URL file://41/c9/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a_package.tar.zst\nDEBUG: Using  for e2/d6/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1_packagedata.tar.zst\nDEBUG: Testing URL file://b0/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee_package_qa.tar.zst\nDEBUG: Testing URL file://e4/fe/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '41/c9/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e2/d6/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b0/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/fe/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://41/c9/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/c9/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A11%3A41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a_package.tar.zst;downloadfilename=41/c9/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a_package.tar.zst\nDEBUG: For url ['file', '', 'e2/d6/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b0/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/51/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A11%3Ab051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee_package_qa.tar.zst;downloadfilename=b0/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee_package_qa.tar.zst\nDEBUG: For url file://e4/fe/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/fe/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3Ae4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b_recipe_qa.tar.zst;downloadfilename=e4/fe/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b_recipe_qa.tar.zst\nDEBUG: For url file://e2/d6/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/d6/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.0%3Ar0%3Acore2-64%3A11%3Ae2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1_packagedata.tar.zst;downloadfilename=e2/d6/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/73/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/64/sstate:bash-completion::2.11:r0::11:1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/a7/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://25/71/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/b9/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/f3/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/74/sstate:freetype-native::2.13.2:r0::11:bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c_populate_lic.tar.zst\nDEBUG: Searching for 8a/a7/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://8a/48/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/6a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a_package_qa.tar.zst\nDEBUG: Searching for bb/74/sstate:freetype-native::2.13.2:r0::11:bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8a/a7/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673_recipe_qa.tar.zst\nDEBUG: Searching for 8a/48/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e7/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b1/6a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bb/74/sstate:freetype-native::2.13.2:r0::11:bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c_populate_lic.tar.zst\nDEBUG: Testing URL file://8a/a7/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673_recipe_qa.tar.zst\nDEBUG: Using  for 8a/48/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc_create_spdx.tar.zst\nDEBUG: Using  for e7/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f_create_spdx.tar.zst\nDEBUG: Using  for b1/6a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a_package_qa.tar.zst\nDEBUG: Testing URL file://bb/74/sstate:freetype-native::2.13.2:r0::11:bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8a/a7/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8a/48/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc_create_spdx.tar.zst\nDEBUG: Testing URL file://e7/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f_create_spdx.tar.zst\nDEBUG: Testing URL file://b1/6a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'bb/74/sstate:freetype-native::2.13.2:r0::11:bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8a/a7/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/a7/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673_recipe_qa.tar.zst;downloadfilename=8a/a7/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8a/48/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e7/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b1/6a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bb/74/sstate:freetype-native::2.13.2:r0::11:bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/74/sstate%3Afreetype-native%3A%3A2.13.2%3Ar0%3A%3A11%3Abb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c_populate_lic.tar.zst;downloadfilename=bb/74/sstate:freetype-native::2.13.2:r0::11:bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c_populate_lic.tar.zst\nDEBUG: For url file://8a/48/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/48/sstate%3Ataglib%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc_create_spdx.tar.zst;downloadfilename=8a/48/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc_create_spdx.tar.zst\nDEBUG: For url file://e7/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/af/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3Ae7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f_create_spdx.tar.zst;downloadfilename=e7/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f_create_spdx.tar.zst\nDEBUG: For url file://b1/6a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/6a/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3Ab16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a_package_qa.tar.zst;downloadfilename=b1/6a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://43/ee/sstate:grep::3.11:r0::11:43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/4b/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8b/fa/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://41/c9/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:41c96d61c11fdc6735f1bca6ec91308dc7f143a10612fe6a02b0ade8d31a506a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://08/b7/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:08b76d4b9c6647e75531462fb589bcb0b8d5bb247bfd0f1a3a458ef841b6481f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://71/cd/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/d6/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e0/cf/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/18/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4b/06/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/20/sstate:nasm-native::2.16.01:r0::11:e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882_populate_lic.tar.zst\nDEBUG: Searching for 71/cd/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0d/96/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/4d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/e0/cf/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2f/18/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/4b/06/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/20/sstate:nasm-native::2.16.01:r0::11:e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 71/cd/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0d/96/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bc/4d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/e0/cf/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5_populate_sysroot.tar.zst\nDEBUG: Using  for 2f/18/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90_create_spdx.tar.zst\nDEBUG: Using  for universal/4b/06/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a_create_spdx.tar.zst\nDEBUG: Using  for e4/20/sstate:nasm-native::2.16.01:r0::11:e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882_populate_lic.tar.zst\nDEBUG: Testing URL file://71/cd/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0d/96/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7_package_write_rpm.tar.zst\nDEBUG: Using  for bc/4d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e0/cf/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2f/18/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/4b/06/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a_create_spdx.tar.zst\nDEBUG: Testing URL file://e4/20/sstate:nasm-native::2.16.01:r0::11:e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882_populate_lic.tar.zst\nDEBUG: For url ['file', '', '71/cd/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0d/96/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://bc/4d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/cf/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2f/18/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/4b/06/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/20/sstate:nasm-native::2.16.01:r0::11:e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e4/fe/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b_recipe_qa.tar.zst\nDEBUG: For url file://71/cd/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/cd/sstate%3Awireless-regdb%3Aall-poky-linux%3A2023.09.01%3Ar0%3Aallarch%3A11%3A71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff_deploy_source_date_epoch.tar.zst;downloadfilename=71/cd/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0d/96/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bc/4d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e0/cf/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/cf/sstate%3Acwautomacros-native%3Ax86_64-linux%3A20110201%3Ar0%3Ax86_64%3A11%3Ae0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5_populate_sysroot.tar.zst;downloadfilename=universal/e0/cf/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5_populate_sysroot.tar.zst\nDEBUG: For url file://2f/18/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/18/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90_create_spdx.tar.zst;downloadfilename=2f/18/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90_create_spdx.tar.zst\nDEBUG: For url file://universal/4b/06/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/06/sstate%3Agroff-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A11%3A4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a_create_spdx.tar.zst;downloadfilename=universal/4b/06/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a_create_spdx.tar.zst\nDEBUG: For url file://e4/20/sstate:nasm-native::2.16.01:r0::11:e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/20/sstate%3Anasm-native%3A%3A2.16.01%3Ar0%3A%3A11%3Ae420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882_populate_lic.tar.zst;downloadfilename=e4/20/sstate:nasm-native::2.16.01:r0::11:e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://49/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3_populate_sysroot.tar.zst\nDEBUG: For url file://0d/96/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/96/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A11%3A0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7_package_write_rpm.tar.zst;downloadfilename=0d/96/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7_package_write_rpm.tar.zst\nDEBUG: For url file://bc/4d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/4d/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A11%3Abc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d_deploy_source_date_epoch.tar.zst;downloadfilename=bc/4d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/74/sstate:freetype-native::2.13.2:r0::11:bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/a7/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673_recipe_qa.tar.zst\nDEBUG: Searching for 49/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8a/48/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/b7/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/6a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/9f/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c_package_qa.tar.zst\nDEBUG: Using  for 49/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/05/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ee/b7/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ad/0f/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366_create_spdx.tar.zst\nDEBUG: Searching for 0c/9f/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://49/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3_populate_sysroot.tar.zst\nDEBUG: Searching for f0/05/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ee/b7/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0_create_spdx.tar.zst\nDEBUG: Searching for ad/0f/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0c/9f/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c_package_qa.tar.zst\nDEBUG: For url ['file', '', '49/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f0/05/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ee/b7/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0_create_spdx.tar.zst\nDEBUG: Using  for ad/0f/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366_create_spdx.tar.zst\nDEBUG: Testing URL file://0c/9f/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c_package_qa.tar.zst\nDEBUG: For url file://49/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/e7/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3_populate_sysroot.tar.zst;downloadfilename=49/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f0/05/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ee/b7/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ad/0f/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0c/9f/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f0/05/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ee/b7/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/b7/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.33.2%3Ar0%3Acore2-64%3A11%3Aeeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0_create_spdx.tar.zst;downloadfilename=ee/b7/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ad/0f/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://71/cd/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:71cdc7c4cdc273125165a801518528aae959b58f76fa896cb29338269aec0fff_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0c/9f/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/9f/sstate%3Astrace%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3A0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c_package_qa.tar.zst;downloadfilename=0c/9f/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c_package_qa.tar.zst\nDEBUG: For url file://f0/05/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/05/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3Af005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248_deploy_source_date_epoch.tar.zst;downloadfilename=f0/05/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ad/0f/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/0f/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20231127%2Bgit%3Ar0%3Acore2-64%3A11%3Aad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366_create_spdx.tar.zst;downloadfilename=ad/0f/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/06/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7a/5e/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/cf/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:e0cfe37533d2b0ae6e71735037f5945b3adf5df53c9b415e07fd2fd0e28d50c5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/20/sstate:nasm-native::2.16.01:r0::11:e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://25/e0/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/7a/5e/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/ec/80/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d5/13/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1_recipe_qa.tar.zst\nDEBUG: Searching for 25/e0/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/7a/5e/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/ec/80/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/d5/13/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 25/e0/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/7a/5e/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ec/80/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5_populate_sysroot.tar.zst\nDEBUG: Using  for universal/d5/13/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1_recipe_qa.tar.zst\nDEBUG: Testing URL file://25/e0/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/7a/5e/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/ec/80/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/d5/13/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '25/e0/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/7a/5e/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7a/5e/sstate%3Apython3-hatch-fancy-pypi-readme-native%3Ax86_64-linux%3A24.1.0%3Ar0%3Ax86_64%3A11%3A7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7a/5e/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ec/80/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/d5/13/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://25/e0/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/e0/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.11%3Ar0%3Aqemux86_64%3A11%3A25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265_deploy_source_date_epoch.tar.zst;downloadfilename=25/e0/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/ec/80/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ec/80/sstate%3Alibffi-native%3Ax86_64-linux%3A3.4.4%3Ar0%3Ax86_64%3A11%3Aec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5_populate_sysroot.tar.zst;downloadfilename=universal/ec/80/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5_populate_sysroot.tar.zst\nDEBUG: For url file://universal/d5/13/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d5/13/sstate%3Apatch-native%3Ax86_64-linux%3A2.7.6%3Ar0%3Ax86_64%3A11%3Ad5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1_recipe_qa.tar.zst;downloadfilename=universal/d5/13/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/96/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/4d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:bc4daf6d4d4fe8daca0b15f42b6cc7c8cd78a0f27a42dd36672357e2f573d08d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/b7/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://49/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:49e7eb5093b5001c2af48d2216bae214b0caba0e75b4490f1aa25f72bdee53b3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3e/0e/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://be/f6/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/05/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:f005a87bb332c40f3a37f3694823a9340c973f67d93852cbbd0490504e2e9248_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/9f/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/9a/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/80/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:c3808c265d9443d927d04b9090b40d3b6cd9ef4d471a60876bed18e5d93ef2bf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://94/8a/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/51/61/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c_populate_sysroot.tar.zst\nDEBUG: Searching for universal/3e/0e/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://37/b2/sstate:libxrandr-native::1.5.4:r0::11:37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://58/bd/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/e2/sstate:nettle::3.9.1:r0::11:6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6_populate_lic.tar.zst\nDEBUG: Searching for 1f/9a/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://58/66/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703_create_runtime_spdx.tar.zst\nDEBUG: Searching for 94/8a/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/51/61/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/3e/0e/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b_create_spdx.tar.zst\nDEBUG: Searching for 37/b2/sstate:libxrandr-native::1.5.4:r0::11:37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 58/bd/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6d/e2/sstate:nettle::3.9.1:r0::11:6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1f/9a/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821_package_write_rpm.tar.zst\nDEBUG: Searching for 58/66/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 94/8a/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670_package_write_rpm.tar.zst\nDEBUG: Using  for universal/51/61/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/3e/0e/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b_create_spdx.tar.zst\nDEBUG: Using  for 37/b2/sstate:libxrandr-native::1.5.4:r0::11:37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6_populate_lic.tar.zst\nDEBUG: Using  for 58/bd/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb_package_qa.tar.zst\nDEBUG: Using  for 6d/e2/sstate:nettle::3.9.1:r0::11:6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6_populate_lic.tar.zst\nDEBUG: Testing URL file://1f/9a/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821_package_write_rpm.tar.zst\nDEBUG: Using  for 58/66/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://94/8a/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/51/61/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/3e/0e/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://37/b2/sstate:libxrandr-native::1.5.4:r0::11:37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6_populate_lic.tar.zst\nDEBUG: Testing URL file://58/bd/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb_package_qa.tar.zst\nDEBUG: Testing URL file://6d/e2/sstate:nettle::3.9.1:r0::11:6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1f/9a/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://58/66/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '94/8a/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/51/61/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/3e/0e/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3e/0e/sstate%3Ameson-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A11%3A3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b_create_spdx.tar.zst;downloadfilename=universal/3e/0e/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '37/b2/sstate:libxrandr-native::1.5.4:r0::11:37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '58/bd/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6d/e2/sstate:nettle::3.9.1:r0::11:6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1f/9a/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/9a/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A11%3A1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821_package_write_rpm.tar.zst;downloadfilename=1f/9a/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/0f/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366_create_spdx.tar.zst\nDEBUG: For url ['file', '', '58/66/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://94/8a/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/8a/sstate%3Amesa%3Acore2-64-poky-linux%3A23.3.5%3Ar0%3Acore2-64%3A11%3A948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670_package_write_rpm.tar.zst;downloadfilename=94/8a/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670_package_write_rpm.tar.zst\nDEBUG: For url file://universal/51/61/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/51/61/sstate%3Azstd-native%3Ax86_64-linux%3A1.5.5%3Ar0%3Ax86_64%3A11%3A5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c_populate_sysroot.tar.zst;downloadfilename=universal/51/61/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c_populate_sysroot.tar.zst\nDEBUG: For url file://37/b2/sstate:libxrandr-native::1.5.4:r0::11:37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/b2/sstate%3Alibxrandr-native%3A%3A1.5.4%3Ar0%3A%3A11%3A37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6_populate_lic.tar.zst;downloadfilename=37/b2/sstate:libxrandr-native::1.5.4:r0::11:37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6_populate_lic.tar.zst\nDEBUG: For url file://58/bd/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/bd/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A11%3A58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb_package_qa.tar.zst;downloadfilename=58/bd/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb_package_qa.tar.zst\nDEBUG: For url file://6d/e2/sstate:nettle::3.9.1:r0::11:6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/e2/sstate%3Anettle%3A%3A3.9.1%3Ar0%3A%3A11%3A6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6_populate_lic.tar.zst;downloadfilename=6d/e2/sstate:nettle::3.9.1:r0::11:6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7a/5e/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:7a5e48047361897b6ae016b800aa40270660aaf1e245371c083acf68e7099649_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3b/c4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://25/e0/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:25e0bce838cb7f39c44c339bbe388d3a613a34b51198492cac9e41bfeb128265_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://58/66/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/66/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703_create_runtime_spdx.tar.zst;downloadfilename=58/66/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ec/80/sstate:libffi-native:x86_64-linux:3.4.4:r0:x86_64:11:ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d5/13/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:11:d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3e/0e/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bb/e1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/3b/c4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/ec/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/55/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/9a/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c7/d5/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://37/b2/sstate:libxrandr-native::1.5.4:r0::11:37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://73/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://94/8a/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670_package_write_rpm.tar.zst\nDEBUG: Searching for universal/bb/e1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/51/61/sstate:zstd-native:x86_64-linux:1.5.5:r0:x86_64:11:5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://58/bd/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb_package_qa.tar.zst\nDEBUG: Using  for universal/3b/c4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ec/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4e/55/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://de/d9/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/c7/d5/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b3/02/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a_package.tar.zst\nDEBUG: Searching for 73/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d0/cf/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb_package_write_rpm.tar.zst\nDEBUG: Using  for universal/bb/e1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c5/5b/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/e2/sstate:nettle::3.9.1:r0::11:6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f2/c6/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/3b/c4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e_populate_sysroot.tar.zst\nDEBUG: Using  for universal/ec/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4e/55/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0_packagedata.tar.zst\nDEBUG: Searching for de/d9/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/c7/d5/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc_populate_sysroot.tar.zst\nDEBUG: Searching for b3/02/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 73/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce_recipe_qa.tar.zst\nDEBUG: Searching for d0/cf/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/bb/e1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/c5/5b/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b9/d3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56_create_spdx.tar.zst\nDEBUG: Searching for universal/f2/c6/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/3b/c4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/ec/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://4e/55/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0_packagedata.tar.zst\nDEBUG: Using  for de/d9/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/c7/d5/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc_populate_sysroot.tar.zst\nDEBUG: Using  for b3/02/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a_package.tar.zst\nDEBUG: Testing URL file://73/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce_recipe_qa.tar.zst\nDEBUG: Using  for d0/cf/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/bb/e1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c5/5b/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793_populate_sysroot.tar.zst\nDEBUG: Searching for b9/d3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f2/c6/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/3b/c4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3b/c4/sstate%3Alibxrandr-native%3Ax86_64-linux%3A1.5.4%3Ar0%3Ax86_64%3A11%3A3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e_populate_sysroot.tar.zst;downloadfilename=universal/3b/c4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/ec/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4e/55/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://de/d9/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/c7/d5/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b3/02/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a_package.tar.zst\nDEBUG: For url ['file', '', '73/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d0/cf/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb_package_write_rpm.tar.zst\nDEBUG: For url file://universal/bb/e1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bb/e1/sstate%3Alibxdmcp-native%3Ax86_64-linux%3A1.1.4%3Ar0%3Ax86_64%3A11%3Abbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1_create_runtime_spdx.tar.zst;downloadfilename=universal/bb/e1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/c5/5b/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793_populate_sysroot.tar.zst\nDEBUG: Using  for b9/d3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f2/c6/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/ec/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ec/e1/sstate%3Aglib-2.0-native%3Ax86_64-linux%3A2.78.3%3Ar0%3Ax86_64%3A11%3Aece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa_create_runtime_spdx.tar.zst;downloadfilename=universal/ec/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa_create_runtime_spdx.tar.zst\nDEBUG: For url file://4e/55/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/55/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A11%3A4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0_packagedata.tar.zst;downloadfilename=4e/55/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0_packagedata.tar.zst\nDEBUG: For url ['file', '', 'de/d9/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/c7/d5/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/d5/sstate%3Aicu-native%3Ax86_64-linux%3A74-1%3Ar0%3Ax86_64%3A11%3Ac7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc_populate_sysroot.tar.zst;downloadfilename=universal/c7/d5/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b3/02/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://73/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/a0/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce_recipe_qa.tar.zst;downloadfilename=73/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd0/cf/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c5/5b/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b9/d3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f2/c6/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://de/d9/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/d9/sstate%3Aencodings%3Aall-poky-linux%3A1.0.7%3Ar0%3Aallarch%3A11%3Aded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0_deploy_source_date_epoch.tar.zst;downloadfilename=de/d9/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3b/c4/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e_populate_sysroot.tar.zst\nDEBUG: For url file://b3/02/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/02/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A11%3Ab3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a_package.tar.zst;downloadfilename=b3/02/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a_package.tar.zst\nDEBUG: For url file://d0/cf/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/cf/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3Ad0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb_package_write_rpm.tar.zst;downloadfilename=d0/cf/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb_package_write_rpm.tar.zst\nDEBUG: For url file://universal/c5/5b/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/5b/sstate%3Amakedepend-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A11%3Ac55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793_populate_sysroot.tar.zst;downloadfilename=universal/c5/5b/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b9/d3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/bb/e1/sstate:libxdmcp-native:x86_64-linux:1.1.4:r0:x86_64:11:bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/f2/c6/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f2/c6/sstate%3Apython3-docutils-native%3Ax86_64-linux%3A0.20.1%3Ar0%3Ax86_64%3A11%3Af2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f2/c6/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/f8/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ec/e1/sstate:glib-2.0-native:x86_64-linux:2.78.3:r0:x86_64:11:ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa_create_runtime_spdx.tar.zst\nDEBUG: For url file://b9/d3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/d3/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A11%3Ab9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56_create_spdx.tar.zst;downloadfilename=b9/d3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/55/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/a7/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://73/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/af/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c7/d5/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc_populate_sysroot.tar.zst\nDEBUG: Searching for fc/f8/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://de/d9/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:ded9f160bd4509697f36b24407ec38490d72783276a09ed53e0a86829bb5acc0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/70/8e/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://36/fb/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:36fbce1053229376f4611521b8b2e03f2e05b42a52580dc265a262e7fef3cc88_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/8a/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e_package.tar.zst\nDEBUG: Searching for 2f/a7/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b3/02/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:b3026c15555ab13e27155bfc8e3eb388234dae4bd7aa10284ff09b5f290b609a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/cf/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://52/81/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/83/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://58/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa_create_spdx.tar.zst\nDEBUG: Using  for fc/f8/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://69/84/sstate:xinput-calibrator::0.7.5+git:r0::11:69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e_populate_lic.tar.zst\nDEBUG: Searching for universal/70/8e/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/28/1d/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541_create_runtime_spdx.tar.zst\nDEBUG: Searching for e9/8a/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2f/a7/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/73/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/1d/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105_create_runtime_spdx.tar.zst\nDEBUG: Searching for 52/81/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c0/83/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 58/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fc/f8/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c_populate_sysroot.tar.zst\nDEBUG: Searching for 69/84/sstate:xinput-calibrator::0.7.5+git:r0::11:69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/70/8e/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe_recipe_qa.tar.zst\nDEBUG: Searching for universal/28/1d/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/c5/5b/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f2/c6/sstate:python3-docutils-native:x86_64-linux:0.20.1:r0:x86_64:11:f2c6d0f2ace3b2d2daaad2b8a16e3fb2de31ba278bd9fb02a4fd7696d659b6cb_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e9/8a/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e_package.tar.zst\nDEBUG: Testing URL file://2f/a7/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74_create_spdx.tar.zst\nDEBUG: Searching for 1e/73/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ff/1d/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 52/81/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c_create_spdx.tar.zst\nDEBUG: Using  for c0/83/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f_recipe_qa.tar.zst\nDEBUG: Using  for 58/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fc/f8/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 69/84/sstate:xinput-calibrator::0.7.5+git:r0::11:69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/70/8e/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe_recipe_qa.tar.zst\nDEBUG: Using  for universal/28/1d/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://82/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/ef/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e9/8a/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e_package.tar.zst\nDEBUG: For url ['file', '', '2f/a7/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1e/73/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e_package_write_rpm.tar.zst\nDEBUG: Using  for ff/1d/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://52/81/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c_create_spdx.tar.zst\nDEBUG: Testing URL file://c0/83/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f_recipe_qa.tar.zst\nDEBUG: Testing URL file://58/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa_create_spdx.tar.zst\nDEBUG: For url file://fc/f8/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/f8/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.2.0%3Ar0%3Acore2-64%3A11%3Afcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c_populate_sysroot.tar.zst;downloadfilename=fc/f8/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://69/84/sstate:xinput-calibrator::0.7.5+git:r0::11:69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/70/8e/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/28/1d/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541_create_runtime_spdx.tar.zst\nDEBUG: Searching for 82/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d2/ef/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e9/8a/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2f/a7/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/a7/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74_create_spdx.tar.zst;downloadfilename=2f/a7/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74_create_spdx.tar.zst\nDEBUG: Testing URL file://1e/73/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ff/1d/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '52/81/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c0/83/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '58/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '69/84/sstate:xinput-calibrator::0.7.5+git:r0::11:69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/70/8e/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/70/8e/sstate%3Ae2fsprogs-native%3Ax86_64-linux%3A1.47.0%3Ar0%3Ax86_64%3A11%3A708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe_recipe_qa.tar.zst;downloadfilename=universal/70/8e/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/28/1d/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 82/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31_create_spdx.tar.zst\nDEBUG: Using  for d2/ef/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e9/8a/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/8a/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3Ae98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e_package.tar.zst;downloadfilename=e9/8a/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e_package.tar.zst\nDEBUG: For url ['file', '', '1e/73/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ff/1d/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://52/81/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/81/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c_create_spdx.tar.zst;downloadfilename=52/81/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c_create_spdx.tar.zst\nDEBUG: For url file://c0/83/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/83/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.3.0%3Ar0%3Acore2-64%3A11%3Ac08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f_recipe_qa.tar.zst;downloadfilename=c0/83/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f_recipe_qa.tar.zst\nDEBUG: For url file://58/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/eb/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.47%3Ar0%3Acore2-64%3A11%3A58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa_create_spdx.tar.zst;downloadfilename=58/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa_create_spdx.tar.zst\nDEBUG: For url file://69/84/sstate:xinput-calibrator::0.7.5+git:r0::11:69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/84/sstate%3Axinput-calibrator%3A%3A0.7.5%2Bgit%3Ar0%3A%3A11%3A69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e_populate_lic.tar.zst;downloadfilename=69/84/sstate:xinput-calibrator::0.7.5+git:r0::11:69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e_populate_lic.tar.zst\nDEBUG: For url file://universal/28/1d/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/28/1d/sstate%3Agroff-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A11%3A281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541_create_runtime_spdx.tar.zst;downloadfilename=universal/28/1d/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://82/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31_create_spdx.tar.zst\nDEBUG: Testing URL file://d2/ef/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1e/73/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/73/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e_package_write_rpm.tar.zst;downloadfilename=1e/73/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e_package_write_rpm.tar.zst\nDEBUG: For url file://ff/1d/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/1d/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A11%3Aff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105_create_runtime_spdx.tar.zst;downloadfilename=ff/1d/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/a7/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74_create_spdx.tar.zst\nDEBUG: For url ['file', '', '82/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd2/ef/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/70/8e/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:11:708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://58/66/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/15/aa/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://82/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/0a/sstate%3Akmod%3Acore2-64-poky-linux%3A31%3Ar0%3Acore2-64%3A11%3A820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31_create_spdx.tar.zst;downloadfilename=82/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31_create_spdx.tar.zst\nDEBUG: For url file://d2/ef/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/ef/sstate%3Agcc-source-13.2.0%3Aall-poky-linux%3A13.2.0%3Ar0%3Aall%3A11%3Ad2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962_deploy_source_date_epoch.tar.zst;downloadfilename=d2/ef/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/ca/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7c/17/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66_recipe_qa.tar.zst\nDEBUG: Searching for universal/15/aa/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c0/83/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f_recipe_qa.tar.zst\nDEBUG: Searching for c2/ca/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/28/1d/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:11:281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/73/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e_package_write_rpm.tar.zst\nDEBUG: Searching for universal/7c/17/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://69/84/sstate:xinput-calibrator::0.7.5+git:r0::11:69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e_populate_lic.tar.zst\nDEBUG: Using  for universal/15/aa/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/ac/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c2/ca/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1c/60/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/dd/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6_packagedata.tar.zst\nDEBUG: Using  for universal/7c/17/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5e/34/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/15/aa/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b9/ac/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c2/ca/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5_packagedata.tar.zst\nDEBUG: Searching for universal/1c/60/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5a/dd/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/7c/17/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66_recipe_qa.tar.zst\nDEBUG: Searching for universal/5e/34/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/15/aa/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b9/ac/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c2/ca/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/1c/60/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5a/dd/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/7c/17/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/5e/34/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/1d/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/15/aa/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/aa/sstate%3Alibsolv-native%3Ax86_64-linux%3A0.7.28%3Ar0%3Ax86_64%3A11%3A15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85_deploy_source_date_epoch.tar.zst;downloadfilename=universal/15/aa/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b9/ac/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c2/ca/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/ca/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3Ac2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5_packagedata.tar.zst;downloadfilename=c2/ca/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5_packagedata.tar.zst\nDEBUG: Testing URL file://universal/1c/60/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5a/dd/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6_packagedata.tar.zst\nDEBUG: For url file://universal/7c/17/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7c/17/sstate%3Aboost-build-native%3Ax86_64-linux%3A1.83.0%3Ar0%3Ax86_64%3A11%3A7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66_recipe_qa.tar.zst;downloadfilename=universal/7c/17/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/5e/34/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://86/59/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b9/ac/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/1c/60/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5a/dd/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2f/18/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/ef/sstate:gcc-source-13.2.0:all-poky-linux:13.2.0:r0:all:11:d2ef29af32e18656387612a567116aef3636f92d57b2d1f71fe4bd4f35912962_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/5e/34/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 86/59/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b9/ac/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/ac/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A11%3Ab9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20_deploy_source_date_epoch.tar.zst;downloadfilename=b9/ac/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/1c/60/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1c/60/sstate%3Azlib-native%3Ax86_64-linux%3A1.3%3Ar0%3Ax86_64%3A11%3A1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393_deploy_source_date_epoch.tar.zst;downloadfilename=universal/1c/60/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5a/dd/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/dd/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A11%3A5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6_packagedata.tar.zst;downloadfilename=5a/dd/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://57/e2/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://13/d8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0_package.tar.zst\nDEBUG: For url file://universal/5e/34/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5e/34/sstate%3Afont-util-native%3Ax86_64-linux%3A1.4.1%3Ar0%3Ax86_64%3A11%3A5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40_recipe_qa.tar.zst;downloadfilename=universal/5e/34/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40_recipe_qa.tar.zst\nDEBUG: Using  for 86/59/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f_package_write_rpm.tar.zst\nDEBUG: Searching for 57/e2/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/15/aa/sstate:libsolv-native:x86_64-linux:0.7.28:r0:x86_64:11:15aa68c54d92ad346d714e72a0a50ed1281559b8a69c815f9d2fe11ea6a51c85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/ca/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5_packagedata.tar.zst\nDEBUG: Searching for 13/d8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/7c/17/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:7c1714c600f56f641b70df5333d78de229460fe01fbe69501730dc17330b2d66_recipe_qa.tar.zst\nDEBUG: Testing URL file://86/59/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f_package_write_rpm.tar.zst\nDEBUG: Using  for 57/e2/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://70/30/sstate:python3-wcwidth::0.2.12:r0::11:7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://25/ee/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12_package_qa.tar.zst\nDEBUG: Using  for 13/d8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/40/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '86/59/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://57/e2/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d_packagedata.tar.zst\nDEBUG: Searching for 70/30/sstate:python3-wcwidth::0.2.12:r0::11:7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b9/ac/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:b9ac99feb2858523e0a8323831ea3a055ea2412c5bc9b17bb0c269cf0af87f20_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 25/ee/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://13/d8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0_package.tar.zst\nDEBUG: Searching for 2e/40/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://86/59/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/59/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A11%3A86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f_package_write_rpm.tar.zst;downloadfilename=86/59/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '57/e2/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 70/30/sstate:python3-wcwidth::0.2.12:r0::11:7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://af/f8/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35_create_spdx.tar.zst\nDEBUG: Using  for 25/ee/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12_package_qa.tar.zst\nDEBUG: For url ['file', '', '13/d8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2e/40/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150_package_write_rpm.tar.zst\nDEBUG: For url file://57/e2/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/e2/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A11%3A57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d_packagedata.tar.zst;downloadfilename=57/e2/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d_packagedata.tar.zst\nDEBUG: Testing URL file://70/30/sstate:python3-wcwidth::0.2.12:r0::11:7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe_populate_lic.tar.zst\nDEBUG: Searching for af/f8/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/1c/60/sstate:zlib-native:x86_64-linux:1.3:r0:x86_64:11:1c60837762ce5ae147becc17df9225f73f7f7d7dbe4ed73962f88f054b4ad393_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/dd/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6_packagedata.tar.zst\nDEBUG: Testing URL file://25/ee/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12_package_qa.tar.zst\nDEBUG: For url file://13/d8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/d8/sstate%3Aencodings%3Aall-poky-linux%3A1.0.7%3Ar0%3Aallarch%3A11%3A13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0_package.tar.zst;downloadfilename=13/d8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0_package.tar.zst\nDEBUG: Testing URL file://2e/40/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '70/30/sstate:python3-wcwidth::0.2.12:r0::11:7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for af/f8/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5e/34/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://33/15/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/aa/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '25/ee/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2e/40/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://70/30/sstate:python3-wcwidth::0.2.12:r0::11:7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/30/sstate%3Apython3-wcwidth%3A%3A0.2.12%3Ar0%3A%3A11%3A7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe_populate_lic.tar.zst;downloadfilename=70/30/sstate:python3-wcwidth::0.2.12:r0::11:7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe_populate_lic.tar.zst\nDEBUG: Testing URL file://af/f8/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/69/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589_recipe_qa.tar.zst\nDEBUG: Searching for 33/15/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fb/aa/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://25/ee/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/ee/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3A25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12_package_qa.tar.zst;downloadfilename=25/ee/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12_package_qa.tar.zst\nDEBUG: For url file://2e/40/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/40/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A11%3A2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150_package_write_rpm.tar.zst;downloadfilename=2e/40/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'af/f8/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 73/69/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://86/59/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f_package_write_rpm.tar.zst\nDEBUG: Using  for 33/15/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc_create_spdx.tar.zst\nDEBUG: Using  for fb/aa/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e_create_runtime_spdx.tar.zst\nDEBUG: For url file://af/f8/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/f8/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A11%3Aaff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35_create_spdx.tar.zst;downloadfilename=af/f8/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35_create_spdx.tar.zst\nDEBUG: Using  for 73/69/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://57/e2/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://87/82/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd_recipe_qa.tar.zst\nDEBUG: Testing URL file://33/15/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc_create_spdx.tar.zst\nDEBUG: Testing URL file://fb/aa/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://73/69/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://13/d8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:13d87fa22853e718ad8a361aa5bdc488ae3edc72592dcee087ecdc1cdd91f9e0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/9c/sstate:gstreamer1.0::1.22.9:r0::11:3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9_populate_lic.tar.zst\nDEBUG: Searching for 87/82/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '33/15/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fb/aa/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '73/69/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://12/83/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed_package.tar.zst\nDEBUG: Searching for 3d/9c/sstate:gstreamer1.0::1.22.9:r0::11:3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 87/82/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd_recipe_qa.tar.zst\nDEBUG: For url file://33/15/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/15/sstate%3Acurl%3Acore2-64-poky-linux%3A8.6.0%3Ar0%3Acore2-64%3A11%3A33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc_create_spdx.tar.zst;downloadfilename=33/15/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://70/30/sstate:python3-wcwidth::0.2.12:r0::11:7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe_populate_lic.tar.zst\nDEBUG: For url file://fb/aa/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/aa/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A11%3Afbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e_create_runtime_spdx.tar.zst;downloadfilename=fb/aa/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e_create_runtime_spdx.tar.zst\nDEBUG: For url file://73/69/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/69/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3A73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589_recipe_qa.tar.zst;downloadfilename=73/69/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589_recipe_qa.tar.zst\nDEBUG: Searching for 12/83/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3d/9c/sstate:gstreamer1.0::1.22.9:r0::11:3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9_populate_lic.tar.zst\nDEBUG: Testing URL file://87/82/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/40/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/d3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56_create_spdx.tar.zst\nDEBUG: Using  for 12/83/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed_package.tar.zst\nDEBUG: SState: Successful fetch test for file://25/ee/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/f8/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35_create_spdx.tar.zst\nDEBUG: Testing URL file://3d/9c/sstate:gstreamer1.0::1.22.9:r0::11:3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '87/82/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fc/eb/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://15/ee/sstate:libxi-native::1.8.1:r0::11:15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48_populate_lic.tar.zst\nDEBUG: Testing URL file://12/83/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed_package.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/c1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3d/9c/sstate:gstreamer1.0::1.22.9:r0::11:3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://87/82/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/82/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A45.0%3Ar0%3Aallarch%3A11%3A87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd_recipe_qa.tar.zst;downloadfilename=87/82/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd_recipe_qa.tar.zst\nDEBUG: Using  for 7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd_packagedata.tar.zst\nDEBUG: Searching for fc/eb/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 15/ee/sstate:libxi-native::1.8.1:r0::11:15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '12/83/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bf/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d1/c1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://3d/9c/sstate:gstreamer1.0::1.22.9:r0::11:3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/9c/sstate%3Agstreamer1.0%3A%3A1.22.9%3Ar0%3A%3A11%3A3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9_populate_lic.tar.zst;downloadfilename=3d/9c/sstate:gstreamer1.0::1.22.9:r0::11:3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9_populate_lic.tar.zst\nDEBUG: Testing URL file://7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd_packagedata.tar.zst\nDEBUG: Using  for fc/eb/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/aa/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e_create_runtime_spdx.tar.zst\nDEBUG: Using  for 15/ee/sstate:libxi-native::1.8.1:r0::11:15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://52/81/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c_create_spdx.tar.zst\nDEBUG: For url file://12/83/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/83/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A11%3A12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed_package.tar.zst;downloadfilename=12/83/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed_package.tar.zst\nDEBUG: Using  for bf/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0_create_runtime_spdx.tar.zst\nDEBUG: Using  for d1/c1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fc/eb/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://73/69/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://82/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5f/3c/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6_recipe_qa.tar.zst\nDEBUG: Testing URL file://15/ee/sstate:libxi-native::1.8.1:r0::11:15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/c3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99_create_spdx.tar.zst\nDEBUG: Testing URL file://bf/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d1/c1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0_package_write_rpm.tar.zst\nDEBUG: For url file://7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/cc/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3A7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd_packagedata.tar.zst;downloadfilename=7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd_packagedata.tar.zst\nDEBUG: For url ['file', '', 'fc/eb/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0d/bd/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://29/9c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/5f/3c/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '15/ee/sstate:libxi-native::1.8.1:r0::11:15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fb/c3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bf/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd1/c1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://87/82/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd_recipe_qa.tar.zst\nDEBUG: For url file://fc/eb/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/eb/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Afceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9_packagedata.tar.zst;downloadfilename=fc/eb/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9_packagedata.tar.zst\nDEBUG: Searching for 0d/bd/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 29/9c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/5f/3c/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6_recipe_qa.tar.zst\nDEBUG: For url file://15/ee/sstate:libxi-native::1.8.1:r0::11:15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/ee/sstate%3Alibxi-native%3A%3A1.8.1%3Ar0%3A%3A11%3A15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48_populate_lic.tar.zst;downloadfilename=15/ee/sstate:libxi-native::1.8.1:r0::11:15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48_populate_lic.tar.zst\nDEBUG: Using  for fb/c3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99_create_spdx.tar.zst\nDEBUG: For url file://bf/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/34/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3Abf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0_create_runtime_spdx.tar.zst;downloadfilename=bf/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0_create_runtime_spdx.tar.zst\nDEBUG: For url file://d1/c1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/c1/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A11%3Ad1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0_package_write_rpm.tar.zst;downloadfilename=d1/c1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://97/33/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60_recipe_qa.tar.zst\nDEBUG: Using  for 0d/bd/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/9c/sstate:gstreamer1.0::1.22.9:r0::11:3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9_populate_lic.tar.zst\nDEBUG: Using  for 29/9c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/5f/3c/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6_recipe_qa.tar.zst\nDEBUG: Testing URL file://fb/c3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/8a/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:e98a39f655522908ef5012b466fdc8f4024cf084698a9b1a7211ec7908967a1e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://12/83/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:12832a61f6464062be4e2014bf020b89ca49d551e4d22e420b3fcd6f0d614bed_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/cc/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://58/eb/sstate:libgpg-error:core2-64-poky-linux:1.47:r0:core2-64:11:58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa_create_spdx.tar.zst\nDEBUG: Searching for 97/33/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0d/bd/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://48/db/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8_recipe_qa.tar.zst\nDEBUG: Testing URL file://29/9c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/5f/3c/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fb/c3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://29/a4/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://45/58/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://53/f8/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://15/ee/sstate:libxi-native::1.8.1:r0::11:15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/6c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929_recipe_qa.tar.zst\nDEBUG: Using  for 97/33/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '0d/bd/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 48/db/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '29/9c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/5f/3c/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5f/3c/sstate%3Alibxslt-native%3Ax86_64-linux%3A1.1.39%3Ar0%3Ax86_64%3A11%3A5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6_recipe_qa.tar.zst;downloadfilename=universal/5f/3c/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6_recipe_qa.tar.zst\nDEBUG: For url file://fb/c3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/c3/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A11%3Afbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99_create_spdx.tar.zst;downloadfilename=fb/c3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99_create_spdx.tar.zst\nDEBUG: Searching for 29/a4/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 45/58/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 53/f8/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fc/eb/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://62/19/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d_recipe_qa.tar.zst\nDEBUG: Searching for e5/6c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://97/33/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60_recipe_qa.tar.zst\nDEBUG: For url file://0d/bd/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/bd/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3_packagedata.tar.zst;downloadfilename=0d/bd/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3_packagedata.tar.zst\nDEBUG: Using  for 48/db/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8_recipe_qa.tar.zst\nDEBUG: For url file://29/9c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/9c/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.11.5%3Ar0%3Acore2-64%3A11%3A299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea_deploy_source_date_epoch.tar.zst;downloadfilename=29/9c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0_create_runtime_spdx.tar.zst\nDEBUG: Using  for 29/a4/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f_create_spdx.tar.zst\nDEBUG: Using  for 45/58/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca_create_runtime_spdx.tar.zst\nDEBUG: Using  for 53/f8/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/96/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e_create_runtime_spdx.tar.zst\nDEBUG: Searching for 62/19/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e5/6c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '97/33/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://48/db/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://21/98/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://29/a4/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f_create_spdx.tar.zst\nDEBUG: Testing URL file://45/58/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://53/f8/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d_packagedata.tar.zst\nDEBUG: Searching for universal/5d/96/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 62/19/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d_recipe_qa.tar.zst\nDEBUG: Testing URL file://e5/6c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929_recipe_qa.tar.zst\nDEBUG: For url file://97/33/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/33/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3A97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60_recipe_qa.tar.zst;downloadfilename=97/33/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '48/db/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 21/98/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '29/a4/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '45/58/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '53/f8/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/5d/96/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://62/19/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e5/6c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://48/db/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/db/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3A48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8_recipe_qa.tar.zst;downloadfilename=48/db/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8_recipe_qa.tar.zst\nDEBUG: Using  for 21/98/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/c3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5f/3c/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:5f3c57e1a891e0529e061ff738a021f98bda30d86e94916b25106745a7f1c6b6_recipe_qa.tar.zst\nDEBUG: For url file://29/a4/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/a4/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.26%3Ar0%3Acore2-64%3A11%3A29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f_create_spdx.tar.zst;downloadfilename=29/a4/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f_create_spdx.tar.zst\nDEBUG: For url file://45/58/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/58/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3A4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca_create_runtime_spdx.tar.zst;downloadfilename=45/58/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca_create_runtime_spdx.tar.zst\nDEBUG: For url file://53/f8/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/f8/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.30.2%3Ar0%3Acore2-64%3A11%3A53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d_packagedata.tar.zst;downloadfilename=53/f8/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d_packagedata.tar.zst\nDEBUG: Testing URL file://universal/5d/96/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '62/19/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e5/6c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/6c/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ae56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929_recipe_qa.tar.zst;downloadfilename=e5/6c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929_recipe_qa.tar.zst\nDEBUG: Testing URL file://21/98/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/23/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/bd/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9d/81/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://29/9c/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:299c48a278f9e9b3714d562d900071f6cb4bc16bae8b9e0ce0f4af4b876854ea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/5d/96/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://62/19/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/19/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A11%3A6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d_recipe_qa.tar.zst;downloadfilename=62/19/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/f8/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:fcf87375ec1e260774fd3d747b63e094caaf5cd24054ed5731c98ad60b7a111c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://97/33/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:11:97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '21/98/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1f/23/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://eb/bf/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a_packagedata.tar.zst\nDEBUG: Searching for universal/9d/81/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7e/b8/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde_recipe_qa.tar.zst\nDEBUG: For url file://universal/5d/96/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/96/sstate%3Agettext-minimal-native%3Ax86_64-linux%3A0.22.4%3Ar0%3Ax86_64%3A11%3A5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e_create_runtime_spdx.tar.zst;downloadfilename=universal/5d/96/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/23/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://48/db/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/1b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4_recipe_qa.tar.zst\nDEBUG: For url file://21/98/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/98/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A11%3A2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55_create_runtime_spdx.tar.zst;downloadfilename=21/98/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55_create_runtime_spdx.tar.zst\nDEBUG: Using  for 1f/23/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244_create_runtime_spdx.tar.zst\nDEBUG: Searching for eb/bf/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/9d/81/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7e/b8/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1c/23/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://53/f8/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a8/31/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e_recipe_qa.tar.zst\nDEBUG: Searching for 9e/1b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1f/23/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244_create_runtime_spdx.tar.zst\nDEBUG: Using  for eb/bf/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a_packagedata.tar.zst\nDEBUG: Testing URL file://universal/9d/81/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/6c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929_recipe_qa.tar.zst\nDEBUG: Using  for 7e/b8/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde_recipe_qa.tar.zst\nDEBUG: Using  for 1c/23/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://60/ec/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c_package_write_rpm.tar.zst\nDEBUG: Searching for universal/a8/31/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9e/1b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1f/23/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://eb/bf/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/9d/81/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/87/42/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87_create_spdx.tar.zst\nDEBUG: Testing URL file://7e/b8/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde_recipe_qa.tar.zst\nDEBUG: Testing URL file://1c/23/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a_package_qa.tar.zst\nDEBUG: Searching for 60/ec/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a8/31/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://62/19/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d_recipe_qa.tar.zst\nDEBUG: Testing URL file://9e/1b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4_recipe_qa.tar.zst\nDEBUG: For url file://1f/23/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/23/sstate%3Apango%3Acore2-64-poky-linux%3A1.51.0%3Ar0%3Acore2-64%3A11%3A1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244_create_runtime_spdx.tar.zst;downloadfilename=1f/23/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'eb/bf/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/9d/81/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9d/81/sstate%3Alibgcrypt-native%3Ax86_64-linux%3A1.10.3%3Ar0%3Ax86_64%3A11%3A9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/9d/81/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/87/42/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7e/b8/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1c/23/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 60/ec/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/a8/31/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/d0/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84_packagedata.tar.zst\nDEBUG: For url ['file', '', '9e/1b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://eb/bf/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/bf/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.0.1%3Ar0%3Acore2-64%3A11%3Aebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a_packagedata.tar.zst;downloadfilename=eb/bf/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5d/96/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/87/42/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87_create_spdx.tar.zst\nDEBUG: For url file://7e/b8/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/b8/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A11%3A7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde_recipe_qa.tar.zst;downloadfilename=7e/b8/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde_recipe_qa.tar.zst\nDEBUG: For url file://1c/23/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/23/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A11%3A1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a_package_qa.tar.zst;downloadfilename=1c/23/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a_package_qa.tar.zst\nDEBUG: Testing URL file://60/ec/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/a8/31/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e0/d0/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://9e/1b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/1b/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4_recipe_qa.tar.zst;downloadfilename=9e/1b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/d1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/87/42/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87_create_spdx.tar.zst\nDEBUG: For url ['file', '', '60/ec/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a8/31/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a8/31/sstate%3Allvm-native%3Ax86_64-linux%3A17.0.6%3Ar0%3Ax86_64%3A11%3Aa831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e_recipe_qa.tar.zst;downloadfilename=universal/a8/31/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e_recipe_qa.tar.zst\nDEBUG: Using  for e0/d0/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84_packagedata.tar.zst\nDEBUG: Searching for d1/d1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/9d/81/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:11:9d81e605b2e3281bcbad05cb31d04cc49c77f1fd90731d5e368779beac3ea28b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/87/42/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://60/ec/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/ec/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c_package_write_rpm.tar.zst;downloadfilename=60/ec/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e0/d0/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84_packagedata.tar.zst\nDEBUG: Using  for d1/d1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://37/68/sstate:libpciaccess-native::0.17:r0::11:376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba_populate_lic.tar.zst\nDEBUG: For url file://universal/87/42/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/87/42/sstate%3Alibxi-native%3Ax86_64-linux%3A1.8.1%3Ar0%3Ax86_64%3A11%3A8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87_create_spdx.tar.zst;downloadfilename=universal/87/42/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e0/d0/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d1/d1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/bf/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a_packagedata.tar.zst\nDEBUG: Searching for 37/68/sstate:libpciaccess-native::0.17:r0::11:376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e0/d0/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/d0/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3Ae0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84_packagedata.tar.zst;downloadfilename=e0/d0/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd1/d1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2c/b0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/23/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/b8/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde_recipe_qa.tar.zst\nDEBUG: Using  for 37/68/sstate:libpciaccess-native::0.17:r0::11:376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba_populate_lic.tar.zst\nDEBUG: For url file://d1/d1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/d1/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A11%3Ad1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e_recipe_qa.tar.zst;downloadfilename=d1/d1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e_recipe_qa.tar.zst\nDEBUG: Searching for 2c/b0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/5b/0b/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/0a/sstate:elfutils-native::0.189:r0::11:d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e_populate_lic.tar.zst\nDEBUG: Testing URL file://37/68/sstate:libpciaccess-native::0.17:r0::11:376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba_populate_lic.tar.zst\nDEBUG: Using  for 2c/b0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3_package_write_rpm.tar.zst\nDEBUG: Searching for universal/5b/0b/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9e/1b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4_recipe_qa.tar.zst\nDEBUG: Searching for d4/0a/sstate:elfutils-native::0.189:r0::11:d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://60/ec/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a8/31/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '37/68/sstate:libpciaccess-native::0.17:r0::11:376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2c/b0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3_package_write_rpm.tar.zst\nDEBUG: Using  for universal/5b/0b/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4b/ef/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7_populate_sysroot.tar.zst\nDEBUG: Using  for d4/0a/sstate:elfutils-native::0.189:r0::11:d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://97/18/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/4c/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a_create_spdx.tar.zst\nDEBUG: For url file://37/68/sstate:libpciaccess-native::0.17:r0::11:376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/68/sstate%3Alibpciaccess-native%3A%3A0.17%3Ar0%3A%3A11%3A376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba_populate_lic.tar.zst;downloadfilename=37/68/sstate:libpciaccess-native::0.17:r0::11:376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2c/b0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/5b/0b/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/4b/ef/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d4/0a/sstate:elfutils-native::0.189:r0::11:d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/87/42/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87_create_spdx.tar.zst\nDEBUG: Searching for 97/18/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e3/4c/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2c/b0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/b0/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A11%3A2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3_package_write_rpm.tar.zst;downloadfilename=2c/b0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/5b/0b/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d1/c1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0_package_write_rpm.tar.zst\nDEBUG: Using  for universal/4b/ef/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd4/0a/sstate:elfutils-native::0.189:r0::11:d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8a/01/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99_create_spdx.tar.zst\nDEBUG: Using  for 97/18/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e3/4c/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a_create_spdx.tar.zst\nDEBUG: For url file://universal/5b/0b/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5b/0b/sstate%3Apopt-native%3Ax86_64-linux%3A1.19%3Ar0%3Ax86_64%3A11%3A5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5b/0b/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/d0/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/d1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://be/f9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/4b/ef/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7_populate_sysroot.tar.zst\nDEBUG: For url file://d4/0a/sstate:elfutils-native::0.189:r0::11:d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/0a/sstate%3Aelfutils-native%3A%3A0.189%3Ar0%3A%3A11%3Ad40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e_populate_lic.tar.zst;downloadfilename=d4/0a/sstate:elfutils-native::0.189:r0::11:d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e_populate_lic.tar.zst\nDEBUG: Searching for 8a/01/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://97/18/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e3/4c/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://26/87/sstate:xcb-util::0.4.1:r0::11:2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://61/98/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65_packagedata.tar.zst\nDEBUG: Searching for be/f9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/4b/ef/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8a/01/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99_create_spdx.tar.zst\nDEBUG: For url ['file', '', '97/18/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e3/4c/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://37/68/sstate:libpciaccess-native::0.17:r0::11:376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba_populate_lic.tar.zst\nDEBUG: Searching for 26/87/sstate:xcb-util::0.4.1:r0::11:2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 61/98/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for be/f9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4_recipe_qa.tar.zst\nDEBUG: For url file://universal/4b/ef/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/ef/sstate%3Apython3-editables-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7_populate_sysroot.tar.zst;downloadfilename=universal/4b/ef/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8a/01/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99_create_spdx.tar.zst\nDEBUG: For url file://97/18/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/18/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A11%3A9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a_deploy_source_date_epoch.tar.zst;downloadfilename=97/18/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e3/4c/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/4c/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3Ae34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a_create_spdx.tar.zst;downloadfilename=e3/4c/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/ef/sstate:opkg-utils-native::0.6.3:r0::11:d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9_populate_lic.tar.zst\nDEBUG: Using  for 26/87/sstate:xcb-util::0.4.1:r0::11:2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5_populate_lic.tar.zst\nDEBUG: Using  for 61/98/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65_packagedata.tar.zst\nDEBUG: Testing URL file://be/f9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8a/01/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2c/b0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://45/58/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca_create_runtime_spdx.tar.zst\nDEBUG: Searching for d7/ef/sstate:opkg-utils-native::0.6.3:r0::11:d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/5b/0b/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:5b0b453ceaceba057cf9c3267c7c4acf284b95e3f9c15b4bf42bc5d99d309c85_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://26/87/sstate:xcb-util::0.4.1:r0::11:2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5_populate_lic.tar.zst\nDEBUG: Testing URL file://61/98/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/0a/sstate:elfutils-native::0.189:r0::11:d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'be/f9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8a/01/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/01/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A11%3A8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99_create_spdx.tar.zst;downloadfilename=8a/01/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/36/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://87/79/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7_create_runtime_spdx.tar.zst\nDEBUG: Using  for d7/ef/sstate:opkg-utils-native::0.6.3:r0::11:d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/f9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '26/87/sstate:xcb-util::0.4.1:r0::11:2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '61/98/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bd/ce/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7_package.tar.zst\nDEBUG: For url file://be/f9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/f9/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3Abef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4_recipe_qa.tar.zst;downloadfilename=be/f9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4_recipe_qa.tar.zst\nDEBUG: Searching for 6b/36/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 87/79/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d7/ef/sstate:opkg-utils-native::0.6.3:r0::11:d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9_populate_lic.tar.zst\nDEBUG: Searching for 0f/f9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://29/a4/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f_create_spdx.tar.zst\nDEBUG: For url file://26/87/sstate:xcb-util::0.4.1:r0::11:2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/87/sstate%3Axcb-util%3A%3A0.4.1%3Ar0%3A%3A11%3A2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5_populate_lic.tar.zst;downloadfilename=26/87/sstate:xcb-util::0.4.1:r0::11:2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5_populate_lic.tar.zst\nDEBUG: For url file://61/98/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/98/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A11%3A61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65_packagedata.tar.zst;downloadfilename=61/98/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65_packagedata.tar.zst\nDEBUG: Searching for bd/ce/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6b/36/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c_create_spdx.tar.zst\nDEBUG: Using  for 87/79/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://97/18/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:9718f94329af9af91dece9e3a41169d57ba48db466fbdfc27774ef61cbff167a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/ef/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://21/98/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd7/ef/sstate:opkg-utils-native::0.6.3:r0::11:d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0f/f9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/02/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0_package_qa.tar.zst\nDEBUG: Using  for bd/ce/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/4c/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a_create_spdx.tar.zst\nDEBUG: Testing URL file://6b/36/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c_create_spdx.tar.zst\nDEBUG: Testing URL file://87/79/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/d1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fc/34/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://50/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a_recipe_qa.tar.zst\nDEBUG: For url file://d7/ef/sstate:opkg-utils-native::0.6.3:r0::11:d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/ef/sstate%3Aopkg-utils-native%3A%3A0.6.3%3Ar0%3A%3A11%3Ad7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9_populate_lic.tar.zst;downloadfilename=d7/ef/sstate:opkg-utils-native::0.6.3:r0::11:d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9_populate_lic.tar.zst\nDEBUG: Testing URL file://0f/f9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1_recipe_qa.tar.zst\nDEBUG: Searching for a0/02/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://bd/ce/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/f4/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6_packagedata.tar.zst\nDEBUG: For url ['file', '', '6b/36/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '87/79/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4f/d1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fc/34/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 50/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0f/f9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a0/02/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0_package_qa.tar.zst\nDEBUG: For url ['file', '', 'bd/ce/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://be/f9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4_recipe_qa.tar.zst\nDEBUG: Searching for 3b/f4/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6b/36/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/36/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A11%3A6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c_create_spdx.tar.zst;downloadfilename=6b/36/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c_create_spdx.tar.zst\nDEBUG: For url file://87/79/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/79/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7_create_runtime_spdx.tar.zst;downloadfilename=87/79/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4f/d1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463_create_spdx.tar.zst\nDEBUG: Using  for universal/fc/34/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e_populate_sysroot.tar.zst\nDEBUG: Using  for 50/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a_recipe_qa.tar.zst\nDEBUG: For url file://0f/f9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/f9/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1_recipe_qa.tar.zst;downloadfilename=0f/f9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1_recipe_qa.tar.zst\nDEBUG: Testing URL file://a0/02/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0_package_qa.tar.zst\nDEBUG: For url file://bd/ce/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/ce/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3Abdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7_package.tar.zst;downloadfilename=bd/ce/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/23/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/e0/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a_package_qa.tar.zst\nDEBUG: Using  for 3b/f4/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://26/87/sstate:xcb-util::0.4.1:r0::11:2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5_populate_lic.tar.zst\nDEBUG: Testing URL file://4f/d1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://61/98/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65_packagedata.tar.zst\nDEBUG: Testing URL file://universal/fc/34/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://50/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a0/02/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7a/23/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d_create_spdx.tar.zst\nDEBUG: Searching for b7/e0/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d7/ef/sstate:opkg-utils-native::0.6.3:r0::11:d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9_populate_lic.tar.zst\nDEBUG: Testing URL file://3b/f4/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://67/03/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '4f/d1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e8/c6/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/fc/34/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '50/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a0/02/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/02/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A11%3Aa00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0_package_qa.tar.zst;downloadfilename=a0/02/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0_package_qa.tar.zst\nDEBUG: Searching for 7a/23/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b7/e0/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/a0/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52_package.tar.zst\nDEBUG: For url ['file', '', '3b/f4/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 67/03/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://4f/d1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/d1/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463_create_spdx.tar.zst;downloadfilename=4f/d1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463_create_spdx.tar.zst\nDEBUG: Searching for e8/c6/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/fc/34/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fc/34/sstate%3Acurl-native%3Ax86_64-linux%3A8.6.0%3Ar0%3Ax86_64%3A11%3Afc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e_populate_sysroot.tar.zst;downloadfilename=universal/fc/34/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e_populate_sysroot.tar.zst\nDEBUG: For url file://50/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/bb/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A11%3A50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a_recipe_qa.tar.zst;downloadfilename=50/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a_recipe_qa.tar.zst\nDEBUG: Using  for 7a/23/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d_create_spdx.tar.zst\nDEBUG: Testing URL file://b7/e0/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://33/15/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc_create_spdx.tar.zst\nDEBUG: Searching for 2b/a0/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://87/79/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7_create_runtime_spdx.tar.zst\nDEBUG: For url file://3b/f4/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/f4/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A0.9.77%3Ar0%3Acore2-64%3A11%3A3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6_packagedata.tar.zst;downloadfilename=3b/f4/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6_packagedata.tar.zst\nDEBUG: Using  for 67/03/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910_create_runtime_spdx.tar.zst\nDEBUG: Using  for e8/c6/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/f9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1_recipe_qa.tar.zst\nDEBUG: Testing URL file://7a/23/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/ce/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:bdcea002795b2ceaa1a0b9ecf1db57005f95d02b6238874f1f483665555bb8b7_package.tar.zst\nDEBUG: For url ['file', '', 'b7/e0/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://22/49/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d_create_spdx.tar.zst\nDEBUG: Using  for 2b/a0/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52_package.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/ad/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518_package_qa.tar.zst\nDEBUG: Testing URL file://67/03/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e8/c6/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/78/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7a/23/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://25/c8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec_package.tar.zst\nDEBUG: For url file://b7/e0/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/e0/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3Ab7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a_package_qa.tar.zst;downloadfilename=b7/e0/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a_package_qa.tar.zst\nDEBUG: Searching for 22/49/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2b/a0/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52_package.tar.zst\nDEBUG: Searching for 5d/ad/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '67/03/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e8/c6/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 68/78/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a0/02/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/d1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463_create_spdx.tar.zst\nDEBUG: For url file://7a/23/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/23/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.10%3Ar0%3Aallarch%3A11%3A7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d_create_spdx.tar.zst;downloadfilename=7a/23/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d_create_spdx.tar.zst\nDEBUG: Searching for 25/c8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 22/49/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2b/a0/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5d/ad/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518_package_qa.tar.zst\nDEBUG: For url file://67/03/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/03/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910_create_runtime_spdx.tar.zst;downloadfilename=67/03/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910_create_runtime_spdx.tar.zst\nDEBUG: For url file://e8/c6/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/c6/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3Ae8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab_create_spdx.tar.zst;downloadfilename=e8/c6/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab_create_spdx.tar.zst\nDEBUG: Using  for 68/78/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/11/sstate:dbus-wait::0.1+git:r0::11:ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://24/73/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71_recipe_qa.tar.zst\nDEBUG: Using  for 25/c8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec_package.tar.zst\nDEBUG: Testing URL file://22/49/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://50/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fc/34/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e_populate_sysroot.tar.zst\nDEBUG: For url file://2b/a0/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/a0/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A11%3A2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52_package.tar.zst;downloadfilename=2b/a0/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52_package.tar.zst\nDEBUG: Testing URL file://5d/ad/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518_package_qa.tar.zst\nDEBUG: Testing URL file://68/78/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/f4/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6_packagedata.tar.zst\nDEBUG: Searching for ee/11/sstate:dbus-wait::0.1+git:r0::11:ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 24/73/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://25/c8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec_package.tar.zst\nDEBUG: For url ['file', '', '22/49/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c8/5d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/d1/sstate:util-macros-native::1.20.0:r0::11:f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5d/ad/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b7/e0/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:11:b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a_package_qa.tar.zst\nDEBUG: For url ['file', '', '68/78/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f9/64/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69_create_spdx.tar.zst\nDEBUG: Using  for ee/11/sstate:dbus-wait::0.1+git:r0::11:ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78_populate_lic.tar.zst\nDEBUG: Using  for 24/73/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '25/c8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://22/49/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/49/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.14.2%3Ar0%3Acore2-64%3A11%3A224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d_create_spdx.tar.zst;downloadfilename=22/49/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d_create_spdx.tar.zst\nDEBUG: Searching for c8/5d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f0/d1/sstate:util-macros-native::1.20.0:r0::11:f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7a/23/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d_create_spdx.tar.zst\nDEBUG: For url file://5d/ad/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/ad/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A11%3A5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518_package_qa.tar.zst;downloadfilename=5d/ad/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/5b/sstate:libxfont2::2.0.6:r0::11:ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0_populate_lic.tar.zst\nDEBUG: For url file://68/78/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/78/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.0%3Ar0%3Acore2-64%3A11%3A6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2_create_spdx.tar.zst;downloadfilename=68/78/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2_create_spdx.tar.zst\nDEBUG: Searching for f9/64/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ee/11/sstate:dbus-wait::0.1+git:r0::11:ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78_populate_lic.tar.zst\nDEBUG: Testing URL file://24/73/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71_recipe_qa.tar.zst\nDEBUG: For url file://25/c8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/c8/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec_package.tar.zst;downloadfilename=25/c8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec_package.tar.zst\nDEBUG: Using  for c8/5d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c_create_spdx.tar.zst\nDEBUG: Using  for f0/d1/sstate:util-macros-native::1.20.0:r0::11:f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://48/a9/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1_create_runtime_spdx.tar.zst\nDEBUG: Searching for ad/5b/sstate:libxfont2::2.0.6:r0::11:ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f9/64/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://67/03/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/a0/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:2ba029699d5df152dae0ab72ca3ccf44fe18adb77be271a1c70427761ad2ed52_package.tar.zst\nDEBUG: For url ['file', '', 'ee/11/sstate:dbus-wait::0.1+git:r0::11:ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '24/73/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c8/5d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c_create_spdx.tar.zst\nDEBUG: Testing URL file://f0/d1/sstate:util-macros-native::1.20.0:r0::11:f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e_populate_lic.tar.zst\nDEBUG: Searching for 48/a9/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ad/5b/sstate:libxfont2::2.0.6:r0::11:ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0_populate_lic.tar.zst\nDEBUG: Testing URL file://f9/64/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/45/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://04/7b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de_package_write_deb.tar.zst\nDEBUG: For url file://ee/11/sstate:dbus-wait::0.1+git:r0::11:ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/11/sstate%3Adbus-wait%3A%3A0.1%2Bgit%3Ar0%3A%3A11%3Aee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78_populate_lic.tar.zst;downloadfilename=ee/11/sstate:dbus-wait::0.1+git:r0::11:ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78_populate_lic.tar.zst\nDEBUG: For url file://24/73/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/73/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A11%3A2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71_recipe_qa.tar.zst;downloadfilename=24/73/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c8/5d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f0/d1/sstate:util-macros-native::1.20.0:r0::11:f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 48/a9/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ad/5b/sstate:libxfont2::2.0.6:r0::11:ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f9/64/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a4/45/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 04/7b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5d/ad/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518_package_qa.tar.zst\nDEBUG: For url file://c8/5d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/5d/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3Ac85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c_create_spdx.tar.zst;downloadfilename=c8/5d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c_create_spdx.tar.zst\nDEBUG: For url file://f0/d1/sstate:util-macros-native::1.20.0:r0::11:f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/d1/sstate%3Autil-macros-native%3A%3A1.20.0%3Ar0%3A%3A11%3Af0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e_populate_lic.tar.zst;downloadfilename=f0/d1/sstate:util-macros-native::1.20.0:r0::11:f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e_populate_lic.tar.zst\nDEBUG: Testing URL file://48/a9/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ad/5b/sstate:libxfont2::2.0.6:r0::11:ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f9/64/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/64/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A11%3Af96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69_create_spdx.tar.zst;downloadfilename=f9/64/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69_create_spdx.tar.zst\nDEBUG: Using  for a4/45/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717_recipe_qa.tar.zst\nDEBUG: Using  for 04/7b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://da/e1/sstate:libical::3.0.17:r0::11:dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43_populate_lic.tar.zst\nDEBUG: For url ['file', '', '48/a9/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://25/c8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25c87619b1f389553cca3e9b75f04b7c60ba0f7f62db9697dc26dafa624738ec_package.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/01/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99_create_spdx.tar.zst\nDEBUG: For url file://ad/5b/sstate:libxfont2::2.0.6:r0::11:ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/5b/sstate%3Alibxfont2%3A%3A2.0.6%3Ar0%3A%3A11%3Aad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0_populate_lic.tar.zst;downloadfilename=ad/5b/sstate:libxfont2::2.0.6:r0::11:ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0_populate_lic.tar.zst\nDEBUG: Testing URL file://a4/45/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717_recipe_qa.tar.zst\nDEBUG: Testing URL file://04/7b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de_package_write_deb.tar.zst\nDEBUG: Searching for da/e1/sstate:libical::3.0.17:r0::11:dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://48/a9/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/a9/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1_create_runtime_spdx.tar.zst;downloadfilename=48/a9/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/56/b6/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/5f/sstate:l3afpad::0.8.18.1.11+git:r0::11:b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a4/45/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '04/7b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ee/11/sstate:dbus-wait::0.1+git:r0::11:ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78_populate_lic.tar.zst\nDEBUG: Using  for da/e1/sstate:libical::3.0.17:r0::11:dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://24/73/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71_recipe_qa.tar.zst\nDEBUG: Searching for universal/56/b6/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b0/5f/sstate:l3afpad::0.8.18.1.11+git:r0::11:b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a4/45/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/45/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aa445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717_recipe_qa.tar.zst;downloadfilename=a4/45/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717_recipe_qa.tar.zst\nDEBUG: For url file://04/7b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/7b/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de_package_write_deb.tar.zst;downloadfilename=04/7b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/b2/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6_package_qa.tar.zst\nDEBUG: Testing URL file://da/e1/sstate:libical::3.0.17:r0::11:dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://89/3b/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8_create_spdx.tar.zst\nDEBUG: Using  for universal/56/b6/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b0/5f/sstate:l3afpad::0.8.18.1.11+git:r0::11:b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3_populate_lic.tar.zst\nDEBUG: Searching for b6/b2/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f0/d1/sstate:util-macros-native::1.20.0:r0::11:f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/64/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'da/e1/sstate:libical::3.0.17:r0::11:dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6b/36/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c_create_spdx.tar.zst\nDEBUG: Searching for 89/3b/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/56/b6/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b0/5f/sstate:l3afpad::0.8.18.1.11+git:r0::11:b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3_populate_lic.tar.zst\nDEBUG: Using  for b6/b2/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4c/e4/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/02/06/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008_recipe_qa.tar.zst\nDEBUG: For url file://da/e1/sstate:libical::3.0.17:r0::11:dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/e1/sstate%3Alibical%3A%3A3.0.17%3Ar0%3A%3A11%3Adae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43_populate_lic.tar.zst;downloadfilename=da/e1/sstate:libical::3.0.17:r0::11:dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/3e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2_create_runtime_spdx.tar.zst\nDEBUG: Using  for 89/3b/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/56/b6/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b0/5f/sstate:l3afpad::0.8.18.1.11+git:r0::11:b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ad/5b/sstate:libxfont2::2.0.6:r0::11:ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0_populate_lic.tar.zst\nDEBUG: Testing URL file://b6/b2/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6_package_qa.tar.zst\nDEBUG: Searching for universal/4c/e4/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/02/06/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2e/3e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://89/3b/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8_create_spdx.tar.zst\nDEBUG: For url file://universal/56/b6/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/56/b6/sstate%3Aunifdef-native%3Ax86_64-linux%3A2.12%3Ar0%3Ax86_64%3A11%3A56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/56/b6/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b0/5f/sstate:l3afpad::0.8.18.1.11+git:r0::11:b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/5f/sstate%3Al3afpad%3A%3A0.8.18.1.11%2Bgit%3Ar0%3A%3A11%3Ab05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3_populate_lic.tar.zst;downloadfilename=b0/5f/sstate:l3afpad::0.8.18.1.11+git:r0::11:b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://31/cd/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b6/b2/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/4c/e4/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/02/06/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008_recipe_qa.tar.zst\nDEBUG: Using  for 2e/3e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '89/3b/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://48/a9/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 31/cd/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b6/b2/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/b2/sstate%3Agdb%3Acore2-64-poky-linux%3A14.1%3Ar0%3Acore2-64%3A11%3Ab6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6_package_qa.tar.zst;downloadfilename=b6/b2/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/45/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/4c/e4/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://04/7b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/02/06/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008_recipe_qa.tar.zst\nDEBUG: Testing URL file://2e/3e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2_create_runtime_spdx.tar.zst\nDEBUG: For url file://89/3b/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/3b/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A11%3A893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8_create_spdx.tar.zst;downloadfilename=89/3b/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/84/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b_recipe_qa.tar.zst\nDEBUG: Using  for 31/cd/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/5d/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/4c/e4/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c6/ea/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/02/06/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2e/3e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for eb/84/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://31/cd/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://da/e1/sstate:libical::3.0.17:r0::11:dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43_populate_lic.tar.zst\nDEBUG: Searching for 1c/5d/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/4c/e4/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/e4/sstate%3Alibxml-parser-perl-native%3Ax86_64-linux%3A2.46%3Ar0%3Ax86_64%3A11%3A4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4c/e4/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c6/ea/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/02/06/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/02/06/sstate%3Adebianutils-native%3Ax86_64-linux%3A5.16%3Ar0%3Ax86_64%3A11%3A0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008_recipe_qa.tar.zst;downloadfilename=universal/02/06/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008_recipe_qa.tar.zst\nDEBUG: For url file://2e/3e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/3e/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.78.1%3Ar0%3Acore2-64%3A11%3A2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2_create_runtime_spdx.tar.zst;downloadfilename=2e/3e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2_create_runtime_spdx.tar.zst\nDEBUG: Using  for eb/84/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '31/cd/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f8/6f/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16_package.tar.zst\nDEBUG: Using  for 1c/5d/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90_package_write_rpm.tar.zst\nDEBUG: Using  for c6/ea/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/56/b6/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:56b647b843ed48064ba124dcbff9f370b1fbc579beb594b1d3ada8a659c66a9b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://eb/84/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/5f/sstate:l3afpad::0.8.18.1.11+git:r0::11:b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3_populate_lic.tar.zst\nDEBUG: For url file://31/cd/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/cd/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A11%3A31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da_deploy_source_date_epoch.tar.zst;downloadfilename=31/cd/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f8/6f/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1c/5d/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c6/ea/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/a9/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'eb/84/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://82/70/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/b2/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6_package_qa.tar.zst\nDEBUG: Using  for f8/6f/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16_package.tar.zst\nDEBUG: For url ['file', '', '1c/5d/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c6/ea/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ce/a9/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://eb/84/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/84/sstate%3Aed%3Acore2-64-poky-linux%3A1.20%3Ar0%3Acore2-64%3A11%3Aeb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b_recipe_qa.tar.zst;downloadfilename=eb/84/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b_recipe_qa.tar.zst\nDEBUG: Searching for 82/70/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/b6/d8/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f8/6f/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16_package.tar.zst\nDEBUG: For url file://1c/5d/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/5d/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.6%3Ar0%3Acore2-64%3A11%3A1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90_package_write_rpm.tar.zst;downloadfilename=1c/5d/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90_package_write_rpm.tar.zst\nDEBUG: For url file://c6/ea/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/ea/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.12.5%3Ar0%3Acore2-64%3A11%3Ac6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900_package_write_rpm.tar.zst;downloadfilename=c6/ea/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900_package_write_rpm.tar.zst\nDEBUG: Using  for ce/a9/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee_populate_sysroot.tar.zst\nDEBUG: Using  for 82/70/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675_package.tar.zst\nDEBUG: Searching for universal/b6/d8/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/4c/e4/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:4ce403d0f6133fde144109d4e6f57be7b738219126fd6a129f8d3bd6b33e30f1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f8/6f/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ce/a9/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/02/06/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008_recipe_qa.tar.zst\nDEBUG: Testing URL file://82/70/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/c6/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab_create_spdx.tar.zst\nDEBUG: Using  for universal/b6/d8/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://65/64/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1_package_qa.tar.zst\nDEBUG: For url file://f8/6f/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/6f/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3Af86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16_package.tar.zst;downloadfilename=f8/6f/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16_package.tar.zst\nDEBUG: For url ['file', '', 'ce/a9/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d6/5d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '82/70/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://9e/c7/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b6/d8/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc_create_runtime_spdx.tar.zst\nDEBUG: Searching for 65/64/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ce/a9/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/a9/sstate%3Alibnewt%3Acore2-64-poky-linux%3A0.52.24%3Ar0%3Acore2-64%3A11%3Acea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee_populate_sysroot.tar.zst;downloadfilename=ce/a9/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee_populate_sysroot.tar.zst\nDEBUG: Searching for d6/5d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://31/cd/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:31cdd71e741a5a51ce7ca2193ba8c35170b88450f281aebe62e2bc01460ea5da_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://82/70/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/70/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3A827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675_package.tar.zst;downloadfilename=82/70/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675_package.tar.zst\nDEBUG: Searching for 9e/c7/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/b6/d8/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 65/64/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1_package_qa.tar.zst\nDEBUG: Using  for d6/5d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/84/sstate:ed:core2-64-poky-linux:1.20:r0:core2-64:11:eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://11/3e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://22/49/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d_create_spdx.tar.zst\nDEBUG: Using  for 9e/c7/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/b6/d8/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/d8/sstate%3Agdk-pixbuf-native%3Ax86_64-linux%3A2.42.10%3Ar0%3Ax86_64%3A11%3Ab6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc_create_runtime_spdx.tar.zst;downloadfilename=universal/b6/d8/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/ea/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900_package_write_rpm.tar.zst\nDEBUG: Testing URL file://65/64/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/5d/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d6/5d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b0/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 11/3e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://9a/e5/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://9e/c7/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://03/82/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/6f/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:f86f810b883ddc531519b557e032414ff60cf9b946ac837f68dec62af5f88f16_package.tar.zst\nDEBUG: For url ['file', '', '65/64/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/23/a3/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd6/5d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/b0/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 11/3e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383_package_write_rpm.tar.zst\nDEBUG: Searching for 9a/e5/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9e/c7/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 03/82/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://40/5e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897_populate_sysroot.tar.zst\nDEBUG: For url file://65/64/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/64/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1_package_qa.tar.zst;downloadfilename=65/64/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1_package_qa.tar.zst\nDEBUG: Searching for universal/23/a3/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d6/5d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/5d/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3Ad65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe_populate_sysroot.tar.zst;downloadfilename=d6/5d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe_populate_sysroot.tar.zst\nDEBUG: Using  for universal/b0/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://11/3e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383_package_write_rpm.tar.zst\nDEBUG: Using  for 9a/e5/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e_package_write_rpm.tar.zst\nDEBUG: For url file://9e/c7/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/c7/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.11%3Ar0%3Acore2-64%3A11%3A9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92_deploy_source_date_epoch.tar.zst;downloadfilename=9e/c7/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 03/82/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855_package_qa.tar.zst\nDEBUG: Searching for 40/5e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/23/a3/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b0/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/a9/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:cea910206d010c91dd7d79f09eba3319f9a508da55018233fa73c77e6bc329ee_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '11/3e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://82/70/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:827044ba807b0fda9726deaa1778b5161af3c60b75f9c7524c2e0e58dc42b675_package.tar.zst\nDEBUG: Testing URL file://9a/e5/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://03/82/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855_package_qa.tar.zst\nDEBUG: Using  for 40/5e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/23/a3/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b0/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c5/7b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3_package_write_rpm.tar.zst\nDEBUG: For url file://11/3e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/3e/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383_package_write_rpm.tar.zst;downloadfilename=11/3e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://23/bd/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6_package.tar.zst\nDEBUG: For url ['file', '', '9a/e5/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '03/82/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://40/5e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/23/a3/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b0/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b0/76/sstate%3Alibxtst-native%3Ax86_64-linux%3A1.2.4%3Ar0%3Ax86_64%3A11%3Ab076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b0/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c5/7b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/b6/d8/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc_create_runtime_spdx.tar.zst\nDEBUG: Searching for 23/bd/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://9a/e5/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/e5/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e_package_write_rpm.tar.zst;downloadfilename=9a/e5/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e_package_write_rpm.tar.zst\nDEBUG: For url file://03/82/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/82/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855_package_qa.tar.zst;downloadfilename=03/82/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://68/78/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '40/5e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/23/a3/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/23/a3/sstate%3Apython3-pluggy-native%3Ax86_64-linux%3A1.3.0%3Ar0%3Ax86_64%3A11%3A23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41_deploy_source_date_epoch.tar.zst;downloadfilename=universal/23/a3/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c5/7b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/aa/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/5d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:d65d1a54a523235101e8da2f00c2eef8433ce55a542ad496b120f25fb11d1ebe_populate_sysroot.tar.zst\nDEBUG: Using  for 23/bd/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://65/64/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/c7/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:9ec7b18cf45b4f4c423e84b7de4e40e74decca7c53ce78ca75ffb38b99e84c92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/98/a9/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://11/3e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383_package_write_rpm.tar.zst\nDEBUG: For url file://40/5e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/5e/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897_populate_sysroot.tar.zst;downloadfilename=40/5e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c5/7b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3_package_write_rpm.tar.zst\nDEBUG: Searching for b8/aa/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://78/74/sstate:mpfr::4.2.1:r0::11:78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123_populate_lic.tar.zst\nDEBUG: Testing URL file://23/bd/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/0a/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://34/60/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1_package_qa.tar.zst\nDEBUG: Searching for universal/98/a9/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d3/e5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c5/7b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b8/aa/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b0/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:b076487a08315f55ddbd2018099c82ff4fac540a6d56fdfe254da513bebe4b08_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/5d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c_create_spdx.tar.zst\nDEBUG: Searching for 78/74/sstate:mpfr::4.2.1:r0::11:78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '23/bd/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a9/0a/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 34/60/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/98/a9/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d3/e5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c5/7b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/7b/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.5%3Ar0%3Acore2-64%3A11%3Ac57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3_package_write_rpm.tar.zst;downloadfilename=c5/7b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b8/aa/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/20/6a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/77/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb_package.tar.zst\nDEBUG: Using  for 78/74/sstate:mpfr::4.2.1:r0::11:78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123_populate_lic.tar.zst\nDEBUG: For url file://23/bd/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/bd/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6_package.tar.zst;downloadfilename=23/bd/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6_package.tar.zst\nDEBUG: Using  for a9/0a/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7_package_write_rpm.tar.zst\nDEBUG: Using  for 34/60/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1_package_qa.tar.zst\nDEBUG: Testing URL file://universal/98/a9/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d3/e5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/aa/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/20/6a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6f/77/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://78/74/sstate:mpfr::4.2.1:r0::11:78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123_populate_lic.tar.zst\nDEBUG: Testing URL file://a9/0a/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://34/60/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://03/82/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/98/a9/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d3/e5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d_create_spdx.tar.zst\nDEBUG: For url file://b8/aa/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/aa/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A11%3Ab8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333_create_runtime_spdx.tar.zst;downloadfilename=b8/aa/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/20/6a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68_populate_sysroot.tar.zst\nDEBUG: Using  for 6f/77/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://89/3b/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8_create_spdx.tar.zst\nDEBUG: For url ['file', '', '78/74/sstate:mpfr::4.2.1:r0::11:78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a9/0a/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '34/60/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://36/19/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e_recipe_qa.tar.zst\nDEBUG: For url file://universal/98/a9/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/98/a9/sstate%3Alibassuan-native%3Ax86_64-linux%3A2.5.6%3Ar0%3Ax86_64%3A11%3A98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/98/a9/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd3/e5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/20/6a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/23/a3/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:23a38b852a3634c3571e64a860e1957692aa429f4302fcecc93667a765259f41_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6f/77/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://40/5e/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:405e3280bd06216df48840ce66cef66f4f8bc13ca0a70fa8ebf7a3d4fb102897_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/3e/sstate:gobject-introspection:core2-64-poky-linux:1.78.1:r0:core2-64:11:2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://83/f6/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b_packagedata.tar.zst\nDEBUG: For url file://78/74/sstate:mpfr::4.2.1:r0::11:78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/74/sstate%3Ampfr%3A%3A4.2.1%3Ar0%3A%3A11%3A78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123_populate_lic.tar.zst;downloadfilename=78/74/sstate:mpfr::4.2.1:r0::11:78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123_populate_lic.tar.zst\nDEBUG: For url file://a9/0a/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/0a/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A23.2%3Ar0%3Acore2-64%3A11%3Aa90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7_package_write_rpm.tar.zst;downloadfilename=a9/0a/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7_package_write_rpm.tar.zst\nDEBUG: For url file://34/60/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/60/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.69%3Ar0%3Acore2-64%3A11%3A3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1_package_qa.tar.zst;downloadfilename=34/60/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1_package_qa.tar.zst\nDEBUG: Searching for 36/19/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d3/e5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/e5/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Ad3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d_create_spdx.tar.zst;downloadfilename=d3/e5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/20/6a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c5/7b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://37/33/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6f/77/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://4b/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://81/19/sstate:libxshmfence-native::1.3.2:r0::11:81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127_populate_lic.tar.zst\nDEBUG: Searching for 83/f6/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://23/bd/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:23bda0fded5cc78174a76419cfb0e8220e118e5aafaf1570edaa982bc1b806f6_package.tar.zst\nDEBUG: Using  for 36/19/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/aa/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/20/6a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/6a/sstate%3Alibpthread-stubs-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68_populate_sysroot.tar.zst;downloadfilename=universal/20/6a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://af/81/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/98/a9/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:98a94bf5edd08446a857c43057625a6ac70c7b04781618f50eaa3bbdf36112d3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 37/33/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6f/77/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/77/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A11%3A6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb_package.tar.zst;downloadfilename=6f/77/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb_package.tar.zst\nDEBUG: Searching for 4b/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 81/19/sstate:libxshmfence-native::1.3.2:r0::11:81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 83/f6/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/a3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://36/19/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/d1/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for af/81/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7c/f0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://78/74/sstate:mpfr::4.2.1:r0::11:78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123_populate_lic.tar.zst\nDEBUG: Using  for 37/33/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc_recipe_qa.tar.zst\nDEBUG: Using  for 4b/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd_populate_sysroot.tar.zst\nDEBUG: Using  for 81/19/sstate:libxshmfence-native::1.3.2:r0::11:81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127_populate_lic.tar.zst\nDEBUG: Testing URL file://83/f6/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/0a/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7_package_write_rpm.tar.zst\nDEBUG: Searching for 9a/a3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '36/19/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 35/d1/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for af/81/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7c/f0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d5/96/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8_create_spdx.tar.zst\nDEBUG: Testing URL file://37/33/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc_recipe_qa.tar.zst\nDEBUG: Testing URL file://4b/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://81/19/sstate:libxshmfence-native::1.3.2:r0::11:81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127_populate_lic.tar.zst\nDEBUG: For url ['file', '', '83/f6/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://80/81/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e_package_write_rpm.tar.zst\nDEBUG: Using  for 9a/a3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0_package_write_rpm.tar.zst\nDEBUG: For url file://36/19/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/19/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3A3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e_recipe_qa.tar.zst;downloadfilename=36/19/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/60/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1_package_qa.tar.zst\nDEBUG: Using  for 35/d1/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://af/81/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7c/f0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e_create_spdx.tar.zst\nDEBUG: Searching for d5/96/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '37/33/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4b/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '81/19/sstate:libxshmfence-native::1.3.2:r0::11:81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://83/f6/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/f6/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A11%3A83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b_packagedata.tar.zst;downloadfilename=83/f6/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b_packagedata.tar.zst\nDEBUG: Searching for 80/81/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://9a/a3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/5f/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/e5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d_create_spdx.tar.zst\nDEBUG: Testing URL file://35/d1/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'af/81/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7c/f0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e_create_spdx.tar.zst\nDEBUG: Using  for d5/96/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8_create_spdx.tar.zst\nDEBUG: For url file://37/33/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/33/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A11%3A3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc_recipe_qa.tar.zst;downloadfilename=37/33/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc_recipe_qa.tar.zst\nDEBUG: For url file://4b/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/e7/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.38%3Ar0%3Acore2-64%3A11%3A4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd_populate_sysroot.tar.zst;downloadfilename=4b/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd_populate_sysroot.tar.zst\nDEBUG: For url file://81/19/sstate:libxshmfence-native::1.3.2:r0::11:81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/19/sstate%3Alibxshmfence-native%3A%3A1.3.2%3Ar0%3A%3A11%3A81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127_populate_lic.tar.zst;downloadfilename=81/19/sstate:libxshmfence-native::1.3.2:r0::11:81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/20/6a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68_populate_sysroot.tar.zst\nDEBUG: Using  for 80/81/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9a/a3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/da/5f/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6f/77/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:6f77219cdb9642dab443bb773172cacefcacca8eb31bb6da2dcb9747c27de5bb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/24/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81_package.tar.zst\nDEBUG: For url ['file', '', '35/d1/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://af/81/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/81/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A11%3Aaf813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c_deploy_source_date_epoch.tar.zst;downloadfilename=af/81/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7c/f0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d5/96/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/ea/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372_package.tar.zst\nDEBUG: Testing URL file://80/81/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e_package_write_rpm.tar.zst\nDEBUG: For url file://9a/a3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/a3/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.12%3Ar0%3Acore2-64%3A11%3A9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0_package_write_rpm.tar.zst;downloadfilename=9a/a3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0_package_write_rpm.tar.zst\nDEBUG: Using  for universal/da/5f/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7a/a1/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5_populate_sysroot.tar.zst\nDEBUG: Searching for 9a/24/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://35/d1/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/d1/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A11%3A35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8_deploy_source_date_epoch.tar.zst;downloadfilename=35/d1/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7c/f0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/f0/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A11%3A7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e_create_spdx.tar.zst;downloadfilename=7c/f0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd5/96/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1f/ea/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://36/19/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '80/81/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/da/5f/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36_populate_sysroot.tar.zst\nDEBUG: Searching for universal/7a/a1/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://83/f6/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b_packagedata.tar.zst\nDEBUG: Using  for 9a/24/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81_package.tar.zst\nDEBUG: For url file://d5/96/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/96/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3Ad5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8_create_spdx.tar.zst;downloadfilename=d5/96/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8_create_spdx.tar.zst\nDEBUG: Using  for 1f/ea/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/e7/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:4be739dc9f9e9782279eeb5d261810ce4df724eeb5b83abdbff4d556cc1bbccd_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/be/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952_package_write_rpm.tar.zst\nDEBUG: For url file://80/81/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/81/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e_package_write_rpm.tar.zst;downloadfilename=80/81/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/da/5f/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/7a/a1/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/96/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd_packagedata.tar.zst\nDEBUG: Testing URL file://9a/24/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81_package.tar.zst\nDEBUG: Testing URL file://1f/ea/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/fc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://81/19/sstate:libxshmfence-native::1.3.2:r0::11:81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://37/33/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc_recipe_qa.tar.zst\nDEBUG: Searching for ad/be/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/da/5f/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/5f/sstate%3Apython3-trove-classifiers-native%3Ax86_64-linux%3A2024.1.8%3Ar0%3Ax86_64%3A11%3Ada5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36_populate_sysroot.tar.zst;downloadfilename=universal/da/5f/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/7a/a1/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://af/81/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:af813392631626bf7a0f4ee9737bddb90203f1428b8c66483c345cbe8d4e466c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cb/96/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9a/a3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9a/24/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1f/ea/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c7/fc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://01/36/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://82/93/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a_create_runtime_spdx.tar.zst\nDEBUG: Using  for ad/be/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/7a/a1/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://35/d1/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:35d14dc8e3eb0f8ef2b5e68634d768f9b81ed7c443e1c2ad9b71f631e3d1b1f8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/e5/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fd/89/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf_recipe_qa.tar.zst\nDEBUG: Using  for cb/96/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/12/56/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9a/24/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/24/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A11%3A9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81_package.tar.zst;downloadfilename=9a/24/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81_package.tar.zst\nDEBUG: For url file://1f/ea/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/ea/sstate%3Acurl%3Acore2-64-poky-linux%3A8.6.0%3Ar0%3Acore2-64%3A11%3A1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372_package.tar.zst;downloadfilename=1f/ea/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372_package.tar.zst\nDEBUG: Using  for c7/fc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063_create_runtime_spdx.tar.zst\nDEBUG: Searching for 01/36/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 82/93/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ad/be/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952_package_write_rpm.tar.zst\nDEBUG: For url file://universal/7a/a1/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7a/a1/sstate%3Alibcap-native%3Ax86_64-linux%3A2.69%3Ar0%3Ax86_64%3A11%3A7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5_populate_sysroot.tar.zst;downloadfilename=universal/7a/a1/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://09/97/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/dd/sstate:popt-native::1.19:r0::11:3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca_populate_lic.tar.zst\nDEBUG: Searching for universal/fd/89/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://cb/96/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd_packagedata.tar.zst\nDEBUG: Searching for universal/12/56/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c7/fc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063_create_runtime_spdx.tar.zst\nDEBUG: Using  for 01/36/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2_create_spdx.tar.zst\nDEBUG: Using  for 82/93/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://80/81/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ad/be/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 09/97/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3f/dd/sstate:popt-native::1.19:r0::11:3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/fd/89/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'cb/96/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/12/56/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c7/fc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://01/36/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2_create_spdx.tar.zst\nDEBUG: Testing URL file://82/93/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/d8/sstate:cmake-native::3.27.7:r0::11:4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9_populate_lic.tar.zst\nDEBUG: For url file://ad/be/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/be/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2023.2%3Ar0%3Acore2-64%3A11%3Aadbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952_package_write_rpm.tar.zst;downloadfilename=ad/be/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952_package_write_rpm.tar.zst\nDEBUG: Using  for 09/97/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68_package_qa.tar.zst\nDEBUG: Using  for 3f/dd/sstate:popt-native::1.19:r0::11:3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/fd/89/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf_recipe_qa.tar.zst\nDEBUG: For url file://cb/96/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/96/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A11%3Acb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd_packagedata.tar.zst;downloadfilename=cb/96/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd_packagedata.tar.zst\nDEBUG: Testing URL file://universal/12/56/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c7/fc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/fc/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A11%3Ac7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063_create_runtime_spdx.tar.zst;downloadfilename=c7/fc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '01/36/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '82/93/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4a/d8/sstate:cmake-native::3.27.7:r0::11:4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/da/5f/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36_populate_sysroot.tar.zst\nDEBUG: Testing URL file://09/97/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68_package_qa.tar.zst\nDEBUG: Testing URL file://3f/dd/sstate:popt-native::1.19:r0::11:3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/fd/89/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7c/f0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/12/56/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9a/24/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:9a242c362e75d5ec6f61a481cb3d9a2cac9099e10b600a2891abd7ae77798f81_package.tar.zst\nDEBUG: For url file://01/36/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/36/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A11%3A0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2_create_spdx.tar.zst;downloadfilename=01/36/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2_create_spdx.tar.zst\nDEBUG: For url file://82/93/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/93/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A23.2%3Ar0%3Acore2-64%3A11%3A82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a_create_runtime_spdx.tar.zst;downloadfilename=82/93/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7a/a1/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5_populate_sysroot.tar.zst\nDEBUG: Using  for 4a/d8/sstate:cmake-native::3.27.7:r0::11:4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/23/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '09/97/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3f/dd/sstate:popt-native::1.19:r0::11:3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/fd/89/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/89/sstate%3Alibxft-native%3Ax86_64-linux%3A2.3.8%3Ar0%3Ax86_64%3A11%3Afd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf_recipe_qa.tar.zst;downloadfilename=universal/fd/89/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f_package.tar.zst\nDEBUG: For url file://universal/12/56/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/56/sstate%3Axz-native%3Ax86_64-linux%3A5.4.5%3Ar0%3Ax86_64%3A11%3A12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/12/56/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/19/bc/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://11/7a/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725_package_qa.tar.zst\nDEBUG: Testing URL file://4a/d8/sstate:cmake-native::3.27.7:r0::11:4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9_populate_lic.tar.zst\nDEBUG: Searching for fd/23/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://09/97/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/97/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A11%3A0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68_package_qa.tar.zst;downloadfilename=09/97/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68_package_qa.tar.zst\nDEBUG: For url file://3f/dd/sstate:popt-native::1.19:r0::11:3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/dd/sstate%3Apopt-native%3A%3A1.19%3Ar0%3A%3A11%3A3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca_populate_lic.tar.zst;downloadfilename=3f/dd/sstate:popt-native::1.19:r0::11:3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca_populate_lic.tar.zst\nDEBUG: Searching for 6e/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/19/bc/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cb/96/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/be/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952_package_write_rpm.tar.zst\nDEBUG: Searching for 11/7a/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c7/fc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '4a/d8/sstate:cmake-native::3.27.7:r0::11:4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fd/23/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d_create_spdx.tar.zst\nDEBUG: Using  for 6e/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f_package.tar.zst\nDEBUG: Using  for universal/19/bc/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/53/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/18/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392_packagedata.tar.zst\nDEBUG: Using  for 11/7a/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0_packagedata.tar.zst\nDEBUG: For url file://4a/d8/sstate:cmake-native::3.27.7:r0::11:4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/d8/sstate%3Acmake-native%3A%3A3.27.7%3Ar0%3A%3A11%3A4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9_populate_lic.tar.zst;downloadfilename=4a/d8/sstate:cmake-native::3.27.7:r0::11:4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9_populate_lic.tar.zst\nDEBUG: Testing URL file://fd/23/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d_create_spdx.tar.zst\nDEBUG: Testing URL file://6e/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f_package.tar.zst\nDEBUG: Testing URL file://universal/19/bc/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: Searching for 6c/53/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0b/18/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://01/36/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2_create_spdx.tar.zst\nDEBUG: Testing URL file://11/7a/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725_package_qa.tar.zst\nDEBUG: Searching for c7/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fd/23/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6e/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/19/bc/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/fd/89/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:11:fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf_recipe_qa.tar.zst\nDEBUG: Using  for 6c/53/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0b/18/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '11/7a/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c7/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0_packagedata.tar.zst\nDEBUG: For url file://fd/23/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/23/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3Afd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d_create_spdx.tar.zst;downloadfilename=fd/23/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d_create_spdx.tar.zst\nDEBUG: For url file://6e/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/b6/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3A6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f_package.tar.zst;downloadfilename=6e/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f_package.tar.zst\nDEBUG: For url file://universal/19/bc/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/bc/sstate%3Aqemu-system-native%3Ax86_64-linux%3A8.2.0%3Ar0%3Ax86_64%3A11%3A19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst;downloadfilename=universal/19/bc/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://44/92/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6c/53/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://0b/18/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392_packagedata.tar.zst\nDEBUG: Searching for 6b/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://11/7a/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/7a/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.17%3Ar0%3Acore2-64%3A11%3A117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725_package_qa.tar.zst;downloadfilename=11/7a/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725_package_qa.tar.zst\nDEBUG: Testing URL file://c7/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/12/56/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:12564f374b090975459eee07dfa885c06e899e8820a7b3c99e6aceaed130a87c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 44/92/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://09/97/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68_package_qa.tar.zst\nDEBUG: For url ['file', '', '6c/53/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3f/dd/sstate:popt-native::1.19:r0::11:3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0b/18/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6b/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c7/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://89/d1/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 44/92/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/d8/sstate:cmake-native::3.27.7:r0::11:4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/75/33/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb_recipe_qa.tar.zst\nDEBUG: For url file://6c/53/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/53/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A11%3A6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258_create_runtime_spdx.tar.zst;downloadfilename=6c/53/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/3f/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e_packagedata.tar.zst\nDEBUG: For url file://0b/18/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/18/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3A0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392_packagedata.tar.zst;downloadfilename=0b/18/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392_packagedata.tar.zst\nDEBUG: Testing URL file://6b/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c7/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/2b/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A11%3Ac72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0_packagedata.tar.zst;downloadfilename=c7/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0_packagedata.tar.zst\nDEBUG: Searching for 89/d1/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://44/92/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/ac/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259_package_write_rpm.tar.zst\nDEBUG: Searching for universal/75/33/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 96/3f/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '6b/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 89/d1/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/23/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:11:fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '44/92/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6e/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:6eb62b3dd84847b091d7f9ccf22610150efa625fbe81742d3bf1e538ae3e828f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/19/bc/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b_recipe_qa.tar.zst\nDEBUG: Searching for c7/ac/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/75/33/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb_recipe_qa.tar.zst\nDEBUG: Using  for 96/3f/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e_packagedata.tar.zst\nDEBUG: For url file://6b/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/29/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c_deploy_source_date_epoch.tar.zst;downloadfilename=6b/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://89/d1/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/33/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f_recipe_qa.tar.zst\nDEBUG: For url file://44/92/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/92/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A11%3A449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b_create_runtime_spdx.tar.zst;downloadfilename=44/92/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/e3/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/48/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253_package_qa.tar.zst\nDEBUG: Using  for c7/ac/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://11/7a/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725_package_qa.tar.zst\nDEBUG: Testing URL file://universal/75/33/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb_recipe_qa.tar.zst\nDEBUG: Testing URL file://96/3f/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e_packagedata.tar.zst\nDEBUG: For url ['file', '', '89/d1/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a8/33/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8a/e3/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b3/48/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c7/ac/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/18/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/53/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/bb/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/75/33/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '96/3f/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://89/d1/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/d1/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3A89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd_deploy_source_date_epoch.tar.zst;downloadfilename=89/d1/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a8/33/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f_recipe_qa.tar.zst\nDEBUG: Using  for 8a/e3/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74_packagedata.tar.zst\nDEBUG: Using  for b3/48/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c7/ac/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3c/56/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/ab/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a9/bb/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/75/33/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/33/sstate%3Alibmicrohttpd-native%3Ax86_64-linux%3A0.9.77%3Ar0%3Ax86_64%3A11%3A75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb_recipe_qa.tar.zst;downloadfilename=universal/75/33/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb_recipe_qa.tar.zst\nDEBUG: For url file://96/3f/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/3f/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e_packagedata.tar.zst;downloadfilename=96/3f/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e_packagedata.tar.zst\nDEBUG: Testing URL file://a8/33/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f_recipe_qa.tar.zst\nDEBUG: Testing URL file://8a/e3/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74_packagedata.tar.zst\nDEBUG: Testing URL file://b3/48/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0_packagedata.tar.zst\nDEBUG: For url file://c7/ac/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/ac/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A11%3Ac7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259_package_write_rpm.tar.zst;downloadfilename=c7/ac/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259_package_write_rpm.tar.zst\nDEBUG: Searching for 3c/56/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e5/ab/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a9/bb/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a8/33/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8a/e3/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b3/48/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://07/16/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e_recipe_qa.tar.zst\nDEBUG: Using  for 3c/56/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e_create_spdx.tar.zst\nDEBUG: Testing URL file://a9/bb/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e5/ab/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:6b29f13c3cafb02f6b28dc9f0ae11aea0c92bbc8fe5d890e799c77d684a6b76c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a8/33/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/33/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A11%3Aa833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f_recipe_qa.tar.zst;downloadfilename=a8/33/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f_recipe_qa.tar.zst\nDEBUG: For url file://8a/e3/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/e3/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A11%3A8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74_packagedata.tar.zst;downloadfilename=8a/e3/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74_packagedata.tar.zst\nDEBUG: For url file://b3/48/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/48/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ab3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253_package_qa.tar.zst;downloadfilename=b3/48/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253_package_qa.tar.zst\nDEBUG: Searching for 07/16/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3c/56/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a9/bb/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e5/ab/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e1/3d/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a_create_spdx.tar.zst\nDEBUG: Using  for 07/16/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://89/d1/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:89d1366e9490f8f76874de52a73dbe7db95786472ee53c815bd3f042892ee2bd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3c/56/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d5/96/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8_create_spdx.tar.zst\nDEBUG: For url file://a9/bb/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/bb/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A11%3Aa9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44_deploy_source_date_epoch.tar.zst;downloadfilename=a9/bb/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e5/ab/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/e1/3d/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://07/16/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://03/fd/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac_package_write_rpm.tar.zst\nDEBUG: For url file://3c/56/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/56/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A11%3A3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e_create_spdx.tar.zst;downloadfilename=3c/56/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/3d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e5/ab/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/ab/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A11%3Ae5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466_deploy_source_date_epoch.tar.zst;downloadfilename=e5/ab/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/e1/3d/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/75/33/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '07/16/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 03/fd/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4c/3d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c7/ac/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://82/93/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/e1/3d/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://96/3f/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/ff/sstate:python3-pip-native::23.3.2:r0::11:eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36_populate_lic.tar.zst\nDEBUG: For url file://07/16/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/16/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3A07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e_recipe_qa.tar.zst;downloadfilename=07/16/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e_recipe_qa.tar.zst\nDEBUG: Using  for 03/fd/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac_package_write_rpm.tar.zst\nDEBUG: Using  for 4c/3d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://94/19/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/8d/sstate:wayland-protocols::1.32:r0::11:ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/e1/3d/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5e/68/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da_recipe_qa.tar.zst\nDEBUG: Searching for ea/ff/sstate:python3-pip-native::23.3.2:r0::11:eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://03/fd/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac_package_write_rpm.tar.zst\nDEBUG: Testing URL file://4c/3d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 94/19/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a8/33/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:11:a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f_recipe_qa.tar.zst\nDEBUG: Searching for ad/8d/sstate:wayland-protocols::1.32:r0::11:ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/e1/3d/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e1/3d/sstate%3Atzcode-native%3Ax86_64-linux%3A2023d%3Ar0%3Ax86_64%3A11%3Ae13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a_create_spdx.tar.zst;downloadfilename=universal/e1/3d/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a_create_spdx.tar.zst\nDEBUG: Searching for 5e/68/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ea/ff/sstate:python3-pip-native::23.3.2:r0::11:eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36_populate_lic.tar.zst\nDEBUG: For url ['file', '', '03/fd/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4c/3d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 94/19/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/20/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66_package_write_rpm.tar.zst\nDEBUG: Using  for ad/8d/sstate:wayland-protocols::1.32:r0::11:ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/48/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/bb/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:a9bb95de4eabe22243ca77e76ecbc55b51847904e2100706fdc043723bfb8d44_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5e/68/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da_recipe_qa.tar.zst\nDEBUG: Testing URL file://ea/ff/sstate:python3-pip-native::23.3.2:r0::11:eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/e3/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74_packagedata.tar.zst\nDEBUG: For url file://03/fd/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/fd/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.13%3Ar0%3Acore2-64%3A11%3A03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac_package_write_rpm.tar.zst;downloadfilename=03/fd/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac_package_write_rpm.tar.zst\nDEBUG: For url file://4c/3d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/3d/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c_deploy_source_date_epoch.tar.zst;downloadfilename=4c/3d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://94/19/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74_create_runtime_spdx.tar.zst\nDEBUG: Searching for 1c/20/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ad/8d/sstate:wayland-protocols::1.32:r0::11:ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://84/cf/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://04/71/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5e/68/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ea/ff/sstate:python3-pip-native::23.3.2:r0::11:eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://60/76/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb_create_spdx.tar.zst\nDEBUG: For url ['file', '', '94/19/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1c/20/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ad/8d/sstate:wayland-protocols::1.32:r0::11:ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 84/cf/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 04/71/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5e/68/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ea/ff/sstate:python3-pip-native::23.3.2:r0::11:eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/ff/sstate%3Apython3-pip-native%3A%3A23.3.2%3Ar0%3A%3A11%3Aeaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36_populate_lic.tar.zst;downloadfilename=ea/ff/sstate:python3-pip-native::23.3.2:r0::11:eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36_populate_lic.tar.zst\nDEBUG: Searching for 60/76/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://94/19/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/19/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A11%3A9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74_create_runtime_spdx.tar.zst;downloadfilename=94/19/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1c/20/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66_package_write_rpm.tar.zst\nDEBUG: For url file://ad/8d/sstate:wayland-protocols::1.32:r0::11:ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/8d/sstate%3Awayland-protocols%3A%3A1.32%3Ar0%3A%3A11%3Aad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe_populate_lic.tar.zst;downloadfilename=ad/8d/sstate:wayland-protocols::1.32:r0::11:ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe_populate_lic.tar.zst\nDEBUG: Using  for 84/cf/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f_recipe_qa.tar.zst\nDEBUG: Using  for 04/71/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6_populate_sysroot.tar.zst\nDEBUG: For url file://5e/68/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/68/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A11%3A5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da_recipe_qa.tar.zst;downloadfilename=5e/68/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da_recipe_qa.tar.zst\nDEBUG: Using  for 60/76/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1c/20/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://84/cf/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f_recipe_qa.tar.zst\nDEBUG: Testing URL file://04/71/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://60/76/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb_create_spdx.tar.zst\nDEBUG: For url file://1c/20/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/20/sstate%3Apango%3Acore2-64-poky-linux%3A1.51.0%3Ar0%3Acore2-64%3A11%3A1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66_package_write_rpm.tar.zst;downloadfilename=1c/20/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/ab/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:e5ab9c3e8a97967c69aaa5e0b8422036c939da91c1f50b8c2208b9321f894466_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://07/16/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '84/cf/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '04/71/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/e1/3d/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '60/76/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e7/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/da/sstate:re2c-native::3.1:r0::11:c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558_populate_lic.tar.zst\nDEBUG: For url file://84/cf/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/cf/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3A84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f_recipe_qa.tar.zst;downloadfilename=84/cf/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f_recipe_qa.tar.zst\nDEBUG: For url file://04/71/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/71/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3A04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6_populate_sysroot.tar.zst;downloadfilename=04/71/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb_package.tar.zst\nDEBUG: For url file://60/76/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/76/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb_create_spdx.tar.zst;downloadfilename=60/76/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb_create_spdx.tar.zst\nDEBUG: Searching for e7/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c3/da/sstate:re2c-native::3.1:r0::11:c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c3/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4c/3d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:4c3d986340aaa50ba2276d22d894aaa1a2a7ac2265d9e90751b44307093aca1c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e7/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48_package_qa.tar.zst\nDEBUG: Using  for c3/da/sstate:re2c-native::3.1:r0::11:c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558_populate_lic.tar.zst\nDEBUG: Using  for c3/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/68/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/c3/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a_recipe_qa.tar.zst\nDEBUG: Testing URL file://e7/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48_package_qa.tar.zst\nDEBUG: Testing URL file://c3/da/sstate:re2c-native::3.1:r0::11:c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558_populate_lic.tar.zst\nDEBUG: Testing URL file://c3/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/b2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/80/c3/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e7/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c3/da/sstate:re2c-native::3.1:r0::11:c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c3/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6c/b2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/80/c3/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a_recipe_qa.tar.zst\nDEBUG: For url file://e7/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/0e/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A11%3Ae70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48_package_qa.tar.zst;downloadfilename=e7/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48_package_qa.tar.zst\nDEBUG: For url file://c3/da/sstate:re2c-native::3.1:r0::11:c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/da/sstate%3Are2c-native%3A%3A3.1%3Ar0%3A%3A11%3Ac3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558_populate_lic.tar.zst;downloadfilename=c3/da/sstate:re2c-native::3.1:r0::11:c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558_populate_lic.tar.zst\nDEBUG: For url file://c3/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/a7/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A11%3Ac3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb_package.tar.zst;downloadfilename=c3/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb_package.tar.zst\nDEBUG: Using  for 6c/b2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/80/c3/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/ff/sstate:python3-pip-native::23.3.2:r0::11:eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36_populate_lic.tar.zst\nDEBUG: Testing URL file://6c/b2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/20/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/8d/sstate:wayland-protocols::1.32:r0::11:ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/80/c3/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://4c/23/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6c/b2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/76/66/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://55/e5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/80/c3/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/c3/sstate%3Alibxml-namespacesupport-perl-native%3Ax86_64-linux%3A1.12%3Ar0%3Ax86_64%3A11%3A80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a_recipe_qa.tar.zst;downloadfilename=universal/80/c3/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a_recipe_qa.tar.zst\nDEBUG: Searching for 4c/23/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6c/b2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/b2/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A11%3A6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1_deploy_source_date_epoch.tar.zst;downloadfilename=6c/b2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/76/66/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 55/e5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4c/23/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://04/71/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:04714dbb43d5f83a55ef47d74361b6f51c8f23c35a446729163b70ec4d3178f6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://60/76/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://84/cf/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f_recipe_qa.tar.zst\nDEBUG: Using  for universal/76/66/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://44/92/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 55/e5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://4c/23/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://54/00/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://89/dc/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/05/d8/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/76/66/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/44/e8/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://55/e5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '4c/23/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 54/00/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 89/dc/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/05/d8/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/76/66/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/44/e8/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e7/0e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48_package_qa.tar.zst\nDEBUG: For url ['file', '', '55/e5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4c/23/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/23/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A11%3A4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb_recipe_qa.tar.zst;downloadfilename=4c/23/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb_recipe_qa.tar.zst\nDEBUG: Using  for 54/00/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6_packagedata.tar.zst\nDEBUG: Using  for 89/dc/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d_packagedata.tar.zst\nDEBUG: Using  for universal/05/d8/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c_recipe_qa.tar.zst\nDEBUG: For url file://universal/76/66/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/66/sstate%3Achrpath-native%3Ax86_64-linux%3A0.16%3Ar0%3Ax86_64%3A11%3A76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb_recipe_qa.tar.zst;downloadfilename=universal/76/66/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb_recipe_qa.tar.zst\nDEBUG: Using  for universal/44/e8/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://91/54/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438_create_spdx.tar.zst\nDEBUG: For url file://55/e5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/e5/sstate%3Aicu%3Acore2-64-poky-linux%3A74-1%3Ar0%3Acore2-64%3A11%3A55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b_create_runtime_spdx.tar.zst;downloadfilename=55/e5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://54/00/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6_packagedata.tar.zst\nDEBUG: Testing URL file://89/dc/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/da/sstate:re2c-native::3.1:r0::11:c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/05/d8/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/44/e8/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 91/54/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/80/c3/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:11:80c398b33ca9fb2e451af82253415aca74b4bf527310ed340b2c93ad2ef6912a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '54/00/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '89/dc/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6c/b2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:6cb24d51017571eb01a5849ce6d188496a92580c1349ee0eb4e0c3b1dc870fc1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/5b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/05/d8/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/44/e8/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 91/54/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://08/27/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a_package_qa.tar.zst\nDEBUG: For url file://54/00/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/00/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A11%3A5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6_packagedata.tar.zst;downloadfilename=54/00/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6_packagedata.tar.zst\nDEBUG: For url file://89/dc/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/dc/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3A89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d_packagedata.tar.zst;downloadfilename=89/dc/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/15/sstate:python3-unittest-automake-output::0.1:r0::11:a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8_populate_lic.tar.zst\nDEBUG: Searching for d6/5b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/05/d8/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/05/d8/sstate%3Apython3-flit-core-native%3Ax86_64-linux%3A3.9.0%3Ar0%3Ax86_64%3A11%3A05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c_recipe_qa.tar.zst;downloadfilename=universal/05/d8/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c_recipe_qa.tar.zst\nDEBUG: For url file://universal/44/e8/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/44/e8/sstate%3Aintltool-native%3Ax86_64-linux%3A0.51.0%3Ar0%3Ax86_64%3A11%3A44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1_create_runtime_spdx.tar.zst;downloadfilename=universal/44/e8/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://91/54/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438_create_spdx.tar.zst\nDEBUG: Searching for 08/27/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a0/15/sstate:python3-unittest-automake-output::0.1:r0::11:a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d6/5b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/23/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '91/54/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 08/27/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a_package_qa.tar.zst\nDEBUG: Using  for a0/15/sstate:python3-unittest-automake-output::0.1:r0::11:a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/76/66/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb_recipe_qa.tar.zst\nDEBUG: Testing URL file://d6/5b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://55/e5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://81/e7/sstate:libmpc-native::1.3.1:r0::11:81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220_populate_lic.tar.zst\nDEBUG: For url file://91/54/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/54/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3A91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438_create_spdx.tar.zst;downloadfilename=91/54/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438_create_spdx.tar.zst\nDEBUG: Testing URL file://08/27/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a_package_qa.tar.zst\nDEBUG: Testing URL file://a0/15/sstate:python3-unittest-automake-output::0.1:r0::11:a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/35/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0_package.tar.zst\nDEBUG: For url ['file', '', 'd6/5b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d0/35/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd_package.tar.zst\nDEBUG: Searching for 81/e7/sstate:libmpc-native::1.3.1:r0::11:81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '08/27/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a0/15/sstate:python3-unittest-automake-output::0.1:r0::11:a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d0/35/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d6/5b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/5b/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A11%3Ad65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e_create_runtime_spdx.tar.zst;downloadfilename=d6/5b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e_create_runtime_spdx.tar.zst\nDEBUG: Searching for d0/35/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 81/e7/sstate:libmpc-native::1.3.1:r0::11:81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220_populate_lic.tar.zst\nDEBUG: For url file://08/27/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/27/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.11%3Ar0%3Acore2-64%3A11%3A0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a_package_qa.tar.zst;downloadfilename=08/27/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a_package_qa.tar.zst\nDEBUG: For url file://a0/15/sstate:python3-unittest-automake-output::0.1:r0::11:a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/15/sstate%3Apython3-unittest-automake-output%3A%3A0.1%3Ar0%3A%3A11%3Aa015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8_populate_lic.tar.zst;downloadfilename=a0/15/sstate:python3-unittest-automake-output::0.1:r0::11:a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8_populate_lic.tar.zst\nDEBUG: Using  for d0/35/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0_package.tar.zst\nDEBUG: Using  for d0/35/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd_package.tar.zst\nDEBUG: Testing URL file://81/e7/sstate:libmpc-native::1.3.1:r0::11:81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/56/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://54/00/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:11:5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6_packagedata.tar.zst\nDEBUG: Testing URL file://d0/35/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/05/d8/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/44/e8/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://89/dc/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d_packagedata.tar.zst\nDEBUG: Testing URL file://d0/35/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd_package.tar.zst\nDEBUG: For url ['file', '', '81/e7/sstate:libmpc-native::1.3.1:r0::11:81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c9/94/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://68/47/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd0/35/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ff/59/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/10/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/1c/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd0/35/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://81/e7/sstate:libmpc-native::1.3.1:r0::11:81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/e7/sstate%3Alibmpc-native%3A%3A1.3.1%3Ar0%3A%3A11%3A81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220_populate_lic.tar.zst;downloadfilename=81/e7/sstate:libmpc-native::1.3.1:r0::11:81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220_populate_lic.tar.zst\nDEBUG: Searching for c9/94/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 68/47/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d0/35/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/35/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A11%3Ad035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0_package.tar.zst;downloadfilename=d0/35/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0_package.tar.zst\nDEBUG: Searching for ff/59/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5d/10/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a1/1c/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d0/35/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/35/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3Ad035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd_package.tar.zst;downloadfilename=d0/35/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd_package.tar.zst\nDEBUG: Using  for c9/94/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 68/47/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403_packagedata.tar.zst\nDEBUG: Using  for ff/59/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af_package_qa.tar.zst\nDEBUG: Using  for 5d/10/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a1/1c/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://94/19/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c9/94/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://68/47/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403_packagedata.tar.zst\nDEBUG: Testing URL file://ff/59/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af_package_qa.tar.zst\nDEBUG: Testing URL file://5d/10/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a1/1c/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/a3/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c9/94/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '68/47/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ff/59/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5d/10/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a1/1c/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/e6/a3/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c9/94/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/94/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A11%3Ac994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749_deploy_source_date_epoch.tar.zst;downloadfilename=c9/94/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://68/47/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/47/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.72.0%3Ar0%3Acore2-64%3A11%3A68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403_packagedata.tar.zst;downloadfilename=68/47/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403_packagedata.tar.zst\nDEBUG: For url file://ff/59/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/59/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3Aff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af_package_qa.tar.zst;downloadfilename=ff/59/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af_package_qa.tar.zst\nDEBUG: For url file://5d/10/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/10/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A11%3A5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59_deploy_source_date_epoch.tar.zst;downloadfilename=5d/10/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a1/1c/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/1c/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A11%3Aa11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8_deploy_source_date_epoch.tar.zst;downloadfilename=a1/1c/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/e6/a3/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/15/sstate:python3-unittest-automake-output::0.1:r0::11:a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://08/27/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a_package_qa.tar.zst\nDEBUG: Testing URL file://universal/e6/a3/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://81/e7/sstate:libmpc-native::1.3.1:r0::11:81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/3d/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/35/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:d035718f567c79b7e51ce469a0c4385daa65744f15c9e9f3c893ae0c2701afd0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/13/sstate:kmod-native::31:r0::11:ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/e6/a3/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d6/10/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649_package.tar.zst\nDEBUG: Searching for 0b/3d/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://cf/5e/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8_create_spdx.tar.zst\nDEBUG: Searching for ba/13/sstate:kmod-native::31:r0::11:ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/e6/a3/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/a3/sstate%3Apkgconfig-native%3Ax86_64-linux%3A0.29.2%2Bgit%3Ar0%3Ax86_64%3A11%3Ae6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616_create_spdx.tar.zst;downloadfilename=universal/e6/a3/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616_create_spdx.tar.zst\nDEBUG: Searching for d6/10/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0b/3d/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a_packagedata.tar.zst\nDEBUG: Searching for cf/5e/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ba/13/sstate:kmod-native::31:r0::11:ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a_populate_lic.tar.zst\nDEBUG: Using  for d6/10/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649_package.tar.zst\nDEBUG: Testing URL file://0b/3d/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a_packagedata.tar.zst\nDEBUG: Using  for cf/5e/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8_create_spdx.tar.zst\nDEBUG: Testing URL file://ba/13/sstate:kmod-native::31:r0::11:ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a_populate_lic.tar.zst\nDEBUG: Testing URL file://d6/10/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649_package.tar.zst\nDEBUG: For url ['file', '', '0b/3d/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://cf/5e/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ba/13/sstate:kmod-native::31:r0::11:ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd6/10/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0b/3d/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/3d/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a_packagedata.tar.zst;downloadfilename=0b/3d/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'cf/5e/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ba/13/sstate:kmod-native::31:r0::11:ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/13/sstate%3Akmod-native%3A%3A31%3Ar0%3A%3A11%3Aba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a_populate_lic.tar.zst;downloadfilename=ba/13/sstate:kmod-native::31:r0::11:ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a_populate_lic.tar.zst\nDEBUG: For url file://d6/10/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/10/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.3%3Ar0%3Acore2-64%3A11%3Ad610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649_package.tar.zst;downloadfilename=d6/10/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649_package.tar.zst\nDEBUG: For url file://cf/5e/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/5e/sstate%3Altp%3Acore2-64-poky-linux%3A20230929%3Ar0%3Acore2-64%3A11%3Acf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8_create_spdx.tar.zst;downloadfilename=cf/5e/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/94/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:c994fed53152de26ec5bc99ed90f06f87c181ae14b1b6afdc1fbb22377100749_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/10/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:5d108b72792ffc891c60aee8d0443be6b5d9e84280e2bc312fde9c5d16368f59_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/1c/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:a11cb3e81234a4c579dfdbd2579039d8f9d5f34673823252bd952622e5383fb8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/45/56/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/98/sstate:xz-native::5.4.5:r0::11:c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/59/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://03/fd/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1f/ba/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29_create_spdx.tar.zst\nDEBUG: Searching for universal/45/56/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c7/98/sstate:xz-native::5.4.5:r0::11:c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://bb/6f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/92/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504_package.tar.zst\nDEBUG: Searching for universal/1f/ba/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/45/56/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078_populate_sysroot.tar.zst\nDEBUG: Using  for c7/98/sstate:xz-native::5.4.5:r0::11:c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d_populate_lic.tar.zst\nDEBUG: Searching for bb/6f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4f/92/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/1f/ba/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/45/56/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c7/98/sstate:xz-native::5.4.5:r0::11:c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d_populate_lic.tar.zst\nDEBUG: Using  for bb/6f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb_package.tar.zst\nDEBUG: Using  for 4f/92/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e6/a3/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/1f/ba/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/45/56/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c7/98/sstate:xz-native::5.4.5:r0::11:c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bb/6f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb_package.tar.zst\nDEBUG: Testing URL file://4f/92/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/39/fe/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1f/ba/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/45/56/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/45/56/sstate%3Apython3-setuptools-scm-native%3Ax86_64-linux%3A8.0.4%3Ar0%3Ax86_64%3A11%3A4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078_populate_sysroot.tar.zst;downloadfilename=universal/45/56/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078_populate_sysroot.tar.zst\nDEBUG: For url file://c7/98/sstate:xz-native::5.4.5:r0::11:c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/98/sstate%3Axz-native%3A%3A5.4.5%3Ar0%3A%3A11%3Ac798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d_populate_lic.tar.zst;downloadfilename=c7/98/sstate:xz-native::5.4.5:r0::11:c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'bb/6f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4f/92/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/39/fe/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/1f/ba/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/ba/sstate%3Agpgme-native%3Ax86_64-linux%3A1.23.2%3Ar0%3Ax86_64%3A11%3A1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29_create_spdx.tar.zst;downloadfilename=universal/1f/ba/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29_create_spdx.tar.zst\nDEBUG: For url file://bb/6f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/6f/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3Abb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb_package.tar.zst;downloadfilename=bb/6f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb_package.tar.zst\nDEBUG: For url file://4f/92/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/92/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A11%3A4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504_package.tar.zst;downloadfilename=4f/92/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/3d/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a_packagedata.tar.zst\nDEBUG: Using  for universal/39/fe/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/13/sstate:kmod-native::31:r0::11:ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/d8/sstate:libvorbis::1.3.7:r0::11:5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/10/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:d610d686a3f670fe99a2956b40522191e597374f9db4685d6f067f5679918649_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/35/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:d035a8e52394869a877a7928e7e0ae70b693f4512c85d220a954b36c627e7cdd_package.tar.zst\nDEBUG: Testing URL file://universal/39/fe/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/95/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f_package_qa.tar.zst\nDEBUG: Searching for 5a/d8/sstate:libvorbis::1.3.7:r0::11:5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e6/e0/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67_package.tar.zst\nDEBUG: SState: Attempting to fetch file://23/f8/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/39/fe/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 73/95/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5a/d8/sstate:libvorbis::1.3.7:r0::11:5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113_populate_lic.tar.zst\nDEBUG: Searching for e6/e0/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 23/f8/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/39/fe/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/fe/sstate%3Alibxrender-native%3Ax86_64-linux%3A0.9.11%3Ar0%3Ax86_64%3A11%3A39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c_create_runtime_spdx.tar.zst;downloadfilename=universal/39/fe/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c_create_runtime_spdx.tar.zst\nDEBUG: Using  for 73/95/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f_package_qa.tar.zst\nDEBUG: Testing URL file://5a/d8/sstate:libvorbis::1.3.7:r0::11:5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113_populate_lic.tar.zst\nDEBUG: Using  for e6/e0/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67_package.tar.zst\nDEBUG: Using  for 23/f8/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b_create_spdx.tar.zst\nDEBUG: Testing URL file://73/95/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f_package_qa.tar.zst\nDEBUG: For url ['file', '', '5a/d8/sstate:libvorbis::1.3.7:r0::11:5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e6/e0/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:c3a7b8d5c38677027b0eb4263828a90b23a8ef21ea7909338e43a72e1996aafb_package.tar.zst\nDEBUG: Testing URL file://23/f8/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '73/95/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5a/d8/sstate:libvorbis::1.3.7:r0::11:5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/d8/sstate%3Alibvorbis%3A%3A1.3.7%3Ar0%3A%3A11%3A5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113_populate_lic.tar.zst;downloadfilename=5a/d8/sstate:libvorbis::1.3.7:r0::11:5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e6/e0/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3f/0f/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '23/f8/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://73/95/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/95/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.1%3Ar0%3Acore2-64%3A11%3A739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f_package_qa.tar.zst;downloadfilename=73/95/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f_package_qa.tar.zst\nDEBUG: For url file://e6/e0/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/e0/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.28%3Ar0%3Acore2-64%3A11%3Ae6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67_package.tar.zst;downloadfilename=e6/e0/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67_package.tar.zst\nDEBUG: Searching for 3f/0f/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://91/54/sstate:xauth:core2-64-poky-linux:1.1.2:r0:core2-64:11:91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://68/47/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/5b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/45/56/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/98/sstate:xz-native::5.4.5:r0::11:c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/ba/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29_create_spdx.tar.zst\nDEBUG: For url file://23/f8/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/f8/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A11%3A23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b_create_spdx.tar.zst;downloadfilename=23/f8/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b_create_spdx.tar.zst\nDEBUG: Using  for 3f/0f/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://71/d2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/92/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:4f92fc1e5fd4f5c09c163189f8e6252ec857353b8b48fd5400cc7efc88091504_package.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/6f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:bb6f808ad5e7a29d2e3ea38c96d341c26bcce6e9f9c0b274cc1129efe420b8fb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://89/b2/sstate:strace::6.6:r0::11:89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://92/db/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://12/a8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/1f/sstate:gobject-introspection::1.78.1:r0::11:ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844_recipe_qa.tar.zst\nDEBUG: Testing URL file://3f/0f/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05_populate_sysroot.tar.zst\nDEBUG: Searching for 71/d2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/39/fe/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://51/7e/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0f/9f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3_create_runtime_spdx.tar.zst\nDEBUG: Searching for 89/b2/sstate:strace::6.6:r0::11:89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 92/db/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 12/a8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ac/1f/sstate:gobject-introspection::1.78.1:r0::11:ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6e/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3f/0f/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 71/d2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/b0/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38_create_runtime_spdx.tar.zst\nDEBUG: Searching for 51/7e/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/0f/9f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 89/b2/sstate:strace::6.6:r0::11:89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799_populate_lic.tar.zst\nDEBUG: Using  for 92/db/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc_package_qa.tar.zst\nDEBUG: Using  for 12/a8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1_packagedata.tar.zst\nDEBUG: Using  for ac/1f/sstate:gobject-introspection::1.78.1:r0::11:ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a_populate_lic.tar.zst\nDEBUG: Using  for 6e/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844_recipe_qa.tar.zst\nDEBUG: For url file://3f/0f/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/0f/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A11%3A3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05_populate_sysroot.tar.zst;downloadfilename=3f/0f/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05_populate_sysroot.tar.zst\nDEBUG: Testing URL file://71/d2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216_package.tar.zst\nDEBUG: Searching for a3/b0/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 51/7e/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/0f/9f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://89/b2/sstate:strace::6.6:r0::11:89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799_populate_lic.tar.zst\nDEBUG: Testing URL file://92/db/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc_package_qa.tar.zst\nDEBUG: Testing URL file://12/a8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1_packagedata.tar.zst\nDEBUG: Testing URL file://ac/1f/sstate:gobject-introspection::1.78.1:r0::11:ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a_populate_lic.tar.zst\nDEBUG: Testing URL file://6e/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '71/d2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a3/b0/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://51/7e/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/d8/sstate:libvorbis::1.3.7:r0::11:5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/0f/9f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '89/b2/sstate:strace::6.6:r0::11:89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '92/db/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '12/a8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ac/1f/sstate:gobject-introspection::1.78.1:r0::11:ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6e/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://71/d2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/d2/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A11%3A71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216_package.tar.zst;downloadfilename=71/d2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216_package.tar.zst\nDEBUG: Testing URL file://a3/b0/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '51/7e/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f7/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/0f/9f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://89/b2/sstate:strace::6.6:r0::11:89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/b2/sstate%3Astrace%3A%3A6.6%3Ar0%3A%3A11%3A89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799_populate_lic.tar.zst;downloadfilename=89/b2/sstate:strace::6.6:r0::11:89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799_populate_lic.tar.zst\nDEBUG: For url file://92/db/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/db/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.10.0%3Ar0%3Acore2-64%3A11%3A92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc_package_qa.tar.zst;downloadfilename=92/db/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc_package_qa.tar.zst\nDEBUG: For url file://12/a8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/a8/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A11%3A12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1_packagedata.tar.zst;downloadfilename=12/a8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1_packagedata.tar.zst\nDEBUG: For url file://ac/1f/sstate:gobject-introspection::1.78.1:r0::11:ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/1f/sstate%3Agobject-introspection%3A%3A1.78.1%3Ar0%3A%3A11%3Aac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a_populate_lic.tar.zst;downloadfilename=ac/1f/sstate:gobject-introspection::1.78.1:r0::11:ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a_populate_lic.tar.zst\nDEBUG: For url file://6e/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/28/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844_recipe_qa.tar.zst;downloadfilename=6e/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a3/b0/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://51/7e/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/7e/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3A517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de_create_runtime_spdx.tar.zst;downloadfilename=51/7e/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de_create_runtime_spdx.tar.zst\nDEBUG: Searching for f7/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://73/95/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f_package_qa.tar.zst\nDEBUG: For url file://universal/0f/9f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0f/9f/sstate%3Ago-binary-native%3Ax86_64-linux%3A1.20.13%3Ar0%3Ax86_64%3A11%3A0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3_create_runtime_spdx.tar.zst;downloadfilename=universal/0f/9f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3_create_runtime_spdx.tar.zst\nDEBUG: For url file://a3/b0/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/b0/sstate%3Aell%3Acore2-64-poky-linux%3A0.61%3Ar0%3Acore2-64%3A11%3Aa3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38_create_runtime_spdx.tar.zst;downloadfilename=a3/b0/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38_create_runtime_spdx.tar.zst\nDEBUG: Using  for f7/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://96/3a/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20_recipe_qa.tar.zst\nDEBUG: Testing URL file://f7/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab_package_write_deb.tar.zst\nDEBUG: Searching for 96/3a/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://12/a8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://92/db/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://71/d2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:71d2a13ae3cfc1a6cc5930acca8b2e828a271e3f160d75f8061f8c1b456b9216_package.tar.zst\nDEBUG: SState: Successful fetch test for file://89/b2/sstate:strace::6.6:r0::11:89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f7/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 96/3a/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://88/75/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/78/92/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/7a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ae/71/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582_create_spdx.tar.zst\nDEBUG: For url file://f7/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/48/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Af748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab_package_write_deb.tar.zst;downloadfilename=f7/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab_package_write_deb.tar.zst\nDEBUG: Testing URL file://96/3a/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20_recipe_qa.tar.zst\nDEBUG: Searching for 88/75/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/78/92/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7e/7a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ae/71/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '96/3a/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 88/75/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4_recipe_qa.tar.zst\nDEBUG: Using  for universal/78/92/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/1f/sstate:gobject-introspection::1.78.1:r0::11:ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844_recipe_qa.tar.zst\nDEBUG: Using  for 7e/7a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c_package_write_rpm.tar.zst\nDEBUG: Using  for universal/ae/71/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582_create_spdx.tar.zst\nDEBUG: For url file://96/3a/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/3a/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A11%3A963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20_recipe_qa.tar.zst;downloadfilename=96/3a/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20_recipe_qa.tar.zst\nDEBUG: Testing URL file://88/75/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/78/92/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/7d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://56/01/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655_packagedata.tar.zst\nDEBUG: Testing URL file://7e/7a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/ae/71/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582_create_spdx.tar.zst\nDEBUG: For url ['file', '', '88/75/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/78/92/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b4/7d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://51/7e/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de_create_runtime_spdx.tar.zst\nDEBUG: Searching for 56/01/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7e/7a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ae/71/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://88/75/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/75/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.0.1%3Ar0%3Acore2-64%3A11%3A88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4_recipe_qa.tar.zst;downloadfilename=88/75/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4_recipe_qa.tar.zst\nDEBUG: For url file://universal/78/92/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/78/92/sstate%3Aorc-native%3Ax86_64-linux%3A0.4.36%3Ar0%3Ax86_64%3A11%3A78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff_recipe_qa.tar.zst;downloadfilename=universal/78/92/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff_recipe_qa.tar.zst\nDEBUG: Using  for b4/7d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a4/dd/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e_populate_sysroot.tar.zst\nDEBUG: Using  for 56/01/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655_packagedata.tar.zst\nDEBUG: For url file://7e/7a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/7a/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A11%3A7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c_package_write_rpm.tar.zst;downloadfilename=7e/7a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c_package_write_rpm.tar.zst\nDEBUG: For url file://universal/ae/71/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/71/sstate%3Afribidi-native%3Ax86_64-linux%3A1.0.13%3Ar0%3Ax86_64%3A11%3Aae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582_create_spdx.tar.zst;downloadfilename=universal/ae/71/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582_create_spdx.tar.zst\nDEBUG: Testing URL file://b4/7d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63_recipe_qa.tar.zst\nDEBUG: Searching for universal/a4/dd/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/0f/9f/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://56/01/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b4/7d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/a4/dd/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '56/01/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b4/7d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/7d/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A11%3Ab47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63_recipe_qa.tar.zst;downloadfilename=b4/7d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a4/dd/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e_populate_sysroot.tar.zst\nDEBUG: Searching for b4/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://56/01/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/01/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.50.1%3Ar0%3Acore2-64%3A11%3A5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655_packagedata.tar.zst;downloadfilename=56/01/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/a4/dd/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b4/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/48/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab_package_write_deb.tar.zst\nDEBUG: For url file://universal/a4/dd/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/dd/sstate%3Alibnsl2-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A11%3Aa4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e_populate_sysroot.tar.zst;downloadfilename=universal/a4/dd/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b4/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://96/3a/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/3f/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b4/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://23/87/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8_package_write_rpm.tar.zst\nDEBUG: Searching for 3e/3f/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://88/75/sstate:python3-importlib-metadata:core2-64-poky-linux:7.0.1:r0:core2-64:11:88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4_recipe_qa.tar.zst\nDEBUG: For url file://b4/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/a0/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3Ab4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429_recipe_qa.tar.zst;downloadfilename=b4/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429_recipe_qa.tar.zst\nDEBUG: Searching for 23/87/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3e/3f/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/1a/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2_package_write_rpm.tar.zst\nDEBUG: Using  for 23/87/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://3e/3f/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/7a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c_package_write_rpm.tar.zst\nDEBUG: Searching for e7/1a/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/78/92/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:78924e86391265709962f46242767ca44dcd6e7459f35ba98ce03e22db9a55ff_recipe_qa.tar.zst\nDEBUG: Testing URL file://23/87/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3e/3f/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://40/c0/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44_package_qa.tar.zst\nDEBUG: Using  for e7/1a/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/49/5c/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '23/87/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3e/3f/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/3f/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3A3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069_populate_sysroot.tar.zst;downloadfilename=3e/3f/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069_populate_sysroot.tar.zst\nDEBUG: Searching for 40/c0/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e7/1a/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2_package_write_rpm.tar.zst\nDEBUG: Searching for universal/49/5c/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://23/87/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/87/sstate%3Alibgcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8_package_write_rpm.tar.zst;downloadfilename=23/87/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8_package_write_rpm.tar.zst\nDEBUG: Using  for 40/c0/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ae/71/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e7/1a/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/49/5c/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://40/c0/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/3c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://56/01/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/7d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63_recipe_qa.tar.zst\nDEBUG: For url file://e7/1a/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/1a/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3Ae71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2_package_write_rpm.tar.zst;downloadfilename=e7/1a/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://23/f8/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/49/5c/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '40/c0/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bd/3c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c6/6e/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/08/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a4/dd/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/49/5c/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1f/ea/sstate:curl:core2-64-poky-linux:8.6.0:r0:core2-64:11:1fea724a10d7296b0d4c67a09d5ac94de7bc16cfd3aa57dd73b8a4a9f405d372_package.tar.zst\nDEBUG: For url file://40/c0/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/c0/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44_package_qa.tar.zst;downloadfilename=40/c0/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44_package_qa.tar.zst\nDEBUG: Using  for bd/3c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a_populate_sysroot.tar.zst\nDEBUG: Searching for c6/6e/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9b/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3a/08/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/67/ac/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e_create_spdx.tar.zst\nDEBUG: For url file://universal/49/5c/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/5c/sstate%3Alibnsl2-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A11%3A495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/49/5c/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://89/75/sstate:flac::1.4.3:r0::11:897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae_populate_lic.tar.zst\nDEBUG: Testing URL file://bd/3c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a_populate_sysroot.tar.zst\nDEBUG: Using  for c6/6e/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429_recipe_qa.tar.zst\nDEBUG: Using  for 9b/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45_create_runtime_spdx.tar.zst\nDEBUG: Using  for 3a/08/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c_create_spdx.tar.zst\nDEBUG: Searching for universal/67/ac/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 89/75/sstate:flac::1.4.3:r0::11:897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bd/3c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c6/6e/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://28/e5/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4_package_qa.tar.zst\nDEBUG: Testing URL file://9b/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://3a/08/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c_create_spdx.tar.zst\nDEBUG: Using  for universal/67/ac/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e_create_spdx.tar.zst\nDEBUG: Using  for 89/75/sstate:flac::1.4.3:r0::11:897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae_populate_lic.tar.zst\nDEBUG: For url file://bd/3c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/3c/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.1%3Ar0%3Acore2-64%3A11%3Abd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a_populate_sysroot.tar.zst;downloadfilename=bd/3c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c6/6e/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 28/e5/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9b/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3a/08/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/67/ac/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e_create_spdx.tar.zst\nDEBUG: Testing URL file://89/75/sstate:flac::1.4.3:r0::11:897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae_populate_lic.tar.zst\nDEBUG: For url file://c6/6e/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/6e/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A11%3Ac66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64_create_runtime_spdx.tar.zst;downloadfilename=c6/6e/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64_create_runtime_spdx.tar.zst\nDEBUG: Using  for 28/e5/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/3f/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3e3f3b46e3daff15764fed2e0e09af15e4e4a3955a9fbe7eb08ee71ec451a069_populate_sysroot.tar.zst\nDEBUG: For url file://9b/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/75/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A11%3A9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45_create_runtime_spdx.tar.zst;downloadfilename=9b/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://23/87/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8_package_write_rpm.tar.zst\nDEBUG: For url file://3a/08/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/08/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A11%3A3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c_create_spdx.tar.zst;downloadfilename=3a/08/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/67/ac/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '89/75/sstate:flac::1.4.3:r0::11:897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://28/e5/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/d5/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/1a/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://37/d1/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018_package.tar.zst\nDEBUG: SState: Successful fetch test for file://40/c0/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44_package_qa.tar.zst\nDEBUG: For url file://universal/67/ac/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/ac/sstate%3Apython3-toml-native%3Ax86_64-linux%3A0.10.2%3Ar0%3Ax86_64%3A11%3A67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e_create_spdx.tar.zst;downloadfilename=universal/67/ac/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e_create_spdx.tar.zst\nDEBUG: For url file://89/75/sstate:flac::1.4.3:r0::11:897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/75/sstate%3Aflac%3A%3A1.4.3%3Ar0%3A%3A11%3A897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae_populate_lic.tar.zst;downloadfilename=89/75/sstate:flac::1.4.3:r0::11:897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae_populate_lic.tar.zst\nDEBUG: For url ['file', '', '28/e5/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/49/5c/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:495c2027b8078f65d6a7433734b23f2d39e2e131293759338dffc8891ce58bf3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ab/d5/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://76/ef/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa_package_write_rpm.tar.zst\nDEBUG: Searching for 37/d1/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2d/42/sstate:debugedit::5.0:r0::11:2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee_populate_lic.tar.zst\nDEBUG: For url file://28/e5/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/e5/sstate%3Alibgcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4_package_qa.tar.zst;downloadfilename=28/e5/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/3c/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:bd3c0658829bd7db90e64622b1f4f2581ec91f2ed406fda934161cab45329b2a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://53/ed/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/6e/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64_create_runtime_spdx.tar.zst\nDEBUG: Using  for ab/d5/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70_create_runtime_spdx.tar.zst\nDEBUG: Searching for 76/ef/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 37/d1/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018_package.tar.zst\nDEBUG: Searching for 2d/42/sstate:debugedit::5.0:r0::11:2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://77/bf/sstate:ethtool::6.7:r0::11:77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f_populate_lic.tar.zst\nDEBUG: Searching for 53/ed/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f4/77/sstate:libxcb-native::1.16:r0::11:f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd_populate_lic.tar.zst\nDEBUG: Testing URL file://ab/d5/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70_create_runtime_spdx.tar.zst\nDEBUG: Using  for 76/ef/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://37/d1/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018_package.tar.zst\nDEBUG: Using  for 2d/42/sstate:debugedit::5.0:r0::11:2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee_populate_lic.tar.zst\nDEBUG: Searching for 77/bf/sstate:ethtool::6.7:r0::11:77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 53/ed/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f_recipe_qa.tar.zst\nDEBUG: Searching for f4/77/sstate:libxcb-native::1.16:r0::11:f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ab/d5/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://76/ef/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '37/d1/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2d/42/sstate:debugedit::5.0:r0::11:2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee_populate_lic.tar.zst\nDEBUG: Using  for 77/bf/sstate:ethtool::6.7:r0::11:77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f_populate_lic.tar.zst\nDEBUG: Testing URL file://53/ed/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f_recipe_qa.tar.zst\nDEBUG: Using  for f4/77/sstate:libxcb-native::1.16:r0::11:f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd_populate_lic.tar.zst\nDEBUG: For url file://ab/d5/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/d5/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A11%3Aabd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70_create_runtime_spdx.tar.zst;downloadfilename=ab/d5/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '76/ef/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/d1/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/d1/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A23.2%3Ar0%3Acore2-64%3A11%3A37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018_package.tar.zst;downloadfilename=37/d1/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018_package.tar.zst\nDEBUG: For url ['file', '', '2d/42/sstate:debugedit::5.0:r0::11:2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://77/bf/sstate:ethtool::6.7:r0::11:77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '53/ed/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f4/77/sstate:libxcb-native::1.16:r0::11:f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45_create_runtime_spdx.tar.zst\nDEBUG: For url file://76/ef/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/ef/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.7%3Ar0%3Acore2-64%3A11%3A76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa_package_write_rpm.tar.zst;downloadfilename=76/ef/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa_package_write_rpm.tar.zst\nDEBUG: For url file://2d/42/sstate:debugedit::5.0:r0::11:2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/42/sstate%3Adebugedit%3A%3A5.0%3Ar0%3A%3A11%3A2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee_populate_lic.tar.zst;downloadfilename=2d/42/sstate:debugedit::5.0:r0::11:2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/08/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '77/bf/sstate:ethtool::6.7:r0::11:77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://53/ed/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/ed/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.14.2%3Ar0%3Acore2-64%3A11%3A53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f_recipe_qa.tar.zst;downloadfilename=53/ed/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/ac/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f4/77/sstate:libxcb-native::1.16:r0::11:f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/4a/fd/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/56/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828_create_spdx.tar.zst\nDEBUG: For url file://77/bf/sstate:ethtool::6.7:r0::11:77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/bf/sstate%3Aethtool%3A%3A6.7%3Ar0%3A%3A11%3A77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f_populate_lic.tar.zst;downloadfilename=77/bf/sstate:ethtool::6.7:r0::11:77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://89/75/sstate:flac::1.4.3:r0::11:897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://28/e5/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/b0/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d2/39/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f4/77/sstate:libxcb-native::1.16:r0::11:f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/77/sstate%3Alibxcb-native%3A%3A1.16%3Ar0%3A%3A11%3Af477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd_populate_lic.tar.zst;downloadfilename=f4/77/sstate:libxcb-native::1.16:r0::11:f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd_populate_lic.tar.zst\nDEBUG: Searching for universal/4a/fd/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a2/56/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/76/06/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://37/d1/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:37d1c8ed224ab7e167459a5a1780065b445fe74131edf937c81ae920d3c84018_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/d3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/a8/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab_recipe_qa.tar.zst\nDEBUG: Searching for universal/d2/39/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/4a/fd/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020_recipe_qa.tar.zst\nDEBUG: Using  for a2/56/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828_create_spdx.tar.zst\nDEBUG: Searching for universal/76/06/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e8/f0/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5_recipe_qa.tar.zst\nDEBUG: Searching for c5/d3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d4/a8/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/d2/39/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/4a/fd/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020_recipe_qa.tar.zst\nDEBUG: Testing URL file://a2/56/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828_create_spdx.tar.zst\nDEBUG: Using  for universal/76/06/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e8/f0/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c5/d3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d4/a8/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/d2/39/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/4a/fd/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a2/56/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/76/06/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e8/f0/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5_recipe_qa.tar.zst\nDEBUG: Testing URL file://c5/d3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d4/a8/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d2/39/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4a/fd/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4a/fd/sstate%3Alibmodulemd-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A11%3A4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020_recipe_qa.tar.zst;downloadfilename=universal/4a/fd/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020_recipe_qa.tar.zst\nDEBUG: For url file://a2/56/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/56/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3Aa256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828_create_spdx.tar.zst;downloadfilename=a2/56/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/76/06/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e8/f0/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/42/sstate:debugedit::5.0:r0::11:2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c5/d3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd4/a8/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d2/39/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d2/39/sstate%3Alibxxf86vm-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A11%3Ad2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d2/39/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://76/ef/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa_package_write_rpm.tar.zst\nDEBUG: For url file://universal/76/06/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/06/sstate%3Apython3-markupsafe-native%3Ax86_64-linux%3A2.1.3%3Ar0%3Ax86_64%3A11%3A76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/76/06/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e8/f0/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://77/bf/sstate:ethtool::6.7:r0::11:77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/d5/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://53/ed/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f_recipe_qa.tar.zst\nDEBUG: For url file://c5/d3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/d3/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A11%3Ac5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b_deploy_source_date_epoch.tar.zst;downloadfilename=c5/d3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d4/a8/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/a8/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3Ad4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab_recipe_qa.tar.zst;downloadfilename=d4/a8/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/c8/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97_create_runtime_spdx.tar.zst\nDEBUG: For url file://e8/f0/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/f0/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3Ae8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5_recipe_qa.tar.zst;downloadfilename=e8/f0/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/ed/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/77/sstate:libxcb-native::1.16:r0::11:f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd_populate_lic.tar.zst\nDEBUG: Searching for a8/d5/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c5/bd/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1_package_write_rpm.tar.zst\nDEBUG: Searching for bc/c8/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2f/ed/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/4a/fd/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://54/33/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb_create_runtime_spdx.tar.zst\nDEBUG: Using  for a8/d5/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4_package_write_ipk.tar.zst\nDEBUG: Searching for c5/bd/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bc/c8/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97_create_runtime_spdx.tar.zst\nDEBUG: Using  for 2f/ed/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://80/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654_package_qa.tar.zst\nDEBUG: Searching for 54/33/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a8/d5/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4_package_write_ipk.tar.zst\nDEBUG: Using  for c5/bd/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://bc/c8/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2f/ed/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1_recipe_qa.tar.zst\nDEBUG: Searching for 80/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 54/33/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a8/d5/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c5/bd/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'bc/c8/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2f/ed/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 80/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654_package_qa.tar.zst\nDEBUG: Testing URL file://54/33/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb_create_runtime_spdx.tar.zst\nDEBUG: For url file://a8/d5/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/d5/sstate%3Adnf%3Acore2-64-poky-linux%3A4.18.2%3Ar0%3Acore2-64%3A11%3Aa8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4_package_write_ipk.tar.zst;downloadfilename=a8/d5/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c5/bd/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bc/c8/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/c8/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3Abcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97_create_runtime_spdx.tar.zst;downloadfilename=bc/c8/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97_create_runtime_spdx.tar.zst\nDEBUG: For url file://2f/ed/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/ed/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A11%3A2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1_recipe_qa.tar.zst;downloadfilename=2f/ed/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/56/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828_create_spdx.tar.zst\nDEBUG: Testing URL file://80/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654_package_qa.tar.zst\nDEBUG: For url ['file', '', '54/33/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c5/bd/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/bd/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ac5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1_package_write_rpm.tar.zst;downloadfilename=c5/bd/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/76/06/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:76062dee5338cb729fddd10b2cf332594559e12abe622931ba342958b191e04c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d2/39/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:d2399369a5ade41f8a7b9803b6284516f16127987f6f18d8393ea6c1d824dec3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://40/d2/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/d3/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:c5d3f2dc4e09e626d1b9c361997af4442ae0b1748ecb9d4a66ee579962ac876b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/0f/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:3f0faa3af4fa55d057ebbf5f72eb321844121d82908734943fbb2fe380265f05_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '80/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://54/33/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/33/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.4%3Ar0%3Acore2-64%3A11%3A5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb_create_runtime_spdx.tar.zst;downloadfilename=54/33/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/99/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/a8/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/f0/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/61/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c_create_spdx.tar.zst\nDEBUG: Searching for 40/d2/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2c/dd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/a4/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://80/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/bc/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A11%3A80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654_package_qa.tar.zst;downloadfilename=80/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654_package_qa.tar.zst\nDEBUG: Searching for 8f/99/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://8d/d9/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://11/45/sstate:fribidi::1.0.13:r0::11:11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c_populate_lic.tar.zst\nDEBUG: Searching for universal/f6/61/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 40/d2/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521_create_spdx.tar.zst\nDEBUG: Searching for 2c/dd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1d/a4/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8f/99/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4_populate_sysroot.tar.zst\nDEBUG: Searching for 8d/d9/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a8/d5/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4_package_write_ipk.tar.zst\nDEBUG: Searching for 11/45/sstate:fribidi::1.0.13:r0::11:11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cf/5e/sstate:ltp:core2-64-poky-linux:20230929:r0:core2-64:11:cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8_create_spdx.tar.zst\nDEBUG: Using  for universal/f6/61/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c_create_spdx.tar.zst\nDEBUG: Testing URL file://40/d2/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521_create_spdx.tar.zst\nDEBUG: Using  for 2c/dd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35_create_runtime_spdx.tar.zst\nDEBUG: Using  for 1d/a4/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8f/99/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4_populate_sysroot.tar.zst\nDEBUG: Using  for 8d/d9/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://07/d9/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b_package_qa.tar.zst\nDEBUG: Using  for 11/45/sstate:fribidi::1.0.13:r0::11:11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://88/6f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf_package.tar.zst\nDEBUG: Testing URL file://universal/f6/61/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '40/d2/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2c/dd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1d/a4/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8f/99/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8d/d9/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b_package.tar.zst\nDEBUG: Searching for 07/d9/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://11/45/sstate:fribidi::1.0.13:r0::11:11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c_populate_lic.tar.zst\nDEBUG: Searching for 88/6f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f6/61/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://40/d2/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/d2/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A11%3A40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521_create_spdx.tar.zst;downloadfilename=40/d2/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2c/dd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1d/a4/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8f/99/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/99/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A11%3A8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4_populate_sysroot.tar.zst;downloadfilename=8f/99/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/ed/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8d/d9/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 07/d9/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b_package_qa.tar.zst\nDEBUG: For url ['file', '', '11/45/sstate:fribidi::1.0.13:r0::11:11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 88/6f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf_package.tar.zst\nDEBUG: For url file://universal/f6/61/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/61/sstate%3Aautomake-native%3Ax86_64-linux%3A1.16.5%3Ar0%3Ax86_64%3A11%3Af661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c_create_spdx.tar.zst;downloadfilename=universal/f6/61/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c_create_spdx.tar.zst\nDEBUG: For url file://2c/dd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/dd/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3A2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35_create_runtime_spdx.tar.zst;downloadfilename=2c/dd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35_create_runtime_spdx.tar.zst\nDEBUG: For url file://1d/a4/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/a4/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A11%3A1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020_deploy_source_date_epoch.tar.zst;downloadfilename=1d/a4/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/bd/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2f/7f/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8d/d9/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/d9/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A11%3A8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b_package.tar.zst;downloadfilename=8d/d9/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b_package.tar.zst\nDEBUG: Testing URL file://07/d9/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b_package_qa.tar.zst\nDEBUG: For url file://11/45/sstate:fribidi::1.0.13:r0::11:11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/45/sstate%3Afribidi%3A%3A1.0.13%3Ar0%3A%3A11%3A11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c_populate_lic.tar.zst;downloadfilename=11/45/sstate:fribidi::1.0.13:r0::11:11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c_populate_lic.tar.zst\nDEBUG: Testing URL file://88/6f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf_package.tar.zst\nDEBUG: SState: Successful fetch test for file://80/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://84/c3/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/d5/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/2f/7f/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '07/d9/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '88/6f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c9/42/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297_package_write_rpm.tar.zst\nDEBUG: Searching for 84/c3/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/18/74/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/2f/7f/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://07/d9/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/d9/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b_package_qa.tar.zst;downloadfilename=07/d9/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b_package_qa.tar.zst\nDEBUG: For url file://88/6f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/6f/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A11%3A886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf_package.tar.zst;downloadfilename=88/6f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf_package.tar.zst\nDEBUG: Searching for c9/42/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 84/c3/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/18/74/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/2f/7f/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c9/42/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/99/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:8f99f56e208a0b237f482ccea2ef30b4dea046ea5e8b32b770214830d361b0d4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/61/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c_create_spdx.tar.zst\nDEBUG: Testing URL file://84/c3/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/c8/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/18/74/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/2f/7f/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c9/42/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/88/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/b8/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '84/c3/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d7/c3/sstate:groff::1.23.0:r0::11:d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/18/74/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/2f/7f/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2f/7f/sstate%3Apython3-setuptools-native%3Ax86_64-linux%3A69.0.3%3Ar0%3Ax86_64%3A11%3A2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/2f/7f/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c9/42/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a9/88/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/dd/b8/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://84/c3/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/c3/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.33.2%3Ar0%3Acore2-64%3A11%3A84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d_deploy_source_date_epoch.tar.zst;downloadfilename=84/c3/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d7/c3/sstate:groff::1.23.0:r0::11:d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/18/74/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c9/42/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/42/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A11%3Ac94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297_package_write_rpm.tar.zst;downloadfilename=c9/42/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297_package_write_rpm.tar.zst\nDEBUG: Using  for a9/88/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac_populate_sysroot.tar.zst\nDEBUG: Using  for universal/dd/b8/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/a4/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:1da4f30b5be77bf308fff4686ddaee7be6ad75b22574408a3203cb22133d5020_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/d9/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:8dd94a7945585e5c4927ab7bdfb64ded314eaba4b8557d8641242ec645d7cb6b_package.tar.zst\nDEBUG: Using  for d7/c3/sstate:groff::1.23.0:r0::11:d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1_populate_lic.tar.zst\nDEBUG: For url file://universal/18/74/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/74/sstate%3Abinutils-cross-x86_64%3Ax86_64-poky-linux%3A2.41%3Ar0%3Ax86_64%3A11%3A1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/18/74/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://11/45/sstate:fribidi::1.0.13:r0::11:11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c_populate_lic.tar.zst\nDEBUG: Testing URL file://a9/88/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/dd/b8/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://58/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://08/c8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04_create_spdx.tar.zst\nDEBUG: Testing URL file://d7/c3/sstate:groff::1.23.0:r0::11:d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://33/19/sstate:dnf-native::4.18.2:r0::11:3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://07/d9/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://88/6f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:886faed1a42ec006f94494a66909ec43d8f383781dbdd937fca31a65471338cf_package.tar.zst\nDEBUG: For url ['file', '', 'a9/88/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/dd/b8/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 58/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 08/c8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd7/c3/sstate:groff::1.23.0:r0::11:d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 33/19/sstate:dnf-native::4.18.2:r0::11:3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/a6/1e/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://55/40/sstate:fribidi-native::1.0.13:r0::11:55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48_populate_lic.tar.zst\nDEBUG: For url file://a9/88/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/88/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.40%3Ar0%3Acore2-64%3A11%3Aa988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac_populate_sysroot.tar.zst;downloadfilename=a9/88/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac_populate_sysroot.tar.zst\nDEBUG: For url file://universal/dd/b8/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/b8/sstate%3Alibdrm-native%3Ax86_64-linux%3A2.4.120%3Ar0%3Ax86_64%3A11%3Addb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271_populate_sysroot.tar.zst;downloadfilename=universal/dd/b8/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271_populate_sysroot.tar.zst\nDEBUG: Using  for 58/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc_recipe_qa.tar.zst\nDEBUG: Using  for 08/c8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04_create_spdx.tar.zst\nDEBUG: For url file://d7/c3/sstate:groff::1.23.0:r0::11:d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/c3/sstate%3Agroff%3A%3A1.23.0%3Ar0%3A%3A11%3Ad7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1_populate_lic.tar.zst;downloadfilename=d7/c3/sstate:groff::1.23.0:r0::11:d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1_populate_lic.tar.zst\nDEBUG: Using  for 33/19/sstate:dnf-native::4.18.2:r0::11:3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64_populate_lic.tar.zst\nDEBUG: Searching for universal/a6/1e/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 55/40/sstate:fribidi-native::1.0.13:r0::11:55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://58/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2f/7f/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2f7fc57af3d664ea71ecf20be9f3c9c87cf9a9b673fff7ba361073ebfc253b0d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://08/c8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://84/c3/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:84c3994fd0c747b1ca77714bf49ba1a1776a0be75d1e1fc937349cdeb317570d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://33/19/sstate:dnf-native::4.18.2:r0::11:3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/42/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297_package_write_rpm.tar.zst\nDEBUG: Using  for universal/a6/1e/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5_create_runtime_spdx.tar.zst\nDEBUG: Using  for 55/40/sstate:fribidi-native::1.0.13:r0::11:55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48_populate_lic.tar.zst\nDEBUG: For url ['file', '', '58/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://4e/a6/sstate:mesa-demos::8.5.0:r0::11:4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94_populate_lic.tar.zst\nDEBUG: For url ['file', '', '08/c8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/a6/85/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '33/19/sstate:dnf-native::4.18.2:r0::11:3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3f/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/a6/1e/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://55/40/sstate:fribidi-native::1.0.13:r0::11:55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48_populate_lic.tar.zst\nDEBUG: For url file://58/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/d1/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20230416%3Ar0%3Acore2-64%3A11%3A58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc_recipe_qa.tar.zst;downloadfilename=58/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc_recipe_qa.tar.zst\nDEBUG: Searching for 4e/a6/sstate:mesa-demos::8.5.0:r0::11:4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://08/c8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/c8/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3A08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04_create_spdx.tar.zst;downloadfilename=08/c8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04_create_spdx.tar.zst\nDEBUG: Searching for universal/a6/85/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://33/19/sstate:dnf-native::4.18.2:r0::11:3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/19/sstate%3Adnf-native%3A%3A4.18.2%3Ar0%3A%3A11%3A3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64_populate_lic.tar.zst;downloadfilename=33/19/sstate:dnf-native::4.18.2:r0::11:3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/18/74/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:1874dcdbda0812a15ac6ff5af13cdd6c344321e12fda93e9a081151c41e1cdf3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3f/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/a6/1e/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '55/40/sstate:fribidi-native::1.0.13:r0::11:55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4e/a6/sstate:mesa-demos::8.5.0:r0::11:4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94_populate_lic.tar.zst\nDEBUG: Using  for universal/a6/85/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/88/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:a988050372711cdbdcd98b5e02a9eaf27a6b61399b688d0fd707b1b68ebd6eac_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/66/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48_packagedata.tar.zst\nDEBUG: Using  for 3f/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/b8/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271_populate_sysroot.tar.zst\nDEBUG: For url file://universal/a6/1e/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a6/1e/sstate%3Apython3-packaging-native%3Ax86_64-linux%3A23.2%3Ar0%3Ax86_64%3A11%3Aa61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5_create_runtime_spdx.tar.zst;downloadfilename=universal/a6/1e/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5_create_runtime_spdx.tar.zst\nDEBUG: For url file://55/40/sstate:fribidi-native::1.0.13:r0::11:55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/40/sstate%3Afribidi-native%3A%3A1.0.13%3Ar0%3A%3A11%3A55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48_populate_lic.tar.zst;downloadfilename=55/40/sstate:fribidi-native::1.0.13:r0::11:55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48_populate_lic.tar.zst\nDEBUG: Testing URL file://4e/a6/sstate:mesa-demos::8.5.0:r0::11:4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/a6/85/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://74/9c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611_package.tar.zst\nDEBUG: Searching for d4/66/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3f/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://02/4b/sstate:libxt::1.3.0:r0::11:024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4e/a6/sstate:mesa-demos::8.5.0:r0::11:4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d7/c3/sstate:groff::1.23.0:r0::11:d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/a6/85/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 74/9c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d4/66/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48_packagedata.tar.zst\nDEBUG: For url ['file', '', '3f/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 02/4b/sstate:libxt::1.3.0:r0::11:024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://4e/a6/sstate:mesa-demos::8.5.0:r0::11:4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/a6/sstate%3Amesa-demos%3A%3A8.5.0%3Ar0%3A%3A11%3A4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94_populate_lic.tar.zst;downloadfilename=4e/a6/sstate:mesa-demos::8.5.0:r0::11:4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a6/85/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a6/85/sstate%3Aopkg-utils-native%3Ax86_64-linux%3A0.6.3%3Ar0%3Ax86_64%3A11%3Aa685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a6/85/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 74/9c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611_package.tar.zst\nDEBUG: Testing URL file://d4/66/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48_packagedata.tar.zst\nDEBUG: For url file://3f/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/bf/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.1%3Ar0%3Acore2-64%3A11%3A3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab_package_write_rpm.tar.zst;downloadfilename=3f/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab_package_write_rpm.tar.zst\nDEBUG: Using  for 02/4b/sstate:libxt::1.3.0:r0::11:024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1_populate_lic.tar.zst\nDEBUG: Searching for 9b/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://58/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc_recipe_qa.tar.zst\nDEBUG: Testing URL file://74/9c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611_package.tar.zst\nDEBUG: For url ['file', '', 'd4/66/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://02/4b/sstate:libxt::1.3.0:r0::11:024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://33/19/sstate:dnf-native::4.18.2:r0::11:3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64_populate_lic.tar.zst\nDEBUG: Using  for 9b/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/ab/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '74/9c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d4/66/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/66/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ad466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48_packagedata.tar.zst;downloadfilename=d4/66/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48_packagedata.tar.zst\nDEBUG: For url ['file', '', '02/4b/sstate:libxt::1.3.0:r0::11:024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://07/8d/sstate:diffstat::1.66:r0::11:078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126_populate_lic.tar.zst\nDEBUG: Testing URL file://9b/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a3/ab/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://74/9c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/9c/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611_package.tar.zst;downloadfilename=74/9c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611_package.tar.zst\nDEBUG: For url file://02/4b/sstate:libxt::1.3.0:r0::11:024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/4b/sstate%3Alibxt%3A%3A1.3.0%3Ar0%3A%3A11%3A024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1_populate_lic.tar.zst;downloadfilename=02/4b/sstate:libxt::1.3.0:r0::11:024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1_populate_lic.tar.zst\nDEBUG: Searching for 07/8d/sstate:diffstat::1.66:r0::11:078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9b/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/a6/1e/sstate:python3-packaging-native:x86_64-linux:23.2:r0:x86_64:11:a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5_create_runtime_spdx.tar.zst\nDEBUG: Using  for a3/ab/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://55/40/sstate:fribidi-native::1.0.13:r0::11:55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48_populate_lic.tar.zst\nDEBUG: Using  for 07/8d/sstate:diffstat::1.66:r0::11:078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126_populate_lic.tar.zst\nDEBUG: For url file://9b/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/1a/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A11%3A9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6_deploy_source_date_epoch.tar.zst;downloadfilename=9b/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://54/33/sstate:gettext:core2-64-poky-linux:0.22.4:r0:core2-64:11:5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/0d/sstate:meson-native::1.3.1:r0::11:4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e_populate_lic.tar.zst\nDEBUG: Testing URL file://a3/ab/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://48/65/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24_package_write_rpm.tar.zst\nDEBUG: Testing URL file://07/8d/sstate:diffstat::1.66:r0::11:078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/76/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f_recipe_qa.tar.zst\nDEBUG: Searching for 4a/0d/sstate:meson-native::1.3.1:r0::11:4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4e/a6/sstate:mesa-demos::8.5.0:r0::11:4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/e0/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:e6e0d13ef179439f0c36e35853ea29b76c0c52739f9042a9a018e37b52da8f67_package.tar.zst\nDEBUG: For url ['file', '', 'a3/ab/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 48/65/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '07/8d/sstate:diffstat::1.66:r0::11:078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9f/76/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4a/0d/sstate:meson-native::1.3.1:r0::11:4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/d7/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://94/e4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a3/ab/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/ab/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A11%3Aa3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb_recipe_qa.tar.zst;downloadfilename=a3/ab/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb_recipe_qa.tar.zst\nDEBUG: Using  for 48/65/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24_package_write_rpm.tar.zst\nDEBUG: For url file://07/8d/sstate:diffstat::1.66:r0::11:078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/8d/sstate%3Adiffstat%3A%3A1.66%3Ar0%3A%3A11%3A078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126_populate_lic.tar.zst;downloadfilename=07/8d/sstate:diffstat::1.66:r0::11:078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126_populate_lic.tar.zst\nDEBUG: Using  for 9f/76/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f_recipe_qa.tar.zst\nDEBUG: Testing URL file://4a/0d/sstate:meson-native::1.3.1:r0::11:4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e_populate_lic.tar.zst\nDEBUG: Searching for c3/d7/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 94/e4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://48/65/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a6/85/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:a685ebe17ea5b86976348cd268cd7ef36c5fdb4a10726e40177d72340f48700f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9f/76/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4a/0d/sstate:meson-native::1.3.1:r0::11:4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d4/66/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://74/9c/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:11:749c663ed50bd36e9f0b7f22ce7dc39fe173719883bf7e5c3178a661ece3a611_package.tar.zst\nDEBUG: Using  for c3/d7/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017_package_qa.tar.zst\nDEBUG: Using  for 94/e4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '48/65/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://10/5c/sstate:expat-native::2.5.0:r0::11:105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9f/76/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4a/0d/sstate:meson-native::1.3.1:r0::11:4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/0d/sstate%3Ameson-native%3A%3A1.3.1%3Ar0%3A%3A11%3A4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e_populate_lic.tar.zst;downloadfilename=4a/0d/sstate:meson-native::1.3.1:r0::11:4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/24/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://16/20/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698_create_spdx.tar.zst\nDEBUG: Testing URL file://c3/d7/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017_package_qa.tar.zst\nDEBUG: Testing URL file://94/e4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://48/65/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/65/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A11%3A48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24_package_write_rpm.tar.zst;downloadfilename=48/65/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24_package_write_rpm.tar.zst\nDEBUG: Searching for 10/5c/sstate:expat-native::2.5.0:r0::11:105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://9f/76/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/76/sstate%3Aboost%3Acore2-64-poky-linux%3A1.83.0%3Ar0%3Acore2-64%3A11%3A9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f_recipe_qa.tar.zst;downloadfilename=9f/76/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f_recipe_qa.tar.zst\nDEBUG: Searching for 4e/24/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 16/20/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c3/d7/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://02/4b/sstate:libxt::1.3.0:r0::11:024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '94/e4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 10/5c/sstate:expat-native::2.5.0:r0::11:105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:9b1add2524c7a4c276c3d0f9caab799412941eccd12bba8b0a8d8c72f7b525b6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4e/24/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616_package_write_rpm.tar.zst\nDEBUG: Using  for 16/20/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698_create_spdx.tar.zst\nDEBUG: For url file://c3/d7/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/d7/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.5p1%3Ar0%3Acore2-64%3A11%3Ac3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017_package_qa.tar.zst;downloadfilename=c3/d7/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/f3/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25_package_qa.tar.zst\nDEBUG: For url file://94/e4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/e4/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A11%3A94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a_deploy_source_date_epoch.tar.zst;downloadfilename=94/e4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://10/5c/sstate:expat-native::2.5.0:r0::11:105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cf/37/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4e/24/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616_package_write_rpm.tar.zst\nDEBUG: Testing URL file://16/20/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698_create_spdx.tar.zst\nDEBUG: Searching for fa/f3/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '10/5c/sstate:expat-native::2.5.0:r0::11:105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a3/ab/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:11:a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://07/8d/sstate:diffstat::1.66:r0::11:078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126_populate_lic.tar.zst\nDEBUG: Searching for universal/cf/37/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4e/24/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '16/20/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fa/f3/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25_package_qa.tar.zst\nDEBUG: For url file://10/5c/sstate:expat-native::2.5.0:r0::11:105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/5c/sstate%3Aexpat-native%3A%3A2.5.0%3Ar0%3A%3A11%3A105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92_populate_lic.tar.zst;downloadfilename=10/5c/sstate:expat-native::2.5.0:r0::11:105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/46/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ac/b2/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0_create_spdx.tar.zst\nDEBUG: Using  for universal/cf/37/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4e/24/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/24/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A11%3A4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616_package_write_rpm.tar.zst;downloadfilename=4e/24/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616_package_write_rpm.tar.zst\nDEBUG: For url file://16/20/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/20/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A11%3A1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698_create_spdx.tar.zst;downloadfilename=16/20/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698_create_spdx.tar.zst\nDEBUG: Testing URL file://fa/f3/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25_package_qa.tar.zst\nDEBUG: Searching for a7/46/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ac/b2/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/cf/37/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/0d/sstate:meson-native::1.3.1:r0::11:4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fa/f3/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://48/65/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24_package_write_rpm.tar.zst\nDEBUG: Using  for a7/46/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/ac/b2/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/cf/37/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9f/76/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://de/c9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336_package_write_rpm.tar.zst\nDEBUG: For url file://fa/f3/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/f3/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A11%3Afaf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25_package_qa.tar.zst;downloadfilename=fa/f3/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/de/3d/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a7/46/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/ac/b2/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0_create_spdx.tar.zst\nDEBUG: For url file://universal/cf/37/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cf/37/sstate%3Across-localedef-native%3Ax86_64-linux%3A2.38%2Bgit%3Ar0%3Ax86_64%3A11%3Acf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64_deploy_source_date_epoch.tar.zst;downloadfilename=universal/cf/37/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://25/c6/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b_create_spdx.tar.zst\nDEBUG: Searching for de/c9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/de/3d/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a7/46/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ac/b2/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c3/d7/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://94/e4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:94e4745da1a2e071dba55fbf41038d92498b6a97e47a0c9929bc81c6fe87590a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 25/c6/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for de/c9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336_package_write_rpm.tar.zst\nDEBUG: Using  for universal/de/3d/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://10/5c/sstate:expat-native::2.5.0:r0::11:105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92_populate_lic.tar.zst\nDEBUG: For url file://a7/46/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/46/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Aa746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb_create_runtime_spdx.tar.zst;downloadfilename=a7/46/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/ac/b2/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ac/b2/sstate%3Abc-native%3Ax86_64-linux%3A1.07.1%3Ar0%3Ax86_64%3A11%3Aacb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0_create_spdx.tar.zst;downloadfilename=universal/ac/b2/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/56/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/e9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14_package_qa.tar.zst\nDEBUG: Using  for 25/c6/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b_create_spdx.tar.zst\nDEBUG: Testing URL file://de/c9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/de/3d/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://84/7b/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f_packagedata.tar.zst\nDEBUG: Searching for d6/56/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a4/e9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://25/c6/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'de/c9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/de/3d/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 84/7b/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d6/56/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b_package.tar.zst\nDEBUG: Using  for a4/e9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/24/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '25/c6/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://de/c9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/c9/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Adec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336_package_write_rpm.tar.zst;downloadfilename=de/c9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336_package_write_rpm.tar.zst\nDEBUG: For url file://universal/de/3d/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/de/3d/sstate%3Ashared-mime-info-native%3Ax86_64-linux%3A2.4%3Ar0%3Ax86_64%3A11%3Ade3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/de/3d/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 84/7b/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f_packagedata.tar.zst\nDEBUG: Testing URL file://d6/56/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b_package.tar.zst\nDEBUG: Testing URL file://a4/e9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://98/bf/sstate:sed::4.9:r0::11:98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4_populate_lic.tar.zst\nDEBUG: For url file://25/c6/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/c6/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b_create_spdx.tar.zst;downloadfilename=25/c6/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b_create_spdx.tar.zst\nDEBUG: Testing URL file://84/7b/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://16/20/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd6/56/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a4/e9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fa/f3/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25_package_qa.tar.zst\nDEBUG: Searching for 98/bf/sstate:sed::4.9:r0::11:98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '84/7b/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://30/1d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b_package.tar.zst\nDEBUG: For url file://d6/56/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/56/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A11%3Ad65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b_package.tar.zst;downloadfilename=d6/56/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cf/37/sstate:cross-localedef-native:x86_64-linux:2.38+git:r0:x86_64:11:cf37bf83b762a29d14a9b3e04fe79095478e9ab2e08fd8ec73abd3755292dd64_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a4/e9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/e9/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Aa4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14_package_qa.tar.zst;downloadfilename=a4/e9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/ae/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794_package.tar.zst\nDEBUG: Using  for 98/bf/sstate:sed::4.9:r0::11:98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4_populate_lic.tar.zst\nDEBUG: For url file://84/7b/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/7b/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f_packagedata.tar.zst;downloadfilename=84/7b/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f_packagedata.tar.zst\nDEBUG: Searching for 30/1d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://db/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ac/b2/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0_create_spdx.tar.zst\nDEBUG: Searching for fe/ae/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://98/bf/sstate:sed::4.9:r0::11:98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4_populate_lic.tar.zst\nDEBUG: Using  for 30/1d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b_package.tar.zst\nDEBUG: Searching for db/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/de/3d/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:de3d036dd786880576550ef64fecd3ec2230f81d700436b247615a99cff4b88b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://de/c9/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://41/d2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531_create_runtime_spdx.tar.zst\nDEBUG: Using  for fe/ae/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794_package.tar.zst\nDEBUG: For url ['file', '', '98/bf/sstate:sed::4.9:r0::11:98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://30/1d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b_package.tar.zst\nDEBUG: Using  for db/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/f9/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://05/94/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7_package_write_rpm.tar.zst\nDEBUG: Searching for 41/d2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fe/ae/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794_package.tar.zst\nDEBUG: For url file://98/bf/sstate:sed::4.9:r0::11:98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/bf/sstate%3Ased%3A%3A4.9%3Ar0%3A%3A11%3A98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4_populate_lic.tar.zst;downloadfilename=98/bf/sstate:sed::4.9:r0::11:98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '30/1d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://db/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210_packagedata.tar.zst\nDEBUG: Searching for d5/f9/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 05/94/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 41/d2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'fe/ae/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://30/1d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/1d/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A11%3A301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b_package.tar.zst;downloadfilename=30/1d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b_package.tar.zst\nDEBUG: For url ['file', '', 'db/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d5/f9/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083_create_spdx.tar.zst\nDEBUG: Using  for 05/94/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://41/d2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531_create_runtime_spdx.tar.zst\nDEBUG: For url file://fe/ae/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/ae/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A11%3Afeaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794_package.tar.zst;downloadfilename=fe/ae/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794_package.tar.zst\nDEBUG: For url file://db/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/79/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A11%3Adb794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210_packagedata.tar.zst;downloadfilename=db/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210_packagedata.tar.zst\nDEBUG: Testing URL file://d5/f9/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083_create_spdx.tar.zst\nDEBUG: Testing URL file://05/94/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/56/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d65665d0c28444157556ae5dcd9f4e1c98fd41d01239b6a1344958b688cfdc0b_package.tar.zst\nDEBUG: For url ['file', '', '41/d2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://25/c6/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd5/f9/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '05/94/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://08/c8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://84/7b/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/e9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://98/af/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc_create_runtime_spdx.tar.zst\nDEBUG: For url file://41/d2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/d2/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.10.0%3Ar0%3Acore2-64%3A11%3A41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531_create_runtime_spdx.tar.zst;downloadfilename=41/d2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/bf/sstate:libxcrypt::4.4.36:r0::11:d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2_populate_lic.tar.zst\nDEBUG: For url file://d5/f9/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/f9/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3Ad5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083_create_spdx.tar.zst;downloadfilename=d5/f9/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083_create_spdx.tar.zst\nDEBUG: For url file://05/94/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/94/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A11%3A059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7_package_write_rpm.tar.zst;downloadfilename=05/94/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e8/cd/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e3/4c/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://83/0b/sstate:openssl-native::3.2.0:r0::11:830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb_populate_lic.tar.zst\nDEBUG: Searching for 98/af/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d3/bf/sstate:libxcrypt::4.4.36:r0::11:d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/e8/cd/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://98/bf/sstate:sed::4.9:r0::11:98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4_populate_lic.tar.zst\nDEBUG: Searching for universal/e3/4c/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://30/1d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:301d1a8ba236f6fc2952ba30acb992abac677101779ab37ef533bd75644ec90b_package.tar.zst\nDEBUG: Searching for 83/0b/sstate:openssl-native::3.2.0:r0::11:830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 98/af/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc_create_runtime_spdx.tar.zst\nDEBUG: Using  for d3/bf/sstate:libxcrypt::4.4.36:r0::11:d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2_populate_lic.tar.zst\nDEBUG: Using  for universal/e8/cd/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345_populate_sysroot.tar.zst\nDEBUG: Using  for universal/e3/4c/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/11/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8_create_spdx.tar.zst\nDEBUG: Using  for 83/0b/sstate:openssl-native::3.2.0:r0::11:830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb_populate_lic.tar.zst\nDEBUG: Testing URL file://98/af/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d3/bf/sstate:libxcrypt::4.4.36:r0::11:d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/e8/cd/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ea/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/e3/4c/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab_recipe_qa.tar.zst\nDEBUG: Searching for b8/11/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://83/0b/sstate:openssl-native::3.2.0:r0::11:830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb_populate_lic.tar.zst\nDEBUG: For url ['file', '', '98/af/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd3/bf/sstate:libxcrypt::4.4.36:r0::11:d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e8/cd/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ea/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/e3/4c/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b8/11/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8_create_spdx.tar.zst\nDEBUG: For url ['file', '', '83/0b/sstate:openssl-native::3.2.0:r0::11:830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://98/af/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/af/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A11%3A98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc_create_runtime_spdx.tar.zst;downloadfilename=98/af/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc_create_runtime_spdx.tar.zst\nDEBUG: For url file://d3/bf/sstate:libxcrypt::4.4.36:r0::11:d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/bf/sstate%3Alibxcrypt%3A%3A4.4.36%3Ar0%3A%3A11%3Ad3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2_populate_lic.tar.zst;downloadfilename=d3/bf/sstate:libxcrypt::4.4.36:r0::11:d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2_populate_lic.tar.zst\nDEBUG: For url file://universal/e8/cd/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e8/cd/sstate%3Aqemu-helper-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3Ae8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e8/cd/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ea/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345_populate_sysroot.tar.zst\nDEBUG: For url file://universal/e3/4c/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/4c/sstate%3Alibcomps-native%3Ax86_64-linux%3A0.1.20%3Ar0%3Ax86_64%3A11%3Ae34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab_recipe_qa.tar.zst;downloadfilename=universal/e3/4c/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://db/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210_packagedata.tar.zst\nDEBUG: Testing URL file://b8/11/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8_create_spdx.tar.zst\nDEBUG: For url file://83/0b/sstate:openssl-native::3.2.0:r0::11:830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/0b/sstate%3Aopenssl-native%3A%3A3.2.0%3Ar0%3A%3A11%3A830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb_populate_lic.tar.zst;downloadfilename=83/0b/sstate:openssl-native::3.2.0:r0::11:830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/ae/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:feaecfa5bd24b41fa12e123ceedd3b64fbca4ccd5ca7b4b63dbca268322ab794_package.tar.zst\nDEBUG: For url ['file', '', 'ea/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0f/d7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/11/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ef/7f/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc_create_spdx.tar.zst\nDEBUG: For url file://ea/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/0b/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A11%3Aea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345_populate_sysroot.tar.zst;downloadfilename=ea/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345_populate_sysroot.tar.zst\nDEBUG: Searching for 0f/d7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://05/94/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:11:059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7_package_write_rpm.tar.zst\nDEBUG: For url file://b8/11/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/11/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A11%3Ab811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8_create_spdx.tar.zst;downloadfilename=b8/11/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8_create_spdx.tar.zst\nDEBUG: Searching for ef/7f/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0f/d7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e7/23/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34_create_spdx.tar.zst\nDEBUG: Using  for ef/7f/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc_create_spdx.tar.zst\nDEBUG: Testing URL file://0f/d7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba_create_spdx.tar.zst\nDEBUG: Searching for universal/e7/23/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d3/bf/sstate:libxcrypt::4.4.36:r0::11:d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2_populate_lic.tar.zst\nDEBUG: Testing URL file://ef/7f/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0f/d7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/e7/23/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/22/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ef/7f/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0f/d7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/d7/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A11%3A0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba_create_spdx.tar.zst;downloadfilename=0f/d7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/e7/23/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34_create_spdx.tar.zst\nDEBUG: Searching for 6f/22/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ef/7f/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/7f/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Aef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc_create_spdx.tar.zst;downloadfilename=ef/7f/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e7/23/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6f/22/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e8/cd/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:e8cdd762f33fef4a50330d8edf04a23b5c23a3b5fd9a1b804194ef7180aee939_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/e7/23/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/23/sstate%3Ago-binary-native%3Ax86_64-linux%3A1.20.13%3Ar0%3Ax86_64%3A11%3Ae72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34_create_spdx.tar.zst;downloadfilename=universal/e7/23/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34_create_spdx.tar.zst\nDEBUG: Testing URL file://6f/22/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e3/4c/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://93/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7_packagedata.tar.zst\nDEBUG: For url ['file', '', '6f/22/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ef/27/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9_package_write_rpm.tar.zst\nDEBUG: Searching for 93/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://83/0b/sstate:openssl-native::3.2.0:r0::11:830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb_populate_lic.tar.zst\nDEBUG: For url file://6f/22/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/22/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A11%3A6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c_recipe_qa.tar.zst;downloadfilename=6f/22/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c_recipe_qa.tar.zst\nDEBUG: Searching for ef/27/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 93/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/6a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac_package.tar.zst\nDEBUG: Using  for ef/27/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://93/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:ea0bb7ae6361fddb7d86145a2bbbb8e61cf62fc44165b7136b68d48a1778e345_populate_sysroot.tar.zst\nDEBUG: Searching for 5b/6a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a7/46/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ef/27/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '93/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6a/64/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6_packagedata.tar.zst\nDEBUG: Using  for 5b/6a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac_package.tar.zst\nDEBUG: SState: Attempting to fetch file://84/37/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ef/27/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://93/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/40/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A11%3A93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7_packagedata.tar.zst;downloadfilename=93/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7_packagedata.tar.zst\nDEBUG: Searching for 6a/64/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://5b/6a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac_package.tar.zst\nDEBUG: Searching for 84/37/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ef/27/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/27/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.189%3Ar0%3Acore2-64%3A11%3Aef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9_package_write_rpm.tar.zst;downloadfilename=ef/27/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9_package_write_rpm.tar.zst\nDEBUG: Using  for 6a/64/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6_packagedata.tar.zst\nDEBUG: For url ['file', '', '5b/6a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b8/11/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8_create_spdx.tar.zst\nDEBUG: Using  for 84/37/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6a/64/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6_packagedata.tar.zst\nDEBUG: For url file://5b/6a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/6a/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A11%3A5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac_package.tar.zst;downloadfilename=5b/6a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/7f/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/e1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee_package.tar.zst\nDEBUG: Testing URL file://84/37/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6a/64/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/2f/e0/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749_create_spdx.tar.zst\nDEBUG: Searching for 7a/e1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '84/37/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/e7/23/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34_create_spdx.tar.zst\nDEBUG: For url file://6a/64/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/64/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A11%3A6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6_packagedata.tar.zst;downloadfilename=6a/64/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6_packagedata.tar.zst\nDEBUG: Searching for universal/2f/e0/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7a/e1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee_package.tar.zst\nDEBUG: For url file://84/37/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/37/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A11%3A84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef_deploy_source_date_epoch.tar.zst;downloadfilename=84/37/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/1d/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950_create_spdx.tar.zst\nDEBUG: Using  for universal/2f/e0/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749_create_spdx.tar.zst\nDEBUG: Testing URL file://7a/e1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/22/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c_recipe_qa.tar.zst\nDEBUG: Searching for universal/74/1d/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/2f/e0/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7a/e1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://be/2e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee_populate_sysroot.tar.zst\nDEBUG: Using  for universal/74/1d/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/2f/e0/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7a/e1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/e1/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A11%3A7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee_package.tar.zst;downloadfilename=7a/e1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee_package.tar.zst\nDEBUG: Searching for be/2e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/74/1d/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950_create_spdx.tar.zst\nDEBUG: For url file://universal/2f/e0/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2f/e0/sstate%3Ashared-mime-info-native%3Ax86_64-linux%3A2.4%3Ar0%3Ax86_64%3A11%3A2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749_create_spdx.tar.zst;downloadfilename=universal/2f/e0/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749_create_spdx.tar.zst\nDEBUG: Using  for be/2e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/74/1d/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://93/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7_packagedata.tar.zst\nDEBUG: Testing URL file://be/2e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee_populate_sysroot.tar.zst\nDEBUG: For url file://universal/74/1d/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/1d/sstate%3Apython3-more-itertools-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A11%3A741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950_create_spdx.tar.zst;downloadfilename=universal/74/1d/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/29/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'be/2e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e4/29/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://be/2e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/2e/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A11%3Abe2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee_populate_sysroot.tar.zst;downloadfilename=be/2e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee_populate_sysroot.tar.zst\nDEBUG: Using  for e4/29/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/6a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:5b6a0e0ed50b0595599a7012e735b491b9db3d87c84023670cc0185787753bac_package.tar.zst\nDEBUG: Testing URL file://e4/29/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/64/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:11:6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/dd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e4/29/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://76/3b/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4f/d6/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83_populate_sysroot.tar.zst\nDEBUG: For url file://e4/29/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/29/sstate%3Alibgcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Ae42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06_populate_sysroot.tar.zst;downloadfilename=e4/29/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06_populate_sysroot.tar.zst\nDEBUG: Using  for b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst\nDEBUG: Searching for 76/3b/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/4f/d6/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst\nDEBUG: Using  for 76/3b/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://84/37/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:84377a1a5742e5820cf516a839e292556463ee96776a73d3d63fad50846388ef_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/4f/d6/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://76/3b/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://84/97/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3_package_qa.tar.zst\nDEBUG: Testing URL file://universal/4f/d6/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83_populate_sysroot.tar.zst\nDEBUG: For url file://b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/3b/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ab93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst;downloadfilename=b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst\nDEBUG: For url ['file', '', '76/3b/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 84/97/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/4f/d6/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://76/3b/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/3b/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959_package_write_rpm.tar.zst;downloadfilename=76/3b/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959_package_write_rpm.tar.zst\nDEBUG: Using  for 84/97/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3_package_qa.tar.zst\nDEBUG: For url file://universal/4f/d6/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/d6/sstate%3Alibslirp-native%3Ax86_64-linux%3A4.7.0%3Ar0%3Ax86_64%3A11%3A4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83_populate_sysroot.tar.zst;downloadfilename=universal/4f/d6/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/e1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:7ae1e9972125e6d534b936640e29e9c9cf349bea6df40572446c973bbbc732ee_package.tar.zst\nDEBUG: Testing URL file://84/97/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2f/e0/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/8f/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '84/97/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/74/1d/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/f9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05_package_write_rpm.tar.zst\nDEBUG: Searching for a7/8f/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://84/97/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/97/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A11%3A84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3_package_qa.tar.zst;downloadfilename=84/97/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/3a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e_create_runtime_spdx.tar.zst\nDEBUG: Searching for a1/f9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a7/8f/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://98/af/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc_create_runtime_spdx.tar.zst\nDEBUG: Searching for fd/3a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a1/f9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a7/8f/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://be/2e/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:11:be2e964ceaff8bd815647925dcb18a2a67043268563d26d2df95c3f4e6be1cee_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://43/05/sstate:libxdamage::1.1.6:r0::11:4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733_populate_lic.tar.zst\nDEBUG: Using  for fd/3a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a1/f9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a7/8f/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://99/30/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c_populate_sysroot.tar.zst\nDEBUG: Searching for 43/05/sstate:libxdamage::1.1.6:r0::11:4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fd/3a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://41/d2/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'a1/f9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a7/8f/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/8f/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3Aa78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126_recipe_qa.tar.zst;downloadfilename=a7/8f/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126_recipe_qa.tar.zst\nDEBUG: Searching for 99/30/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 43/05/sstate:libxdamage::1.1.6:r0::11:4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fd/3a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f5/fe/sstate:npth::1.6:r0::11:f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d_populate_lic.tar.zst\nDEBUG: For url file://a1/f9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/f9/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A11%3Aa1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05_package_write_rpm.tar.zst;downloadfilename=a1/f9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05_package_write_rpm.tar.zst\nDEBUG: Using  for 99/30/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://43/05/sstate:libxdamage::1.1.6:r0::11:4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733_populate_lic.tar.zst\nDEBUG: For url file://fd/3a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/3a/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A11%3Afd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e_create_runtime_spdx.tar.zst;downloadfilename=fd/3a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/29/sstate:libgcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06_populate_sysroot.tar.zst\nDEBUG: Searching for f5/fe/sstate:npth::1.6:r0::11:f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://99/30/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://40/d2/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521_create_spdx.tar.zst\nDEBUG: For url ['file', '', '43/05/sstate:libxdamage::1.1.6:r0::11:4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://51/6b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/f9/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://76/3b/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959_package_write_rpm.tar.zst\nDEBUG: Using  for f5/fe/sstate:npth::1.6:r0::11:f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '99/30/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://19/a9/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a_create_spdx.tar.zst\nDEBUG: For url file://43/05/sstate:libxdamage::1.1.6:r0::11:4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/05/sstate%3Alibxdamage%3A%3A1.1.6%3Ar0%3A%3A11%3A4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733_populate_lic.tar.zst;downloadfilename=43/05/sstate:libxdamage::1.1.6:r0::11:4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733_populate_lic.tar.zst\nDEBUG: Searching for 51/6b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/b7/b1/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/93/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47_create_spdx.tar.zst\nDEBUG: Testing URL file://f5/fe/sstate:npth::1.6:r0::11:f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d_populate_lic.tar.zst\nDEBUG: For url file://99/30/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/30/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c_populate_sysroot.tar.zst;downloadfilename=99/30/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c_populate_sysroot.tar.zst\nDEBUG: Searching for 19/a9/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 51/6b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/b7/b1/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9e/93/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/4f/d6/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f5/fe/sstate:npth::1.6:r0::11:f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 19/a9/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a_create_spdx.tar.zst\nDEBUG: Testing URL file://51/6b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/b7/b1/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://84/97/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3_package_qa.tar.zst\nDEBUG: Using  for 9e/93/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://58/e4/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e_package.tar.zst\nDEBUG: For url file://f5/fe/sstate:npth::1.6:r0::11:f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/fe/sstate%3Anpth%3A%3A1.6%3Ar0%3A%3A11%3Af5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d_populate_lic.tar.zst;downloadfilename=f5/fe/sstate:npth::1.6:r0::11:f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d_populate_lic.tar.zst\nDEBUG: Testing URL file://19/a9/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '51/6b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/b7/b1/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://52/dd/sstate:acl::2.3.1:r0::11:52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0_populate_lic.tar.zst\nDEBUG: Testing URL file://9e/93/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47_create_spdx.tar.zst\nDEBUG: Searching for 58/e4/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '19/a9/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://51/6b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/6b/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A11%3A516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7_create_runtime_spdx.tar.zst;downloadfilename=51/6b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/f9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:11:a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/b7/b1/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a7/8f/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126_recipe_qa.tar.zst\nDEBUG: Searching for 52/dd/sstate:acl::2.3.1:r0::11:52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9e/93/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 58/e4/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e_package.tar.zst\nDEBUG: For url file://19/a9/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/a9/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A11%3A19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a_create_spdx.tar.zst;downloadfilename=19/a9/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/38/5a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/b7/b1/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b7/b1/sstate%3Apixman-native%3Ax86_64-linux%3A0.42.2%3Ar0%3Ax86_64%3A11%3Ab7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7_recipe_qa.tar.zst;downloadfilename=universal/b7/b1/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://65/40/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51_package_write_rpm.tar.zst\nDEBUG: Using  for 52/dd/sstate:acl::2.3.1:r0::11:52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0_populate_lic.tar.zst\nDEBUG: For url file://9e/93/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/93/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A11%3A9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47_create_spdx.tar.zst;downloadfilename=9e/93/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47_create_spdx.tar.zst\nDEBUG: Testing URL file://58/e4/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e_package.tar.zst\nDEBUG: Searching for universal/38/5a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 65/40/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://52/dd/sstate:acl::2.3.1:r0::11:52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://43/05/sstate:libxdamage::1.1.6:r0::11:4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733_populate_lic.tar.zst\nDEBUG: For url ['file', '', '58/e4/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/38/5a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 65/40/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://99/30/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:99308eaa783af552aaa4ccfa80fa3fb01148128c45e20729b22237d32e3f5d6c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '52/dd/sstate:acl::2.3.1:r0::11:52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://53/27/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179_package.tar.zst\nDEBUG: For url file://58/e4/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/e4/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.11.5%3Ar0%3Acore2-64%3A11%3A58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e_package.tar.zst;downloadfilename=58/e4/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e_package.tar.zst\nDEBUG: Testing URL file://universal/38/5a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://65/40/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://23/e5/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146_package_write_rpm.tar.zst\nDEBUG: For url file://52/dd/sstate:acl::2.3.1:r0::11:52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/dd/sstate%3Aacl%3A%3A2.3.1%3Ar0%3A%3A11%3A52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0_populate_lic.tar.zst;downloadfilename=52/dd/sstate:acl::2.3.1:r0::11:52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0_populate_lic.tar.zst\nDEBUG: Searching for 53/27/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/38/5a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '65/40/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 23/e5/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f5/fe/sstate:npth::1.6:r0::11:f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d_populate_lic.tar.zst\nDEBUG: Using  for 53/27/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179_package.tar.zst\nDEBUG: For url file://universal/38/5a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/38/5a/sstate%3Adwarfsrcfiles-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3A385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/38/5a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://51/6b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7_create_runtime_spdx.tar.zst\nDEBUG: For url file://65/40/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/40/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A11%3A654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51_package_write_rpm.tar.zst;downloadfilename=65/40/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51_package_write_rpm.tar.zst\nDEBUG: Using  for 23/e5/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229_packagedata.tar.zst\nDEBUG: Testing URL file://53/27/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/a5/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://23/e5/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146_package_write_rpm.tar.zst\nDEBUG: Searching for ca/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/b7/b1/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '53/27/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3f/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/d7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba_create_spdx.tar.zst\nDEBUG: Searching for universal/5d/a5/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '23/e5/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ca/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://63/a6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa_create_runtime_spdx.tar.zst\nDEBUG: For url file://53/27/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/27/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A11%3A5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179_package.tar.zst;downloadfilename=53/27/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179_package.tar.zst\nDEBUG: SState: Attempting to fetch file://20/c7/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/15/b3/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0_create_spdx.tar.zst\nDEBUG: Using  for universal/5d/a5/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41_create_runtime_spdx.tar.zst\nDEBUG: For url file://23/e5/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/e5/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.69%3Ar0%3Acore2-64%3A11%3A23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146_package_write_rpm.tar.zst;downloadfilename=23/e5/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ca/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229_packagedata.tar.zst\nDEBUG: Searching for 63/a6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 20/c7/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/15/b3/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9e/93/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/5d/a5/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ca/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 63/a6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa_create_runtime_spdx.tar.zst\nDEBUG: Using  for 20/c7/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33_packagedata.tar.zst\nDEBUG: Using  for universal/15/b3/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://05/b0/sstate:librepo::1.16.0:r0::11:05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/5d/a5/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ca/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/78/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3Aca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229_packagedata.tar.zst;downloadfilename=ca/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229_packagedata.tar.zst\nDEBUG: Testing URL file://63/a6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://20/c7/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33_packagedata.tar.zst\nDEBUG: Testing URL file://universal/15/b3/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0_create_spdx.tar.zst\nDEBUG: Searching for 05/b0/sstate:librepo::1.16.0:r0::11:05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/5d/a5/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/a5/sstate%3Atcl-native%3Ax86_64-linux%3A8.6.13%3Ar0%3Ax86_64%3A11%3A5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41_create_runtime_spdx.tar.zst;downloadfilename=universal/5d/a5/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '63/a6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '20/c7/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://52/dd/sstate:acl::2.3.1:r0::11:52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/15/b3/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 05/b0/sstate:librepo::1.16.0:r0::11:05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810_populate_lic.tar.zst\nDEBUG: For url file://63/a6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/a6/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A11%3A63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa_create_runtime_spdx.tar.zst;downloadfilename=63/a6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa_create_runtime_spdx.tar.zst\nDEBUG: For url file://20/c7/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/c7/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A11%3A20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33_packagedata.tar.zst;downloadfilename=20/c7/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/46/89/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/38/5a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:11:385af22f087fcd4d5f1c2ddb3736fcccc182835fbd67341a91a9fc8a70c803d4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/15/b3/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/b3/sstate%3Agettext-minimal-native%3Ax86_64-linux%3A0.22.4%3Ar0%3Ax86_64%3A11%3A15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0_create_spdx.tar.zst;downloadfilename=universal/15/b3/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0_create_spdx.tar.zst\nDEBUG: Testing URL file://05/b0/sstate:librepo::1.16.0:r0::11:05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810_populate_lic.tar.zst\nDEBUG: Searching for universal/46/89/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://65/40/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/16/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '05/b0/sstate:librepo::1.16.0:r0::11:05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/46/89/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://39/23/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://53/27/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:5327aa9ba1786d7910c79bbf6701cd2f4518b9be550a1e38de7654c4465c1179_package.tar.zst\nDEBUG: Searching for 0a/16/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://05/b0/sstate:librepo::1.16.0:r0::11:05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/b0/sstate%3Alibrepo%3A%3A1.16.0%3Ar0%3A%3A11%3A05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810_populate_lic.tar.zst;downloadfilename=05/b0/sstate:librepo::1.16.0:r0::11:05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/46/89/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617_create_spdx.tar.zst\nDEBUG: Searching for 39/23/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://79/91/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a_recipe_qa.tar.zst\nDEBUG: Using  for 0a/16/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/46/89/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 39/23/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2_package_qa.tar.zst\nDEBUG: Searching for 79/91/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0a/16/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://23/e5/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146_package_write_rpm.tar.zst\nDEBUG: For url file://universal/46/89/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/46/89/sstate%3Apython3-iniparse-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617_create_spdx.tar.zst;downloadfilename=universal/46/89/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617_create_spdx.tar.zst\nDEBUG: Testing URL file://39/23/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2_package_qa.tar.zst\nDEBUG: Using  for 79/91/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '0a/16/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/fd/48/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '39/23/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://79/91/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a_recipe_qa.tar.zst\nDEBUG: For url file://0a/16/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/16/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A11%3A0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b_populate_sysroot.tar.zst;downloadfilename=0a/16/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b_populate_sysroot.tar.zst\nDEBUG: Searching for universal/fd/48/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ca/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229_packagedata.tar.zst\nDEBUG: For url file://39/23/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/23/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A11%3A39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2_package_qa.tar.zst;downloadfilename=39/23/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2_package_qa.tar.zst\nDEBUG: For url ['file', '', '79/91/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/fd/48/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/46/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/3a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://63/a6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5d/a5/sstate:tcl-native:x86_64-linux:8.6.13:r0:x86_64:11:5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41_create_runtime_spdx.tar.zst\nDEBUG: For url file://79/91/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/91/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.11%3Ar0%3Acore2-64%3A11%3A79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a_recipe_qa.tar.zst;downloadfilename=79/91/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/fd/48/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://20/c7/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33_packagedata.tar.zst\nDEBUG: Searching for 2f/46/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0e/63/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9d/82/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/e7/sstate:libxft-native::2.3.8:r0::11:fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/fd/48/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c1/45/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78_recipe_qa.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst: HTTP Error 404: Not Found\nDEBUG: Using  for 2f/46/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/15/b3/sstate:gettext-minimal-native:x86_64-linux:0.22.4:r0:x86_64:11:15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://05/b0/sstate:librepo::1.16.0:r0::11:05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810_populate_lic.tar.zst\nDEBUG: Searching for 0e/63/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/9d/82/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fb/e7/sstate:libxft-native::2.3.8:r0::11:fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/fd/48/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/48/sstate%3Apython3-editables-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3Afd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623_recipe_qa.tar.zst;downloadfilename=universal/fd/48/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623_recipe_qa.tar.zst\nDEBUG: Searching for c1/45/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2f/46/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d_create_runtime_spdx.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst (FetchError(\"URL doesn't work\", 'file://b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://b9/3b/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5_image_complete.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://17/c0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/9b/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5_package_write_rpm.tar.zst\nDEBUG: Using  for 0e/63/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54_package.tar.zst\nDEBUG: Using  for universal/9d/82/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d_create_spdx.tar.zst\nDEBUG: Using  for fb/e7/sstate:libxft-native::2.3.8:r0::11:fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84_populate_lic.tar.zst\nDEBUG: Using  for c1/45/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2f/46/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://45/ba/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379_packagedata.tar.zst\nDEBUG: Searching for 17/c0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0b/9b/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://0e/63/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54_package.tar.zst\nDEBUG: Testing URL file://universal/9d/82/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d_create_spdx.tar.zst\nDEBUG: Testing URL file://fb/e7/sstate:libxft-native::2.3.8:r0::11:fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84_populate_lic.tar.zst\nDEBUG: Testing URL file://c1/45/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78_recipe_qa.tar.zst\nDEBUG: For url file://2f/46/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/46/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A11%3A2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d_create_runtime_spdx.tar.zst;downloadfilename=2f/46/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d_create_runtime_spdx.tar.zst\nDEBUG: Searching for 45/ba/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 17/c0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0b/9b/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0e/63/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/9d/82/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fb/e7/sstate:libxft-native::2.3.8:r0::11:fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c1/45/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 45/ba/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379_packagedata.tar.zst\nDEBUG: Testing URL file://17/c0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/16/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0a1605237de8b4a74d6aef1f2601be8bd620549d3def2a2e19155e67061f742b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0b/9b/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/46/89/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:11:4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617_create_spdx.tar.zst\nDEBUG: For url file://0e/63/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/63/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A11%3A0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54_package.tar.zst;downloadfilename=0e/63/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54_package.tar.zst\nDEBUG: For url file://universal/9d/82/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9d/82/sstate%3Alibxcursor-native%3Ax86_64-linux%3A1.2.1%3Ar0%3Ax86_64%3A11%3A9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d_create_spdx.tar.zst;downloadfilename=universal/9d/82/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d_create_spdx.tar.zst\nDEBUG: For url file://fb/e7/sstate:libxft-native::2.3.8:r0::11:fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/e7/sstate%3Alibxft-native%3A%3A2.3.8%3Ar0%3A%3A11%3Afbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84_populate_lic.tar.zst;downloadfilename=fb/e7/sstate:libxft-native::2.3.8:r0::11:fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84_populate_lic.tar.zst\nDEBUG: For url file://c1/45/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/45/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A11%3Ac145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78_recipe_qa.tar.zst;downloadfilename=c1/45/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78_recipe_qa.tar.zst\nDEBUG: Testing URL file://45/ba/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379_packagedata.tar.zst\nDEBUG: For url ['file', '', '17/c0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ab/30/sstate:nettle-native::3.9.1:r0::11:ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0b/9b/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8b/e9/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1_package.tar.zst\nDEBUG: For url ['file', '', '45/ba/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://79/91/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a_recipe_qa.tar.zst\nDEBUG: For url file://17/c0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/c0/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A11%3A17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0_create_runtime_spdx.tar.zst;downloadfilename=17/c0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0_create_runtime_spdx.tar.zst\nDEBUG: Searching for ab/30/sstate:nettle-native::3.9.1:r0::11:ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0b/9b/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/9b/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.14.2%3Ar0%3Acore2-64%3A11%3A0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5_package_write_rpm.tar.zst;downloadfilename=0b/9b/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5_package_write_rpm.tar.zst\nDEBUG: Searching for 8b/e9/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://45/ba/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/ba/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A11%3A45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379_packagedata.tar.zst;downloadfilename=45/ba/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/bd/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95_package.tar.zst\nDEBUG: Using  for ab/30/sstate:nettle-native::3.9.1:r0::11:ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fd/48/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://39/23/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2_package_qa.tar.zst\nDEBUG: Using  for 8b/e9/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1_package.tar.zst\nDEBUG: Searching for c5/bd/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ab/30/sstate:nettle-native::3.9.1:r0::11:ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://41/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://90/42/sstate:libxcomposite-native::0.4.6:r0::11:9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad_populate_lic.tar.zst\nDEBUG: Testing URL file://8b/e9/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1_package.tar.zst\nDEBUG: Using  for c5/bd/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95_package.tar.zst\nDEBUG: For url ['file', '', 'ab/30/sstate:nettle-native::3.9.1:r0::11:ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 41/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 90/42/sstate:libxcomposite-native::0.4.6:r0::11:9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8b/e9/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c5/bd/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95_package.tar.zst\nDEBUG: For url file://ab/30/sstate:nettle-native::3.9.1:r0::11:ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/30/sstate%3Anettle-native%3A%3A3.9.1%3Ar0%3A%3A11%3Aab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8_populate_lic.tar.zst;downloadfilename=ab/30/sstate:nettle-native::3.9.1:r0::11:ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8_populate_lic.tar.zst\nDEBUG: Using  for 41/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 90/42/sstate:libxcomposite-native::0.4.6:r0::11:9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad_populate_lic.tar.zst\nDEBUG: For url file://8b/e9/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/e9/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A11%3A8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1_package.tar.zst;downloadfilename=8b/e9/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1_package.tar.zst\nDEBUG: For url ['file', '', 'c5/bd/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://41/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://90/42/sstate:libxcomposite-native::0.4.6:r0::11:9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9d/82/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/63/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:0e6388d0127c478082d40344190c181ef5babcf56bf146d18bedc686e90dee54_package.tar.zst\nDEBUG: For url file://c5/bd/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/bd/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Ac5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95_package.tar.zst;downloadfilename=c5/bd/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95_package.tar.zst\nDEBUG: For url ['file', '', '41/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fb/e7/sstate:libxft-native::2.3.8:r0::11:fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://17/c0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '90/42/sstate:libxcomposite-native::0.4.6:r0::11:9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c1/45/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/88/e7/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/7c/sstate:libpcap::1.10.4:r0::11:3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76_populate_lic.tar.zst\nDEBUG: For url file://41/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/69/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A11%3A416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923_deploy_source_date_epoch.tar.zst;downloadfilename=41/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/25/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ae/4b/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16_populate_sysroot.tar.zst\nDEBUG: For url file://90/42/sstate:libxcomposite-native::0.4.6:r0::11:9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/42/sstate%3Alibxcomposite-native%3A%3A0.4.6%3Ar0%3A%3A11%3A9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad_populate_lic.tar.zst;downloadfilename=90/42/sstate:libxcomposite-native::0.4.6:r0::11:9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f5/6e/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc_recipe_qa.tar.zst\nDEBUG: Searching for universal/88/e7/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3b/7c/sstate:libpcap::1.10.4:r0::11:3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8a/25/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ae/4b/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/f5/6e/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/88/e7/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://45/ba/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379_packagedata.tar.zst\nDEBUG: Using  for 3b/7c/sstate:libpcap::1.10.4:r0::11:3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76_populate_lic.tar.zst\nDEBUG: Using  for 8a/25/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef_package_write_rpm.tar.zst\nDEBUG: Using  for universal/ae/4b/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16_populate_sysroot.tar.zst\nDEBUG: Using  for universal/f5/6e/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/88/e7/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://06/a3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3b/7c/sstate:libpcap::1.10.4:r0::11:3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76_populate_lic.tar.zst\nDEBUG: Testing URL file://8a/25/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/ae/4b/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/f5/6e/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/88/e7/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 06/a3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3b/7c/sstate:libpcap::1.10.4:r0::11:3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8a/25/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ae/4b/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/f5/6e/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/88/e7/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/88/e7/sstate%3Alibidn2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A11%3A88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1_create_spdx.tar.zst;downloadfilename=universal/88/e7/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1_create_spdx.tar.zst\nDEBUG: Using  for 06/a3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3b/7c/sstate:libpcap::1.10.4:r0::11:3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/7c/sstate%3Alibpcap%3A%3A1.10.4%3Ar0%3A%3A11%3A3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76_populate_lic.tar.zst;downloadfilename=3b/7c/sstate:libpcap::1.10.4:r0::11:3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76_populate_lic.tar.zst\nDEBUG: For url file://8a/25/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/25/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef_package_write_rpm.tar.zst;downloadfilename=8a/25/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef_package_write_rpm.tar.zst\nDEBUG: For url file://universal/ae/4b/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/4b/sstate%3Alibxml-parser-perl-native%3Ax86_64-linux%3A2.46%3Ar0%3Ax86_64%3A11%3Aae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16_populate_sysroot.tar.zst;downloadfilename=universal/ae/4b/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16_populate_sysroot.tar.zst\nDEBUG: For url file://universal/f5/6e/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f5/6e/sstate%3Apango-native%3Ax86_64-linux%3A1.51.0%3Ar0%3Ax86_64%3A11%3Af56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc_recipe_qa.tar.zst;downloadfilename=universal/f5/6e/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc_recipe_qa.tar.zst\nDEBUG: Testing URL file://06/a3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://19/a9/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:11:19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/30/sstate:nettle-native::3.9.1:r0::11:ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/e9/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be968ba38e4f9d4f0e1894a8c9eed63ccd625ba0b4831a33a975e97efafebf1_package.tar.zst\nDEBUG: For url ['file', '', '06/a3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c5/bd/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:c5bd3414a14fec78b51f5811b7a78d429041ba37cecc254e7b23c8db0fba3e95_package.tar.zst\nDEBUG: SState: Successful fetch test for file://41/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:416902874bde436fbea9c1ea4c5f140c7c911eb8f6e74c0b1f22eacd5bc41923_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/5d/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df_package.tar.zst\nDEBUG: SState: Attempting to fetch file://99/14/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://40/e5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://06/a3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/a3/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst;downloadfilename=06/a3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://85/16/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22_package.tar.zst\nDEBUG: SState: Attempting to fetch file://46/91/sstate:libfm-extra::1.3.2:r0::11:46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf_populate_lic.tar.zst\nDEBUG: Searching for 6c/5d/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 99/14/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 40/e5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 85/16/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://58/e4/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:58e42af343faecc10988096a446e426fca2c9ad30bf173065ce6ab7b9cecab8e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://90/42/sstate:libxcomposite-native::0.4.6:r0::11:9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad_populate_lic.tar.zst\nDEBUG: Searching for 46/91/sstate:libfm-extra::1.3.2:r0::11:46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6c/5d/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df_package.tar.zst\nDEBUG: Using  for 99/14/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125_package_qa.tar.zst\nDEBUG: Using  for 40/e5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 85/16/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/f9/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53_package.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/2b/sstate:libjpeg-turbo::3.0.1:r0::11:cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee_populate_lic.tar.zst\nDEBUG: Using  for 46/91/sstate:libfm-extra::1.3.2:r0::11:46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf_populate_lic.tar.zst\nDEBUG: Testing URL file://6c/5d/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df_package.tar.zst\nDEBUG: Testing URL file://99/14/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125_package_qa.tar.zst\nDEBUG: Testing URL file://40/e5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://85/16/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22_package.tar.zst\nDEBUG: Searching for 6f/f9/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cf/2b/sstate:libjpeg-turbo::3.0.1:r0::11:cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://46/91/sstate:libfm-extra::1.3.2:r0::11:46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6c/5d/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '99/14/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '40/e5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '85/16/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6f/f9/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53_package.tar.zst\nDEBUG: Using  for cf/2b/sstate:libjpeg-turbo::3.0.1:r0::11:cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee_populate_lic.tar.zst\nDEBUG: For url ['file', '', '46/91/sstate:libfm-extra::1.3.2:r0::11:46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6c/5d/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/5d/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.13%3Ar0%3Acore2-64%3A11%3A6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df_package.tar.zst;downloadfilename=6c/5d/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/88/e7/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1_create_spdx.tar.zst\nDEBUG: For url file://99/14/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/14/sstate%3Alibnewt%3Acore2-64-poky-linux%3A0.52.24%3Ar0%3Acore2-64%3A11%3A991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125_package_qa.tar.zst;downloadfilename=99/14/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/7c/sstate:libpcap::1.10.4:r0::11:3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76_populate_lic.tar.zst\nDEBUG: For url file://40/e5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/e5/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A11%3A40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971_deploy_source_date_epoch.tar.zst;downloadfilename=40/e5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://85/16/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/16/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22_package.tar.zst;downloadfilename=85/16/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22_package.tar.zst\nDEBUG: Testing URL file://6f/f9/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53_package.tar.zst\nDEBUG: Testing URL file://cf/2b/sstate:libjpeg-turbo::3.0.1:r0::11:cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee_populate_lic.tar.zst\nDEBUG: For url file://46/91/sstate:libfm-extra::1.3.2:r0::11:46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/91/sstate%3Alibfm-extra%3A%3A1.3.2%3Ar0%3A%3A11%3A46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf_populate_lic.tar.zst;downloadfilename=46/91/sstate:libfm-extra::1.3.2:r0::11:46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://99/d2/sstate:gmp-native::6.3.0:r0::11:99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://68/e6/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/25/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ae/4b/sstate:libxml-parser-perl-native:x86_64-linux:2.46:r0:x86_64:11:ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f5/6e/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6f/f9/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cf/2b/sstate:libjpeg-turbo::3.0.1:r0::11:cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://06/a3/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:06a311bd0d2771d6a574c04e2f4fef6e14ff252a2fade69a03215b847588c3b9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 99/d2/sstate:gmp-native::6.3.0:r0::11:99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 68/e6/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/a8/c2/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/6e/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/b9/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61_package.tar.zst\nDEBUG: For url file://6f/f9/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/f9/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.1%3Ar0%3Acore2-64%3A11%3A6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53_package.tar.zst;downloadfilename=6f/f9/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53_package.tar.zst\nDEBUG: For url file://cf/2b/sstate:libjpeg-turbo::3.0.1:r0::11:cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/2b/sstate%3Alibjpeg-turbo%3A%3A3.0.1%3Ar0%3A%3A11%3Acf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee_populate_lic.tar.zst;downloadfilename=cf/2b/sstate:libjpeg-turbo::3.0.1:r0::11:cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fc/6f/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb_populate_sysroot.tar.zst\nDEBUG: Using  for 99/d2/sstate:gmp-native::6.3.0:r0::11:99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251_populate_lic.tar.zst\nDEBUG: Using  for 68/e6/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec_package_write_rpm.tar.zst\nDEBUG: Searching for universal/a8/c2/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ce/6e/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c8/b9/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fc/6f/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://99/d2/sstate:gmp-native::6.3.0:r0::11:99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251_populate_lic.tar.zst\nDEBUG: Testing URL file://68/e6/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec_package_write_rpm.tar.zst\nDEBUG: Using  for universal/a8/c2/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://99/14/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125_package_qa.tar.zst\nDEBUG: Using  for ce/6e/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0_recipe_qa.tar.zst\nDEBUG: Using  for c8/b9/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61_package.tar.zst\nDEBUG: Using  for universal/fc/6f/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '99/d2/sstate:gmp-native::6.3.0:r0::11:99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '68/e6/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/a8/c2/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/28/92/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d_recipe_qa.tar.zst\nDEBUG: Testing URL file://ce/6e/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0_recipe_qa.tar.zst\nDEBUG: Testing URL file://c8/b9/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61_package.tar.zst\nDEBUG: Testing URL file://universal/fc/6f/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb_populate_sysroot.tar.zst\nDEBUG: For url file://99/d2/sstate:gmp-native::6.3.0:r0::11:99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/d2/sstate%3Agmp-native%3A%3A6.3.0%3Ar0%3A%3A11%3A99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251_populate_lic.tar.zst;downloadfilename=99/d2/sstate:gmp-native::6.3.0:r0::11:99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251_populate_lic.tar.zst\nDEBUG: For url file://68/e6/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/e6/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A11%3A68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec_package_write_rpm.tar.zst;downloadfilename=68/e6/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/a8/c2/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/28/92/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ce/6e/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c8/b9/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fc/6f/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a8/c2/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a8/c2/sstate%3Alibmodulemd-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A11%3Aa8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca_populate_sysroot.tar.zst;downloadfilename=universal/a8/c2/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://40/e5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:40e5d3d9fd41aad81f4888202c434755f7e3fb82d5b8349e809739a4912bc971_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/46/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:11:2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/28/92/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://85/16/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:85162f8f3b547a8f5f69ec38c5d1e7152a535b7cb69a5ab709681e2bed000a22_package.tar.zst\nDEBUG: For url file://ce/6e/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/6e/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ace6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0_recipe_qa.tar.zst;downloadfilename=ce/6e/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0_recipe_qa.tar.zst\nDEBUG: For url file://c8/b9/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/b9/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A11%3Ac8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61_package.tar.zst;downloadfilename=c8/b9/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61_package.tar.zst\nDEBUG: For url file://universal/fc/6f/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fc/6f/sstate%3Apython3-flit-core-native%3Ax86_64-linux%3A3.9.0%3Ar0%3Ax86_64%3A11%3Afc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb_populate_sysroot.tar.zst;downloadfilename=universal/fc/6f/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/31/c5/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://46/91/sstate:libfm-extra::1.3.2:r0::11:46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://90/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/28/92/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://42/57/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/f9/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:6ff9c56dedfa8003637941922ec5808e024a28dceee681b2263dde1b61fbaa53_package.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/2b/sstate:libjpeg-turbo::3.0.1:r0::11:cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee_populate_lic.tar.zst\nDEBUG: Searching for universal/31/c5/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/24/13/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3_recipe_qa.tar.zst\nDEBUG: Searching for 90/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/28/92/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 42/57/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://3c/4f/sstate:m4::1.4.19:r0::11:3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/02/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87_package_write_rpm.tar.zst\nDEBUG: Using  for universal/31/c5/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/24/13/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 90/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69_recipe_qa.tar.zst\nDEBUG: For url file://universal/28/92/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/28/92/sstate%3Asqlite3-native%3Ax86_64-linux%3A3.44.2%3Ar0%3Ax86_64%3A11%3A28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d_recipe_qa.tar.zst;downloadfilename=universal/28/92/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d_recipe_qa.tar.zst\nDEBUG: Using  for 42/57/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf_populate_sysroot.tar.zst\nDEBUG: Searching for 3c/4f/sstate:m4::1.4.19:r0::11:3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b3/02/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/31/c5/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/24/13/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3_recipe_qa.tar.zst\nDEBUG: Testing URL file://90/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69_recipe_qa.tar.zst\nDEBUG: Testing URL file://42/57/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf_populate_sysroot.tar.zst\nDEBUG: Using  for 3c/4f/sstate:m4::1.4.19:r0::11:3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://99/d2/sstate:gmp-native::6.3.0:r0::11:99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251_populate_lic.tar.zst\nDEBUG: Using  for b3/02/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/31/c5/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/24/13/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '90/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '42/57/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3c/4f/sstate:m4::1.4.19:r0::11:3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/76/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c_recipe_qa.tar.zst\nDEBUG: Testing URL file://b3/02/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87_package_write_rpm.tar.zst\nDEBUG: For url file://universal/31/c5/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/c5/sstate%3Ashadow-native%3Ax86_64-linux%3A4.14.2%3Ar0%3Ax86_64%3A11%3A31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d_create_runtime_spdx.tar.zst;downloadfilename=universal/31/c5/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/24/13/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://90/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/60/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.10%3Ar0%3Acore2-64%3A11%3A9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69_recipe_qa.tar.zst;downloadfilename=90/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69_recipe_qa.tar.zst\nDEBUG: For url file://42/57/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/57/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.4%3Ar0%3Acore2-64%3A11%3A42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf_populate_sysroot.tar.zst;downloadfilename=42/57/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3c/4f/sstate:m4::1.4.19:r0::11:3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0d/76/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b3/02/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/24/13/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/13/sstate%3Apython3-pyproject-hooks-native%3Ax86_64-linux%3A1.0.0%3Ar0%3Ax86_64%3A11%3A2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3_recipe_qa.tar.zst;downloadfilename=universal/24/13/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://68/e6/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec_package_write_rpm.tar.zst\nDEBUG: For url file://3c/4f/sstate:m4::1.4.19:r0::11:3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/4f/sstate%3Am4%3A%3A1.4.19%3Ar0%3A%3A11%3A3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815_populate_lic.tar.zst;downloadfilename=3c/4f/sstate:m4::1.4.19:r0::11:3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/9b/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5_package_write_rpm.tar.zst\nDEBUG: Using  for 0d/76/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a8/c2/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:11:a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca_populate_sysroot.tar.zst\nDEBUG: For url file://b3/02/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/02/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A11%3Ab3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87_package_write_rpm.tar.zst;downloadfilename=b3/02/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/6e/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/09/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fc/6f/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://48/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/28/92/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d_recipe_qa.tar.zst\nDEBUG: Testing URL file://0d/76/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/4c/sstate:libxfixes::6.0.1:r0::11:5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/c3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970_package_write_rpm.tar.zst\nDEBUG: Searching for ac/09/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://40/0f/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6_package_qa.tar.zst\nDEBUG: Searching for 48/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://91/ba/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '0d/76/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5b/4c/sstate:libxfixes::6.0.1:r0::11:5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cb/c3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ac/09/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7_create_runtime_spdx.tar.zst\nDEBUG: Searching for 40/0f/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 48/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193_create_spdx.tar.zst\nDEBUG: Searching for 91/ba/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0d/76/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/76/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.13%3Ar0%3Acore2-64%3A11%3A0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c_recipe_qa.tar.zst;downloadfilename=0d/76/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c_recipe_qa.tar.zst\nDEBUG: Using  for 5b/4c/sstate:libxfixes::6.0.1:r0::11:5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a_populate_lic.tar.zst\nDEBUG: Using  for cb/c3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ac/09/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7_create_runtime_spdx.tar.zst\nDEBUG: Using  for 40/0f/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6_package_qa.tar.zst\nDEBUG: Testing URL file://48/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193_create_spdx.tar.zst\nDEBUG: Using  for 91/ba/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66_recipe_qa.tar.zst\nDEBUG: Testing URL file://5b/4c/sstate:libxfixes::6.0.1:r0::11:5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a_populate_lic.tar.zst\nDEBUG: Testing URL file://cb/c3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://42/57/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:42572e319e624ad1c4117e9552d037bbb8ef76583633e7ab4e85945fafb11adf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/31/c5/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://90/60/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ac/09/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://40/0f/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6_package_qa.tar.zst\nDEBUG: For url ['file', '', '48/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://91/ba/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5b/4c/sstate:libxfixes::6.0.1:r0::11:5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cb/c3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/ec/50/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://56/23/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://94/40/sstate:libmodulemd::2.15.0:r0::11:9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545_populate_lic.tar.zst\nDEBUG: For url file://ac/09/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/09/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A11%3Aac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7_create_runtime_spdx.tar.zst;downloadfilename=ac/09/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '40/0f/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://48/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/3d/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193_create_spdx.tar.zst;downloadfilename=48/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193_create_spdx.tar.zst\nDEBUG: For url ['file', '', '91/ba/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5b/4c/sstate:libxfixes::6.0.1:r0::11:5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/4c/sstate%3Alibxfixes%3A%3A6.0.1%3Ar0%3A%3A11%3A5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a_populate_lic.tar.zst;downloadfilename=5b/4c/sstate:libxfixes::6.0.1:r0::11:5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a_populate_lic.tar.zst\nDEBUG: For url file://cb/c3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/c3/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A11%3Acbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970_package_write_rpm.tar.zst;downloadfilename=cb/c3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970_package_write_rpm.tar.zst\nDEBUG: Searching for universal/ec/50/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 56/23/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 94/40/sstate:libmodulemd::2.15.0:r0::11:9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://40/0f/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/0f/sstate%3Anpth%3Acore2-64-poky-linux%3A1.6%3Ar0%3Acore2-64%3A11%3A400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6_package_qa.tar.zst;downloadfilename=40/0f/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/24/13/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/4f/sstate:m4::1.4.19:r0::11:3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815_populate_lic.tar.zst\nDEBUG: For url file://91/ba/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/ba/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.0.3%3Ar0%3Acore2-64%3A11%3A91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66_recipe_qa.tar.zst;downloadfilename=91/ba/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/02/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87_package_write_rpm.tar.zst\nDEBUG: Using  for universal/ec/50/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 56/23/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/76/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c_recipe_qa.tar.zst\nDEBUG: Using  for 94/40/sstate:libmodulemd::2.15.0:r0::11:9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/3d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://25/f5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/1e/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3_package.tar.zst\nDEBUG: Testing URL file://universal/ec/50/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://56/23/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://de/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec_packagedata.tar.zst\nDEBUG: Testing URL file://94/40/sstate:libmodulemd::2.15.0:r0::11:9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545_populate_lic.tar.zst\nDEBUG: Searching for ff/3d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 25/f5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c9/1e/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/ec/50/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '56/23/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for de/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '94/40/sstate:libmodulemd::2.15.0:r0::11:9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ff/3d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d_package_qa.tar.zst\nDEBUG: Using  for 25/f5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b_package.tar.zst\nDEBUG: Using  for c9/1e/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3_package.tar.zst\nDEBUG: For url file://universal/ec/50/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ec/50/sstate%3Avirglrenderer-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A11%3Aec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ec/50/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://56/23/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/23/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A11%3A5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1_package_write_rpm.tar.zst;downloadfilename=56/23/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1_package_write_rpm.tar.zst\nDEBUG: Using  for de/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec_packagedata.tar.zst\nDEBUG: For url file://94/40/sstate:libmodulemd::2.15.0:r0::11:9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/40/sstate%3Alibmodulemd%3A%3A2.15.0%3Ar0%3A%3A11%3A9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545_populate_lic.tar.zst;downloadfilename=94/40/sstate:libmodulemd::2.15.0:r0::11:9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545_populate_lic.tar.zst\nDEBUG: Testing URL file://ff/3d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d_package_qa.tar.zst\nDEBUG: Testing URL file://25/f5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b_package.tar.zst\nDEBUG: Testing URL file://c9/1e/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3_package.tar.zst\nDEBUG: Testing URL file://de/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://48/3d/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ff/3d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://5b/4c/sstate:libxfixes::6.0.1:r0::11:5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/c3/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '25/f5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c9/1e/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'de/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/6b/6f/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d_create_spdx.tar.zst\nDEBUG: For url file://ff/3d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/3d/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A11%3Aff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d_package_qa.tar.zst;downloadfilename=ff/3d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/0b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/b3/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9_create_spdx.tar.zst\nDEBUG: For url file://25/f5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/f5/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A11%3A25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b_package.tar.zst;downloadfilename=25/f5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b_package.tar.zst\nDEBUG: For url file://c9/1e/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/1e/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.11%3Ar0%3Acore2-64%3A11%3Ac91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3_package.tar.zst;downloadfilename=c9/1e/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3_package.tar.zst\nDEBUG: For url file://de/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/7f/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A11%3Ade7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec_packagedata.tar.zst;downloadfilename=de/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec_packagedata.tar.zst\nDEBUG: Searching for universal/6b/6f/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bd/0b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6d/b3/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://91/ba/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://40/0f/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6_package_qa.tar.zst\nDEBUG: Using  for universal/6b/6f/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d_create_spdx.tar.zst\nDEBUG: Using  for bd/0b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0_create_spdx.tar.zst\nDEBUG: Using  for 6d/b3/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://00/e4/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ec/50/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:11:ec5001cc82f4471e479cd63ffc85db58c6ae33973f055470fb496c3fe6aee5d7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://67/f2/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/6b/6f/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d_create_spdx.tar.zst\nDEBUG: Testing URL file://bd/0b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0_create_spdx.tar.zst\nDEBUG: Testing URL file://6d/b3/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9_create_spdx.tar.zst\nDEBUG: Searching for 00/e4/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://cd/86/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30_package.tar.zst\nDEBUG: Searching for 67/f2/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/6b/6f/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bd/0b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6d/b3/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 00/e4/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4_packagedata.tar.zst\nDEBUG: Searching for cd/86/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 67/f2/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e_package_write_rpm.tar.zst\nDEBUG: For url file://universal/6b/6f/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/6f/sstate%3Afontconfig-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A11%3A6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d_create_spdx.tar.zst;downloadfilename=universal/6b/6f/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d_create_spdx.tar.zst\nDEBUG: For url file://bd/0b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/0b/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.78.3%3Ar0%3Acore2-64%3A11%3Abd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0_create_spdx.tar.zst;downloadfilename=bd/0b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0_create_spdx.tar.zst\nDEBUG: For url file://6d/b3/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/b3/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3A6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9_create_spdx.tar.zst;downloadfilename=6d/b3/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9_create_spdx.tar.zst\nDEBUG: Testing URL file://00/e4/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4_packagedata.tar.zst\nDEBUG: Using  for cd/86/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30_package.tar.zst\nDEBUG: Testing URL file://67/f2/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://94/40/sstate:libmodulemd::2.15.0:r0::11:9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://56/23/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '00/e4/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://cd/86/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30_package.tar.zst\nDEBUG: For url ['file', '', '67/f2/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e4/ad/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/8f/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://00/e4/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/e4/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.67%3Ar0%3Acore2-64%3A11%3A00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4_packagedata.tar.zst;downloadfilename=00/e4/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4_packagedata.tar.zst\nDEBUG: For url ['file', '', 'cd/86/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://67/f2/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/f2/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A11%3A67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e_package_write_rpm.tar.zst;downloadfilename=67/f2/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e_package_write_rpm.tar.zst\nDEBUG: Searching for e4/ad/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8f/8f/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://cd/86/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/86/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Acd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30_package.tar.zst;downloadfilename=cd/86/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/3d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://25/f5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:25f5453d84ed97176cad1bcbf32b783dca63be369830b0d049e80f8b4060956b_package.tar.zst\nDEBUG: Using  for e4/ad/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e_populate_sysroot.tar.zst\nDEBUG: Using  for 8f/8f/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b4/fa/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/d6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://de/7f/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec_packagedata.tar.zst\nDEBUG: Testing URL file://e4/ad/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8f/8f/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/b4/fa/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a8/d6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://39/6a/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e4/ad/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8f/8f/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b4/fa/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a8/d6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8_create_runtime_spdx.tar.zst\nDEBUG: Searching for 39/6a/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e4/ad/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/ad/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A11%3Ae4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e_populate_sysroot.tar.zst;downloadfilename=e4/ad/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e_populate_sysroot.tar.zst\nDEBUG: For url file://8f/8f/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/8f/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3_deploy_source_date_epoch.tar.zst;downloadfilename=8f/8f/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b4/fa/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a8/d6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8_create_runtime_spdx.tar.zst\nDEBUG: Using  for 39/6a/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/b4/fa/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a8/d6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://39/6a/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6b/6f/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:11:6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d_create_spdx.tar.zst\nDEBUG: For url file://universal/b4/fa/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b4/fa/sstate%3Areadline-native%3Ax86_64-linux%3A8.2%3Ar0%3Ax86_64%3A11%3Ab4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b4/fa/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a8/d6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/d6/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3Aa8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8_create_runtime_spdx.tar.zst;downloadfilename=a8/d6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '39/6a/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/b1/0d/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c_create_runtime_spdx.tar.zst\nDEBUG: For url file://39/6a/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/6a/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A11%3A396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae_packagedata.tar.zst;downloadfilename=39/6a/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae_packagedata.tar.zst\nDEBUG: Searching for universal/b1/0d/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://00/e4/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/86/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:cd86db7036bf5895f0915d731175c2c1ea0b4eb704e7dc02863cb31843bb3e30_package.tar.zst\nDEBUG: Using  for universal/b1/0d/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://92/6e/sstate:startup-notification::0.12:r0::11:926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://67/f2/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://29/e3/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/b1/0d/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c_create_runtime_spdx.tar.zst\nDEBUG: Searching for 92/6e/sstate:startup-notification::0.12:r0::11:926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://dd/ee/sstate:python3-flit-core-native::3.9.0:r0::11:ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1_populate_lic.tar.zst\nDEBUG: Searching for 29/e3/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/b1/0d/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 92/6e/sstate:startup-notification::0.12:r0::11:926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8_populate_lic.tar.zst\nDEBUG: Searching for dd/ee/sstate:python3-flit-core-native::3.9.0:r0::11:ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 29/e3/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c_populate_sysroot.tar.zst\nDEBUG: For url file://universal/b1/0d/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b1/0d/sstate%3Axz-native%3Ax86_64-linux%3A5.4.5%3Ar0%3Ax86_64%3A11%3Ab10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c_create_runtime_spdx.tar.zst;downloadfilename=universal/b1/0d/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://92/6e/sstate:startup-notification::0.12:r0::11:926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8_populate_lic.tar.zst\nDEBUG: Using  for dd/ee/sstate:python3-flit-core-native::3.9.0:r0::11:ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1_populate_lic.tar.zst\nDEBUG: Testing URL file://29/e3/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '92/6e/sstate:startup-notification::0.12:r0::11:926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://dd/ee/sstate:python3-flit-core-native::3.9.0:r0::11:ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/09/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '29/e3/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://92/6e/sstate:startup-notification::0.12:r0::11:926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/6e/sstate%3Astartup-notification%3A%3A0.12%3Ar0%3A%3A11%3A926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8_populate_lic.tar.zst;downloadfilename=92/6e/sstate:startup-notification::0.12:r0::11:926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'dd/ee/sstate:python3-flit-core-native::3.9.0:r0::11:ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0b/dc/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395_populate_sysroot.tar.zst\nDEBUG: For url file://29/e3/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/e3/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.189%3Ar0%3Acore2-64%3A11%3A29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c_populate_sysroot.tar.zst;downloadfilename=29/e3/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c_populate_sysroot.tar.zst\nDEBUG: For url file://dd/ee/sstate:python3-flit-core-native::3.9.0:r0::11:ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/ee/sstate%3Apython3-flit-core-native%3A%3A3.9.0%3Ar0%3A%3A11%3Addee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1_populate_lic.tar.zst;downloadfilename=dd/ee/sstate:python3-flit-core-native::3.9.0:r0::11:ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1_populate_lic.tar.zst\nDEBUG: Searching for 0b/dc/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8f/8f/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:8f8f8d1c27d052b265b72ae693007d2fbcdd90138a28ddb9ace634c266b12ce3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0b/dc/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/b9/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:c8b9cfd5308a0d81809b0ef9b99d4a4f8428c92649b7e77a63af6115ee103e61_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/a5/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://0b/dc/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/bd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52_recipe_qa.tar.zst\nDEBUG: Searching for e7/a5/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0b/dc/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8e/bd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e7/a5/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1_create_runtime_spdx.tar.zst\nDEBUG: For url file://0b/dc/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/dc/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A11%3A0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395_populate_sysroot.tar.zst;downloadfilename=0b/dc/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395_populate_sysroot.tar.zst\nDEBUG: Using  for 8e/bd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52_recipe_qa.tar.zst\nDEBUG: Testing URL file://e7/a5/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8e/bd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e7/a5/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/b4/fa/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:b4fa42660108885dd2a48c040af24b4818c5284b80c056e7e66689b312b6e0c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://39/6a/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae_packagedata.tar.zst\nDEBUG: For url ['file', '', '8e/bd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e7/a5/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/a5/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.6%3Ar0%3Acore2-64%3A11%3Ae7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1_create_runtime_spdx.tar.zst;downloadfilename=e7/a5/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://42/6f/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/53/97/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349_create_spdx.tar.zst\nDEBUG: For url file://8e/bd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/bd/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52_recipe_qa.tar.zst;downloadfilename=8e/bd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52_recipe_qa.tar.zst\nDEBUG: Searching for 42/6f/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/53/97/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 42/6f/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17_package_qa.tar.zst\nDEBUG: Using  for universal/53/97/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b1/0d/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://92/6e/sstate:startup-notification::0.12:r0::11:926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8_populate_lic.tar.zst\nDEBUG: Testing URL file://42/6f/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17_package_qa.tar.zst\nDEBUG: Testing URL file://universal/53/97/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/e8/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://89/d7/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf_package_qa.tar.zst\nDEBUG: For url ['file', '', '42/6f/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/53/97/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e3/e8/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 89/d7/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://42/6f/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/6f/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17_package_qa.tar.zst;downloadfilename=42/6f/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17_package_qa.tar.zst\nDEBUG: For url file://universal/53/97/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/97/sstate%3Afile-native%3Ax86_64-linux%3A5.45%3Ar0%3Ax86_64%3A11%3A53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349_create_spdx.tar.zst;downloadfilename=universal/53/97/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349_create_spdx.tar.zst\nDEBUG: Using  for e3/e8/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e_packagedata.tar.zst\nDEBUG: Using  for 89/d7/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf_package_qa.tar.zst\nDEBUG: Testing URL file://e3/e8/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e_packagedata.tar.zst\nDEBUG: Testing URL file://89/d7/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e3/e8/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '89/d7/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dd/ee/sstate:python3-flit-core-native::3.9.0:r0::11:ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1_populate_lic.tar.zst\nDEBUG: For url file://e3/e8/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/e8/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A11%3Ae3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e_packagedata.tar.zst;downloadfilename=e3/e8/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e_packagedata.tar.zst\nDEBUG: For url file://89/d7/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/d7/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.2.0%3Ar0%3Acore2-64%3A11%3A89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf_package_qa.tar.zst;downloadfilename=89/d7/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3a/f1/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/3a/f1/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/3a/f1/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/dc/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:0bdc5f99e378fb231d33514228167e64ad461e7348cd719b11103e4a8328d395_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/3a/f1/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/fd/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/3a/f1/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3c/fd/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/3a/f1/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3a/f1/sstate%3Alibxml-sax-perl-native%3Ax86_64-linux%3A1.02%3Ar0%3Ax86_64%3A11%3A3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/3a/f1/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3c/fd/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8_create_spdx.tar.zst\nDEBUG: Testing URL file://3c/fd/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3c/fd/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://8e/bd/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:11:8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52_recipe_qa.tar.zst\nDEBUG: For url file://3c/fd/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/fd/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8_create_spdx.tar.zst;downloadfilename=3c/fd/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://53/d8/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569_package_qa.tar.zst\nDEBUG: Searching for 53/d8/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 53/d8/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569_package_qa.tar.zst\nDEBUG: Testing URL file://53/d8/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569_package_qa.tar.zst\nDEBUG: For url ['file', '', '53/d8/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://53/d8/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/d8/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569_package_qa.tar.zst;downloadfilename=53/d8/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://42/6f/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/97/sstate:file-native:x86_64-linux:5.45:r0:x86_64:11:53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://47/2d/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://11/2c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2_create_runtime_spdx.tar.zst\nDEBUG: Searching for 47/2d/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 11/2c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 47/2d/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148_populate_sysroot.tar.zst\nDEBUG: Using  for 11/2c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://47/2d/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148_populate_sysroot.tar.zst\nDEBUG: Testing URL file://11/2c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '47/2d/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '11/2c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://47/2d/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/2d/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.33.2%3Ar0%3Acore2-64%3A11%3A472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148_populate_sysroot.tar.zst;downloadfilename=47/2d/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148_populate_sysroot.tar.zst\nDEBUG: For url file://11/2c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/2c/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.0.3%3Ar0%3Acore2-64%3A11%3A112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2_create_runtime_spdx.tar.zst;downloadfilename=11/2c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://89/d7/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/e8/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/f2/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://21/5d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b_package.tar.zst\nDEBUG: Searching for 4d/f2/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 21/5d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4d/f2/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c_create_spdx.tar.zst\nDEBUG: Using  for 21/5d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b_package.tar.zst\nDEBUG: Testing URL file://4d/f2/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c_create_spdx.tar.zst\nDEBUG: Testing URL file://21/5d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b_package.tar.zst\nDEBUG: For url ['file', '', '4d/f2/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '21/5d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4d/f2/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/f2/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.5.3%3Ar0%3Acore2-64%3A11%3A4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c_create_spdx.tar.zst;downloadfilename=4d/f2/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c_create_spdx.tar.zst\nDEBUG: For url file://21/5d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/5d/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A11%3A215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b_package.tar.zst;downloadfilename=21/5d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3a/f1/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:3af18ab01b27c7a274ea7bd079c94e406353133f93a93ba72dcb9fd57021bc7e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://69/76/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153_recipe_qa.tar.zst\nDEBUG: Searching for 69/76/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3c/fd/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8_create_spdx.tar.zst\nDEBUG: Using  for 69/76/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/69/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41_populate_sysroot.tar.zst\nDEBUG: Testing URL file://69/76/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153_recipe_qa.tar.zst\nDEBUG: Searching for ab/69/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '69/76/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ab/69/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41_populate_sysroot.tar.zst\nDEBUG: For url file://69/76/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/76/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153_recipe_qa.tar.zst;downloadfilename=69/76/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/69/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ab/69/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ab/69/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/69/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Aab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41_populate_sysroot.tar.zst;downloadfilename=ab/69/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://53/d8/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/a4/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for eb/a4/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for eb/a4/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://47/2d/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:472d612dbc28b03eefdc5ff9b8f2c2e49020336ba8b1eab224ecc284e8a17148_populate_sysroot.tar.zst\nDEBUG: Testing URL file://eb/a4/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/56/de/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'eb/a4/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/56/de/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://eb/a4/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/a4/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20230416%3Ar0%3Acore2-64%3A11%3Aeba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027_deploy_source_date_epoch.tar.zst;downloadfilename=eb/a4/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/56/de/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/56/de/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/56/de/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/56/de/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/56/de/sstate%3Agconf-native%3Ax86_64-linux%3A3.2.6%3Ar0%3Ax86_64%3A11%3A56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23_deploy_source_date_epoch.tar.zst;downloadfilename=universal/56/de/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://21/5d/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:215d3b236dd92c1cec71ddac47f780976b7653b7e4bc4c55f8f9bbea4099485b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4a/94/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/4a/94/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/4a/94/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/4a/94/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/4a/94/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4a/94/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4a/94/sstate%3Agtk-doc-native%3Ax86_64-linux%3A1.33.2%3Ar0%3Ax86_64%3A11%3A4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92_create_runtime_spdx.tar.zst;downloadfilename=universal/4a/94/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://69/76/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://20/56/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab_package_qa.tar.zst\nDEBUG: Searching for 20/56/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 20/56/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab_package_qa.tar.zst\nDEBUG: Testing URL file://20/56/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab_package_qa.tar.zst\nDEBUG: For url ['file', '', '20/56/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://20/56/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/56/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A11%3A20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab_package_qa.tar.zst;downloadfilename=20/56/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/69/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:ab69a75f044888a0510560f2cb776688874c8b1b74178b0dcc14a995e4b4bb41_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/b3/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://93/88/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://20/76/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51_package.tar.zst\nDEBUG: Searching for 93/88/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 20/76/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 93/88/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58_recipe_qa.tar.zst\nDEBUG: Using  for 20/76/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51_package.tar.zst\nDEBUG: Testing URL file://93/88/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58_recipe_qa.tar.zst\nDEBUG: Testing URL file://20/76/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51_package.tar.zst\nDEBUG: For url ['file', '', '93/88/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '20/76/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://93/88/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/88/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.11%3Ar0%3Acore2-64%3A11%3A9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58_recipe_qa.tar.zst;downloadfilename=93/88/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58_recipe_qa.tar.zst\nDEBUG: For url file://20/76/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/76/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51_package.tar.zst;downloadfilename=20/76/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51_package.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/a4/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:eba4de18be6e4e2a8475f2357572dc44c9aa441190ee0a02eeb5516be2935027_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/9f/sstate:qemu-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: Searching for 8c/9f/sstate:qemu-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8c/9f/sstate:qemu-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: Testing URL file://8c/9f/sstate:qemu-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8c/9f/sstate:qemu-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8c/9f/sstate:qemu-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/9f/sstate%3Aqemu-native%3A%3A8.2.0%3Ar0%3A%3A11%3A8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst;downloadfilename=8c/9f/sstate:qemu-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/56/de/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:56de2d842150346ba3a0cb9a8b2f26a046aaa117ab366aebb952d949cba4af23_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/d6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/11/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/1d/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb_recipe_qa.tar.zst\nDEBUG: Searching for a6/11/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a9/1d/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a6/11/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d_create_runtime_spdx.tar.zst\nDEBUG: Using  for a9/1d/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb_recipe_qa.tar.zst\nDEBUG: Testing URL file://a6/11/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a9/1d/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a6/11/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a9/1d/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a6/11/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/11/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A11%3Aa611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d_create_runtime_spdx.tar.zst;downloadfilename=a6/11/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d_create_runtime_spdx.tar.zst\nDEBUG: For url file://a9/1d/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/1d/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Aa91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb_recipe_qa.tar.zst;downloadfilename=a9/1d/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4a/94/sstate:gtk-doc-native:x86_64-linux:1.33.2:r0:x86_64:11:4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/5b/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb_recipe_qa.tar.zst\nDEBUG: Searching for 5f/5b/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5f/5b/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb_recipe_qa.tar.zst\nDEBUG: Testing URL file://5f/5b/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5f/5b/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5f/5b/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/5b/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb_recipe_qa.tar.zst;downloadfilename=5f/5b/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/a5/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://20/56/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/53/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/73/sstate:libcap-native::2.69:r0::11:8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd_populate_lic.tar.zst\nDEBUG: Searching for 5c/53/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8f/73/sstate:libcap-native::2.69:r0::11:8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5c/53/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8f/73/sstate:libcap-native::2.69:r0::11:8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd_populate_lic.tar.zst\nDEBUG: Testing URL file://5c/53/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8f/73/sstate:libcap-native::2.69:r0::11:8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5c/53/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8f/73/sstate:libcap-native::2.69:r0::11:8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5c/53/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/53/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.44.2%3Ar0%3Acore2-64%3A11%3A5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb_create_runtime_spdx.tar.zst;downloadfilename=5c/53/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb_create_runtime_spdx.tar.zst\nDEBUG: For url file://8f/73/sstate:libcap-native::2.69:r0::11:8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/73/sstate%3Alibcap-native%3A%3A2.69%3Ar0%3A%3A11%3A8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd_populate_lic.tar.zst;downloadfilename=8f/73/sstate:libcap-native::2.69:r0::11:8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://93/88/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://20/76/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:20765079d50f7346403e72900678454531d1869adee32188f5dc64447201dc51_package.tar.zst\nDEBUG: SState: Attempting to fetch file://35/45/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/be/93/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0_populate_sysroot.tar.zst\nDEBUG: Searching for 35/45/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/be/93/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 35/45/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced_package_write_rpm.tar.zst\nDEBUG: Using  for universal/be/93/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://35/45/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/be/93/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '35/45/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/be/93/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://35/45/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/45/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A11%3A3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced_package_write_rpm.tar.zst;downloadfilename=35/45/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced_package_write_rpm.tar.zst\nDEBUG: For url file://universal/be/93/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/be/93/sstate%3Alibpng-native%3Ax86_64-linux%3A1.6.41%3Ar0%3Ax86_64%3A11%3Abe93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0_populate_sysroot.tar.zst;downloadfilename=universal/be/93/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/9f/sstate:qemu-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/0b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/54/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3a/33/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8e/54/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/3a/33/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8e/54/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b_recipe_qa.tar.zst\nDEBUG: Using  for universal/3a/33/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8e/54/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/3a/33/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8e/54/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/3a/33/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8e/54/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/54/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.20%3Ar0%3Acore2-64%3A11%3A8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b_recipe_qa.tar.zst;downloadfilename=8e/54/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b_recipe_qa.tar.zst\nDEBUG: For url file://universal/3a/33/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3a/33/sstate%3Alibxrender-native%3Ax86_64-linux%3A0.9.11%3Ar0%3Ax86_64%3A11%3A3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520_deploy_source_date_epoch.tar.zst;downloadfilename=universal/3a/33/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/1d/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://44/a0/sstate:binutils::2.41:r0::11:44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24_populate_lic.tar.zst\nDEBUG: Searching for 44/a0/sstate:binutils::2.41:r0::11:44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 44/a0/sstate:binutils::2.41:r0::11:44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24_populate_lic.tar.zst\nDEBUG: Testing URL file://44/a0/sstate:binutils::2.41:r0::11:44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24_populate_lic.tar.zst\nDEBUG: For url ['file', '', '44/a0/sstate:binutils::2.41:r0::11:44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://44/a0/sstate:binutils::2.41:r0::11:44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/a0/sstate%3Abinutils%3A%3A2.41%3Ar0%3A%3A11%3A44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24_populate_lic.tar.zst;downloadfilename=44/a0/sstate:binutils::2.41:r0::11:44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/73/sstate:libcap-native::2.69:r0::11:8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/5b/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/b6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://de/e2/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f_packagedata.tar.zst\nDEBUG: Searching for d0/b6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for de/e2/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d0/b6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e_package_write_rpm.tar.zst\nDEBUG: Using  for de/e2/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f_packagedata.tar.zst\nDEBUG: Testing URL file://d0/b6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://de/e2/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd0/b6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'de/e2/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d0/b6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/b6/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A11%3Ad0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e_package_write_rpm.tar.zst;downloadfilename=d0/b6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e_package_write_rpm.tar.zst\nDEBUG: For url file://de/e2/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/e2/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.4%3Ar0%3Acore2-64%3A11%3Adee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f_packagedata.tar.zst;downloadfilename=de/e2/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/53/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/be/93/sstate:libpng-native:x86_64-linux:1.6.41:r0:x86_64:11:be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://11/2c/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/27/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/56/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/78/5b/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/df/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://77/44/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827_packagedata.tar.zst\nDEBUG: Searching for b2/56/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/78/5b/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d9/df/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 77/44/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b2/56/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304_packagedata.tar.zst\nDEBUG: Using  for universal/78/5b/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d9/df/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c_packagedata.tar.zst\nDEBUG: Using  for 77/44/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827_packagedata.tar.zst\nDEBUG: Testing URL file://b2/56/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304_packagedata.tar.zst\nDEBUG: Testing URL file://universal/78/5b/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d9/df/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c_packagedata.tar.zst\nDEBUG: Testing URL file://77/44/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b2/56/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/78/5b/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd9/df/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '77/44/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b2/56/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/56/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3Ab2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304_packagedata.tar.zst;downloadfilename=b2/56/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304_packagedata.tar.zst\nDEBUG: For url file://universal/78/5b/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/78/5b/sstate%3Aautoconf-archive-native%3Ax86_64-linux%3A2023.02.20%3Ar0%3Ax86_64%3A11%3A785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf_deploy_source_date_epoch.tar.zst;downloadfilename=universal/78/5b/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d9/df/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/df/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A11%3Ad9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c_packagedata.tar.zst;downloadfilename=d9/df/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c_packagedata.tar.zst\nDEBUG: For url file://77/44/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/44/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.0%3Ar0%3Acore2-64%3A11%3A77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827_packagedata.tar.zst;downloadfilename=77/44/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/54/sstate:libcomps:core2-64-poky-linux:0.1.20:r0:core2-64:11:8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3a/33/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:3a33aa38f3d9ea4ce6755a1c9a7f49be5db52c582cd92049a6423ba0bf716520_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://44/a0/sstate:binutils::2.41:r0::11:44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/60/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://64/3a/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bf/63/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066_create_spdx.tar.zst\nDEBUG: Searching for universal/e6/60/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 64/3a/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/bf/63/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/e6/60/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205_create_spdx.tar.zst\nDEBUG: Using  for 64/3a/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8_create_spdx.tar.zst\nDEBUG: Using  for universal/bf/63/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/e6/60/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205_create_spdx.tar.zst\nDEBUG: Testing URL file://64/3a/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/bf/63/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e6/60/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '64/3a/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/bf/63/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e6/60/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/60/sstate%3Apython3-tomli-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A11%3Ae660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205_create_spdx.tar.zst;downloadfilename=universal/e6/60/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205_create_spdx.tar.zst\nDEBUG: For url file://64/3a/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/3a/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.41%3Ar0%3Acore2-64%3A11%3A643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8_create_spdx.tar.zst;downloadfilename=64/3a/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8_create_spdx.tar.zst\nDEBUG: For url file://universal/bf/63/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/63/sstate%3Ashadow-native%3Ax86_64-linux%3A4.14.2%3Ar0%3Ax86_64%3A11%3Abf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066_create_spdx.tar.zst;downloadfilename=universal/bf/63/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://de/e2/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7d/af/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/f2/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c_create_spdx.tar.zst\nDEBUG: Searching for universal/7d/af/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d7/0f/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f_create_spdx.tar.zst\nDEBUG: Using  for universal/7d/af/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc_create_spdx.tar.zst\nDEBUG: Searching for d7/0f/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/7d/af/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc_create_spdx.tar.zst\nDEBUG: Using  for d7/0f/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/7d/af/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d7/0f/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f_create_spdx.tar.zst\nDEBUG: For url file://universal/7d/af/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/af/sstate%3Apython3-build-native%3Ax86_64-linux%3A1.0.3%3Ar0%3Ax86_64%3A11%3A7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc_create_spdx.tar.zst;downloadfilename=universal/7d/af/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd7/0f/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d7/0f/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/0f/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3Ad70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f_create_spdx.tar.zst;downloadfilename=d7/0f/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/78/5b/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:785b6bde90043bcdf9ca0d53a9b6b1617d37ad6a53b149648d381d94f56d3daf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/56/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/df/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://77/44/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://75/45/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/02/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/ec/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ba/f7/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54_populate_sysroot.tar.zst\nDEBUG: Searching for 75/45/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6b/02/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f2/ec/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ba/f7/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 75/45/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400_package.tar.zst\nDEBUG: Using  for 6b/02/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f_package_qa.tar.zst\nDEBUG: Using  for f2/ec/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d_package_qa.tar.zst\nDEBUG: Using  for universal/ba/f7/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54_populate_sysroot.tar.zst\nDEBUG: Testing URL file://75/45/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400_package.tar.zst\nDEBUG: Testing URL file://6b/02/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f_package_qa.tar.zst\nDEBUG: Testing URL file://f2/ec/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d_package_qa.tar.zst\nDEBUG: Testing URL file://universal/ba/f7/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '75/45/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6b/02/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f2/ec/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ba/f7/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://75/45/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/45/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.10.0%3Ar0%3Acore2-64%3A11%3A7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400_package.tar.zst;downloadfilename=75/45/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400_package.tar.zst\nDEBUG: For url file://6b/02/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/02/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A11%3A6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f_package_qa.tar.zst;downloadfilename=6b/02/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f_package_qa.tar.zst\nDEBUG: For url file://f2/ec/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/ec/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3Af2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d_package_qa.tar.zst;downloadfilename=f2/ec/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d_package_qa.tar.zst\nDEBUG: For url file://universal/ba/f7/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/f7/sstate%3Aqemu-system-native%3Ax86_64-linux%3A8.2.0%3Ar0%3Ax86_64%3A11%3Abaf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54_populate_sysroot.tar.zst;downloadfilename=universal/ba/f7/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e6/60/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:11:e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bf/63/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://53/30/sstate:cantarell-fonts::0.303.1:r0::11:5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/e2/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16_package.tar.zst\nDEBUG: Searching for 53/30/sstate:cantarell-fonts::0.303.1:r0::11:5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e8/e2/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 53/30/sstate:cantarell-fonts::0.303.1:r0::11:5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a_populate_lic.tar.zst\nDEBUG: Using  for e8/e2/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16_package.tar.zst\nDEBUG: Testing URL file://53/30/sstate:cantarell-fonts::0.303.1:r0::11:5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a_populate_lic.tar.zst\nDEBUG: Testing URL file://e8/e2/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16_package.tar.zst\nDEBUG: For url ['file', '', '53/30/sstate:cantarell-fonts::0.303.1:r0::11:5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e8/e2/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://53/30/sstate:cantarell-fonts::0.303.1:r0::11:5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/30/sstate%3Acantarell-fonts%3A%3A0.303.1%3Ar0%3A%3A11%3A5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a_populate_lic.tar.zst;downloadfilename=53/30/sstate:cantarell-fonts::0.303.1:r0::11:5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a_populate_lic.tar.zst\nDEBUG: For url file://e8/e2/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/e2/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A11%3Ae8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16_package.tar.zst;downloadfilename=e8/e2/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7d/af/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/cf/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266_package.tar.zst\nDEBUG: SState: Successful fetch test for file://75/45/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:7545a54d52f96fb1be173985c9478882317e199a74dc2cc4fe6b05d359353400_package.tar.zst\nDEBUG: Searching for b9/cf/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/8f/9b/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c_create_spdx.tar.zst\nDEBUG: Using  for b9/cf/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266_package.tar.zst\nDEBUG: Searching for universal/8f/9b/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b9/cf/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266_package.tar.zst\nDEBUG: Using  for universal/8f/9b/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b9/cf/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/8f/9b/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c_create_spdx.tar.zst\nDEBUG: For url file://b9/cf/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/cf/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A11%3Ab9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266_package.tar.zst;downloadfilename=b9/cf/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266_package.tar.zst\nDEBUG: For url ['file', '', 'universal/8f/9b/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/8f/9b/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8f/9b/sstate%3Agdk-pixbuf-native%3Ax86_64-linux%3A2.42.10%3Ar0%3Ax86_64%3A11%3A8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c_create_spdx.tar.zst;downloadfilename=universal/8f/9b/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/02/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://45/97/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc_create_spdx.tar.zst\nDEBUG: Searching for 45/97/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 45/97/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc_create_spdx.tar.zst\nDEBUG: Testing URL file://45/97/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc_create_spdx.tar.zst\nDEBUG: For url ['file', '', '45/97/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://45/97/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/97/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A11%3A45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc_create_spdx.tar.zst;downloadfilename=45/97/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/ec/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/11/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/db/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://53/45/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa_create_spdx.tar.zst\nDEBUG: Searching for d3/db/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 53/45/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d3/db/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e_package_qa.tar.zst\nDEBUG: Using  for 53/45/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa_create_spdx.tar.zst\nDEBUG: Testing URL file://d3/db/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e_package_qa.tar.zst\nDEBUG: Testing URL file://53/45/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd3/db/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '53/45/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/ba/f7/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54_populate_sysroot.tar.zst\nDEBUG: For url file://d3/db/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/db/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.25.1%3Ar0%3Acore2-64%3A11%3Ad3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e_package_qa.tar.zst;downloadfilename=d3/db/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e_package_qa.tar.zst\nDEBUG: For url file://53/45/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/45/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A11%3A5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa_create_spdx.tar.zst;downloadfilename=53/45/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://86/29/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41_packagedata.tar.zst\nDEBUG: Searching for 86/29/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://53/30/sstate:cantarell-fonts::0.303.1:r0::11:5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a_populate_lic.tar.zst\nDEBUG: Using  for 86/29/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/e2/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:e8e2aafd4de992279c594adede5675739cda400de9521f8e7331589e4b821f16_package.tar.zst\nDEBUG: SState: Attempting to fetch file://66/8a/sstate:gettext::0.22.4:r0::11:668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206_populate_lic.tar.zst\nDEBUG: Testing URL file://86/29/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://30/19/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6_package_write_ipk.tar.zst\nDEBUG: Searching for 66/8a/sstate:gettext::0.22.4:r0::11:668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '86/29/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 30/19/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 66/8a/sstate:gettext::0.22.4:r0::11:668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206_populate_lic.tar.zst\nDEBUG: For url file://86/29/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/29/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A11%3A862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41_packagedata.tar.zst;downloadfilename=86/29/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41_packagedata.tar.zst\nDEBUG: Using  for 30/19/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6_package_write_ipk.tar.zst\nDEBUG: Testing URL file://66/8a/sstate:gettext::0.22.4:r0::11:668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206_populate_lic.tar.zst\nDEBUG: Testing URL file://30/19/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '66/8a/sstate:gettext::0.22.4:r0::11:668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '30/19/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://66/8a/sstate:gettext::0.22.4:r0::11:668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/8a/sstate%3Agettext%3A%3A0.22.4%3Ar0%3A%3A11%3A668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206_populate_lic.tar.zst;downloadfilename=66/8a/sstate:gettext::0.22.4:r0::11:668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206_populate_lic.tar.zst\nDEBUG: For url file://30/19/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/19/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6_package_write_ipk.tar.zst;downloadfilename=30/19/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/cf/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:b9cf954cdea1db86bac87b163b9b0180565b00a100a5ddb2286cf70c76306266_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/67/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547_package.tar.zst\nDEBUG: Searching for 8c/67/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8c/67/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547_package.tar.zst\nDEBUG: Testing URL file://8c/67/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547_package.tar.zst\nDEBUG: For url ['file', '', '8c/67/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8c/67/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/67/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A11%3A8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547_package.tar.zst;downloadfilename=8c/67/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8f/9b/sstate:gdk-pixbuf-native:x86_64-linux:2.42.10:r0:x86_64:11:8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://45/97/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/db/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/16/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://24/c9/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/64/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161_create_runtime_spdx.tar.zst\nDEBUG: Searching for 1e/16/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 24/c9/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d7/64/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1e/16/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b_packagedata.tar.zst\nDEBUG: Using  for 24/c9/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f_create_runtime_spdx.tar.zst\nDEBUG: Using  for d7/64/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1e/16/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b_packagedata.tar.zst\nDEBUG: Testing URL file://24/c9/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d7/64/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '1e/16/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '24/c9/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd7/64/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1e/16/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/16/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A11%3A1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b_packagedata.tar.zst;downloadfilename=1e/16/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b_packagedata.tar.zst\nDEBUG: For url file://24/c9/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/c9/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A11%3A24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f_create_runtime_spdx.tar.zst;downloadfilename=24/c9/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f_create_runtime_spdx.tar.zst\nDEBUG: For url file://d7/64/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/64/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A11%3Ad764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161_create_runtime_spdx.tar.zst;downloadfilename=d7/64/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/b6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:11:d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/8b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://53/45/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://66/8a/sstate:gettext::0.22.4:r0::11:668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://30/19/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://86/29/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41_packagedata.tar.zst\nDEBUG: Searching for cf/8b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://73/81/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/69/d6/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://55/75/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/71/sstate:util-linux-libuuid-native::2.39.3:r0::11:ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0_populate_lic.tar.zst\nDEBUG: Using  for cf/8b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6_recipe_qa.tar.zst\nDEBUG: Searching for 73/81/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/69/d6/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 55/75/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ae/71/sstate:util-linux-libuuid-native::2.39.3:r0::11:ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://cf/8b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6_recipe_qa.tar.zst\nDEBUG: Using  for 73/81/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516_create_spdx.tar.zst\nDEBUG: Using  for universal/69/d6/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44_create_spdx.tar.zst\nDEBUG: Using  for 55/75/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2_package_qa.tar.zst\nDEBUG: Using  for ae/71/sstate:util-linux-libuuid-native::2.39.3:r0::11:ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cf/8b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://73/81/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/69/d6/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44_create_spdx.tar.zst\nDEBUG: Testing URL file://55/75/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2_package_qa.tar.zst\nDEBUG: Testing URL file://ae/71/sstate:util-linux-libuuid-native::2.39.3:r0::11:ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0_populate_lic.tar.zst\nDEBUG: For url file://cf/8b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/8b/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A11%3Acf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6_recipe_qa.tar.zst;downloadfilename=cf/8b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '73/81/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/69/d6/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '55/75/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ae/71/sstate:util-linux-libuuid-native::2.39.3:r0::11:ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://73/81/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/81/sstate%3Aliberror-perl%3Acore2-64-poky-linux%3A0.17029%3Ar0%3Acore2-64%3A11%3A73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516_create_spdx.tar.zst;downloadfilename=73/81/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516_create_spdx.tar.zst\nDEBUG: For url file://universal/69/d6/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/69/d6/sstate%3Axorgproto-native%3Ax86_64-linux%3A2023.2%3Ar0%3Ax86_64%3A11%3A69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44_create_spdx.tar.zst;downloadfilename=universal/69/d6/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/67/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:8c6735057e677d97d8ccd52aae6aa93bb7aa5ecf4131cf6d7f2d96e296085547_package.tar.zst\nDEBUG: For url file://55/75/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/75/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2_package_qa.tar.zst;downloadfilename=55/75/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2_package_qa.tar.zst\nDEBUG: For url file://ae/71/sstate:util-linux-libuuid-native::2.39.3:r0::11:ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/71/sstate%3Autil-linux-libuuid-native%3A%3A2.39.3%3Ar0%3A%3A11%3Aae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0_populate_lic.tar.zst;downloadfilename=ae/71/sstate:util-linux-libuuid-native::2.39.3:r0::11:ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/54/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/3a/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/16/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b_packagedata.tar.zst\nDEBUG: Searching for 9b/54/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://35/45/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/49/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://33/c4/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568_package_qa.tar.zst\nDEBUG: Using  for 9b/54/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/15/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9_packagedata.tar.zst\nDEBUG: Searching for 2f/49/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 33/c4/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://9b/54/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6_create_spdx.tar.zst\nDEBUG: Searching for 2c/15/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2f/49/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 33/c4/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568_package_qa.tar.zst\nDEBUG: For url ['file', '', '9b/54/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2c/15/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9_packagedata.tar.zst\nDEBUG: Testing URL file://2f/49/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://33/c4/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568_package_qa.tar.zst\nDEBUG: For url file://9b/54/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/54/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3A9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6_create_spdx.tar.zst;downloadfilename=9b/54/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6_create_spdx.tar.zst\nDEBUG: Testing URL file://2c/15/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9_packagedata.tar.zst\nDEBUG: For url ['file', '', '2f/49/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/c4/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2c/15/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2f/49/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/49/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7_deploy_source_date_epoch.tar.zst;downloadfilename=2f/49/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://33/c4/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/c4/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568_package_qa.tar.zst;downloadfilename=33/c4/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/8b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6_recipe_qa.tar.zst\nDEBUG: For url file://2c/15/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/15/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.92.9%3Ar0%3Acore2-64%3A11%3A2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9_packagedata.tar.zst;downloadfilename=2c/15/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://da/2f/sstate:matchbox-terminal::0.2+git:r0::11:da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/69/d6/sstate:xorgproto-native:x86_64-linux:2023.2:r0:x86_64:11:69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44_create_spdx.tar.zst\nDEBUG: Searching for da/2f/sstate:matchbox-terminal::0.2+git:r0::11:da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/ee/a2/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://55/75/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/71/sstate:util-linux-libuuid-native::2.39.3:r0::11:ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0_populate_lic.tar.zst\nDEBUG: Using  for da/2f/sstate:matchbox-terminal::0.2+git:r0::11:da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d_populate_lic.tar.zst\nDEBUG: Searching for universal/ee/a2/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f0/f4/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://18/08/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c_create_spdx.tar.zst\nDEBUG: Testing URL file://da/2f/sstate:matchbox-terminal::0.2+git:r0::11:da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d_populate_lic.tar.zst\nDEBUG: Using  for universal/ee/a2/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb_recipe_qa.tar.zst\nDEBUG: Searching for f0/f4/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 18/08/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'da/2f/sstate:matchbox-terminal::0.2+git:r0::11:da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/ee/a2/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb_recipe_qa.tar.zst\nDEBUG: Using  for f0/f4/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e_create_runtime_spdx.tar.zst\nDEBUG: Using  for 18/08/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c_create_spdx.tar.zst\nDEBUG: For url file://da/2f/sstate:matchbox-terminal::0.2+git:r0::11:da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/2f/sstate%3Amatchbox-terminal%3A%3A0.2%2Bgit%3Ar0%3A%3A11%3Ada2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d_populate_lic.tar.zst;downloadfilename=da/2f/sstate:matchbox-terminal::0.2+git:r0::11:da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ee/a2/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f0/f4/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://18/08/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c_create_spdx.tar.zst\nDEBUG: For url file://universal/ee/a2/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ee/a2/sstate%3Apython3-mako-native%3Ax86_64-linux%3A1.3.0%3Ar0%3Ax86_64%3A11%3Aeea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb_recipe_qa.tar.zst;downloadfilename=universal/ee/a2/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f0/f4/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e4/ad/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:e4ad2022a46222a14d40475c95788b9cf346ed087114e4fab431d8d403a7cf9e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '18/08/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f0/f4/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/f4/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A11%3Af0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e_create_runtime_spdx.tar.zst;downloadfilename=f0/f4/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/1f/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2_create_spdx.tar.zst\nDEBUG: For url file://18/08/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/08/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c_create_spdx.tar.zst;downloadfilename=18/08/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c_create_spdx.tar.zst\nDEBUG: Searching for 9c/1f/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d7/0f/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f_create_spdx.tar.zst\nDEBUG: Using  for 9c/1f/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/15/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://33/c4/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/49/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:2f49a9552e99c8153eab34a9331f2dc8d81909f34f71cfd8b5ea20df705129f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://35/e7/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc_package.tar.zst\nDEBUG: Testing URL file://9c/1f/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/e8/sstate:asciidoc-native::10.2.0:r0::11:d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/78/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/71/1c/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 35/e7/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9c/1f/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d8/e8/sstate:asciidoc-native::10.2.0:r0::11:d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f9/78/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/71/1c/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 35/e7/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc_package.tar.zst\nDEBUG: For url file://9c/1f/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/1f/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A23.2%3Ar0%3Acore2-64%3A11%3A9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2_create_spdx.tar.zst;downloadfilename=9c/1f/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2_create_spdx.tar.zst\nDEBUG: Using  for d8/e8/sstate:asciidoc-native::10.2.0:r0::11:d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10_populate_lic.tar.zst\nDEBUG: Using  for f9/78/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a_recipe_qa.tar.zst\nDEBUG: Using  for universal/71/1c/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://35/e7/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc_package.tar.zst\nDEBUG: Testing URL file://d8/e8/sstate:asciidoc-native::10.2.0:r0::11:d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10_populate_lic.tar.zst\nDEBUG: Testing URL file://f9/78/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/71/1c/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '35/e7/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd8/e8/sstate:asciidoc-native::10.2.0:r0::11:d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f9/78/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/71/1c/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://35/e7/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/e7/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A11%3A35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc_package.tar.zst;downloadfilename=35/e7/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc_package.tar.zst\nDEBUG: For url file://d8/e8/sstate:asciidoc-native::10.2.0:r0::11:d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/e8/sstate%3Aasciidoc-native%3A%3A10.2.0%3Ar0%3A%3A11%3Ad8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10_populate_lic.tar.zst;downloadfilename=d8/e8/sstate:asciidoc-native::10.2.0:r0::11:d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10_populate_lic.tar.zst\nDEBUG: For url file://f9/78/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/78/sstate%3Awayland%3Acore2-64-poky-linux%3A1.22.0%3Ar0%3Acore2-64%3A11%3Af97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a_recipe_qa.tar.zst;downloadfilename=f9/78/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a_recipe_qa.tar.zst\nDEBUG: For url file://universal/71/1c/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/1c/sstate%3Afont-util-native%3Ax86_64-linux%3A1.4.1%3Ar0%3Ax86_64%3A11%3A711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1_create_runtime_spdx.tar.zst;downloadfilename=universal/71/1c/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://da/2f/sstate:matchbox-terminal::0.2+git:r0::11:da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://18/08/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://24/c9/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ee/a2/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/64/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://29/e3/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:29e324f73a826b7676f5a4f2722cfc1f5de49496084d69d9e577f666f445bb4c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/54/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/5d/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:6c5d31aaf16647d0f0df84ac7fed88d2a59dd68badb229210513308b8fefb3df_package.tar.zst\nDEBUG: SState: Successful fetch test for file://73/81/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/38/87/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7_populate_sysroot.tar.zst\nDEBUG: Searching for 3f/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/fa/0a/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c8/be/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/73/sstate:ltp::20230929:r0::11:35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/de/3e/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/14/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://02/2a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23_package.tar.zst\nDEBUG: SState: Attempting to fetch file://96/09/sstate:gdk-pixbuf::2.42.10:r0::11:9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5_populate_lic.tar.zst\nDEBUG: Searching for universal/38/87/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3f/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359_package_write_rpm.tar.zst\nDEBUG: Searching for universal/fa/0a/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c8/be/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 35/73/sstate:ltp::20230929:r0::11:35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/de/3e/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bb/14/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 02/2a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 96/09/sstate:gdk-pixbuf::2.42.10:r0::11:9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/38/87/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3f/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359_package_write_rpm.tar.zst\nDEBUG: Using  for universal/fa/0a/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/c8/be/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f_recipe_qa.tar.zst\nDEBUG: Using  for 35/73/sstate:ltp::20230929:r0::11:35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb_populate_lic.tar.zst\nDEBUG: Using  for universal/de/3e/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bb/14/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 02/2a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23_package.tar.zst\nDEBUG: Using  for 96/09/sstate:gdk-pixbuf::2.42.10:r0::11:9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/38/87/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3f/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/fa/0a/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/c8/be/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f_recipe_qa.tar.zst\nDEBUG: Testing URL file://35/73/sstate:ltp::20230929:r0::11:35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/de/3e/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bb/14/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://02/2a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23_package.tar.zst\nDEBUG: Testing URL file://96/09/sstate:gdk-pixbuf::2.42.10:r0::11:9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/38/87/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3f/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/87/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A11%3A3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359_package_write_rpm.tar.zst;downloadfilename=3f/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/fa/0a/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c8/be/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '35/73/sstate:ltp::20230929:r0::11:35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/de/3e/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bb/14/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '02/2a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '96/09/sstate:gdk-pixbuf::2.42.10:r0::11:9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/38/87/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/38/87/sstate%3Anasm-native%3Ax86_64-linux%3A2.16.01%3Ar0%3Ax86_64%3A11%3A38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7_populate_sysroot.tar.zst;downloadfilename=universal/38/87/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7_populate_sysroot.tar.zst\nDEBUG: For url file://universal/fa/0a/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fa/0a/sstate%3Aspirv-headers-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3Afa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/fa/0a/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/c8/be/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c8/be/sstate%3Alibfontenc-native%3Ax86_64-linux%3A1.1.7%3Ar0%3Ax86_64%3A11%3Ac8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f_recipe_qa.tar.zst;downloadfilename=universal/c8/be/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f_recipe_qa.tar.zst\nDEBUG: For url file://35/73/sstate:ltp::20230929:r0::11:35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/73/sstate%3Altp%3A%3A20230929%3Ar0%3A%3A11%3A35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb_populate_lic.tar.zst;downloadfilename=35/73/sstate:ltp::20230929:r0::11:35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/78/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://35/e7/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:35e7fbb4d95b6dd2327adb624efe75d721a926cd3d82312e4dbab9d1ce6b51bc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/e8/sstate:asciidoc-native::10.2.0:r0::11:d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10_populate_lic.tar.zst\nDEBUG: For url file://universal/de/3e/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/de/3e/sstate%3Alibcomps-native%3Ax86_64-linux%3A0.1.20%3Ar0%3Ax86_64%3A11%3Ade3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105_deploy_source_date_epoch.tar.zst;downloadfilename=universal/de/3e/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bb/14/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/14/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3Abb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7_deploy_source_date_epoch.tar.zst;downloadfilename=bb/14/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://02/2a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/2a/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23_package.tar.zst;downloadfilename=02/2a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23_package.tar.zst\nDEBUG: For url file://96/09/sstate:gdk-pixbuf::2.42.10:r0::11:9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/09/sstate%3Agdk-pixbuf%3A%3A2.42.10%3Ar0%3A%3A11%3A9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5_populate_lic.tar.zst;downloadfilename=96/09/sstate:gdk-pixbuf::2.42.10:r0::11:9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c6/81/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/71/1c/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:11:711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/e6/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/c6/81/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/38/87/sstate:nasm-native:x86_64-linux:2.16.01:r0:x86_64:11:38879bf44025bddaaec9b83f0ef547698d6b9e9bab38772e5d8f9152a11492a7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://77/fc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a8/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5e/e6/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/c6/81/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1c/58/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5_populate_sysroot.tar.zst\nDEBUG: Searching for 77/fc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a8/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e_package.tar.zst\nDEBUG: Using  for 5e/e6/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/c6/81/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/1c/58/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 77/fc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a8/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e_package.tar.zst\nDEBUG: Testing URL file://5e/e6/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c6/81/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/1c/58/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://77/fc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a8/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5e/e6/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/c6/81/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c6/81/sstate%3Are2c-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A11%3Ac681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c6/81/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/1c/58/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '77/fc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a8/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/35/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A11%3Aa83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e_package.tar.zst;downloadfilename=a8/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e_package.tar.zst\nDEBUG: For url file://5e/e6/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/e6/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1_create_runtime_spdx.tar.zst;downloadfilename=5e/e6/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1c/58/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://92/38/sstate:python3-hypothesis::6.92.9:r0::11:92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63_populate_lic.tar.zst\nDEBUG: For url file://77/fc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/fc/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A11%3A77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075_deploy_source_date_epoch.tar.zst;downloadfilename=77/fc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fa/0a/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:fa0ae574e607b13af4e6927e805c6f21385c047262b82182b87b19d58ef0107f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c8/be/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/14/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:11:bb143ad0964947cccb95ab252b6d83e2c6f8c5b270276bfd43611c2f954a22b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://35/73/sstate:ltp::20230929:r0::11:35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/de/3e/sstate:libcomps-native:x86_64-linux:0.1.20:r0:x86_64:11:de3ee15850e9c8e1d7e4c6a2743db348e4d906b3fd22953242f136da83ed8105_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/1c/58/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1c/58/sstate%3Atexinfo-dummy-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3A1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5_populate_sysroot.tar.zst;downloadfilename=universal/1c/58/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5_populate_sysroot.tar.zst\nDEBUG: Searching for 92/38/sstate:python3-hypothesis::6.92.9:r0::11:92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a8/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://96/09/sstate:gdk-pixbuf::2.42.10:r0::11:9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/b8/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://32/e6/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/46/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c2/f5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320_recipe_qa.tar.zst\nDEBUG: Using  for 92/38/sstate:python3-hypothesis::6.92.9:r0::11:92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63_populate_lic.tar.zst\nDEBUG: Searching for a8/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://02/2a/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:022a6d4f445eeb933e430ac954c89d1adecc4a0ad7d8fef3f2a34b43738feb23_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9_package.tar.zst\nDEBUG: Searching for ea/b8/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 32/e6/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9a/46/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c2/f5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://92/38/sstate:python3-hypothesis::6.92.9:r0::11:92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63_populate_lic.tar.zst\nDEBUG: Using  for a8/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/41/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94_package_qa.tar.zst\nDEBUG: Searching for f6/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ea/b8/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66_recipe_qa.tar.zst\nDEBUG: Using  for 32/e6/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68_populate_sysroot.tar.zst\nDEBUG: Using  for 9a/46/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/c2/f5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '92/38/sstate:python3-hypothesis::6.92.9:r0::11:92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a8/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977_packagedata.tar.zst\nDEBUG: Searching for c2/41/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f6/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9_package.tar.zst\nDEBUG: Testing URL file://ea/b8/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66_recipe_qa.tar.zst\nDEBUG: Testing URL file://32/e6/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9a/46/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/c2/f5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320_recipe_qa.tar.zst\nDEBUG: For url file://92/38/sstate:python3-hypothesis::6.92.9:r0::11:92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/38/sstate%3Apython3-hypothesis%3A%3A6.92.9%3Ar0%3A%3A11%3A92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63_populate_lic.tar.zst;downloadfilename=92/38/sstate:python3-hypothesis::6.92.9:r0::11:92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a8/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c2/41/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94_package_qa.tar.zst\nDEBUG: Testing URL file://f6/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9_package.tar.zst\nDEBUG: For url ['file', '', 'ea/b8/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '32/e6/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/c6/81/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:c681f19e2786732c7920860d0b27cdcf3a79c9441d9bdaa82319a12e96e6246e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9a/46/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c2/f5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a8/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/8b/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3Aa88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977_packagedata.tar.zst;downloadfilename=a8/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977_packagedata.tar.zst\nDEBUG: Testing URL file://c2/41/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f6/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ea/b8/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/b8/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A11%3Aeab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66_recipe_qa.tar.zst;downloadfilename=ea/b8/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:a83505e1b34bf0a78644abe213c9474a650d5e5eeac6f439aa79ea919838e49e_package.tar.zst\nDEBUG: For url file://32/e6/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/e6/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68_populate_sysroot.tar.zst;downloadfilename=32/e6/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/bd/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844_create_spdx.tar.zst\nDEBUG: For url file://9a/46/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/46/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f_create_runtime_spdx.tar.zst;downloadfilename=9a/46/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/c2/f5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c2/f5/sstate%3Autil-macros-native%3Ax86_64-linux%3A1.20.0%3Ar0%3Ax86_64%3A11%3Ac2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320_recipe_qa.tar.zst;downloadfilename=universal/c2/f5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c2/41/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f6/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/08/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A11%3Af608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9_package.tar.zst;downloadfilename=f6/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/f4/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/dd/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://77/fc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:77fcf3d75962bd8616ee06ae0125cada6ef814d206c5776213919228b06e9075_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for aa/bd/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/1c/58/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5_populate_sysroot.tar.zst\nDEBUG: For url file://c2/41/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/41/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3Ac241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94_package_qa.tar.zst;downloadfilename=c2/41/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://92/38/sstate:python3-hypothesis::6.92.9:r0::11:92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cf/69/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd_create_spdx.tar.zst\nDEBUG: Searching for a3/dd/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fe/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/1f/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2_create_spdx.tar.zst\nDEBUG: Using  for aa/bd/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/bd/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://19/98/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c_populate_sysroot.tar.zst\nDEBUG: Searching for universal/cf/69/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a8/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.10:r0:core2-64:11:a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977_packagedata.tar.zst\nDEBUG: Using  for a3/dd/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb_package_qa.tar.zst\nDEBUG: Searching for fe/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ea/b8/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/43/a6/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6_create_spdx.tar.zst\nDEBUG: Testing URL file://aa/bd/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844_create_spdx.tar.zst\nDEBUG: Searching for d4/bd/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 19/98/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/cf/69/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/4e/sstate:init-ifupdown::1.0:r0::11:5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee_populate_lic.tar.zst\nDEBUG: Testing URL file://a3/dd/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb_package_qa.tar.zst\nDEBUG: Using  for fe/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/95/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/43/a6/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'aa/bd/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d4/bd/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4_package.tar.zst\nDEBUG: Using  for 19/98/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/cf/69/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd_create_spdx.tar.zst\nDEBUG: Searching for 5e/4e/sstate:init-ifupdown::1.0:r0::11:5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a3/dd/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fe/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6_package_write_rpm.tar.zst\nDEBUG: Searching for a2/95/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/43/a6/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6_create_spdx.tar.zst\nDEBUG: For url file://aa/bd/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/bd/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.4%3Ar0%3Acore2-64%3A11%3Aaabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844_create_spdx.tar.zst;downloadfilename=aa/bd/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844_create_spdx.tar.zst\nDEBUG: Testing URL file://d4/bd/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4_package.tar.zst\nDEBUG: Testing URL file://19/98/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/cf/69/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5e/4e/sstate:init-ifupdown::1.0:r0::11:5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee_populate_lic.tar.zst\nDEBUG: For url file://a3/dd/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/dd/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Aa3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb_package_qa.tar.zst;downloadfilename=a3/dd/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb_package_qa.tar.zst\nDEBUG: For url ['file', '', 'fe/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://32/e6/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:32e6160015bc004c9cc7d509ae2baccb4be13858112562c37f6278d555cf0b68_populate_sysroot.tar.zst\nDEBUG: Using  for a2/95/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/43/a6/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd4/bd/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '19/98/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/cf/69/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cf/69/sstate%3Apython3-importlib-metadata-native%3Ax86_64-linux%3A7.0.1%3Ar0%3Ax86_64%3A11%3Acf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd_create_spdx.tar.zst;downloadfilename=universal/cf/69/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/46/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://5e/4e/sstate:init-ifupdown::1.0:r0::11:5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee_populate_lic.tar.zst\nDEBUG: For url file://fe/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/e6/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A11%3Afee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6_package_write_rpm.tar.zst;downloadfilename=fe/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/29/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de_create_spdx.tar.zst\nDEBUG: Testing URL file://a2/95/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c2/f5/sstate:util-macros-native:x86_64-linux:1.20.0:r0:x86_64:11:c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/43/a6/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d4/bd/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/bd/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3Ad4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4_package.tar.zst;downloadfilename=d4/bd/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4_package.tar.zst\nDEBUG: For url file://19/98/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/98/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.11%3Ar0%3Acore2-64%3A11%3A199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c_populate_sysroot.tar.zst;downloadfilename=19/98/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/79/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5e/4e/sstate:init-ifupdown::1.0:r0::11:5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/67/29/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a2/95/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f4/5d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/41/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94_package_qa.tar.zst\nDEBUG: For url file://universal/43/a6/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/43/a6/sstate%3Aopenssl-native%3Ax86_64-linux%3A3.2.0%3Ar0%3Ax86_64%3A11%3A43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6_create_spdx.tar.zst;downloadfilename=universal/43/a6/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6_create_spdx.tar.zst\nDEBUG: Searching for 3e/79/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5e/4e/sstate:init-ifupdown::1.0:r0::11:5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/4e/sstate%3Ainit-ifupdown%3A%3A1.0%3Ar0%3A%3A11%3A5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee_populate_lic.tar.zst;downloadfilename=5e/4e/sstate:init-ifupdown::1.0:r0::11:5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee_populate_lic.tar.zst\nDEBUG: Using  for universal/67/29/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de_create_spdx.tar.zst\nDEBUG: For url file://a2/95/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/95/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3Aa2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838_create_runtime_spdx.tar.zst;downloadfilename=a2/95/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838_create_runtime_spdx.tar.zst\nDEBUG: Searching for f4/5d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://15/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3e/79/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/dd/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb_package_qa.tar.zst\nDEBUG: Testing URL file://universal/67/29/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de_create_spdx.tar.zst\nDEBUG: Using  for f4/5d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c_create_runtime_spdx.tar.zst\nDEBUG: Searching for 15/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/cf/69/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd_create_spdx.tar.zst\nDEBUG: Testing URL file://3e/79/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://14/2f/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/67/29/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f4/5d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c_create_runtime_spdx.tar.zst\nDEBUG: Using  for 15/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/5e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f_packagedata.tar.zst\nDEBUG: For url ['file', '', '3e/79/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 14/2f/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/67/29/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/29/sstate%3Aharfbuzz-native%3Ax86_64-linux%3A8.3.0%3Ar0%3Ax86_64%3A11%3A672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de_create_spdx.tar.zst;downloadfilename=universal/67/29/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f4/5d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://15/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d5/5e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://3e/79/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/79/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.2.0%3Ar0%3Acore2-64%3A11%3A3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72_create_spdx.tar.zst;downloadfilename=3e/79/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72_create_spdx.tar.zst\nDEBUG: Using  for 14/2f/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50_create_runtime_spdx.tar.zst\nDEBUG: For url file://f4/5d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/5d/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A11%3Af45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c_create_runtime_spdx.tar.zst;downloadfilename=f4/5d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '15/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d4/bd/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:d4bdae672bc2396349005c486ecd5fc862a35c89f10b125ceda63a1310742cd4_package.tar.zst\nDEBUG: Using  for d5/5e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f_packagedata.tar.zst\nDEBUG: Testing URL file://14/2f/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://19/98/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:199803fc40f4a0c8842396efb882a60c06f134e49983554c413a023acc08d07c_populate_sysroot.tar.zst\nDEBUG: For url file://15/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/55/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A11%3A1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00_deploy_source_date_epoch.tar.zst;downloadfilename=15/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/28/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/43/a6/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6_create_spdx.tar.zst\nDEBUG: Testing URL file://d5/5e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f_packagedata.tar.zst\nDEBUG: For url ['file', '', '14/2f/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://67/2a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8e/28/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2d/24/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd5/5e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://5e/4e/sstate:init-ifupdown::1.0:r0::11:5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee_populate_lic.tar.zst\nDEBUG: For url file://14/2f/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/2f/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.2.0%3Ar0%3Acore2-64%3A11%3A142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50_create_runtime_spdx.tar.zst;downloadfilename=14/2f/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50_create_runtime_spdx.tar.zst\nDEBUG: Searching for 67/2a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8e/28/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346_recipe_qa.tar.zst\nDEBUG: Searching for 2d/24/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d5/5e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/5e/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A11%3Ad55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f_packagedata.tar.zst;downloadfilename=d5/5e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://06/48/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a_create_runtime_spdx.tar.zst\nDEBUG: Using  for 67/2a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8e/28/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346_recipe_qa.tar.zst\nDEBUG: Using  for 2d/24/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5_create_spdx.tar.zst\nDEBUG: Searching for 06/48/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://67/2a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/29/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8e/28/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2d/24/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5_create_spdx.tar.zst\nDEBUG: Using  for 06/48/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '67/2a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d3/fa/sstate:psmisc::23.6:r0::11:d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8_populate_lic.tar.zst\nDEBUG: For url file://8e/28/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/28/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346_recipe_qa.tar.zst;downloadfilename=8e/28/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2d/24/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://06/48/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a_create_runtime_spdx.tar.zst\nDEBUG: For url file://67/2a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/2a/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a_deploy_source_date_epoch.tar.zst;downloadfilename=67/2a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d3/fa/sstate:psmisc::23.6:r0::11:d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2d/24/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/24/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5_create_spdx.tar.zst;downloadfilename=2d/24/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '06/48/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d3/fa/sstate:psmisc::23.6:r0::11:d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8_populate_lic.tar.zst\nDEBUG: For url file://06/48/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/48/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.69%3Ar0%3Acore2-64%3A11%3A06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a_create_runtime_spdx.tar.zst;downloadfilename=06/48/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d3/fa/sstate:psmisc::23.6:r0::11:d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd3/fa/sstate:psmisc::23.6:r0::11:d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d3/fa/sstate:psmisc::23.6:r0::11:d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/fa/sstate%3Apsmisc%3A%3A23.6%3Ar0%3A%3A11%3Ad3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8_populate_lic.tar.zst;downloadfilename=d3/fa/sstate:psmisc::23.6:r0::11:d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://15/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:1555b311bc5f52b12e5c100da1be4184756a1390c54ee91af33d3652e08d5e00_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/f9/sstate:init-system-helpers::1.66:r0::11:3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b_populate_lic.tar.zst\nDEBUG: Searching for 3f/f9/sstate:init-system-helpers::1.66:r0::11:3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3f/f9/sstate:init-system-helpers::1.66:r0::11:3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/5e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f_packagedata.tar.zst\nDEBUG: Testing URL file://3f/f9/sstate:init-system-helpers::1.66:r0::11:3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://71/9b/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/f9/sstate:init-system-helpers::1.66:r0::11:3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 71/9b/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://3f/f9/sstate:init-system-helpers::1.66:r0::11:3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/f9/sstate%3Ainit-system-helpers%3A%3A1.66%3Ar0%3A%3A11%3A3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b_populate_lic.tar.zst;downloadfilename=3f/f9/sstate:init-system-helpers::1.66:r0::11:3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b_populate_lic.tar.zst\nDEBUG: Using  for 71/9b/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://71/9b/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '71/9b/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://71/9b/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/9b/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A11%3A719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f_create_runtime_spdx.tar.zst;downloadfilename=71/9b/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/28/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/25/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de_package_write_rpm.tar.zst\nDEBUG: Searching for 5d/25/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://67/2a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:11:672a05dc8579a191a22c31bcfa0836b401864c5faf7eb4b7e8fe2a539299220a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5d/25/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/48/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46_package_qa.tar.zst\nDEBUG: Testing URL file://5d/25/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de_package_write_rpm.tar.zst\nDEBUG: Searching for 6f/48/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5d/25/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6f/48/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46_package_qa.tar.zst\nDEBUG: For url file://5d/25/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/25/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3A5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de_package_write_rpm.tar.zst;downloadfilename=5d/25/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6f/48/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46_package_qa.tar.zst\nDEBUG: For url ['file', '', '6f/48/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6f/48/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/48/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A23.2%3Ar0%3Acore2-64%3A11%3A6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46_package_qa.tar.zst;downloadfilename=6f/48/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/e6/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/24/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/cc/sstate:python3-dbusmock::0.30.2:r0::11:e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/53/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://06/48/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a_create_runtime_spdx.tar.zst\nDEBUG: Searching for e7/cc/sstate:python3-dbusmock::0.30.2:r0::11:e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5c/53/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c6/6f/sstate:adwaita-icon-theme::45.0:r0::11:c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b_populate_lic.tar.zst\nDEBUG: Using  for e7/cc/sstate:python3-dbusmock::0.30.2:r0::11:e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032_populate_lic.tar.zst\nDEBUG: Using  for 5c/53/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b_package_qa.tar.zst\nDEBUG: Searching for c6/6f/sstate:adwaita-icon-theme::45.0:r0::11:c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e7/cc/sstate:python3-dbusmock::0.30.2:r0::11:e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032_populate_lic.tar.zst\nDEBUG: Testing URL file://5c/53/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b_package_qa.tar.zst\nDEBUG: Using  for c6/6f/sstate:adwaita-icon-theme::45.0:r0::11:c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e7/cc/sstate:python3-dbusmock::0.30.2:r0::11:e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5c/53/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c6/6f/sstate:adwaita-icon-theme::45.0:r0::11:c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b_populate_lic.tar.zst\nDEBUG: For url file://e7/cc/sstate:python3-dbusmock::0.30.2:r0::11:e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/cc/sstate%3Apython3-dbusmock%3A%3A0.30.2%3Ar0%3A%3A11%3Ae7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032_populate_lic.tar.zst;downloadfilename=e7/cc/sstate:python3-dbusmock::0.30.2:r0::11:e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032_populate_lic.tar.zst\nDEBUG: For url file://5c/53/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/53/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b_package_qa.tar.zst;downloadfilename=5c/53/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c6/6f/sstate:adwaita-icon-theme::45.0:r0::11:c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c6/6f/sstate:adwaita-icon-theme::45.0:r0::11:c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/6f/sstate%3Aadwaita-icon-theme%3A%3A45.0%3Ar0%3A%3A11%3Ac66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b_populate_lic.tar.zst;downloadfilename=c6/6f/sstate:adwaita-icon-theme::45.0:r0::11:c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/fa/sstate:psmisc::23.6:r0::11:d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/9c/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/f9/sstate:init-system-helpers::1.66:r0::11:3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b_populate_lic.tar.zst\nDEBUG: Searching for 9e/9c/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b9/d4/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517_recipe_qa.tar.zst\nDEBUG: Using  for 9e/9c/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1_create_spdx.tar.zst\nDEBUG: Searching for b9/d4/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://9e/9c/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1_create_spdx.tar.zst\nDEBUG: Using  for b9/d4/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9e/9c/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b9/d4/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517_recipe_qa.tar.zst\nDEBUG: For url file://9e/9c/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/9c/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A11%3A9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1_create_spdx.tar.zst;downloadfilename=9e/9c/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b9/d4/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b9/d4/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/d4/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3Ab9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517_recipe_qa.tar.zst;downloadfilename=b9/d4/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://71/9b/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/90/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/48/sstate:python3-packaging:core2-64-poky-linux:23.2:r0:core2-64:11:6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46_package_qa.tar.zst\nDEBUG: Searching for d3/90/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5d/25/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/ae/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda_package_qa.tar.zst\nDEBUG: Using  for d3/90/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/53/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e_package.tar.zst\nDEBUG: Searching for 5a/ae/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d3/90/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f_package.tar.zst\nDEBUG: Searching for d7/53/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5a/ae/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd3/90/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d7/53/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e_package.tar.zst\nDEBUG: Testing URL file://5a/ae/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda_package_qa.tar.zst\nDEBUG: For url file://d3/90/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/90/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A11%3Ad3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f_package.tar.zst;downloadfilename=d3/90/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f_package.tar.zst\nDEBUG: Testing URL file://d7/53/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e_package.tar.zst\nDEBUG: For url ['file', '', '5a/ae/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd7/53/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5a/ae/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/ae/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.7.0%3Ar0%3Acore2-64%3A11%3A5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda_package_qa.tar.zst;downloadfilename=5a/ae/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda_package_qa.tar.zst\nDEBUG: For url file://d7/53/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/53/sstate%3Agdb%3Acore2-64-poky-linux%3A14.1%3Ar0%3Acore2-64%3A11%3Ad75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e_package.tar.zst;downloadfilename=d7/53/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/cc/sstate:python3-dbusmock::0.30.2:r0::11:e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/53/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/52/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/ce/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://63/d6/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b_create_spdx.tar.zst\nDEBUG: Searching for a7/52/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c2/ce/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 63/d6/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a7/52/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3_create_runtime_spdx.tar.zst\nDEBUG: Using  for c2/ce/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879_create_spdx.tar.zst\nDEBUG: Using  for 63/d6/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b_create_spdx.tar.zst\nDEBUG: Testing URL file://a7/52/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c2/ce/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879_create_spdx.tar.zst\nDEBUG: Testing URL file://63/d6/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a7/52/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c2/ce/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '63/d6/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a7/52/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/52/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Aa752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3_create_runtime_spdx.tar.zst;downloadfilename=a7/52/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3_create_runtime_spdx.tar.zst\nDEBUG: For url file://c2/ce/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/ce/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3%3Ar0%3Acore2-64%3A11%3Ac2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879_create_spdx.tar.zst;downloadfilename=c2/ce/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879_create_spdx.tar.zst\nDEBUG: For url file://63/d6/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/d6/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b_create_spdx.tar.zst;downloadfilename=63/d6/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/6f/sstate:adwaita-icon-theme::45.0:r0::11:c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/13/sstate:libyaml::0.2.5:r0::11:9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517_populate_lic.tar.zst\nDEBUG: Searching for 9e/13/sstate:libyaml::0.2.5:r0::11:9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f6/08/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:11:f608baf941b62595052e1d02e0f8897e33c27af46fc47a34ae9727435a7438d9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/bd/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844_create_spdx.tar.zst\nDEBUG: Using  for 9e/13/sstate:libyaml::0.2.5:r0::11:9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://68/ed/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/26/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9_recipe_qa.tar.zst\nDEBUG: Testing URL file://9e/13/sstate:libyaml::0.2.5:r0::11:9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517_populate_lic.tar.zst\nDEBUG: Searching for 68/ed/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f0/26/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9e/13/sstate:libyaml::0.2.5:r0::11:9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/ed/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482_populate_sysroot.tar.zst\nDEBUG: Using  for f0/26/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9_recipe_qa.tar.zst\nDEBUG: For url file://9e/13/sstate:libyaml::0.2.5:r0::11:9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/13/sstate%3Alibyaml%3A%3A0.2.5%3Ar0%3A%3A11%3A9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517_populate_lic.tar.zst;downloadfilename=9e/13/sstate:libyaml::0.2.5:r0::11:9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517_populate_lic.tar.zst\nDEBUG: Testing URL file://68/ed/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f0/26/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '68/ed/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f0/26/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d3/90/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:d3902a734e2352ce4c262866cdaca08e116189677478ed05efeaee6fb816a61f_package.tar.zst\nDEBUG: For url file://68/ed/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/ed/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A11%3A68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482_populate_sysroot.tar.zst;downloadfilename=68/ed/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/d4/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517_recipe_qa.tar.zst\nDEBUG: For url file://f0/26/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/26/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.44.2%3Ar0%3Acore2-64%3A11%3Af026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9_recipe_qa.tar.zst;downloadfilename=f0/26/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a8/5a/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://00/d4/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://14/2f/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/a8/5a/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 00/d4/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a2/95/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/b3/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/ae/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda_package_qa.tar.zst\nDEBUG: Using  for universal/a8/5a/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86_populate_sysroot.tar.zst\nDEBUG: Using  for 00/d4/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5f/72/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7_create_spdx.tar.zst\nDEBUG: Searching for d4/b3/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://60/e5/sstate:libfontenc::1.1.7:r0::11:60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/a8/5a/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86_populate_sysroot.tar.zst\nDEBUG: Testing URL file://00/d4/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/5f/72/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d4/b3/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81_packagedata.tar.zst\nDEBUG: Searching for 60/e5/sstate:libfontenc::1.1.7:r0::11:60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/a8/5a/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '00/d4/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/5f/72/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7_create_spdx.tar.zst\nDEBUG: Testing URL file://d4/b3/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81_packagedata.tar.zst\nDEBUG: Using  for 60/e5/sstate:libfontenc::1.1.7:r0::11:60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154_populate_lic.tar.zst\nDEBUG: For url file://universal/a8/5a/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a8/5a/sstate%3Apython3-build-native%3Ax86_64-linux%3A1.0.3%3Ar0%3Ax86_64%3A11%3Aa85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86_populate_sysroot.tar.zst;downloadfilename=universal/a8/5a/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86_populate_sysroot.tar.zst\nDEBUG: For url file://00/d4/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/d4/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.13%3Ar0%3Acore2-64%3A11%3A00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14_deploy_source_date_epoch.tar.zst;downloadfilename=00/d4/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/5f/72/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd4/b3/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://60/e5/sstate:libfontenc::1.1.7:r0::11:60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/52/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/ce/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/5f/72/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://63/d6/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/5d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/79/sstate:python3-more-itertools:core2-64-poky-linux:10.2.0:r0:core2-64:11:3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72_create_spdx.tar.zst\nDEBUG: For url file://d4/b3/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/b3/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.11.5%3Ar0%3Acore2-64%3A11%3Ad4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81_packagedata.tar.zst;downloadfilename=d4/b3/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81_packagedata.tar.zst\nDEBUG: For url ['file', '', '60/e5/sstate:libfontenc::1.1.7:r0::11:60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ce/07/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/46/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718_packagedata.tar.zst\nDEBUG: For url file://universal/5f/72/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5f/72/sstate%3Aacl-native%3Ax86_64-linux%3A2.3.1%3Ar0%3Ax86_64%3A11%3A5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7_create_spdx.tar.zst;downloadfilename=universal/5f/72/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/20/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/11/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://31/07/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e_create_spdx.tar.zst\nDEBUG: For url file://60/e5/sstate:libfontenc::1.1.7:r0::11:60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/e5/sstate%3Alibfontenc%3A%3A1.1.7%3Ar0%3A%3A11%3A60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154_populate_lic.tar.zst;downloadfilename=60/e5/sstate:libfontenc::1.1.7:r0::11:60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154_populate_lic.tar.zst\nDEBUG: Searching for ce/07/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e8/46/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9e/13/sstate:libyaml::0.2.5:r0::11:9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517_populate_lic.tar.zst\nDEBUG: Searching for f1/20/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f5/11/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 31/07/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://68/ed/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:68ede688daf801dee95cc61618e530d48bac26db5883167ca072a95a71b95482_populate_sysroot.tar.zst\nDEBUG: Using  for ce/07/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac_populate_sysroot.tar.zst\nDEBUG: Using  for e8/46/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/26/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://11/1b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1_package_qa.tar.zst\nDEBUG: Using  for f1/20/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a_populate_sysroot.tar.zst\nDEBUG: Using  for f5/11/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c_package_write_rpm.tar.zst\nDEBUG: Using  for 31/07/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://da/15/sstate:alsa-state::0.2.0:r0::11:da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071_populate_lic.tar.zst\nDEBUG: Testing URL file://ce/07/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e8/46/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/53/e1/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 11/1b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f1/20/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f5/11/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://31/07/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e_create_spdx.tar.zst\nDEBUG: Searching for da/15/sstate:alsa-state::0.2.0:r0::11:da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ce/07/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e8/46/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/53/e1/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 11/1b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f1/20/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f5/11/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '31/07/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for da/15/sstate:alsa-state::0.2.0:r0::11:da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071_populate_lic.tar.zst\nDEBUG: For url file://ce/07/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/07/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3Ace0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac_populate_sysroot.tar.zst;downloadfilename=ce/07/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac_populate_sysroot.tar.zst\nDEBUG: For url file://e8/46/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/46/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ae8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718_packagedata.tar.zst;downloadfilename=e8/46/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718_packagedata.tar.zst\nDEBUG: Using  for universal/53/e1/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://11/1b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1_package_qa.tar.zst\nDEBUG: For url file://f1/20/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/20/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.44.2%3Ar0%3Acore2-64%3A11%3Af1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a_populate_sysroot.tar.zst;downloadfilename=f1/20/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a_populate_sysroot.tar.zst\nDEBUG: For url file://f5/11/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/11/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A11%3Af51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c_package_write_rpm.tar.zst;downloadfilename=f5/11/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c_package_write_rpm.tar.zst\nDEBUG: For url file://31/07/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/07/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e_create_spdx.tar.zst;downloadfilename=31/07/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e_create_spdx.tar.zst\nDEBUG: Testing URL file://da/15/sstate:alsa-state::0.2.0:r0::11:da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/53/e1/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a8/5a/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '11/1b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d4/b3/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://00/d4/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:00d4e4a8c64e17404042d031fc290739ad720047c35fdf58e00a92b5215b5c14_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5f/72/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'da/15/sstate:alsa-state::0.2.0:r0::11:da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://60/e5/sstate:libfontenc::1.1.7:r0::11:60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/53/e1/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bc/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4_package.tar.zst\nDEBUG: For url file://11/1b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/1b/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1_package_qa.tar.zst;downloadfilename=11/1b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/8d/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/b0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/9d/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5_package_qa.tar.zst\nDEBUG: For url file://da/15/sstate:alsa-state::0.2.0:r0::11:da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/15/sstate%3Aalsa-state%3A%3A0.2.0%3Ar0%3A%3A11%3Ada15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071_populate_lic.tar.zst;downloadfilename=da/15/sstate:alsa-state::0.2.0:r0::11:da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://da/1d/sstate:libxrender-native::0.9.11:r0::11:da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e_populate_lic.tar.zst\nDEBUG: For url file://universal/53/e1/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/e1/sstate%3Aharfbuzz-native%3Ax86_64-linux%3A8.3.0%3Ar0%3Ax86_64%3A11%3A53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570_deploy_source_date_epoch.tar.zst;downloadfilename=universal/53/e1/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for bc/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3c/8d/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ee/b0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f8/9d/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ce/07/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:ce0799a1ef9a1260f6bc365145f09368da40112b75d4357943bb0191fa59efac_populate_sysroot.tar.zst\nDEBUG: Searching for da/1d/sstate:libxrender-native::0.9.11:r0::11:da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bc/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4_package.tar.zst\nDEBUG: Using  for 3c/8d/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b_create_runtime_spdx.tar.zst\nDEBUG: Using  for ee/b0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/20/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:f1203af01176958dabe51ad79a337062607b4b0d12b7088dcf026d7532433d8a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/46/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718_packagedata.tar.zst\nDEBUG: Using  for f8/9d/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://db/89/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe_package.tar.zst\nDEBUG: Using  for da/1d/sstate:libxrender-native::0.9.11:r0::11:da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e_populate_lic.tar.zst\nDEBUG: Testing URL file://bc/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4_package.tar.zst\nDEBUG: Testing URL file://3c/8d/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ee/b0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/af/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2d/4b/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3_recipe_qa.tar.zst\nDEBUG: Testing URL file://f8/9d/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5_package_qa.tar.zst\nDEBUG: Searching for db/89/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://da/1d/sstate:libxrender-native::0.9.11:r0::11:da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'bc/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3c/8d/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ee/b0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ce/af/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/2d/4b/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f8/9d/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for db/89/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe_package.tar.zst\nDEBUG: For url ['file', '', 'da/1d/sstate:libxrender-native::0.9.11:r0::11:da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bc/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/fe/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A11%3Abcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4_package.tar.zst;downloadfilename=bc/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4_package.tar.zst\nDEBUG: For url file://3c/8d/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/8d/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A11%3A3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b_create_runtime_spdx.tar.zst;downloadfilename=3c/8d/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b_create_runtime_spdx.tar.zst\nDEBUG: For url file://ee/b0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/b0/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3Aeeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe_create_spdx.tar.zst;downloadfilename=ee/b0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe_create_spdx.tar.zst\nDEBUG: Using  for ce/af/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1_packagedata.tar.zst\nDEBUG: Using  for universal/2d/4b/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3_recipe_qa.tar.zst\nDEBUG: For url file://f8/9d/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/9d/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3Af89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5_package_qa.tar.zst;downloadfilename=f8/9d/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5_package_qa.tar.zst\nDEBUG: Testing URL file://db/89/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe_package.tar.zst\nDEBUG: For url file://da/1d/sstate:libxrender-native::0.9.11:r0::11:da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/1d/sstate%3Alibxrender-native%3A%3A0.9.11%3Ar0%3A%3A11%3Ada1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e_populate_lic.tar.zst;downloadfilename=da/1d/sstate:libxrender-native::0.9.11:r0::11:da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/11/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ce/af/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1_packagedata.tar.zst\nDEBUG: Testing URL file://universal/2d/4b/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://11/1b/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'db/89/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://da/15/sstate:alsa-state::0.2.0:r0::11:da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/e1/sstate:harfbuzz-native:x86_64-linux:8.3.0:r0:x86_64:11:53e11f29c7d7a1d085f24416f6e2ce1a3ce1f179a6d95b8696b198a6c7018570_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/58/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ce/af/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2d/4b/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8e/c7/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a_create_runtime_spdx.tar.zst\nDEBUG: For url file://db/89/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/89/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3Adb89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe_package.tar.zst;downloadfilename=db/89/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe_package.tar.zst\nDEBUG: SState: Attempting to fetch file://30/a5/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://db/06/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c_packagedata.tar.zst\nDEBUG: Searching for e8/58/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ce/af/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/af/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A11%3Aceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1_packagedata.tar.zst;downloadfilename=ce/af/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1_packagedata.tar.zst\nDEBUG: For url file://universal/2d/4b/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/4b/sstate%3Agdbm-native%3Ax86_64-linux%3A1.23%3Ar0%3Ax86_64%3A11%3A2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3_recipe_qa.tar.zst;downloadfilename=universal/2d/4b/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3_recipe_qa.tar.zst\nDEBUG: Searching for 8e/c7/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 30/a5/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for db/06/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e8/58/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca_package_qa.tar.zst\nDEBUG: Using  for 8e/c7/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a_create_runtime_spdx.tar.zst\nDEBUG: Using  for 30/a5/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/9c/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1_create_spdx.tar.zst\nDEBUG: Using  for db/06/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c_packagedata.tar.zst\nDEBUG: Testing URL file://e8/58/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca_package_qa.tar.zst\nDEBUG: Testing URL file://8e/c7/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://30/a5/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://53/f9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://db/06/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e8/58/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8e/c7/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '30/a5/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/f9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'db/06/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e8/58/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/58/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A11%3Ae858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca_package_qa.tar.zst;downloadfilename=e8/58/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca_package_qa.tar.zst\nDEBUG: For url file://8e/c7/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/c7/sstate%3Aencodings%3Aall-poky-linux%3A1.0.7%3Ar0%3Aallarch%3A11%3A8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a_create_runtime_spdx.tar.zst;downloadfilename=8e/c7/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a_create_runtime_spdx.tar.zst\nDEBUG: For url file://30/a5/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/a5/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A11%3A30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a_create_spdx.tar.zst;downloadfilename=30/a5/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/b0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe_create_spdx.tar.zst\nDEBUG: Using  for 53/f9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04_create_runtime_spdx.tar.zst\nDEBUG: For url file://db/06/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/06/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3Adb0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c_packagedata.tar.zst;downloadfilename=db/06/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/9d/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://da/1d/sstate:libxrender-native::0.9.11:r0::11:da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/ad/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://db/89/sstate:linux-libc-headers:core2-64-poky-linux:6.6:r0:core2-64:11:db89038ed2cb924e3bedeab4c2f7dc15e44b2f3039ef22d10d64790c52dfedbe_package.tar.zst\nDEBUG: Testing URL file://53/f9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/06/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/ec/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/af/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:11:ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:bcfe1fb40efa07fff6e002d9b9eb9846ddec6c8ecdd95c63142b828e933b90a4_package.tar.zst\nDEBUG: Searching for 2a/ad/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d6/97/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '53/f9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ea/06/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bb/ec/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://16/b0/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://50/95/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47_package_qa.tar.zst\nDEBUG: Using  for 2a/ad/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d6/97/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://53/f9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/f9/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A11%3A53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04_create_runtime_spdx.tar.zst;downloadfilename=53/f9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04_create_runtime_spdx.tar.zst\nDEBUG: Using  for ea/06/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0_package_write_rpm.tar.zst\nDEBUG: Using  for bb/ec/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 16/b0/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/2d/4b/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:11:2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3_recipe_qa.tar.zst\nDEBUG: Searching for 50/95/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2a/ad/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d6/97/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ea/06/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://bb/ec/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 16/b0/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/5f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854_package.tar.zst\nDEBUG: Using  for 50/95/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47_package_qa.tar.zst\nDEBUG: For url ['file', '', '2a/ad/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d6/97/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ea/06/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bb/ec/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://16/b0/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a_package_write_rpm.tar.zst\nDEBUG: Searching for 5b/5f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://50/95/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47_package_qa.tar.zst\nDEBUG: For url file://2a/ad/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/ad/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.67%3Ar0%3Acore2-64%3A11%3A2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad_deploy_source_date_epoch.tar.zst;downloadfilename=2a/ad/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd6/97/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ea/06/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/06/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.20.13%3Ar0%3Acore2-64%3A11%3Aea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0_package_write_rpm.tar.zst;downloadfilename=ea/06/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0_package_write_rpm.tar.zst\nDEBUG: For url file://bb/ec/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/ec/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A11%3Abbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e_deploy_source_date_epoch.tar.zst;downloadfilename=bb/ec/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '16/b0/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5b/5f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854_package.tar.zst\nDEBUG: For url ['file', '', '50/95/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d6/97/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/97/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A11%3Ad697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069_deploy_source_date_epoch.tar.zst;downloadfilename=d6/97/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/58/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/c7/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a_create_runtime_spdx.tar.zst\nDEBUG: For url file://16/b0/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/b0/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.7.3%3Ar0%3Acore2-64%3A11%3A16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a_package_write_rpm.tar.zst;downloadfilename=16/b0/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5b/5f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/1e/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:c91eb14322ce29ad7a7f58b48cf423b71c483588f03458dc309d59e5f1df47b3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://db/06/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c_packagedata.tar.zst\nDEBUG: For url file://50/95/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/95/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A11%3A5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47_package_qa.tar.zst;downloadfilename=50/95/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/06/91/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/53/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:d75325b0ba2f47d3c36c22dc867d74b6d49dad75e5434c7273e2d46501b2a22e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/9d/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5b/5f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://25/50/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://15/35/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8_package_write_rpm.tar.zst\nDEBUG: Searching for universal/06/91/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e7/0f/sstate:tzdata::2023d:r0::11:e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/ad/sstate:quilt:core2-64-poky-linux:0.67:r0:core2-64:11:2aad7116bce4d191b740104d8884043f85be55e3b0939097561cca757a939bad_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d1/9d/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5b/5f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/5f/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3A5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854_package.tar.zst;downloadfilename=5b/5f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854_package.tar.zst\nDEBUG: Searching for 25/50/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 15/35/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/06/91/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f_create_runtime_spdx.tar.zst\nDEBUG: Searching for e7/0f/sstate:tzdata::2023d:r0::11:e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c8/0d/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc_package_write_rpm.tar.zst\nDEBUG: Using  for d1/9d/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032_package_write_rpm.tar.zst\nDEBUG: Using  for 25/50/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0_recipe_qa.tar.zst\nDEBUG: Using  for 15/35/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/06/91/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f_create_runtime_spdx.tar.zst\nDEBUG: Using  for e7/0f/sstate:tzdata::2023d:r0::11:e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb_populate_lic.tar.zst\nDEBUG: Searching for c8/0d/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d1/9d/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032_package_write_rpm.tar.zst\nDEBUG: Testing URL file://25/50/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0_recipe_qa.tar.zst\nDEBUG: Testing URL file://15/35/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/06/91/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e7/0f/sstate:tzdata::2023d:r0::11:e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb_populate_lic.tar.zst\nDEBUG: Using  for c8/0d/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd1/9d/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '25/50/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '15/35/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/06/91/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/06/91/sstate%3Apython3-calver-native%3Ax86_64-linux%3A2022.6.26%3Ar0%3Ax86_64%3A11%3A06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f_create_runtime_spdx.tar.zst;downloadfilename=universal/06/91/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e7/0f/sstate:tzdata::2023d:r0::11:e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c8/0d/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc_package_write_rpm.tar.zst\nDEBUG: For url file://d1/9d/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/9d/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.92.9%3Ar0%3Acore2-64%3A11%3Ad19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032_package_write_rpm.tar.zst;downloadfilename=d1/9d/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032_package_write_rpm.tar.zst\nDEBUG: For url file://25/50/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/50/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.42%3Ar0%3Acore2-64%3A11%3A2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0_recipe_qa.tar.zst;downloadfilename=25/50/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0_recipe_qa.tar.zst\nDEBUG: For url file://15/35/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/35/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.0.3%3Ar0%3Acore2-64%3A11%3A1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8_package_write_rpm.tar.zst;downloadfilename=15/35/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8_package_write_rpm.tar.zst\nDEBUG: For url file://e7/0f/sstate:tzdata::2023d:r0::11:e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/0f/sstate%3Atzdata%3A%3A2023d%3Ar0%3A%3A11%3Ae70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb_populate_lic.tar.zst;downloadfilename=e7/0f/sstate:tzdata::2023d:r0::11:e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c8/0d/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d6/97/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:d697694bf7a4de7cdf526ba40a57172dfd939ce47911120f3790c6d18cd54069_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/ec/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:bbece3cc57c450fc826dec0b22b375acfaba064facc3dfb3404c7c7c1e18a45e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://16/b0/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://50/95/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47_package_qa.tar.zst\nDEBUG: For url file://c8/0d/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/0d/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.9.0%3Ar0%3Acore2-64%3A11%3Ac80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc_package_write_rpm.tar.zst;downloadfilename=c8/0d/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/5f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:5b5f73c60da78c9a4838e7ee4713bd5b8d8f7ad8c5ef42541d30bba14103d854_package.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/3d/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst\nDEBUG: SState: Attempting to fetch file://38/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/55/9f/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://55/9d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053_create_runtime_spdx.tar.zst\nDEBUG: Searching for bd/3d/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 38/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/55/9f/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 55/9d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for bd/3d/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea_recipe_qa.tar.zst\nDEBUG: Using  for 3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst\nDEBUG: Using  for 38/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390_recipe_qa.tar.zst\nDEBUG: Using  for universal/55/9f/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 55/9d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://bd/3d/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst\nDEBUG: Testing URL file://38/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/55/9f/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://55/9d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'bd/3d/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '38/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/55/9f/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '55/9d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/06/91/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:11:06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f_create_runtime_spdx.tar.zst\nDEBUG: For url file://bd/3d/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/3d/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Abd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea_recipe_qa.tar.zst;downloadfilename=bd/3d/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea_recipe_qa.tar.zst\nDEBUG: For url file://3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/97/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst;downloadfilename=3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst\nDEBUG: For url file://38/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/4f/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390_recipe_qa.tar.zst;downloadfilename=38/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390_recipe_qa.tar.zst\nDEBUG: For url file://universal/55/9f/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/55/9f/sstate%3Alibarchive-native%3Ax86_64-linux%3A3.7.2%3Ar0%3Ax86_64%3A11%3A559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/55/9f/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://55/9d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/9d/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053_create_runtime_spdx.tar.zst;downloadfilename=55/9d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://be/c9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://25/50/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/9d/sstate:python3-hypothesis:core2-64-poky-linux:6.92.9:r0:core2-64:11:d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://15/35/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/0f/sstate:tzdata::2023d:r0::11:e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb_populate_lic.tar.zst\nDEBUG: Searching for be/c9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://31/07/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/8d/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://80/46/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/aa/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c5/2e/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://12/f7/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862_packagedata.tar.zst\nDEBUG: Using  for be/c9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://24/8d/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/30/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e_package_write_rpm.tar.zst\nDEBUG: Searching for 80/46/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3f/aa/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c5/2e/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 12/f7/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://be/c9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba_create_spdx.tar.zst\nDEBUG: Searching for 24/8d/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0c/30/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 80/46/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/3d/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea_recipe_qa.tar.zst\nDEBUG: Using  for 3f/aa/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5_package_qa.tar.zst\nDEBUG: Using  for universal/c5/2e/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052_create_runtime_spdx.tar.zst\nDEBUG: Using  for 12/f7/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862_packagedata.tar.zst\nDEBUG: For url ['file', '', 'be/c9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 24/8d/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab_packagedata.tar.zst\nDEBUG: Using  for 0c/30/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://80/46/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8e/70/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623_recipe_qa.tar.zst\nDEBUG: Testing URL file://3f/aa/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5_package_qa.tar.zst\nDEBUG: Testing URL file://universal/c5/2e/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://12/f7/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862_packagedata.tar.zst\nDEBUG: For url file://be/c9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/c9/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A11%3Abec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba_create_spdx.tar.zst;downloadfilename=be/c9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba_create_spdx.tar.zst\nDEBUG: Testing URL file://24/8d/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab_packagedata.tar.zst\nDEBUG: Testing URL file://0c/30/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '80/46/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/8e/70/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3f/aa/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c5/2e/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '12/f7/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '24/8d/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0c/30/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://38/4f/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390_recipe_qa.tar.zst\nDEBUG: For url file://80/46/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/46/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d_create_spdx.tar.zst;downloadfilename=80/46/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d_create_spdx.tar.zst\nDEBUG: Using  for universal/8e/70/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623_recipe_qa.tar.zst\nDEBUG: For url file://3f/aa/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/aa/sstate%3Agcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5_package_qa.tar.zst;downloadfilename=3f/aa/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5_package_qa.tar.zst\nDEBUG: For url file://universal/c5/2e/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/2e/sstate%3Aca-certificates-native%3Ax86_64-linux%3A20211016%3Ar0%3Ax86_64%3A11%3Ac52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052_create_runtime_spdx.tar.zst;downloadfilename=universal/c5/2e/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052_create_runtime_spdx.tar.zst\nDEBUG: For url file://12/f7/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/f7/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.13%3Ar0%3Acore2-64%3A11%3A12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862_packagedata.tar.zst;downloadfilename=12/f7/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862_packagedata.tar.zst\nDEBUG: For url file://24/8d/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/8d/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab_packagedata.tar.zst;downloadfilename=24/8d/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab_packagedata.tar.zst\nDEBUG: For url file://0c/30/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/30/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e_package_write_rpm.tar.zst;downloadfilename=0c/30/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/3c/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/8e/70/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/55/9f/sstate:libarchive-native:x86_64-linux:3.7.2:r0:x86_64:11:559ff5d773a4adfee4f4fdecf6e98f9fba2b637b06782b449f95c59b4f3e903e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://30/a5/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://55/9d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053_create_runtime_spdx.tar.zst\nDEBUG: Searching for 2b/3c/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/8e/70/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/bc/fc/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://48/80/sstate:gnome-desktop-testing::2021.1:r0::11:48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/4b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01_package.tar.zst\nDEBUG: Using  for 2b/3c/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371_create_spdx.tar.zst\nDEBUG: For url file://universal/8e/70/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8e/70/sstate%3Agnutls-native%3Ax86_64-linux%3A3.8.3%3Ar0%3Ax86_64%3A11%3A8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623_recipe_qa.tar.zst;downloadfilename=universal/8e/70/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623_recipe_qa.tar.zst\nDEBUG: Searching for universal/bc/fc/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 48/80/sstate:gnome-desktop-testing::2021.1:r0::11:48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b9/4b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2b/3c/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371_create_spdx.tar.zst\nDEBUG: Using  for universal/bc/fc/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac_create_runtime_spdx.tar.zst\nDEBUG: Using  for 48/80/sstate:gnome-desktop-testing::2021.1:r0::11:48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18_populate_lic.tar.zst\nDEBUG: Using  for b9/4b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01_package.tar.zst\nDEBUG: SState: Successful fetch test for file://53/f9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:11:53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2b/3c/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/bc/fc/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://48/80/sstate:gnome-desktop-testing::2021.1:r0::11:48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18_populate_lic.tar.zst\nDEBUG: Testing URL file://b9/4b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/61/7c/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515_create_spdx.tar.zst\nDEBUG: For url file://2b/3c/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/3c/sstate%3Alibgcc-initial%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371_create_spdx.tar.zst;downloadfilename=2b/3c/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/bc/fc/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '48/80/sstate:gnome-desktop-testing::2021.1:r0::11:48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/4b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/61/7c/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/bc/fc/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bc/fc/sstate%3Agobject-introspection-native%3Ax86_64-linux%3A1.78.1%3Ar0%3Ax86_64%3A11%3Abcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac_create_runtime_spdx.tar.zst;downloadfilename=universal/bc/fc/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac_create_runtime_spdx.tar.zst\nDEBUG: For url file://48/80/sstate:gnome-desktop-testing::2021.1:r0::11:48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/80/sstate%3Agnome-desktop-testing%3A%3A2021.1%3Ar0%3A%3A11%3A48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18_populate_lic.tar.zst;downloadfilename=48/80/sstate:gnome-desktop-testing::2021.1:r0::11:48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://80/46/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d_create_spdx.tar.zst\nDEBUG: For url file://b9/4b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/4b/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A11%3Ab94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01_package.tar.zst;downloadfilename=b9/4b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c5/2e/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:11:c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/61/7c/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/aa/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/30/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://24/8d/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://12/f7/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://50/f7/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5_package.tar.zst\nDEBUG: Testing URL file://universal/61/7c/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8e/70/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6c/c2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/8c/sstate:fontconfig-native::2.15.0:r0::11:6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://67/8b/sstate:python3-importlib-metadata-native::7.0.1:r0::11:678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643_populate_lic.tar.zst\nDEBUG: Searching for 2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://8c/9f/sstate:qemu-system-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: Searching for 50/f7/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/61/7c/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1d/bc/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8_packagedata.tar.zst\nDEBUG: Searching for universal/6c/c2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6c/8c/sstate:fontconfig-native::2.15.0:r0::11:6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 67/8b/sstate:python3-importlib-metadata-native::7.0.1:r0::11:678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst\nDEBUG: Searching for 8c/9f/sstate:qemu-system-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 50/f7/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5_package.tar.zst\nDEBUG: For url file://universal/61/7c/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/61/7c/sstate%3Aat-spi2-core-native%3Ax86_64-linux%3A2.50.1%3Ar0%3Ax86_64%3A11%3A617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515_create_spdx.tar.zst;downloadfilename=universal/61/7c/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515_create_spdx.tar.zst\nDEBUG: Searching for 1d/bc/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/6c/c2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 6c/8c/sstate:fontconfig-native::2.15.0:r0::11:6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563_populate_lic.tar.zst\nDEBUG: Using  for 67/8b/sstate:python3-importlib-metadata-native::7.0.1:r0::11:678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643_populate_lic.tar.zst\nDEBUG: Testing URL file://2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst\nDEBUG: Using  for 8c/9f/sstate:qemu-system-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: Testing URL file://50/f7/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5_package.tar.zst\nDEBUG: Using  for 1d/bc/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8_packagedata.tar.zst\nDEBUG: Testing URL file://universal/6c/c2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6c/8c/sstate:fontconfig-native::2.15.0:r0::11:6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/3c/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371_create_spdx.tar.zst\nDEBUG: Testing URL file://67/8b/sstate:python3-importlib-metadata-native::7.0.1:r0::11:678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8c/9f/sstate:qemu-system-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: For url ['file', '', '50/f7/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1d/bc/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/6c/c2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6c/8c/sstate:fontconfig-native::2.15.0:r0::11:6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://19/b1/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '67/8b/sstate:python3-importlib-metadata-native::7.0.1:r0::11:678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/ea/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst;downloadfilename=2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst\nDEBUG: For url ['file', '', '8c/9f/sstate:qemu-system-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://50/f7/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/f7/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A11%3A50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5_package.tar.zst;downloadfilename=50/f7/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5_package.tar.zst\nDEBUG: For url ['file', '', '1d/bc/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/6c/c2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6c/c2/sstate%3Apython3-native%3Ax86_64-linux%3A3.12.1%3Ar0%3Ax86_64%3A11%3A6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6_create_runtime_spdx.tar.zst;downloadfilename=universal/6c/c2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6_create_runtime_spdx.tar.zst\nDEBUG: For url file://6c/8c/sstate:fontconfig-native::2.15.0:r0::11:6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/8c/sstate%3Afontconfig-native%3A%3A2.15.0%3Ar0%3A%3A11%3A6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563_populate_lic.tar.zst;downloadfilename=6c/8c/sstate:fontconfig-native::2.15.0:r0::11:6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563_populate_lic.tar.zst\nDEBUG: Searching for 19/b1/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://67/8b/sstate:python3-importlib-metadata-native::7.0.1:r0::11:678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/8b/sstate%3Apython3-importlib-metadata-native%3A%3A7.0.1%3Ar0%3A%3A11%3A678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643_populate_lic.tar.zst;downloadfilename=67/8b/sstate:python3-importlib-metadata-native::7.0.1:r0::11:678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643_populate_lic.tar.zst\nDEBUG: For url file://8c/9f/sstate:qemu-system-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/9f/sstate%3Aqemu-system-native%3A%3A8.2.0%3Ar0%3A%3A11%3A8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst;downloadfilename=8c/9f/sstate:qemu-system-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bc/fc/sstate:gobject-introspection-native:x86_64-linux:1.78.1:r0:x86_64:11:bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac_create_runtime_spdx.tar.zst\nDEBUG: For url file://1d/bc/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/bc/sstate%3Anpth%3Acore2-64-poky-linux%3A1.6%3Ar0%3Acore2-64%3A11%3A1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8_packagedata.tar.zst;downloadfilename=1d/bc/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://48/80/sstate:gnome-desktop-testing::2021.1:r0::11:48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/4b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:11:b94b5d4062bf31492f50b30506ea23045f32422666bbff01801d03c56f0e9a01_package.tar.zst\nDEBUG: Using  for 19/b1/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/36/20/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/61/7c/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/29/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://98/df/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://19/b1/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://50/f7/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:50f762919e3a4ac4f48beef0a30979c11427d9c95959e3d4a06335d8e52a05e5_package.tar.zst\nDEBUG: Searching for universal/36/20/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://58/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1_packagedata.tar.zst\nDEBUG: Searching for aa/29/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 98/df/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '19/b1/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c7/71/sstate:liberation-fonts::2.1.5:r0::11:c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72_populate_lic.tar.zst\nDEBUG: Using  for universal/36/20/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7_create_runtime_spdx.tar.zst\nDEBUG: Searching for 58/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for aa/29/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa_package_write_rpm.tar.zst\nDEBUG: Using  for 98/df/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d_create_runtime_spdx.tar.zst\nDEBUG: For url file://19/b1/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/b1/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3A19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560_deploy_source_date_epoch.tar.zst;downloadfilename=19/b1/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c7/71/sstate:liberation-fonts::2.1.5:r0::11:c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/36/20/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7_create_runtime_spdx.tar.zst\nDEBUG: Using  for 58/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1_packagedata.tar.zst\nDEBUG: Testing URL file://aa/29/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://98/df/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6c/c2/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6_create_runtime_spdx.tar.zst\nDEBUG: Using  for c7/71/sstate:liberation-fonts::2.1.5:r0::11:c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/36/20/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://58/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1_packagedata.tar.zst\nDEBUG: For url ['file', '', 'aa/29/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6c/8c/sstate:fontconfig-native::2.15.0:r0::11:6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563_populate_lic.tar.zst\nDEBUG: For url ['file', '', '98/df/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2e/11/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c7/71/sstate:liberation-fonts::2.1.5:r0::11:c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72_populate_lic.tar.zst\nDEBUG: For url file://universal/36/20/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/20/sstate%3Aicon-naming-utils-native%3Ax86_64-linux%3A0.8.90%3Ar0%3Ax86_64%3A11%3A36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7_create_runtime_spdx.tar.zst;downloadfilename=universal/36/20/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '58/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://aa/29/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/29/sstate%3Aicu%3Acore2-64-poky-linux%3A74-1%3Ar0%3Acore2-64%3A11%3Aaa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa_package_write_rpm.tar.zst;downloadfilename=aa/29/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://03/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653_package_write_rpm.tar.zst\nDEBUG: For url file://98/df/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/df/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A11%3A98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d_create_runtime_spdx.tar.zst;downloadfilename=98/df/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d_create_runtime_spdx.tar.zst\nDEBUG: Searching for 2e/11/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c7/71/sstate:liberation-fonts::2.1.5:r0::11:c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://58/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/26/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1_packagedata.tar.zst;downloadfilename=58/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/9f/sstate:qemu-system-native::8.2.0:r0::11:8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27_populate_lic.tar.zst\nDEBUG: Searching for 03/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c8/0d/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc_package_write_rpm.tar.zst\nDEBUG: Using  for 2e/11/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03_package_write_rpm.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://1d/bc/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://67/8b/sstate:python3-importlib-metadata-native::7.0.1:r0::11:678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643_populate_lic.tar.zst\nDEBUG: For url file://c7/71/sstate:liberation-fonts::2.1.5:r0::11:c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/71/sstate%3Aliberation-fonts%3A%3A2.1.5%3Ar0%3A%3A11%3Ac771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72_populate_lic.tar.zst;downloadfilename=c7/71/sstate:liberation-fonts::2.1.5:r0::11:c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://19/b1/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:19b117a611674cb564328fe15b2e68abd0900180076fdccdbf17f7ca0aa11560_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/b0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb_package.tar.zst\nDEBUG: Using  for 03/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://35/a2/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2_recipe_qa.tar.zst\nDEBUG: Testing URL file://2e/11/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://43/33/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/ee/sstate:pciutils::3.10.0:r0::11:e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/f2/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504_package_write_rpm.tar.zst\nDEBUG: Searching for fd/b0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://03/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/36/20/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/29/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa_package_write_rpm.tar.zst\nDEBUG: Searching for 35/a2/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2e/11/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 43/33/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e1/ee/sstate:pciutils::3.10.0:r0::11:e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0c/f2/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fd/b0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb_package.tar.zst\nDEBUG: For url ['file', '', '03/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/23/cf/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://92/d4/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a_create_spdx.tar.zst\nDEBUG: Using  for 35/a2/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2_recipe_qa.tar.zst\nDEBUG: For url file://2e/11/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/11/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A11%3A2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03_package_write_rpm.tar.zst;downloadfilename=2e/11/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03_package_write_rpm.tar.zst\nDEBUG: Using  for 43/33/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf_package.tar.zst\nDEBUG: Using  for e1/ee/sstate:pciutils::3.10.0:r0::11:e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0_populate_lic.tar.zst\nDEBUG: Using  for 0c/f2/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fd/b0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb_package.tar.zst\nDEBUG: For url file://03/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/d6/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A11%3A03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653_package_write_rpm.tar.zst;downloadfilename=03/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653_package_write_rpm.tar.zst\nDEBUG: Searching for universal/23/cf/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 92/d4/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://35/a2/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2_recipe_qa.tar.zst\nDEBUG: Testing URL file://43/33/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf_package.tar.zst\nDEBUG: Testing URL file://e1/ee/sstate:pciutils::3.10.0:r0::11:e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0_populate_lic.tar.zst\nDEBUG: Testing URL file://0c/f2/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://98/df/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'fd/b0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/23/cf/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d_recipe_qa.tar.zst\nDEBUG: Using  for 92/d4/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://58/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1_packagedata.tar.zst\nDEBUG: For url ['file', '', '35/a2/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '43/33/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e1/ee/sstate:pciutils::3.10.0:r0::11:e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0c/f2/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1d/40/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b_packagedata.tar.zst\nDEBUG: For url file://fd/b0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/b0/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Afdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb_package.tar.zst;downloadfilename=fd/b0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb_package.tar.zst\nDEBUG: Testing URL file://universal/23/cf/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d_recipe_qa.tar.zst\nDEBUG: Testing URL file://92/d4/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://11/dd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2_create_spdx.tar.zst\nDEBUG: For url file://35/a2/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/a2/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.6%3Ar0%3Acore2-64%3A11%3A35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2_recipe_qa.tar.zst;downloadfilename=35/a2/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2_recipe_qa.tar.zst\nDEBUG: For url file://43/33/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/33/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf_package.tar.zst;downloadfilename=43/33/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf_package.tar.zst\nDEBUG: For url file://e1/ee/sstate:pciutils::3.10.0:r0::11:e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/ee/sstate%3Apciutils%3A%3A3.10.0%3Ar0%3A%3A11%3Ae1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0_populate_lic.tar.zst;downloadfilename=e1/ee/sstate:pciutils::3.10.0:r0::11:e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0_populate_lic.tar.zst\nDEBUG: For url file://0c/f2/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/f2/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A11%3A0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504_package_write_rpm.tar.zst;downloadfilename=0c/f2/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504_package_write_rpm.tar.zst\nDEBUG: Searching for 1d/40/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/23/cf/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst: HTTP Error 404: Not Found\nDEBUG: For url ['file', '', '92/d4/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://be/c9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba_create_spdx.tar.zst\nDEBUG: Searching for 11/dd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c7/71/sstate:liberation-fonts::2.1.5:r0::11:c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72_populate_lic.tar.zst\nDEBUG: Using  for 1d/40/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b_packagedata.tar.zst\nDEBUG: For url file://universal/23/cf/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/23/cf/sstate%3Alibxshmfence-native%3Ax86_64-linux%3A1.3.2%3Ar0%3Ax86_64%3A11%3A23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d_recipe_qa.tar.zst;downloadfilename=universal/23/cf/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d_recipe_qa.tar.zst\nDEBUG: For url file://92/d4/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/d4/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A11%3A92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a_create_spdx.tar.zst;downloadfilename=92/d4/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a_create_spdx.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst (FetchError(\"URL doesn't work\", 'file://3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://3d/97/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7_image_complete.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://07/af/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4_populate_sysroot.tar.zst\nDEBUG: Using  for 11/dd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0c/99/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1d/40/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://03/d6/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fe/3d/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 07/af/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2e/11/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:11:2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03_package_write_rpm.tar.zst\nDEBUG: Testing URL file://11/dd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2_create_spdx.tar.zst\nDEBUG: Searching for universal/0c/99/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '1d/40/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://71/5a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/fe/3d/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 07/af/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/78/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0_package_qa.tar.zst\nDEBUG: For url ['file', '', '11/dd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/0c/99/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775_populate_sysroot.tar.zst\nDEBUG: For url file://1d/40/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/40/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.9.0%3Ar0%3Acore2-64%3A11%3A1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b_packagedata.tar.zst;downloadfilename=1d/40/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b_packagedata.tar.zst\nDEBUG: Searching for 71/5a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/fe/3d/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://07/af/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4_populate_sysroot.tar.zst\nDEBUG: Searching for ed/78/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://11/dd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/dd/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.6%3Ar0%3Acore2-64%3A11%3A11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2_create_spdx.tar.zst;downloadfilename=11/dd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/0c/99/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://35/a2/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2_recipe_qa.tar.zst\nDEBUG: Using  for 71/5a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/ee/sstate:pciutils::3.10.0:r0::11:e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/b0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdb00245a67b0938c385de2604f9a8e9e0e9a84e636dc3ca8d39b89b59027dbb_package.tar.zst\nDEBUG: Testing URL file://universal/fe/3d/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '07/af/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://43/33/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:4333265a8ab5324b95f08d1d8d8c0fa2a8f8d92fef02f8801a16f596b98680cf_package.tar.zst\nDEBUG: Using  for ed/78/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/0c/99/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/12/65/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://71/5a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/f2/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://16/6b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/6f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/fe/3d/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://07/af/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/af/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A11%3A07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4_populate_sysroot.tar.zst;downloadfilename=07/af/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/19/85/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ed/78/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0_package_qa.tar.zst\nDEBUG: For url file://universal/0c/99/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/99/sstate%3Alibxcomposite-native%3Ax86_64-linux%3A0.4.6%3Ar0%3Ax86_64%3A11%3A0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775_populate_sysroot.tar.zst;downloadfilename=universal/0c/99/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775_populate_sysroot.tar.zst\nDEBUG: Searching for universal/12/65/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '71/5a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://21/32/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f_recipe_qa.tar.zst\nDEBUG: Searching for 16/6b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5e/6f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/fe/3d/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fe/3d/sstate%3Avala-native%3Ax86_64-linux%3A0.56.13%3Ar0%3Ax86_64%3A11%3Afe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/fe/3d/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/19/85/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ed/78/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/12/65/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b_create_runtime_spdx.tar.zst\nDEBUG: For url file://71/5a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/5a/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690_create_runtime_spdx.tar.zst;downloadfilename=71/5a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690_create_runtime_spdx.tar.zst\nDEBUG: Searching for 21/32/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/23/cf/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:11:23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d_recipe_qa.tar.zst\nDEBUG: Using  for 16/6b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac_populate_sysroot.tar.zst\nDEBUG: Using  for 5e/6f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a_package_qa.tar.zst\nDEBUG: Using  for universal/19/85/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102_populate_sysroot.tar.zst\nDEBUG: For url file://ed/78/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/78/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.17.0%3Ar0%3Acore2-64%3A11%3Aed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0_package_qa.tar.zst;downloadfilename=ed/78/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0_package_qa.tar.zst\nDEBUG: Testing URL file://universal/12/65/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 21/32/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/8b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/40/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b_packagedata.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: Testing URL file://16/6b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5e/6f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a_package_qa.tar.zst\nDEBUG: Testing URL file://universal/19/85/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/12/65/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://21/32/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f_recipe_qa.tar.zst\nDEBUG: Searching for 6c/8b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7d/80/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '16/6b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://07/af/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:07af77f2899fd2efea7984e073050ef1ff525ff7b5a7fa23bcfe3fe6e0d4a7f4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5e/6f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/19/85/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/12/65/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/65/sstate%3Amakedepend-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A11%3A1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b_create_runtime_spdx.tar.zst;downloadfilename=universal/12/65/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '21/32/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6c/8b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca_recipe_qa.tar.zst\nDEBUG: Searching for 7d/80/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://16/6b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/6b/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.11.5%3Ar0%3Acore2-64%3A11%3A166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac_populate_sysroot.tar.zst;downloadfilename=16/6b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/35/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10_package.tar.zst\nDEBUG: For url file://5e/6f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/6f/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3A5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a_package_qa.tar.zst;downloadfilename=5e/6f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a_package_qa.tar.zst\nDEBUG: For url file://universal/19/85/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/85/sstate%3Alibxxf86vm-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A11%3A198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102_populate_sysroot.tar.zst;downloadfilename=universal/19/85/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102_populate_sysroot.tar.zst\nDEBUG: For url file://21/32/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/32/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A11%3A213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f_recipe_qa.tar.zst;downloadfilename=21/32/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f_recipe_qa.tar.zst\nDEBUG: Testing URL file://6c/8b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0c/99/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775_populate_sysroot.tar.zst\nDEBUG: Using  for 7d/80/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f_create_runtime_spdx.tar.zst\nDEBUG: Searching for 1c/35/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/fe/3d/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:fe3d2b4c9834400cc60073c77b9911c9ec9f707a6537b5ac806af8a54fdf2bf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6c/8b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Successful fetch test for file://ed/78/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/8f/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1_create_spdx.tar.zst\nDEBUG: Testing URL file://7d/80/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f_create_runtime_spdx.tar.zst\nDEBUG: Using  for 1c/35/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/08/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6c/8b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/8b/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.16%3Ar0%3Acore2-64%3A11%3A6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca_recipe_qa.tar.zst;downloadfilename=6c/8b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca_recipe_qa.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst (FetchError(\"URL doesn't work\", 'file://2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://2e/ea/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e_image_qa.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://dc/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12_package.tar.zst\nDEBUG: Searching for universal/08/8f/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7d/80/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1c/35/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10_package.tar.zst\nDEBUG: Searching for a0/08/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://6e/0e/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/12/65/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b_create_runtime_spdx.tar.zst\nDEBUG: Searching for dc/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/08/8f/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1_create_spdx.tar.zst\nDEBUG: For url file://7d/80/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/80/sstate%3Ashadow-sysroot%3Acore2-64-poky-linux%3A4.6%3Ar0%3Acore2-64%3A11%3A7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f_create_runtime_spdx.tar.zst;downloadfilename=7d/80/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '1c/35/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a0/08/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6e/0e/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://55/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628_package_write_rpm.tar.zst\nDEBUG: Using  for dc/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12_package.tar.zst\nDEBUG: Testing URL file://universal/08/8f/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1_create_spdx.tar.zst\nDEBUG: For url file://1c/35/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/35/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A11%3A1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10_package.tar.zst;downloadfilename=1c/35/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10_package.tar.zst\nDEBUG: Testing URL file://a0/08/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6e/0e/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://16/6b/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:166b9484697a17352e5742c77155c9400a1c9a821afb826d2a2be44f4c8b63ac_populate_sysroot.tar.zst\nDEBUG: Searching for 55/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://dc/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12_package.tar.zst\nDEBUG: For url ['file', '', 'universal/08/8f/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a0/08/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6e/0e/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/6a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/19/85/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/6f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:11:5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a_package_qa.tar.zst\nDEBUG: Using  for 55/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'dc/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/08/8f/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/8f/sstate%3Avala-native%3Ax86_64-linux%3A0.56.13%3Ar0%3Ax86_64%3A11%3A088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1_create_spdx.tar.zst;downloadfilename=universal/08/8f/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1_create_spdx.tar.zst\nDEBUG: For url file://a0/08/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/08/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A11%3Aa00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78_deploy_source_date_epoch.tar.zst;downloadfilename=a0/08/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6e/0e/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f1/6a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c9/ef/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://12/b8/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5_create_spdx.tar.zst\nDEBUG: Testing URL file://55/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628_package_write_rpm.tar.zst\nDEBUG: For url file://dc/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/0a/sstate%3Akmod%3Acore2-64-poky-linux%3A31%3Ar0%3Acore2-64%3A11%3Adc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12_package.tar.zst;downloadfilename=dc/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12_package.tar.zst\nDEBUG: For url file://6e/0e/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/0e/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A11%3A6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82_populate_sysroot.tar.zst;downloadfilename=6e/0e/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://21/32/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f_recipe_qa.tar.zst\nDEBUG: Using  for f1/6a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283_package_write_rpm.tar.zst\nDEBUG: Searching for c9/ef/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 12/b8/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '55/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6c/8b/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/6b/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/80/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f1/6a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283_package_write_rpm.tar.zst\nDEBUG: Using  for c9/ef/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa_create_spdx.tar.zst\nDEBUG: Using  for 12/b8/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5_create_spdx.tar.zst\nDEBUG: For url file://55/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/df/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628_package_write_rpm.tar.zst;downloadfilename=55/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/cc/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0d/6b/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/75/ce/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f1/6a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c9/ef/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa_create_spdx.tar.zst\nDEBUG: Testing URL file://12/b8/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5_create_spdx.tar.zst\nDEBUG: Searching for e2/cc/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0d/6b/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/06/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/35/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:1c352140c736fdc4a9810ad8a190f7916977baaa3bafb02a1dab5f70c5a65a10_package.tar.zst\nDEBUG: Searching for universal/75/ce/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f1/6a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/6a/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A11%3Af16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283_package_write_rpm.tar.zst;downloadfilename=f1/6a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c9/ef/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '12/b8/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e2/cc/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0d/6b/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/bc/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://df/a0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6_populate_sysroot.tar.zst\nDEBUG: Using  for universal/75/ce/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6_create_spdx.tar.zst\nDEBUG: For url file://c9/ef/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/ef/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A11%3Ac9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa_create_spdx.tar.zst;downloadfilename=c9/ef/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa_create_spdx.tar.zst\nDEBUG: For url file://12/b8/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/b8/sstate%3Adepmodwrapper-cross%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5_create_spdx.tar.zst;downloadfilename=12/b8/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5_create_spdx.tar.zst\nDEBUG: Testing URL file://e2/cc/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/08/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:a00803e55fa26d61c063a14e0404ce62dff5ae986b3df60ce3a29195c7305b78_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0d/6b/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/08/8f/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1_create_spdx.tar.zst\nDEBUG: Searching for 3a/bc/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for df/a0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/75/ce/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e2/cc/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3b/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/0e/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6e0e1acb8c3a19830b16a7647fc08cfee1454c7815f67686bc58b36485fd8d82_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/0a/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:dc0ad29b82cb1ebaa060f912cc477c60fc36d0226fe4a7acfeab11ddc254bd12_package.tar.zst\nDEBUG: For url file://0d/6b/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/6b/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A11%3A0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8_deploy_source_date_epoch.tar.zst;downloadfilename=0d/6b/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/3a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154_packagedata.tar.zst\nDEBUG: Using  for 3a/bc/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3_packagedata.tar.zst\nDEBUG: Using  for df/a0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/75/ce/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e2/cc/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/cc/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3Ae2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc_deploy_source_date_epoch.tar.zst;downloadfilename=e2/cc/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3b/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c0/5e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/df/a6/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6f/3a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3a/bc/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://55/df/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628_package_write_rpm.tar.zst\nDEBUG: Testing URL file://df/a0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6_populate_sysroot.tar.zst\nDEBUG: For url file://universal/75/ce/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/ce/sstate%3Amakedepend-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A11%3A75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6_create_spdx.tar.zst;downloadfilename=universal/75/ce/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6_create_spdx.tar.zst\nDEBUG: Using  for 3b/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47_recipe_qa.tar.zst\nDEBUG: Searching for c0/5e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://11/dd/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/6a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283_package_write_rpm.tar.zst\nDEBUG: Searching for universal/df/a6/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6f/3a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154_packagedata.tar.zst\nDEBUG: For url ['file', '', '3a/bc/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c4/b8/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'df/a0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3b/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47_recipe_qa.tar.zst\nDEBUG: Using  for c0/5e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/96/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/90/6d/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95_recipe_qa.tar.zst\nDEBUG: Using  for universal/df/a6/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6f/3a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154_packagedata.tar.zst\nDEBUG: For url file://3a/bc/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/bc/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A11%3A3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3_packagedata.tar.zst;downloadfilename=3a/bc/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3_packagedata.tar.zst\nDEBUG: Searching for c4/b8/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://df/a0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/a0/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A11%3Adfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6_populate_sysroot.tar.zst;downloadfilename=df/a0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3b/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c0/5e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f_recipe_qa.tar.zst\nDEBUG: Searching for ad/96/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/90/6d/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/df/a6/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6f/3a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c4/b8/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/ef/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://12/b8/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5_create_spdx.tar.zst\nDEBUG: For url file://3b/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/72/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A11%3A3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47_recipe_qa.tar.zst;downloadfilename=3b/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c0/5e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ad/96/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/6b/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0d6bd15122177e149d5263b3e1982a6268256686b1448b700933ef7a8b527ae8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/90/6d/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://71/5a/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/df/a6/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6f/3a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/3a/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A11%3A6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154_packagedata.tar.zst;downloadfilename=6f/3a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154_packagedata.tar.zst\nDEBUG: Testing URL file://c4/b8/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://31/f5/sstate:libxext-native::1.3.5:r0::11:31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/44/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031_recipe_qa.tar.zst\nDEBUG: For url file://c0/5e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/5e/sstate%3Aofono%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3Ac05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f_recipe_qa.tar.zst;downloadfilename=c0/5e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f_recipe_qa.tar.zst\nDEBUG: Testing URL file://ad/96/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/e3/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/90/6d/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/df/a6/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/df/a6/sstate%3Aldconfig-native%3Ax86_64-linux%3A2.12.1%3Ar0%3Ax86_64%3A11%3Adfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00_deploy_source_date_epoch.tar.zst;downloadfilename=universal/df/a6/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c4/b8/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 31/f5/sstate:libxext-native::1.3.5:r0::11:31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bf/44/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/75/ce/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/cc/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:11:e2cc8450663870a67808065fea47f05ee290311d233834bc7c242f88711159dc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ad/96/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ed/e3/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/90/6d/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b3/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c4/b8/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/b8/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ac4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c_packagedata.tar.zst;downloadfilename=c4/b8/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c_packagedata.tar.zst\nDEBUG: Using  for 31/f5/sstate:libxext-native::1.3.5:r0::11:31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104_populate_lic.tar.zst\nDEBUG: Using  for bf/44/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/bc/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://df/a0/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:dfa0c821d7e291242fe28cec9148f1596463f88fe13d5b1064c482e689873ae6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/e3/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/41/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469_create_runtime_spdx.tar.zst\nDEBUG: For url file://ad/96/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/96/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A11%3Aad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618_package.tar.zst;downloadfilename=ad/96/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618_package.tar.zst\nDEBUG: Using  for ed/e3/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d_package_write_rpm.tar.zst\nDEBUG: For url file://universal/90/6d/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/6d/sstate%3Adocbook-xsl-stylesheets-native%3Ax86_64-linux%3A1.79.1%3Ar0%3Ax86_64%3A11%3A906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95_recipe_qa.tar.zst;downloadfilename=universal/90/6d/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95_recipe_qa.tar.zst\nDEBUG: Using  for b3/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://31/f5/sstate:libxext-native::1.3.5:r0::11:31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104_populate_lic.tar.zst\nDEBUG: Testing URL file://bf/44/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://78/3e/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://61/45/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f_package.tar.zst\nDEBUG: Searching for f8/e3/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ae/41/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ed/e3/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://92/d4/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/72/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:11:3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47_recipe_qa.tar.zst\nDEBUG: Testing URL file://b3/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '31/f5/sstate:libxext-native::1.3.5:r0::11:31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6f/3a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154_packagedata.tar.zst\nDEBUG: For url ['file', '', 'bf/44/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 78/3e/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 61/45/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f8/e3/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6_populate_sysroot.tar.zst\nDEBUG: Using  for ae/41/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ed/e3/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://53/8e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/01/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b3/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://31/f5/sstate:libxext-native::1.3.5:r0::11:31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/f5/sstate%3Alibxext-native%3A%3A1.3.5%3Ar0%3A%3A11%3A31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104_populate_lic.tar.zst;downloadfilename=31/f5/sstate:libxext-native::1.3.5:r0::11:31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/04/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b_populate_sysroot.tar.zst\nDEBUG: For url file://bf/44/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/44/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A11%3Abf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031_recipe_qa.tar.zst;downloadfilename=bf/44/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031_recipe_qa.tar.zst\nDEBUG: Using  for 78/3e/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c_package.tar.zst\nDEBUG: Using  for 61/45/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f_package.tar.zst\nDEBUG: Testing URL file://f8/e3/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ae/41/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469_create_runtime_spdx.tar.zst\nDEBUG: For url file://ed/e3/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/e3/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.30%3Ar0%3Acore2-64%3A11%3Aede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d_package_write_rpm.tar.zst;downloadfilename=ed/e3/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d_package_write_rpm.tar.zst\nDEBUG: Searching for 53/8e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d3/01/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b3/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/a0/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ab3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007_create_runtime_spdx.tar.zst;downloadfilename=b3/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/5e/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f_recipe_qa.tar.zst\nDEBUG: Searching for c3/04/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/df/a6/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dfa69110a137987df6b774cc492757a78a92340d9acc4494a7a9d44456190a00_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://78/3e/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c_package.tar.zst\nDEBUG: Testing URL file://61/45/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f_package.tar.zst\nDEBUG: For url ['file', '', 'f8/e3/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ae/41/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c4/b8/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:11:c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c_packagedata.tar.zst\nDEBUG: Using  for 53/8e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c_package_write_rpm.tar.zst\nDEBUG: Using  for d3/01/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/96/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:ad96d76be28772ee8a73d2148b9976c151b635e34762b6e23a2cf01b757e8618_package.tar.zst\nDEBUG: SState: Attempting to fetch file://05/12/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/90/6d/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:906d05dbf21b472a3bd058054dc187baa049e2ff13ac0d13d4af0053de331a95_recipe_qa.tar.zst\nDEBUG: Using  for c3/04/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6b/1d/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '78/3e/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '61/45/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/e3/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/e3/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.26%3Ar0%3Acore2-64%3A11%3Af8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6_populate_sysroot.tar.zst;downloadfilename=f8/e3/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6_populate_sysroot.tar.zst\nDEBUG: For url file://ae/41/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/41/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A11%3Aae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469_create_runtime_spdx.tar.zst;downloadfilename=ae/41/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/b9/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc_package.tar.zst\nDEBUG: Testing URL file://53/8e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d3/01/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/11/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619_create_spdx.tar.zst\nDEBUG: Searching for 05/12/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d6/41/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c3/04/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b_populate_sysroot.tar.zst\nDEBUG: Searching for universal/6b/1d/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://78/3e/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/3e/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%3Ar0%3Acore2-64%3A11%3A783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c_package.tar.zst;downloadfilename=78/3e/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c_package.tar.zst\nDEBUG: For url file://61/45/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/45/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.12.5%3Ar0%3Acore2-64%3A11%3A6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f_package.tar.zst;downloadfilename=61/45/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f_package.tar.zst\nDEBUG: Searching for cc/b9/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://31/f5/sstate:libxext-native::1.3.5:r0::11:31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104_populate_lic.tar.zst\nDEBUG: For url ['file', '', '53/8e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd3/01/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://bf/44/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031_recipe_qa.tar.zst\nDEBUG: Searching for f8/11/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 05/12/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922_recipe_qa.tar.zst\nDEBUG: Searching for d6/41/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c3/04/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/6b/1d/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a_create_spdx.tar.zst\nDEBUG: Using  for cc/b9/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/42/dd/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5_create_spdx.tar.zst\nDEBUG: For url file://53/8e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/8e/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A11%3A538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c_package_write_rpm.tar.zst;downloadfilename=53/8e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c_package_write_rpm.tar.zst\nDEBUG: For url file://d3/01/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/01/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3Ad3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41_deploy_source_date_epoch.tar.zst;downloadfilename=d3/01/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ac/3f/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90_create_spdx.tar.zst\nDEBUG: Using  for f8/11/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619_create_spdx.tar.zst\nDEBUG: Testing URL file://05/12/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922_recipe_qa.tar.zst\nDEBUG: Using  for d6/41/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345_create_runtime_spdx.tar.zst\nDEBUG: For url file://c3/04/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/04/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.56.3%3Ar0%3Acore2-64%3A11%3Ac3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b_populate_sysroot.tar.zst;downloadfilename=c3/04/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/6b/1d/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a_create_spdx.tar.zst\nDEBUG: Testing URL file://cc/b9/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc_package.tar.zst\nDEBUG: Searching for universal/42/dd/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ac/3f/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b3/a0/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f8/11/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619_create_spdx.tar.zst\nDEBUG: For url ['file', '', '05/12/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d6/41/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6b/1d/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cc/b9/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/42/dd/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/e3/sstate:libusb1:core2-64-poky-linux:1.0.26:r0:core2-64:11:f8e3cb3142c6c3227f47ee780eb5c8c2593077bdb5d69890834a251b80e4f1f6_populate_sysroot.tar.zst\nDEBUG: Using  for universal/ac/3f/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://78/3c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f8/11/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://05/12/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/12/sstate%3Aliberror-perl%3Acore2-64-poky-linux%3A0.17029%3Ar0%3Acore2-64%3A11%3A05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922_recipe_qa.tar.zst;downloadfilename=05/12/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd6/41/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/6b/1d/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/1d/sstate%3Aupdate-rc.d-native%3Ax86_64-linux%3A0.8%3Ar0%3Ax86_64%3A11%3A6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a_create_spdx.tar.zst;downloadfilename=universal/6b/1d/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a_create_spdx.tar.zst\nDEBUG: For url file://cc/b9/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/b9/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.1%3Ar0%3Acore2-64%3A11%3Accb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc_package.tar.zst;downloadfilename=cc/b9/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc_package.tar.zst\nDEBUG: Testing URL file://universal/42/dd/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/c1/sstate:perf::1.0:r0::11:c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ac/3f/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90_create_spdx.tar.zst\nDEBUG: Searching for 78/3c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f8/11/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/11/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Af8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619_create_spdx.tar.zst;downloadfilename=f8/11/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619_create_spdx.tar.zst\nDEBUG: For url file://d6/41/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/41/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A11%3Ad64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345_create_runtime_spdx.tar.zst;downloadfilename=d6/41/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/41/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/42/dd/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c1/c1/sstate:perf::1.0:r0::11:c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://78/3e/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:783ef9da996b15f1d33bd6269c9150e513474e23ddd2a9f6a0f353bae93d008c_package.tar.zst\nDEBUG: For url ['file', '', 'universal/ac/3f/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 78/3c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/01/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:d3017d1a19f81a69e34d575a8d762e1c6a29be506610345891bbb7841bb81b41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://53/8e/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://03/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c_package_write_rpm.tar.zst\nDEBUG: For url file://universal/42/dd/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/42/dd/sstate%3Alibxml2-native%3Ax86_64-linux%3A2.11.5%3Ar0%3Ax86_64%3A11%3A42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5_create_spdx.tar.zst;downloadfilename=universal/42/dd/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/e3/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d_package_write_rpm.tar.zst\nDEBUG: Using  for c1/c1/sstate:perf::1.0:r0::11:c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://33/43/sstate:python3-build-native::1.0.3:r0::11:3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a_populate_lic.tar.zst\nDEBUG: For url file://universal/ac/3f/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ac/3f/sstate%3Aautoconf-archive-native%3Ax86_64-linux%3A2023.02.20%3Ar0%3Ax86_64%3A11%3Aac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90_create_spdx.tar.zst;downloadfilename=universal/ac/3f/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90_create_spdx.tar.zst\nDEBUG: Testing URL file://78/3c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/6e/sstate:libpthread-stubs::0.5:r0::11:1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/d9/sstate:flex::2.6.4:r0::11:4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9_populate_lic.tar.zst\nDEBUG: Searching for 03/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://12/f4/sstate:makedevs-native::1.0.1:r0::11:12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670_populate_lic.tar.zst\nDEBUG: Testing URL file://c1/c1/sstate:perf::1.0:r0::11:c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://05/12/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922_recipe_qa.tar.zst\nDEBUG: Searching for 33/43/sstate:python3-build-native::1.0.3:r0::11:3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '78/3c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1e/6e/sstate:libpthread-stubs::0.5:r0::11:1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4d/d9/sstate:flex::2.6.4:r0::11:4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/6b/1d/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a_create_spdx.tar.zst\nDEBUG: Using  for 03/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c_package_write_rpm.tar.zst\nDEBUG: Searching for 12/f4/sstate:makedevs-native::1.0.1:r0::11:12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c1/c1/sstate:perf::1.0:r0::11:c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://cb/5f/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 33/43/sstate:python3-build-native::1.0.3:r0::11:3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a_populate_lic.tar.zst\nDEBUG: For url file://78/3c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/3c/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed_deploy_source_date_epoch.tar.zst;downloadfilename=78/3c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1e/6e/sstate:libpthread-stubs::0.5:r0::11:1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb_populate_lic.tar.zst\nDEBUG: Using  for 4d/d9/sstate:flex::2.6.4:r0::11:4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f1/78/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://03/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c_package_write_rpm.tar.zst\nDEBUG: Using  for 12/f4/sstate:makedevs-native::1.0.1:r0::11:12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670_populate_lic.tar.zst\nDEBUG: For url file://c1/c1/sstate:perf::1.0:r0::11:c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/c1/sstate%3Aperf%3A%3A1.0%3Ar0%3A%3A11%3Ac1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441_populate_lic.tar.zst;downloadfilename=c1/c1/sstate:perf::1.0:r0::11:c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441_populate_lic.tar.zst\nDEBUG: Searching for cb/5f/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://33/43/sstate:python3-build-native::1.0.3:r0::11:3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a_populate_lic.tar.zst\nDEBUG: Testing URL file://1e/6e/sstate:libpthread-stubs::0.5:r0::11:1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb_populate_lic.tar.zst\nDEBUG: Testing URL file://4d/d9/sstate:flex::2.6.4:r0::11:4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/b9/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:ccb9a1d11739b3aae69d6113956e355fe1aec55e4d4427dca85574768c65e0cc_package.tar.zst\nDEBUG: Searching for universal/f1/78/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '03/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://12/f4/sstate:makedevs-native::1.0.1:r0::11:12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670_populate_lic.tar.zst\nDEBUG: Using  for cb/5f/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '33/43/sstate:python3-build-native::1.0.3:r0::11:3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1e/6e/sstate:libpthread-stubs::0.5:r0::11:1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f8/11/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:11:f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4d/d9/sstate:flex::2.6.4:r0::11:4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://dd/12/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93_package.tar.zst\nDEBUG: Using  for universal/f1/78/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d_populate_sysroot.tar.zst\nDEBUG: For url file://03/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/60/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.1%3Ar0%3Acore2-64%3A11%3A0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c_package_write_rpm.tar.zst;downloadfilename=03/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '12/f4/sstate:makedevs-native::1.0.1:r0::11:12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://cb/5f/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://33/43/sstate:python3-build-native::1.0.3:r0::11:3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/43/sstate%3Apython3-build-native%3A%3A1.0.3%3Ar0%3A%3A11%3A3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a_populate_lic.tar.zst;downloadfilename=33/43/sstate:python3-build-native::1.0.3:r0::11:3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a_populate_lic.tar.zst\nDEBUG: For url file://1e/6e/sstate:libpthread-stubs::0.5:r0::11:1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/6e/sstate%3Alibpthread-stubs%3A%3A0.5%3Ar0%3A%3A11%3A1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb_populate_lic.tar.zst;downloadfilename=1e/6e/sstate:libpthread-stubs::0.5:r0::11:1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/19/ab/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546_recipe_qa.tar.zst\nDEBUG: For url file://4d/d9/sstate:flex::2.6.4:r0::11:4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/d9/sstate%3Aflex%3A%3A2.6.4%3Ar0%3A%3A11%3A4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9_populate_lic.tar.zst;downloadfilename=4d/d9/sstate:flex::2.6.4:r0::11:4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9_populate_lic.tar.zst\nDEBUG: Searching for dd/12/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/f1/78/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d_populate_sysroot.tar.zst\nDEBUG: For url file://12/f4/sstate:makedevs-native::1.0.1:r0::11:12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/f4/sstate%3Amakedevs-native%3A%3A1.0.1%3Ar0%3A%3A11%3A12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670_populate_lic.tar.zst;downloadfilename=12/f4/sstate:makedevs-native::1.0.1:r0::11:12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cb/5f/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d6/41/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/19/ab/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/42/dd/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ac/3f/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90_create_spdx.tar.zst\nDEBUG: Using  for dd/12/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93_package.tar.zst\nDEBUG: For url ['file', '', 'universal/f1/78/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c1/c1/sstate:perf::1.0:r0::11:c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441_populate_lic.tar.zst\nDEBUG: For url file://cb/5f/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/5f/sstate%3Accache%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3Acb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee_deploy_source_date_epoch.tar.zst;downloadfilename=cb/5f/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://03/60/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/65/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://78/3c/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:783c1169bf054d188fec9c6c99f7ad0d1ae8b482128c15831b16d42900981eed_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/19/ab/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e0/23/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/8d/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83_package_write_rpm.tar.zst\nDEBUG: Testing URL file://dd/12/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93_package.tar.zst\nDEBUG: For url file://universal/f1/78/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f1/78/sstate%3Achrpath-native%3Ax86_64-linux%3A0.16%3Ar0%3Ax86_64%3A11%3Af178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d_populate_sysroot.tar.zst;downloadfilename=universal/f1/78/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fe/60/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/7e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec_create_runtime_spdx.tar.zst\nDEBUG: Searching for 2c/65/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://6f/8c/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138_package.tar.zst\nDEBUG: Testing URL file://universal/19/ab/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546_recipe_qa.tar.zst\nDEBUG: Searching for universal/e0/23/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1e/8d/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'dd/12/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/fe/60/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0e/7e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2c/65/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/6e/sstate:libpthread-stubs::0.5:r0::11:1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://33/43/sstate:python3-build-native::1.0.3:r0::11:3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a_populate_lic.tar.zst\nDEBUG: Searching for 6f/8c/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/19/ab/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/e0/23/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1e/8d/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83_package_write_rpm.tar.zst\nDEBUG: For url file://dd/12/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/12/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.4%3Ar0%3Acore2-64%3A11%3Add121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93_package.tar.zst;downloadfilename=dd/12/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93_package.tar.zst\nDEBUG: Using  for universal/fe/60/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d_populate_sysroot.tar.zst\nDEBUG: Using  for 0e/7e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2c/65/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/32/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/aa/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f_package.tar.zst\nDEBUG: Using  for 6f/8c/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138_package.tar.zst\nDEBUG: For url file://universal/19/ab/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/ab/sstate%3Apython3-setuptools-scm-native%3Ax86_64-linux%3A8.0.4%3Ar0%3Ax86_64%3A11%3A19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546_recipe_qa.tar.zst;downloadfilename=universal/19/ab/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/e0/23/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1e/8d/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/fe/60/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0e/7e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2c/65/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ec/32/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4e/aa/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://6f/8c/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138_package.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/23/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1e/8d/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fe/60/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4d/d9/sstate:flex::2.6.4:r0::11:4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0e/7e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2c/65/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/65/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.0%3Ar0%3Acore2-64%3A11%3A2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf_recipe_qa.tar.zst;downloadfilename=2c/65/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf_recipe_qa.tar.zst\nDEBUG: Using  for ec/32/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28_create_spdx.tar.zst\nDEBUG: Using  for 4e/aa/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f_package.tar.zst\nDEBUG: For url ['file', '', '6f/8c/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e0/23/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/23/sstate%3Alibxml-sax-base-perl-native%3Ax86_64-linux%3A1.09%3Ar0%3Ax86_64%3A11%3Ae023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e0/23/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1e/8d/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/8d/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83_package_write_rpm.tar.zst;downloadfilename=1e/8d/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83_package_write_rpm.tar.zst\nDEBUG: For url file://universal/fe/60/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fe/60/sstate%3Apython3-markupsafe-native%3Ax86_64-linux%3A2.1.3%3Ar0%3Ax86_64%3A11%3Afe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d_populate_sysroot.tar.zst;downloadfilename=universal/fe/60/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/52/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2_create_spdx.tar.zst\nDEBUG: For url file://0e/7e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/7e/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A11%3A0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec_create_runtime_spdx.tar.zst;downloadfilename=0e/7e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ec/32/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28_create_spdx.tar.zst\nDEBUG: Testing URL file://4e/aa/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f_package.tar.zst\nDEBUG: For url file://6f/8c/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/8c/sstate%3Anpth%3Acore2-64-poky-linux%3A1.6%3Ar0%3Acore2-64%3A11%3A6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138_package.tar.zst;downloadfilename=6f/8c/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138_package.tar.zst\nDEBUG: SState: Successful fetch test for file://12/f4/sstate:makedevs-native::1.0.1:r0::11:12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f1/78/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:11:f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/5f/sstate:ccache:core2-64-poky-linux:4.9:r0:core2-64:11:cb5fcd67d256e18c4e511040c6d210d65c8edd440222fc4fd87b66c6e84ec5ee_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8a/52/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ec/32/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4e/aa/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://dd/12/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:dd121ce2d8ecc3991f3d938059edc75f2427efbf6ebc96fce3caa1c9371edd93_package.tar.zst\nDEBUG: SState: Attempting to fetch file://79/6e/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/19/ab/sstate:python3-setuptools-scm-native:x86_64-linux:8.0.4:r0:x86_64:11:19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/c1/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/ee/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab_package_write_rpm.tar.zst\nDEBUG: Using  for 8a/52/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2_create_spdx.tar.zst\nDEBUG: For url file://ec/32/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/32/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3Aec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28_create_spdx.tar.zst;downloadfilename=ec/32/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28_create_spdx.tar.zst\nDEBUG: For url file://4e/aa/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/aa/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f_package.tar.zst;downloadfilename=4e/aa/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/89/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 79/6e/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://34/d4/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8e/c1/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a7/ee/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8a/52/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2_create_spdx.tar.zst\nDEBUG: Searching for ee/89/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/fe/60/sstate:python3-markupsafe-native:x86_64-linux:2.1.3:r0:x86_64:11:fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/65/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/23/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:11:e023c2af35a412061c57a86caf7621ef946414c14406255cedcbdfe5cbddcfe2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 79/6e/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e_package_qa.tar.zst\nDEBUG: Searching for 34/d4/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8e/c1/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1_packagedata.tar.zst\nDEBUG: Using  for a7/ee/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8a/52/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ee/89/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://81/a8/sstate:python3-pygments-native::2.17.2:r0::11:81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/90/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/29/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17_package_write_rpm.tar.zst\nDEBUG: Testing URL file://79/6e/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e_package_qa.tar.zst\nDEBUG: Using  for 34/d4/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8e/c1/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1_packagedata.tar.zst\nDEBUG: Testing URL file://a7/ee/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab_package_write_rpm.tar.zst\nDEBUG: For url file://8a/52/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/52/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2_create_spdx.tar.zst;downloadfilename=8a/52/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2_create_spdx.tar.zst\nDEBUG: Testing URL file://ee/89/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 81/a8/sstate:python3-pygments-native::2.17.2:r0::11:81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fd/90/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ef/29/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '79/6e/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://34/d4/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8e/c1/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a7/ee/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ee/89/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 81/a8/sstate:python3-pygments-native::2.17.2:r0::11:81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15_populate_lic.tar.zst\nDEBUG: Using  for fd/90/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532_recipe_qa.tar.zst\nDEBUG: Using  for ef/29/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17_package_write_rpm.tar.zst\nDEBUG: For url file://79/6e/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/6e/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e_package_qa.tar.zst;downloadfilename=79/6e/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e_package_qa.tar.zst\nDEBUG: For url ['file', '', '34/d4/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8e/c1/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/c1/sstate%3Aiw%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3A8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1_packagedata.tar.zst;downloadfilename=8e/c1/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1_packagedata.tar.zst\nDEBUG: For url file://a7/ee/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/ee/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A11%3Aa7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab_package_write_rpm.tar.zst;downloadfilename=a7/ee/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab_package_write_rpm.tar.zst\nDEBUG: For url file://ee/89/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/89/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306_deploy_source_date_epoch.tar.zst;downloadfilename=ee/89/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://81/a8/sstate:python3-pygments-native::2.17.2:r0::11:81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15_populate_lic.tar.zst\nDEBUG: Testing URL file://fd/90/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532_recipe_qa.tar.zst\nDEBUG: Testing URL file://ef/29/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17_package_write_rpm.tar.zst\nDEBUG: For url file://34/d4/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/d4/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790_deploy_source_date_epoch.tar.zst;downloadfilename=34/d4/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/8d/sstate:gstreamer1.0:core2-64-poky-linux:1.22.9:r0:core2-64:11:1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/8c/sstate:npth:core2-64-poky-linux:1.6:r0:core2-64:11:6f8cc93eada991235b56aabfbb2b972acedf621fd600da732b063f2ab349f138_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/7e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '81/a8/sstate:python3-pygments-native::2.17.2:r0::11:81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fd/90/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ef/29/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4e/aa/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:4eaae613d0a13dbb23f89cf9f94cce751120896554f2100002bf651d2f7fba8f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/04/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:c3043647bc9506f22f98041363afa2170aceaf3ad897be45d2af1c62ea39e16b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/32/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/66/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/5b/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/99/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb_recipe_qa.tar.zst\nDEBUG: For url file://81/a8/sstate:python3-pygments-native::2.17.2:r0::11:81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/a8/sstate%3Apython3-pygments-native%3A%3A2.17.2%3Ar0%3A%3A11%3A81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15_populate_lic.tar.zst;downloadfilename=81/a8/sstate:python3-pygments-native::2.17.2:r0::11:81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15_populate_lic.tar.zst\nDEBUG: For url file://fd/90/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/90/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.7.0%3Ar0%3Acore2-64%3A11%3Afd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532_recipe_qa.tar.zst;downloadfilename=fd/90/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532_recipe_qa.tar.zst\nDEBUG: For url file://ef/29/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/29/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3Aef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17_package_write_rpm.tar.zst;downloadfilename=ef/29/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f2/91/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://82/fe/sstate:which::2.21:r0::11:82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/76/76/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/66/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fb/5b/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d9/99/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8a/52/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2_create_spdx.tar.zst\nDEBUG: Searching for universal/f2/91/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://79/6e/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e_package_qa.tar.zst\nDEBUG: Searching for 82/fe/sstate:which::2.21:r0::11:82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a7/ee/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab_package_write_rpm.tar.zst\nDEBUG: Searching for universal/76/76/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://8e/c1/sstate:iw:core2-64-poky-linux:6.7:r0:core2-64:11:8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1_packagedata.tar.zst\nDEBUG: Using  for universal/66/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86_create_runtime_spdx.tar.zst\nDEBUG: Using  for fb/5b/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb_recipe_qa.tar.zst\nDEBUG: Using  for d9/99/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/99/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/f2/91/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/cc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b_recipe_qa.tar.zst\nDEBUG: Using  for 82/fe/sstate:which::2.21:r0::11:82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://77/a6/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057_packagedata.tar.zst\nDEBUG: Using  for universal/76/76/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/80/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/66/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://fb/5b/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb_recipe_qa.tar.zst\nDEBUG: Testing URL file://d9/99/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb_recipe_qa.tar.zst\nDEBUG: Searching for 6a/99/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/f2/91/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b_recipe_qa.tar.zst\nDEBUG: Searching for 4a/cc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://82/fe/sstate:which::2.21:r0::11:82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a_populate_lic.tar.zst\nDEBUG: Searching for 77/a6/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/76/76/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ed/80/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/66/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fb/5b/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd9/99/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ee/89/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:ee89837c7012b50e5371c7a9bce9bb2155a0e7712d4cd967750cbaa381494306_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6a/99/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/f2/91/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4a/cc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '82/fe/sstate:which::2.21:r0::11:82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 77/a6/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/76/76/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ed/80/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9_recipe_qa.tar.zst\nDEBUG: For url file://universal/66/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/66/1e/sstate%3Acracklib-native%3Ax86_64-linux%3A2.9.11%3Ar0%3Ax86_64%3A11%3A661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86_create_runtime_spdx.tar.zst;downloadfilename=universal/66/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86_create_runtime_spdx.tar.zst\nDEBUG: For url file://fb/5b/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/5b/sstate%3Alibedit%3Acore2-64-poky-linux%3A20230828-3.1%3Ar0%3Acore2-64%3A11%3Afb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb_recipe_qa.tar.zst;downloadfilename=fb/5b/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb_recipe_qa.tar.zst\nDEBUG: For url file://d9/99/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/99/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A11%3Ad999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb_recipe_qa.tar.zst;downloadfilename=d9/99/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://98/1c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443_package.tar.zst\nDEBUG: Testing URL file://6a/99/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/f2/91/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f2/91/sstate%3Aupdate-rc.d-native%3Ax86_64-linux%3A0.8%3Ar0%3Ax86_64%3A11%3Af291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b_recipe_qa.tar.zst;downloadfilename=universal/f2/91/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b_recipe_qa.tar.zst\nDEBUG: Testing URL file://4a/cc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b_recipe_qa.tar.zst\nDEBUG: For url file://82/fe/sstate:which::2.21:r0::11:82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/fe/sstate%3Awhich%3A%3A2.21%3Ar0%3A%3A11%3A82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a_populate_lic.tar.zst;downloadfilename=82/fe/sstate:which::2.21:r0::11:82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a_populate_lic.tar.zst\nDEBUG: Testing URL file://77/a6/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057_packagedata.tar.zst\nDEBUG: For url file://universal/76/76/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/76/sstate%3Alibbsd-native%3Ax86_64-linux%3A0.11.8%3Ar0%3Ax86_64%3A11%3A767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/76/76/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ed/80/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/d4/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:34d4f29100019104c3d67dc486be9abed952880a8d882949f07e1f8f653b2790_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 98/1c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '6a/99/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4a/cc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '77/a6/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fd/90/sstate:iproute2:core2-64-poky-linux:6.7.0:r0:core2-64:11:fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://81/a8/sstate:python3-pygments-native::2.17.2:r0::11:81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ed/80/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ef/29/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://28/e4/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f_create_runtime_spdx.tar.zst\nDEBUG: Using  for 98/1c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443_package.tar.zst\nDEBUG: For url file://6a/99/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/99/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd_deploy_source_date_epoch.tar.zst;downloadfilename=6a/99/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4a/cc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/cc/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A11%3A4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b_recipe_qa.tar.zst;downloadfilename=4a/cc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b_recipe_qa.tar.zst\nDEBUG: For url file://77/a6/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/a6/sstate%3Agcc%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057_packagedata.tar.zst;downloadfilename=77/a6/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://43/3e/sstate:cargo-native::1.74.1:r0::11:433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/9d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10_packagedata.tar.zst\nDEBUG: For url file://ed/80/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/80/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3Aed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9_recipe_qa.tar.zst;downloadfilename=ed/80/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/61/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8_package.tar.zst\nDEBUG: Searching for 28/e4/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://98/1c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/66/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86_create_runtime_spdx.tar.zst\nDEBUG: Searching for 43/3e/sstate:cargo-native::1.74.1:r0::11:433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3e/9d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/f2/91/sstate:update-rc.d-native:x86_64-linux:0.8:r0:x86_64:11:f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/99/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/5b/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb_recipe_qa.tar.zst\nDEBUG: Searching for 9c/61/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 28/e4/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '98/1c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ca/64/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c_create_runtime_spdx.tar.zst\nDEBUG: Using  for 43/3e/sstate:cargo-native::1.74.1:r0::11:433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8_populate_lic.tar.zst\nDEBUG: Using  for 3e/9d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/14/05/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/3f/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://59/de/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93_package_write_deb.tar.zst\nDEBUG: Using  for 9c/61/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8_package.tar.zst\nDEBUG: Testing URL file://28/e4/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f_create_runtime_spdx.tar.zst\nDEBUG: For url file://98/1c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/1c/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.30.2%3Ar0%3Acore2-64%3A11%3A981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443_package.tar.zst;downloadfilename=98/1c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443_package.tar.zst\nDEBUG: Searching for ca/64/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://43/3e/sstate:cargo-native::1.74.1:r0::11:433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8_populate_lic.tar.zst\nDEBUG: Testing URL file://3e/9d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10_packagedata.tar.zst\nDEBUG: Searching for universal/14/05/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b6/3f/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 59/de/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://9c/61/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8_package.tar.zst\nDEBUG: For url ['file', '', '28/e4/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ca/64/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://82/fe/sstate:which::2.21:r0::11:82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '43/3e/sstate:cargo-native::1.74.1:r0::11:433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3e/9d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/76/76/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:767610302176bdd6a3684ec23741335e9470a94540dcad1ddf66488b494f669d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/14/05/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428_recipe_qa.tar.zst\nDEBUG: Using  for b6/3f/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3_package_qa.tar.zst\nDEBUG: Using  for 59/de/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9c/61/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://28/e4/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/e4/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.72.0%3Ar0%3Acore2-64%3A11%3A28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f_create_runtime_spdx.tar.zst;downloadfilename=28/e4/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ca/64/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/de/5a/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663_create_spdx.tar.zst\nDEBUG: For url file://43/3e/sstate:cargo-native::1.74.1:r0::11:433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/3e/sstate%3Acargo-native%3A%3A1.74.1%3Ar0%3A%3A11%3A433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8_populate_lic.tar.zst;downloadfilename=43/3e/sstate:cargo-native::1.74.1:r0::11:433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8_populate_lic.tar.zst\nDEBUG: For url file://3e/9d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/9d/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A11%3A3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10_packagedata.tar.zst;downloadfilename=3e/9d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a3/1d/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/14/05/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428_recipe_qa.tar.zst\nDEBUG: Testing URL file://b6/3f/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3_package_qa.tar.zst\nDEBUG: Testing URL file://59/de/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93_package_write_deb.tar.zst\nDEBUG: For url file://9c/61/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/61/sstate%3Apango%3Acore2-64-poky-linux%3A1.51.0%3Ar0%3Acore2-64%3A11%3A9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8_package.tar.zst;downloadfilename=9c/61/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8_package.tar.zst\nDEBUG: For url ['file', '', 'ca/64/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/de/5a/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4a/cc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b_recipe_qa.tar.zst\nDEBUG: Searching for universal/a3/1d/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/14/05/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6a/99/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:6a99204012d310f2d967e1b1751fa0adfd284516bae8b1df783e07d3383858bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://77/a6/sstate:gcc:core2-64-poky-linux:13.2.0:r0:core2-64:11:77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b6/3f/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '59/de/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ca/64/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/64/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.0%3Ar0%3Acore2-64%3A11%3Aca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c_create_runtime_spdx.tar.zst;downloadfilename=ca/64/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/de/5a/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://98/1c/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:981c8cd3759cebeb5bfe2eeaba3467ad1bafe3f4369b40149116de2338687443_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/80/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://78/52/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/a3/1d/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/14/05/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/14/05/sstate%3Adbus-glib-native%3Ax86_64-linux%3A0.112%3Ar0%3Ax86_64%3A11%3A1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428_recipe_qa.tar.zst;downloadfilename=universal/14/05/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/06/17/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://14/50/sstate:gtk4::4.12.5:r0::11:14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc_populate_lic.tar.zst\nDEBUG: For url file://b6/3f/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/3f/sstate%3Aell%3Acore2-64-poky-linux%3A0.61%3Ar0%3Acore2-64%3A11%3Ab63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3_package_qa.tar.zst;downloadfilename=b6/3f/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3_package_qa.tar.zst\nDEBUG: For url file://59/de/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/de/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93_package_write_deb.tar.zst;downloadfilename=59/de/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/de/5a/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/3e/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/9b/sstate:boost-build-native::1.83.0:r0::11:ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe_populate_lic.tar.zst\nDEBUG: Searching for 78/52/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/a3/1d/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/06/17/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 14/50/sstate:gtk4::4.12.5:r0::11:14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/de/5a/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3e/9d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10_packagedata.tar.zst\nDEBUG: Searching for 68/3e/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://43/3e/sstate:cargo-native::1.74.1:r0::11:433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8_populate_lic.tar.zst\nDEBUG: Searching for ab/9b/sstate:boost-build-native::1.83.0:r0::11:ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 78/52/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/a3/1d/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/06/17/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 14/50/sstate:gtk4::4.12.5:r0::11:14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc_populate_lic.tar.zst\nDEBUG: For url file://universal/de/5a/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/de/5a/sstate%3Alibxcb-native%3Ax86_64-linux%3A1.16%3Ar0%3Ax86_64%3A11%3Ade5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663_create_spdx.tar.zst;downloadfilename=universal/de/5a/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://91/04/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf_create_spdx.tar.zst\nDEBUG: Using  for 68/3e/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/5b/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c_package.tar.zst\nDEBUG: Using  for ab/9b/sstate:boost-build-native::1.83.0:r0::11:ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe_populate_lic.tar.zst\nDEBUG: Testing URL file://78/52/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a3/1d/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a3/1d/sstate%3Ameson-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A11%3Aa31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb_create_runtime_spdx.tar.zst;downloadfilename=universal/a3/1d/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/06/17/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://14/50/sstate:gtk4::4.12.5:r0::11:14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc_populate_lic.tar.zst\nDEBUG: Searching for 91/04/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://68/3e/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098_package.tar.zst\nDEBUG: Searching for 2f/5b/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ca/64/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ab/9b/sstate:boost-build-native::1.83.0:r0::11:ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe_populate_lic.tar.zst\nDEBUG: For url ['file', '', '78/52/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/06/17/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '14/50/sstate:gtk4::4.12.5:r0::11:14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 91/04/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/14/05/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '68/3e/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2f/5b/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0d/a1/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ab/9b/sstate:boost-build-native::1.83.0:r0::11:ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://78/52/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/52/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A11%3A7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8_deploy_source_date_epoch.tar.zst;downloadfilename=78/52/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/06/17/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/06/17/sstate%3Alibxdamage-native%3Ax86_64-linux%3A1.1.6%3Ar0%3Ax86_64%3A11%3A0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32_deploy_source_date_epoch.tar.zst;downloadfilename=universal/06/17/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://14/50/sstate:gtk4::4.12.5:r0::11:14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/50/sstate%3Agtk4%3A%3A4.12.5%3Ar0%3A%3A11%3A14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc_populate_lic.tar.zst;downloadfilename=14/50/sstate:gtk4::4.12.5:r0::11:14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc_populate_lic.tar.zst\nDEBUG: Testing URL file://91/04/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f3/5d/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a_create_spdx.tar.zst\nDEBUG: For url file://68/3e/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/3e/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A11%3A683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098_package.tar.zst;downloadfilename=68/3e/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098_package.tar.zst\nDEBUG: Testing URL file://2f/5b/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c_package.tar.zst\nDEBUG: Searching for universal/0d/a1/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ab/9b/sstate:boost-build-native::1.83.0:r0::11:ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/9b/sstate%3Aboost-build-native%3A%3A1.83.0%3Ar0%3A%3A11%3Aab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe_populate_lic.tar.zst;downloadfilename=ab/9b/sstate:boost-build-native::1.83.0:r0::11:ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe_populate_lic.tar.zst\nDEBUG: For url ['file', '', '91/04/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b6/3f/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://59/de/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93_package_write_deb.tar.zst\nDEBUG: Searching for universal/f3/5d/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2f/5b/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/0d/a1/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/de/5a/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663_create_spdx.tar.zst\nDEBUG: For url file://91/04/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/04/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A11%3A9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf_create_spdx.tar.zst;downloadfilename=91/04/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/f0/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/37/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/f3/5d/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a_create_spdx.tar.zst\nDEBUG: For url file://2f/5b/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/5b/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c_package.tar.zst;downloadfilename=2f/5b/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c_package.tar.zst\nDEBUG: Testing URL file://universal/0d/a1/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/c9/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b_package_write_rpm.tar.zst\nDEBUG: Searching for a0/f0/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a3/37/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://78/52/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:7852fb69addbb567beefd1bccbf1a9518fd7b9d5e95b764e070d098d9499fdf8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a3/1d/sstate:meson-native:x86_64-linux:1.3.1:r0:x86_64:11:a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/f3/5d/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/0d/a1/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f0/c9/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/06/17/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:0617c0ae5a4015585bb39f42a47c1cf0a23908a926af427cbcce4c255ae7ee32_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a0/f0/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82_recipe_qa.tar.zst\nDEBUG: Using  for a3/37/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://14/d8/sstate:readline::8.2:r0::11:14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/29/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/f3/5d/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/0d/a1/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0d/a1/sstate%3Alibxcb-native%3Ax86_64-linux%3A1.16%3Ar0%3Ax86_64%3A11%3A0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd_recipe_qa.tar.zst;downloadfilename=universal/0d/a1/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd_recipe_qa.tar.zst\nDEBUG: Using  for f0/c9/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/ec/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5_packagedata.tar.zst\nDEBUG: Testing URL file://a0/f0/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82_recipe_qa.tar.zst\nDEBUG: Testing URL file://a3/37/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 14/d8/sstate:readline::8.2:r0::11:14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b0/29/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/f3/5d/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f3/5d/sstate%3Alibxrender-native%3Ax86_64-linux%3A0.9.11%3Ar0%3Ax86_64%3A11%3Af35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a_create_spdx.tar.zst;downloadfilename=universal/f3/5d/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a_create_spdx.tar.zst\nDEBUG: Testing URL file://f0/c9/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b_package_write_rpm.tar.zst\nDEBUG: Searching for e8/ec/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a0/f0/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://14/50/sstate:gtk4::4.12.5:r0::11:14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a3/37/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 14/d8/sstate:readline::8.2:r0::11:14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8_populate_lic.tar.zst\nDEBUG: Using  for b0/29/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f0/c9/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e8/ec/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5_packagedata.tar.zst\nDEBUG: For url file://a0/f0/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/f0/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Aa0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82_recipe_qa.tar.zst;downloadfilename=a0/f0/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://68/3e/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:683e4c642b0bda631ee56001341901d514094dee26029e83f73db3308ec8a098_package.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/15/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a3/37/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/37/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.56.3%3Ar0%3Acore2-64%3A11%3Aa3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158_deploy_source_date_epoch.tar.zst;downloadfilename=a3/37/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://14/d8/sstate:readline::8.2:r0::11:14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8_populate_lic.tar.zst\nDEBUG: Testing URL file://b0/29/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f0/c9/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/c9/sstate%3Ataglib%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3Af0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b_package_write_rpm.tar.zst;downloadfilename=f0/c9/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e8/ec/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c1/ea/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9_create_spdx.tar.zst\nDEBUG: Searching for 9c/15/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ab/9b/sstate:boost-build-native::1.83.0:r0::11:ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe_populate_lic.tar.zst\nDEBUG: For url ['file', '', '14/d8/sstate:readline::8.2:r0::11:14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b0/29/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://91/04/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e8/ec/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/c1/ea/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9c/15/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/5b/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:2f5bc6e9cc23c2d7625add7a4ac546697dd4dc04a56bf7a63d9819c809872f6c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://96/df/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635_create_spdx.tar.zst\nDEBUG: For url file://14/d8/sstate:readline::8.2:r0::11:14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/d8/sstate%3Areadline%3A%3A8.2%3Ar0%3A%3A11%3A14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8_populate_lic.tar.zst;downloadfilename=14/d8/sstate:readline::8.2:r0::11:14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8_populate_lic.tar.zst\nDEBUG: For url file://b0/29/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/29/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A11%3Ab0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0_deploy_source_date_epoch.tar.zst;downloadfilename=b0/29/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://25/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb_package_qa.tar.zst\nDEBUG: For url file://e8/ec/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/ec/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.6%3Ar0%3Acore2-64%3A11%3Ae8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5_packagedata.tar.zst;downloadfilename=e8/ec/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5_packagedata.tar.zst\nDEBUG: Using  for universal/c1/ea/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9_create_spdx.tar.zst\nDEBUG: Testing URL file://9c/15/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://40/6e/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757_create_runtime_spdx.tar.zst\nDEBUG: Searching for 96/df/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 25/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/0d/a1/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f3/5d/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:11:f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/c1/ea/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '9c/15/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a0/f0/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82_recipe_qa.tar.zst\nDEBUG: Searching for 40/6e/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://28/e4/sstate:libdnf:core2-64-poky-linux:0.72.0:r0:core2-64:11:28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f_create_runtime_spdx.tar.zst\nDEBUG: Using  for 96/df/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635_create_spdx.tar.zst\nDEBUG: Using  for 25/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://61/26/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c1/ea/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9c/15/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/15/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.13%3Ar0%3Acore2-64%3A11%3A9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136_deploy_source_date_epoch.tar.zst;downloadfilename=9c/15/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://af/4d/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef_packagedata.tar.zst\nDEBUG: Using  for 40/6e/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://10/47/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0_packagedata.tar.zst\nDEBUG: Testing URL file://96/df/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635_create_spdx.tar.zst\nDEBUG: Testing URL file://25/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb_package_qa.tar.zst\nDEBUG: Searching for 61/26/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/c1/ea/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/ea/sstate%3Awayland-native%3Ax86_64-linux%3A1.22.0%3Ar0%3Ax86_64%3A11%3Ac1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9_create_spdx.tar.zst;downloadfilename=universal/c1/ea/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9_create_spdx.tar.zst\nDEBUG: Searching for af/4d/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://40/6e/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/37/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:a3373ddf2dbe9b03ea4d724786c39557269acec7a28ab05156fe58281f435158_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 10/47/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '96/df/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '25/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 61/26/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae_recipe_qa.tar.zst\nDEBUG: Using  for 0d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601_create_runtime_spdx.tar.zst\nDEBUG: Using  for af/4d/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef_packagedata.tar.zst\nDEBUG: For url ['file', '', '40/6e/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://fc/5d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8_package_write_rpm.tar.zst\nDEBUG: Using  for 10/47/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0_packagedata.tar.zst\nDEBUG: For url file://96/df/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/df/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635_create_spdx.tar.zst;downloadfilename=96/df/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635_create_spdx.tar.zst\nDEBUG: For url file://25/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/28/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3A2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb_package_qa.tar.zst;downloadfilename=25/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb_package_qa.tar.zst\nDEBUG: Testing URL file://61/26/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae_recipe_qa.tar.zst\nDEBUG: Testing URL file://0d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://af/4d/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef_packagedata.tar.zst\nDEBUG: For url file://40/6e/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/6e/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A11%3A406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757_create_runtime_spdx.tar.zst;downloadfilename=40/6e/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757_create_runtime_spdx.tar.zst\nDEBUG: Searching for fc/5d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://10/47/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0_packagedata.tar.zst\nDEBUG: For url ['file', '', '61/26/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://14/d8/sstate:readline::8.2:r0::11:14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'af/4d/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b0/29/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:b0299e5679e843b4737997a376951ae8aa8a2ee33c743766d2f98e63447f38e0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/ec/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5_packagedata.tar.zst\nDEBUG: Using  for fc/5d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '10/47/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://61/26/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/26/sstate%3Acargo%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae_recipe_qa.tar.zst;downloadfilename=61/26/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae_recipe_qa.tar.zst\nDEBUG: For url file://0d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/48/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601_create_runtime_spdx.tar.zst;downloadfilename=0d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/a7/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52_package.tar.zst\nDEBUG: For url file://af/4d/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/4d/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Aaf4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef_packagedata.tar.zst;downloadfilename=af/4d/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/20/54/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://64/da/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b_package.tar.zst\nDEBUG: Testing URL file://fc/5d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8_package_write_rpm.tar.zst\nDEBUG: For url file://10/47/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/47/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A11%3A1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0_packagedata.tar.zst;downloadfilename=10/47/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0_packagedata.tar.zst\nDEBUG: Searching for b2/a7/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9c/15/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:9c151220f7ddd528a6fb5e7c47b6266285404ecbb2cb6dcf9c49646c07ae5136_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/20/54/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 64/da/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fc/5d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://96/df/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c1/ea/sstate:wayland-native:x86_64-linux:1.22.0:r0:x86_64:11:c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9_create_spdx.tar.zst\nDEBUG: Using  for b2/a7/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52_package.tar.zst\nDEBUG: SState: Attempting to fetch file://78/c2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a_packagedata.tar.zst\nDEBUG: Using  for universal/20/54/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae_recipe_qa.tar.zst\nDEBUG: Using  for 64/da/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b_package.tar.zst\nDEBUG: For url file://fc/5d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/5d/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A11%3Afc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8_package_write_rpm.tar.zst;downloadfilename=fc/5d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/31/cb/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/76/sstate:libxrender::0.9.11:r0::11:bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb_populate_lic.tar.zst\nDEBUG: Testing URL file://b2/a7/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52_package.tar.zst\nDEBUG: Searching for 78/c2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/20/54/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae_recipe_qa.tar.zst\nDEBUG: Testing URL file://64/da/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b_package.tar.zst\nDEBUG: Searching for universal/31/cb/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bd/76/sstate:libxrender::0.9.11:r0::11:bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9c/61/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:9c61b015c488c7c169212062b21c1b72e720787f8dc9ed88a942436c073bbdc8_package.tar.zst\nDEBUG: For url ['file', '', 'b2/a7/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://25/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:11:2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb_package_qa.tar.zst\nDEBUG: Using  for 78/c2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/20/54/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '64/da/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/31/cb/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bd/76/sstate:libxrender::0.9.11:r0::11:bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://96/37/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d_package_write_rpm.tar.zst\nDEBUG: For url file://b2/a7/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/a7/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A11%3Ab2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52_package.tar.zst;downloadfilename=b2/a7/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52_package.tar.zst\nDEBUG: SState: Attempting to fetch file://df/70/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://78/c2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a_packagedata.tar.zst\nDEBUG: For url file://universal/20/54/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/54/sstate%3Adocbook-xml-dtd4-native%3Ax86_64-linux%3A4.5%3Ar0%3Ax86_64%3A11%3A2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae_recipe_qa.tar.zst;downloadfilename=universal/20/54/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae_recipe_qa.tar.zst\nDEBUG: For url file://64/da/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/da/sstate%3Astrace%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3A64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b_package.tar.zst;downloadfilename=64/da/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b_package.tar.zst\nDEBUG: Testing URL file://universal/31/cb/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bd/76/sstate:libxrender::0.9.11:r0::11:bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb_populate_lic.tar.zst\nDEBUG: Searching for 96/37/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for df/70/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '78/c2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/31/cb/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f0/c9/sstate:taglib:core2-64-poky-linux:1.13.1:r0:core2-64:11:f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://61/26/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'bd/76/sstate:libxrender::0.9.11:r0::11:bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 96/37/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d_package_write_rpm.tar.zst\nDEBUG: Using  for df/70/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/4d/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:11:af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://10/47/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0_packagedata.tar.zst\nDEBUG: For url file://78/c2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/c2/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A11%3A78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a_packagedata.tar.zst;downloadfilename=78/c2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a_packagedata.tar.zst\nDEBUG: For url file://universal/31/cb/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/cb/sstate%3Aqemu-system-native%3Ax86_64-linux%3A8.2.0%3Ar0%3Ax86_64%3A11%3A31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst;downloadfilename=universal/31/cb/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://22/c5/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/28/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09_package_qa.tar.zst\nDEBUG: For url file://bd/76/sstate:libxrender::0.9.11:r0::11:bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/76/sstate%3Alibxrender%3A%3A0.9.11%3Ar0%3A%3A11%3Abd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb_populate_lic.tar.zst;downloadfilename=bd/76/sstate:libxrender::0.9.11:r0::11:bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb_populate_lic.tar.zst\nDEBUG: Testing URL file://96/37/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://df/70/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://17/bc/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4c/bc/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb_create_spdx.tar.zst\nDEBUG: Searching for 22/c5/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fc/5d/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8_package_write_rpm.tar.zst\nDEBUG: Searching for e0/28/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '96/37/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'df/70/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 17/bc/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b2/a7/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:b2a7abea6fe856b7ad4ee2b0039eeaac295497c39582e4a66582001d5850dd52_package.tar.zst\nDEBUG: Searching for universal/4c/bc/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 22/c5/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://44/21/sstate:tcl::8.6.13:r0::11:4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972_populate_lic.tar.zst\nDEBUG: Using  for e0/28/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09_package_qa.tar.zst\nDEBUG: For url file://96/37/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/37/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A11%3A9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d_package_write_rpm.tar.zst;downloadfilename=96/37/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d_package_write_rpm.tar.zst\nDEBUG: For url file://df/70/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/70/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Adf7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620_create_runtime_spdx.tar.zst;downloadfilename=df/70/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620_create_runtime_spdx.tar.zst\nDEBUG: Using  for 17/bc/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://60/56/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67_package_qa.tar.zst\nDEBUG: Using  for universal/4c/bc/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb_create_spdx.tar.zst\nDEBUG: Testing URL file://22/c5/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893_create_spdx.tar.zst\nDEBUG: Searching for 44/21/sstate:tcl::8.6.13:r0::11:4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e0/28/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09_package_qa.tar.zst\nDEBUG: Testing URL file://17/bc/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/20/54/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:11:2054270d880224d8dab11b3b4bae45c0e0c718d79662dba7f541b467c73e76ae_recipe_qa.tar.zst\nDEBUG: Searching for 60/56/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/4c/bc/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/da/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:64da0f186d916732a1bb60ea53121e15ea279125c6c35d627bddf13322d71c6b_package.tar.zst\nDEBUG: For url ['file', '', '22/c5/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 44/21/sstate:tcl::8.6.13:r0::11:4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e0/28/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '17/bc/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://18/58/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759_create_spdx.tar.zst\nDEBUG: Using  for 60/56/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/4c/bc/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://fc/8d/sstate:alsa-utils::1.2.10:r0::11:fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3_populate_lic.tar.zst\nDEBUG: For url file://22/c5/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/c5/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.2.0%3Ar0%3Acore2-64%3A11%3A22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893_create_spdx.tar.zst;downloadfilename=22/c5/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893_create_spdx.tar.zst\nDEBUG: Testing URL file://44/21/sstate:tcl::8.6.13:r0::11:4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972_populate_lic.tar.zst\nDEBUG: For url file://e0/28/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/28/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A11%3Ae0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09_package_qa.tar.zst;downloadfilename=e0/28/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09_package_qa.tar.zst\nDEBUG: For url file://17/bc/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/bc/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.189%3Ar0%3Acore2-64%3A11%3A17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85_create_runtime_spdx.tar.zst;downloadfilename=17/bc/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85_create_runtime_spdx.tar.zst\nDEBUG: Searching for 18/58/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://60/56/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67_package_qa.tar.zst\nDEBUG: For url file://universal/4c/bc/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/bc/sstate%3Apython3-pluggy-native%3Ax86_64-linux%3A1.3.0%3Ar0%3Ax86_64%3A11%3A4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb_create_spdx.tar.zst;downloadfilename=universal/4c/bc/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb_create_spdx.tar.zst\nDEBUG: Searching for fc/8d/sstate:alsa-utils::1.2.10:r0::11:fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '44/21/sstate:tcl::8.6.13:r0::11:4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://78/c2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a_packagedata.tar.zst\nDEBUG: Using  for 18/58/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/76/sstate:libxrender::0.9.11:r0::11:bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb_populate_lic.tar.zst\nDEBUG: For url ['file', '', '60/56/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/31/cb/sstate:qemu-system-native:x86_64-linux:8.2.0:r0:x86_64:11:31cb74684dc1f86abe9060af1c3b9f984033a7baeeefb59aca03f074e5fbae44_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fc/8d/sstate:alsa-utils::1.2.10:r0::11:fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3_populate_lic.tar.zst\nDEBUG: For url file://44/21/sstate:tcl::8.6.13:r0::11:4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/21/sstate%3Atcl%3A%3A8.6.13%3Ar0%3A%3A11%3A4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972_populate_lic.tar.zst;downloadfilename=44/21/sstate:tcl::8.6.13:r0::11:4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/98/sstate:pkgconfig::0.29.2+git:r0::11:a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0_populate_lic.tar.zst\nDEBUG: Testing URL file://18/58/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/99/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://60/56/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/56/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67_package_qa.tar.zst;downloadfilename=60/56/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://16/cb/sstate:libpipeline::1.5.7:r0::11:16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412_populate_lic.tar.zst\nDEBUG: Testing URL file://fc/8d/sstate:alsa-utils::1.2.10:r0::11:fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3_populate_lic.tar.zst\nDEBUG: Searching for a0/98/sstate:pkgconfig::0.29.2+git:r0::11:a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '18/58/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://df/70/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://96/37/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:11:9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d_package_write_rpm.tar.zst\nDEBUG: Searching for e4/99/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 16/cb/sstate:libpipeline::1.5.7:r0::11:16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fc/8d/sstate:alsa-utils::1.2.10:r0::11:fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a0/98/sstate:pkgconfig::0.29.2+git:r0::11:a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0_populate_lic.tar.zst\nDEBUG: For url file://18/58/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/58/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.56.3%3Ar0%3Acore2-64%3A11%3A185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759_create_spdx.tar.zst;downloadfilename=18/58/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://77/7d/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c0/77/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93_recipe_qa.tar.zst\nDEBUG: Using  for e4/99/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 16/cb/sstate:libpipeline::1.5.7:r0::11:16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412_populate_lic.tar.zst\nDEBUG: For url file://fc/8d/sstate:alsa-utils::1.2.10:r0::11:fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/8d/sstate%3Aalsa-utils%3A%3A1.2.10%3Ar0%3A%3A11%3Afc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3_populate_lic.tar.zst;downloadfilename=fc/8d/sstate:alsa-utils::1.2.10:r0::11:fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3_populate_lic.tar.zst\nDEBUG: Testing URL file://a0/98/sstate:pkgconfig::0.29.2+git:r0::11:a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0_populate_lic.tar.zst\nDEBUG: Searching for 77/7d/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c0/77/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e4/99/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://16/cb/sstate:libpipeline::1.5.7:r0::11:16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://22/c5/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a0/98/sstate:pkgconfig::0.29.2+git:r0::11:a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 77/7d/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/c0/77/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/28/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e4/99/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '16/cb/sstate:libpipeline::1.5.7:r0::11:16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/a5/e0/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf_create_spdx.tar.zst\nDEBUG: For url file://a0/98/sstate:pkgconfig::0.29.2+git:r0::11:a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/98/sstate%3Apkgconfig%3A%3A0.29.2%2Bgit%3Ar0%3A%3A11%3Aa098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0_populate_lic.tar.zst;downloadfilename=a0/98/sstate:pkgconfig::0.29.2+git:r0::11:a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0_populate_lic.tar.zst\nDEBUG: Testing URL file://77/7d/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/c0/77/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9b/5d/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e4/99/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/99/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A11%3Ae4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090_deploy_source_date_epoch.tar.zst;downloadfilename=e4/99/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://16/cb/sstate:libpipeline::1.5.7:r0::11:16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/cb/sstate%3Alibpipeline%3A%3A1.5.7%3Ar0%3A%3A11%3A16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412_populate_lic.tar.zst;downloadfilename=16/cb/sstate:libpipeline::1.5.7:r0::11:16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412_populate_lic.tar.zst\nDEBUG: Searching for universal/a5/e0/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '77/7d/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c0/77/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/9b/5d/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/4c/bc/sstate:python3-pluggy-native:x86_64-linux:1.3.0:r0:x86_64:11:4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/6e/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://44/21/sstate:tcl::8.6.13:r0::11:4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972_populate_lic.tar.zst\nDEBUG: Using  for universal/a5/e0/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf_create_spdx.tar.zst\nDEBUG: For url file://77/7d/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/7d/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510_create_runtime_spdx.tar.zst;downloadfilename=77/7d/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://60/56/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67_package_qa.tar.zst\nDEBUG: For url file://universal/c0/77/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/77/sstate%3Acargo-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3Ac07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93_recipe_qa.tar.zst;downloadfilename=universal/c0/77/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93_recipe_qa.tar.zst\nDEBUG: Using  for universal/9b/5d/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/a2/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/c0/sstate:base-passwd::3.6.3:r0::11:e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/a5/e0/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://80/d6/sstate:lttng-modules::2.13.11:r0::11:80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/9b/5d/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/62/a2/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0d/48/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601_create_runtime_spdx.tar.zst\nDEBUG: Searching for ea/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fc/8d/sstate:alsa-utils::1.2.10:r0::11:fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3_populate_lic.tar.zst\nDEBUG: Searching for e1/c0/sstate:base-passwd::3.6.3:r0::11:e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/a5/e0/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 80/d6/sstate:lttng-modules::2.13.11:r0::11:80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/9b/5d/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/62/a2/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://92/52/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59_populate_sysroot.tar.zst\nDEBUG: Using  for ea/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/5f/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555_create_runtime_spdx.tar.zst\nDEBUG: Using  for e1/c0/sstate:base-passwd::3.6.3:r0::11:e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0_populate_lic.tar.zst\nDEBUG: For url file://universal/a5/e0/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a5/e0/sstate%3Abinutils-cross-x86_64%3Ax86_64-poky-linux%3A2.41%3Ar0%3Ax86_64%3A11%3Aa5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf_create_spdx.tar.zst;downloadfilename=universal/a5/e0/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf_create_spdx.tar.zst\nDEBUG: Using  for 80/d6/sstate:lttng-modules::2.13.11:r0::11:80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba_populate_lic.tar.zst\nDEBUG: For url file://universal/9b/5d/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9b/5d/sstate%3Alibslirp-native%3Ax86_64-linux%3A4.7.0%3Ar0%3Ax86_64%3A11%3A9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/9b/5d/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/62/a2/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873_recipe_qa.tar.zst\nDEBUG: Searching for 92/52/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ea/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713_packagedata.tar.zst\nDEBUG: Searching for a5/5f/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e1/c0/sstate:base-passwd::3.6.3:r0::11:e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0_populate_lic.tar.zst\nDEBUG: Testing URL file://80/d6/sstate:lttng-modules::2.13.11:r0::11:80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/98/sstate:pkgconfig::0.29.2+git:r0::11:a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/62/a2/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://16/cb/sstate:libpipeline::1.5.7:r0::11:16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412_populate_lic.tar.zst\nDEBUG: Using  for 92/52/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/99/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:e4996609e0d4333ee76fb96f04988892ad69c7b53072c8a8ddd400d68d582090_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ea/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a5/5f/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e1/c0/sstate:base-passwd::3.6.3:r0::11:e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '80/d6/sstate:lttng-modules::2.13.11:r0::11:80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3e/2b/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7_create_spdx.tar.zst\nDEBUG: For url file://universal/62/a2/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/a2/sstate%3Aat-spi2-core-native%3Ax86_64-linux%3A2.50.1%3Ar0%3Ax86_64%3A11%3A62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873_recipe_qa.tar.zst;downloadfilename=universal/62/a2/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/42/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://92/52/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://89/6b/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ea/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/62/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Aea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713_packagedata.tar.zst;downloadfilename=ea/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713_packagedata.tar.zst\nDEBUG: Testing URL file://a5/5f/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555_create_runtime_spdx.tar.zst\nDEBUG: For url file://e1/c0/sstate:base-passwd::3.6.3:r0::11:e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/c0/sstate%3Abase-passwd%3A%3A3.6.3%3Ar0%3A%3A11%3Ae1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0_populate_lic.tar.zst;downloadfilename=e1/c0/sstate:base-passwd::3.6.3:r0::11:e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0_populate_lic.tar.zst\nDEBUG: For url file://80/d6/sstate:lttng-modules::2.13.11:r0::11:80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/d6/sstate%3Alttng-modules%3A%3A2.13.11%3Ar0%3A%3A11%3A80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba_populate_lic.tar.zst;downloadfilename=80/d6/sstate:lttng-modules::2.13.11:r0::11:80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba_populate_lic.tar.zst\nDEBUG: Searching for 3e/2b/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/62/42/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '92/52/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://77/7d/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510_create_runtime_spdx.tar.zst\nDEBUG: Searching for 89/6b/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a5/5f/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/c0/77/sstate:cargo-native:x86_64-linux:1.74.1:r0:x86_64:11:c07717c3f918c62cefa41220e22f60de0ea0df7aaa83af89b3f9fc9fabef3b93_recipe_qa.tar.zst\nDEBUG: Using  for 3e/2b/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7_create_spdx.tar.zst\nDEBUG: Using  for universal/62/42/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb_create_runtime_spdx.tar.zst\nDEBUG: For url file://92/52/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/52/sstate%3Aicu%3Acore2-64-poky-linux%3A74-1%3Ar0%3Acore2-64%3A11%3A92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59_populate_sysroot.tar.zst;downloadfilename=92/52/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9b/5d/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:9b5df9a05befd970d7dacf9a5d67d9bd8af00b84b389635fbbebb01f775cab4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/82/64/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d_recipe_qa.tar.zst\nDEBUG: Using  for 89/6b/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a5/5f/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/5f/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A11%3Aa55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555_create_runtime_spdx.tar.zst;downloadfilename=a5/5f/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/79/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260_packagedata.tar.zst\nDEBUG: Testing URL file://3e/2b/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/62/42/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/bf/sstate:python3-editables-native::0.5:r0::11:cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7_populate_lic.tar.zst\nDEBUG: Searching for universal/82/64/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/a5/e0/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf_create_spdx.tar.zst\nDEBUG: Testing URL file://89/6b/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4f/79/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3e/2b/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/62/42/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ca/bf/sstate:python3-editables-native::0.5:r0::11:cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/82/64/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://18/51/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '89/6b/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4f/79/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260_packagedata.tar.zst\nDEBUG: For url file://3e/2b/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/2b/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7_create_spdx.tar.zst;downloadfilename=3e/2b/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7_create_spdx.tar.zst\nDEBUG: For url file://universal/62/42/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/42/sstate%3Adocbook-xsl-stylesheets-native%3Ax86_64-linux%3A1.79.1%3Ar0%3Ax86_64%3A11%3A6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb_create_runtime_spdx.tar.zst;downloadfilename=universal/62/42/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb_create_runtime_spdx.tar.zst\nDEBUG: Using  for ca/bf/sstate:python3-editables-native::0.5:r0::11:cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/82/64/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d_recipe_qa.tar.zst\nDEBUG: Searching for 18/51/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://89/6b/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/6b/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a_deploy_source_date_epoch.tar.zst;downloadfilename=89/6b/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4f/79/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260_packagedata.tar.zst\nDEBUG: Testing URL file://ca/bf/sstate:python3-editables-native::0.5:r0::11:cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/82/64/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ea/62/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/a2/sstate:at-spi2-core-native:x86_64-linux:2.50.1:r0:x86_64:11:62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873_recipe_qa.tar.zst\nDEBUG: Using  for 18/51/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4f/79/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ca/bf/sstate:python3-editables-native::0.5:r0::11:cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/82/64/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/82/64/sstate%3Aperl-native%3Ax86_64-linux%3A5.38.2%3Ar0%3Ax86_64%3A11%3A82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d_recipe_qa.tar.zst;downloadfilename=universal/82/64/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/c0/sstate:base-passwd::3.6.3:r0::11:e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/16/sstate:automake::1.16.5:r0::11:7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e7/41/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774_create_spdx.tar.zst\nDEBUG: Testing URL file://18/51/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4f/79/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/79/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260_packagedata.tar.zst;downloadfilename=4f/79/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260_packagedata.tar.zst\nDEBUG: For url file://ca/bf/sstate:python3-editables-native::0.5:r0::11:cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/bf/sstate%3Apython3-editables-native%3A%3A0.5%3Ar0%3A%3A11%3Acabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7_populate_lic.tar.zst;downloadfilename=ca/bf/sstate:python3-editables-native::0.5:r0::11:cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/21/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7_package_qa.tar.zst\nDEBUG: Searching for 7d/16/sstate:automake::1.16.5:r0::11:7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://80/d6/sstate:lttng-modules::2.13.11:r0::11:80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba_populate_lic.tar.zst\nDEBUG: Searching for universal/e7/41/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://92/52/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:92523d0665e832ec4be7a047156361eb9edab58ef19bf85e420e645a0b1c0e59_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '18/51/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6d/21/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a5/5f/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:11:a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555_create_runtime_spdx.tar.zst\nDEBUG: Using  for 7d/16/sstate:automake::1.16.5:r0::11:7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://17/bc/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/31/sstate:packagegroup-core-x11-base::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Using  for universal/e7/41/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/ca/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797_packagedata.tar.zst\nDEBUG: For url file://18/51/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/51/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A11%3A1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02_deploy_source_date_epoch.tar.zst;downloadfilename=18/51/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6d/21/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://93/25/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c_recipe_qa.tar.zst\nDEBUG: Testing URL file://7d/16/sstate:automake::1.16.5:r0::11:7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/81/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a_create_runtime_spdx.tar.zst\nDEBUG: Searching for f9/31/sstate:packagegroup-core-x11-base::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/e7/41/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774_create_spdx.tar.zst\nDEBUG: Searching for 2e/ca/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://6d/21/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7_package_qa.tar.zst\nDEBUG: Searching for 93/25/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7d/16/sstate:automake::1.16.5:r0::11:7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fc/81/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f9/31/sstate:packagegroup-core-x11-base::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/e7/41/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2e/ca/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797_packagedata.tar.zst\nDEBUG: For url ['file', '', '6d/21/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 93/25/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c_recipe_qa.tar.zst\nDEBUG: For url file://7d/16/sstate:automake::1.16.5:r0::11:7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/16/sstate%3Aautomake%3A%3A1.16.5%3Ar0%3A%3A11%3A7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472_populate_lic.tar.zst;downloadfilename=7d/16/sstate:automake::1.16.5:r0::11:7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472_populate_lic.tar.zst\nDEBUG: Using  for fc/81/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f9/31/sstate:packagegroup-core-x11-base::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: For url file://universal/e7/41/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/41/sstate%3Adbus-native%3Ax86_64-linux%3A1.14.10%3Ar0%3Ax86_64%3A11%3Ae7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774_create_spdx.tar.zst;downloadfilename=universal/e7/41/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774_create_spdx.tar.zst\nDEBUG: Testing URL file://2e/ca/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797_packagedata.tar.zst\nDEBUG: For url file://6d/21/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/21/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.10%3Ar0%3Aallarch%3A11%3A6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7_package_qa.tar.zst;downloadfilename=6d/21/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7_package_qa.tar.zst\nDEBUG: Testing URL file://93/25/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c_recipe_qa.tar.zst\nDEBUG: Testing URL file://fc/81/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f9/31/sstate:packagegroup-core-x11-base::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/62/42/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2e/ca/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '93/25/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://89/6b/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:896b4e1c6579f61a85dc453bdae65a031133800ebf0d748cc23416ca8727225a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fc/81/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/82/64/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d_recipe_qa.tar.zst\nDEBUG: For url file://f9/31/sstate:packagegroup-core-x11-base::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/31/sstate%3Apackagegroup-core-x11-base%3A%3A1.0%3Ar0%3A%3A11%3Af931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst;downloadfilename=f9/31/sstate:packagegroup-core-x11-base::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/79/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/bf/sstate:python3-editables-native::0.5:r0::11:cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/bd/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd_packagedata.tar.zst\nDEBUG: For url file://2e/ca/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/ca/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797_packagedata.tar.zst;downloadfilename=2e/ca/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797_packagedata.tar.zst\nDEBUG: For url file://93/25/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/25/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c_recipe_qa.tar.zst;downloadfilename=93/25/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890_package_write_rpm.tar.zst\nDEBUG: For url file://fc/81/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/81/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A11%3Afc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a_create_runtime_spdx.tar.zst;downloadfilename=fc/81/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/c1/sstate:linux-libc-headers::6.6:r0::11:1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://54/c0/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/33/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd_package.tar.zst\nDEBUG: Searching for cc/bd/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ab/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://18/51/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:1851cf28528ba5a7b5ab7f00cfb75d6934546c2a85a7295a1772e492aee78e02_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://18/58/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/16/sstate:automake::1.16.5:r0::11:7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e7/41/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:11:e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774_create_spdx.tar.zst\nDEBUG: Searching for 1a/c1/sstate:linux-libc-headers::6.6:r0::11:1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 54/c0/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6a/33/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cc/bd/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/31/sstate:packagegroup-core-x11-base::1.0:r0::11:f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271_populate_lic.tar.zst\nDEBUG: Using  for ab/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/21/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/14/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/07/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/55/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/5b/sstate:gpgme-native::1.23.2:r0::11:e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c_populate_lic.tar.zst\nDEBUG: Using  for 1a/c1/sstate:linux-libc-headers::6.6:r0::11:1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8_populate_lic.tar.zst\nDEBUG: Using  for 54/c0/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8_create_spdx.tar.zst\nDEBUG: Using  for 6a/33/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd_package.tar.zst\nDEBUG: Testing URL file://cc/bd/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://72/67/sstate:python3-packaging::23.2:r0::11:7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f_populate_lic.tar.zst\nDEBUG: Testing URL file://ab/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/48/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3a/14/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 30/07/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/55/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e9/5b/sstate:gpgme-native::1.23.2:r0::11:e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1a/c1/sstate:linux-libc-headers::6.6:r0::11:1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8_populate_lic.tar.zst\nDEBUG: Testing URL file://54/c0/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8_create_spdx.tar.zst\nDEBUG: Testing URL file://6a/33/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd_package.tar.zst\nDEBUG: For url ['file', '', 'cc/bd/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 72/67/sstate:python3-packaging::23.2:r0::11:7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ab/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f8/48/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3a/14/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8_package_qa.tar.zst\nDEBUG: Using  for 30/07/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d_package_write_rpm.tar.zst\nDEBUG: Using  for universal/55/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295_create_spdx.tar.zst\nDEBUG: Using  for e9/5b/sstate:gpgme-native::1.23.2:r0::11:e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1a/c1/sstate:linux-libc-headers::6.6:r0::11:1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '54/c0/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6a/33/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cc/bd/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/bd/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A11%3Accbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd_packagedata.tar.zst;downloadfilename=cc/bd/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd_packagedata.tar.zst\nDEBUG: Using  for 72/67/sstate:python3-packaging::23.2:r0::11:7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f_populate_lic.tar.zst\nDEBUG: For url file://ab/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/bb/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A11%3Aabbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890_package_write_rpm.tar.zst;downloadfilename=ab/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890_package_write_rpm.tar.zst\nDEBUG: Using  for f8/48/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3a/14/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8_package_qa.tar.zst\nDEBUG: Testing URL file://30/07/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/55/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295_create_spdx.tar.zst\nDEBUG: Testing URL file://e9/5b/sstate:gpgme-native::1.23.2:r0::11:e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c_populate_lic.tar.zst\nDEBUG: For url file://1a/c1/sstate:linux-libc-headers::6.6:r0::11:1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/c1/sstate%3Alinux-libc-headers%3A%3A6.6%3Ar0%3A%3A11%3A1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8_populate_lic.tar.zst;downloadfilename=1a/c1/sstate:linux-libc-headers::6.6:r0::11:1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8_populate_lic.tar.zst\nDEBUG: For url file://54/c0/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/c0/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.4%3Ar0%3Acore2-64%3A11%3A54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8_create_spdx.tar.zst;downloadfilename=54/c0/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8_create_spdx.tar.zst\nDEBUG: For url file://6a/33/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/33/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd_package.tar.zst;downloadfilename=6a/33/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd_package.tar.zst\nDEBUG: Testing URL file://72/67/sstate:python3-packaging::23.2:r0::11:7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f_populate_lic.tar.zst\nDEBUG: Testing URL file://f8/48/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/ca/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797_packagedata.tar.zst\nDEBUG: For url ['file', '', '3a/14/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '30/07/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://93/25/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/81/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/55/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e9/5b/sstate:gpgme-native::1.23.2:r0::11:e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '72/67/sstate:python3-packaging::23.2:r0::11:7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f8/48/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0d/82/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91_package.tar.zst\nDEBUG: For url file://3a/14/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/14/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.11%3Ar0%3Acore2-64%3A11%3A3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8_package_qa.tar.zst;downloadfilename=3a/14/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8_package_qa.tar.zst\nDEBUG: For url file://30/07/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/07/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3A30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d_package_write_rpm.tar.zst;downloadfilename=30/07/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/4b/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636_recipe_qa.tar.zst\nDEBUG: For url file://universal/55/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/55/f8/sstate%3Alibyaml-native%3Ax86_64-linux%3A0.2.5%3Ar0%3Ax86_64%3A11%3A55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295_create_spdx.tar.zst;downloadfilename=universal/55/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295_create_spdx.tar.zst\nDEBUG: For url file://e9/5b/sstate:gpgme-native::1.23.2:r0::11:e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/5b/sstate%3Agpgme-native%3A%3A1.23.2%3Ar0%3A%3A11%3Ae95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c_populate_lic.tar.zst;downloadfilename=e9/5b/sstate:gpgme-native::1.23.2:r0::11:e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c_populate_lic.tar.zst\nDEBUG: For url file://72/67/sstate:python3-packaging::23.2:r0::11:7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/67/sstate%3Apython3-packaging%3A%3A23.2%3Ar0%3A%3A11%3A7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f_populate_lic.tar.zst;downloadfilename=72/67/sstate:python3-packaging::23.2:r0::11:7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f_populate_lic.tar.zst\nDEBUG: For url file://f8/48/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/48/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A11%3Af84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f_deploy_source_date_epoch.tar.zst;downloadfilename=f8/48/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0d/82/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4b/4b/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fb/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ab/bb/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/bd/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/c1/sstate:linux-libc-headers::6.6:r0::11:1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8_populate_lic.tar.zst\nDEBUG: Using  for 0d/82/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91_package.tar.zst\nDEBUG: SState: Successful fetch test for file://54/c0/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8_create_spdx.tar.zst\nDEBUG: Using  for 4b/4b/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9_recipe_qa.tar.zst\nDEBUG: Using  for fb/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/35/3a/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/42/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0d/82/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6f/2b/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4b/4b/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9_recipe_qa.tar.zst\nDEBUG: Testing URL file://fb/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636_recipe_qa.tar.zst\nDEBUG: Searching for universal/35/3a/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 73/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6f/42/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0d/82/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/6f/2b/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4b/4b/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fb/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/35/3a/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 73/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612_populate_sysroot.tar.zst\nDEBUG: Using  for 6f/42/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a_populate_sysroot.tar.zst\nDEBUG: For url file://0d/82/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/82/sstate%3Arust%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91_package.tar.zst;downloadfilename=0d/82/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91_package.tar.zst\nDEBUG: Using  for universal/6f/2b/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c_populate_sysroot.tar.zst\nDEBUG: For url file://4b/4b/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/4b/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9_recipe_qa.tar.zst;downloadfilename=4b/4b/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9_recipe_qa.tar.zst\nDEBUG: For url file://fb/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/5f/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Afb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636_recipe_qa.tar.zst;downloadfilename=fb/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/35/3a/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://73/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6f/42/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/6f/2b/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/33/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:6a33ecb773181b68ee0a8dc181399eff4060266a4630d004692934e9b858a8cd_package.tar.zst\nDEBUG: For url ['file', '', 'universal/35/3a/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3a/14/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8_package_qa.tar.zst\nDEBUG: For url ['file', '', '73/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/55/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://30/07/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6f/42/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/6f/2b/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://86/65/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/35/3a/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/35/3a/sstate%3Aqemu-native%3Ax86_64-linux%3A8.2.0%3Ar0%3Ax86_64%3A11%3A353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b_create_runtime_spdx.tar.zst;downloadfilename=universal/35/3a/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/97/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948_package_qa.tar.zst\nDEBUG: For url file://73/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/9e/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A11%3A739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612_populate_sysroot.tar.zst;downloadfilename=73/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://35/32/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://df/7b/sstate:vala-native::0.56.13:r0::11:df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898_populate_lic.tar.zst\nDEBUG: For url file://6f/42/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/42/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a_populate_sysroot.tar.zst;downloadfilename=6f/42/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a_populate_sysroot.tar.zst\nDEBUG: For url file://universal/6f/2b/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/2b/sstate%3Amesa-native%3Ax86_64-linux%3A23.3.5%3Ar0%3Ax86_64%3A11%3A6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c_populate_sysroot.tar.zst;downloadfilename=universal/6f/2b/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c_populate_sysroot.tar.zst\nDEBUG: Searching for 86/65/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4a/97/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 35/32/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for df/7b/sstate:vala-native::0.56.13:r0::11:df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f8/48/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:f84875e1298f3d7c28b70edfabdd2aa53eb20da469c3d9311b0ff75f5af3c91f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://72/67/sstate:python3-packaging::23.2:r0::11:7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f_populate_lic.tar.zst\nDEBUG: Using  for 86/65/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4a/97/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/5b/sstate:gpgme-native::1.23.2:r0::11:e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c_populate_lic.tar.zst\nDEBUG: Using  for 35/32/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/5f/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:11:fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636_recipe_qa.tar.zst\nDEBUG: Using  for df/7b/sstate:vala-native::0.56.13:r0::11:df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e0/ea/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://32/76/sstate:sqlite3-native::3.44.2:r0::11:3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783_populate_lic.tar.zst\nDEBUG: Testing URL file://86/65/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://4a/97/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/2b/sstate:libcomps::0.1.20:r0::11:f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7_populate_lic.tar.zst\nDEBUG: Testing URL file://35/32/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/82/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:0d82dfacade484b128f569dc28943dd69a08b5a0f8b8bb6ba9b6fddfafceaa91_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/81/7a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515_populate_sysroot.tar.zst\nDEBUG: Testing URL file://df/7b/sstate:vala-native::0.56.13:r0::11:df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898_populate_lic.tar.zst\nDEBUG: Searching for universal/e0/ea/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 32/76/sstate:sqlite3-native::3.44.2:r0::11:3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '86/65/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4a/97/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f9/2b/sstate:libcomps::0.1.20:r0::11:f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '35/32/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://31/35/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec_package_write_rpm.tar.zst\nDEBUG: Searching for universal/81/7a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'df/7b/sstate:vala-native::0.56.13:r0::11:df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/e0/ea/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196_recipe_qa.tar.zst\nDEBUG: Using  for 32/76/sstate:sqlite3-native::3.44.2:r0::11:3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783_populate_lic.tar.zst\nDEBUG: For url file://86/65/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/65/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A11%3A86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2_create_runtime_spdx.tar.zst;downloadfilename=86/65/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2_create_runtime_spdx.tar.zst\nDEBUG: For url file://4a/97/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/97/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A11%3A4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948_package_qa.tar.zst;downloadfilename=4a/97/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948_package_qa.tar.zst\nDEBUG: Using  for f9/2b/sstate:libcomps::0.1.20:r0::11:f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7_populate_lic.tar.zst\nDEBUG: For url file://35/32/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/32/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.30.2%3Ar0%3Acore2-64%3A11%3A35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7_create_runtime_spdx.tar.zst;downloadfilename=35/32/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7_create_runtime_spdx.tar.zst\nDEBUG: Searching for 31/35/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/81/7a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515_populate_sysroot.tar.zst\nDEBUG: For url file://df/7b/sstate:vala-native::0.56.13:r0::11:df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/7b/sstate%3Avala-native%3A%3A0.56.13%3Ar0%3A%3A11%3Adf7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898_populate_lic.tar.zst;downloadfilename=df/7b/sstate:vala-native::0.56.13:r0::11:df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/e0/ea/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196_recipe_qa.tar.zst\nDEBUG: Testing URL file://32/76/sstate:sqlite3-native::3.44.2:r0::11:3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/4b/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/35/3a/sstate:qemu-native:x86_64-linux:8.2.0:r0:x86_64:11:353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f9/2b/sstate:libcomps::0.1.20:r0::11:f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://73/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:739e443e55c5ee859f4363f58e55239ee7fed42d8b7a7d7168a28429e23be612_populate_sysroot.tar.zst\nDEBUG: Using  for 31/35/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/81/7a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/ea/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://6f/42/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6f42f96d88e0f6fdb378a5922f966a2a180c31d99d214fbb46e83ee1d632e27a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '32/76/sstate:sqlite3-native::3.44.2:r0::11:3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7e/b5/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6f/2b/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://43/02/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f9/2b/sstate:libcomps::0.1.20:r0::11:f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/50/7f/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e_recipe_qa.tar.zst\nDEBUG: Testing URL file://31/35/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/81/7a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e0/ea/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/ea/sstate%3Apython3-pathlib2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A11%3Ae0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196_recipe_qa.tar.zst;downloadfilename=universal/e0/ea/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/f6/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1_package_qa.tar.zst\nDEBUG: For url file://32/76/sstate:sqlite3-native::3.44.2:r0::11:3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/76/sstate%3Asqlite3-native%3A%3A3.44.2%3Ar0%3A%3A11%3A3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783_populate_lic.tar.zst;downloadfilename=32/76/sstate:sqlite3-native::3.44.2:r0::11:3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783_populate_lic.tar.zst\nDEBUG: Searching for 7e/b5/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f5/65/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b_package_write_rpm.tar.zst\nDEBUG: Searching for 43/02/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f9/2b/sstate:libcomps::0.1.20:r0::11:f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/2b/sstate%3Alibcomps%3A%3A0.1.20%3Ar0%3A%3A11%3Af92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7_populate_lic.tar.zst;downloadfilename=f9/2b/sstate:libcomps::0.1.20:r0::11:f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7_populate_lic.tar.zst\nDEBUG: Searching for universal/50/7f/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '31/35/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/81/7a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/81/7a/sstate%3Alibssh2-native%3Ax86_64-linux%3A1.11.0%3Ar0%3Ax86_64%3A11%3A817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515_populate_sysroot.tar.zst;downloadfilename=universal/81/7a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515_populate_sysroot.tar.zst\nDEBUG: Searching for cd/f6/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7e/b5/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d_package_qa.tar.zst\nDEBUG: Searching for f5/65/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 43/02/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831_recipe_qa.tar.zst\nDEBUG: Using  for universal/50/7f/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e_recipe_qa.tar.zst\nDEBUG: For url file://31/35/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/35/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.0%3Ar0%3Acore2-64%3A11%3A31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec_package_write_rpm.tar.zst;downloadfilename=31/35/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/97/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948_package_qa.tar.zst\nDEBUG: Using  for cd/f6/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1_package_qa.tar.zst\nDEBUG: Testing URL file://7e/b5/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d_package_qa.tar.zst\nDEBUG: Using  for f5/65/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://43/02/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/50/7f/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://df/7b/sstate:vala-native::0.56.13:r0::11:df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://66/68/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cd/f6/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1_package_qa.tar.zst\nDEBUG: For url ['file', '', '7e/b5/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f5/65/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '43/02/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/50/7f/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst\nDEBUG: Searching for 66/68/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'cd/f6/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7e/b5/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/b5/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A11%3A7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d_package_qa.tar.zst;downloadfilename=7e/b5/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f5/65/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://43/02/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/02/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831_recipe_qa.tar.zst;downloadfilename=43/02/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831_recipe_qa.tar.zst\nDEBUG: For url file://universal/50/7f/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/7f/sstate%3Alibxcursor-native%3Ax86_64-linux%3A1.2.1%3Ar0%3Ax86_64%3A11%3A507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e_recipe_qa.tar.zst;downloadfilename=universal/50/7f/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e_recipe_qa.tar.zst\nDEBUG: Searching for 95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 66/68/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://cd/f6/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/f6/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A11%3Acdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1_package_qa.tar.zst;downloadfilename=cd/f6/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1_package_qa.tar.zst\nDEBUG: For url file://f5/65/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/65/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A11%3Af565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b_package_write_rpm.tar.zst;downloadfilename=f5/65/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/2b/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/ea/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:11:e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196_recipe_qa.tar.zst\nDEBUG: Using  for 95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://32/76/sstate:sqlite3-native::3.44.2:r0::11:3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783_populate_lic.tar.zst\nDEBUG: Testing URL file://66/68/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/2b/sstate:libcomps::0.1.20:r0::11:f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/86/5a/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/81/7a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:11:817a00379674bd99217248a991d1406dfce4ef555b9e2e8994c46bab92237515_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://47/f3/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/84/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '66/68/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/16/de/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/86/5a/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://32/60/sstate:file-native::5.45:r0::11:3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1_populate_lic.tar.zst\nDEBUG: Searching for 47/f3/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c7/84/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://66/68/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/68/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.46.0%3Ar0%3Acore2-64%3A11%3A66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8_deploy_source_date_epoch.tar.zst;downloadfilename=66/68/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/16/de/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/86/5a/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 32/60/sstate:file-native::5.45:r0::11:3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 47/f3/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/d0/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst;downloadfilename=95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst\nDEBUG: Using  for c7/84/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c_populate_sysroot.tar.zst\nDEBUG: Using  for universal/16/de/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/86/5a/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/b5/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:11:7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://31/35/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec_package_write_rpm.tar.zst\nDEBUG: Using  for 32/60/sstate:file-native::5.45:r0::11:3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1_populate_lic.tar.zst\nDEBUG: Testing URL file://47/f3/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c7/84/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/16/de/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/7f/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/86/5a/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://43/02/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/8a/sstate:dbus-glib-native::0.112:r0::11:4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://48/27/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://32/60/sstate:file-native::5.45:r0::11:3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '47/f3/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c7/84/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/16/de/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://db/ff/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/86/5a/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/86/5a/sstate%3Amake-native%3Ax86_64-linux%3A4.4.1%3Ar0%3Ax86_64%3A11%3A865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac_deploy_source_date_epoch.tar.zst;downloadfilename=universal/86/5a/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/ca/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42_populate_sysroot.tar.zst\nDEBUG: Searching for 4b/8a/sstate:dbus-glib-native::0.112:r0::11:4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 48/27/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '32/60/sstate:file-native::5.45:r0::11:3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://47/f3/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/f3/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c_deploy_source_date_epoch.tar.zst;downloadfilename=47/f3/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c7/84/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/84/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A11%3Ac784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c_populate_sysroot.tar.zst;downloadfilename=c7/84/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c_populate_sysroot.tar.zst\nDEBUG: For url file://universal/16/de/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/16/de/sstate%3Adesktop-file-utils-native%3Ax86_64-linux%3A0.27%3Ar0%3Ax86_64%3A11%3A16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/16/de/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for db/ff/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bb/ca/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4b/8a/sstate:dbus-glib-native::0.112:r0::11:4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6_populate_lic.tar.zst\nDEBUG: Using  for 48/27/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3_create_runtime_spdx.tar.zst\nDEBUG: For url file://32/60/sstate:file-native::5.45:r0::11:3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/60/sstate%3Afile-native%3A%3A5.45%3Ar0%3A%3A11%3A3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1_populate_lic.tar.zst;downloadfilename=32/60/sstate:file-native::5.45:r0::11:3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/f6/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:11:cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1_package_qa.tar.zst\nDEBUG: Using  for db/ff/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/65/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b_package_write_rpm.tar.zst\nDEBUG: Using  for bb/ca/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4b/8a/sstate:dbus-glib-native::0.112:r0::11:4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6_populate_lic.tar.zst\nDEBUG: Testing URL file://48/27/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://66/68/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:66683cfcde0ea34777d61fa422f9944a8e460e455ea79b1bf95f6d64acbf36f8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/13/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://db/ff/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/b5/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34_recipe_qa.tar.zst\nDEBUG: Testing URL file://bb/ca/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4b/8a/sstate:dbus-glib-native::0.112:r0::11:4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '48/27/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://77/6e/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971_create_spdx.tar.zst\nDEBUG: Searching for universal/dd/13/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'db/ff/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bc/b5/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bb/ca/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4b/8a/sstate:dbus-glib-native::0.112:r0::11:4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/8a/sstate%3Adbus-glib-native%3A%3A0.112%3Ar0%3A%3A11%3A4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6_populate_lic.tar.zst;downloadfilename=4b/8a/sstate:dbus-glib-native::0.112:r0::11:4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6_populate_lic.tar.zst\nDEBUG: For url file://48/27/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/27/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.5%3Ar0%3Acore2-64%3A11%3A482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3_create_runtime_spdx.tar.zst;downloadfilename=48/27/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3_create_runtime_spdx.tar.zst\nDEBUG: Searching for 77/6e/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/dd/13/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e_create_runtime_spdx.tar.zst\nDEBUG: For url file://db/ff/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/ff/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Adbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2_create_runtime_spdx.tar.zst;downloadfilename=db/ff/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2_create_runtime_spdx.tar.zst\nDEBUG: Using  for bc/b5/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34_recipe_qa.tar.zst\nDEBUG: For url file://bb/ca/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/ca/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A11%3Abbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42_populate_sysroot.tar.zst;downloadfilename=bb/ca/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/86/5a/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:11:865a36715fac0fc8aa858e5b72b7dce4abc79fae0a45a6525573c4bddc0549ac_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 77/6e/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/dd/13/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/84/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:c784f6fe969c8fbe041c51c44e9da5a02885d398c13fbfbc11724f54d9e8784c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://47/f3/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:11:47f3652ab494e7ec7c97d7c25b42d5e29fd501dbe4c644032e681d197e76eb7c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bc/b5/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/16/de/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:16ded2a64e3eaa7eacde146cc8cf76ff87014368713240bd1ed08b3dd499879e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://93/95/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e_recipe_qa.tar.zst\nDEBUG: Testing URL file://77/6e/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/dd/13/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://06/a1/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1b/47/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'bc/b5/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://14/e4/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e_recipe_qa.tar.zst\nDEBUG: Searching for 93/95/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '77/6e/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/dd/13/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/13/sstate%3Alibgpg-error-native%3Ax86_64-linux%3A1.47%3Ar0%3Ax86_64%3A11%3Add137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e_create_runtime_spdx.tar.zst;downloadfilename=universal/dd/13/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e_create_runtime_spdx.tar.zst\nDEBUG: Searching for 06/a1/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/1b/47/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://bc/b5/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/b5/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.30%3Ar0%3Acore2-64%3A11%3Abcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34_recipe_qa.tar.zst;downloadfilename=bc/b5/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34_recipe_qa.tar.zst\nDEBUG: Searching for 14/e4/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 93/95/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e_recipe_qa.tar.zst\nDEBUG: For url file://77/6e/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/6e/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.0%3Ar0%3Acore2-64%3A11%3A776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971_create_spdx.tar.zst;downloadfilename=77/6e/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971_create_spdx.tar.zst\nDEBUG: Using  for 06/a1/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/1b/47/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://32/60/sstate:file-native::5.45:r0::11:3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1_populate_lic.tar.zst\nDEBUG: Using  for 14/e4/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e_recipe_qa.tar.zst\nDEBUG: Testing URL file://93/95/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e_recipe_qa.tar.zst\nDEBUG: Testing URL file://06/a1/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/1b/47/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/8a/sstate:dbus-glib-native::0.112:r0::11:4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://86/65/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:11:86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/f6/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://14/e4/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '93/95/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '06/a1/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/1b/47/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/fc/dc/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cb/26/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe_create_spdx.tar.zst\nDEBUG: Searching for fd/f6/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '14/e4/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://93/95/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/95/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e_recipe_qa.tar.zst;downloadfilename=93/95/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e_recipe_qa.tar.zst\nDEBUG: For url file://06/a1/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/a1/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943_deploy_source_date_epoch.tar.zst;downloadfilename=06/a1/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/1b/47/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1b/47/sstate%3Aswig-native%3Ax86_64-linux%3A4.1.1%3Ar0%3Ax86_64%3A11%3A1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686_deploy_source_date_epoch.tar.zst;downloadfilename=universal/1b/47/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/fc/dc/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/cb/26/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fd/f6/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d_package_write_rpm.tar.zst\nDEBUG: For url file://14/e4/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/e4/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A11%3A14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e_recipe_qa.tar.zst;downloadfilename=14/e4/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e_recipe_qa.tar.zst\nDEBUG: Using  for universal/fc/dc/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/ca/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:bbca83945c1d943973443a37b46cc738a4715c50f9ee44e0ca73a4827a5bba42_populate_sysroot.tar.zst\nDEBUG: Using  for universal/cb/26/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe_create_spdx.tar.zst\nDEBUG: Testing URL file://fd/f6/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/fc/dc/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/42/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/13/sstate:libgpg-error-native:x86_64-linux:1.47:r0:x86_64:11:dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/cb/26/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fd/f6/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fc/dc/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8a/42/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ae/12/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/cb/26/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fd/f6/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/f6/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Afdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d_package_write_rpm.tar.zst;downloadfilename=fd/f6/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d_package_write_rpm.tar.zst\nDEBUG: For url file://universal/fc/dc/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fc/dc/sstate%3Alibxml-sax-perl-native%3Ax86_64-linux%3A1.02%3Ar0%3Ax86_64%3A11%3Afcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4_create_runtime_spdx.tar.zst;downloadfilename=universal/fc/dc/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8a/42/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9_create_spdx.tar.zst\nDEBUG: Searching for ae/12/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/cb/26/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cb/26/sstate%3Apython3-trove-classifiers-native%3Ax86_64-linux%3A2024.1.8%3Ar0%3Ax86_64%3A11%3Acb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe_create_spdx.tar.zst;downloadfilename=universal/cb/26/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe_create_spdx.tar.zst\nDEBUG: Testing URL file://8a/42/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9_create_spdx.tar.zst\nDEBUG: Using  for ae/12/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/b5/sstate:mc:core2-64-poky-linux:4.8.30:r0:core2-64:11:bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8a/42/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ae/12/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://77/6e/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/0c/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://93/95/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e_recipe_qa.tar.zst\nDEBUG: For url file://8a/42/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/42/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9_create_spdx.tar.zst;downloadfilename=8a/42/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ae/12/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ad/79/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2_create_spdx.tar.zst\nDEBUG: Searching for 1c/0c/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/3b/9f/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83_create_spdx.tar.zst\nDEBUG: For url file://ae/12/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/12/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A11%3Aae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607_create_runtime_spdx.tar.zst;downloadfilename=ae/12/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607_create_runtime_spdx.tar.zst\nDEBUG: Searching for ad/79/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1c/0c/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651_recipe_qa.tar.zst\nDEBUG: Searching for universal/3b/9f/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ad/79/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2_create_spdx.tar.zst\nDEBUG: Testing URL file://1c/0c/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651_recipe_qa.tar.zst\nDEBUG: Using  for universal/3b/9f/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1b/47/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:1b47d84a3a97dab6f8e5f01130229315f01d86d603d6ae279075d8b525bfb686_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://06/a1/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:06a1df4dd1e2ca8183c0761d2d33431575276617abcc39b909664e340a55e943_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ad/79/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1c/0c/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/3b/9f/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/6c/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/83/03/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ad/79/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1c/0c/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/0c/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651_recipe_qa.tar.zst;downloadfilename=1c/0c/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/3b/9f/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ea/6c/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/83/03/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ad/79/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/79/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3Aad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2_create_spdx.tar.zst;downloadfilename=ad/79/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2_create_spdx.tar.zst\nDEBUG: For url file://universal/3b/9f/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3b/9f/sstate%3Aperl-native%3Ax86_64-linux%3A5.38.2%3Ar0%3Ax86_64%3A11%3A3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83_create_spdx.tar.zst;downloadfilename=universal/3b/9f/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83_create_spdx.tar.zst\nDEBUG: Using  for ea/6c/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af_package_qa.tar.zst\nDEBUG: Using  for universal/83/03/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://14/e4/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e_recipe_qa.tar.zst\nDEBUG: Testing URL file://ea/6c/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/f6/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/83/03/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cb/26/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fc/dc/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/af/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ea/6c/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://fa/3c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/83/03/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://70/48/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0c/cd/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c1/af/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ea/6c/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/6c/sstate%3Aicu%3Acore2-64-poky-linux%3A74-1%3Ar0%3Acore2-64%3A11%3Aea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af_package_qa.tar.zst;downloadfilename=ea/6c/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af_package_qa.tar.zst\nDEBUG: Searching for fa/3c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/83/03/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/83/03/sstate%3Apython3-mako-native%3Ax86_64-linux%3A1.3.0%3Ar0%3Ax86_64%3A11%3A830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/83/03/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 70/48/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/0c/cd/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c1/af/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4_packagedata.tar.zst\nDEBUG: Using  for fa/3c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 70/48/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/42/sstate:glibc-mtrace:core2-64-poky-linux:2.38:r0:core2-64:11:8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9_create_spdx.tar.zst\nDEBUG: Using  for universal/0c/cd/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c1/af/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/12/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://35/32/sstate:python3-dbusmock:core2-64-poky-linux:0.30.2:r0:core2-64:11:35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://fa/3c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://70/48/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://90/b0/sstate:kexec-tools::2.0.28:r0::11:90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/0c/cd/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c1/af/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://82/4b/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/02/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'fa/3c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '70/48/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 90/b0/sstate:kexec-tools::2.0.28:r0::11:90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/0c/cd/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c1/af/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/af/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A11%3Ac1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4_packagedata.tar.zst;downloadfilename=c1/af/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4_packagedata.tar.zst\nDEBUG: Searching for 82/4b/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c5/02/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://fa/3c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/3c/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A11%3Afa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6_create_runtime_spdx.tar.zst;downloadfilename=fa/3c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6_create_runtime_spdx.tar.zst\nDEBUG: For url file://70/48/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/48/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A11%3A70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866_packagedata.tar.zst;downloadfilename=70/48/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866_packagedata.tar.zst\nDEBUG: Using  for 90/b0/sstate:kexec-tools::2.0.28:r0::11:90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721_populate_lic.tar.zst\nDEBUG: For url file://universal/0c/cd/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/cd/sstate%3Alibfontenc-native%3Ax86_64-linux%3A1.1.7%3Ar0%3Ax86_64%3A11%3A0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0c/cd/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 82/4b/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782_package_write_rpm.tar.zst\nDEBUG: Using  for c5/02/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/79/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/0c/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651_recipe_qa.tar.zst\nDEBUG: Testing URL file://90/b0/sstate:kexec-tools::2.0.28:r0::11:90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721_populate_lic.tar.zst\nDEBUG: Testing URL file://82/4b/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c5/02/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/20/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/6c/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7d/1c/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3b/9f/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83_create_spdx.tar.zst\nDEBUG: For url ['file', '', '90/b0/sstate:kexec-tools::2.0.28:r0::11:90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '82/4b/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/02/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5b/20/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b5/12/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/7d/1c/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://3d/4f/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://90/b0/sstate:kexec-tools::2.0.28:r0::11:90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/b0/sstate%3Akexec-tools%3A%3A2.0.28%3Ar0%3A%3A11%3A90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721_populate_lic.tar.zst;downloadfilename=90/b0/sstate:kexec-tools::2.0.28:r0::11:90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721_populate_lic.tar.zst\nDEBUG: For url file://82/4b/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/4b/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.17.0%3Ar0%3Acore2-64%3A11%3A824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782_package_write_rpm.tar.zst;downloadfilename=82/4b/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782_package_write_rpm.tar.zst\nDEBUG: For url file://c5/02/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/02/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A11%3Ac502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761_create_runtime_spdx.tar.zst;downloadfilename=c5/02/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761_create_runtime_spdx.tar.zst\nDEBUG: Using  for 5b/20/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793_create_spdx.tar.zst\nDEBUG: Searching for b5/12/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/7d/1c/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3d/4f/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://db/ff/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2_create_runtime_spdx.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: Testing URL file://5b/20/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/83/03/sstate:python3-mako-native:x86_64-linux:1.3.0:r0:x86_64:11:830368621ed7ec45b1326128fc664239b609c284f539dd15b2193764eeabe2c4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b5/12/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/7d/1c/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3d/4f/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/c4/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5b/20/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c1/af/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a1/0d/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb_create_spdx.tar.zst\nDEBUG: Testing URL file://b5/12/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/7d/1c/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3d/4f/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ac/c4/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5b/20/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/20/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A11%3A5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793_create_spdx.tar.zst;downloadfilename=5b/20/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/9c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f_create_spdx.tar.zst\nDEBUG: Searching for universal/a1/0d/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b5/12/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/7d/1c/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/1c/sstate%3Arpm-native%3Ax86_64-linux%3A4.19.1%3Ar0%3Ax86_64%3A11%3A7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7d/1c/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3d/4f/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ac/c4/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e_create_spdx.tar.zst\nDEBUG: Searching for b8/9c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a1/0d/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb_create_spdx.tar.zst\nDEBUG: For url file://b5/12/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/12/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A11%3Ab512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e_deploy_source_date_epoch.tar.zst;downloadfilename=b5/12/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0c/cd/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:0ccdc0a5b545fad569e55a2906c45f55f47005307593e571e274d1615f0f3b36_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://70/48/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://48/27/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3_create_runtime_spdx.tar.zst\nDEBUG: For url file://3d/4f/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/4f/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst;downloadfilename=3d/4f/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ac/c4/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e_create_spdx.tar.zst\nDEBUG: Using  for b8/9c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/a1/0d/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/cb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://82/4b/sstate:python3-zipp:core2-64-poky-linux:3.17.0:r0:core2-64:11:824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://90/b0/sstate:kexec-tools::2.0.28:r0::11:90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/00/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/67/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ac/c4/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b8/9c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/02/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/a1/0d/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e0/cb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://90/a7/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://91/b5/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f_package_write_rpm.tar.zst\nDEBUG: Searching for universal/08/00/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ed/67/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ac/c4/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/c4/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.5%3Ar0%3Acore2-64%3A11%3Aacc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e_create_spdx.tar.zst;downloadfilename=ac/c4/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/9c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/4f/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63_create_spdx.tar.zst\nDEBUG: For url file://universal/a1/0d/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a1/0d/sstate%3Acmake-native%3Ax86_64-linux%3A3.27.7%3Ar0%3Ax86_64%3A11%3Aa10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb_create_spdx.tar.zst;downloadfilename=universal/a1/0d/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb_create_spdx.tar.zst\nDEBUG: Using  for e0/cb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd_package_write_rpm.tar.zst\nDEBUG: Searching for 90/a7/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 91/b5/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/08/00/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7_populate_sysroot.tar.zst\nDEBUG: Using  for ed/67/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413_packagedata.tar.zst\nDEBUG: For url file://b8/9c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/9c/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ab89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f_create_spdx.tar.zst;downloadfilename=b8/9c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f_create_spdx.tar.zst\nDEBUG: Searching for universal/4f/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst: HTTP Error 404: Not Found\nDEBUG: Testing URL file://e0/cb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd_package_write_rpm.tar.zst\nDEBUG: Using  for 90/a7/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/20/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793_create_spdx.tar.zst\nDEBUG: Using  for 91/b5/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/08/00/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ed/67/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413_packagedata.tar.zst\nDEBUG: Using  for universal/4f/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63_create_spdx.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst (FetchError(\"URL doesn't work\", 'file://95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://95/d0/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff_image_qa.tar.zst'. URL doesn't work\n\nDEBUG: For url ['file', '', 'e0/cb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/7d/1c/sstate:rpm-native:x86_64-linux:4.19.1:r0:x86_64:11:7d1c333f7d95ecf59465fc3991941a9d94153c01071a20db171cbefbbb81130f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://90/a7/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/9b/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218_package.tar.zst\nDEBUG: Testing URL file://91/b5/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/08/00/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ed/67/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/4f/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://13/a5/sstate:libxinerama::1.1.5:r0::11:13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6_populate_lic.tar.zst\nDEBUG: For url file://e0/cb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/cb/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A11%3Ae0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd_package_write_rpm.tar.zst;downloadfilename=e0/cb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://21/93/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e_package.tar.zst\nDEBUG: For url ['file', '', '90/a7/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e5/9b/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '91/b5/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/08/00/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/00/sstate%3Alibdnf-native%3Ax86_64-linux%3A0.72.0%3Ar0%3Ax86_64%3A11%3A080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7_populate_sysroot.tar.zst;downloadfilename=universal/08/00/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7_populate_sysroot.tar.zst\nDEBUG: For url file://ed/67/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/67/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3Aed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413_packagedata.tar.zst;downloadfilename=ed/67/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/4f/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 13/a5/sstate:libxinerama::1.1.5:r0::11:13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 21/93/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://90/a7/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/a7/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A11%3A90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db_create_runtime_spdx.tar.zst;downloadfilename=90/a7/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/12/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:b512a67b913bd86d63ebd7f020e7ce28ab13eabeb4c70b07d5ff5adb3995747e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e5/9b/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218_package.tar.zst\nDEBUG: For url file://91/b5/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/b5/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f_package_write_rpm.tar.zst;downloadfilename=91/b5/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f_package_write_rpm.tar.zst\nDEBUG: For url file://universal/4f/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/aa/sstate%3Alibmd-native%3Ax86_64-linux%3A1.1.0%3Ar0%3Ax86_64%3A11%3A4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63_create_spdx.tar.zst;downloadfilename=universal/4f/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63_create_spdx.tar.zst\nDEBUG: Using  for 13/a5/sstate:libxinerama::1.1.5:r0::11:13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/4f/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 21/93/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/c4/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/6e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b_package_qa.tar.zst\nDEBUG: Testing URL file://e5/9b/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/9c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a1/0d/sstate:cmake-native:x86_64-linux:3.27.7:r0:x86_64:11:a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb_create_spdx.tar.zst\nDEBUG: Testing URL file://13/a5/sstate:libxinerama::1.1.5:r0::11:13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/cd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba_populate_sysroot.tar.zst\nDEBUG: Testing URL file://21/93/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/1f/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828_create_spdx.tar.zst\nDEBUG: Searching for a4/6e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e5/9b/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0b/bd/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://da/a6/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '13/a5/sstate:libxinerama::1.1.5:r0::11:13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/2e/cd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '21/93/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f5/1f/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a4/6e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b_package_qa.tar.zst\nDEBUG: For url file://e5/9b/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/9b/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A11%3Ae59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218_package.tar.zst;downloadfilename=e5/9b/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218_package.tar.zst\nDEBUG: Searching for 0b/bd/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for da/a6/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://13/a5/sstate:libxinerama::1.1.5:r0::11:13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/a5/sstate%3Alibxinerama%3A%3A1.1.5%3Ar0%3A%3A11%3A13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6_populate_lic.tar.zst;downloadfilename=13/a5/sstate:libxinerama::1.1.5:r0::11:13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6_populate_lic.tar.zst\nDEBUG: Using  for universal/2e/cd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba_populate_sysroot.tar.zst\nDEBUG: For url file://21/93/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/93/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.5p1%3Ar0%3Acore2-64%3A11%3A2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e_package.tar.zst;downloadfilename=21/93/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e_package.tar.zst\nDEBUG: Using  for f5/1f/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828_create_spdx.tar.zst\nDEBUG: Testing URL file://a4/6e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b_package_qa.tar.zst\nDEBUG: Using  for 0b/bd/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e_package_qa.tar.zst\nDEBUG: Using  for da/a6/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/2e/cd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/67/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/00/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://61/45/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:6145f00da501bfba6b12d04df786f7a96ee1cec1b42058ff1aaa0b44a9dfbe9f_package.tar.zst\nDEBUG: Testing URL file://f5/1f/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a4/6e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0b/bd/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e_package_qa.tar.zst\nDEBUG: Testing URL file://da/a6/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/cd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5b/70/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250_package.tar.zst\nDEBUG: SState: Attempting to fetch file://66/fc/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f5/1f/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a4/6e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/6e/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A11%3Aa46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b_package_qa.tar.zst;downloadfilename=a4/6e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b_package_qa.tar.zst\nDEBUG: For url ['file', '', '0b/bd/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'da/a6/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/2e/cd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/cd/sstate%3Aintltool-native%3Ax86_64-linux%3A0.51.0%3Ar0%3Ax86_64%3A11%3A2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba_populate_sysroot.tar.zst;downloadfilename=universal/2e/cd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba_populate_sysroot.tar.zst\nDEBUG: Searching for 5b/70/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ba/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 66/fc/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f5/1f/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/1f/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.6%3Ar0%3Acore2-64%3A11%3Af51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828_create_spdx.tar.zst;downloadfilename=f5/1f/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828_create_spdx.tar.zst\nDEBUG: For url file://0b/bd/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/bd/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A11%3A0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e_package_qa.tar.zst;downloadfilename=0b/bd/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e_package_qa.tar.zst\nDEBUG: For url file://da/a6/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/a6/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A11%3Adaa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7_populate_sysroot.tar.zst;downloadfilename=da/a6/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://91/b5/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4f/aa/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:11:4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63_create_spdx.tar.zst\nDEBUG: Using  for 5b/70/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090_create_spdx.tar.zst\nDEBUG: Using  for ba/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250_package.tar.zst\nDEBUG: Using  for 66/fc/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/9b/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:11:e59b92e5b840c01c4a7ad59dfb110ab4a903d3e32ce5653f03d223072894d218_package.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/3c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/48/34/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://21/93/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:2193f71f6bf7e054d008f19a6576b5eb47730ed7d876dbe63944e463ad6cb76e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/92/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://13/a5/sstate:libxinerama::1.1.5:r0::11:13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6_populate_lic.tar.zst\nDEBUG: Testing URL file://5b/70/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090_create_spdx.tar.zst\nDEBUG: Testing URL file://ba/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250_package.tar.zst\nDEBUG: Testing URL file://66/fc/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/b9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/03/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026_package.tar.zst\nDEBUG: Searching for universal/48/34/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://93/41/sstate:debianutils-native::5.16:r0::11:9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99_populate_lic.tar.zst\nDEBUG: Searching for e9/92/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/1e/57/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '5b/70/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ba/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '66/fc/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d4/b9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 35/03/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/48/34/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40_recipe_qa.tar.zst\nDEBUG: Searching for 93/41/sstate:debianutils-native::5.16:r0::11:9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e9/92/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906_create_spdx.tar.zst\nDEBUG: Searching for universal/1e/57/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5b/70/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/70/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090_create_spdx.tar.zst;downloadfilename=5b/70/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090_create_spdx.tar.zst\nDEBUG: For url file://ba/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/88/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3Aba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250_package.tar.zst;downloadfilename=ba/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250_package.tar.zst\nDEBUG: For url file://66/fc/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/fc/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a_create_runtime_spdx.tar.zst;downloadfilename=66/fc/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a_create_runtime_spdx.tar.zst\nDEBUG: Using  for d4/b9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6_package_qa.tar.zst\nDEBUG: Using  for 35/03/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026_package.tar.zst\nDEBUG: Testing URL file://universal/48/34/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40_recipe_qa.tar.zst\nDEBUG: Using  for 93/41/sstate:debianutils-native::5.16:r0::11:9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99_populate_lic.tar.zst\nDEBUG: Testing URL file://e9/92/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906_create_spdx.tar.zst\nDEBUG: Using  for universal/1e/57/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/6e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/cd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:11:2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d4/b9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6_package_qa.tar.zst\nDEBUG: Testing URL file://35/03/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026_package.tar.zst\nDEBUG: For url ['file', '', 'universal/48/34/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://93/41/sstate:debianutils-native::5.16:r0::11:9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e9/92/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/1e/57/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ea/73/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://73/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd4/b9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '35/03/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/48/34/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/48/34/sstate%3Aopkg-utils-native%3Ax86_64-linux%3A0.6.3%3Ar0%3Ax86_64%3A11%3A4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40_recipe_qa.tar.zst;downloadfilename=universal/48/34/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '93/41/sstate:debianutils-native::5.16:r0::11:9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/92/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/92/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3Ae992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906_create_spdx.tar.zst;downloadfilename=e9/92/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1e/57/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/ea/73/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 73/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d4/b9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/b9/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A11%3Ad4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6_package_qa.tar.zst;downloadfilename=d4/b9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6_package_qa.tar.zst\nDEBUG: For url file://35/03/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/03/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A11%3A3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026_package.tar.zst;downloadfilename=35/03/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026_package.tar.zst\nDEBUG: For url file://93/41/sstate:debianutils-native::5.16:r0::11:9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/41/sstate%3Adebianutils-native%3A%3A5.16%3Ar0%3A%3A11%3A9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99_populate_lic.tar.zst;downloadfilename=93/41/sstate:debianutils-native::5.16:r0::11:9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/bd/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e_package_qa.tar.zst\nDEBUG: For url file://universal/1e/57/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/57/sstate%3Alibxcb-native%3Ax86_64-linux%3A1.16%3Ar0%3Ax86_64%3A11%3A1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa_create_runtime_spdx.tar.zst;downloadfilename=universal/1e/57/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/ea/73/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://da/a6/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:daa61ec38390105e96f1644dccafff810d641b7ff6ea3a3eb50d0a083bccd8d7_populate_sysroot.tar.zst\nDEBUG: Using  for 73/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://77/8a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ea/73/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/d0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282_packagedata.tar.zst\nDEBUG: Testing URL file://73/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:ba88b041a31465c88d24a47d163986071c9cc475869a0b33ebcfc32fdd66e250_package.tar.zst\nDEBUG: SState: Successful fetch test for file://66/fc/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a_create_runtime_spdx.tar.zst\nDEBUG: Searching for 77/8a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/ea/73/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c0/d0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '73/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3d/4f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c6/4d/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1_populate_sysroot.tar.zst\nDEBUG: Using  for 77/8a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268_create_spdx.tar.zst\nDEBUG: For url file://universal/ea/73/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/73/sstate%3Agettext-native%3Ax86_64-linux%3A0.22.4%3Ar0%3Ax86_64%3A11%3Aea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582_populate_sysroot.tar.zst;downloadfilename=universal/ea/73/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582_populate_sysroot.tar.zst\nDEBUG: Using  for c0/d0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282_packagedata.tar.zst\nDEBUG: For url file://73/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/1a/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a_deploy_source_date_epoch.tar.zst;downloadfilename=73/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3d/4f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c6/4d/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://77/8a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268_create_spdx.tar.zst\nDEBUG: Testing URL file://c0/d0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/48/34/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:11:4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40_recipe_qa.tar.zst\nDEBUG: Using  for 3d/4f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/c6/4d/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '77/8a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d4/b9/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c0/d0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5d/a5/sstate:python3-markdown::3.5.2:r0::11:5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6_populate_lic.tar.zst\nDEBUG: Testing URL file://3d/4f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/c6/4d/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1_populate_sysroot.tar.zst\nDEBUG: For url file://77/8a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/8a/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A11%3A778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268_create_spdx.tar.zst;downloadfilename=77/8a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://81/b8/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75_package_qa.tar.zst\nDEBUG: For url file://c0/d0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/d0/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ac0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282_packagedata.tar.zst;downloadfilename=c0/d0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282_packagedata.tar.zst\nDEBUG: Searching for 5d/a5/sstate:python3-markdown::3.5.2:r0::11:5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3d/4f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c6/4d/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 81/b8/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://90/a7/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db_create_runtime_spdx.tar.zst\nDEBUG: Using  for 5d/a5/sstate:python3-markdown::3.5.2:r0::11:5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6_populate_lic.tar.zst\nDEBUG: For url file://3d/4f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/4f/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst;downloadfilename=3d/4f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://93/41/sstate:debianutils-native::5.16:r0::11:9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://35/03/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:3503db2ffe7e6f4c8401da513e5a638513607983fa68a7665ed1f0f092bb7026_package.tar.zst\nDEBUG: For url file://universal/c6/4d/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c6/4d/sstate%3Agconf-native%3Ax86_64-linux%3A3.2.6%3Ar0%3Ax86_64%3A11%3Ac64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1_populate_sysroot.tar.zst;downloadfilename=universal/c6/4d/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1_populate_sysroot.tar.zst\nDEBUG: Using  for 81/b8/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/d0/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://5d/a5/sstate:python3-markdown::3.5.2:r0::11:5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/69/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1e/57/sstate:libxcb-native:x86_64-linux:1.16:r0:x86_64:11:1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://51/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2_packagedata.tar.zst\nDEBUG: Testing URL file://81/b8/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75_package_qa.tar.zst\nDEBUG: Searching for d4/d0/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e0/cb/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5d/a5/sstate:python3-markdown::3.5.2:r0::11:5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/ea/73/sstate:gettext-native:x86_64-linux:0.22.4:r0:x86_64:11:ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582_populate_sysroot.tar.zst\nDEBUG: Searching for d2/69/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://09/c8/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 51/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '81/b8/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d4/d0/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://49/d8/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1_recipe_qa.tar.zst\nDEBUG: For url file://5d/a5/sstate:python3-markdown::3.5.2:r0::11:5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/a5/sstate%3Apython3-markdown%3A%3A3.5.2%3Ar0%3A%3A11%3A5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6_populate_lic.tar.zst;downloadfilename=5d/a5/sstate:python3-markdown::3.5.2:r0::11:5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26_package_qa.tar.zst\nDEBUG: Using  for d2/69/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260_package_write_rpm.tar.zst\nDEBUG: Searching for 09/c8/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 51/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2_packagedata.tar.zst\nDEBUG: For url file://81/b8/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/b8/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75_package_qa.tar.zst;downloadfilename=81/b8/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75_package_qa.tar.zst\nDEBUG: Testing URL file://d4/d0/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f_create_runtime_spdx.tar.zst\nDEBUG: Searching for 49/d8/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7d/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d2/69/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260_package_write_rpm.tar.zst\nDEBUG: Using  for 09/c8/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://73/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:731a58e5f5bd54ea1b94316a79615a7c0e2855d77ac5d87b6d1397068836266a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://51/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd4/d0/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/d8/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1_recipe_qa.tar.zst\nDEBUG: Using  for 7d/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd2/69/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://09/c8/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://75/f7/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '51/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d4/d0/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/d0/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.11.5%3Ar0%3Acore2-64%3A11%3Ad4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f_create_runtime_spdx.tar.zst;downloadfilename=d4/d0/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://49/d8/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1_recipe_qa.tar.zst\nDEBUG: Testing URL file://7d/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26_package_qa.tar.zst\nDEBUG: For url file://d2/69/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/69/sstate%3Aliberror-perl%3Acore2-64-poky-linux%3A0.17029%3Ar0%3Acore2-64%3A11%3Ad269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260_package_write_rpm.tar.zst;downloadfilename=d2/69/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '09/c8/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 75/f7/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://51/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/6a/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2_packagedata.tar.zst;downloadfilename=51/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2_packagedata.tar.zst\nDEBUG: For url ['file', '', '49/d8/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7d/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c0/d0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282_packagedata.tar.zst\nDEBUG: For url file://09/c8/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/c8/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A11%3A09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3_deploy_source_date_epoch.tar.zst;downloadfilename=09/c8/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 75/f7/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/4f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://49/d8/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/d8/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A11%3A49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1_recipe_qa.tar.zst;downloadfilename=49/d8/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1_recipe_qa.tar.zst\nDEBUG: For url file://7d/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/25/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A11%3A7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26_package_qa.tar.zst;downloadfilename=7d/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c6/4d/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1a/46/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1_create_spdx.tar.zst\nDEBUG: Testing URL file://75/f7/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://81/6e/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/a5/sstate:python3-markdown::3.5.2:r0::11:5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/7a/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/1a/46/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://81/b8/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/1f/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828_create_spdx.tar.zst\nDEBUG: For url ['file', '', '75/f7/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 81/6e/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://2f/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465_package.tar.zst\nDEBUG: Searching for 3c/7a/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/1a/46/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/38/b4/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/f7/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416_packagedata.tar.zst\nDEBUG: For url file://75/f7/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/f7/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.14.2%3Ar0%3Acore2-64%3A11%3A75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8_deploy_source_date_epoch.tar.zst;downloadfilename=75/f7/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 81/6e/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46_create_spdx.tar.zst\nDEBUG: Searching for 2f/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3c/7a/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/1a/46/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1_create_spdx.tar.zst\nDEBUG: Searching for universal/38/b4/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ff/f7/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://81/6e/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46_create_spdx.tar.zst\nDEBUG: Using  for 2f/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465_package.tar.zst\nDEBUG: Testing URL file://3c/7a/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/1a/46/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/38/b4/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74_create_runtime_spdx.tar.zst\nDEBUG: Using  for ff/f7/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416_packagedata.tar.zst\nDEBUG: For url ['file', '', '81/6e/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2f/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465_package.tar.zst\nDEBUG: For url ['file', '', '3c/7a/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/1a/46/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1a/46/sstate%3Aelfutils-native%3Ax86_64-linux%3A0.189%3Ar0%3Ax86_64%3A11%3A1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1_create_spdx.tar.zst;downloadfilename=universal/1a/46/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/38/b4/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ff/f7/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416_packagedata.tar.zst\nDEBUG: For url file://81/6e/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/6e/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.7.3%3Ar0%3Acore2-64%3A11%3A816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46_create_spdx.tar.zst;downloadfilename=81/6e/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2f/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3c/7a/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/7a/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3A3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd_deploy_source_date_epoch.tar.zst;downloadfilename=3c/7a/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/38/b4/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ff/f7/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d2/69/sstate:liberror-perl:core2-64-poky-linux:0.17029:r0:core2-64:11:d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260_package_write_rpm.tar.zst\nDEBUG: For url file://2f/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/07/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20230416%3Ar0%3Acore2-64%3A11%3A2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465_package.tar.zst;downloadfilename=2f/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465_package.tar.zst\nDEBUG: SState: Successful fetch test for file://51/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2_packagedata.tar.zst\nDEBUG: For url file://universal/38/b4/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/38/b4/sstate%3Afreetype-native%3Ax86_64-linux%3A2.13.2%3Ar0%3Ax86_64%3A11%3A38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74_create_runtime_spdx.tar.zst;downloadfilename=universal/38/b4/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74_create_runtime_spdx.tar.zst\nDEBUG: For url file://ff/f7/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/f7/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.12%3Ar0%3Acore2-64%3A11%3Afff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416_packagedata.tar.zst;downloadfilename=ff/f7/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://09/c8/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:09c87e894bfb3b6f82ce17c84432c034e0b1d6bc0e6d461d0547e6d65b8b8ba3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://49/d8/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://31/0e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/a8/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/25/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/70/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.1:r0:core2-64:11:5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/d0/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/92/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://30/64/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 31/0e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ec/a8/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b1/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/f1/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a_recipe_qa.tar.zst\nDEBUG: Searching for 4a/d0/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://15/5d/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e_create_runtime_spdx.tar.zst\nDEBUG: Searching for 30/64/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 31/0e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7_recipe_qa.tar.zst\nDEBUG: Using  for ec/a8/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3_populate_sysroot.tar.zst\nDEBUG: Searching for b1/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4f/f1/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4a/d0/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15_recipe_qa.tar.zst\nDEBUG: Searching for 15/5d/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 30/64/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://31/0e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7_recipe_qa.tar.zst\nDEBUG: Testing URL file://ec/a8/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3_populate_sysroot.tar.zst\nDEBUG: Using  for b1/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581_create_spdx.tar.zst\nDEBUG: Using  for 4f/f1/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a_recipe_qa.tar.zst\nDEBUG: Testing URL file://4a/d0/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15_recipe_qa.tar.zst\nDEBUG: Using  for 15/5d/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://30/64/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '31/0e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/1a/46/sstate:elfutils-native:x86_64-linux:0.189:r0:x86_64:11:1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ec/a8/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b1/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://75/f7/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:75f77aa0d6d86472487557b250ab121259726b2fdd8fcbbecb31c68938ce49f8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4f/f1/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://81/6e/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4a/d0/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://15/5d/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '30/64/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://31/0e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/0e/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A11%3A310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7_recipe_qa.tar.zst;downloadfilename=31/0e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/ed/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22_create_runtime_spdx.tar.zst\nDEBUG: For url file://ec/a8/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/a8/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.7.3%3Ar0%3Acore2-64%3A11%3Aeca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3_populate_sysroot.tar.zst;downloadfilename=ec/a8/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b1/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://25/e6/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33_package.tar.zst\nDEBUG: For url ['file', '', '4f/f1/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a9/5f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74_recipe_qa.tar.zst\nDEBUG: For url file://4a/d0/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/d0/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3A4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15_recipe_qa.tar.zst;downloadfilename=4a/d0/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '15/5d/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://30/64/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/64/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A11%3A306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1_deploy_source_date_epoch.tar.zst;downloadfilename=30/64/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for dd/ed/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b1/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/fe/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A11%3Ab1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581_create_spdx.tar.zst;downloadfilename=b1/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581_create_spdx.tar.zst\nDEBUG: Searching for 25/e6/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3c/7a/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:11:3c7af5d59bb36531841a87ee505edc35c8d777318c526a317472becc90891dcd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4f/f1/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/f1/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a_recipe_qa.tar.zst;downloadfilename=4f/f1/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a_recipe_qa.tar.zst\nDEBUG: Searching for a9/5f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://15/5d/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/5d/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.11%3Ar0%3Acore2-64%3A11%3A155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e_create_runtime_spdx.tar.zst;downloadfilename=15/5d/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/07/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:2f07b4520b4b19eda26c98bfa6826e59c94df98230c561dc1eaf193da0393465_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/38/b4/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:11:38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74_create_runtime_spdx.tar.zst\nDEBUG: Using  for dd/ed/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22_create_runtime_spdx.tar.zst\nDEBUG: Using  for 25/e6/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/f7/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/b4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://77/8a/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268_create_spdx.tar.zst\nDEBUG: Using  for a9/5f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://31/0e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:11:310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/e8/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/a8/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:eca84f4c150ef256c9e5fe32f55595df5f31724783852bdc7300096abf7929e3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://dd/ed/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://25/e6/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b5/9a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f_populate_sysroot.tar.zst\nDEBUG: Searching for ad/b4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://bc/7b/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec_packagedata.tar.zst\nDEBUG: Testing URL file://a9/5f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/a6/sstate:go-helloworld::0.1:r0::11:1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a_populate_lic.tar.zst\nDEBUG: Searching for d0/e8/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f0/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/cf/ce/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'dd/ed/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '25/e6/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/b5/9a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ad/b4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5_create_spdx.tar.zst\nDEBUG: Searching for bc/7b/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a9/5f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1b/a6/sstate:go-helloworld::0.1:r0::11:1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d0/e8/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308_create_runtime_spdx.tar.zst\nDEBUG: Using  for f0/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf_recipe_qa.tar.zst\nDEBUG: Searching for universal/cf/ce/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://dd/ed/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/ed/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3Added4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22_create_runtime_spdx.tar.zst;downloadfilename=dd/ed/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22_create_runtime_spdx.tar.zst\nDEBUG: For url file://25/e6/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/e6/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33_package.tar.zst;downloadfilename=25/e6/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33_package.tar.zst\nDEBUG: Using  for universal/b5/9a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ad/b4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5_create_spdx.tar.zst\nDEBUG: Using  for bc/7b/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec_packagedata.tar.zst\nDEBUG: For url file://a9/5f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/5f/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A11%3Aa95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74_recipe_qa.tar.zst;downloadfilename=a9/5f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74_recipe_qa.tar.zst\nDEBUG: Using  for 1b/a6/sstate:go-helloworld::0.1:r0::11:1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a_populate_lic.tar.zst\nDEBUG: Testing URL file://d0/e8/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f0/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf_recipe_qa.tar.zst\nDEBUG: Using  for universal/cf/ce/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/d0/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/b5/9a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://30/64/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:11:306429ee7d3422ed5174b9c164b9292b9cd011e5277c49794fc64678721a5ed1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ad/b4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bc/7b/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec_packagedata.tar.zst\nDEBUG: Testing URL file://1b/a6/sstate:go-helloworld::0.1:r0::11:1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd0/e8/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f0/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/cf/ce/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/f1/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:11:4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/fe/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:11:b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/c2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b5/9a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://23/d2/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305_package.tar.zst\nDEBUG: For url file://ad/b4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/b4/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A11%3Aadb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5_create_spdx.tar.zst;downloadfilename=ad/b4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bc/7b/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1b/a6/sstate:go-helloworld::0.1:r0::11:1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d0/e8/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/e8/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3Ad0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308_create_runtime_spdx.tar.zst;downloadfilename=d0/e8/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308_create_runtime_spdx.tar.zst\nDEBUG: For url file://f0/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/31/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A11%3Af031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf_recipe_qa.tar.zst;downloadfilename=f0/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/cf/ce/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://66/ce/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/7a/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/84/c2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/b5/9a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b5/9a/sstate%3Aperl-native%3Ax86_64-linux%3A5.38.2%3Ar0%3Ax86_64%3A11%3Ab59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f_populate_sysroot.tar.zst;downloadfilename=universal/b5/9a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f_populate_sysroot.tar.zst\nDEBUG: Searching for 23/d2/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://bc/7b/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/7b/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A11%3Abc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec_packagedata.tar.zst;downloadfilename=bc/7b/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/d0/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f_create_runtime_spdx.tar.zst\nDEBUG: For url file://1b/a6/sstate:go-helloworld::0.1:r0::11:1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/a6/sstate%3Ago-helloworld%3A%3A0.1%3Ar0%3A%3A11%3A1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a_populate_lic.tar.zst;downloadfilename=1b/a6/sstate:go-helloworld::0.1:r0::11:1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a_populate_lic.tar.zst\nDEBUG: For url file://universal/cf/ce/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cf/ce/sstate%3Arust-llvm-native%3Ax86_64-linux%3A1.74.1%3Ar0%3Ax86_64%3A11%3Acfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878_deploy_source_date_epoch.tar.zst;downloadfilename=universal/cf/ce/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 66/ce/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f9/7a/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/84/c2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 23/d2/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305_package.tar.zst\nDEBUG: SState: Successful fetch test for file://25/e6/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:25e6e25b39c249aae39a63dc178ad0fc8952460e78838eae7fc751022e672e33_package.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/ed/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/73/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/5f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74_recipe_qa.tar.zst\nDEBUG: Using  for 66/ce/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53_populate_sysroot.tar.zst\nDEBUG: Using  for f9/7a/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/84/c2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://23/d2/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/be/sstate:python3-more-itertools-native::10.2.0:r0::11:2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/34/b6/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f_populate_sysroot.tar.zst\nDEBUG: Searching for 3d/73/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://40/be/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727_recipe_qa.tar.zst\nDEBUG: Testing URL file://66/ce/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f9/7a/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/84/c2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '23/d2/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2e/be/sstate:python3-more-itertools-native::10.2.0:r0::11:2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/34/b6/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3d/73/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410_package_qa.tar.zst\nDEBUG: Searching for 40/be/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '66/ce/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f9/7a/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/84/c2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/c2/sstate%3Alibjpeg-turbo-native%3Ax86_64-linux%3A3.0.1%3Ar0%3Ax86_64%3A11%3A84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd_deploy_source_date_epoch.tar.zst;downloadfilename=universal/84/c2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://23/d2/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/d2/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A11%3A23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305_package.tar.zst;downloadfilename=23/d2/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305_package.tar.zst\nDEBUG: Using  for 2e/be/sstate:python3-more-itertools-native::10.2.0:r0::11:2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f_populate_lic.tar.zst\nDEBUG: Using  for universal/34/b6/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3d/73/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410_package_qa.tar.zst\nDEBUG: Using  for 40/be/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727_recipe_qa.tar.zst\nDEBUG: For url file://66/ce/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/ce/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%3Ar0%3Aallarch%3A11%3A66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53_populate_sysroot.tar.zst;downloadfilename=66/ce/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53_populate_sysroot.tar.zst\nDEBUG: For url file://f9/7a/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/7a/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A11%3Af97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65_create_runtime_spdx.tar.zst;downloadfilename=f9/7a/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2e/be/sstate:python3-more-itertools-native::10.2.0:r0::11:2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/34/b6/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/31/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3d/73/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://40/be/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2e/be/sstate:python3-more-itertools-native::10.2.0:r0::11:2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/34/b6/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/b5/9a/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:11:b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/93/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf_package_qa.tar.zst\nDEBUG: For url file://3d/73/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/73/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.11%3Ar0%3Aqemux86_64%3A11%3A3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410_package_qa.tar.zst;downloadfilename=3d/73/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410_package_qa.tar.zst\nDEBUG: For url ['file', '', '40/be/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2e/be/sstate:python3-more-itertools-native::10.2.0:r0::11:2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/be/sstate%3Apython3-more-itertools-native%3A%3A10.2.0%3Ar0%3A%3A11%3A2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f_populate_lic.tar.zst;downloadfilename=2e/be/sstate:python3-more-itertools-native::10.2.0:r0::11:2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f_populate_lic.tar.zst\nDEBUG: For url file://universal/34/b6/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/34/b6/sstate%3Autil-linux-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A11%3A34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f_populate_sysroot.tar.zst;downloadfilename=universal/34/b6/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/02/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6_create_runtime_spdx.tar.zst\nDEBUG: Searching for ee/93/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://40/be/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/be/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.6%3Ar0%3Acore2-64%3A11%3A40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727_recipe_qa.tar.zst;downloadfilename=40/be/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/7b/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec_packagedata.tar.zst\nDEBUG: Searching for b9/02/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://1b/a6/sstate:go-helloworld::0.1:r0::11:1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a_populate_lic.tar.zst\nDEBUG: Using  for ee/93/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://23/d2/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:23d253cfe21744689d677f106a36e720cf7398f5a7ec31d30218226165760305_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cf/ce/sstate:rust-llvm-native:x86_64-linux:1.74.1:r0:x86_64:11:cfcef2c5710383e7c73334b54aeebee6a2e221191cdd5684bcc6cdde0fb3c878_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/bc/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/84/c2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:84c2d4fd7a8d9e010bc5d8d5a3301fcf911563ab186ab17e4b356b79415e36fd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b9/02/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://03/a1/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30_package.tar.zst\nDEBUG: Testing URL file://ee/93/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://18/3a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://14/4a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4_create_spdx.tar.zst\nDEBUG: Searching for c8/bc/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/3e/d9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9_recipe_qa.tar.zst\nDEBUG: Testing URL file://b9/02/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6_create_runtime_spdx.tar.zst\nDEBUG: Searching for 03/a1/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ee/93/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 18/3a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 14/4a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c8/bc/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb_packagedata.tar.zst\nDEBUG: Searching for universal/3e/d9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b9/02/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 03/a1/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30_package.tar.zst\nDEBUG: For url file://ee/93/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/93/sstate%3Arust%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Aee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf_package_qa.tar.zst;downloadfilename=ee/93/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf_package_qa.tar.zst\nDEBUG: Using  for 18/3a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5_create_spdx.tar.zst\nDEBUG: Using  for 14/4a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4_create_spdx.tar.zst\nDEBUG: Testing URL file://c8/bc/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb_packagedata.tar.zst\nDEBUG: Using  for universal/3e/d9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9_recipe_qa.tar.zst\nDEBUG: For url file://b9/02/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/02/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A11%3Ab902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6_create_runtime_spdx.tar.zst;downloadfilename=b9/02/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://03/a1/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30_package.tar.zst\nDEBUG: Testing URL file://18/3a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5_create_spdx.tar.zst\nDEBUG: Testing URL file://14/4a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://66/ce/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:66ce8ab57221dc0606b8e19f22db0c95d00d123ab88f9bb13bbc2f44284e6d53_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c8/bc/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/3e/d9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '03/a1/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '18/3a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2e/be/sstate:python3-more-itertools-native::10.2.0:r0::11:2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '14/4a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3d/73/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/e5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647_populate_sysroot.tar.zst\nDEBUG: For url file://c8/bc/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/bc/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A11%3Ac8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb_packagedata.tar.zst;downloadfilename=c8/bc/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/3e/d9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://03/a1/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/a1/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A11%3A03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30_package.tar.zst;downloadfilename=03/a1/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30_package.tar.zst\nDEBUG: For url file://18/3a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/3a/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A11%3A183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5_create_spdx.tar.zst;downloadfilename=18/3a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/e4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd_package_qa.tar.zst\nDEBUG: For url file://14/4a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/4a/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4_create_spdx.tar.zst;downloadfilename=14/4a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://84/4b/sstate:libxml-parser-perl-native::2.46:r0::11:844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b_populate_lic.tar.zst\nDEBUG: Searching for e9/e5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/3e/d9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3e/d9/sstate%3Alibtasn1-native%3Ax86_64-linux%3A4.19.0%3Ar0%3Ax86_64%3A11%3A3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9_recipe_qa.tar.zst;downloadfilename=universal/3e/d9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9_recipe_qa.tar.zst\nDEBUG: Searching for 2c/e4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://40/be/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/34/b6/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f_populate_sysroot.tar.zst\nDEBUG: Searching for 84/4b/sstate:libxml-parser-perl-native::2.46:r0::11:844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e9/e5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/93/sstate:rust:core2-64-poky-linux:1.74.1:r0:core2-64:11:ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf_package_qa.tar.zst\nDEBUG: Using  for 2c/e4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://87/cd/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://66/58/sstate:rust::1.74.1:r0::11:6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b_populate_lic.tar.zst\nDEBUG: Using  for 84/4b/sstate:libxml-parser-perl-native::2.46:r0::11:844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b_populate_lic.tar.zst\nDEBUG: Testing URL file://e9/e5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://80/7c/sstate:python3-typogrify::2.0.7:r0::11:807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e_populate_lic.tar.zst\nDEBUG: Testing URL file://2c/e4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd_package_qa.tar.zst\nDEBUG: Searching for 87/cd/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 66/58/sstate:rust::1.74.1:r0::11:6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://84/4b/sstate:libxml-parser-perl-native::2.46:r0::11:844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e9/e5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 80/7c/sstate:python3-typogrify::2.0.7:r0::11:807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2c/e4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/cd/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77_create_runtime_spdx.tar.zst\nDEBUG: Using  for 66/58/sstate:rust::1.74.1:r0::11:6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '84/4b/sstate:libxml-parser-perl-native::2.46:r0::11:844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/e5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/e5/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3Ae9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647_populate_sysroot.tar.zst;downloadfilename=e9/e5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647_populate_sysroot.tar.zst\nDEBUG: Using  for 80/7c/sstate:python3-typogrify::2.0.7:r0::11:807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e_populate_lic.tar.zst\nDEBUG: For url file://2c/e4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/e4/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd_package_qa.tar.zst;downloadfilename=2c/e4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd_package_qa.tar.zst\nDEBUG: Testing URL file://87/cd/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://66/58/sstate:rust::1.74.1:r0::11:6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b_populate_lic.tar.zst\nDEBUG: For url file://84/4b/sstate:libxml-parser-perl-native::2.46:r0::11:844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/4b/sstate%3Alibxml-parser-perl-native%3A%3A2.46%3Ar0%3A%3A11%3A844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b_populate_lic.tar.zst;downloadfilename=84/4b/sstate:libxml-parser-perl-native::2.46:r0::11:844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b_populate_lic.tar.zst\nDEBUG: Testing URL file://80/7c/sstate:python3-typogrify::2.0.7:r0::11:807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/bc/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb_packagedata.tar.zst\nDEBUG: For url ['file', '', '87/cd/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b9/02/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '66/58/sstate:rust::1.74.1:r0::11:6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://15/5d/sstate:lttng-tools:core2-64-poky-linux:2.13.11:r0:core2-64:11:155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '80/7c/sstate:python3-typogrify::2.0.7:r0::11:807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0c/2e/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://18/3a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5_create_spdx.tar.zst\nDEBUG: For url file://87/cd/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/cd/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77_create_runtime_spdx.tar.zst;downloadfilename=87/cd/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://03/a1/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:03a16a9bd21e9e6d90f55c5f0cfad7647aeaaabacc4f03a823ee1e4083545c30_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/13/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c_create_spdx.tar.zst\nDEBUG: For url file://66/58/sstate:rust::1.74.1:r0::11:6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/58/sstate%3Arust%3A%3A1.74.1%3Ar0%3A%3A11%3A6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b_populate_lic.tar.zst;downloadfilename=66/58/sstate:rust::1.74.1:r0::11:6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://80/7c/sstate:python3-typogrify::2.0.7:r0::11:807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/7c/sstate%3Apython3-typogrify%3A%3A2.0.7%3Ar0%3A%3A11%3A807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e_populate_lic.tar.zst;downloadfilename=80/7c/sstate:python3-typogrify::2.0.7:r0::11:807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e_populate_lic.tar.zst\nDEBUG: Searching for 0c/2e/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fe/a8/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/e9/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/f4/13/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://14/4a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4_create_spdx.tar.zst\nDEBUG: Searching for 93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/3e/d9/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9_recipe_qa.tar.zst\nDEBUG: Using  for 0c/2e/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6_create_runtime_spdx.tar.zst\nDEBUG: Searching for fe/a8/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d0/e8/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:11:d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308_create_runtime_spdx.tar.zst\nDEBUG: Searching for 4e/e9/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e9/e5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:e9e5ee696eb89f8efbd727fbfaa7174ae494474797c5f8ae4f321971e7c1d647_populate_sysroot.tar.zst\nDEBUG: Using  for universal/f4/13/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/80/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b_recipe_qa.tar.zst\nDEBUG: Using  for 93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/37/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c_package_qa.tar.zst\nDEBUG: Testing URL file://0c/2e/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6_create_runtime_spdx.tar.zst\nDEBUG: Using  for fe/a8/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://89/bf/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::11:89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8_populate_lic.tar.zst\nDEBUG: Using  for 4e/e9/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f4/13/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c_create_spdx.tar.zst\nDEBUG: Searching for 0f/80/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d0/37/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0c/2e/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fe/a8/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 89/bf/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::11:89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4e/e9/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef_create_runtime_spdx.tar.zst\nDEBUG: Searching for 9d/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f4/13/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0f/80/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d0/37/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c_package_qa.tar.zst\nDEBUG: For url file://0c/2e/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/2e/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A11%3A0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6_create_runtime_spdx.tar.zst;downloadfilename=0c/2e/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'fe/a8/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 89/bf/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::11:89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4e/e9/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9d/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7_create_spdx.tar.zst\nDEBUG: For url file://universal/f4/13/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/13/sstate%3Alibpcre2-native%3Ax86_64-linux%3A10.42%3Ar0%3Ax86_64%3A11%3Af4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c_create_spdx.tar.zst;downloadfilename=universal/f4/13/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c_create_spdx.tar.zst\nDEBUG: Testing URL file://0f/80/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b_recipe_qa.tar.zst\nDEBUG: For url file://93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/17/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst;downloadfilename=93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d0/37/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c_package_qa.tar.zst\nDEBUG: For url file://fe/a8/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/a8/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3Afea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc_deploy_source_date_epoch.tar.zst;downloadfilename=fe/a8/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://89/bf/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::11:89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8_populate_lic.tar.zst\nDEBUG: For url file://4e/e9/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/e9/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef_create_runtime_spdx.tar.zst;downloadfilename=4e/e9/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9d/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/e4/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:11:2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/b4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0f/80/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://84/4b/sstate:libxml-parser-perl-native::2.46:r0::11:844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd0/37/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://87/cd/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '89/bf/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::11:89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://66/58/sstate:rust::1.74.1:r0::11:6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9d/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://80/7c/sstate:python3-typogrify::2.0.7:r0::11:807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/eb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/45/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0f/80/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/80/sstate%3Awireless-regdb%3Aall-poky-linux%3A2023.09.01%3Ar0%3Aallarch%3A11%3A0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b_recipe_qa.tar.zst;downloadfilename=0f/80/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dc/29/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399_recipe_qa.tar.zst\nDEBUG: For url file://d0/37/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/37/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.17.2%3Ar0%3Acore2-64%3A11%3Ad03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c_package_qa.tar.zst;downloadfilename=d0/37/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://57/fd/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://89/bf/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::11:89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/bf/sstate%3Apython3-hatch-fancy-pypi-readme-native%3A%3A24.1.0%3Ar0%3A%3A11%3A89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8_populate_lic.tar.zst;downloadfilename=89/bf/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::11:89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/44/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65_package.tar.zst\nDEBUG: For url file://9d/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/12/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.3%3Ar0%3Acore2-64%3A11%3A9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7_create_spdx.tar.zst;downloadfilename=9d/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0c/38/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10_populate_sysroot.tar.zst\nDEBUG: Searching for 7c/eb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2f/45/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/dc/29/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 57/fd/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f9/7a/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65_create_runtime_spdx.tar.zst\nDEBUG: Searching for 1e/44/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/f4/13/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c_create_spdx.tar.zst\nDEBUG: Searching for universal/0c/38/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7c/eb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a_package_write_rpm.tar.zst\nDEBUG: Using  for 2f/45/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/dc/29/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399_recipe_qa.tar.zst\nDEBUG: Using  for 57/fd/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/b6/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa_create_spdx.tar.zst\nDEBUG: Using  for 1e/44/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/d4/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103_package_write_rpm.tar.zst\nDEBUG: Using  for universal/0c/38/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10_populate_sysroot.tar.zst\nDEBUG: Testing URL file://7c/eb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://2f/45/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/dc/29/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399_recipe_qa.tar.zst\nDEBUG: Testing URL file://57/fd/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f1/b6/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1e/44/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65_package.tar.zst\nDEBUG: Searching for a1/d4/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/0c/38/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7c/eb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2f/45/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/dc/29/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '57/fd/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f1/b6/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1e/44/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a1/d4/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/0c/38/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7c/eb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/eb/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A11%3A7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a_package_write_rpm.tar.zst;downloadfilename=7c/eb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a_package_write_rpm.tar.zst\nDEBUG: For url file://2f/45/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/45/sstate%3Ashadow-sysroot%3Acore2-64-poky-linux%3A4.6%3Ar0%3Acore2-64%3A11%3A2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84_deploy_source_date_epoch.tar.zst;downloadfilename=2f/45/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/dc/29/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/29/sstate%3Agpgme-native%3Ax86_64-linux%3A1.23.2%3Ar0%3Ax86_64%3A11%3Adc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399_recipe_qa.tar.zst;downloadfilename=universal/dc/29/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399_recipe_qa.tar.zst\nDEBUG: For url file://57/fd/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/fd/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.16%3Ar0%3Acore2-64%3A11%3A57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67_deploy_source_date_epoch.tar.zst;downloadfilename=57/fd/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f1/b6/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa_create_spdx.tar.zst\nDEBUG: For url file://1e/44/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/44/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65_package.tar.zst;downloadfilename=1e/44/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65_package.tar.zst\nDEBUG: Testing URL file://a1/d4/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103_package_write_rpm.tar.zst\nDEBUG: For url file://universal/0c/38/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/38/sstate%3Aattr-native%3Ax86_64-linux%3A2.5.1%3Ar0%3Ax86_64%3A11%3A0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10_populate_sysroot.tar.zst;downloadfilename=universal/0c/38/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/a8/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:fea8cfbf48939fe629a8390d4d06feb1da5dea61691d7340da6ca9d0b0b6dfbc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f1/b6/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://0f/80/sstate:wireless-regdb:all-poky-linux:2023.09.01:r0:allarch:11:0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a1/d4/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://89/bf/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::11:89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/37/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a8/06/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8_create_runtime_spdx.tar.zst\nDEBUG: For url file://f1/b6/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/b6/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.4%3Ar0%3Acore2-64%3A11%3Af1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa_create_spdx.tar.zst;downloadfilename=f1/b6/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/2d/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c_create_runtime_spdx.tar.zst\nDEBUG: For url file://a1/d4/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/d4/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.3%3Ar0%3Acore2-64%3A11%3Aa1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103_package_write_rpm.tar.zst;downloadfilename=a1/d4/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/46/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://76/90/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a_packagedata.tar.zst\nDEBUG: Searching for universal/a8/06/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4d/2d/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a2/46/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7c/eb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a_package_write_rpm.tar.zst\nDEBUG: Searching for 76/90/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a8/06/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/45/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:11:2f451723d07b660e7b01756efb14e7c10316476ae6c6e965c904a302fe811a84_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dc/29/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:11:dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399_recipe_qa.tar.zst\nDEBUG: Using  for 4d/2d/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c_create_runtime_spdx.tar.zst\nDEBUG: Using  for a2/46/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/5f/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453_create_spdx.tar.zst\nDEBUG: Using  for 76/90/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a_packagedata.tar.zst\nDEBUG: Testing URL file://universal/a8/06/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://94/69/sstate:libmicrohttpd::0.9.77:r0::11:9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/49/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c_package_qa.tar.zst\nDEBUG: Testing URL file://4d/2d/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a2/46/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c_package_qa.tar.zst\nDEBUG: Searching for f8/5f/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://76/90/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/a8/06/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 94/69/sstate:libmicrohttpd::0.9.77:r0::11:9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c5/49/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4d/2d/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a2/46/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f8/5f/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453_create_spdx.tar.zst\nDEBUG: For url ['file', '', '76/90/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a8/06/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a8/06/sstate%3Apython3-importlib-metadata-native%3Ax86_64-linux%3A7.0.1%3Ar0%3Ax86_64%3A11%3Aa806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8_create_runtime_spdx.tar.zst;downloadfilename=universal/a8/06/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8_create_runtime_spdx.tar.zst\nDEBUG: Using  for 94/69/sstate:libmicrohttpd::0.9.77:r0::11:9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e_populate_lic.tar.zst\nDEBUG: Using  for c5/49/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c_package_qa.tar.zst\nDEBUG: For url file://4d/2d/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/2d/sstate%3Alibgcc-initial%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c_create_runtime_spdx.tar.zst;downloadfilename=4d/2d/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c_create_runtime_spdx.tar.zst\nDEBUG: For url file://a2/46/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/46/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3Aa24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c_package_qa.tar.zst;downloadfilename=a2/46/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c_package_qa.tar.zst\nDEBUG: Testing URL file://f8/5f/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453_create_spdx.tar.zst\nDEBUG: For url file://76/90/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/90/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A11%3A7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a_packagedata.tar.zst;downloadfilename=76/90/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a_packagedata.tar.zst\nDEBUG: Testing URL file://94/69/sstate:libmicrohttpd::0.9.77:r0::11:9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e_populate_lic.tar.zst\nDEBUG: Testing URL file://c5/49/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://57/fd/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:57fd30a45adb6f60771f951664e91d55d2efb83060cc51331f687d3cda701e67_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f8/5f/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://1e/44/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e44c72979250a245c075f3e0ed92cd60e10c186bfed7ab22cd13099c1f98d65_package.tar.zst\nDEBUG: For url ['file', '', '94/69/sstate:libmicrohttpd::0.9.77:r0::11:9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/49/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a1/d4/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0c/38/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f8/5f/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/5f/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Af85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453_create_spdx.tar.zst;downloadfilename=f8/5f/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/f4/sstate:connman-conf::1.0:r0::11:e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2_populate_lic.tar.zst\nDEBUG: For url file://94/69/sstate:libmicrohttpd::0.9.77:r0::11:9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/69/sstate%3Alibmicrohttpd%3A%3A0.9.77%3Ar0%3A%3A11%3A9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e_populate_lic.tar.zst;downloadfilename=94/69/sstate:libmicrohttpd::0.9.77:r0::11:9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e_populate_lic.tar.zst\nDEBUG: For url file://c5/49/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/49/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A11%3Ac5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c_package_qa.tar.zst;downloadfilename=c5/49/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8d/64/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://93/0f/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba_recipe_qa.tar.zst\nDEBUG: Searching for 9c/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/f4/sstate:connman-conf::1.0:r0::11:e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/8d/64/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/a8/06/sstate:python3-importlib-metadata-native:x86_64-linux:7.0.1:r0:x86_64:11:a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8_create_runtime_spdx.tar.zst\nDEBUG: Searching for 93/0f/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9c/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e4/f4/sstate:connman-conf::1.0:r0::11:e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2_populate_lic.tar.zst\nDEBUG: Using  for universal/8d/64/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://76/34/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711_populate_sysroot.tar.zst\nDEBUG: Using  for 93/0f/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba_recipe_qa.tar.zst\nDEBUG: Testing URL file://9c/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e4/f4/sstate:connman-conf::1.0:r0::11:e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/8d/64/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831_populate_sysroot.tar.zst\nDEBUG: Searching for 76/34/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://93/0f/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9c/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/f4/sstate:connman-conf::1.0:r0::11:e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/8d/64/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 76/34/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '93/0f/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9c/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/65/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79_deploy_source_date_epoch.tar.zst;downloadfilename=9c/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e4/f4/sstate:connman-conf::1.0:r0::11:e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/f4/sstate%3Aconnman-conf%3A%3A1.0%3Ar0%3A%3A11%3Ae4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2_populate_lic.tar.zst;downloadfilename=e4/f4/sstate:connman-conf::1.0:r0::11:e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2_populate_lic.tar.zst\nDEBUG: For url file://universal/8d/64/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8d/64/sstate%3Alibx11-native%3Ax86_64-linux%3A1.8.7%3Ar0%3Ax86_64%3A11%3A8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831_populate_sysroot.tar.zst;downloadfilename=universal/8d/64/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831_populate_sysroot.tar.zst\nDEBUG: Testing URL file://76/34/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711_populate_sysroot.tar.zst\nDEBUG: For url file://93/0f/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/0f/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.1%3Ar0%3Acore2-64%3A11%3A930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba_recipe_qa.tar.zst;downloadfilename=93/0f/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '76/34/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a2/46/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/2d/sstate:libgcc-initial:core2-64-poky-linux:13.2.0:r0:core2-64:11:4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c_create_runtime_spdx.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://76/90/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a_packagedata.tar.zst\nDEBUG: For url file://76/34/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/34/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.7%3Ar0%3Acore2-64%3A11%3A76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711_populate_sysroot.tar.zst;downloadfilename=76/34/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://94/69/sstate:libmicrohttpd::0.9.77:r0::11:9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/49/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c9/09/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/38/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/1b/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/2e/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://af/4c/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/f4/sstate:connman-conf::1.0:r0::11:e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/ad/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8d/64/sstate:libx11-native:x86_64-linux:1.8.7:r0:x86_64:11:8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:9c657ac3be9da14415506bb0adb807e4bd2158e804d8bb3bccc165e86e824b79_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/c9/09/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5e/38/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f6/1b/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://06/6f/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb_package.tar.zst\nDEBUG: Searching for af/4c/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://34/74/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://93/0f/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba_recipe_qa.tar.zst\nDEBUG: Searching for ba/ad/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/e4/8f/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/19/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a_package_qa.tar.zst\nDEBUG: Using  for universal/c9/09/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b_populate_sysroot.tar.zst\nDEBUG: Using  for 5e/38/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194_package_qa.tar.zst\nDEBUG: Using  for f6/1b/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2_package_qa.tar.zst\nDEBUG: Searching for 06/6f/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for af/4c/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152_populate_sysroot.tar.zst\nDEBUG: Searching for 34/74/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d8/3e/sstate:rust-llvm::1.74.1:r0::11:d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c_populate_lic.tar.zst\nDEBUG: Using  for ba/ad/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66_package.tar.zst\nDEBUG: Searching for universal/e4/8f/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8d/19/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/c9/09/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5e/38/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194_package_qa.tar.zst\nDEBUG: Testing URL file://f6/1b/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2_package_qa.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst: HTTP Error 404: Not Found\nDEBUG: Using  for 06/6f/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb_package.tar.zst\nDEBUG: Testing URL file://af/4c/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152_populate_sysroot.tar.zst\nDEBUG: Using  for 34/74/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045_package_write_deb.tar.zst\nDEBUG: Searching for d8/3e/sstate:rust-llvm::1.74.1:r0::11:d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ba/ad/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66_package.tar.zst\nDEBUG: Using  for universal/e4/8f/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8_populate_sysroot.tar.zst\nDEBUG: Using  for 8d/19/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/c9/09/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5e/38/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f6/1b/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://06/6f/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb_package.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst (FetchError(\"URL doesn't work\", 'file://93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://93/17/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:9317f5074dd15ec92c0ba609e143392e43255c886788d65a90db331f77bbe172_deploy_source_date_epoch.tar.zst'. URL doesn't work\n\nDEBUG: For url ['file', '', 'af/4c/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://34/74/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045_package_write_deb.tar.zst\nDEBUG: Using  for d8/3e/sstate:rust-llvm::1.74.1:r0::11:d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ba/ad/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/e4/8f/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8d/19/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://76/34/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:76343c35852c25f9193339a1c5286d0dda7f9ae4302d8a5c7a2a818b8deef711_populate_sysroot.tar.zst\nDEBUG: For url file://universal/c9/09/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c9/09/sstate%3Apython3-pyparsing-native%3Ax86_64-linux%3A3.1.1%3Ar0%3Ax86_64%3A11%3Ac9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b_populate_sysroot.tar.zst;downloadfilename=universal/c9/09/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b_populate_sysroot.tar.zst\nDEBUG: For url file://5e/38/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/38/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194_package_qa.tar.zst;downloadfilename=5e/38/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194_package_qa.tar.zst\nDEBUG: For url file://f6/1b/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/1b/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A11%3Af61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2_package_qa.tar.zst;downloadfilename=f6/1b/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2_package_qa.tar.zst\nDEBUG: For url ['file', '', '06/6f/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a7/d3/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548_create_spdx.tar.zst\nDEBUG: For url file://af/4c/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/4c/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Aaf4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152_populate_sysroot.tar.zst;downloadfilename=af/4c/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '34/74/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d8/3e/sstate:rust-llvm::1.74.1:r0::11:d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c_populate_lic.tar.zst\nDEBUG: For url file://ba/ad/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/ad/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.3%3Ar0%3Acore2-64%3A11%3Abaad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66_package.tar.zst;downloadfilename=ba/ad/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66_package.tar.zst\nDEBUG: For url ['file', '', 'universal/e4/8f/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8d/19/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://18/76/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105_populate_sysroot.tar.zst\nDEBUG: For url file://06/6f/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/6f/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb_package.tar.zst;downloadfilename=06/6f/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb_package.tar.zst\nDEBUG: Searching for a7/d3/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://34/74/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/74/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045_package_write_deb.tar.zst;downloadfilename=34/74/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'd8/3e/sstate:rust-llvm::1.74.1:r0::11:d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e4/8f/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/8f/sstate%3Asqlite3-native%3Ax86_64-linux%3A3.44.2%3Ar0%3Ax86_64%3A11%3Ae48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8_populate_sysroot.tar.zst;downloadfilename=universal/e4/8f/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8_populate_sysroot.tar.zst\nDEBUG: For url file://8d/19/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/19/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a_package_qa.tar.zst;downloadfilename=8d/19/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a_package_qa.tar.zst\nDEBUG: Searching for 18/76/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4e/e9/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef_create_runtime_spdx.tar.zst\nDEBUG: Using  for a7/d3/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/38/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c9/09/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b_populate_sysroot.tar.zst\nDEBUG: For url file://d8/3e/sstate:rust-llvm::1.74.1:r0::11:d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/3e/sstate%3Arust-llvm%3A%3A1.74.1%3Ar0%3A%3A11%3Ad83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c_populate_lic.tar.zst;downloadfilename=d8/3e/sstate:rust-llvm::1.74.1:r0::11:d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/1b/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7_create_spdx.tar.zst\nDEBUG: Using  for 18/76/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://af/4c/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:af4cb0d4ef924ce2a36b4a0bac660fe2f46664fb488f16a473bd86b6c7d0c152_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/ad/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:baad0bec073d39445a91868addfcf14ed4c1417c4db9904561336c8ac5d23a66_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/64/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6_package.tar.zst\nDEBUG: Testing URL file://a7/d3/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/7e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/82/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/15/bf/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://06/6f/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:066fc858e0aab30b76ec335fc8eb1eb14458145b8d4c6ebaa02460d3b6791ddb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/98/ec/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae_populate_sysroot.tar.zst\nDEBUG: Testing URL file://18/76/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://75/ac/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://12/fa/sstate:python3-toml::0.10.2:r0::11:12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7_populate_lic.tar.zst\nDEBUG: Searching for ec/64/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a7/d3/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cc/7e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 95/82/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/15/bf/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://5a/55/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731_create_spdx.tar.zst\nDEBUG: Searching for universal/98/ec/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '18/76/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 75/ac/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/e4/8f/sstate:sqlite3-native:x86_64-linux:3.44.2:r0:x86_64:11:e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8_populate_sysroot.tar.zst\nDEBUG: Searching for 12/fa/sstate:python3-toml::0.10.2:r0::11:12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://34/74/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045_package_write_deb.tar.zst\nDEBUG: Using  for ec/64/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6_package.tar.zst\nDEBUG: For url file://a7/d3/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/d3/sstate%3Aboost%3Acore2-64-poky-linux%3A1.83.0%3Ar0%3Acore2-64%3A11%3Aa7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548_create_spdx.tar.zst;downloadfilename=a7/d3/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548_create_spdx.tar.zst\nDEBUG: Using  for cc/7e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66_create_spdx.tar.zst\nDEBUG: Using  for 95/82/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3_package_write_rpm.tar.zst\nDEBUG: Using  for universal/15/bf/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/19/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:11:8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a_package_qa.tar.zst\nDEBUG: Searching for 5a/55/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/98/ec/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae_populate_sysroot.tar.zst\nDEBUG: For url file://18/76/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/76/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A11%3A1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105_populate_sysroot.tar.zst;downloadfilename=18/76/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105_populate_sysroot.tar.zst\nDEBUG: Using  for 75/ac/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/34/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5_recipe_qa.tar.zst\nDEBUG: Using  for 12/fa/sstate:python3-toml::0.10.2:r0::11:12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://81/75/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0_package_qa.tar.zst\nDEBUG: Testing URL file://ec/64/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6_package.tar.zst\nDEBUG: Testing URL file://cc/7e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/3e/sstate:rust-llvm::1.74.1:r0::11:d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c_populate_lic.tar.zst\nDEBUG: Testing URL file://95/82/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/15/bf/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d_create_spdx.tar.zst\nDEBUG: Using  for 5a/55/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/98/ec/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae_populate_sysroot.tar.zst\nDEBUG: Testing URL file://75/ac/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3_create_spdx.tar.zst\nDEBUG: Searching for bc/34/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://12/fa/sstate:python3-toml::0.10.2:r0::11:12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7_populate_lic.tar.zst\nDEBUG: Searching for 81/75/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ec/64/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cc/7e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://16/5e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60_package_qa.tar.zst\nDEBUG: For url ['file', '', '95/82/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/15/bf/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f0/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://5a/55/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/98/ec/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '75/ac/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bc/34/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '12/fa/sstate:python3-toml::0.10.2:r0::11:12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 81/75/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0_package_qa.tar.zst\nDEBUG: For url file://ec/64/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/64/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.0.3%3Ar0%3Acore2-64%3A11%3Aec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6_package.tar.zst;downloadfilename=ec/64/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6_package.tar.zst\nDEBUG: For url file://cc/7e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/7e/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A11%3Acc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66_create_spdx.tar.zst;downloadfilename=cc/7e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66_create_spdx.tar.zst\nDEBUG: Searching for 16/5e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f1/b6/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa_create_spdx.tar.zst\nDEBUG: For url file://95/82/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/82/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.40%3Ar0%3Acore2-64%3A11%3A9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3_package_write_rpm.tar.zst;downloadfilename=95/82/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3_package_write_rpm.tar.zst\nDEBUG: For url file://universal/15/bf/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/bf/sstate%3Aautoconf-archive-native%3Ax86_64-linux%3A2023.02.20%3Ar0%3Ax86_64%3A11%3A15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679_populate_sysroot.tar.zst;downloadfilename=universal/15/bf/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679_populate_sysroot.tar.zst\nDEBUG: Using  for f0/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5a/55/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/98/ec/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/98/ec/sstate%3Alibxcursor-native%3Ax86_64-linux%3A1.2.1%3Ar0%3Ax86_64%3A11%3A98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae_populate_sysroot.tar.zst;downloadfilename=universal/98/ec/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae_populate_sysroot.tar.zst\nDEBUG: For url file://75/ac/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/ac/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.7%3Ar0%3Acore2-64%3A11%3A75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3_create_spdx.tar.zst;downloadfilename=75/ac/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3_create_spdx.tar.zst\nDEBUG: Testing URL file://bc/34/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5_recipe_qa.tar.zst\nDEBUG: For url file://12/fa/sstate:python3-toml::0.10.2:r0::11:12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/fa/sstate%3Apython3-toml%3A%3A0.10.2%3Ar0%3A%3A11%3A12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7_populate_lic.tar.zst;downloadfilename=12/fa/sstate:python3-toml::0.10.2:r0::11:12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7_populate_lic.tar.zst\nDEBUG: Testing URL file://81/75/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0_package_qa.tar.zst\nDEBUG: Using  for 16/5e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://18/76/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:1876ea66ba7098afaec85ceb9136d0b4eb70a3edb0de7a5c2b82cee2819e3105_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://03/17/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056_packagedata.tar.zst\nDEBUG: Testing URL file://f0/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d_create_spdx.tar.zst\nDEBUG: For url file://5a/55/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/55/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A11%3A5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731_create_spdx.tar.zst;downloadfilename=5a/55/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bc/34/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://cc/7e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66_create_spdx.tar.zst\nDEBUG: For url ['file', '', '81/75/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://16/5e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/6d/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438_recipe_qa.tar.zst\nDEBUG: Searching for 03/17/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f0/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bc/34/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/34/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3Abc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5_recipe_qa.tar.zst;downloadfilename=bc/34/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/15/bf/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:11:15bf9c80647d6d73c0e40cee184662c7162de0701aa141d6c879157365763679_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://95/82/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3c/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037_recipe_qa.tar.zst\nDEBUG: For url file://81/75/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/75/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A11%3A81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0_package_qa.tar.zst;downloadfilename=81/75/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0_package_qa.tar.zst\nDEBUG: For url ['file', '', '16/5e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bd/6d/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 03/17/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056_packagedata.tar.zst\nDEBUG: For url file://f0/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/ed/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A11%3Af0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d_create_spdx.tar.zst;downloadfilename=f0/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/c1/sstate:liberror-perl::0.17029:r0::11:f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://75/ac/sstate:libx11:core2-64-poky-linux:1.8.7:r0:core2-64:11:75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/98/ec/sstate:libxcursor-native:x86_64-linux:1.2.1:r0:x86_64:11:98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/f9/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/3c/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://16/5e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/5e/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A11%3A165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60_package_qa.tar.zst;downloadfilename=16/5e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://12/fa/sstate:python3-toml::0.10.2:r0::11:12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7_populate_lic.tar.zst\nDEBUG: Using  for bd/6d/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438_recipe_qa.tar.zst\nDEBUG: Testing URL file://03/17/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056_packagedata.tar.zst\nDEBUG: Searching for f3/c1/sstate:liberror-perl::0.17029:r0::11:f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://17/69/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/d2/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834_create_spdx.tar.zst\nDEBUG: Searching for 3f/f9/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/3c/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/cb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b_package_qa.tar.zst\nDEBUG: Testing URL file://bd/6d/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '03/17/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f3/c1/sstate:liberror-perl::0.17029:r0::11:f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980_populate_lic.tar.zst\nDEBUG: Searching for 17/69/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f4/d2/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3f/f9/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/34/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/3c/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037_recipe_qa.tar.zst\nDEBUG: Searching for 7d/cb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bd/6d/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://03/17/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/17/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A11%3A031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056_packagedata.tar.zst;downloadfilename=03/17/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056_packagedata.tar.zst\nDEBUG: Testing URL file://f3/c1/sstate:liberror-perl::0.17029:r0::11:f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://81/75/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:11:81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0_package_qa.tar.zst\nDEBUG: Using  for 17/69/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48_packagedata.tar.zst\nDEBUG: Using  for f4/d2/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834_create_spdx.tar.zst\nDEBUG: Testing URL file://3f/f9/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://97/1e/sstate:libdrm-native::2.4.120:r0::11:971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/3c/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7d/cb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b_package_qa.tar.zst\nDEBUG: For url file://bd/6d/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/6d/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.2%3Ar0%3Acore2-64%3A11%3Abd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438_recipe_qa.tar.zst;downloadfilename=bd/6d/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f3/c1/sstate:liberror-perl::0.17029:r0::11:f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ea/df/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8_recipe_qa.tar.zst\nDEBUG: Testing URL file://17/69/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48_packagedata.tar.zst\nDEBUG: Testing URL file://f4/d2/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/f9/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 97/1e/sstate:libdrm-native::2.4.120:r0::11:971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/3c/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3c/4a/sstate%3Apython3-hatch-vcs-native%3Ax86_64-linux%3A0.4.0%3Ar0%3Ax86_64%3A11%3A3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037_recipe_qa.tar.zst;downloadfilename=universal/3c/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037_recipe_qa.tar.zst\nDEBUG: Testing URL file://7d/cb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b_package_qa.tar.zst\nDEBUG: For url file://f3/c1/sstate:liberror-perl::0.17029:r0::11:f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/c1/sstate%3Aliberror-perl%3A%3A0.17029%3Ar0%3A%3A11%3Af3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980_populate_lic.tar.zst;downloadfilename=f3/c1/sstate:liberror-perl::0.17029:r0::11:f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980_populate_lic.tar.zst\nDEBUG: Searching for ea/df/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://16/5e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60_package_qa.tar.zst\nDEBUG: For url ['file', '', '17/69/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f4/d2/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3f/f9/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/f9/sstate%3Adepmodwrapper-cross%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b_create_runtime_spdx.tar.zst;downloadfilename=3f/f9/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 97/1e/sstate:libdrm-native::2.4.120:r0::11:971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7d/cb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ea/df/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://15/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7_packagedata.tar.zst\nDEBUG: For url file://17/69/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/69/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3A1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48_packagedata.tar.zst;downloadfilename=17/69/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://03/17/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056_packagedata.tar.zst\nDEBUG: For url file://f4/d2/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/d2/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A11%3Af4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834_create_spdx.tar.zst;downloadfilename=f4/d2/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834_create_spdx.tar.zst\nDEBUG: Testing URL file://97/1e/sstate:libdrm-native::2.4.120:r0::11:971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66_populate_lic.tar.zst\nDEBUG: For url file://7d/cb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/cb/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A11%3A7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b_package_qa.tar.zst;downloadfilename=7d/cb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/6d/sstate:libxkbfile:core2-64-poky-linux:1.1.2:r0:core2-64:11:bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438_recipe_qa.tar.zst\nDEBUG: Testing URL file://ea/df/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8_recipe_qa.tar.zst\nDEBUG: Searching for 15/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://34/99/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3c/4a/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:11:3c4a7969463a85330863255e9266e8a1b50d31ce4353f165da12a728ea022037_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '97/1e/sstate:libdrm-native::2.4.120:r0::11:971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f8/5f/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/74/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/f9/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/c1/sstate:liberror-perl::0.17029:r0::11:f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ea/df/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 15/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7_packagedata.tar.zst\nDEBUG: Searching for 34/99/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://6c/57/sstate:gtk+3-native::3.24.38:r0::11:6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed_populate_lic.tar.zst\nDEBUG: For url file://97/1e/sstate:libdrm-native::2.4.120:r0::11:971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/1e/sstate%3Alibdrm-native%3A%3A2.4.120%3Ar0%3A%3A11%3A971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66_populate_lic.tar.zst;downloadfilename=97/1e/sstate:libdrm-native::2.4.120:r0::11:971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/e9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3_package_qa.tar.zst\nDEBUG: Searching for d9/74/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://6f/e9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/63/1a/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ea/df/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/df/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.3%3Ar0%3Acore2-64%3A11%3Aeadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8_recipe_qa.tar.zst;downloadfilename=ea/df/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8_recipe_qa.tar.zst\nDEBUG: Testing URL file://15/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7_packagedata.tar.zst\nDEBUG: Using  for 34/99/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb_create_spdx.tar.zst\nDEBUG: Searching for 6c/57/sstate:gtk+3-native::3.24.38:r0::11:6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://17/69/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48_packagedata.tar.zst\nDEBUG: Searching for ac/e9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d9/74/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5_package_qa.tar.zst\nDEBUG: Searching for 6f/e9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/63/1a/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '15/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://34/99/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb_create_spdx.tar.zst\nDEBUG: Using  for 6c/57/sstate:gtk+3-native::3.24.38:r0::11:6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/68/sstate:connman::1.42:r0::11:d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923_populate_lic.tar.zst\nDEBUG: Using  for ac/e9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3_package_qa.tar.zst\nDEBUG: Testing URL file://d9/74/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5_package_qa.tar.zst\nDEBUG: Using  for 6f/e9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda_populate_sysroot.tar.zst\nDEBUG: Using  for universal/63/1a/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://15/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/bf/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.1%3Ar0%3Acore2-64%3A11%3A15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7_packagedata.tar.zst;downloadfilename=15/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7_packagedata.tar.zst\nDEBUG: For url ['file', '', '34/99/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6c/57/sstate:gtk+3-native::3.24.38:r0::11:6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed_populate_lic.tar.zst\nDEBUG: Searching for d6/68/sstate:connman::1.42:r0::11:d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ac/e9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd9/74/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6f/e9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/63/1a/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://34/99/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/99/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.1%3Ar0%3Acore2-64%3A11%3A3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb_create_spdx.tar.zst;downloadfilename=34/99/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/57/sstate:gtk+3-native::3.24.38:r0::11:6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d6/68/sstate:connman::1.42:r0::11:d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ac/e9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d9/74/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/74/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A11%3Ad9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5_package_qa.tar.zst;downloadfilename=d9/74/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5_package_qa.tar.zst\nDEBUG: For url ['file', '', '6f/e9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/63/1a/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6c/57/sstate:gtk+3-native::3.24.38:r0::11:6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/57/sstate%3Agtk%2B3-native%3A%3A3.24.38%3Ar0%3A%3A11%3A6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed_populate_lic.tar.zst;downloadfilename=6c/57/sstate:gtk+3-native::3.24.38:r0::11:6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed_populate_lic.tar.zst\nDEBUG: Testing URL file://d6/68/sstate:connman::1.42:r0::11:d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://97/1e/sstate:libdrm-native::2.4.120:r0::11:971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/cb/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:11:7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b_package_qa.tar.zst\nDEBUG: For url file://ac/e9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/e9/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A11%3Aace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3_package_qa.tar.zst;downloadfilename=ac/e9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3_package_qa.tar.zst\nDEBUG: For url file://6f/e9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/e9/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A11%3A6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda_populate_sysroot.tar.zst;downloadfilename=6f/e9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda_populate_sysroot.tar.zst\nDEBUG: For url file://universal/63/1a/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/63/1a/sstate%3Alibdrm-native%3Ax86_64-linux%3A2.4.120%3Ar0%3Ax86_64%3A11%3A631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd_deploy_source_date_epoch.tar.zst;downloadfilename=universal/63/1a/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/df/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd6/68/sstate:connman::1.42:r0::11:d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/93/b5/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/eb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde_package.tar.zst\nDEBUG: SState: Successful fetch test for file://15/bf/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b_package_write_rpm.tar.zst\nDEBUG: For url file://d6/68/sstate:connman::1.42:r0::11:d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/68/sstate%3Aconnman%3A%3A1.42%3Ar0%3A%3A11%3Ad6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923_populate_lic.tar.zst;downloadfilename=d6/68/sstate:connman::1.42:r0::11:d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923_populate_lic.tar.zst\nDEBUG: Searching for universal/93/b5/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ab/eb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://4d/5b/sstate:wpa-supplicant::2.10:r0::11:4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/74/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5_package_qa.tar.zst\nDEBUG: Searching for e7/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/93/b5/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6_populate_sysroot.tar.zst\nDEBUG: Using  for ab/eb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde_package.tar.zst\nDEBUG: Searching for 4d/5b/sstate:wpa-supplicant::2.10:r0::11:4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6c/57/sstate:gtk+3-native::3.24.38:r0::11:6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/6d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b_recipe_qa.tar.zst\nDEBUG: Using  for e7/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/93/b5/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ab/eb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde_package.tar.zst\nDEBUG: Using  for 4d/5b/sstate:wpa-supplicant::2.10:r0::11:4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://48/11/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199_packagedata.tar.zst\nDEBUG: Searching for ff/6d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e7/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/93/b5/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ac/e9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ab/eb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4d/5b/sstate:wpa-supplicant::2.10:r0::11:4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148_populate_lic.tar.zst\nDEBUG: Searching for 48/11/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ff/6d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e7/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/93/b5/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/b5/sstate%3Allvm-native%3Ax86_64-linux%3A17.0.6%3Ar0%3Ax86_64%3A11%3A93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6_populate_sysroot.tar.zst;downloadfilename=universal/93/b5/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/fd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d_recipe_qa.tar.zst\nDEBUG: For url file://ab/eb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/eb/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3Aabebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde_package.tar.zst;downloadfilename=ab/eb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde_package.tar.zst\nDEBUG: For url ['file', '', '4d/5b/sstate:wpa-supplicant::2.10:r0::11:4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 48/11/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199_packagedata.tar.zst\nDEBUG: Testing URL file://ff/6d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b_recipe_qa.tar.zst\nDEBUG: For url file://e7/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/a8/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.11%3Ar0%3Acore2-64%3A11%3Ae7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b_package_write_rpm.tar.zst;downloadfilename=e7/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/e9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:6fe9f5e4e835e9d17ef5f3b65842239d2599d052c0052d694d4dc7fc37058fda_populate_sysroot.tar.zst\nDEBUG: Searching for fa/fd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://4d/5b/sstate:wpa-supplicant::2.10:r0::11:4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/5b/sstate%3Awpa-supplicant%3A%3A2.10%3Ar0%3A%3A11%3A4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148_populate_lic.tar.zst;downloadfilename=4d/5b/sstate:wpa-supplicant::2.10:r0::11:4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/63/1a/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:11:631a15bf99f03e7bfaee34ec8b75b2b8e0088bf787e2cd1f434607ea42057ccd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://48/11/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/64/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:ec64066d5880b6d7516514ecc75ce41193a83a466109e6dc961ccee8069b11b6_package.tar.zst\nDEBUG: For url ['file', '', 'ff/6d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://57/6a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db_create_spdx.tar.zst\nDEBUG: Using  for fa/fd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/68/sstate:connman::1.42:r0::11:d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/40/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808_create_spdx.tar.zst\nDEBUG: For url ['file', '', '48/11/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://5a/55/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:11:5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/e1/sstate:pulseaudio::17.0:r0::11:c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/b5/sstate:cpio::2.15:r0::11:c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb_populate_lic.tar.zst\nDEBUG: For url file://ff/6d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/6d/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Aff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b_recipe_qa.tar.zst;downloadfilename=ff/6d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b_recipe_qa.tar.zst\nDEBUG: Searching for 57/6a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fa/fd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/40/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b_populate_sysroot.tar.zst\nDEBUG: Searching for e3/40/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://48/11/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/11/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A11%3A481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199_packagedata.tar.zst;downloadfilename=48/11/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://70/4d/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06_packagedata.tar.zst\nDEBUG: Searching for c7/e1/sstate:pulseaudio::17.0:r0::11:c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ab/eb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:abebc138b957f1e034a39be195a64efe36cb01f6c33d63cee9de3fed7421bbde_package.tar.zst\nDEBUG: Searching for c3/b5/sstate:cpio::2.15:r0::11:c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 57/6a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fa/fd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d5/40/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e3/40/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808_create_spdx.tar.zst\nDEBUG: Searching for 70/4d/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c7/e1/sstate:pulseaudio::17.0:r0::11:c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/a8/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/5b/sstate:wpa-supplicant::2.10:r0::11:4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/93/b5/sstate:llvm-native:x86_64-linux:17.0.6:r0:x86_64:11:93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/89/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c3/b5/sstate:cpio::2.15:r0::11:c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb_populate_lic.tar.zst\nDEBUG: Testing URL file://57/6a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db_create_spdx.tar.zst\nDEBUG: For url file://fa/fd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/fd/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A11%3Afafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d_recipe_qa.tar.zst;downloadfilename=fa/fd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d_recipe_qa.tar.zst\nDEBUG: Using  for d5/40/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e3/40/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808_create_spdx.tar.zst\nDEBUG: Using  for 70/4d/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06_packagedata.tar.zst\nDEBUG: Testing URL file://c7/e1/sstate:pulseaudio::17.0:r0::11:c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/3c/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://79/48/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/af/sstate:freetype::2.13.2:r0::11:f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f_populate_lic.tar.zst\nDEBUG: Searching for ee/89/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c3/b5/sstate:cpio::2.15:r0::11:c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb_populate_lic.tar.zst\nDEBUG: For url ['file', '', '57/6a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d5/40/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e3/40/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://70/4d/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c7/e1/sstate:pulseaudio::17.0:r0::11:c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5f/3c/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 79/48/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f4/af/sstate:freetype::2.13.2:r0::11:f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ee/89/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c3/b5/sstate:cpio::2.15:r0::11:c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://57/6a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/6a/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.69%3Ar0%3Acore2-64%3A11%3A576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db_create_spdx.tar.zst;downloadfilename=57/6a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd5/40/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e3/40/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/40/sstate%3Alibtool-cross%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3Ae3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808_create_spdx.tar.zst;downloadfilename=e3/40/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/6d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '70/4d/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c7/e1/sstate:pulseaudio::17.0:r0::11:c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/e1/sstate%3Apulseaudio%3A%3A17.0%3Ar0%3A%3A11%3Ac7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330_populate_lic.tar.zst;downloadfilename=c7/e1/sstate:pulseaudio::17.0:r0::11:c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330_populate_lic.tar.zst\nDEBUG: Using  for 5f/3c/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1_create_runtime_spdx.tar.zst\nDEBUG: Using  for 79/48/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3_packagedata.tar.zst\nDEBUG: Using  for f4/af/sstate:freetype::2.13.2:r0::11:f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f_populate_lic.tar.zst\nDEBUG: Testing URL file://ee/89/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c3/b5/sstate:cpio::2.15:r0::11:c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/b5/sstate%3Acpio%3A%3A2.15%3Ar0%3A%3A11%3Ac3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb_populate_lic.tar.zst;downloadfilename=c3/b5/sstate:cpio::2.15:r0::11:c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb_populate_lic.tar.zst\nDEBUG: For url file://d5/40/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/40/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.0%3Ar0%3Acore2-64%3A11%3Ad5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b_populate_sysroot.tar.zst;downloadfilename=d5/40/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://48/11/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://05/68/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331_package_write_rpm.tar.zst\nDEBUG: For url file://70/4d/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/4d/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.46.0%3Ar0%3Acore2-64%3A11%3A704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06_packagedata.tar.zst;downloadfilename=70/4d/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06_packagedata.tar.zst\nDEBUG: Testing URL file://5f/3c/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://79/48/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/fd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:11:fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d_recipe_qa.tar.zst\nDEBUG: Testing URL file://f4/af/sstate:freetype::2.13.2:r0::11:f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ee/89/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://57/6a/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/7e/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72_create_runtime_spdx.tar.zst\nDEBUG: Searching for 05/68/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5f/3c/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '79/48/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e3/40/sstate:libtool-cross:core2-64-poky-linux:2.4.7:r0:core2-64:11:e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/25/78/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f4/af/sstate:freetype::2.13.2:r0::11:f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ee/89/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/89/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.36%3Ar0%3Acore2-64%3A11%3Aee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527_deploy_source_date_epoch.tar.zst;downloadfilename=ee/89/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://81/3a/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/08/7e/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 05/68/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331_package_write_rpm.tar.zst\nDEBUG: For url file://5f/3c/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/3c/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A11%3A5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1_create_runtime_spdx.tar.zst;downloadfilename=5f/3c/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1_create_runtime_spdx.tar.zst\nDEBUG: For url file://79/48/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/48/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A11%3A7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3_packagedata.tar.zst;downloadfilename=79/48/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/e1/sstate:pulseaudio::17.0:r0::11:c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/e9/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225_recipe_qa.tar.zst\nDEBUG: Searching for universal/25/78/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f4/af/sstate:freetype::2.13.2:r0::11:f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/af/sstate%3Afreetype%3A%3A2.13.2%3Ar0%3A%3A11%3Af4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f_populate_lic.tar.zst;downloadfilename=f4/af/sstate:freetype::2.13.2:r0::11:f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f_populate_lic.tar.zst\nDEBUG: Searching for 81/3a/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/08/7e/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://05/68/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/ba/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/40/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:d5403a97d9a77570b9b6bc7f806ea4e8040e73356fcae46d481bb39c7ac39d3b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/d2/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834_create_spdx.tar.zst\nDEBUG: Searching for f9/e9/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c3/b5/sstate:cpio::2.15:r0::11:c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://70/4d/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06_packagedata.tar.zst\nDEBUG: Using  for universal/25/78/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54_recipe_qa.tar.zst\nDEBUG: Using  for 81/3a/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/08/7e/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '05/68/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cc/ba/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d6/fe/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/59/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b_package.tar.zst\nDEBUG: Using  for f9/e9/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/37/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://04/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c_packagedata.tar.zst\nDEBUG: Testing URL file://universal/25/78/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/89/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:ee8982fe4101c36de1e2d4edd9d1279367a9169c3593efabc7447eb8e32a8527_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://81/3a/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/08/7e/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://05/68/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/68/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A11%3A05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331_package_write_rpm.tar.zst;downloadfilename=05/68/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331_package_write_rpm.tar.zst\nDEBUG: Using  for cc/ba/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a_packagedata.tar.zst\nDEBUG: Searching for d6/fe/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e5/59/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f9/e9/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225_recipe_qa.tar.zst\nDEBUG: Searching for b0/37/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 04/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/25/78/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6f/aa/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '81/3a/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/08/7e/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/7e/sstate%3Alibmpc-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A11%3A087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72_create_runtime_spdx.tar.zst;downloadfilename=universal/08/7e/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://cc/ba/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://79/48/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:11:7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3_packagedata.tar.zst\nDEBUG: Using  for d6/fe/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a_packagedata.tar.zst\nDEBUG: Using  for e5/59/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b_package.tar.zst\nDEBUG: For url ['file', '', 'f9/e9/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b0/37/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 04/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c_packagedata.tar.zst\nDEBUG: For url file://universal/25/78/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/25/78/sstate%3Aautomake-native%3Ax86_64-linux%3A1.16.5%3Ar0%3Ax86_64%3A11%3A257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54_recipe_qa.tar.zst;downloadfilename=universal/25/78/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54_recipe_qa.tar.zst\nDEBUG: Searching for 6f/aa/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://81/3a/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/3a/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.5%3Ar0%3Acore2-64%3A11%3A813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e_deploy_source_date_epoch.tar.zst;downloadfilename=81/3a/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cc/ba/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f4/af/sstate:freetype::2.13.2:r0::11:f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/06/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d_create_spdx.tar.zst\nDEBUG: Testing URL file://d6/fe/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a_packagedata.tar.zst\nDEBUG: Testing URL file://e5/59/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b_package.tar.zst\nDEBUG: For url file://f9/e9/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/e9/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.25.1%3Ar0%3Acore2-64%3A11%3Af9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225_recipe_qa.tar.zst;downloadfilename=f9/e9/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225_recipe_qa.tar.zst\nDEBUG: Testing URL file://b0/37/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://04/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c_packagedata.tar.zst\nDEBUG: Using  for 6f/aa/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb_package_write_rpm.tar.zst\nDEBUG: For url file://cc/ba/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/ba/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A11%3Accba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a_packagedata.tar.zst;downloadfilename=cc/ba/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://05/68/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://21/fa/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165_populate_sysroot.tar.zst\nDEBUG: Searching for 5f/06/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd6/fe/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e5/59/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b0/37/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '04/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6f/aa/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/c3/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/7e/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72_create_runtime_spdx.tar.zst\nDEBUG: Searching for 21/fa/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/25/78/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:257826fb82e5620092eb3ec5be6fc901085fb3100af60e7fe8f752d5a81a7d54_recipe_qa.tar.zst\nDEBUG: Using  for 5f/06/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d_create_spdx.tar.zst\nDEBUG: For url file://d6/fe/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/fe/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A11%3Ad6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a_packagedata.tar.zst;downloadfilename=d6/fe/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a_packagedata.tar.zst\nDEBUG: For url file://e5/59/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/59/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3Ae559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b_package.tar.zst;downloadfilename=e5/59/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b_package.tar.zst\nDEBUG: For url file://b0/37/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/37/sstate%3Alibnewt%3Acore2-64-poky-linux%3A0.52.24%3Ar0%3Acore2-64%3A11%3Ab0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390_deploy_source_date_epoch.tar.zst;downloadfilename=b0/37/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://04/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/bd/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A11%3A04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c_packagedata.tar.zst;downloadfilename=04/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c_packagedata.tar.zst\nDEBUG: For url ['file', '', '6f/aa/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8c/c3/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://40/e5/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6_package.tar.zst\nDEBUG: Using  for 21/fa/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://84/e8/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076_package.tar.zst\nDEBUG: Testing URL file://5f/06/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://81/3a/sstate:xz:core2-64-poky-linux:5.4.5:r0:core2-64:11:813adf4beb8e1cdd37c4ca105ca1a322d3c0aced0e83093d52be6092352d537e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/d3/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/99/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/e9/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225_recipe_qa.tar.zst\nDEBUG: For url file://6f/aa/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/aa/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb_package_write_rpm.tar.zst;downloadfilename=6f/aa/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb_package_write_rpm.tar.zst\nDEBUG: Using  for 8c/c3/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b_create_spdx.tar.zst\nDEBUG: Searching for 40/e5/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://21/fa/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165_populate_sysroot.tar.zst\nDEBUG: Searching for 84/e8/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5f/06/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://21/37/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/6b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/e9/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/ba/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:11:ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://60/ad/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8c/c3/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b_create_spdx.tar.zst\nDEBUG: Using  for 40/e5/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6_package.tar.zst\nDEBUG: For url ['file', '', '21/fa/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 84/e8/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076_package.tar.zst\nDEBUG: For url file://5f/06/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/06/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.1%3Ar0%3Acore2-64%3A11%3A5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d_create_spdx.tar.zst;downloadfilename=5f/06/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d_create_spdx.tar.zst\nDEBUG: Searching for 21/37/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c9/6b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8a/e9/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://15/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556_create_spdx.tar.zst\nDEBUG: Searching for 60/ad/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d6/fe/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:11:d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a_packagedata.tar.zst\nDEBUG: For url ['file', '', '8c/c3/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://40/e5/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/37/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:b0376732d90b3c6c72a09537e644562aa8c6ebce506f746862b239d5bb8d0390_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://21/fa/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/fa/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A11%3A21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165_populate_sysroot.tar.zst;downloadfilename=21/fa/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165_populate_sysroot.tar.zst\nDEBUG: Testing URL file://84/e8/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076_package.tar.zst\nDEBUG: Using  for 21/37/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246_create_spdx.tar.zst\nDEBUG: Using  for c9/6b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8a/e9/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9_packagedata.tar.zst\nDEBUG: Searching for 15/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 60/ad/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://24/60/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27_create_runtime_spdx.tar.zst\nDEBUG: For url file://8c/c3/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/c3/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2023.2%3Ar0%3Acore2-64%3A11%3A8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b_create_spdx.tar.zst;downloadfilename=8c/c3/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '40/e5/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/91/86/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://04/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:11:04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c_packagedata.tar.zst\nDEBUG: For url ['file', '', '84/e8/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://21/37/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246_create_spdx.tar.zst\nDEBUG: Testing URL file://c9/6b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8a/e9/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9_packagedata.tar.zst\nDEBUG: Using  for 15/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556_create_spdx.tar.zst\nDEBUG: Testing URL file://60/ad/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77_populate_sysroot.tar.zst\nDEBUG: Searching for 24/60/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://40/e5/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/e5/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A11%3A40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6_package.tar.zst;downloadfilename=40/e5/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6_package.tar.zst\nDEBUG: Searching for universal/91/86/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6f/aa/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fc/34/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://84/e8/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/e8/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A11%3A84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076_package.tar.zst;downloadfilename=84/e8/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076_package.tar.zst\nDEBUG: For url ['file', '', '21/37/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c9/6b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8a/e9/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://15/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556_create_spdx.tar.zst\nDEBUG: For url ['file', '', '60/ad/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 24/60/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/91/86/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://39/1f/sstate:python3::3.12.1:r0::11:391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88_populate_lic.tar.zst\nDEBUG: Searching for universal/fc/34/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://21/37/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/37/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246_create_spdx.tar.zst;downloadfilename=21/37/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246_create_spdx.tar.zst\nDEBUG: For url file://c9/6b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/6b/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A11%3Ac96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194_deploy_source_date_epoch.tar.zst;downloadfilename=c9/6b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://21/fa/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:11:21fa09c0ffce166623a1d06f0fa3d493458b366f918dae0b9df6fc3ecebb5165_populate_sysroot.tar.zst\nDEBUG: For url file://8a/e9/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/e9/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.36%3Ar0%3Acore2-64%3A11%3A8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9_packagedata.tar.zst;downloadfilename=8a/e9/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9_packagedata.tar.zst\nDEBUG: For url ['file', '', '15/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://60/ad/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/ad/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77_populate_sysroot.tar.zst;downloadfilename=60/ad/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77_populate_sysroot.tar.zst\nDEBUG: Testing URL file://24/60/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/91/86/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada_create_spdx.tar.zst\nDEBUG: Searching for 39/1f/sstate:python3::3.12.1:r0::11:391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/fc/34/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://46/1b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/c3/sstate:xorgproto:core2-64-poky-linux:2023.2:r0:core2-64:11:8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b_create_spdx.tar.zst\nDEBUG: For url file://15/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/c4/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556_create_spdx.tar.zst;downloadfilename=15/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/3c/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:11:5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/e5/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:40e5fcea7bcacaa967d3797fde0459795043f5d5f421d5def31bcbd8eac431c6_package.tar.zst\nDEBUG: For url ['file', '', '24/60/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/91/86/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 39/1f/sstate:python3::3.12.1:r0::11:391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/fc/34/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 46/1b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://22/a8/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://84/af/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce_package.tar.zst\nDEBUG: SState: Attempting to fetch file://af/0d/sstate:libslirp-native::4.7.0:r0::11:af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e_populate_lic.tar.zst\nDEBUG: For url file://24/60/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/60/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3A24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27_create_runtime_spdx.tar.zst;downloadfilename=24/60/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/91/86/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/86/sstate%3Aunzip-native%3Ax86_64-linux%3A6.0%3Ar0%3Ax86_64%3A11%3A91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada_create_spdx.tar.zst;downloadfilename=universal/91/86/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada_create_spdx.tar.zst\nDEBUG: Testing URL file://39/1f/sstate:python3::3.12.1:r0::11:391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/fc/34/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 46/1b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48_package_qa.tar.zst\nDEBUG: Searching for 22/a8/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 84/af/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for af/0d/sstate:libslirp-native::4.7.0:r0::11:af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://21/37/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/6b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:c96b687a889e0a4c71681ef9751c4a84e75fbad2aa451847eff9080b42c7e194_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '39/1f/sstate:python3::3.12.1:r0::11:391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://8a/e9/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9_packagedata.tar.zst\nDEBUG: For url file://universal/fc/34/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fc/34/sstate%3Anettle-native%3Ax86_64-linux%3A3.9.1%3Ar0%3Ax86_64%3A11%3Afc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/fc/34/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://46/1b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://60/ad/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:60ad1579df114787848894e4f5e9bf05af589a7c288e62fb4061665f4f202d77_populate_sysroot.tar.zst\nDEBUG: Using  for 22/a8/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 84/af/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce_package.tar.zst\nDEBUG: Using  for af/0d/sstate:libslirp-native::4.7.0:r0::11:af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b0/05/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/3a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582_package.tar.zst\nDEBUG: For url file://39/1f/sstate:python3::3.12.1:r0::11:391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/1f/sstate%3Apython3%3A%3A3.12.1%3Ar0%3A%3A11%3A391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88_populate_lic.tar.zst;downloadfilename=39/1f/sstate:python3::3.12.1:r0::11:391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/59/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '46/1b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://58/a7/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://22/a8/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://84/af/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce_package.tar.zst\nDEBUG: Testing URL file://af/0d/sstate:libslirp-native::4.7.0:r0::11:af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e_populate_lic.tar.zst\nDEBUG: Searching for universal/b0/05/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d2/3a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1c/59/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://46/1b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/1b/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3A461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48_package_qa.tar.zst;downloadfilename=46/1b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48_package_qa.tar.zst\nDEBUG: Searching for 58/a7/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '22/a8/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '84/af/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'af/0d/sstate:libslirp-native::4.7.0:r0::11:af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b0/05/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e_create_spdx.tar.zst\nDEBUG: Using  for d2/3a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582_package.tar.zst\nDEBUG: Using  for 1c/59/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7_populate_sysroot.tar.zst\nDEBUG: Using  for 58/a7/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/91/86/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:11:91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada_create_spdx.tar.zst\nDEBUG: For url file://22/a8/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/a8/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.4%3Ar0%3Acore2-64%3A11%3A22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd_deploy_source_date_epoch.tar.zst;downloadfilename=22/a8/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://84/af/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/af/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.13%3Ar0%3Acore2-64%3A11%3A84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce_package.tar.zst;downloadfilename=84/af/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce_package.tar.zst\nDEBUG: For url file://af/0d/sstate:libslirp-native::4.7.0:r0::11:af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/0d/sstate%3Alibslirp-native%3A%3A4.7.0%3Ar0%3A%3A11%3Aaf0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e_populate_lic.tar.zst;downloadfilename=af/0d/sstate:libslirp-native::4.7.0:r0::11:af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/b0/05/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e_create_spdx.tar.zst\nDEBUG: Testing URL file://d2/3a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582_package.tar.zst\nDEBUG: Testing URL file://1c/59/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://58/a7/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://88/ce/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fc/34/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:fc34f97fc57e7ac938b439e96d0944baec43e7647af11765cb62e3cdaf782b8a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b0/05/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://39/1f/sstate:python3::3.12.1:r0::11:391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd2/3a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1c/59/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '58/a7/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 88/ce/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ea/6f/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae_package_write_rpm.tar.zst\nDEBUG: For url file://universal/b0/05/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b0/05/sstate%3Aspirv-headers-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3Ab0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e_create_spdx.tar.zst;downloadfilename=universal/b0/05/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/73/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0_recipe_qa.tar.zst\nDEBUG: For url file://d2/3a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/3a/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3Ad23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582_package.tar.zst;downloadfilename=d2/3a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582_package.tar.zst\nDEBUG: For url file://1c/59/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/59/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A11%3A1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7_populate_sysroot.tar.zst;downloadfilename=1c/59/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7_populate_sysroot.tar.zst\nDEBUG: For url file://58/a7/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/a7/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.30.0%3Ar0%3Acore2-64%3A11%3A58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40_deploy_source_date_epoch.tar.zst;downloadfilename=58/a7/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 88/ce/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674_create_runtime_spdx.tar.zst\nDEBUG: Searching for ea/6f/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fd/73/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://22/a8/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:22a812f0e6ae8e1bd4468a20faa948cd32c64eb56fd663b17937c7430eb779bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://46/1b/sstate:libxkbcommon:core2-64-poky-linux:1.6.0:r0:core2-64:11:461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/0d/sstate:libslirp-native::4.7.0:r0::11:af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://84/af/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:84af87e20b2d5267dc86e85356ae712b9740429fb4830cf40d96eaef2ed678ce_package.tar.zst\nDEBUG: Testing URL file://88/ce/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674_create_runtime_spdx.tar.zst\nDEBUG: Using  for ea/6f/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae_package_write_rpm.tar.zst\nDEBUG: Using  for fd/73/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/17/e5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/4c/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513_package.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/13/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9d/48/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '88/ce/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/b0/05/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e_create_spdx.tar.zst\nDEBUG: Testing URL file://ea/6f/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fd/73/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0_recipe_qa.tar.zst\nDEBUG: Searching for universal/17/e5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b1/4c/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5d/13/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/9d/48/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://88/ce/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/ce/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3A88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674_create_runtime_spdx.tar.zst;downloadfilename=88/ce/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/b1/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215_package.tar.zst\nDEBUG: For url ['file', '', 'ea/6f/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fd/73/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/17/e5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458_populate_sysroot.tar.zst\nDEBUG: Using  for b1/4c/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513_package.tar.zst\nDEBUG: Using  for 5d/13/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/9d/48/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2_populate_sysroot.tar.zst\nDEBUG: Searching for ca/b1/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ea/6f/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/6f/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A11%3Aea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae_package_write_rpm.tar.zst;downloadfilename=ea/6f/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/3a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:d23ac4d9cedda42b3786cdee252c4ff747d28ae3e6e95661bd08f839ceeed582_package.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/59/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:11:1c592b682c2e373731d353f408809ea51f08f94fe3b37ad830a1f9bd0b264ac7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://58/a7/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:58a7cd6face00461e53b26ec0f60693789dc6ba0ed1c39021466829db1ce9e40_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fd/73/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/73/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A11%3Afd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0_recipe_qa.tar.zst;downloadfilename=fd/73/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/17/e5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b1/4c/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513_package.tar.zst\nDEBUG: Testing URL file://5d/13/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/9d/48/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/06/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d_create_spdx.tar.zst\nDEBUG: Using  for ca/b1/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215_package.tar.zst\nDEBUG: SState: Attempting to fetch file://89/63/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/1e/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/18/6d/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/17/e5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b1/4c/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5d/13/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/9d/48/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5f/52/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628_packagedata.tar.zst\nDEBUG: Testing URL file://ca/b1/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215_package.tar.zst\nDEBUG: Searching for 89/63/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4c/1e/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/18/6d/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/17/e5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/17/e5/sstate%3Aflex-native%3Ax86_64-linux%3A2.6.4%3Ar0%3Ax86_64%3A11%3A17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458_populate_sysroot.tar.zst;downloadfilename=universal/17/e5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458_populate_sysroot.tar.zst\nDEBUG: For url file://b1/4c/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/4c/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3Ab14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513_package.tar.zst;downloadfilename=b1/4c/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513_package.tar.zst\nDEBUG: For url file://5d/13/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/13/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3A5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e_create_runtime_spdx.tar.zst;downloadfilename=5d/13/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/9d/48/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9d/48/sstate%3Apigz-native%3Ax86_64-linux%3A2.8%3Ar0%3Ax86_64%3A11%3A9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2_populate_sysroot.tar.zst;downloadfilename=universal/9d/48/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2_populate_sysroot.tar.zst\nDEBUG: Searching for 5f/52/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ca/b1/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 89/63/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14_recipe_qa.tar.zst\nDEBUG: Using  for 4c/1e/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622_packagedata.tar.zst\nDEBUG: Using  for universal/18/6d/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/6f/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:11:ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae_package_write_rpm.tar.zst\nDEBUG: Using  for 5f/52/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/73/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0_recipe_qa.tar.zst\nDEBUG: For url file://ca/b1/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/b1/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Acab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215_package.tar.zst;downloadfilename=ca/b1/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215_package.tar.zst\nDEBUG: Testing URL file://89/63/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14_recipe_qa.tar.zst\nDEBUG: Testing URL file://4c/1e/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622_packagedata.tar.zst\nDEBUG: Testing URL file://universal/18/6d/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://de/6c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5f/52/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://83/0e/sstate:quilt::0.67:r0::11:830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf_populate_lic.tar.zst\nDEBUG: For url ['file', '', '89/63/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4c/1e/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/17/e5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/18/6d/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for de/6c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5f/52/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 83/0e/sstate:quilt::0.67:r0::11:830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/9d/48/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2_populate_sysroot.tar.zst\nDEBUG: For url file://89/63/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/63/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.10%3Ar0%3Aallarch%3A11%3A8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14_recipe_qa.tar.zst;downloadfilename=89/63/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14_recipe_qa.tar.zst\nDEBUG: For url file://4c/1e/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/1e/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.11%3Ar0%3Acore2-64%3A11%3A4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622_packagedata.tar.zst;downloadfilename=4c/1e/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/ed/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99_recipe_qa.tar.zst\nDEBUG: For url file://universal/18/6d/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/6d/sstate%3Alibxcomposite-native%3Ax86_64-linux%3A0.4.6%3Ar0%3Ax86_64%3A11%3A186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22_create_spdx.tar.zst;downloadfilename=universal/18/6d/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22_create_spdx.tar.zst\nDEBUG: Using  for de/6c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5f/52/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/52/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A11%3A5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628_packagedata.tar.zst;downloadfilename=5f/52/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628_packagedata.tar.zst\nDEBUG: Using  for 83/0e/sstate:quilt::0.67:r0::11:830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://78/7a/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f_create_runtime_spdx.tar.zst\nDEBUG: Searching for 3d/ed/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://24/60/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://de/6c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/59/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:e559e66b424c9509d04422352eba4c631fd7bfcc98baa6b7740eafc7c6f2a01b_package.tar.zst\nDEBUG: Testing URL file://83/0e/sstate:quilt::0.67:r0::11:830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf_populate_lic.tar.zst\nDEBUG: Searching for 78/7a/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3d/ed/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2b/79/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'de/6c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ae/b1/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50_create_spdx.tar.zst\nDEBUG: For url ['file', '', '83/0e/sstate:quilt::0.67:r0::11:830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 78/7a/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://3d/ed/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99_recipe_qa.tar.zst\nDEBUG: Searching for universal/2b/79/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://de/6c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/6c/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.59.0%3Ar0%3Acore2-64%3A11%3Ade6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f_deploy_source_date_epoch.tar.zst;downloadfilename=de/6c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ae/b1/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://83/0e/sstate:quilt::0.67:r0::11:830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/0e/sstate%3Aquilt%3A%3A0.67%3Ar0%3A%3A11%3A830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf_populate_lic.tar.zst;downloadfilename=83/0e/sstate:quilt::0.67:r0::11:830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf_populate_lic.tar.zst\nDEBUG: Testing URL file://78/7a/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '3d/ed/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2b/79/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d_populate_sysroot.tar.zst\nDEBUG: Using  for ae/b1/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://89/63/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '78/7a/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://4c/1e/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/18/6d/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22_create_spdx.tar.zst\nDEBUG: For url file://3d/ed/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/ed/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.3%3Ar0%3Acore2-64%3A11%3A3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99_recipe_qa.tar.zst;downloadfilename=3d/ed/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/52/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628_packagedata.tar.zst\nDEBUG: Testing URL file://universal/2b/79/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://15/c4/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556_create_spdx.tar.zst\nDEBUG: Testing URL file://ae/b1/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/cc/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a_create_spdx.tar.zst\nDEBUG: For url file://78/7a/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/7a/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f_create_runtime_spdx.tar.zst;downloadfilename=78/7a/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/7c/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/3c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/57/c3/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/2b/79/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e8/6b/sstate:python3-pathspec-native::0.12.1:r0::11:e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ae/b1/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/85/cc/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d4/7c/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://de/6c/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:de6c50ddc2fbb911c0e2715e2f26f233ac25c031d56a33464fd7f0295169b22f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d8/3c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/57/c3/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/2b/79/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2b/79/sstate%3Alibxslt-native%3Ax86_64-linux%3A1.1.39%3Ar0%3Ax86_64%3A11%3A2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d_populate_sysroot.tar.zst;downloadfilename=universal/2b/79/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d_populate_sysroot.tar.zst\nDEBUG: Searching for e8/6b/sstate:python3-pathspec-native::0.12.1:r0::11:e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ae/b1/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/b1/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A0.9.77%3Ar0%3Acore2-64%3A11%3Aaeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50_create_spdx.tar.zst;downloadfilename=ae/b1/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50_create_spdx.tar.zst\nDEBUG: Using  for universal/85/cc/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a_create_spdx.tar.zst\nDEBUG: Using  for d4/7c/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://83/0e/sstate:quilt::0.67:r0::11:830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/18/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f_package_qa.tar.zst\nDEBUG: Using  for d8/3c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/57/c3/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974_create_runtime_spdx.tar.zst\nDEBUG: Using  for e8/6b/sstate:python3-pathspec-native::0.12.1:r0::11:e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/85/cc/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a_create_spdx.tar.zst\nDEBUG: Testing URL file://d4/7c/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/ed/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/9b/sstate:ed::1.20:r0::11:c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153_populate_lic.tar.zst\nDEBUG: Searching for 0f/18/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d8/3c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/57/c3/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e8/6b/sstate:python3-pathspec-native::0.12.1:r0::11:e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/85/cc/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd4/7c/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://78/7a/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/1b/sstate:unzip-native::6.0:r0::11:f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b_populate_lic.tar.zst\nDEBUG: Searching for c0/9b/sstate:ed::1.20:r0::11:c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0f/18/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd8/3c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/57/c3/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e8/6b/sstate:python3-pathspec-native::0.12.1:r0::11:e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/85/cc/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/cc/sstate%3Alibrsvg-native%3Ax86_64-linux%3A2.56.3%3Ar0%3Ax86_64%3A11%3A85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a_create_spdx.tar.zst;downloadfilename=universal/85/cc/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a_create_spdx.tar.zst\nDEBUG: For url file://d4/7c/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/7c/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3Ad47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748_package_qa.tar.zst;downloadfilename=d4/7c/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/8d/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809_package_qa.tar.zst\nDEBUG: Searching for f9/1b/sstate:unzip-native::6.0:r0::11:f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c0/9b/sstate:ed::1.20:r0::11:c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153_populate_lic.tar.zst\nDEBUG: Testing URL file://0f/18/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f_package_qa.tar.zst\nDEBUG: For url file://d8/3c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/3c/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Ad83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b_deploy_source_date_epoch.tar.zst;downloadfilename=d8/3c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/57/c3/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/57/c3/sstate%3Apango-native%3Ax86_64-linux%3A1.51.0%3Ar0%3Ax86_64%3A11%3A57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974_create_runtime_spdx.tar.zst;downloadfilename=universal/57/c3/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974_create_runtime_spdx.tar.zst\nDEBUG: For url file://e8/6b/sstate:python3-pathspec-native::0.12.1:r0::11:e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/6b/sstate%3Apython3-pathspec-native%3A%3A0.12.1%3Ar0%3A%3A11%3Ae86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b_populate_lic.tar.zst;downloadfilename=e8/6b/sstate:python3-pathspec-native::0.12.1:r0::11:e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b_populate_lic.tar.zst\nDEBUG: Searching for b6/8d/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/2b/79/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:11:2b791f6bb878ae0ca73a1d85d6674fb144bec7235a77270f30aea46a796d877d_populate_sysroot.tar.zst\nDEBUG: Using  for f9/1b/sstate:unzip-native::6.0:r0::11:f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b_populate_lic.tar.zst\nDEBUG: Testing URL file://c0/9b/sstate:ed::1.20:r0::11:c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0f/18/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b6/8d/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://69/df/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f9/1b/sstate:unzip-native::6.0:r0::11:f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c0/9b/sstate:ed::1.20:r0::11:c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0f/18/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/18/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.6%3Ar0%3Acore2-64%3A11%3A0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f_package_qa.tar.zst;downloadfilename=0f/18/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f_package_qa.tar.zst\nDEBUG: Testing URL file://b6/8d/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://84/e8/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:84e8d9e856ec1bb1fe08d4ba3790caac2d8b5195175f3d4e89b626c32e96a076_package.tar.zst\nDEBUG: Searching for 69/df/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f9/1b/sstate:unzip-native::6.0:r0::11:f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/85/cc/sstate:librsvg-native:x86_64-linux:2.56.3:r0:x86_64:11:85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a_create_spdx.tar.zst\nDEBUG: For url file://c0/9b/sstate:ed::1.20:r0::11:c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/9b/sstate%3Aed%3A%3A1.20%3Ar0%3A%3A11%3Ac09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153_populate_lic.tar.zst;downloadfilename=c0/9b/sstate:ed::1.20:r0::11:c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/7c/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b6/8d/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e0/78/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/3c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:d83ceaa8c673044015b2bcebadb49480e841f9eae766df49bc5074e1f73f150b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 69/df/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f9/1b/sstate:unzip-native::6.0:r0::11:f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/1b/sstate%3Aunzip-native%3A%3A6.0%3Ar0%3A%3A11%3Af91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b_populate_lic.tar.zst;downloadfilename=f9/1b/sstate:unzip-native::6.0:r0::11:f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://87/66/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/57/c3/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/58/eb/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4_recipe_qa.tar.zst\nDEBUG: For url file://b6/8d/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/8d/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A11%3Ab68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809_package_qa.tar.zst;downloadfilename=b6/8d/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809_package_qa.tar.zst\nDEBUG: Searching for e0/78/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://5d/b5/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571_package_write_rpm.tar.zst\nDEBUG: Testing URL file://69/df/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 87/66/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ad/5a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/6b/sstate:python3-pathspec-native::0.12.1:r0::11:e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b_populate_lic.tar.zst\nDEBUG: Searching for universal/58/eb/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e0/78/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5_package.tar.zst\nDEBUG: Searching for 5d/b5/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://0f/18/sstate:lttng-ust:core2-64-poky-linux:2.13.6:r0:core2-64:11:0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f_package_qa.tar.zst\nDEBUG: For url ['file', '', '69/df/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/66/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ad/5a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e4/24/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0_recipe_qa.tar.zst\nDEBUG: Using  for universal/58/eb/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4_recipe_qa.tar.zst\nDEBUG: Testing URL file://e0/78/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5_package.tar.zst\nDEBUG: Using  for 5d/b5/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c6/e7/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1_populate_sysroot.tar.zst\nDEBUG: For url file://69/df/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/df/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0_deploy_source_date_epoch.tar.zst;downloadfilename=69/df/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://87/66/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/9b/sstate:ed::1.20:r0::11:c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153_populate_lic.tar.zst\nDEBUG: Using  for ad/5a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f_package.tar.zst\nDEBUG: Searching for e4/24/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/58/eb/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e0/78/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5d/b5/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571_package_write_rpm.tar.zst\nDEBUG: Searching for universal/c6/e7/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '87/66/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://40/92/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/1b/sstate:unzip-native::6.0:r0::11:f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b_populate_lic.tar.zst\nDEBUG: Testing URL file://ad/5a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f_package.tar.zst\nDEBUG: Using  for e4/24/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/58/eb/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e0/78/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/78/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.0%3Ar0%3Acore2-64%3A11%3Ae0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5_package.tar.zst;downloadfilename=e0/78/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5_package.tar.zst\nDEBUG: For url ['file', '', '5d/b5/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c6/e7/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1_populate_sysroot.tar.zst\nDEBUG: For url file://87/66/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/66/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%3Ar0%3Acore2-64%3A11%3A8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4_deploy_source_date_epoch.tar.zst;downloadfilename=87/66/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 40/92/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ff/2b/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ad/5a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b6/8d/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809_package_qa.tar.zst\nDEBUG: Testing URL file://e4/24/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0_recipe_qa.tar.zst\nDEBUG: For url file://universal/58/eb/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/58/eb/sstate%3Agtk%2B3-native%3Ax86_64-linux%3A3.24.38%3Ar0%3Ax86_64%3A11%3A58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4_recipe_qa.tar.zst;downloadfilename=universal/58/eb/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4_recipe_qa.tar.zst\nDEBUG: For url file://5d/b5/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/b5/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A11%3A5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571_package_write_rpm.tar.zst;downloadfilename=5d/b5/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/c6/e7/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/13/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e_create_runtime_spdx.tar.zst\nDEBUG: Using  for 40/92/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873_package.tar.zst\nDEBUG: Searching for ff/2b/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ad/5a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/5a/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3Aad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f_package.tar.zst;downloadfilename=ad/5a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://69/df/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:69dffe22c7c4e1dbaa3f3033bfc6c32a96a65b9f8b7c1d6806219e90f52cfbf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d6/25/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e4/24/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c6/e7/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://88/ce/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/78/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:e0786e3cc4bbd6b242d57c04d429a3c1c2a25486924f52ecf14cf992cb251ad5_package.tar.zst\nDEBUG: Testing URL file://40/92/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873_package.tar.zst\nDEBUG: Using  for ff/2b/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/14/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a_create_spdx.tar.zst\nDEBUG: Searching for universal/d6/25/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://87/66/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:8766c94addea23c08eeb81bd8f337838556daa896ca3defdf97b6539c0cb38b4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e4/24/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/24/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Ae42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0_recipe_qa.tar.zst;downloadfilename=e4/24/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0_recipe_qa.tar.zst\nDEBUG: For url file://universal/c6/e7/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c6/e7/sstate%3Afribidi-native%3Ax86_64-linux%3A1.0.13%3Ar0%3Ax86_64%3A11%3Ac6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1_populate_sysroot.tar.zst;downloadfilename=universal/c6/e7/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/9b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fd/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://a4/61/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887_package.tar.zst\nDEBUG: For url ['file', '', '40/92/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ff/2b/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76_populate_sysroot.tar.zst\nDEBUG: Searching for f6/14/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/d6/25/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://91/79/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/58/eb/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4_recipe_qa.tar.zst\nDEBUG: Searching for 8b/9b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fd/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/5a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:ad5af7c942bd3b4a04bb0be3f7c060ef156201e87ee761e4e5df45b2868e9f8f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/b5/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571_package_write_rpm.tar.zst\nDEBUG: Searching for a4/61/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://40/92/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/92/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.5%3Ar0%3Acore2-64%3A11%3A40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873_package.tar.zst;downloadfilename=40/92/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873_package.tar.zst\nDEBUG: For url ['file', '', 'ff/2b/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f6/14/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/d6/25/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703_create_spdx.tar.zst\nDEBUG: Searching for 91/79/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://78/31/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4_packagedata.tar.zst\nDEBUG: Using  for 8b/9b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fd/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://21/a1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/f7/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e_create_spdx.tar.zst\nDEBUG: Using  for a4/61/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887_package.tar.zst\nDEBUG: For url file://ff/2b/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/2b/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.38%2Bgit%3Ar0%3Acore2-64%3A11%3Aff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76_populate_sysroot.tar.zst;downloadfilename=ff/2b/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f6/14/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d6/25/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 91/79/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738_packagedata.tar.zst\nDEBUG: Searching for 78/31/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8b/9b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fd/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 21/a1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/85/f7/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a4/61/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887_package.tar.zst\nDEBUG: For url ['file', '', 'f6/14/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e4/24/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:11:e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c6/e7/sstate:fribidi-native:x86_64-linux:1.0.13:r0:x86_64:11:c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1_populate_sysroot.tar.zst\nDEBUG: For url file://universal/d6/25/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/25/sstate%3Ajson-c-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A11%3Ad62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703_create_spdx.tar.zst;downloadfilename=universal/d6/25/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703_create_spdx.tar.zst\nDEBUG: Testing URL file://91/79/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738_packagedata.tar.zst\nDEBUG: Using  for 78/31/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4_packagedata.tar.zst\nDEBUG: For url ['file', '', '8b/9b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fd/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/69/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A11%3Afd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229_package_qa.tar.zst;downloadfilename=fd/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229_package_qa.tar.zst\nDEBUG: Using  for 21/a1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/85/f7/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a4/61/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f6/14/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/14/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3Af6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a_create_spdx.tar.zst;downloadfilename=f6/14/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://40/82/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://93/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22_package_qa.tar.zst\nDEBUG: For url ['file', '', '91/79/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://78/31/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4_packagedata.tar.zst\nDEBUG: For url file://8b/9b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/9b/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.5%3Ar0%3Acore2-64%3A11%3A8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4_deploy_source_date_epoch.tar.zst;downloadfilename=8b/9b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://21/a1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/85/f7/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/92/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:40920fa55885c424d4e8e51b7677490dddf977ad2017c651fa1165e6b299f873_package.tar.zst\nDEBUG: For url file://a4/61/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/61/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Aa461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887_package.tar.zst;downloadfilename=a4/61/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887_package.tar.zst\nDEBUG: Searching for 40/82/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 93/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ff/2b/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76_populate_sysroot.tar.zst\nDEBUG: For url file://91/79/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/79/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738_packagedata.tar.zst;downloadfilename=91/79/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738_packagedata.tar.zst\nDEBUG: For url ['file', '', '78/31/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '21/a1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/85/f7/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e1/23/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec_package_write_rpm.tar.zst\nDEBUG: Using  for 40/82/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 93/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/69/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:11:fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/b1/sstate:libmicrohttpd:core2-64-poky-linux:0.9.77:r0:core2-64:11:aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d6/25/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:11:d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/cb/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab_recipe_qa.tar.zst\nDEBUG: For url file://78/31/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/31/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20230416%3Ar0%3Acore2-64%3A11%3A7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4_packagedata.tar.zst;downloadfilename=78/31/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4_packagedata.tar.zst\nDEBUG: For url file://21/a1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/a1/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a_create_runtime_spdx.tar.zst;downloadfilename=21/a1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/14/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a_create_spdx.tar.zst\nDEBUG: For url file://universal/85/f7/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/f7/sstate%3Aorc-native%3Ax86_64-linux%3A0.4.36%3Ar0%3Ax86_64%3A11%3A85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e_create_spdx.tar.zst;downloadfilename=universal/85/f7/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e_create_spdx.tar.zst\nDEBUG: Searching for e1/23/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://40/82/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://93/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://06/cd/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://90/7d/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/4a/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553_create_spdx.tar.zst\nDEBUG: Searching for cc/cb/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/26/8e/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/9b/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:8b9bf5786f8ec9d87d6f629a8ea24ad3f36d15339b274d2bc805a9b6793f5ee4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e1/23/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '40/82/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a4/61/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:a461ea0e0394b9e3c64ab258684b38b0bdd3b35ddbf09c00db892f28e552a887_package.tar.zst\nDEBUG: For url ['file', '', '93/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 06/cd/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 90/7d/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ea/4a/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cc/cb/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab_recipe_qa.tar.zst\nDEBUG: Searching for universal/26/8e/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://91/79/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/32/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e_package_qa.tar.zst\nDEBUG: Testing URL file://e1/23/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec_package_write_rpm.tar.zst\nDEBUG: For url file://40/82/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/82/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A11%3A40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02_deploy_source_date_epoch.tar.zst;downloadfilename=40/82/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/64/f2/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad_populate_sysroot.tar.zst\nDEBUG: For url file://93/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/15/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A11%3A931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22_package_qa.tar.zst;downloadfilename=93/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22_package_qa.tar.zst\nDEBUG: Using  for 06/cd/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93_create_spdx.tar.zst\nDEBUG: Using  for 90/7d/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29_populate_sysroot.tar.zst\nDEBUG: Using  for ea/4a/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553_create_spdx.tar.zst\nDEBUG: Testing URL file://cc/cb/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab_recipe_qa.tar.zst\nDEBUG: Using  for universal/26/8e/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://49/ff/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f_package_write_rpm.tar.zst\nDEBUG: Searching for 0c/32/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'e1/23/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/64/f2/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://78/31/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20230416:r0:core2-64:11:7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://21/a1/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:11:21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://06/cd/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93_create_spdx.tar.zst\nDEBUG: Testing URL file://90/7d/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/85/f7/sstate:orc-native:x86_64-linux:0.4.36:r0:x86_64:11:85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e_create_spdx.tar.zst\nDEBUG: Testing URL file://ea/4a/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cc/cb/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/26/8e/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 49/ff/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0c/32/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e_package_qa.tar.zst\nDEBUG: For url file://e1/23/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/23/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.56.3%3Ar0%3Acore2-64%3A11%3Ae123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec_package_write_rpm.tar.zst;downloadfilename=e1/23/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec_package_write_rpm.tar.zst\nDEBUG: Using  for universal/64/f2/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://64/84/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/66/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19_package.tar.zst\nDEBUG: For url ['file', '', '06/cd/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '90/7d/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/e5/3f/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ea/4a/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cc/cb/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/cb/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.5%3Ar0%3Acore2-64%3A11%3Acccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab_recipe_qa.tar.zst;downloadfilename=cc/cb/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/26/8e/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/ff/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0c/32/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e_package_qa.tar.zst\nDEBUG: Testing URL file://universal/64/f2/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://40/82/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:11:40825d73d121b78ac8e8073771582690e8b5c432eb42e6b88be9479bdbbf0b02_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 64/84/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cb/66/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://06/cd/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/cd/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A11%3A06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93_create_spdx.tar.zst;downloadfilename=06/cd/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93_create_spdx.tar.zst\nDEBUG: For url file://90/7d/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/7d/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3A907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29_populate_sysroot.tar.zst;downloadfilename=90/7d/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29_populate_sysroot.tar.zst\nDEBUG: Searching for universal/e5/3f/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ea/4a/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/4a/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3Aea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553_create_spdx.tar.zst;downloadfilename=ea/4a/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553_create_spdx.tar.zst\nDEBUG: Testing URL file://49/ff/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f_package_write_rpm.tar.zst\nDEBUG: For url file://universal/26/8e/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/26/8e/sstate%3Aicu-native%3Ax86_64-linux%3A74-1%3Ar0%3Ax86_64%3A11%3A268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26_deploy_source_date_epoch.tar.zst;downloadfilename=universal/26/8e/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0c/32/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/64/f2/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://93/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/d6/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db_create_runtime_spdx.tar.zst\nDEBUG: Using  for 64/84/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a_package_qa.tar.zst\nDEBUG: Using  for cb/66/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19_package.tar.zst\nDEBUG: Using  for universal/e5/3f/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/cb/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '49/ff/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0c/32/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/32/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.0%3Ar0%3Acore2-64%3A11%3A0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e_package_qa.tar.zst;downloadfilename=0c/32/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e_package_qa.tar.zst\nDEBUG: For url file://universal/64/f2/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/64/f2/sstate%3Alibbsd-native%3Ax86_64-linux%3A0.11.8%3Ar0%3Ax86_64%3A11%3A64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad_populate_sysroot.tar.zst;downloadfilename=universal/64/f2/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://77/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950_create_runtime_spdx.tar.zst\nDEBUG: Searching for ad/d6/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://64/84/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a_package_qa.tar.zst\nDEBUG: Testing URL file://cb/66/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19_package.tar.zst\nDEBUG: Testing URL file://universal/e5/3f/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://44/71/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221_package_qa.tar.zst\nDEBUG: For url file://49/ff/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/ff/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3A49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f_package_write_rpm.tar.zst;downloadfilename=49/ff/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://90/7d/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:907d4f881f55be0988e1686b59a5a5cb5a756f4b5d148307d34df1601005db29_populate_sysroot.tar.zst\nDEBUG: Searching for 77/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ad/d6/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '64/84/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cb/66/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e5/3f/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 44/71/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/26/8e/sstate:icu-native:x86_64-linux:74-1:r0:x86_64:11:268ea0c7e29b42b71af02d47607092b3ecadeb02f5cfcf9c6a22e862f0f39b26_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://60/14/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7_recipe_qa.tar.zst\nDEBUG: Using  for 77/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ad/d6/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db_create_runtime_spdx.tar.zst\nDEBUG: For url file://64/84/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/84/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a_package_qa.tar.zst;downloadfilename=64/84/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a_package_qa.tar.zst\nDEBUG: For url file://cb/66/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/66/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3Acb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19_package.tar.zst;downloadfilename=cb/66/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19_package.tar.zst\nDEBUG: For url file://universal/e5/3f/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e5/3f/sstate%3Adesktop-file-utils-native%3Ax86_64-linux%3A0.27%3Ar0%3Ax86_64%3A11%3Ae53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa_create_spdx.tar.zst;downloadfilename=universal/e5/3f/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa_create_spdx.tar.zst\nDEBUG: Using  for 44/71/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/3d/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 60/14/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://77/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ad/d6/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://0c/32/sstate:util-macros:core2-64-poky-linux:1.20.0:r0:core2-64:11:0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e_package_qa.tar.zst\nDEBUG: Testing URL file://44/71/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/64/f2/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad_populate_sysroot.tar.zst\nDEBUG: Searching for 7d/3d/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://49/ff/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f_package_write_rpm.tar.zst\nDEBUG: Using  for 60/14/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '77/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ad/d6/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/d6/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%3Ar0%3Acore2-64%3A11%3Aadd615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db_create_runtime_spdx.tar.zst;downloadfilename=ad/d6/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/51/07/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '44/71/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b9/6c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8_package.tar.zst\nDEBUG: Using  for 7d/3d/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://95/79/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://60/14/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7_recipe_qa.tar.zst\nDEBUG: For url file://77/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/c8/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950_create_runtime_spdx.tar.zst;downloadfilename=77/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/51/07/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://44/71/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/71/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3A447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221_package_qa.tar.zst;downloadfilename=44/71/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221_package_qa.tar.zst\nDEBUG: Searching for b9/6c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://64/84/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a_package_qa.tar.zst\nDEBUG: Testing URL file://7d/3d/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 95/79/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '60/14/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/51/07/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e5/3f/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:11:e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa_create_spdx.tar.zst\nDEBUG: Using  for b9/6c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/bc/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f_package_qa.tar.zst\nDEBUG: For url ['file', '', '7d/3d/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 95/79/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b_create_runtime_spdx.tar.zst\nDEBUG: For url file://60/14/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/14/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.11%3Ar0%3Aqemux86_64%3A11%3A601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7_recipe_qa.tar.zst;downloadfilename=60/14/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/51/07/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/86/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d_package.tar.zst\nDEBUG: Testing URL file://b9/6c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8_package.tar.zst\nDEBUG: Searching for 2b/bc/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://7d/3d/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/3d/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3A7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c_deploy_source_date_epoch.tar.zst;downloadfilename=7d/3d/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://95/79/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/51/07/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9e/86/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b9/6c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2b/bc/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f_package_qa.tar.zst\nDEBUG: For url ['file', '', '95/79/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/51/07/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/51/07/sstate%3Ashadow-native%3Ax86_64-linux%3A4.14.2%3Ar0%3Ax86_64%3A11%3A5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980_recipe_qa.tar.zst;downloadfilename=universal/51/07/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980_recipe_qa.tar.zst\nDEBUG: Using  for 9e/86/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://77/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:11:77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950_create_runtime_spdx.tar.zst\nDEBUG: For url file://b9/6c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/6c/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A11%3Ab96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8_package.tar.zst;downloadfilename=b9/6c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8_package.tar.zst\nDEBUG: Testing URL file://2b/bc/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f_package_qa.tar.zst\nDEBUG: For url file://95/79/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/79/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.46.0%3Ar0%3Acore2-64%3A11%3A95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b_create_runtime_spdx.tar.zst;downloadfilename=95/79/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9e/86/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://44/71/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:11:447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://69/ed/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2b/bc/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9e/86/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://60/14/sstate:lttng-modules:qemux86_64-poky-linux:2.13.11:r0:qemux86_64:11:601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b6/0f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 69/ed/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2b/bc/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/bc/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.4%3Ar0%3Acore2-64%3A11%3A2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f_package_qa.tar.zst;downloadfilename=2b/bc/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f_package_qa.tar.zst\nDEBUG: For url file://9e/86/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/86/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A11%3A9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d_package.tar.zst;downloadfilename=9e/86/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/3d/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7d3df368fe5ebd9d89f164cd947e32885763df5a022c858d040857164766f06c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/51/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20_recipe_qa.tar.zst\nDEBUG: Searching for universal/b6/0f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 69/ed/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/51/07/sstate:shadow-native:x86_64-linux:4.14.2:r0:x86_64:11:5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b9/b5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4e/51/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/b6/0f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://69/ed/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://55/f3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/b9/b5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 4e/51/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/b6/0f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '69/ed/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 55/f3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/b9/b5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4e/51/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/b6/0f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://69/ed/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/ed/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A11%3A69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d_create_spdx.tar.zst;downloadfilename=69/ed/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d_create_spdx.tar.zst\nDEBUG: Using  for 55/f3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/b9/b5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4e/51/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b6/0f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/0f/sstate%3Agperf-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A11%3Ab60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b6/0f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://55/f3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b9/b5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4e/51/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/51/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.4%3Ar0%3Acore2-64%3A11%3A4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20_recipe_qa.tar.zst;downloadfilename=4e/51/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '55/f3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b9/b5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b9/b5/sstate%3Aflex-native%3Ax86_64-linux%3A2.6.4%3Ar0%3Ax86_64%3A11%3Ab9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b9/b5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/86/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:9e86ec15a99fffc235f8293112d2a598801a935a66c115eb9f672c01674ac08d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/bc/sstate:ncurses:core2-64-poky-linux:6.4:r0:core2-64:11:2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f_package_qa.tar.zst\nDEBUG: For url file://55/f3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/f3/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749_create_runtime_spdx.tar.zst;downloadfilename=55/f3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/92/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/31/3b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce_populate_sysroot.tar.zst\nDEBUG: Searching for a3/92/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/31/3b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://69/ed/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:11:69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d_create_spdx.tar.zst\nDEBUG: Using  for a3/92/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21_package_write_rpm.tar.zst\nDEBUG: Using  for universal/31/3b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://60/9d/sstate:glslang-native::1.3.268.0:r0::11:609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d_populate_lic.tar.zst\nDEBUG: Testing URL file://a3/92/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/31/3b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce_populate_sysroot.tar.zst\nDEBUG: Searching for 60/9d/sstate:glslang-native::1.3.268.0:r0::11:609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a3/92/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/b6/0f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:b60f66e930aef7553ff96e2be1894d93def72edae9e6df78a10a9c194954b8e5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/31/3b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 60/9d/sstate:glslang-native::1.3.268.0:r0::11:609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d_populate_lic.tar.zst\nDEBUG: For url file://a3/92/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/92/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3Aa39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21_package_write_rpm.tar.zst;downloadfilename=a3/92/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/7f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783_recipe_qa.tar.zst\nDEBUG: For url file://universal/31/3b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/3b/sstate%3Apython3-hatch-fancy-pypi-readme-native%3Ax86_64-linux%3A24.1.0%3Ar0%3Ax86_64%3A11%3A313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce_populate_sysroot.tar.zst;downloadfilename=universal/31/3b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce_populate_sysroot.tar.zst\nDEBUG: Testing URL file://60/9d/sstate:glslang-native::1.3.268.0:r0::11:609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d_populate_lic.tar.zst\nDEBUG: Searching for f9/7f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4e/51/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '60/9d/sstate:glslang-native::1.3.268.0:r0::11:609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/b9/b5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:b9b5aaaf0cfa6050fba85f5dd5ea37dcd3d74ad9e69a1fdd239b077abe2ced4b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f9/7f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/61/ed/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229_recipe_qa.tar.zst\nDEBUG: For url file://60/9d/sstate:glslang-native::1.3.268.0:r0::11:609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/9d/sstate%3Aglslang-native%3A%3A1.3.268.0%3Ar0%3A%3A11%3A609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d_populate_lic.tar.zst;downloadfilename=60/9d/sstate:glslang-native::1.3.268.0:r0::11:609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/cc/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078_create_spdx.tar.zst\nDEBUG: Testing URL file://f9/7f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783_recipe_qa.tar.zst\nDEBUG: Searching for universal/61/ed/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://55/f3/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749_create_runtime_spdx.tar.zst\nDEBUG: Searching for c4/cc/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f9/7f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/61/ed/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/4a/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://da/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392_populate_sysroot.tar.zst\nDEBUG: Using  for c4/cc/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078_create_spdx.tar.zst\nDEBUG: For url file://f9/7f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/7f/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.5%3Ar0%3Acore2-64%3A11%3Af97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783_recipe_qa.tar.zst;downloadfilename=f9/7f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/61/ed/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/fc/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951_create_spdx.tar.zst\nDEBUG: Searching for da/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a3/92/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c4/cc/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/61/ed/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d3/fc/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for da/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/98/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c4/cc/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/61/ed/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/61/ed/sstate%3Acurl-native%3Ax86_64-linux%3A8.6.0%3Ar0%3Ax86_64%3A11%3A61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229_recipe_qa.tar.zst;downloadfilename=universal/61/ed/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229_recipe_qa.tar.zst\nDEBUG: Using  for d3/fc/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951_create_spdx.tar.zst\nDEBUG: Testing URL file://da/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392_populate_sysroot.tar.zst\nDEBUG: Searching for ff/98/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/31/3b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:11:313b9b04982d949090520ea2f997d696f61cf0c406c487c292034308eb3171ce_populate_sysroot.tar.zst\nDEBUG: For url file://c4/cc/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/cc/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A11%3Ac4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078_create_spdx.tar.zst;downloadfilename=c4/cc/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078_create_spdx.tar.zst\nDEBUG: Testing URL file://d3/fc/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'da/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ff/98/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://60/9d/sstate:glslang-native::1.3.268.0:r0::11:609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/ea/sstate:libice::1.1.1:r0::11:0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd3/fc/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://da/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/40/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A11%3Ada402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392_populate_sysroot.tar.zst;downloadfilename=da/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://06/cd/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93_create_spdx.tar.zst\nDEBUG: Testing URL file://ff/98/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/19/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172_create_spdx.tar.zst\nDEBUG: Searching for 0e/ea/sstate:libice::1.1.1:r0::11:0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d3/fc/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/fc/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3Ad3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951_create_spdx.tar.zst;downloadfilename=d3/fc/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/7f/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://06/83/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ff/98/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e1/23/sstate:librsvg:core2-64-poky-linux:2.56.3:r0:core2-64:11:e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec_package_write_rpm.tar.zst\nDEBUG: Searching for cc/19/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 0e/ea/sstate:libice::1.1.1:r0::11:0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://df/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f_packagedata.tar.zst\nDEBUG: Searching for 06/83/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ff/98/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/98/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3Aff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e_package_write_rpm.tar.zst;downloadfilename=ff/98/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/bb/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec_package_qa.tar.zst\nDEBUG: Using  for cc/19/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172_create_spdx.tar.zst\nDEBUG: Testing URL file://0e/ea/sstate:libice::1.1.1:r0::11:0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28_populate_lic.tar.zst\nDEBUG: Searching for df/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 06/83/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/cc/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:11:c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078_create_spdx.tar.zst\nDEBUG: Searching for ba/bb/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://cc/19/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0e/ea/sstate:libice::1.1.1:r0::11:0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/61/ed/sstate:curl-native:x86_64-linux:8.6.0:r0:x86_64:11:61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229_recipe_qa.tar.zst\nDEBUG: Using  for df/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f_packagedata.tar.zst\nDEBUG: Testing URL file://06/83/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/53/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf_populate_sysroot.tar.zst\nDEBUG: Using  for ba/bb/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec_package_qa.tar.zst\nDEBUG: For url ['file', '', 'cc/19/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0e/ea/sstate:libice::1.1.1:r0::11:0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/ea/sstate%3Alibice%3A%3A1.1.1%3Ar0%3A%3A11%3A0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28_populate_lic.tar.zst;downloadfilename=0e/ea/sstate:libice::1.1.1:r0::11:0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://da/40/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:11:da402c31f90747bf735765b44d66e777f7156cb0b7d4b618904cd332532ae392_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/93/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590_populate_sysroot.tar.zst\nDEBUG: Testing URL file://df/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f_packagedata.tar.zst\nDEBUG: For url ['file', '', '06/83/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1e/53/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ba/bb/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec_package_qa.tar.zst\nDEBUG: For url file://cc/19/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/19/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A11%3Acc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172_create_spdx.tar.zst;downloadfilename=cc/19/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/78/sstate:automake-native::1.16.5:r0::11:a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534_populate_lic.tar.zst\nDEBUG: Searching for a7/93/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'df/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://06/83/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/83/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3A068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90_create_runtime_spdx.tar.zst;downloadfilename=06/83/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90_create_runtime_spdx.tar.zst\nDEBUG: Using  for 1e/53/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ba/bb/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a8/78/sstate:automake-native::1.16.5:r0::11:a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a7/93/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590_populate_sysroot.tar.zst\nDEBUG: For url file://df/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/fe/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A11%3Adffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f_packagedata.tar.zst;downloadfilename=df/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/66/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:11:cb6651d4153dfe1de60eebe1aebf20d0f297ee43408f6e8024b74d1605d3bc19_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/d6/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1e/53/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf_populate_sysroot.tar.zst\nDEBUG: For url file://ba/bb/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/bb/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A11%3Ababbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec_package_qa.tar.zst;downloadfilename=ba/bb/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec_package_qa.tar.zst\nDEBUG: Using  for a8/78/sstate:automake-native::1.16.5:r0::11:a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534_populate_lic.tar.zst\nDEBUG: Testing URL file://a7/93/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://90/1e/sstate:hicolor-icon-theme::0.17:r0::11:901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/ea/sstate:libice::1.1.1:r0::11:0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/f9/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '1e/53/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a8/78/sstate:automake-native::1.16.5:r0::11:a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a7/93/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 90/1e/sstate:hicolor-icon-theme::0.17:r0::11:901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fd/99/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/50/f9/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1e/53/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/53/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A11%3A1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf_populate_sysroot.tar.zst;downloadfilename=1e/53/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a8/78/sstate:automake-native::1.16.5:r0::11:a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a7/93/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/93/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3Aa793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590_populate_sysroot.tar.zst;downloadfilename=a7/93/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590_populate_sysroot.tar.zst\nDEBUG: Using  for 90/1e/sstate:hicolor-icon-theme::0.17:r0::11:901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131_populate_lic.tar.zst\nDEBUG: Searching for fd/99/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/50/f9/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf_populate_sysroot.tar.zst\nDEBUG: For url file://a8/78/sstate:automake-native::1.16.5:r0::11:a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/78/sstate%3Aautomake-native%3A%3A1.16.5%3Ar0%3A%3A11%3Aa8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534_populate_lic.tar.zst;downloadfilename=a8/78/sstate:automake-native::1.16.5:r0::11:a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534_populate_lic.tar.zst\nDEBUG: Testing URL file://90/1e/sstate:hicolor-icon-theme::0.17:r0::11:901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://df/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f_packagedata.tar.zst\nDEBUG: Using  for fd/99/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/50/f9/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/bb/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:11:babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec_package_qa.tar.zst\nDEBUG: For url ['file', '', '90/1e/sstate:hicolor-icon-theme::0.17:r0::11:901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://95/79/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/aa/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395_package_qa.tar.zst\nDEBUG: Testing URL file://fd/99/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/50/f9/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c0/f7/sstate:font-util::1.4.1:r0::11:c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b_populate_lic.tar.zst\nDEBUG: For url file://90/1e/sstate:hicolor-icon-theme::0.17:r0::11:901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/1e/sstate%3Ahicolor-icon-theme%3A%3A0.17%3Ar0%3A%3A11%3A901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131_populate_lic.tar.zst;downloadfilename=90/1e/sstate:hicolor-icon-theme::0.17:r0::11:901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/ba/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8_package.tar.zst\nDEBUG: Searching for ee/aa/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fd/99/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/50/f9/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/f9/sstate%3Arsync-native%3Ax86_64-linux%3A3.2.7%3Ar0%3Ax86_64%3A11%3A50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf_populate_sysroot.tar.zst;downloadfilename=universal/50/f9/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf_populate_sysroot.tar.zst\nDEBUG: Searching for c0/f7/sstate:font-util::1.4.1:r0::11:c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0f/ba/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ee/aa/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/6c/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:11:b96c12d5126756a6333634d4aae55c193495025d11b6c00e264f6ec38b9f45f8_package.tar.zst\nDEBUG: For url file://fd/99/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/99/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3Afd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163_create_runtime_spdx.tar.zst;downloadfilename=fd/99/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/53/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:1e5392568b40c8d1c32501790055e0f5ab3e13b8b258cc39e389aa61ca65bfbf_populate_sysroot.tar.zst\nDEBUG: Using  for c0/f7/sstate:font-util::1.4.1:r0::11:c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b_populate_lic.tar.zst\nDEBUG: Using  for 0f/ba/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/93/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:a793612d54016c0c8a87c3cdfe85c11c7f4497b7e7b19d0fdd2b88a1cf891590_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/78/sstate:automake-native::1.16.5:r0::11:a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534_populate_lic.tar.zst\nDEBUG: Testing URL file://ee/aa/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://24/ab/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://89/54/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9_package_qa.tar.zst\nDEBUG: Testing URL file://c0/f7/sstate:font-util::1.4.1:r0::11:c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b_populate_lic.tar.zst\nDEBUG: Testing URL file://0f/ba/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/5b/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/af/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ee/aa/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 24/ab/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 89/54/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c0/f7/sstate:font-util::1.4.1:r0::11:c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0f/ba/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f3/5b/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e3/af/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ee/aa/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/aa/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.78.3%3Ar0%3Acore2-64%3A11%3Aeeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395_package_qa.tar.zst;downloadfilename=ee/aa/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395_package_qa.tar.zst\nDEBUG: Using  for 24/ab/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94_create_spdx.tar.zst\nDEBUG: Using  for 89/54/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9_package_qa.tar.zst\nDEBUG: For url file://c0/f7/sstate:font-util::1.4.1:r0::11:c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/f7/sstate%3Afont-util%3A%3A1.4.1%3Ar0%3A%3A11%3Ac0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b_populate_lic.tar.zst;downloadfilename=c0/f7/sstate:font-util::1.4.1:r0::11:c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b_populate_lic.tar.zst\nDEBUG: For url file://0f/ba/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/ba/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8_package.tar.zst;downloadfilename=0f/ba/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8_package.tar.zst\nDEBUG: Using  for f3/5b/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504_packagedata.tar.zst\nDEBUG: Using  for e3/af/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73_recipe_qa.tar.zst\nDEBUG: Testing URL file://24/ab/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94_create_spdx.tar.zst\nDEBUG: Testing URL file://89/54/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://90/1e/sstate:hicolor-icon-theme::0.17:r0::11:901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/f9/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:50f9caa76a0a6647154ad372ea0bb2a1e2e6693c46287cb817d08bffbf84d3bf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/99/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f3/5b/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504_packagedata.tar.zst\nDEBUG: Testing URL file://e3/af/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '24/ab/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '89/54/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3e/b6/sstate:python3-pytest::7.4.4:r0::11:3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/dd/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/ed/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f3/5b/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e3/af/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://24/ab/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/ab/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A11%3A24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94_create_spdx.tar.zst;downloadfilename=24/ab/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94_create_spdx.tar.zst\nDEBUG: For url file://89/54/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/54/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.4%3Ar0%3Acore2-64%3A11%3A895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9_package_qa.tar.zst;downloadfilename=89/54/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9_package_qa.tar.zst\nDEBUG: Searching for 3e/b6/sstate:python3-pytest::7.4.4:r0::11:3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b8/dd/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4a/ed/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f3/5b/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/5b/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.7.3%3Ar0%3Acore2-64%3A11%3Af35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504_packagedata.tar.zst;downloadfilename=f3/5b/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504_packagedata.tar.zst\nDEBUG: For url file://e3/af/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/af/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3Ae3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73_recipe_qa.tar.zst;downloadfilename=e3/af/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/aa/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395_package_qa.tar.zst\nDEBUG: Using  for 3e/b6/sstate:python3-pytest::7.4.4:r0::11:3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/f7/sstate:font-util::1.4.1:r0::11:c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b_populate_lic.tar.zst\nDEBUG: Using  for b8/dd/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da_populate_sysroot.tar.zst\nDEBUG: Using  for 4a/ed/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/75/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/ba/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0fbae9d513ed65301849adc2481685270279ada482db639bbeddbd96a9c6cbd8_package.tar.zst\nDEBUG: Testing URL file://3e/b6/sstate:python3-pytest::7.4.4:r0::11:3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/fc/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/b9/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9_package.tar.zst\nDEBUG: Testing URL file://b8/dd/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4a/ed/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f_create_spdx.tar.zst\nDEBUG: Searching for 6b/75/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://24/ab/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:11:24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/0b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3e/b6/sstate:python3-pytest::7.4.4:r0::11:3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://89/54/sstate:gnupg:core2-64-poky-linux:2.4.4:r0:core2-64:11:895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/aa/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802_package_qa.tar.zst\nDEBUG: Searching for 1b/b9/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b8/dd/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4a/ed/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6b/75/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8a/bb/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556_create_spdx.tar.zst\nDEBUG: Searching for 8b/0b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://3e/b6/sstate:python3-pytest::7.4.4:r0::11:3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/b6/sstate%3Apython3-pytest%3A%3A7.4.4%3Ar0%3A%3A11%3A3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5_populate_lic.tar.zst;downloadfilename=3e/b6/sstate:python3-pytest::7.4.4:r0::11:3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://13/69/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464_create_spdx.tar.zst\nDEBUG: Searching for fe/aa/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1b/b9/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9_package.tar.zst\nDEBUG: For url file://b8/dd/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/dd/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A11%3Ab8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da_populate_sysroot.tar.zst;downloadfilename=b8/dd/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da_populate_sysroot.tar.zst\nDEBUG: For url file://4a/ed/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/ed/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3A4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f_create_spdx.tar.zst;downloadfilename=4a/ed/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f_create_spdx.tar.zst\nDEBUG: Testing URL file://6b/75/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/8a/bb/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 8b/0b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 13/69/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fe/aa/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/5b/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504_packagedata.tar.zst\nDEBUG: Testing URL file://1b/b9/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9_package.tar.zst\nDEBUG: For url ['file', '', '6b/75/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e3/af/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:11:e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73_recipe_qa.tar.zst\nDEBUG: Using  for universal/8a/bb/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556_create_spdx.tar.zst\nDEBUG: Testing URL file://8b/0b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 13/69/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464_create_spdx.tar.zst\nDEBUG: Testing URL file://fe/aa/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2d/a6/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1b/b9/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6b/75/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/75/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938_create_runtime_spdx.tar.zst;downloadfilename=6b/75/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dc/0a/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/8a/bb/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8b/0b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://13/69/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fe/aa/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/2d/a6/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1b/b9/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/b9/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A11%3A1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9_package.tar.zst;downloadfilename=1b/b9/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9_package.tar.zst\nDEBUG: Searching for universal/dc/0a/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/8a/bb/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3e/b6/sstate:python3-pytest::7.4.4:r0::11:3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5_populate_lic.tar.zst\nDEBUG: For url file://8b/0b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/0b/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A11%3A8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43_deploy_source_date_epoch.tar.zst;downloadfilename=8b/0b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '13/69/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fe/aa/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/aa/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3Afeaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802_package_qa.tar.zst;downloadfilename=fe/aa/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802_package_qa.tar.zst\nDEBUG: Using  for universal/2d/a6/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501_create_spdx.tar.zst\nDEBUG: Using  for universal/dc/0a/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8_recipe_qa.tar.zst\nDEBUG: For url file://universal/8a/bb/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8a/bb/sstate%3Apopt-native%3Ax86_64-linux%3A1.19%3Ar0%3Ax86_64%3A11%3A8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556_create_spdx.tar.zst;downloadfilename=universal/8a/bb/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/dd/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:b8dd1c0a5232ba6692e3e1fb45ccb4f9cb0779b367e03b99016be55178c780da_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/9a/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49_package_qa.tar.zst\nDEBUG: For url file://13/69/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/69/sstate%3Amesa%3Acore2-64-poky-linux%3A23.3.5%3Ar0%3Acore2-64%3A11%3A13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464_create_spdx.tar.zst;downloadfilename=13/69/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/2d/a6/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://06/83/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:11:068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/dc/0a/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/58/sstate:systemtap::5.0:r0::11:f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/75/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938_create_runtime_spdx.tar.zst\nDEBUG: Searching for a3/9a/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ff/98/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/b9/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:11:1bb9dc1edb7cb74264f2d9c73bb0c452a161b1001aed8097db52ba11d5029da9_package.tar.zst\nDEBUG: For url ['file', '', 'universal/2d/a6/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://8b/0b/sstate:libunistring:core2-64-poky-linux:1.1:r0:core2-64:11:8b0bf4916a380e4eff6e4c25efa8510213f64ec6ff9d1932784e177c4e10de43_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/cb/sstate:libmnl::1.0.5:r0::11:6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/dc/0a/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f8/58/sstate:systemtap::5.0:r0::11:f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ca/e8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba_create_spdx.tar.zst\nDEBUG: Using  for a3/9a/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://09/c1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/f2/sstate:glib-2.0-native::2.78.3:r0::11:7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6_populate_lic.tar.zst\nDEBUG: For url file://universal/2d/a6/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/a6/sstate%3Apython3-setuptools-native%3Ax86_64-linux%3A69.0.3%3Ar0%3Ax86_64%3A11%3A2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501_create_spdx.tar.zst;downloadfilename=universal/2d/a6/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/aa/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b1/35/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b_populate_sysroot.tar.zst\nDEBUG: Searching for 6b/cb/sstate:libmnl::1.0.5:r0::11:6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/dc/0a/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/0a/sstate%3Atexinfo-dummy-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3Adc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8_recipe_qa.tar.zst;downloadfilename=universal/dc/0a/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8_recipe_qa.tar.zst\nDEBUG: Using  for f8/58/sstate:systemtap::5.0:r0::11:f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138_populate_lic.tar.zst\nDEBUG: Searching for ca/e8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://a3/9a/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49_package_qa.tar.zst\nDEBUG: Searching for 09/c1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7d/f2/sstate:glib-2.0-native::2.78.3:r0::11:7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://9f/a6/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/b1/35/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6b/cb/sstate:libmnl::1.0.5:r0::11:6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8_populate_lic.tar.zst\nDEBUG: Testing URL file://f8/58/sstate:systemtap::5.0:r0::11:f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138_populate_lic.tar.zst\nDEBUG: Using  for ca/e8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a3/9a/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 09/c1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e_create_spdx.tar.zst\nDEBUG: Using  for 7d/f2/sstate:glib-2.0-native::2.78.3:r0::11:7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6_populate_lic.tar.zst\nDEBUG: Searching for 9f/a6/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/b1/35/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6b/cb/sstate:libmnl::1.0.5:r0::11:6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f8/58/sstate:systemtap::5.0:r0::11:f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ca/e8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba_create_spdx.tar.zst\nDEBUG: For url file://a3/9a/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/9a/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3Aa39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49_package_qa.tar.zst;downloadfilename=a3/9a/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49_package_qa.tar.zst\nDEBUG: Testing URL file://09/c1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e_create_spdx.tar.zst\nDEBUG: Testing URL file://7d/f2/sstate:glib-2.0-native::2.78.3:r0::11:7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6_populate_lic.tar.zst\nDEBUG: Using  for 9f/a6/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b1/35/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6b/cb/sstate:libmnl::1.0.5:r0::11:6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/8a/bb/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556_create_spdx.tar.zst\nDEBUG: For url file://f8/58/sstate:systemtap::5.0:r0::11:f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/58/sstate%3Asystemtap%3A%3A5.0%3Ar0%3A%3A11%3Af8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138_populate_lic.tar.zst;downloadfilename=f8/58/sstate:systemtap::5.0:r0::11:f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ca/e8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '09/c1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7d/f2/sstate:glib-2.0-native::2.78.3:r0::11:7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9f/a6/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b1/35/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6b/cb/sstate:libmnl::1.0.5:r0::11:6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/cb/sstate%3Alibmnl%3A%3A1.0.5%3Ar0%3A%3A11%3A6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8_populate_lic.tar.zst;downloadfilename=6b/cb/sstate:libmnl::1.0.5:r0::11:6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://93/5c/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e_create_runtime_spdx.tar.zst\nDEBUG: For url file://ca/e8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/e8/sstate%3Aencodings%3Aall-poky-linux%3A1.0.7%3Ar0%3Aallarch%3A11%3Acae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba_create_spdx.tar.zst;downloadfilename=ca/e8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba_create_spdx.tar.zst\nDEBUG: For url file://09/c1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/c1/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.2%3Ar0%3Acore2-64%3A11%3A09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e_create_spdx.tar.zst;downloadfilename=09/c1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2d/a6/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dc/0a/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8_recipe_qa.tar.zst\nDEBUG: For url file://7d/f2/sstate:glib-2.0-native::2.78.3:r0::11:7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/f2/sstate%3Aglib-2.0-native%3A%3A2.78.3%3Ar0%3A%3A11%3A7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6_populate_lic.tar.zst;downloadfilename=7d/f2/sstate:glib-2.0-native::2.78.3:r0::11:7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9f/a6/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b1/35/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b1/35/sstate%3Apython3-more-itertools-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A11%3Ab135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b_populate_sysroot.tar.zst;downloadfilename=universal/b1/35/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b_populate_sysroot.tar.zst\nDEBUG: Searching for 93/5c/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://75/8f/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/9a/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/d7/sstate:vulkan-loader::1.3.268.0:r0::11:acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d_populate_lic.tar.zst\nDEBUG: For url file://9f/a6/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/a6/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3A9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade_deploy_source_date_epoch.tar.zst;downloadfilename=9f/a6/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 93/5c/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e_create_runtime_spdx.tar.zst\nDEBUG: Searching for 75/8f/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://cc/19/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/58/sstate:systemtap::5.0:r0::11:f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/cb/sstate:libmnl::1.0.5:r0::11:6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a2/76/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ac/d7/sstate:vulkan-loader::1.3.268.0:r0::11:acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://93/5c/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/e8/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba_create_spdx.tar.zst\nDEBUG: Using  for 75/8f/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/f7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://64/99/sstate:python3-jinja2::3.1.3:r0::11:64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/75/31/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/a2/76/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ac/d7/sstate:vulkan-loader::1.3.268.0:r0::11:acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '93/5c/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f6/49/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2_package_qa.tar.zst\nDEBUG: Testing URL file://75/8f/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78_create_runtime_spdx.tar.zst\nDEBUG: Searching for 95/f7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 64/99/sstate:python3-jinja2::3.1.3:r0::11:64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/75/31/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a2/76/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ac/d7/sstate:vulkan-loader::1.3.268.0:r0::11:acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d_populate_lic.tar.zst\nDEBUG: For url file://93/5c/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/5c/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A11%3A935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e_create_runtime_spdx.tar.zst;downloadfilename=93/5c/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e_create_runtime_spdx.tar.zst\nDEBUG: Searching for f6/49/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '75/8f/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7d/f2/sstate:glib-2.0-native::2.78.3:r0::11:7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6_populate_lic.tar.zst\nDEBUG: Using  for 95/f7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448_recipe_qa.tar.zst\nDEBUG: Using  for 64/99/sstate:python3-jinja2::3.1.3:r0::11:64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8_populate_lic.tar.zst\nDEBUG: Using  for universal/75/31/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/a2/76/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ac/d7/sstate:vulkan-loader::1.3.268.0:r0::11:acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f6/49/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2_package_qa.tar.zst\nDEBUG: For url file://75/8f/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/8f/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A11%3A758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78_create_runtime_spdx.tar.zst;downloadfilename=75/8f/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b1/35/sstate:python3-more-itertools-native:x86_64-linux:10.2.0:r0:x86_64:11:b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/d3/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f_package_qa.tar.zst\nDEBUG: Testing URL file://95/f7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448_recipe_qa.tar.zst\nDEBUG: Testing URL file://64/99/sstate:python3-jinja2::3.1.3:r0::11:64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/75/31/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/a2/76/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ac/d7/sstate:vulkan-loader::1.3.268.0:r0::11:acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/d7/sstate%3Avulkan-loader%3A%3A1.3.268.0%3Ar0%3A%3A11%3Aacd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d_populate_lic.tar.zst;downloadfilename=ac/d7/sstate:vulkan-loader::1.3.268.0:r0::11:acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d_populate_lic.tar.zst\nDEBUG: Testing URL file://f6/49/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/33/9f/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f4/d3/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9f/a6/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:9fa674798c68767d83e6dd742af6203cfe781125d8f3c986986f0d58a3ef0ade_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '95/f7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '64/99/sstate:python3-jinja2::3.1.3:r0::11:64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/75/31/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a2/76/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a2/76/sstate%3Alibpthread-stubs-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3Aa2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a2/76/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f6/49/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/33/9f/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f4/d3/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/44/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e_create_runtime_spdx.tar.zst\nDEBUG: For url file://95/f7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/f7/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A11%3A95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448_recipe_qa.tar.zst;downloadfilename=95/f7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448_recipe_qa.tar.zst\nDEBUG: For url file://64/99/sstate:python3-jinja2::3.1.3:r0::11:64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/99/sstate%3Apython3-jinja2%3A%3A3.1.3%3Ar0%3A%3A11%3A64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8_populate_lic.tar.zst;downloadfilename=64/99/sstate:python3-jinja2::3.1.3:r0::11:64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8_populate_lic.tar.zst\nDEBUG: For url file://universal/75/31/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/31/sstate%3Aexpat-native%3Ax86_64-linux%3A2.5.0%3Ar0%3Ax86_64%3A11%3A7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9_create_runtime_spdx.tar.zst;downloadfilename=universal/75/31/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9_create_runtime_spdx.tar.zst\nDEBUG: For url file://f6/49/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/49/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%3Ar0%3Aallarch%3A11%3Af649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2_package_qa.tar.zst;downloadfilename=f6/49/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2_package_qa.tar.zst\nDEBUG: Using  for universal/33/9f/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f4/d3/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f_package_qa.tar.zst\nDEBUG: Searching for 8e/44/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://75/8f/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:11:758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/33/9f/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/d7/sstate:vulkan-loader::1.3.268.0:r0::11:acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/ed/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:11:4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f4/d3/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8e/44/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/c5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/33/9f/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://27/ae/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://39/a2/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f4/d3/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/d3/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3Af4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f_package_qa.tar.zst;downloadfilename=f4/d3/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f_package_qa.tar.zst\nDEBUG: Testing URL file://8e/44/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a2/76/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2762c7aa8963a6a372e26a8c34f6b20fbaad69a73427e1848cd7e38f792ffa0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ae/c5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://95/f7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:11:95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448_recipe_qa.tar.zst\nDEBUG: For url file://universal/33/9f/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/9f/sstate%3Alibsdl2-native%3Ax86_64-linux%3A2.28.5%3Ar0%3Ax86_64%3A11%3A339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922_deploy_source_date_epoch.tar.zst;downloadfilename=universal/33/9f/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 27/ae/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 39/a2/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8e/44/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://47/f5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876_package_write_rpm.tar.zst\nDEBUG: Using  for ae/c5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://26/ac/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c_package.tar.zst\nDEBUG: Using  for 27/ae/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e_recipe_qa.tar.zst\nDEBUG: Using  for 39/a2/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://64/99/sstate:python3-jinja2::3.1.3:r0::11:64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/49/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/75/31/sstate:expat-native:x86_64-linux:2.5.0:r0:x86_64:11:7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9_create_runtime_spdx.tar.zst\nDEBUG: For url file://8e/44/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/44/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A11%3A8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e_create_runtime_spdx.tar.zst;downloadfilename=8e/44/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e_create_runtime_spdx.tar.zst\nDEBUG: Searching for 47/f5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ae/c5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306_create_runtime_spdx.tar.zst\nDEBUG: Searching for 26/ac/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://27/ae/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e_recipe_qa.tar.zst\nDEBUG: Testing URL file://39/a2/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/bf/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/2a/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/8e/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20_package.tar.zst\nDEBUG: Using  for 47/f5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ae/c5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 26/ac/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c_package.tar.zst\nDEBUG: For url ['file', '', '27/ae/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '39/a2/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0f/bf/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1b/2a/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e2/8e/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://47/f5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876_package_write_rpm.tar.zst\nDEBUG: For url file://ae/c5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/c5/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A11%3Aaec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306_create_runtime_spdx.tar.zst;downloadfilename=ae/c5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://26/ac/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/d3/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:11:f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f_package_qa.tar.zst\nDEBUG: For url file://27/ae/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/ae/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.30.0%3Ar0%3Acore2-64%3A11%3A27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e_recipe_qa.tar.zst;downloadfilename=27/ae/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e_recipe_qa.tar.zst\nDEBUG: For url file://39/a2/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/a2/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.0%3Ar0%3Acore2-64%3A11%3A39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c_deploy_source_date_epoch.tar.zst;downloadfilename=39/a2/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0f/bf/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091_create_runtime_spdx.tar.zst\nDEBUG: Using  for 1b/2a/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2_package_qa.tar.zst\nDEBUG: Using  for e2/8e/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20_package.tar.zst\nDEBUG: For url ['file', '', '47/f5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '26/ac/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f6/f7/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/33/9f/sstate:libsdl2-native:x86_64-linux:2.28.5:r0:x86_64:11:339fd03e0a2261554a85afb7a20ea962e329df257e91876d6b34882090be1922_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0f/bf/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1b/2a/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2_package_qa.tar.zst\nDEBUG: Testing URL file://e2/8e/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20_package.tar.zst\nDEBUG: For url file://47/f5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/f5/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.36%3Ar0%3Acore2-64%3A11%3A47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876_package_write_rpm.tar.zst;downloadfilename=47/f5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876_package_write_rpm.tar.zst\nDEBUG: For url file://26/ac/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/ac/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.7.1%3Ar0%3Acore2-64%3A11%3A26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c_package.tar.zst;downloadfilename=26/ac/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c_package.tar.zst\nDEBUG: Searching for f6/f7/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0b/1a/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '0f/bf/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1b/2a/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e2/8e/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f6/f7/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604_package_qa.tar.zst\nDEBUG: Searching for 0b/1a/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0f/bf/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/bf/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A11%3A0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091_create_runtime_spdx.tar.zst;downloadfilename=0f/bf/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091_create_runtime_spdx.tar.zst\nDEBUG: For url file://1b/2a/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/2a/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.11.5%3Ar0%3Acore2-64%3A11%3A1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2_package_qa.tar.zst;downloadfilename=1b/2a/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2_package_qa.tar.zst\nDEBUG: For url file://e2/8e/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/8e/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.69%3Ar0%3Acore2-64%3A11%3Ae28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20_package.tar.zst;downloadfilename=e2/8e/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20_package.tar.zst\nDEBUG: Testing URL file://f6/f7/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604_package_qa.tar.zst\nDEBUG: Using  for 0b/1a/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f6/f7/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0b/1a/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://27/ae/sstate:ttyrun:core2-64-poky-linux:2.30.0:r0:core2-64:11:27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e_recipe_qa.tar.zst\nDEBUG: For url file://f6/f7/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/f7/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.6%3Ar0%3Acore2-64%3A11%3Af6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604_package_qa.tar.zst;downloadfilename=f6/f7/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604_package_qa.tar.zst\nDEBUG: For url ['file', '', '0b/1a/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c6/8e/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://39/a2/sstate:glib-networking:core2-64-poky-linux:2.78.0:r0:core2-64:11:39a2c299875d1fb4a4d13afcc6fbef7beb5bebc25ff990d64c6489e727b5948c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0b/1a/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/1a/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A11%3A0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b_create_runtime_spdx.tar.zst;downloadfilename=0b/1a/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b_create_runtime_spdx.tar.zst\nDEBUG: Searching for c6/8e/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://99/14/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751_packagedata.tar.zst\nDEBUG: Using  for c6/8e/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6_package_write_rpm.tar.zst\nDEBUG: Searching for 99/14/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://26/ac/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:26ac24f0320a0627f70e34f14a75115079f4b680125301b1d96ce0a40ba2fe7c_package.tar.zst\nDEBUG: Testing URL file://c6/8e/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6_package_write_rpm.tar.zst\nDEBUG: Using  for 99/14/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/77/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f_package.tar.zst\nDEBUG: For url ['file', '', 'c6/8e/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://99/14/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751_packagedata.tar.zst\nDEBUG: Searching for ae/77/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c6/8e/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/8e/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3Ac68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6_package_write_rpm.tar.zst;downloadfilename=c6/8e/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '99/14/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ae/77/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f_package.tar.zst\nDEBUG: For url file://99/14/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/14/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A11%3A9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751_packagedata.tar.zst;downloadfilename=99/14/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/2a/sstate:libxml2:core2-64-poky-linux:2.11.5:r0:core2-64:11:1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2_package_qa.tar.zst\nDEBUG: Testing URL file://ae/77/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/bf/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/03/6a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/f7/sstate:psmisc:core2-64-poky-linux:23.6:r0:core2-64:11:f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ae/77/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e2/8e/sstate:libcap:core2-64-poky-linux:2.69:r0:core2-64:11:e28eeadc87b38c97a5267e40f21212d26a9f486d4935e728a8ebc314b117cd20_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/71/c2/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa_recipe_qa.tar.zst\nDEBUG: Searching for universal/03/6a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b5/4c/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a_create_runtime_spdx.tar.zst\nDEBUG: For url file://ae/77/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/77/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A11%3Aae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f_package.tar.zst;downloadfilename=ae/77/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://28/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773_create_spdx.tar.zst\nDEBUG: Searching for universal/71/c2/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/03/6a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335_create_runtime_spdx.tar.zst\nDEBUG: Searching for b5/4c/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 28/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/71/c2/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/03/6a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/1a/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://09/c1/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e_create_spdx.tar.zst\nDEBUG: Using  for b5/4c/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a_create_runtime_spdx.tar.zst\nDEBUG: Using  for 28/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/71/c2/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/03/6a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/49/11/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://44/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc_recipe_qa.tar.zst\nDEBUG: Testing URL file://b5/4c/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://28/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/71/c2/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c6/8e/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:11:c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6_package_write_rpm.tar.zst\nDEBUG: For url file://universal/03/6a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/6a/sstate%3Apython3-setuptools-native%3Ax86_64-linux%3A69.0.3%3Ar0%3Ax86_64%3A11%3A036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335_create_runtime_spdx.tar.zst;downloadfilename=universal/03/6a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/49/11/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 44/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b5/4c/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '28/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/71/c2/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/c2/sstate%3Alibidn2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A11%3A71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa_recipe_qa.tar.zst;downloadfilename=universal/71/c2/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://83/19/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438_create_spdx.tar.zst\nDEBUG: Using  for universal/49/11/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 44/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://99/14/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:11:9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751_packagedata.tar.zst\nDEBUG: For url file://b5/4c/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/4c/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.1%3Ar0%3Acore2-64%3A11%3Ab54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a_create_runtime_spdx.tar.zst;downloadfilename=b5/4c/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a_create_runtime_spdx.tar.zst\nDEBUG: For url file://28/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/62/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A11%3A2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773_create_spdx.tar.zst;downloadfilename=28/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773_create_spdx.tar.zst\nDEBUG: Searching for 83/19/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/49/11/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://93/5c/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:11:935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://44/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ab/a7/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/77/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:11:ae77148c0db0054c33c8a13ad3f14dd84e64afa9569cb87ad1b4f94e3480a85f_package.tar.zst\nDEBUG: Using  for 83/19/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/49/11/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://be/f8/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '44/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/ab/a7/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e0/42/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e_package_qa.tar.zst\nDEBUG: Testing URL file://83/19/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/03/6a/sstate:python3-setuptools-native:x86_64-linux:69.0.3:r0:x86_64:11:036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/49/11/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/11/sstate%3Apython3-trove-classifiers-native%3Ax86_64-linux%3A2024.1.8%3Ar0%3Ax86_64%3A11%3A491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2_deploy_source_date_epoch.tar.zst;downloadfilename=universal/49/11/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for be/f8/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://44/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/3e/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A11%3A443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc_recipe_qa.tar.zst;downloadfilename=44/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc_recipe_qa.tar.zst\nDEBUG: Using  for universal/ab/a7/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d_create_runtime_spdx.tar.zst\nDEBUG: Searching for e0/42/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '83/19/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://af/26/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8_recipe_qa.tar.zst\nDEBUG: Using  for be/f8/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/ab/a7/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d_create_runtime_spdx.tar.zst\nDEBUG: Using  for e0/42/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/71/c2/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa_recipe_qa.tar.zst\nDEBUG: For url file://83/19/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/19/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A11%3A83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438_create_spdx.tar.zst;downloadfilename=83/19/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/44/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:11:8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e_create_runtime_spdx.tar.zst\nDEBUG: Searching for af/26/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://be/f8/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ab/a7/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e0/42/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fb/85/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://08/2b/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2_package.tar.zst\nDEBUG: Using  for af/26/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'be/f8/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/ab/a7/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ab/a7/sstate%3Amakedevs-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A11%3Aaba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d_create_runtime_spdx.tar.zst;downloadfilename=universal/ab/a7/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e0/42/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/fb/85/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 08/2b/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://af/26/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8_recipe_qa.tar.zst\nDEBUG: For url file://be/f8/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/f8/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.38%3Ar0%3Acore2-64%3A11%3Abef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b_deploy_source_date_epoch.tar.zst;downloadfilename=be/f8/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e0/42/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/42/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A11%3Ae0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e_package_qa.tar.zst;downloadfilename=e0/42/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/49/11/sstate:python3-trove-classifiers-native:x86_64-linux:2024.1.8:r0:x86_64:11:491101fb7cee95440b6ab465eafbc1540d9dafcbabb51a3d47312ff80a962dd2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/fb/85/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 08/2b/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2_package.tar.zst\nDEBUG: For url ['file', '', 'af/26/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d2/5b/sstate:unifdef-native::2.12:r0::11:d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://44/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/fb/85/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://13/69/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464_create_spdx.tar.zst\nDEBUG: Testing URL file://08/2b/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2_package.tar.zst\nDEBUG: For url file://af/26/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/26/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3Aaf26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8_recipe_qa.tar.zst;downloadfilename=af/26/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8_recipe_qa.tar.zst\nDEBUG: Searching for d2/5b/sstate:unifdef-native::2.12:r0::11:d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/e8/5f/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/fb/85/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://39/f7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8_package_qa.tar.zst\nDEBUG: For url ['file', '', '08/2b/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d2/5b/sstate:unifdef-native::2.12:r0::11:d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0_populate_lic.tar.zst\nDEBUG: Searching for universal/e8/5f/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://83/19/sstate:mtdev:core2-64-poky-linux:1.1.6:r0:core2-64:11:83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438_create_spdx.tar.zst\nDEBUG: For url file://universal/fb/85/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fb/85/sstate%3Alibdnf-native%3Ax86_64-linux%3A0.72.0%3Ar0%3Ax86_64%3A11%3Afb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6_deploy_source_date_epoch.tar.zst;downloadfilename=universal/fb/85/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 39/f7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://08/2b/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/2b/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A11%3A082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2_package.tar.zst;downloadfilename=08/2b/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2_package.tar.zst\nDEBUG: Testing URL file://d2/5b/sstate:unifdef-native::2.12:r0::11:d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0_populate_lic.tar.zst\nDEBUG: Using  for universal/e8/5f/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/74/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155_packagedata.tar.zst\nDEBUG: Using  for 39/f7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ab/a7/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:11:aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd2/5b/sstate:unifdef-native::2.12:r0::11:d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e0/42/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://be/f8/sstate:gtk+3:core2-64-poky-linux:3.24.38:r0:core2-64:11:bef81bdcb0f1416a9e64c7c798662df33e05ce66c794c284e3729024c18fa52b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e8/5f/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://47/f5/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876_package_write_rpm.tar.zst\nDEBUG: Searching for 1f/74/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://39/f7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://02/9c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711_create_runtime_spdx.tar.zst\nDEBUG: For url file://d2/5b/sstate:unifdef-native::2.12:r0::11:d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/5b/sstate%3Aunifdef-native%3A%3A2.12%3Ar0%3A%3A11%3Ad25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0_populate_lic.tar.zst;downloadfilename=d2/5b/sstate:unifdef-native::2.12:r0::11:d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/fd/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/bb/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/e8/5f/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://4d/fb/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf_package.tar.zst\nDEBUG: Using  for 1f/74/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155_packagedata.tar.zst\nDEBUG: For url ['file', '', '39/f7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 02/9c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ec/fd/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cd/bb/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/e8/5f/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e8/5f/sstate%3Alibtasn1-native%3Ax86_64-linux%3A4.19.0%3Ar0%3Ax86_64%3A11%3Ae85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd_populate_sysroot.tar.zst;downloadfilename=universal/e8/5f/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://af/26/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:11:af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8_recipe_qa.tar.zst\nDEBUG: Searching for 4d/fb/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ae/c5/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:11:aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://1f/74/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155_packagedata.tar.zst\nDEBUG: For url file://39/f7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/f7/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A11%3A39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8_package_qa.tar.zst;downloadfilename=39/f7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8_package_qa.tar.zst\nDEBUG: Using  for 02/9c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711_create_runtime_spdx.tar.zst\nDEBUG: Using  for ec/fd/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52_package_write_rpm.tar.zst\nDEBUG: Using  for cd/bb/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/53/36/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fb/85/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:fb8551b7b1a1ec4e24ba5b2dbc71834d7f1d324efbfe8d7a7cd26ce82bd075d6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4d/fb/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f5/bb/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '1f/74/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://02/9c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://ec/fd/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52_package_write_rpm.tar.zst\nDEBUG: Testing URL file://cd/bb/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://08/2b/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:082b3dd06ddd6d8c828ebc8f221df85e14f1899701ef71e7d73a9f0a240a4aa2_package.tar.zst\nDEBUG: Searching for universal/53/36/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/da/19/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3_recipe_qa.tar.zst\nDEBUG: Testing URL file://4d/fb/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf_package.tar.zst\nDEBUG: Searching for universal/f5/bb/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1f/74/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/74/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3A1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155_packagedata.tar.zst;downloadfilename=1f/74/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155_packagedata.tar.zst\nDEBUG: For url ['file', '', '02/9c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ec/fd/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cd/bb/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/ea/ab/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/5b/sstate:unifdef-native::2.12:r0::11:d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0_populate_lic.tar.zst\nDEBUG: Using  for universal/53/36/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643_recipe_qa.tar.zst\nDEBUG: Searching for universal/da/19/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4d/fb/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f5/bb/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb_create_runtime_spdx.tar.zst\nDEBUG: For url file://02/9c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/9c/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3A029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711_create_runtime_spdx.tar.zst;downloadfilename=02/9c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711_create_runtime_spdx.tar.zst\nDEBUG: For url file://ec/fd/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/fd/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3Aecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52_package_write_rpm.tar.zst;downloadfilename=ec/fd/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52_package_write_rpm.tar.zst\nDEBUG: For url file://cd/bb/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/bb/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A11%3Acdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f_deploy_source_date_epoch.tar.zst;downloadfilename=cd/bb/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/ea/ab/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://03/2e/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/53/36/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643_recipe_qa.tar.zst\nDEBUG: Using  for universal/da/19/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3_recipe_qa.tar.zst\nDEBUG: For url file://4d/fb/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/fb/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.6%3Ar0%3Acore2-64%3A11%3A4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf_package.tar.zst;downloadfilename=4d/fb/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf_package.tar.zst\nDEBUG: Testing URL file://universal/f5/bb/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e8/5f/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://39/f7/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:11:39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8_package_qa.tar.zst\nDEBUG: Using  for universal/ea/ab/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835_create_spdx.tar.zst\nDEBUG: Searching for 03/2e/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/53/36/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/da/19/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f5/bb/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c4/68/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/d5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d_package.tar.zst\nDEBUG: Testing URL file://universal/ea/ab/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835_create_spdx.tar.zst\nDEBUG: Using  for 03/2e/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a_package_write_rpm.tar.zst\nDEBUG: For url file://universal/53/36/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/36/sstate%3Akern-tools-native%3Ax86_64-linux%3A0.3%2Bgit%3Ar0%3Ax86_64%3A11%3A5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643_recipe_qa.tar.zst;downloadfilename=universal/53/36/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/da/19/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/f5/bb/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f5/bb/sstate%3Alibxdamage-native%3Ax86_64-linux%3A1.1.6%3Ar0%3Ax86_64%3A11%3Af5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb_create_runtime_spdx.tar.zst;downloadfilename=universal/f5/bb/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb_create_runtime_spdx.tar.zst\nDEBUG: Searching for c4/68/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a3/d5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/ea/ab/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://03/2e/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a_package_write_rpm.tar.zst\nDEBUG: For url file://universal/da/19/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/19/sstate%3Are2c-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A11%3Ada1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3_recipe_qa.tar.zst;downloadfilename=universal/da/19/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3_recipe_qa.tar.zst\nDEBUG: Using  for c4/68/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7_package_write_rpm.tar.zst\nDEBUG: Using  for a3/d5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d_package.tar.zst\nDEBUG: For url file://universal/ea/ab/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/ab/sstate%3Atexinfo-dummy-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3Aeaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835_create_spdx.tar.zst;downloadfilename=universal/ea/ab/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://02/9c/sstate:xcb-proto:core2-64-poky-linux:1.16.0:r0:core2-64:11:029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/bb/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:cdbbfe9af4bb414209eb22b37bfa8b3f963c8a89c3bcf68fa4f49e6e9c45c47f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '03/2e/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ec/fd/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c4/68/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a3/d5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/fb/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:11:4dfb7cab0dd0f0130b85cde8388ca523e818c266356de0917b232dd6b55c70bf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/bf/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/9e/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933_package_write_rpm.tar.zst\nDEBUG: For url file://03/2e/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/2e/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a_package_write_rpm.tar.zst;downloadfilename=03/2e/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/17/5f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c4/68/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a3/d5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d6/c2/sstate:xcb-proto-native::1.16.0:r0::11:d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/36/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:5336b313ccf4588a26c5f1293eb457f067192c7cf09c46453e357892fff9c643_recipe_qa.tar.zst\nDEBUG: Searching for e0/bf/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c4/9e/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/f5/bb/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:11:f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/17/5f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://28/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:11:2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773_create_spdx.tar.zst\nDEBUG: For url file://c4/68/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/68/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A11%3Ac46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7_package_write_rpm.tar.zst;downloadfilename=c4/68/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7_package_write_rpm.tar.zst\nDEBUG: For url file://a3/d5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/d5/sstate%3Aicu%3Acore2-64-poky-linux%3A74-1%3Ar0%3Acore2-64%3A11%3Aa3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d_package.tar.zst;downloadfilename=a3/d5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/19/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:11:da1929f94eaaa30ee12cd289c607992bac453641f795337915ab1e407c77d5c3_recipe_qa.tar.zst\nDEBUG: Searching for d6/c2/sstate:xcb-proto-native::1.16.0:r0::11:d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b8/74/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb_package_qa.tar.zst\nDEBUG: Using  for e0/bf/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c4/9e/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/8f/sstate:readline-native::8.2:r0::11:6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d_populate_lic.tar.zst\nDEBUG: Using  for universal/17/5f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/09/49/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ea/ab/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:11:eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst\nDEBUG: Using  for d6/c2/sstate:xcb-proto-native::1.16.0:r0::11:d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191_populate_lic.tar.zst\nDEBUG: Searching for b8/74/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e0/bf/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c4/9e/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933_package_write_rpm.tar.zst\nDEBUG: Searching for 6d/8f/sstate:readline-native::8.2:r0::11:6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/17/5f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff_create_spdx.tar.zst\nDEBUG: Searching for universal/09/49/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1b/d4/sstate:bzip2-native::1.0.8:r0::11:1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4_populate_lic.tar.zst\nDEBUG: Searching for 21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://d6/c2/sstate:xcb-proto-native::1.16.0:r0::11:d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191_populate_lic.tar.zst\nDEBUG: Using  for b8/74/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e0/bf/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c4/9e/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6d/8f/sstate:readline-native::8.2:r0::11:6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/17/5f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/09/49/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1b/d4/sstate:bzip2-native::1.0.8:r0::11:1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst\nDEBUG: For url ['file', '', 'd6/c2/sstate:xcb-proto-native::1.16.0:r0::11:d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b8/74/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb_package_qa.tar.zst\nDEBUG: For url file://e0/bf/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/bf/sstate%3Aicu%3Acore2-64-poky-linux%3A74-1%3Ar0%3Acore2-64%3A11%3Ae0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77_deploy_source_date_epoch.tar.zst;downloadfilename=e0/bf/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c4/9e/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/9e/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A11%3Ac49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933_package_write_rpm.tar.zst;downloadfilename=c4/9e/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6d/8f/sstate:readline-native::8.2:r0::11:6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d_populate_lic.tar.zst\nDEBUG: For url file://universal/17/5f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/17/5f/sstate%3Agperf-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A11%3A175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff_create_spdx.tar.zst;downloadfilename=universal/17/5f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/09/49/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1b/d4/sstate:bzip2-native::1.0.8:r0::11:1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4_populate_lic.tar.zst\nDEBUG: Testing URL file://21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst\nDEBUG: For url file://d6/c2/sstate:xcb-proto-native::1.16.0:r0::11:d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/c2/sstate%3Axcb-proto-native%3A%3A1.16.0%3Ar0%3A%3A11%3Ad6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191_populate_lic.tar.zst;downloadfilename=d6/c2/sstate:xcb-proto-native::1.16.0:r0::11:d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b8/74/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6d/8f/sstate:readline-native::8.2:r0::11:6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/09/49/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1b/d4/sstate:bzip2-native::1.0.8:r0::11:1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/d5/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:a3d592d5dc644bcf02526db88a9dbccbf7e12b7e12384cc9aa4d9ce1c4b9d98d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/68/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:11:c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b8/74/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/74/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A11%3Ab8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb_package_qa.tar.zst;downloadfilename=b8/74/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb_package_qa.tar.zst\nDEBUG: For url file://6d/8f/sstate:readline-native::8.2:r0::11:6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/8f/sstate%3Areadline-native%3A%3A8.2%3Ar0%3A%3A11%3A6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d_populate_lic.tar.zst;downloadfilename=6d/8f/sstate:readline-native::8.2:r0::11:6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d_populate_lic.tar.zst\nDEBUG: For url file://universal/09/49/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/09/49/sstate%3Apython3-hatchling-native%3Ax86_64-linux%3A1.21.0%3Ar0%3Ax86_64%3A11%3A0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173_deploy_source_date_epoch.tar.zst;downloadfilename=universal/09/49/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/4c/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '1b/d4/sstate:bzip2-native::1.0.8:r0::11:1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e6/c6/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://00/45/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5_create_runtime_spdx.tar.zst\nDEBUG: For url file://21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/24/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3A21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst;downloadfilename=21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/bf/sstate:icu:core2-64-poky-linux:74-1:r0:core2-64:11:e0bf5286a92a5c00267d4bfa96a56468f7da7c30e2b69a6b529d0a07e782af77_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/9e/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/7b/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/17/5f/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:11:175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff_create_spdx.tar.zst\nDEBUG: For url file://1b/d4/sstate:bzip2-native::1.0.8:r0::11:1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/d4/sstate%3Abzip2-native%3A%3A1.0.8%3Ar0%3A%3A11%3A1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4_populate_lic.tar.zst;downloadfilename=1b/d4/sstate:bzip2-native::1.0.8:r0::11:1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4_populate_lic.tar.zst\nDEBUG: Searching for e6/c6/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 00/45/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f1/82/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/c2/sstate:xcb-proto-native::1.16.0:r0::11:d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/33/ac/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32_create_spdx.tar.zst\nDEBUG: Searching for 6c/7b/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://79/34/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a_create_runtime_spdx.tar.zst\nDEBUG: Using  for e6/c6/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758_packagedata.tar.zst\nDEBUG: Using  for 00/45/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/74/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb_package_qa.tar.zst\nDEBUG: Searching for f1/82/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://69/74/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75_packagedata.tar.zst\nDEBUG: Searching for universal/33/ac/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6c/7b/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0_package_qa.tar.zst\nDEBUG: Searching for 79/34/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e6/c6/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758_packagedata.tar.zst\nDEBUG: Testing URL file://00/45/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/8f/sstate:readline-native::8.2:r0::11:6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://77/14/sstate:avahi::0.8:r0::11:7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64_populate_lic.tar.zst\nDEBUG: Using  for f1/82/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2_packagedata.tar.zst\nDEBUG: Searching for 69/74/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/33/ac/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32_create_spdx.tar.zst\nDEBUG: Testing URL file://6c/7b/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0_package_qa.tar.zst\nDEBUG: Using  for 79/34/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e6/c6/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '00/45/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://36/de/sstate:libgcrypt-native::1.10.3:r0::11:36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894_populate_lic.tar.zst\nDEBUG: Searching for 77/14/sstate:avahi::0.8:r0::11:7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f1/82/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2_packagedata.tar.zst\nDEBUG: Using  for 69/74/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75_packagedata.tar.zst\nDEBUG: Testing URL file://universal/33/ac/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/7b/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/09/49/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:0949fb4e1dbc606aa88b0f77a823b0e0cbeca0bd7e3b9a0d4f6a9ebb683b1173_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://79/34/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a_create_runtime_spdx.tar.zst\nDEBUG: For url file://e6/c6/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/c6/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.4%3Ar0%3Acore2-64%3A11%3Ae6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758_packagedata.tar.zst;downloadfilename=e6/c6/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758_packagedata.tar.zst\nDEBUG: For url file://00/45/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/45/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.3%3Ar0%3Acore2-64%3A11%3A00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5_create_runtime_spdx.tar.zst;downloadfilename=00/45/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5_create_runtime_spdx.tar.zst\nDEBUG: Searching for 36/de/sstate:libgcrypt-native::1.10.3:r0::11:36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 77/14/sstate:avahi::0.8:r0::11:7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f1/82/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://69/74/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/33/ac/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6c/7b/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/7b/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.189%3Ar0%3Acore2-64%3A11%3A6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0_package_qa.tar.zst;downloadfilename=6c/7b/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/72/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '79/34/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 36/de/sstate:libgcrypt-native::1.10.3:r0::11:36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894_populate_lic.tar.zst\nDEBUG: Testing URL file://77/14/sstate:avahi::0.8:r0::11:7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64_populate_lic.tar.zst\nDEBUG: For url file://f1/82/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/82/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A11%3Af182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2_packagedata.tar.zst;downloadfilename=f1/82/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2_packagedata.tar.zst\nDEBUG: For url ['file', '', '69/74/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/33/ac/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/ac/sstate%3Aboost-build-native%3Ax86_64-linux%3A1.83.0%3Ar0%3Ax86_64%3A11%3A33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32_create_spdx.tar.zst;downloadfilename=universal/33/ac/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32_create_spdx.tar.zst\nDEBUG: Searching for universal/72/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://79/34/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/34/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.1%3Ar0%3Acore2-64%3A11%3A79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a_create_runtime_spdx.tar.zst;downloadfilename=79/34/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/d4/sstate:bzip2-native::1.0.8:r0::11:1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4_populate_lic.tar.zst\nDEBUG: Testing URL file://36/de/sstate:libgcrypt-native::1.10.3:r0::11:36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894_populate_lic.tar.zst\nDEBUG: For url ['file', '', '77/14/sstate:avahi::0.8:r0::11:7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://69/74/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/74/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A11%3A6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75_packagedata.tar.zst;downloadfilename=69/74/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75_packagedata.tar.zst\nDEBUG: Using  for universal/72/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/0f/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/c6/sstate:libcap-ng:core2-64-poky-linux:0.8.4:r0:core2-64:11:e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758_packagedata.tar.zst\nDEBUG: For url ['file', '', '36/de/sstate:libgcrypt-native::1.10.3:r0::11:36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://77/14/sstate:avahi::0.8:r0::11:7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/14/sstate%3Aavahi%3A%3A0.8%3Ar0%3A%3A11%3A7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64_populate_lic.tar.zst;downloadfilename=77/14/sstate:avahi::0.8:r0::11:7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/72/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5_create_runtime_spdx.tar.zst\nDEBUG: Searching for 7d/0f/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://76/93/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87_packagedata.tar.zst\nDEBUG: For url file://36/de/sstate:libgcrypt-native::1.10.3:r0::11:36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/de/sstate%3Alibgcrypt-native%3A%3A1.10.3%3Ar0%3A%3A11%3A36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894_populate_lic.tar.zst;downloadfilename=36/de/sstate:libgcrypt-native::1.10.3:r0::11:36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/72/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7d/0f/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/7b/sstate:elfutils:core2-64-poky-linux:0.189:r0:core2-64:11:6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0_package_qa.tar.zst\nDEBUG: Searching for 76/93/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://f1/82/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:11:f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2_packagedata.tar.zst\nDEBUG: For url file://universal/72/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/22/sstate%3Akern-tools-native%3Ax86_64-linux%3A0.3%2Bgit%3Ar0%3Ax86_64%3A11%3A722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5_create_runtime_spdx.tar.zst;downloadfilename=universal/72/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7d/0f/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/33/ac/sstate:boost-build-native:x86_64-linux:1.83.0:r0:x86_64:11:33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/22/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f_create_runtime_spdx.tar.zst\nDEBUG: Using  for 76/93/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/a3/sstate:libidn2-native::2.3.7:r0::11:a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7d/0f/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ac/0e/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b_populate_sysroot.tar.zst\nDEBUG: Searching for e2/22/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://76/93/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87_packagedata.tar.zst\nDEBUG: Searching for a0/a3/sstate:libidn2-native::2.3.7:r0::11:a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://7d/0f/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/0f/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.11%3Ar0%3Acore2-64%3A11%3A7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b_deploy_source_date_epoch.tar.zst;downloadfilename=7d/0f/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ac/0e/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e2/22/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '76/93/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a0/a3/sstate:libidn2-native::2.3.7:r0::11:a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3_populate_lic.tar.zst\nDEBUG: Using  for ac/0e/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://69/74/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:11:6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75_packagedata.tar.zst\nDEBUG: Testing URL file://e2/22/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f_create_runtime_spdx.tar.zst\nDEBUG: For url file://76/93/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/93/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87_packagedata.tar.zst;downloadfilename=76/93/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87_packagedata.tar.zst\nDEBUG: Testing URL file://a0/a3/sstate:libidn2-native::2.3.7:r0::11:a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3_populate_lic.tar.zst\nDEBUG: Testing URL file://ac/0e/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/74/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/c4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'e2/22/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a0/a3/sstate:libidn2-native::2.3.7:r0::11:a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ac/0e/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://77/14/sstate:avahi::0.8:r0::11:7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://36/de/sstate:libgcrypt-native::1.10.3:r0::11:36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://84/53/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94_recipe_qa.tar.zst\nDEBUG: Searching for 5c/c4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e2/22/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/22/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.1%3Ar0%3Acore2-64%3A11%3Ae2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f_create_runtime_spdx.tar.zst;downloadfilename=e2/22/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f_create_runtime_spdx.tar.zst\nDEBUG: For url file://a0/a3/sstate:libidn2-native::2.3.7:r0::11:a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/a3/sstate%3Alibidn2-native%3A%3A2.3.7%3Ar0%3A%3A11%3Aa0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3_populate_lic.tar.zst;downloadfilename=a0/a3/sstate:libidn2-native::2.3.7:r0::11:a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3_populate_lic.tar.zst\nDEBUG: For url file://ac/0e/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/0e/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.32%3Ar0%3Aallarch%3A11%3Aac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b_populate_sysroot.tar.zst;downloadfilename=ac/0e/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/76/01/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/e0/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037_package_write_rpm.tar.zst\nDEBUG: Searching for 84/53/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5c/c4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/72/22/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:11:722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/76/01/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://7d/0f/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:7d0f8238117adfc2d83b82393abf45aa3e0e57e0bdde0af0f7e47fa3fb7b8e1b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fc/e0/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 84/53/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94_recipe_qa.tar.zst\nDEBUG: Testing URL file://5c/c4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/36/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/76/01/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/d4/sstate:net-tools::2.10:r0::11:9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf_populate_lic.tar.zst\nDEBUG: Using  for fc/e0/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037_package_write_rpm.tar.zst\nDEBUG: Testing URL file://84/53/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5c/c4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/24/36/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/76/01/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9e/d4/sstate:net-tools::2.10:r0::11:9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fc/e0/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://76/93/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87_packagedata.tar.zst\nDEBUG: For url ['file', '', '84/53/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5c/c4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/c4/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3A5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408_create_runtime_spdx.tar.zst;downloadfilename=5c/c4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/24/36/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/76/01/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9e/d4/sstate:net-tools::2.10:r0::11:9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fc/e0/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://89/1b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459_create_spdx.tar.zst\nDEBUG: For url file://84/53/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/53/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94_recipe_qa.tar.zst;downloadfilename=84/53/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/24/36/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/76/01/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/01/sstate%3Alibcap-native%3Ax86_64-linux%3A2.69%3Ar0%3Ax86_64%3A11%3A76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/76/01/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/22/sstate:cronie:core2-64-poky-linux:1.7.1:r0:core2-64:11:e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://9e/d4/sstate:net-tools::2.10:r0::11:9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf_populate_lic.tar.zst\nDEBUG: For url file://fc/e0/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/e0/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Afce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037_package_write_rpm.tar.zst;downloadfilename=fc/e0/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037_package_write_rpm.tar.zst\nDEBUG: Searching for 89/1b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/24/36/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ca/b1/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.22.9:r0:core2-64:11:cab102062ef793e1e4b30194d40f695770a21158f8bc434ba1f72b7e55f96215_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/0e/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:ac0e814a831853ef3002c164c7e3f6419f78a7c49a6d17aff0b9655c6b08419b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://27/56/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/a3/sstate:libidn2-native::2.3.7:r0::11:a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9e/d4/sstate:net-tools::2.10:r0::11:9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 89/1b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459_create_spdx.tar.zst\nDEBUG: For url file://universal/24/36/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/36/sstate%3Alibrepo-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f_create_runtime_spdx.tar.zst;downloadfilename=universal/24/36/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/c4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://11/a8/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://40/0b/sstate:iproute2::6.7.0:r0::11:400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2_populate_lic.tar.zst\nDEBUG: Searching for 27/56/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://05/70/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a_package.tar.zst\nDEBUG: For url file://9e/d4/sstate:net-tools::2.10:r0::11:9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/d4/sstate%3Anet-tools%3A%3A2.10%3Ar0%3A%3A11%3A9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf_populate_lic.tar.zst;downloadfilename=9e/d4/sstate:net-tools::2.10:r0::11:9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf_populate_lic.tar.zst\nDEBUG: Testing URL file://89/1b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/5b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc_package_write_rpm.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://84/53/sstate:logrotate:core2-64-poky-linux:3.21.0:r0:core2-64:11:84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94_recipe_qa.tar.zst\nDEBUG: Searching for 11/a8/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 40/0b/sstate:iproute2::6.7.0:r0::11:400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 27/56/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24_package_qa.tar.zst\nDEBUG: Searching for 05/70/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '89/1b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c1/5b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/76/01/sstate:libcap-native:x86_64-linux:2.69:r0:x86_64:11:76013a22e0e46af3384ca2c5ec38783127c8c2abcdca6f3617d83b1e4f3f0e4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4_packagedata.tar.zst\nDEBUG: Using  for 11/a8/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 40/0b/sstate:iproute2::6.7.0:r0::11:400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2_populate_lic.tar.zst\nDEBUG: Testing URL file://27/56/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24_package_qa.tar.zst\nDEBUG: Using  for 05/70/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a_package.tar.zst\nDEBUG: For url file://89/1b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/1b/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3A891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459_create_spdx.tar.zst;downloadfilename=89/1b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459_create_spdx.tar.zst\nDEBUG: Using  for c1/5b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://54/56/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1_create_runtime_spdx.tar.zst\nDEBUG: Searching for b3/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://11/a8/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://40/0b/sstate:iproute2::6.7.0:r0::11:400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2_populate_lic.tar.zst\nDEBUG: For url ['file', '', '27/56/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://05/70/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a_package.tar.zst\nDEBUG: Testing URL file://c1/5b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/e0/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037_package_write_rpm.tar.zst\nDEBUG: Searching for 54/56/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/24/36/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f_create_runtime_spdx.tar.zst\nDEBUG: Using  for b3/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4_packagedata.tar.zst\nDEBUG: For url ['file', '', '11/a8/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '40/0b/sstate:iproute2::6.7.0:r0::11:400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://27/56/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/56/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A11%3A2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24_package_qa.tar.zst;downloadfilename=27/56/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24_package_qa.tar.zst\nDEBUG: For url ['file', '', '05/70/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c1/5b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8b/e7/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5_create_spdx.tar.zst\nDEBUG: Using  for 54/56/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/3e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a_create_spdx.tar.zst\nDEBUG: Testing URL file://b3/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4_packagedata.tar.zst\nDEBUG: For url file://11/a8/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/a8/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0_deploy_source_date_epoch.tar.zst;downloadfilename=11/a8/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://40/0b/sstate:iproute2::6.7.0:r0::11:400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/0b/sstate%3Aiproute2%3A%3A6.7.0%3Ar0%3A%3A11%3A400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2_populate_lic.tar.zst;downloadfilename=40/0b/sstate:iproute2::6.7.0:r0::11:400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2_populate_lic.tar.zst\nDEBUG: For url file://05/70/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/70/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a_package.tar.zst;downloadfilename=05/70/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a_package.tar.zst\nDEBUG: For url file://c1/5b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/5b/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3Ac15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc_package_write_rpm.tar.zst;downloadfilename=c1/5b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc_package_write_rpm.tar.zst\nDEBUG: Searching for 8b/e7/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://9e/d4/sstate:net-tools::2.10:r0::11:9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf_populate_lic.tar.zst\nDEBUG: Testing URL file://54/56/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 6d/3e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b3/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst: HTTP Error 404: Not Found\nDEBUG: Using  for 8b/e7/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://89/1b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:11:891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://00/45/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/2e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '54/56/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6d/3e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a_create_spdx.tar.zst\nDEBUG: For url file://b3/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/dc/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A11%3Ab3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4_packagedata.tar.zst;downloadfilename=b3/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4_packagedata.tar.zst\nDEBUG: Testing URL file://8b/e7/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5_create_spdx.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst (FetchError(\"URL doesn't work\", 'file://21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://21/24/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:21245b6eb6467ec59f7696e990b8060079b7ed400c493ab39139c5855f344e92_shared_workdir.tar.zst'. URL doesn't work\n\nDEBUG: SState: Successful fetch test for file://27/56/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:11:2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/b6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://79/9f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979_package.tar.zst\nDEBUG: Searching for 3f/2e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://54/56/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/56/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A11%3A5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1_create_runtime_spdx.tar.zst;downloadfilename=54/56/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6d/3e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8b/e7/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://46/97/sstate:python3-tomli-native::2.0.1:r0::11:4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://11/a8/sstate:expat:core2-64-poky-linux:2.5.0:r0:core2-64:11:11a8af8d332e0a1a600d229a04078d8baf6f2d9a7abb93b36583e9e35573abf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://10/64/sstate:xkbcomp::1.4.6:r0::11:10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44_populate_lic.tar.zst\nDEBUG: Searching for f1/b6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 79/9f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3f/2e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6d/3e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8b/e7/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/e7/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A11%3A8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5_create_spdx.tar.zst;downloadfilename=8b/e7/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/0b/sstate:iproute2::6.7.0:r0::11:400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://05/70/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:0570f1574530d906dfe5279951037c58103ffbfbbd48493b9f0de434bc918f8a_package.tar.zst\nDEBUG: Searching for 46/97/sstate:python3-tomli-native::2.0.1:r0::11:4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://38/7c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63_packagedata.tar.zst\nDEBUG: Searching for 10/64/sstate:xkbcomp::1.4.6:r0::11:10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f1/b6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f_package_qa.tar.zst\nDEBUG: Using  for 79/9f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979_package.tar.zst\nDEBUG: Testing URL file://3f/2e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9_create_runtime_spdx.tar.zst\nDEBUG: For url file://6d/3e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/3e/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a_create_spdx.tar.zst;downloadfilename=6d/3e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/5e/sstate:alsa-lib::1.2.10:r0::11:ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/5b/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/4f/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 46/97/sstate:python3-tomli-native::2.0.1:r0::11:4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1_populate_lic.tar.zst\nDEBUG: Searching for 38/7c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 10/64/sstate:xkbcomp::1.4.6:r0::11:10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44_populate_lic.tar.zst\nDEBUG: Testing URL file://f1/b6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f_package_qa.tar.zst\nDEBUG: Testing URL file://79/9f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979_package.tar.zst\nDEBUG: For url ['file', '', '3f/2e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://79/34/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a_create_runtime_spdx.tar.zst\nDEBUG: Searching for ea/5e/sstate:alsa-lib::1.2.10:r0::11:ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b3/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:11:b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/10/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f_recipe_qa.tar.zst\nDEBUG: Searching for 3d/4f/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://46/97/sstate:python3-tomli-native::2.0.1:r0::11:4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1_populate_lic.tar.zst\nDEBUG: Using  for 38/7c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63_packagedata.tar.zst\nDEBUG: Testing URL file://10/64/sstate:xkbcomp::1.4.6:r0::11:10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f1/b6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '79/9f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3f/2e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/2e/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9_create_runtime_spdx.tar.zst;downloadfilename=3f/2e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/7a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9_create_spdx.tar.zst\nDEBUG: Using  for ea/5e/sstate:alsa-lib::1.2.10:r0::11:ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/d3/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d_create_runtime_spdx.tar.zst\nDEBUG: Searching for 2b/10/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3d/4f/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '46/97/sstate:python3-tomli-native::2.0.1:r0::11:4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://38/7c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63_packagedata.tar.zst\nDEBUG: For url ['file', '', '10/64/sstate:xkbcomp::1.4.6:r0::11:10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f1/b6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/b6/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Af1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f_package_qa.tar.zst;downloadfilename=f1/b6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f_package_qa.tar.zst\nDEBUG: For url file://79/9f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/9f/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.3%3Ar0%3Acore2-64%3A11%3A799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979_package.tar.zst;downloadfilename=79/9f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979_package.tar.zst\nDEBUG: Searching for f5/7a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ea/5e/sstate:alsa-lib::1.2.10:r0::11:ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa_populate_lic.tar.zst\nDEBUG: Searching for 3b/d3/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2b/10/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/4f/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://46/97/sstate:python3-tomli-native::2.0.1:r0::11:4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/97/sstate%3Apython3-tomli-native%3A%3A2.0.1%3Ar0%3A%3A11%3A4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1_populate_lic.tar.zst;downloadfilename=46/97/sstate:python3-tomli-native::2.0.1:r0::11:4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '38/7c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://10/64/sstate:xkbcomp::1.4.6:r0::11:10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/64/sstate%3Axkbcomp%3A%3A1.4.6%3Ar0%3A%3A11%3A10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44_populate_lic.tar.zst;downloadfilename=10/64/sstate:xkbcomp::1.4.6:r0::11:10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44_populate_lic.tar.zst\nDEBUG: Using  for f5/7a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ea/5e/sstate:alsa-lib::1.2.10:r0::11:ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3b/d3/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://2b/10/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3d/4f/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://38/7c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/7c/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63_packagedata.tar.zst;downloadfilename=38/7c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63_packagedata.tar.zst\nDEBUG: Testing URL file://f5/7a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9_create_spdx.tar.zst\nDEBUG: For url file://ea/5e/sstate:alsa-lib::1.2.10:r0::11:ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/5e/sstate%3Aalsa-lib%3A%3A1.2.10%3Ar0%3A%3A11%3Aea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa_populate_lic.tar.zst;downloadfilename=ea/5e/sstate:alsa-lib::1.2.10:r0::11:ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa_populate_lic.tar.zst\nDEBUG: Testing URL file://3b/d3/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '2b/10/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3d/4f/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/4f/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst;downloadfilename=3d/4f/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f5/7a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3b/d3/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://79/9f/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:799ffbe6859c04a23db2fefe01a76efeaf462b2e7bfc36c51f9c54775d1ed979_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/b6/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:11:f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://46/97/sstate:python3-tomli-native::2.0.1:r0::11:4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1_populate_lic.tar.zst\nDEBUG: For url file://2b/10/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/10/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.33.2%3Ar0%3Acore2-64%3A11%3A2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f_recipe_qa.tar.zst;downloadfilename=2b/10/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f_recipe_qa.tar.zst\nDEBUG: For url file://f5/7a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/7a/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3Af57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9_create_spdx.tar.zst;downloadfilename=f5/7a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9_create_spdx.tar.zst\nDEBUG: For url file://3b/d3/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/d3/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A11%3A3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d_create_runtime_spdx.tar.zst;downloadfilename=3b/d3/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://db/19/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/8f/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c1/32/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://10/64/sstate:xkbcomp::1.4.6:r0::11:10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://38/7c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63_packagedata.tar.zst\nDEBUG: Searching for db/19/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6f/8f/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c1/32/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://ea/5e/sstate:alsa-lib::1.2.10:r0::11:ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://12/73/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/75/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91_package.tar.zst\nDEBUG: Using  for db/19/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c_packagedata.tar.zst\nDEBUG: Using  for 6f/8f/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f_create_spdx.tar.zst\nDEBUG: Using  for universal/c1/32/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/af/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579_packagedata.tar.zst\nDEBUG: Searching for 12/73/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for bc/75/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://db/19/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c_packagedata.tar.zst\nDEBUG: Testing URL file://6f/8f/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/c1/32/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779_recipe_qa.tar.zst\nDEBUG: Searching for d7/af/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 12/73/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb_package_qa.tar.zst\nDEBUG: Using  for bc/75/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91_package.tar.zst\nDEBUG: For url ['file', '', 'db/19/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6f/8f/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c1/32/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d7/af/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579_packagedata.tar.zst\nDEBUG: Testing URL file://12/73/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb_package_qa.tar.zst\nDEBUG: Testing URL file://bc/75/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91_package.tar.zst\nDEBUG: For url file://db/19/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/19/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A11%3Adb1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c_packagedata.tar.zst;downloadfilename=db/19/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c_packagedata.tar.zst\nDEBUG: For url file://6f/8f/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/8f/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3A6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f_create_spdx.tar.zst;downloadfilename=6f/8f/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f_create_spdx.tar.zst\nDEBUG: For url file://universal/c1/32/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/32/sstate%3Alua-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A11%3Ac1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779_recipe_qa.tar.zst;downloadfilename=universal/c1/32/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779_recipe_qa.tar.zst\nDEBUG: Testing URL file://d7/af/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579_packagedata.tar.zst\nDEBUG: For url ['file', '', '12/73/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bc/75/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3d/4f/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:11:3d4f68a5cf5e41a4cb2f3bbf09d368e93f590cfbdf94ef14f2b04611ac653b0b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd7/af/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://2b/10/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f_recipe_qa.tar.zst\nDEBUG: For url file://12/73/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/73/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.36%3Ar0%3Acore2-64%3A11%3A1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb_package_qa.tar.zst;downloadfilename=12/73/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb_package_qa.tar.zst\nDEBUG: For url file://bc/75/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/75/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3Abc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91_package.tar.zst;downloadfilename=bc/75/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/7a/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://83/ea/sstate:graphene::1.10.8:r0::11:83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca_populate_lic.tar.zst\nDEBUG: For url file://d7/af/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/af/sstate%3Aencodings%3Aall-poky-linux%3A1.0.7%3Ar0%3Aallarch%3A11%3Ad7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579_packagedata.tar.zst;downloadfilename=d7/af/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/40/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://55/43/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 83/ea/sstate:graphene::1.10.8:r0::11:83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b4/40/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://db/19/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:11:db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c_packagedata.tar.zst\nDEBUG: Searching for 55/43/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 83/ea/sstate:graphene::1.10.8:r0::11:83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca_populate_lic.tar.zst\nDEBUG: Using  for b4/40/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/16/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750_create_runtime_spdx.tar.zst\nDEBUG: Using  for 55/43/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://83/ea/sstate:graphene::1.10.8:r0::11:83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca_populate_lic.tar.zst\nDEBUG: Testing URL file://b4/40/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823_recipe_qa.tar.zst\nDEBUG: Searching for 2a/16/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://55/43/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '83/ea/sstate:graphene::1.10.8:r0::11:83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b4/40/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2a/16/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '55/43/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://83/ea/sstate:graphene::1.10.8:r0::11:83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/ea/sstate%3Agraphene%3A%3A1.10.8%3Ar0%3A%3A11%3A83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca_populate_lic.tar.zst;downloadfilename=83/ea/sstate:graphene::1.10.8:r0::11:83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca_populate_lic.tar.zst\nDEBUG: For url file://b4/40/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/40/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A11%3Ab440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823_recipe_qa.tar.zst;downloadfilename=b4/40/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823_recipe_qa.tar.zst\nDEBUG: Testing URL file://2a/16/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c1/32/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:11:c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779_recipe_qa.tar.zst\nDEBUG: For url file://55/43/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/43/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A11%3A55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626_deploy_source_date_epoch.tar.zst;downloadfilename=55/43/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2a/16/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://12/73/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://de/17/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf_packagedata.tar.zst\nDEBUG: For url file://2a/16/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/16/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750_create_runtime_spdx.tar.zst;downloadfilename=2a/16/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d7/1e/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/75/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:bc75884ffa75ff1a9a3033cc69f769e2844bf6034f374a419e8b7d8385e55a91_package.tar.zst\nDEBUG: Searching for de/17/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/d7/1e/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d7/af/sstate:encodings:all-poky-linux:1.0.7:r0:allarch:11:d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://22/29/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792_package.tar.zst\nDEBUG: SState: Successful fetch test for file://54/56/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:11:5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1_create_runtime_spdx.tar.zst\nDEBUG: Using  for de/17/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf_packagedata.tar.zst\nDEBUG: Using  for universal/d7/1e/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/86/6f/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 22/29/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/0d/b8/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://de/17/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf_packagedata.tar.zst\nDEBUG: Testing URL file://universal/d7/1e/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02_populate_sysroot.tar.zst\nDEBUG: Searching for universal/86/6f/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 22/29/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792_package.tar.zst\nDEBUG: Searching for universal/0d/b8/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'de/17/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/d7/1e/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/86/6f/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/40/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:11:b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://83/ea/sstate:graphene::1.10.8:r0::11:83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca_populate_lic.tar.zst\nDEBUG: Testing URL file://22/29/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792_package.tar.zst\nDEBUG: Using  for universal/0d/b8/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://de/17/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/17/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A11%3Ade17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf_packagedata.tar.zst;downloadfilename=de/17/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf_packagedata.tar.zst\nDEBUG: For url file://universal/d7/1e/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d7/1e/sstate%3Abinutils-cross-x86_64%3Ax86_64-poky-linux%3A2.41%3Ar0%3Ax86_64%3A11%3Ad71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02_populate_sysroot.tar.zst;downloadfilename=universal/d7/1e/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/86/6f/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/85/sstate:libcheck-native::0.15.2:r0::11:ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://51/71/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5_package_qa.tar.zst\nDEBUG: For url ['file', '', '22/29/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/0d/b8/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/86/6f/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ae/85/sstate:libcheck-native::0.15.2:r0::11:ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3f/2e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://55/43/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:11:55435e58de7e12c7b3fe84bd6822426ee878a878cc864784b69793ccedc2a626_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 51/71/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2a/16/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750_create_runtime_spdx.tar.zst\nDEBUG: For url file://22/29/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/29/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A11%3A22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792_package.tar.zst;downloadfilename=22/29/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792_package.tar.zst\nDEBUG: For url ['file', '', 'universal/0d/b8/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/86/6f/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/86/6f/sstate%3Apython3-six-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/86/6f/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ae/85/sstate:libcheck-native::0.15.2:r0::11:ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://27/cb/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://39/0d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 51/71/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://12/4f/sstate:libassuan-native::2.5.6:r0::11:124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e_populate_lic.tar.zst\nDEBUG: For url file://universal/0d/b8/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0d/b8/sstate%3Abzip2-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A11%3A0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0d/b8/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ae/85/sstate:libcheck-native::0.15.2:r0::11:ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/e7/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:11:8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5_create_spdx.tar.zst\nDEBUG: Searching for 27/cb/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 39/0d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://51/71/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://de/17/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf_packagedata.tar.zst\nDEBUG: Searching for 12/4f/sstate:libassuan-native::2.5.6:r0::11:124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'ae/85/sstate:libcheck-native::0.15.2:r0::11:ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/12/15/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6_create_spdx.tar.zst\nDEBUG: Using  for 27/cb/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/3e/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a_create_spdx.tar.zst\nDEBUG: Using  for 39/0d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '51/71/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/aa/56/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f_recipe_qa.tar.zst\nDEBUG: Using  for 12/4f/sstate:libassuan-native::2.5.6:r0::11:124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e_populate_lic.tar.zst\nDEBUG: For url file://ae/85/sstate:libcheck-native::0.15.2:r0::11:ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/85/sstate%3Alibcheck-native%3A%3A0.15.2%3Ar0%3A%3A11%3Aae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee_populate_lic.tar.zst;downloadfilename=ae/85/sstate:libcheck-native::0.15.2:r0::11:ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee_populate_lic.tar.zst\nDEBUG: Searching for universal/12/15/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://27/cb/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/56/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://39/0d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://51/71/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/71/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5_package_qa.tar.zst;downloadfilename=51/71/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5_package_qa.tar.zst\nDEBUG: Searching for universal/aa/56/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://12/4f/sstate:libassuan-native::2.5.6:r0::11:124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e_populate_lic.tar.zst\nDEBUG: Using  for universal/12/15/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '27/cb/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/74/56/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '39/0d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/aa/56/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '12/4f/sstate:libassuan-native::2.5.6:r0::11:124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/12/15/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/86/6f/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:866ff2eef467eeac04c80217570ecafe6df91dc21213fb1dcf36ace86ec7137e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://22/29/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:11:22291f859c665f02ad676ca2a376271ac51cd502001dac2e6feeef2713f40792_package.tar.zst\nDEBUG: For url file://27/cb/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/cb/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A11%3A27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9_package_qa.tar.zst;downloadfilename=27/cb/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9_package_qa.tar.zst\nDEBUG: Using  for universal/74/56/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://39/0d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/0d/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst;downloadfilename=39/0d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/aa/56/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f_recipe_qa.tar.zst\nDEBUG: For url file://12/4f/sstate:libassuan-native::2.5.6:r0::11:124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/4f/sstate%3Alibassuan-native%3A%3A2.5.6%3Ar0%3A%3A11%3A124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e_populate_lic.tar.zst;downloadfilename=12/4f/sstate:libassuan-native::2.5.6:r0::11:124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/12/15/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://87/d4/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://91/b9/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71_package_qa.tar.zst\nDEBUG: Testing URL file://universal/74/56/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0d/b8/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:0db8c252a2bb83c64ed23ea0cad8e4156f0b0318fe75655800f000ea825eaca1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/aa/56/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ae/85/sstate:libcheck-native::0.15.2:r0::11:ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee_populate_lic.tar.zst\nDEBUG: For url file://universal/12/15/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/15/sstate%3Aflex-native%3Ax86_64-linux%3A2.6.4%3Ar0%3Ax86_64%3A11%3A1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6_create_spdx.tar.zst;downloadfilename=universal/12/15/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6_create_spdx.tar.zst\nDEBUG: Searching for 87/d4/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 91/b9/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/74/56/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/49/bc/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8_populate_sysroot.tar.zst\nDEBUG: For url file://universal/aa/56/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/aa/56/sstate%3Aspirv-headers-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3Aaa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f_recipe_qa.tar.zst;downloadfilename=universal/aa/56/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://56/b1/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd_create_runtime_spdx.tar.zst\nDEBUG: Using  for 87/d4/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 91/b9/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://51/71/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5_package_qa.tar.zst\nDEBUG: For url file://universal/74/56/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/56/sstate%3Axrandr-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A11%3A74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/74/56/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/49/bc/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 56/b1/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://87/d4/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/d3/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://91/b9/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/0b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad_package_qa.tar.zst\nDEBUG: Using  for universal/49/bc/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8_populate_sysroot.tar.zst\nDEBUG: Using  for 56/b1/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '87/d4/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://39/0d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://27/cb/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://56/a4/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18_package_qa.tar.zst\nDEBUG: For url ['file', '', '91/b9/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c8/0b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/49/bc/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://56/b1/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd_create_runtime_spdx.tar.zst\nDEBUG: For url file://87/d4/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/d4/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262_deploy_source_date_epoch.tar.zst;downloadfilename=87/d4/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/a4/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224_create_runtime_spdx.tar.zst\nDEBUG: Searching for 56/a4/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://91/b9/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/b9/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71_package_qa.tar.zst;downloadfilename=91/b9/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71_package_qa.tar.zst\nDEBUG: Using  for c8/0b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/49/bc/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '56/b1/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8a/a4/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 13/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://12/4f/sstate:libassuan-native::2.5.6:r0::11:124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e_populate_lic.tar.zst\nDEBUG: Using  for 56/a4/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18_package_qa.tar.zst\nDEBUG: Testing URL file://c8/0b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad_package_qa.tar.zst\nDEBUG: For url file://universal/49/bc/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/bc/sstate%3Alibxml-simple-perl-native%3Ax86_64-linux%3A2.25%3Ar0%3Ax86_64%3A11%3A49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8_populate_sysroot.tar.zst;downloadfilename=universal/49/bc/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/aa/56/sstate:spirv-headers-native:x86_64-linux:1.3.268.0:r0:x86_64:11:aa56f17a3ba49863db66b9e08a1f15a948e6d85aef581bab84eeac8aa19e800f_recipe_qa.tar.zst\nDEBUG: For url file://56/b1/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/b1/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.10%3Ar0%3Acore2-64%3A11%3A56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd_create_runtime_spdx.tar.zst;downloadfilename=56/b1/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/12/15/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6_create_spdx.tar.zst\nDEBUG: Using  for 8a/a4/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838_recipe_qa.tar.zst\nDEBUG: Using  for 13/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/36/fc/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://56/a4/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c8/0b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://e9/9a/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/75/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882_package.tar.zst\nDEBUG: Testing URL file://8a/a4/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/74/56/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:74564c83c77d9c73a8f4f138e637cb455721220e6ef1015f21dc5f83b1447c5b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://13/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/36/fc/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '56/a4/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c8/0b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/0b/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A11%3Ac80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad_package_qa.tar.zst;downloadfilename=c8/0b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad_package_qa.tar.zst\nDEBUG: Searching for e9/9a/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b8/75/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8a/a4/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c7/b9/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd_package_qa.tar.zst\nDEBUG: For url ['file', '', '13/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/36/fc/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a_create_runtime_spdx.tar.zst\nDEBUG: For url file://56/a4/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/a4/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18_package_qa.tar.zst;downloadfilename=56/a4/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18_package_qa.tar.zst\nDEBUG: Using  for e9/9a/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://87/d4/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:87d4233bc7c92e4777e3c463e076ce73ececb3886353ea6bd38124ee8280f262_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b8/75/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882_package.tar.zst\nDEBUG: SState: Successful fetch test for file://91/b9/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:11:91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71_package_qa.tar.zst\nDEBUG: For url file://8a/a4/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/a4/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3A8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838_recipe_qa.tar.zst;downloadfilename=8a/a4/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838_recipe_qa.tar.zst\nDEBUG: Searching for c7/b9/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://13/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/b3/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A11%3A13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224_create_runtime_spdx.tar.zst;downloadfilename=13/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/36/fc/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e9/9a/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://14/7f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/49/bc/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:11:49bc0708422e2ed58ece793fafcd32f4a967be697b4d54b5e688cfc1d226a2b8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/8f/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f_create_spdx.tar.zst\nDEBUG: Testing URL file://b8/75/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f9/5b/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed_populate_sysroot.tar.zst\nDEBUG: Using  for c7/b9/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/36/fc/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e9/9a/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 14/7f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/da/39/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/04/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b8/75/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/f9/5b/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://c7/b9/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd_package_qa.tar.zst\nDEBUG: For url file://universal/36/fc/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/fc/sstate%3Alibnsl2-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A11%3A36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a_create_runtime_spdx.tar.zst;downloadfilename=universal/36/fc/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a_create_runtime_spdx.tar.zst\nDEBUG: For url file://e9/9a/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/9a/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.6%3Ar0%3Acore2-64%3A11%3Ae99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f_package.tar.zst;downloadfilename=e9/9a/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f_package.tar.zst\nDEBUG: Using  for 14/7f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/da/39/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5e/04/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c8/0b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:11:c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad_package_qa.tar.zst\nDEBUG: For url file://b8/75/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/75/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Ab87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882_package.tar.zst;downloadfilename=b8/75/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882_package.tar.zst\nDEBUG: Using  for universal/f9/5b/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c7/b9/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://14/7f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/da/39/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://56/a4/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18_package_qa.tar.zst\nDEBUG: Using  for 5e/04/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/a4/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/93/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f9/5b/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed_populate_sysroot.tar.zst\nDEBUG: For url file://c7/b9/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/b9/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A11%3Ac7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd_package_qa.tar.zst;downloadfilename=c7/b9/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd_package_qa.tar.zst\nDEBUG: For url ['file', '', '14/7f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/da/39/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/0c/sstate:matchbox-wm::1.2.3:r0::11:2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191_populate_lic.tar.zst\nDEBUG: Testing URL file://5e/04/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://37/c6/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f4/93/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f9/5b/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://13/b3/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:11:13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224_create_runtime_spdx.tar.zst\nDEBUG: For url file://14/7f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/7f/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd_deploy_source_date_epoch.tar.zst;downloadfilename=14/7f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/da/39/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2b/0c/sstate:matchbox-wm::1.2.3:r0::11:2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5e/04/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 37/c6/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f4/93/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0_create_spdx.tar.zst\nDEBUG: For url file://universal/f9/5b/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f9/5b/sstate%3Alibrepo-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3Af95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed_populate_sysroot.tar.zst;downloadfilename=universal/f9/5b/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/9b/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33_package.tar.zst\nDEBUG: For url file://universal/da/39/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/39/sstate%3Alibxml-sax-perl-native%3Ax86_64-linux%3A1.02%3Ar0%3Ax86_64%3A11%3Ada39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8_create_spdx.tar.zst;downloadfilename=universal/da/39/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8_create_spdx.tar.zst\nDEBUG: Using  for 2b/0c/sstate:matchbox-wm::1.2.3:r0::11:2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/36/fc/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:11:36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a_create_runtime_spdx.tar.zst\nDEBUG: For url file://5e/04/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/04/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6_package_write_rpm.tar.zst;downloadfilename=5e/04/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/9a/sstate:xkbcomp:core2-64-poky-linux:1.4.6:r0:core2-64:11:e99a0c086de88680c3bac1777298cd84ee5eedc2bf05e766475d017b858ab01f_package.tar.zst\nDEBUG: Using  for 37/c6/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f4/93/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0_create_spdx.tar.zst\nDEBUG: Searching for 8a/9b/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2b/0c/sstate:matchbox-wm::1.2.3:r0::11:2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/75/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:b87519175e42edf39485d365aa753fce448613a8f0732b86b8b5981f37239882_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/77/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/b9/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://47/49/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95_package_qa.tar.zst\nDEBUG: Testing URL file://37/c6/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f4/93/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8a/9b/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33_package.tar.zst\nDEBUG: For url ['file', '', '2b/0c/sstate:matchbox-wm::1.2.3:r0::11:2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/66/7b/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d_recipe_qa.tar.zst\nDEBUG: Searching for 2f/77/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d5/30/sstate:babeltrace2::2.0.5:r0::11:d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0_populate_lic.tar.zst\nDEBUG: Searching for 47/49/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '37/c6/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f4/93/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/93/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A11%3Af493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0_create_spdx.tar.zst;downloadfilename=f4/93/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0_create_spdx.tar.zst\nDEBUG: Testing URL file://8a/9b/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33_package.tar.zst\nDEBUG: For url file://2b/0c/sstate:matchbox-wm::1.2.3:r0::11:2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/0c/sstate%3Amatchbox-wm%3A%3A1.2.3%3Ar0%3A%3A11%3A2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191_populate_lic.tar.zst;downloadfilename=2b/0c/sstate:matchbox-wm::1.2.3:r0::11:2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191_populate_lic.tar.zst\nDEBUG: Searching for universal/66/7b/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 2f/77/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254_package_write_rpm.tar.zst\nDEBUG: Searching for d5/30/sstate:babeltrace2::2.0.5:r0::11:d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 47/49/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://14/7f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:11:147f25be4cf022763f69019ea26a04f41e5ca3578a86b4422c214dae9aacf1bd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://37/c6/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/c6/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.0.3%3Ar0%3Acore2-64%3A11%3A37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff_deploy_source_date_epoch.tar.zst;downloadfilename=37/c6/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8a/9b/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/66/7b/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f9/5b/sstate:librepo-native:x86_64-linux:1.16.0:r0:x86_64:11:f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/39/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:11:da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8_create_spdx.tar.zst\nDEBUG: Testing URL file://2f/77/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254_package_write_rpm.tar.zst\nDEBUG: Using  for d5/30/sstate:babeltrace2::2.0.5:r0::11:d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0_populate_lic.tar.zst\nDEBUG: Testing URL file://47/49/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d7/ed/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7_recipe_qa.tar.zst\nDEBUG: For url file://8a/9b/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/9b/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3A8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33_package.tar.zst;downloadfilename=8a/9b/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33_package.tar.zst\nDEBUG: Testing URL file://universal/66/7b/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/03/ad/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://49/81/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231_package.tar.zst\nDEBUG: For url ['file', '', '2f/77/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d5/30/sstate:babeltrace2::2.0.5:r0::11:d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0_populate_lic.tar.zst\nDEBUG: For url ['file', '', '47/49/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/d7/ed/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/66/7b/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/03/ad/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://5e/04/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6_package_write_rpm.tar.zst\nDEBUG: Searching for 49/81/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://2f/77/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/77/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A11%3A2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254_package_write_rpm.tar.zst;downloadfilename=2f/77/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd5/30/sstate:babeltrace2::2.0.5:r0::11:d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://47/49/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/49/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.3.0%3Ar0%3Acore2-64%3A11%3A4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95_package_qa.tar.zst;downloadfilename=47/49/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95_package_qa.tar.zst\nDEBUG: Using  for universal/d7/ed/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7_recipe_qa.tar.zst\nDEBUG: For url file://universal/66/7b/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/66/7b/sstate%3Axrandr-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A11%3A667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d_recipe_qa.tar.zst;downloadfilename=universal/66/7b/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d_recipe_qa.tar.zst\nDEBUG: Using  for universal/03/ad/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://18/98/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd_create_spdx.tar.zst\nDEBUG: Using  for 49/81/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231_package.tar.zst\nDEBUG: For url file://d5/30/sstate:babeltrace2::2.0.5:r0::11:d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/30/sstate%3Ababeltrace2%3A%3A2.0.5%3Ar0%3A%3A11%3Ad530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0_populate_lic.tar.zst;downloadfilename=d5/30/sstate:babeltrace2::2.0.5:r0::11:d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/d7/ed/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/0c/sstate:matchbox-wm::1.2.3:r0::11:2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/93/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/03/ad/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6_populate_sysroot.tar.zst\nDEBUG: Searching for 18/98/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://37/c6/sstate:python3-setuptools:core2-64-poky-linux:69.0.3:r0:core2-64:11:37c6c4e005adf038a2c0f1236e706e4361cb09854f2725dbff5c4a18eca998ff_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://49/81/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231_package.tar.zst\nDEBUG: For url ['file', '', 'universal/d7/ed/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://8a/9b/sstate:libwebp:core2-64-poky-linux:1.3.2:r0:core2-64:11:8a9b60b6fb136d44e5ec5f6c9202164295f303335bd2ae7da8ae3eb9207ccd33_package.tar.zst\nDEBUG: SState: Attempting to fetch file://51/bc/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/76/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/03/ad/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 18/98/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://87/3c/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c_package.tar.zst\nDEBUG: For url ['file', '', '49/81/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d7/ed/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d7/ed/sstate%3Avala-native%3Ax86_64-linux%3A0.56.13%3Ar0%3Ax86_64%3A11%3Ad7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7_recipe_qa.tar.zst;downloadfilename=universal/d7/ed/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 51/bc/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f2/76/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/03/ad/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/ad/sstate%3Ashaderc-native%3Ax86_64-linux%3A2023.7%3Ar0%3Ax86_64%3A11%3A03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6_populate_sysroot.tar.zst;downloadfilename=universal/03/ad/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://18/98/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd_create_spdx.tar.zst\nDEBUG: Searching for 87/3c/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://49/81/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/81/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A11%3A498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231_package.tar.zst;downloadfilename=49/81/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231_package.tar.zst\nDEBUG: Searching for f0/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 51/bc/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/77/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254_package_write_rpm.tar.zst\nDEBUG: Using  for f2/76/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e_package_qa.tar.zst\nDEBUG: For url ['file', '', '18/98/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/3c/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://47/49/sstate:harfbuzz:core2-64-poky-linux:8.3.0:r0:core2-64:11:4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/66/7b/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d_recipe_qa.tar.zst\nDEBUG: Using  for f0/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://51/bc/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/30/sstate:babeltrace2::2.0.5:r0::11:d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/34/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65_recipe_qa.tar.zst\nDEBUG: Testing URL file://f2/76/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e_package_qa.tar.zst\nDEBUG: For url file://18/98/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/98/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A11%3A18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd_create_spdx.tar.zst;downloadfilename=18/98/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd_create_spdx.tar.zst\nDEBUG: Testing URL file://87/3c/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/d6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://61/ae/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd_package.tar.zst\nDEBUG: Testing URL file://f0/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '51/bc/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c9/92/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb_populate_sysroot.tar.zst\nDEBUG: Searching for 5a/34/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f2/76/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '87/3c/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f9/d6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/d7/1e/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02_populate_sysroot.tar.zst\nDEBUG: Searching for 61/ae/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f0/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://51/bc/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/bc/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb_package.tar.zst;downloadfilename=51/bc/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb_package.tar.zst\nDEBUG: Searching for c9/92/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5a/34/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65_recipe_qa.tar.zst\nDEBUG: For url file://f2/76/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/76/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.4%3Ar0%3Acore2-64%3A11%3Af2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e_package_qa.tar.zst;downloadfilename=f2/76/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e_package_qa.tar.zst\nDEBUG: For url file://87/3c/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/3c/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.17.2%3Ar0%3Acore2-64%3A11%3A873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c_package.tar.zst;downloadfilename=87/3c/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c_package.tar.zst\nDEBUG: Using  for f9/d6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/88/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0_populate_sysroot.tar.zst\nDEBUG: Using  for 61/ae/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd_package.tar.zst\nDEBUG: For url file://f0/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/15/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A11%3Af0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53_deploy_source_date_epoch.tar.zst;downloadfilename=f0/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c9/92/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5a/34/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d7/ed/sstate:vala-native:x86_64-linux:0.56.13:r0:x86_64:11:d7ed4e930b12ec8e49034cf4642c32795b7057080b1a478572f34cac295c3df7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/03/ad/sstate:shaderc-native:x86_64-linux:2023.7:r0:x86_64:11:03ad15e97a396b85791fff238ad70935933a2cea18b3075e47f74a46869978a6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f9/d6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://49/81/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:11:498151f7bf08218f0e8c296ea2a245163f6f35a5ef9926273b6dd3b259d1f231_package.tar.zst\nDEBUG: Searching for f5/88/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://61/ae/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd_package.tar.zst\nDEBUG: SState: Successful fetch test for file://18/98/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd_create_spdx.tar.zst\nDEBUG: Testing URL file://c9/92/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5a/34/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://62/87/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/04/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf_package.tar.zst\nDEBUG: For url ['file', '', 'f9/d6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/3d/4c/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235_populate_sysroot.tar.zst\nDEBUG: Using  for f5/88/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '61/ae/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/8b/07/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c9/92/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5a/34/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/34/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A11%3A5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65_recipe_qa.tar.zst;downloadfilename=5a/34/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65_recipe_qa.tar.zst\nDEBUG: Searching for 62/87/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e6/04/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://51/bc/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:51bcd145b627b5ec67df6e6527dd5a9f394c1a39160e0236346dbc7628b52fcb_package.tar.zst\nDEBUG: For url file://f9/d6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/d6/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A11%3Af9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0_create_spdx.tar.zst;downloadfilename=f9/d6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0_create_spdx.tar.zst\nDEBUG: Searching for universal/3d/4c/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f5/88/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0_populate_sysroot.tar.zst\nDEBUG: For url file://61/ae/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/ae/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A11%3A61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd_package.tar.zst;downloadfilename=61/ae/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd_package.tar.zst\nDEBUG: Searching for universal/8b/07/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c9/92/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/92/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A11%3Ac9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb_populate_sysroot.tar.zst;downloadfilename=c9/92/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb_populate_sysroot.tar.zst\nDEBUG: Using  for 62/87/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759_populate_sysroot.tar.zst\nDEBUG: Using  for e6/04/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/76/sstate:coreutils:core2-64-poky-linux:9.4:r0:core2-64:11:f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://94/9a/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2_create_spdx.tar.zst\nDEBUG: Using  for universal/3d/4c/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f5/88/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/8b/07/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://56/b1/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/15/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:f0155fa7150634af1c85a75f54ce0ddf7002e17f54b00da655c4c91e8c98cc53_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://62/87/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e6/04/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/c1/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790_packagedata.tar.zst\nDEBUG: Searching for 94/9a/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/3d/4c/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235_populate_sysroot.tar.zst\nDEBUG: For url file://f5/88/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/88/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A11%3Af58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0_populate_sysroot.tar.zst;downloadfilename=f5/88/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/8b/07/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/b0/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/0b/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '62/87/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e6/04/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bd/c1/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 94/9a/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/3d/4c/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://5a/34/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/8b/07/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d9/b0/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/ed/0b/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://62/87/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/87/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A11%3A6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759_populate_sysroot.tar.zst;downloadfilename=62/87/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759_populate_sysroot.tar.zst\nDEBUG: For url file://e6/04/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/04/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.5.3%3Ar0%3Acore2-64%3A11%3Ae60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf_package.tar.zst;downloadfilename=e6/04/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf_package.tar.zst\nDEBUG: Using  for bd/c1/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790_packagedata.tar.zst\nDEBUG: Testing URL file://94/9a/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2_create_spdx.tar.zst\nDEBUG: For url file://universal/3d/4c/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/4c/sstate%3Agtk%2B3-native%3Ax86_64-linux%3A3.24.38%3Ar0%3Ax86_64%3A11%3A3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235_populate_sysroot.tar.zst;downloadfilename=universal/3d/4c/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/8b/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/8b/07/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/07/sstate%3Apython3-hatchling-native%3Ax86_64-linux%3A1.21.0%3Ar0%3Ax86_64%3A11%3A8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce_create_spdx.tar.zst;downloadfilename=universal/8b/07/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce_create_spdx.tar.zst\nDEBUG: Using  for d9/b0/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705_package_qa.tar.zst\nDEBUG: Using  for universal/ed/0b/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://bd/c1/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://61/ae/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:11:61ae22e05b30fdb80ce4833610ae2ad744cade24262614c3b14becd8e2f1fddd_package.tar.zst\nDEBUG: For url ['file', '', '94/9a/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1d/8b/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c9/92/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:11:c9928a67eee384c96413d992b39a8db46879366d08deeda5ead69362ab9e95fb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d9/b0/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705_package_qa.tar.zst\nDEBUG: Testing URL file://universal/ed/0b/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/88/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:11:f58866bce7d6e449a2898d56b53f2cb472451eebb26e687b75d5434e4b01f3e0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'bd/c1/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://46/65/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://94/9a/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/9a/sstate%3Adnf%3Acore2-64-poky-linux%3A4.18.2%3Ar0%3Acore2-64%3A11%3A949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2_create_spdx.tar.zst;downloadfilename=94/9a/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2_create_spdx.tar.zst\nDEBUG: Using  for 1d/8b/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://11/6a/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd9/b0/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ed/0b/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://14/d1/sstate:gconf::3.2.6:r0::11:14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9_populate_lic.tar.zst\nDEBUG: For url file://bd/c1/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/c1/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.5%3Ar0%3Acore2-64%3A11%3Abdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790_packagedata.tar.zst;downloadfilename=bd/c1/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790_packagedata.tar.zst\nDEBUG: Searching for 46/65/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://1d/8b/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99_create_runtime_spdx.tar.zst\nDEBUG: Searching for 11/6a/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://62/87/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:11:6287745311e9d7b20a3f67b13bf014ef350ebc7f88ff0cb763caee8b7d610759_populate_sysroot.tar.zst\nDEBUG: For url file://d9/b0/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/b0/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A11%3Ad9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705_package_qa.tar.zst;downloadfilename=d9/b0/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/04/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:e60433007bb8b3ccb72629715364848a11f05605f025286075b56021d998bcaf_package.tar.zst\nDEBUG: For url file://universal/ed/0b/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/0b/sstate%3Apython3-typing-extensions-native%3Ax86_64-linux%3A4.9.0%3Ar0%3Ax86_64%3A11%3Aed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70_create_runtime_spdx.tar.zst;downloadfilename=universal/ed/0b/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70_create_runtime_spdx.tar.zst\nDEBUG: Searching for 14/d1/sstate:gconf::3.2.6:r0::11:14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 46/65/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1d/8b/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/3d/4c/sstate:gtk+3-native:x86_64-linux:3.24.38:r0:x86_64:11:3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235_populate_sysroot.tar.zst\nDEBUG: Using  for 11/6a/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/db/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/79/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b_recipe_qa.tar.zst\nDEBUG: Using  for 14/d1/sstate:gconf::3.2.6:r0::11:14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9_populate_lic.tar.zst\nDEBUG: Testing URL file://46/65/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1d/8b/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/8b/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A11%3A1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99_create_runtime_spdx.tar.zst;downloadfilename=1d/8b/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://18/e4/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8b/07/sstate:python3-hatchling-native:x86_64-linux:1.21.0:r0:x86_64:11:8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce_create_spdx.tar.zst\nDEBUG: Testing URL file://11/6a/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06_packagedata.tar.zst\nDEBUG: Searching for universal/10/db/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ad/79/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://14/d1/sstate:gconf::3.2.6:r0::11:14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '46/65/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 18/e4/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://13/80/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '11/6a/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/10/db/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d_recipe_qa.tar.zst\nDEBUG: Using  for ad/79/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '14/d1/sstate:gconf::3.2.6:r0::11:14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://46/65/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/65/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.10%3Ar0%3Acore2-64%3A11%3A4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a_deploy_source_date_epoch.tar.zst;downloadfilename=46/65/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 18/e4/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3_recipe_qa.tar.zst\nDEBUG: Searching for 13/80/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://11/6a/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/6a/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A45.0%3Ar0%3Aallarch%3A11%3A116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06_packagedata.tar.zst;downloadfilename=11/6a/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06_packagedata.tar.zst\nDEBUG: Testing URL file://universal/10/db/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d_recipe_qa.tar.zst\nDEBUG: Testing URL file://ad/79/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b_recipe_qa.tar.zst\nDEBUG: For url file://14/d1/sstate:gconf::3.2.6:r0::11:14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/d1/sstate%3Agconf%3A%3A3.2.6%3Ar0%3A%3A11%3A14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9_populate_lic.tar.zst;downloadfilename=14/d1/sstate:gconf::3.2.6:r0::11:14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9_populate_lic.tar.zst\nDEBUG: Testing URL file://18/e4/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3_recipe_qa.tar.zst\nDEBUG: Using  for 13/80/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/c1/sstate:zstd:core2-64-poky-linux:1.5.5:r0:core2-64:11:bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/10/db/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ad/79/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/ed/0b/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/b0/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:11:d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705_package_qa.tar.zst\nDEBUG: For url ['file', '', '18/e4/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://13/80/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://71/e9/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce_package_write_deb.tar.zst\nDEBUG: For url file://universal/10/db/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/db/sstate%3Adtc-native%3Ax86_64-linux%3A1.7.0%3Ar0%3Ax86_64%3A11%3A10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d_recipe_qa.tar.zst;downloadfilename=universal/10/db/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d_recipe_qa.tar.zst\nDEBUG: For url file://ad/79/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/79/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3Aad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b_recipe_qa.tar.zst;downloadfilename=ad/79/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/af/7f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://34/f7/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19_package.tar.zst\nDEBUG: For url file://18/e4/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/e4/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A11%3A18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3_recipe_qa.tar.zst;downloadfilename=18/e4/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '13/80/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 71/e9/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/af/7f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 34/f7/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://11/6a/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06_packagedata.tar.zst\nDEBUG: For url file://13/80/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/80/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A11%3A1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22_populate_sysroot.tar.zst;downloadfilename=13/80/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22_populate_sysroot.tar.zst\nDEBUG: Using  for 71/e9/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://46/65/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:4665c0651a1c760eeabbaaeec2b0b7f6e633d7758b1d1f9b42e323acd5dcc13a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/af/7f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 34/f7/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19_package.tar.zst\nDEBUG: SState: Attempting to fetch file://70/b9/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496_recipe_qa.tar.zst\nDEBUG: Testing URL file://71/e9/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/ed/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/af/7f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://34/f7/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19_package.tar.zst\nDEBUG: Searching for 70/b9/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '71/e9/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6f/ed/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/af/7f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '34/f7/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 70/b9/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496_recipe_qa.tar.zst\nDEBUG: For url file://71/e9/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/e9/sstate%3Adnf%3Acore2-64-poky-linux%3A4.18.2%3Ar0%3Acore2-64%3A11%3A71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce_package_write_deb.tar.zst;downloadfilename=71/e9/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce_package_write_deb.tar.zst\nDEBUG: Using  for 6f/ed/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/af/7f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/af/7f/sstate%3Acreaterepo-c-native%3Ax86_64-linux%3A1.0.3%3Ar0%3Ax86_64%3A11%3Aaf7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7_deploy_source_date_epoch.tar.zst;downloadfilename=universal/af/7f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://34/f7/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/f7/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A11%3A34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19_package.tar.zst;downloadfilename=34/f7/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19_package.tar.zst\nDEBUG: Testing URL file://70/b9/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496_recipe_qa.tar.zst\nDEBUG: Testing URL file://6f/ed/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://14/d1/sstate:gconf::3.2.6:r0::11:14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/10/db/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '70/b9/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://18/e4/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6f/ed/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ad/79/sstate:librepo:core2-64-poky-linux:1.16.0:r0:core2-64:11:ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/51/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://59/56/sstate:mkfontscale-native::1.2.2:r0::11:59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425_populate_lic.tar.zst\nDEBUG: For url file://70/b9/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/b9/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A11%3A70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496_recipe_qa.tar.zst;downloadfilename=70/b9/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/d6/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c_package.tar.zst\nDEBUG: For url file://6f/ed/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/ed/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.38%2Bgit%3Ar0%3Acore2-64%3A11%3A6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310_deploy_source_date_epoch.tar.zst;downloadfilename=6f/ed/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://68/8c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6f/51/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 59/56/sstate:mkfontscale-native::1.2.2:r0::11:59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8b/d6/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://13/80/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:11:1380cc76f6177d9958f4b5e210e1876be0764cd086298e083ef0c2d425415c22_populate_sysroot.tar.zst\nDEBUG: Searching for 68/8c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 6f/51/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889_create_runtime_spdx.tar.zst\nDEBUG: Using  for 59/56/sstate:mkfontscale-native::1.2.2:r0::11:59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://71/e9/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce_package_write_deb.tar.zst\nDEBUG: Using  for 8b/d6/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/48/49/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e_recipe_qa.tar.zst\nDEBUG: Using  for 68/8c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6f/51/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://59/56/sstate:mkfontscale-native::1.2.2:r0::11:59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/12/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6_create_spdx.tar.zst\nDEBUG: Testing URL file://8b/d6/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c_package.tar.zst\nDEBUG: Searching for universal/48/49/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://68/8c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6f/51/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '59/56/sstate:mkfontscale-native::1.2.2:r0::11:59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/62/12/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '8b/d6/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/48/49/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '68/8c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6f/51/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/51/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A11%3A6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889_create_runtime_spdx.tar.zst;downloadfilename=6f/51/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889_create_runtime_spdx.tar.zst\nDEBUG: For url file://59/56/sstate:mkfontscale-native::1.2.2:r0::11:59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/56/sstate%3Amkfontscale-native%3A%3A1.2.2%3Ar0%3A%3A11%3A59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425_populate_lic.tar.zst;downloadfilename=59/56/sstate:mkfontscale-native::1.2.2:r0::11:59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425_populate_lic.tar.zst\nDEBUG: Using  for universal/62/12/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6_create_spdx.tar.zst\nDEBUG: For url file://8b/d6/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/d6/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A11%3A8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c_package.tar.zst;downloadfilename=8b/d6/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c_package.tar.zst\nDEBUG: Testing URL file://universal/48/49/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e_recipe_qa.tar.zst\nDEBUG: For url file://68/8c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/8c/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A11%3A688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703_deploy_source_date_epoch.tar.zst;downloadfilename=68/8c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/62/12/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/f7/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:34f7ee1763143b6041fc84073e506acf2f6689629fa4eb14806456f4485d6b19_package.tar.zst\nDEBUG: SState: Successful fetch test for file://70/b9/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/48/49/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/af/7f/sstate:createrepo-c-native:x86_64-linux:1.0.3:r0:x86_64:11:af7fad42766ec2624be7276fc166d987858ec8fc913a8c06136e23cc6a4137e7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/ed/sstate:glibc:core2-64-poky-linux:2.38+git:r0:core2-64:11:6fed74cc5682d632aeef361573c02a0496b05c689c0ed96b45d2c5cee4788310_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/62/12/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5e/bd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://87/3c/sstate:python3-pygments:core2-64-poky-linux:2.17.2:r0:core2-64:11:873c7a00eaba985c8bab48fbc0c39b9fe9339099cbb2f8639bed00a511d8f82c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/00/sstate:packagegroup-core-x11-xserver::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: For url file://universal/48/49/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/48/49/sstate%3Alibslirp-native%3Ax86_64-linux%3A4.7.0%3Ar0%3Ax86_64%3A11%3A48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e_recipe_qa.tar.zst;downloadfilename=universal/48/49/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/26/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/bf/sstate:python3-pyparsing-native::3.1.1:r0::11:d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531_populate_lic.tar.zst\nDEBUG: For url file://universal/62/12/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/12/sstate%3Apython3-pygments-native%3Ax86_64-linux%3A2.17.2%3Ar0%3Ax86_64%3A11%3A62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6_create_spdx.tar.zst;downloadfilename=universal/62/12/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6_create_spdx.tar.zst\nDEBUG: Searching for 5e/bd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://37/f2/sstate:gdk-pixbuf-native::2.42.10:r0::11:37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98_populate_lic.tar.zst\nDEBUG: Searching for cc/00/sstate:packagegroup-core-x11-xserver::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2f/26/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d8/bf/sstate:python3-pyparsing-native::3.1.1:r0::11:d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5e/bd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43_package_write_rpm.tar.zst\nDEBUG: Searching for 37/f2/sstate:gdk-pixbuf-native::2.42.10:r0::11:37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cc/00/sstate:packagegroup-core-x11-xserver::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://59/56/sstate:mkfontscale-native::1.2.2:r0::11:59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425_populate_lic.tar.zst\nDEBUG: Using  for 2f/26/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe_recipe_qa.tar.zst\nDEBUG: Using  for d8/bf/sstate:python3-pyparsing-native::3.1.1:r0::11:d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531_populate_lic.tar.zst\nDEBUG: Testing URL file://5e/bd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43_package_write_rpm.tar.zst\nDEBUG: Using  for 37/f2/sstate:gdk-pixbuf-native::2.42.10:r0::11:37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98_populate_lic.tar.zst\nDEBUG: Testing URL file://cc/00/sstate:packagegroup-core-x11-xserver::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/62/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86_packagedata.tar.zst\nDEBUG: Testing URL file://2f/26/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe_recipe_qa.tar.zst\nDEBUG: Testing URL file://d8/bf/sstate:python3-pyparsing-native::3.1.1:r0::11:d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5e/bd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://37/f2/sstate:gdk-pixbuf-native::2.42.10:r0::11:37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cc/00/sstate:packagegroup-core-x11-xserver::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4f/62/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2f/26/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f9/d6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:11:f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd8/bf/sstate:python3-pyparsing-native::3.1.1:r0::11:d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5e/bd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/bd/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.3%3Ar0%3Acore2-64%3A11%3A5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43_package_write_rpm.tar.zst;downloadfilename=5e/bd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '37/f2/sstate:gdk-pixbuf-native::2.42.10:r0::11:37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cc/00/sstate:packagegroup-core-x11-xserver::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/00/sstate%3Apackagegroup-core-x11-xserver%3A%3A1.0%3Ar0%3A%3A11%3Acc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst;downloadfilename=cc/00/sstate:packagegroup-core-x11-xserver::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Using  for 4f/62/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86_packagedata.tar.zst\nDEBUG: For url file://2f/26/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/26/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A11%3A2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe_recipe_qa.tar.zst;downloadfilename=2f/26/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/d6/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:8bd6096f9895de083d5803fdbad41236f7df7594010c4c7024585fa2a844413c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/5a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4_package_write_rpm.tar.zst\nDEBUG: For url file://d8/bf/sstate:python3-pyparsing-native::3.1.1:r0::11:d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/bf/sstate%3Apython3-pyparsing-native%3A%3A3.1.1%3Ar0%3A%3A11%3Ad8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531_populate_lic.tar.zst;downloadfilename=d8/bf/sstate:python3-pyparsing-native::3.1.1:r0::11:d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531_populate_lic.tar.zst\nDEBUG: For url file://37/f2/sstate:gdk-pixbuf-native::2.42.10:r0::11:37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/f2/sstate%3Agdk-pixbuf-native%3A%3A2.42.10%3Ar0%3A%3A11%3A37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98_populate_lic.tar.zst;downloadfilename=37/f2/sstate:gdk-pixbuf-native::2.42.10:r0::11:37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://68/8c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:11:688c1f926dde98e5b5824045a6f8dc1a0f53ddb9c36f12f8eb8d0d60dd86e703_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4f/62/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/56/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e9/5a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/48/49/sstate:libslirp-native:x86_64-linux:4.7.0:r0:x86_64:11:48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6d/2c/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/12/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4f/62/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f8/56/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e9/5a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://94/9a/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/53/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d_recipe_qa.tar.zst\nDEBUG: Searching for universal/6d/2c/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/59/f1/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8_create_runtime_spdx.tar.zst\nDEBUG: For url file://4f/62/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/62/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A11%3A4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86_packagedata.tar.zst;downloadfilename=4f/62/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86_packagedata.tar.zst\nDEBUG: Using  for f8/56/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e9/5a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/75/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89_recipe_qa.tar.zst\nDEBUG: Searching for universal/53/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/6d/2c/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/59/f1/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f8/56/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e9/5a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/75/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://2f/26/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/bd/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/00/sstate:packagegroup-core-x11-xserver::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Using  for universal/53/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/6d/2c/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/59/f1/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f8/56/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/5a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/5a/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A11%3Ae95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4_package_write_rpm.tar.zst;downloadfilename=e9/5a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4_package_write_rpm.tar.zst\nDEBUG: Using  for universal/75/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://46/6b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/3a/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/fb/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc_package_qa.tar.zst\nDEBUG: Testing URL file://universal/53/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/6d/2c/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/59/f1/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8_create_runtime_spdx.tar.zst\nDEBUG: For url file://f8/56/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/56/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3Af856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e_deploy_source_date_epoch.tar.zst;downloadfilename=f8/56/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/75/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89_recipe_qa.tar.zst\nDEBUG: Searching for 46/6b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fc/3a/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5b/fb/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/53/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/6d/2c/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6d/2c/sstate%3Alibpcre2-native%3Ax86_64-linux%3A10.42%3Ar0%3Ax86_64%3A11%3A6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4_create_runtime_spdx.tar.zst;downloadfilename=universal/6d/2c/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/59/f1/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/75/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://37/f2/sstate:gdk-pixbuf-native::2.42.10:r0::11:37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98_populate_lic.tar.zst\nDEBUG: Using  for 46/6b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/bf/sstate:python3-pyparsing-native::3.1.1:r0::11:d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531_populate_lic.tar.zst\nDEBUG: Using  for fc/3a/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/8b/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99_create_runtime_spdx.tar.zst\nDEBUG: Using  for 5b/fb/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc_package_qa.tar.zst\nDEBUG: For url file://universal/53/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/4f/sstate%3Amkfontscale-native%3Ax86_64-linux%3A1.2.2%3Ar0%3Ax86_64%3A11%3A534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d_recipe_qa.tar.zst;downloadfilename=universal/53/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d_recipe_qa.tar.zst\nDEBUG: For url file://universal/59/f1/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/59/f1/sstate%3Apython3-six-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A11%3A59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8_create_runtime_spdx.tar.zst;downloadfilename=universal/59/f1/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/75/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/52/sstate%3Apopt-native%3Ax86_64-linux%3A1.19%3Ar0%3Ax86_64%3A11%3A75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89_recipe_qa.tar.zst;downloadfilename=universal/75/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/62/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/13/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af_populate_sysroot.tar.zst\nDEBUG: Testing URL file://46/6b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://46/91/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618_package_qa.tar.zst\nDEBUG: Testing URL file://fc/3a/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://34/12/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204_recipe_qa.tar.zst\nDEBUG: Testing URL file://5b/fb/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/de/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6_package_write_rpm.tar.zst\nDEBUG: Searching for b1/13/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e9/5a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:11:e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '46/6b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 46/91/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fc/3a/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 34/12/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5b/fb/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0b/de/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b1/13/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://46/6b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/6b/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A11%3A466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857_deploy_source_date_epoch.tar.zst;downloadfilename=46/6b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 46/91/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618_package_qa.tar.zst\nDEBUG: For url file://fc/3a/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/3a/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A11%3Afc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7_create_runtime_spdx.tar.zst;downloadfilename=fc/3a/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7_create_runtime_spdx.tar.zst\nDEBUG: Using  for 34/12/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204_recipe_qa.tar.zst\nDEBUG: For url file://5b/fb/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/fb/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A11%3A5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc_package_qa.tar.zst;downloadfilename=5b/fb/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc_package_qa.tar.zst\nDEBUG: Using  for 0b/de/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b1/13/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af_populate_sysroot.tar.zst\nDEBUG: Searching for 4d/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://46/91/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/56/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:f856d10409e5b49050b52a2fac3b7090ef9a204ab0f68c12acb76336013ecb1e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://34/12/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/4f/sstate:mkfontscale-native:x86_64-linux:1.2.2:r0:x86_64:11:534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d_recipe_qa.tar.zst\nDEBUG: Testing URL file://0b/de/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6d/2c/sstate:libpcre2-native:x86_64-linux:10.42:r0:x86_64:11:6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'b1/13/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4d/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '46/91/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://88/fc/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '34/12/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2a/7a/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0b/de/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/a7/7f/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894_create_runtime_spdx.tar.zst\nDEBUG: For url file://b1/13/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/13/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3Ab113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af_populate_sysroot.tar.zst;downloadfilename=b1/13/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4d/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://46/91/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/91/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A11%3A46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618_package_qa.tar.zst;downloadfilename=46/91/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618_package_qa.tar.zst\nDEBUG: Searching for 88/fc/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://34/12/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/12/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204_recipe_qa.tar.zst;downloadfilename=34/12/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204_recipe_qa.tar.zst\nDEBUG: Searching for 2a/7a/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0b/de/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/de/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A11%3A0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6_package_write_rpm.tar.zst;downloadfilename=0b/de/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6_package_write_rpm.tar.zst\nDEBUG: Searching for universal/a7/7f/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '4d/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/59/f1/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:11:59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8_create_runtime_spdx.tar.zst\nDEBUG: Using  for 88/fc/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/75/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:11:75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://46/6b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:466beb0057a90f21a124594ae70e07f3a353ba3d7dcd7366f4acb55bd0217857_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2a/7a/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/3a/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/a7/7f/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894_create_runtime_spdx.tar.zst\nDEBUG: For url file://4d/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/b0/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.7.1%3Ar0%3Acore2-64%3A11%3A4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d_deploy_source_date_epoch.tar.zst;downloadfilename=4d/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/fb/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:11:5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fd/d7/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://88/fc/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/58/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://25/8c/sstate:lzip-native::1.24:r0::11:258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d_populate_lic.tar.zst\nDEBUG: Testing URL file://2a/7a/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/8b/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c_package_qa.tar.zst\nDEBUG: Testing URL file://universal/a7/7f/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/15/73/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8_recipe_qa.tar.zst\nDEBUG: Searching for universal/fd/d7/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '88/fc/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8e/58/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 25/8c/sstate:lzip-native::1.24:r0::11:258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2a/7a/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6d/8b/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/a7/7f/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/15/73/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/fd/d7/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7_populate_sysroot.tar.zst\nDEBUG: For url file://88/fc/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/fc/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.11%3Ar0%3Acore2-64%3A11%3A88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797_recipe_qa.tar.zst;downloadfilename=88/fc/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797_recipe_qa.tar.zst\nDEBUG: Using  for 8e/58/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 25/8c/sstate:lzip-native::1.24:r0::11:258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d_populate_lic.tar.zst\nDEBUG: For url file://2a/7a/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/7a/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.7.3%3Ar0%3Acore2-64%3A11%3A2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786_deploy_source_date_epoch.tar.zst;downloadfilename=2a/7a/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6d/8b/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c_package_qa.tar.zst\nDEBUG: For url file://universal/a7/7f/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a7/7f/sstate%3Alibxau-native%3Ax86_64-linux%3A1.0.11%3Ar0%3Ax86_64%3A11%3Aa77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894_create_runtime_spdx.tar.zst;downloadfilename=universal/a7/7f/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/15/73/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/fd/d7/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8e/58/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/13/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:b113342eb26442090bd492b0b4aaacc8c2fea49b72e8d938764684284fb0e1af_populate_sysroot.tar.zst\nDEBUG: Testing URL file://25/8c/sstate:lzip-native::1.24:r0::11:258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/51/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:11:6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://6d/8b/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/12/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/15/73/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://46/91/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:11:46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/de/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/fd/d7/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8e/58/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://77/e8/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '25/8c/sstate:lzip-native::1.24:r0::11:258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5c/a7/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6d/8b/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2f/a4/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/15/73/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b2/0b/sstate:base-files::3.0.14:r0::11:b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a1/84/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/fd/d7/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/d7/sstate%3Alibfontenc-native%3Ax86_64-linux%3A1.1.7%3Ar0%3Ax86_64%3A11%3Afdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7_populate_sysroot.tar.zst;downloadfilename=universal/fd/d7/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7_populate_sysroot.tar.zst\nDEBUG: For url file://8e/58/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/58/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A11%3A8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf_deploy_source_date_epoch.tar.zst;downloadfilename=8e/58/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 77/e8/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://25/8c/sstate:lzip-native::1.24:r0::11:258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/8c/sstate%3Alzip-native%3A%3A1.24%3Ar0%3A%3A11%3A258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d_populate_lic.tar.zst;downloadfilename=25/8c/sstate:lzip-native::1.24:r0::11:258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d_populate_lic.tar.zst\nDEBUG: Searching for 5c/a7/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6d/8b/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/8b/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A11%3A6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c_package_qa.tar.zst;downloadfilename=6d/8b/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c_package_qa.tar.zst\nDEBUG: Searching for 2f/a4/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4d/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:4db09770bbe18b1188ca45013a469d90e2f8223d95d2e457dc1883a430a68a9d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/15/73/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/73/sstate%3Ahelp2man-native%3Ax86_64-linux%3A1.49.3%3Ar0%3Ax86_64%3A11%3A15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8_recipe_qa.tar.zst;downloadfilename=universal/15/73/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8_recipe_qa.tar.zst\nDEBUG: Searching for b2/0b/sstate:base-files::3.0.14:r0::11:b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/a1/84/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 77/e8/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://88/fc/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797_recipe_qa.tar.zst\nDEBUG: Using  for 5c/a7/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/7a/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:2a7a9d12dcc237f6eb58e09c968fb9051b1ea2f549bbe7f547739e69f2588786_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2f/a4/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a7/7f/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:11:a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/23/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936_create_spdx.tar.zst\nDEBUG: Using  for b2/0b/sstate:base-files::3.0.14:r0::11:b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da_populate_lic.tar.zst\nDEBUG: Using  for universal/a1/84/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://77/e8/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/1b/sstate:python3-pluggy-native::1.3.0:r0::11:d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e_populate_lic.tar.zst\nDEBUG: Testing URL file://5c/a7/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/32/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020_create_spdx.tar.zst\nDEBUG: Testing URL file://2f/a4/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/5a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d_recipe_qa.tar.zst\nDEBUG: Searching for f5/23/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b2/0b/sstate:base-files::3.0.14:r0::11:b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/a1/84/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '77/e8/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d1/1b/sstate:python3-pluggy-native::1.3.0:r0::11:d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5c/a7/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0f/32/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2f/a4/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ed/5a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f5/23/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b2/0b/sstate:base-files::3.0.14:r0::11:b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/a1/84/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://77/e8/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/e8/sstate%3Adnf%3Acore2-64-poky-linux%3A4.18.2%3Ar0%3Acore2-64%3A11%3A77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8_create_runtime_spdx.tar.zst;downloadfilename=77/e8/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8_create_runtime_spdx.tar.zst\nDEBUG: Using  for d1/1b/sstate:python3-pluggy-native::1.3.0:r0::11:d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e_populate_lic.tar.zst\nDEBUG: For url file://5c/a7/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/a7/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.22.9%3Ar0%3Acore2-64%3A11%3A5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95_create_runtime_spdx.tar.zst;downloadfilename=5c/a7/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0f/32/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020_create_spdx.tar.zst\nDEBUG: For url file://2f/a4/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/a4/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A11%3A2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77_create_runtime_spdx.tar.zst;downloadfilename=2f/a4/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77_create_runtime_spdx.tar.zst\nDEBUG: Using  for ed/5a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d_recipe_qa.tar.zst\nDEBUG: Testing URL file://f5/23/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936_create_spdx.tar.zst\nDEBUG: For url file://b2/0b/sstate:base-files::3.0.14:r0::11:b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/0b/sstate%3Abase-files%3A%3A3.0.14%3Ar0%3A%3A11%3Ab20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da_populate_lic.tar.zst;downloadfilename=b2/0b/sstate:base-files::3.0.14:r0::11:b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da_populate_lic.tar.zst\nDEBUG: For url file://universal/a1/84/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a1/84/sstate%3Apython3-wheel-native%3Ax86_64-linux%3A0.42.0%3Ar0%3Ax86_64%3A11%3Aa18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489_create_runtime_spdx.tar.zst;downloadfilename=universal/a1/84/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://d1/1b/sstate:python3-pluggy-native::1.3.0:r0::11:d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/58/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:11:8e580613b373200da548026fa31b711f9c577a8fa5f32901c5a5f61a8c19e7bf_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0f/32/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fd/d7/sstate:libfontenc-native:x86_64-linux:1.1.7:r0:x86_64:11:fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://25/8c/sstate:lzip-native::1.24:r0::11:258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d_populate_lic.tar.zst\nDEBUG: Testing URL file://ed/5a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/8b/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f5/23/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd1/1b/sstate:python3-pluggy-native::1.3.0:r0::11:d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/15/73/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:15735a6ef6cbf71c708c8344460b3c8aaa0acf770955a921af88ec283dcd28a8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/10/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '0f/32/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/a0/37/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/db/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f_package.tar.zst\nDEBUG: For url ['file', '', 'ed/5a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f1/0a/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b_package_write_rpm.tar.zst\nDEBUG: For url file://f5/23/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/23/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.28%3Ar0%3Acore2-64%3A11%3Af52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936_create_spdx.tar.zst;downloadfilename=f5/23/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936_create_spdx.tar.zst\nDEBUG: For url file://d1/1b/sstate:python3-pluggy-native::1.3.0:r0::11:d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/1b/sstate%3Apython3-pluggy-native%3A%3A1.3.0%3Ar0%3A%3A11%3Ad11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e_populate_lic.tar.zst;downloadfilename=d1/1b/sstate:python3-pluggy-native::1.3.0:r0::11:d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/38/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/80/10/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://0f/32/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/32/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A11%3A0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020_create_spdx.tar.zst;downloadfilename=0f/32/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020_create_spdx.tar.zst\nDEBUG: Searching for universal/a0/37/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8d/db/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ed/5a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/5a/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A11%3Aed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d_recipe_qa.tar.zst;downloadfilename=ed/5a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d_recipe_qa.tar.zst\nDEBUG: Searching for f1/0a/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fd/38/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/80/10/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8_recipe_qa.tar.zst\nDEBUG: Using  for universal/a0/37/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8d/db/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f_package.tar.zst\nDEBUG: Using  for f1/0a/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b_package_write_rpm.tar.zst\nDEBUG: Using  for fd/38/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/80/10/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a0/37/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8d/db/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f_package.tar.zst\nDEBUG: Testing URL file://f1/0a/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fd/38/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/80/10/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/a0/37/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8d/db/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f1/0a/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fd/38/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/80/10/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/10/sstate%3Apigz-native%3Ax86_64-linux%3A2.8%3Ar0%3Ax86_64%3A11%3A801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8_recipe_qa.tar.zst;downloadfilename=universal/80/10/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8_recipe_qa.tar.zst\nDEBUG: For url file://universal/a0/37/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/37/sstate%3Alibxcomposite-native%3Ax86_64-linux%3A0.4.6%3Ar0%3Ax86_64%3A11%3Aa037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a0/37/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8d/db/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/db/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A11%3A8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f_package.tar.zst;downloadfilename=8d/db/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f_package.tar.zst\nDEBUG: For url file://f1/0a/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/0a/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3Af10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b_package_write_rpm.tar.zst;downloadfilename=f1/0a/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b_package_write_rpm.tar.zst\nDEBUG: For url file://fd/38/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/38/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A11%3Afd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660_deploy_source_date_epoch.tar.zst;downloadfilename=fd/38/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/0b/sstate:base-files::3.0.14:r0::11:b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a1/84/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/1b/sstate:python3-pluggy-native::1.3.0:r0::11:d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://79/75/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/38/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://06/68/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094_package.tar.zst\nDEBUG: Searching for 79/75/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9e/38/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 06/68/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 79/75/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e_packagedata.tar.zst\nDEBUG: Using  for 9e/38/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 06/68/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094_package.tar.zst\nDEBUG: Testing URL file://79/75/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e_packagedata.tar.zst\nDEBUG: Testing URL file://9e/38/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://06/68/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094_package.tar.zst\nDEBUG: For url ['file', '', '79/75/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9e/38/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '06/68/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://79/75/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/75/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3A7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e_packagedata.tar.zst;downloadfilename=79/75/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e_packagedata.tar.zst\nDEBUG: For url file://9e/38/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/38/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A11%3A9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db_deploy_source_date_epoch.tar.zst;downloadfilename=9e/38/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://06/68/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/68/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A11%3A06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094_package.tar.zst;downloadfilename=06/68/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/5a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/80/10/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/db/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:8ddb8ba29db18ea5a1373951074417c311778619f6670dfca14ade0ac3cb6b8f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f3/a1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/f9/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://47/05/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12_recipe_qa.tar.zst\nDEBUG: Searching for universal/f3/a1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c4/f9/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 47/05/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f3/a1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787_create_runtime_spdx.tar.zst\nDEBUG: Using  for c4/f9/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af_recipe_qa.tar.zst\nDEBUG: Using  for 47/05/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/f3/a1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c4/f9/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af_recipe_qa.tar.zst\nDEBUG: Testing URL file://47/05/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f3/a1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c4/f9/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '47/05/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/f3/a1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f3/a1/sstate%3Anettle-native%3Ax86_64-linux%3A3.9.1%3Ar0%3Ax86_64%3A11%3Af3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787_create_runtime_spdx.tar.zst;downloadfilename=universal/f3/a1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787_create_runtime_spdx.tar.zst\nDEBUG: For url file://c4/f9/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/f9/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3Ac4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af_recipe_qa.tar.zst;downloadfilename=c4/f9/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af_recipe_qa.tar.zst\nDEBUG: For url file://47/05/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/05/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%3Ar0%3Acore2-64%3A11%3A4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12_recipe_qa.tar.zst;downloadfilename=47/05/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/37/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:11:a037ba8513b5de951da35af3b4cd3f66c52790b080cec86a6a35b34f277eb405_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/0a/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/57/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/38/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:11:fd38f26ab1af5a0e62b89993c214c784c093fb25e325b41b6f24edc6ae43e660_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d5/52/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a_populate_sysroot.tar.zst\nDEBUG: Searching for b7/57/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://79/75/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/68/b6/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/d5/52/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b7/57/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://17/fa/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b_recipe_qa.tar.zst\nDEBUG: Searching for universal/68/b6/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/d5/52/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b7/57/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e_package_qa.tar.zst\nDEBUG: Searching for 17/fa/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/68/b6/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/d5/52/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b7/57/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 17/fa/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/68/b6/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d5/52/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b7/57/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/57/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ab7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e_package_qa.tar.zst;downloadfilename=b7/57/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e_package_qa.tar.zst\nDEBUG: Testing URL file://17/fa/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/38/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:11:9e38600cbd34f276ded9a4af52b941bd0472350630a6405941b32e8f3e9527db_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/68/b6/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d5/52/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d5/52/sstate%3Aacl-native%3Ax86_64-linux%3A2.3.1%3Ar0%3Ax86_64%3A11%3Ad5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a_populate_sysroot.tar.zst;downloadfilename=universal/d5/52/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://06/68/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:11:06689b2edc0bd32e968c31cd9fc75b9815d6a27ecc6a9a14ad7fa15208a54094_package.tar.zst\nDEBUG: For url ['file', '', '17/fa/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://46/ee/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/68/b6/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/68/b6/sstate%3Areadline-native%3Ax86_64-linux%3A8.2%3Ar0%3Ax86_64%3A11%3A68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b_create_runtime_spdx.tar.zst;downloadfilename=universal/68/b6/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/83/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f3/a1/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:11:f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787_create_runtime_spdx.tar.zst\nDEBUG: For url file://17/fa/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/fa/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A11%3A17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b_recipe_qa.tar.zst;downloadfilename=17/fa/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b_recipe_qa.tar.zst\nDEBUG: Searching for 46/ee/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a4/83/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/c7/22/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/f9/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af_recipe_qa.tar.zst\nDEBUG: Using  for 46/ee/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a4/83/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada_packagedata.tar.zst\nDEBUG: Searching for universal/c7/22/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://77/e8/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://47/05/sstate:settings-daemon:core2-64-poky-linux:0.0.2:r0:core2-64:11:4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/43/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120_package_write_rpm.tar.zst\nDEBUG: Testing URL file://46/ee/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a4/83/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada_packagedata.tar.zst\nDEBUG: Using  for universal/c7/22/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/eb/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/d5/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb_create_spdx.tar.zst\nDEBUG: Searching for c7/43/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '46/ee/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a4/83/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/c7/22/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b_create_spdx.tar.zst\nDEBUG: Searching for 33/eb/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/62/d5/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c7/43/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120_package_write_rpm.tar.zst\nDEBUG: For url file://46/ee/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/ee/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1%3Ar0%3Acore2-64%3A11%3A46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0_deploy_source_date_epoch.tar.zst;downloadfilename=46/ee/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a4/83/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/83/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A11%3Aa483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada_packagedata.tar.zst;downloadfilename=a4/83/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/c7/22/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 33/eb/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee_packagedata.tar.zst\nDEBUG: Using  for universal/62/d5/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb_create_spdx.tar.zst\nDEBUG: Testing URL file://c7/43/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120_package_write_rpm.tar.zst\nDEBUG: For url file://universal/c7/22/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/22/sstate%3Alibbsd-native%3Ax86_64-linux%3A0.11.8%3Ar0%3Ax86_64%3A11%3Ac7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b_create_spdx.tar.zst;downloadfilename=universal/c7/22/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/57/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:11:b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e_package_qa.tar.zst\nDEBUG: Testing URL file://33/eb/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee_packagedata.tar.zst\nDEBUG: Testing URL file://universal/62/d5/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d5/52/sstate:acl-native:x86_64-linux:2.3.1:r0:x86_64:11:d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c7/43/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://c8/6d/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '33/eb/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/68/b6/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:11:68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/62/d5/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/e7/41/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9_create_spdx.tar.zst\nDEBUG: For url file://c7/43/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/43/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A11%3Ac7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120_package_write_rpm.tar.zst;downloadfilename=c7/43/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120_package_write_rpm.tar.zst\nDEBUG: Searching for c8/6d/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://33/eb/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/eb/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.7.1%3Ar0%3Acore2-64%3A11%3A33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee_packagedata.tar.zst;downloadfilename=33/eb/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/72/e2/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff_create_spdx.tar.zst\nDEBUG: For url file://universal/62/d5/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/d5/sstate%3Apango-native%3Ax86_64-linux%3A1.51.0%3Ar0%3Ax86_64%3A11%3A62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb_create_spdx.tar.zst;downloadfilename=universal/62/d5/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb_create_spdx.tar.zst\nDEBUG: Searching for universal/e7/41/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c8/6d/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/72/e2/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://17/fa/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:11:17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b_recipe_qa.tar.zst\nDEBUG: Using  for universal/e7/41/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://46/ee/sstate:rpm:core2-64-poky-linux:4.19.1:r0:core2-64:11:46ee229b1fceec614fa253bbed3b7031da7daa0ae22ac3645275e8601cc2d3a0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c8/6d/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/72/e2/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://52/58/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/e7/41/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/fb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c8/6d/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/72/e2/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff_create_spdx.tar.zst\nDEBUG: Searching for 52/58/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/e7/41/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e2/fb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c8/6d/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/6d/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A11%3Ac86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01_deploy_source_date_epoch.tar.zst;downloadfilename=c8/6d/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/72/e2/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 52/58/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5_package_write_ipk.tar.zst\nDEBUG: For url file://universal/e7/41/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/41/sstate%3Autil-linux-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A11%3Ae741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9_create_spdx.tar.zst;downloadfilename=universal/e7/41/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9_create_spdx.tar.zst\nDEBUG: Using  for e2/fb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881_create_spdx.tar.zst\nDEBUG: For url file://universal/72/e2/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/e2/sstate%3Adbus-glib-native%3Ax86_64-linux%3A0.112%3Ar0%3Ax86_64%3A11%3A72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff_create_spdx.tar.zst;downloadfilename=universal/72/e2/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/83/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c7/22/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b_create_spdx.tar.zst\nDEBUG: Testing URL file://52/58/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e2/fb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/a7/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/a4/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:11:2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0d/15/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/43/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/17/sstate:mpg123::1.32.4:r0::11:f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '52/58/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e2/fb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://45/79/sstate:libcheck::0.15.2:r0::11:457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/1c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f_create_spdx.tar.zst\nDEBUG: Searching for universal/0d/15/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://09/0c/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263_packagedata.tar.zst\nDEBUG: Searching for f1/17/sstate:mpg123::1.32.4:r0::11:f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://52/58/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/58/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5_package_write_ipk.tar.zst;downloadfilename=52/58/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5_package_write_ipk.tar.zst\nDEBUG: For url file://e2/fb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/fb/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3Ae2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881_create_spdx.tar.zst;downloadfilename=e2/fb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881_create_spdx.tar.zst\nDEBUG: Searching for 45/79/sstate:libcheck::0.15.2:r0::11:457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c4/1c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/0d/15/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df_populate_sysroot.tar.zst\nDEBUG: Searching for 09/0c/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f1/17/sstate:mpg123::1.32.4:r0::11:f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/d5/sstate:pango-native:x86_64-linux:1.51.0:r0:x86_64:11:62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/eb/sstate:alsa-plugins:core2-64-poky-linux:1.2.7.1:r0:core2-64:11:33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee_packagedata.tar.zst\nDEBUG: Using  for 45/79/sstate:libcheck::0.15.2:r0::11:457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/32/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/23/sstate:libsolv:core2-64-poky-linux:0.7.28:r0:core2-64:11:f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936_create_spdx.tar.zst\nDEBUG: Using  for c4/1c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/0d/15/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df_populate_sysroot.tar.zst\nDEBUG: Using  for 09/0c/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263_packagedata.tar.zst\nDEBUG: Testing URL file://f1/17/sstate:mpg123::1.32.4:r0::11:f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://02/cf/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://63/74/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb_create_spdx.tar.zst\nDEBUG: Testing URL file://45/79/sstate:libcheck::0.15.2:r0::11:457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/1b/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6d/88/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a_recipe_qa.tar.zst\nDEBUG: Testing URL file://c4/1c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/0d/15/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://09/0c/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f1/17/sstate:mpg123::1.32.4:r0::11:f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 02/cf/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 63/74/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c8/6d/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:11:c86dc3868fbc3c7212a96d1087d4143ed4357f0304ceb09b101482f66d109f01_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '45/79/sstate:libcheck::0.15.2:r0::11:457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4c/1b/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/6d/88/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c4/1c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/0d/15/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0d/15/sstate%3Atzcode-native%3Ax86_64-linux%3A2023d%3Ar0%3Ax86_64%3A11%3A0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df_populate_sysroot.tar.zst;downloadfilename=universal/0d/15/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '09/0c/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f1/17/sstate:mpg123::1.32.4:r0::11:f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/17/sstate%3Ampg123%3A%3A1.32.4%3Ar0%3A%3A11%3Af1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e_populate_lic.tar.zst;downloadfilename=f1/17/sstate:mpg123::1.32.4:r0::11:f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e_populate_lic.tar.zst\nDEBUG: Using  for 02/cf/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e_package_write_rpm.tar.zst\nDEBUG: Using  for 63/74/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/f2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44_populate_sysroot.tar.zst\nDEBUG: For url file://45/79/sstate:libcheck::0.15.2:r0::11:457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/79/sstate%3Alibcheck%3A%3A0.15.2%3Ar0%3A%3A11%3A457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402_populate_lic.tar.zst;downloadfilename=45/79/sstate:libcheck::0.15.2:r0::11:457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402_populate_lic.tar.zst\nDEBUG: Using  for 4c/1b/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017_package_write_rpm.tar.zst\nDEBUG: Using  for universal/6d/88/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a_recipe_qa.tar.zst\nDEBUG: For url file://c4/1c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/1c/sstate%3Astrace%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3Ac41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f_create_spdx.tar.zst;downloadfilename=c4/1c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f_create_spdx.tar.zst\nDEBUG: For url file://09/0c/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/0c/sstate%3Aofono%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A11%3A090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263_packagedata.tar.zst;downloadfilename=09/0c/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e7/41/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:11:e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9_create_spdx.tar.zst\nDEBUG: Testing URL file://02/cf/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://63/74/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/72/e2/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:11:72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff_create_spdx.tar.zst\nDEBUG: Searching for 8d/f2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://4c/1b/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/6d/88/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://39/8b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://52/58/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '02/cf/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '63/74/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://d8/6b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8d/f2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4c/1b/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/6d/88/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 39/8b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d7/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1_packagedata.tar.zst\nDEBUG: For url file://02/cf/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/cf/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A11%3A02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e_package_write_rpm.tar.zst;downloadfilename=02/cf/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e_package_write_rpm.tar.zst\nDEBUG: For url file://63/74/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/74/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.0%3Ar0%3Acore2-64%3A11%3A63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb_create_spdx.tar.zst;downloadfilename=63/74/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb_create_spdx.tar.zst\nDEBUG: Searching for d8/6b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://8d/f2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44_populate_sysroot.tar.zst\nDEBUG: For url file://4c/1b/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/1b/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.25.1%3Ar0%3Acore2-64%3A11%3A4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017_package_write_rpm.tar.zst;downloadfilename=4c/1b/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017_package_write_rpm.tar.zst\nDEBUG: For url file://universal/6d/88/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6d/88/sstate%3Alibcheck-native%3Ax86_64-linux%3A0.15.2%3Ar0%3Ax86_64%3A11%3A6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a_recipe_qa.tar.zst;downloadfilename=universal/6d/88/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a_recipe_qa.tar.zst\nDEBUG: Using  for 39/8b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d7/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://e2/fb/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:11:e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881_create_spdx.tar.zst\nDEBUG: Using  for d8/6b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0d/15/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:0d1510eefdb30f2458efbef6f3be48c7d1f6b816ced5b107f7b04830be2bf7df_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8d/f2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://39/8b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://45/79/sstate:libcheck::0.15.2:r0::11:457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/17/sstate:mpg123::1.32.4:r0::11:f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e_populate_lic.tar.zst\nDEBUG: Using  for d7/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/2d/sstate:libaio::0.3.113:r0::11:eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf_populate_lic.tar.zst\nDEBUG: Testing URL file://d8/6b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://90/bb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd_recipe_qa.tar.zst\nDEBUG: For url file://8d/f2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/f2/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A11%3A8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44_populate_sysroot.tar.zst;downloadfilename=8d/f2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '39/8b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ec/a1/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/25/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149_packagedata.tar.zst\nDEBUG: Testing URL file://d7/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1_packagedata.tar.zst\nDEBUG: Searching for eb/2d/sstate:libaio::0.3.113:r0::11:eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd8/6b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 90/bb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://39/8b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/8b/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A11%3A398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f_deploy_source_date_epoch.tar.zst;downloadfilename=39/8b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://09/0c/sstate:ofono:core2-64-poky-linux:2.3:r0:core2-64:11:090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263_packagedata.tar.zst\nDEBUG: Searching for ec/a1/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c4/1c/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f_create_spdx.tar.zst\nDEBUG: Searching for 7a/25/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'd7/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for eb/2d/sstate:libaio::0.3.113:r0::11:eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf_populate_lic.tar.zst\nDEBUG: For url file://d8/6b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/6b/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A11%3Ad86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de_create_runtime_spdx.tar.zst;downloadfilename=d8/6b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de_create_runtime_spdx.tar.zst\nDEBUG: Using  for 90/bb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/82/d3/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096_create_runtime_spdx.tar.zst\nDEBUG: Using  for ec/a1/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/68/41/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a_recipe_qa.tar.zst\nDEBUG: Using  for 7a/25/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149_packagedata.tar.zst\nDEBUG: For url file://d7/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/34/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.20.13%3Ar0%3Acore2-64%3A11%3Ad734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1_packagedata.tar.zst;downloadfilename=d7/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1_packagedata.tar.zst\nDEBUG: Testing URL file://eb/2d/sstate:libaio::0.3.113:r0::11:eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf_populate_lic.tar.zst\nDEBUG: Testing URL file://90/bb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd_recipe_qa.tar.zst\nDEBUG: Searching for universal/82/d3/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4c/1b/sstate:python3-pycairo:core2-64-poky-linux:1.25.1:r0:core2-64:11:4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://02/cf/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ec/a1/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359_package_write_rpm.tar.zst\nDEBUG: Searching for universal/68/41/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7a/25/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149_packagedata.tar.zst\nDEBUG: For url ['file', '', 'eb/2d/sstate:libaio::0.3.113:r0::11:eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '90/bb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/6d/88/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/f2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:11:8df2190fef7b4d058cee2011fd8e60ffdda18d51b0a3ef327d39e8572ea8bb44_populate_sysroot.tar.zst\nDEBUG: Using  for universal/82/d3/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/fc/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10_package.tar.zst\nDEBUG: SState: Attempting to fetch file://16/38/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ec/a1/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/68/41/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7a/25/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://eb/2d/sstate:libaio::0.3.113:r0::11:eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/2d/sstate%3Alibaio%3A%3A0.3.113%3Ar0%3A%3A11%3Aeb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf_populate_lic.tar.zst;downloadfilename=eb/2d/sstate:libaio::0.3.113:r0::11:eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf_populate_lic.tar.zst\nDEBUG: For url file://90/bb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/bb/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3A90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd_recipe_qa.tar.zst;downloadfilename=90/bb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/2b/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/4d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5_packagedata.tar.zst\nDEBUG: Testing URL file://universal/82/d3/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096_create_runtime_spdx.tar.zst\nDEBUG: Searching for 8b/fc/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 16/38/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ec/a1/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/a1/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3Aeca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359_package_write_rpm.tar.zst;downloadfilename=ec/a1/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/68/41/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a_recipe_qa.tar.zst\nDEBUG: For url file://7a/25/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/25/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.11%3Ar0%3Acore2-64%3A11%3A7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149_packagedata.tar.zst;downloadfilename=7a/25/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://39/8b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:11:398b732661f5ace09cf711c1f36ae4b650444a45123cf7ec7c2d6e7652069e2f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f8/2b/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://d8/6b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1_packagedata.tar.zst\nDEBUG: Searching for 2b/4d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/82/d3/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8b/fc/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10_package.tar.zst\nDEBUG: Using  for 16/38/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/68/41/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b1/9b/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904_packagedata.tar.zst\nDEBUG: Using  for f8/2b/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/8c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/9a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581_packagedata.tar.zst\nDEBUG: Using  for 2b/4d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5_packagedata.tar.zst\nDEBUG: For url file://universal/82/d3/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/82/d3/sstate%3Alibassuan-native%3Ax86_64-linux%3A2.5.6%3Ar0%3Ax86_64%3A11%3A82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096_create_runtime_spdx.tar.zst;downloadfilename=universal/82/d3/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8b/fc/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10_package.tar.zst\nDEBUG: Testing URL file://16/38/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/68/41/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/68/41/sstate%3Alibbsd-native%3Ax86_64-linux%3A0.11.8%3Ar0%3Ax86_64%3A11%3A6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a_recipe_qa.tar.zst;downloadfilename=universal/68/41/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a_recipe_qa.tar.zst\nDEBUG: Searching for b1/9b/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://f8/2b/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb_create_runtime_spdx.tar.zst\nDEBUG: Searching for a8/8c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f2/9a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2b/4d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5_packagedata.tar.zst\nDEBUG: For url ['file', '', '8b/fc/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '16/38/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b1/9b/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f8/2b/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a8/8c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/2d/sstate:libaio::0.3.113:r0::11:eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf_populate_lic.tar.zst\nDEBUG: Using  for f2/9a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581_packagedata.tar.zst\nDEBUG: For url ['file', '', '2b/4d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8b/fc/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/fc/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A11%3A8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10_package.tar.zst;downloadfilename=8b/fc/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10_package.tar.zst\nDEBUG: For url file://16/38/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/38/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9_create_runtime_spdx.tar.zst;downloadfilename=16/38/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://b1/9b/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904_packagedata.tar.zst\nDEBUG: For url file://f8/2b/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/2b/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.0%3Ar0%3Acore2-64%3A11%3Af82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb_create_runtime_spdx.tar.zst;downloadfilename=f8/2b/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a8/8c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/9b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96_packagedata.tar.zst\nDEBUG: Testing URL file://f2/9a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581_packagedata.tar.zst\nDEBUG: For url file://2b/4d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/4d/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3A2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5_packagedata.tar.zst;downloadfilename=2b/4d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b1/9b/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a8/8c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://90/bb/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/25/sstate:xserver-xorg:core2-64-poky-linux:21.1.11:r0:core2-64:11:7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/a1/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:11:eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359_package_write_rpm.tar.zst\nDEBUG: Searching for fd/9b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f2/9a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://63/74/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb_create_spdx.tar.zst\nDEBUG: For url file://b1/9b/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/9b/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.17%3Ar0%3Acore2-64%3A11%3Ab19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904_packagedata.tar.zst;downloadfilename=b1/9b/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904_packagedata.tar.zst\nDEBUG: For url file://a8/8c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/8c/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A11%3Aa88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb_packagedata.tar.zst;downloadfilename=a8/8c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://13/1a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/82/d3/sstate:libassuan-native:x86_64-linux:2.5.6:r0:x86_64:11:82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/88/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://77/6b/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf_package_write_rpm.tar.zst\nDEBUG: Using  for fd/9b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96_packagedata.tar.zst\nDEBUG: For url file://f2/9a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/9a/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A11%3Af29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581_packagedata.tar.zst;downloadfilename=f2/9a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/c1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/68/41/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/fc/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:11:8bfc0b6eb8037451e795cb8201c31ce621ca01dc26418a73e8ec761411585c10_package.tar.zst\nDEBUG: Searching for 13/1a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/4e/ca/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fc/88/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 77/6b/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fd/9b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96_packagedata.tar.zst\nDEBUG: Searching for 3c/c1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://bd/58/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/98/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11_create_spdx.tar.zst\nDEBUG: Using  for 13/1a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7_package_qa.tar.zst\nDEBUG: Searching for universal/4e/ca/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fc/88/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b_recipe_qa.tar.zst\nDEBUG: Using  for 77/6b/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fd/9b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3c/c1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03_package_qa.tar.zst\nDEBUG: Searching for bd/58/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4c/98/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://13/1a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7_package_qa.tar.zst\nDEBUG: Using  for universal/4e/ca/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fc/88/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b_recipe_qa.tar.zst\nDEBUG: Testing URL file://77/6b/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf_package_write_rpm.tar.zst\nDEBUG: For url file://fd/9b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/9b/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A11%3Afd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96_packagedata.tar.zst;downloadfilename=fd/9b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96_packagedata.tar.zst\nDEBUG: Testing URL file://3c/c1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03_package_qa.tar.zst\nDEBUG: Using  for bd/58/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f_package_write_rpm.tar.zst\nDEBUG: Using  for 4c/98/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11_create_spdx.tar.zst\nDEBUG: For url ['file', '', '13/1a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/4e/ca/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fc/88/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '77/6b/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3c/c1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bd/58/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://4c/98/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/4d/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:11:2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5_packagedata.tar.zst\nDEBUG: For url file://13/1a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/1a/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A11%3A131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7_package_qa.tar.zst;downloadfilename=13/1a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/4e/ca/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fc/88/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/88/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3Afc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b_recipe_qa.tar.zst;downloadfilename=fc/88/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b_recipe_qa.tar.zst\nDEBUG: For url file://77/6b/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/6b/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf_package_write_rpm.tar.zst;downloadfilename=77/6b/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf_package_write_rpm.tar.zst\nDEBUG: For url file://3c/c1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/c1/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3A3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03_package_qa.tar.zst;downloadfilename=3c/c1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03_package_qa.tar.zst\nDEBUG: For url ['file', '', 'bd/58/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4c/98/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://ba/2f/sstate:libtasn1-native::4.19.0:r0::11:ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5_populate_lic.tar.zst\nDEBUG: For url file://universal/4e/ca/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4e/ca/sstate%3Apython3-native%3Ax86_64-linux%3A3.12.1%3Ar0%3Ax86_64%3A11%3A4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4e/ca/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/9b/sstate:libical:core2-64-poky-linux:3.0.17:r0:core2-64:11:b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904_packagedata.tar.zst\nDEBUG: For url file://bd/58/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/58/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A11%3Abd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f_package_write_rpm.tar.zst;downloadfilename=bd/58/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/8c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/9a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581_packagedata.tar.zst\nDEBUG: For url file://4c/98/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/98/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A11%3A4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11_create_spdx.tar.zst;downloadfilename=4c/98/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11_create_spdx.tar.zst\nDEBUG: Searching for ba/2f/sstate:libtasn1-native::4.19.0:r0::11:ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/f9/a5/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/44/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e_package.tar.zst\nDEBUG: Using  for ba/2f/sstate:libtasn1-native::4.19.0:r0::11:ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5_populate_lic.tar.zst\nDEBUG: Searching for universal/f9/a5/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fd/9b/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://13/1a/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7_package_qa.tar.zst\nDEBUG: Searching for b0/44/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f3/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ba/2f/sstate:libtasn1-native::4.19.0:r0::11:ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5_populate_lic.tar.zst\nDEBUG: Using  for universal/f9/a5/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://55/55/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://19/d9/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247_package_write_rpm.tar.zst\nDEBUG: Using  for b0/44/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454_populate_sysroot.tar.zst\nDEBUG: Using  for f3/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e_package.tar.zst\nDEBUG: For url ['file', '', 'ba/2f/sstate:libtasn1-native::4.19.0:r0::11:ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/f9/a5/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3_create_spdx.tar.zst\nDEBUG: Searching for 55/55/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 19/d9/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://b0/44/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f3/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e_package.tar.zst\nDEBUG: For url file://ba/2f/sstate:libtasn1-native::4.19.0:r0::11:ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/2f/sstate%3Alibtasn1-native%3A%3A4.19.0%3Ar0%3A%3A11%3Aba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5_populate_lic.tar.zst;downloadfilename=ba/2f/sstate:libtasn1-native::4.19.0:r0::11:ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/88/sstate:pinentry:core2-64-poky-linux:1.2.1:r0:core2-64:11:fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f9/a5/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 55/55/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439_create_runtime_spdx.tar.zst\nDEBUG: Using  for 19/d9/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b0/44/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f3/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://73/5b/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: For url file://universal/f9/a5/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f9/a5/sstate%3Adocbook-xsl-stylesheets-native%3Ax86_64-linux%3A1.79.1%3Ar0%3Ax86_64%3A11%3Af9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3_create_spdx.tar.zst;downloadfilename=universal/f9/a5/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/c1/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://77/6b/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:11:776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf_package_write_rpm.tar.zst\nDEBUG: Testing URL file://55/55/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://19/d9/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247_package_write_rpm.tar.zst\nDEBUG: For url file://b0/44/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/44/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3Ab04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454_populate_sysroot.tar.zst;downloadfilename=b0/44/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454_populate_sysroot.tar.zst\nDEBUG: For url file://f3/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/57/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3Af3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e_package.tar.zst;downloadfilename=f3/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e_package.tar.zst\nDEBUG: Searching for 73/5b/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e2/48/sstate:libxcursor::1.2.1:r0::11:e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4e/ca/sstate:python3-native:x86_64-linux:3.12.1:r0:x86_64:11:4eca62287687597bf22082d122e3e3985997c590c8a40111255dd907dffa8ce4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://69/5d/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/58/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:11:bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '55/55/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '19/d9/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 73/5b/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: Searching for e2/48/sstate:libxcursor::1.2.1:r0::11:e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4c/98/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://03/bb/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176_packagedata.tar.zst\nDEBUG: Searching for 69/5d/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://4a/5f/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2_packagedata.tar.zst\nDEBUG: For url file://55/55/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/55/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A11%3A5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439_create_runtime_spdx.tar.zst;downloadfilename=55/55/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439_create_runtime_spdx.tar.zst\nDEBUG: For url file://19/d9/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/d9/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3A19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247_package_write_rpm.tar.zst;downloadfilename=19/d9/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247_package_write_rpm.tar.zst\nDEBUG: Testing URL file://73/5b/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: Using  for e2/48/sstate:libxcursor::1.2.1:r0::11:e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/75/f4/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 03/bb/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 69/5d/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05_create_runtime_spdx.tar.zst\nDEBUG: Searching for 4a/5f/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '73/5b/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ba/2f/sstate:libtasn1-native::4.19.0:r0::11:ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5_populate_lic.tar.zst\nDEBUG: Testing URL file://e2/48/sstate:libxcursor::1.2.1:r0::11:e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060_populate_lic.tar.zst\nDEBUG: Searching for universal/75/f4/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 03/bb/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176_packagedata.tar.zst\nDEBUG: Testing URL file://69/5d/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05_create_runtime_spdx.tar.zst\nDEBUG: Using  for 4a/5f/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2_packagedata.tar.zst\nDEBUG: For url file://73/5b/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/5b/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst;downloadfilename=73/5b/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e3/09/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e2/48/sstate:libxcursor::1.2.1:r0::11:e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/75/f4/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://03/bb/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176_packagedata.tar.zst\nDEBUG: For url ['file', '', '69/5d/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4a/5f/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2_packagedata.tar.zst\nDEBUG: Searching for universal/e3/09/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e2/48/sstate:libxcursor::1.2.1:r0::11:e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/48/sstate%3Alibxcursor%3A%3A1.2.1%3Ar0%3A%3A11%3Ae2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060_populate_lic.tar.zst;downloadfilename=e2/48/sstate:libxcursor::1.2.1:r0::11:e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f9/a5/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:11:f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/75/f4/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '03/bb/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://69/5d/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/5d/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A11%3A695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05_create_runtime_spdx.tar.zst;downloadfilename=69/5d/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '4a/5f/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/e3/09/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://70/47/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/75/f4/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b0/44/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:b04423750373ffa93c5429481f389063479ab5f3eae68a4061457639bf8df454_populate_sysroot.tar.zst\nDEBUG: For url file://03/bb/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/bb/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3A03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176_packagedata.tar.zst;downloadfilename=03/bb/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/57/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:11:f3575e6321b9f312f1569805202c91941bf375684b288fef54e053994156999e_package.tar.zst\nDEBUG: For url file://4a/5f/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/5f/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A11%3A4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2_packagedata.tar.zst;downloadfilename=4a/5f/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2_packagedata.tar.zst\nDEBUG: Testing URL file://universal/e3/09/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1_populate_sysroot.tar.zst\nDEBUG: Searching for 70/47/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/75/f4/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/f4/sstate%3Amakedepend-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A11%3A75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd_deploy_source_date_epoch.tar.zst;downloadfilename=universal/75/f4/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/11/sstate:xserver-xf86-config::0.1:r0::11:6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/a8/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://16/38/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://55/55/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:11:5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://19/d9/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/e3/09/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 70/47/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d_recipe_qa.tar.zst\nDEBUG: Searching for 6b/11/sstate:xserver-xf86-config::0.1:r0::11:6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3b/a8/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://73/5b/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/ef/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fe/ba/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/8a/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc_recipe_qa.tar.zst\nDEBUG: For url file://universal/e3/09/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/09/sstate%3Agnutls-native%3Ax86_64-linux%3A3.8.3%3Ar0%3Ax86_64%3A11%3Ae3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1_populate_sysroot.tar.zst;downloadfilename=universal/e3/09/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://70/47/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d_recipe_qa.tar.zst\nDEBUG: Using  for 6b/11/sstate:xserver-xf86-config::0.1:r0::11:6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6_populate_lic.tar.zst\nDEBUG: Using  for 3b/a8/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://50/05/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d_recipe_qa.tar.zst\nDEBUG: Searching for 1f/ef/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/fe/ba/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/79/8a/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '70/47/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6b/11/sstate:xserver-xf86-config::0.1:r0::11:6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6_populate_lic.tar.zst\nDEBUG: Testing URL file://3b/a8/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/48/sstate:libxcursor::1.2.1:r0::11:e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060_populate_lic.tar.zst\nDEBUG: Searching for 50/05/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1f/ef/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409_package_qa.tar.zst\nDEBUG: Using  for universal/fe/ba/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823_populate_sysroot.tar.zst\nDEBUG: Using  for universal/79/8a/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc_recipe_qa.tar.zst\nDEBUG: For url file://70/47/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/47/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.3%3Ar0%3Acore2-64%3A11%3A704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d_recipe_qa.tar.zst;downloadfilename=70/47/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6b/11/sstate:xserver-xf86-config::0.1:r0::11:6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3b/a8/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b3/d0/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06_package_qa.tar.zst\nDEBUG: Using  for 50/05/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d_recipe_qa.tar.zst\nDEBUG: Testing URL file://1f/ef/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409_package_qa.tar.zst\nDEBUG: Testing URL file://universal/fe/ba/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/79/8a/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc_recipe_qa.tar.zst\nDEBUG: For url file://6b/11/sstate:xserver-xf86-config::0.1:r0::11:6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/11/sstate%3Axserver-xf86-config%3A%3A0.1%3Ar0%3A%3A11%3A6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6_populate_lic.tar.zst;downloadfilename=6b/11/sstate:xserver-xf86-config::0.1:r0::11:6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6_populate_lic.tar.zst\nDEBUG: For url file://3b/a8/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/a8/sstate%3Atzdata%3Aall-poky-linux%3A2023d%3Ar0%3Aallarch%3A11%3A3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947_create_spdx.tar.zst;downloadfilename=3b/a8/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947_create_spdx.tar.zst\nDEBUG: Searching for b3/d0/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://03/bb/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176_packagedata.tar.zst\nDEBUG: Testing URL file://50/05/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1f/ef/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/fe/ba/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/79/8a/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/75/f4/sstate:makedepend-native:x86_64-linux:1.0.8:r0:x86_64:11:75f4492d166484433006f56e4bd6e5dfb85718c5332de1e0e98d521b2a2b07bd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b3/d0/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/b4/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172_create_spdx.tar.zst\nDEBUG: For url ['file', '', '50/05/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f8/2b/sstate:man-db:core2-64-poky-linux:2.12.0:r0:core2-64:11:f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/5f/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:11:4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2_packagedata.tar.zst\nDEBUG: For url file://1f/ef/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/ef/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3A1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409_package_qa.tar.zst;downloadfilename=1f/ef/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409_package_qa.tar.zst\nDEBUG: For url file://universal/fe/ba/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fe/ba/sstate%3Abc-native%3Ax86_64-linux%3A1.07.1%3Ar0%3Ax86_64%3A11%3Afeba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823_populate_sysroot.tar.zst;downloadfilename=universal/fe/ba/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823_populate_sysroot.tar.zst\nDEBUG: For url file://universal/79/8a/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/8a/sstate%3Apython3-pip-native%3Ax86_64-linux%3A23.3.2%3Ar0%3Ax86_64%3A11%3A798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc_recipe_qa.tar.zst;downloadfilename=universal/79/8a/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/df/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b3/d0/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06_package_qa.tar.zst\nDEBUG: Searching for 6d/b4/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://50/05/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/05/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A7.4.4%3Ar0%3Acore2-64%3A11%3A500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d_recipe_qa.tar.zst;downloadfilename=50/05/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/30/df/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/bc/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b_create_spdx.tar.zst\nDEBUG: Searching for 5b/df/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b3/d0/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6d/b4/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e3/09/sstate:gnutls-native:x86_64-linux:3.8.3:r0:x86_64:11:e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://70/47/sstate:gnutls:core2-64-poky-linux:3.8.3:r0:core2-64:11:704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d_recipe_qa.tar.zst\nDEBUG: Searching for universal/30/df/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9c/bc/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5b/df/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d_populate_sysroot.tar.zst\nDEBUG: For url file://b3/d0/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/d0/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Ab3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06_package_qa.tar.zst;downloadfilename=b3/d0/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06_package_qa.tar.zst\nDEBUG: Testing URL file://6d/b4/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/65/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/c9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d_populate_sysroot.tar.zst\nDEBUG: Using  for universal/30/df/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84_recipe_qa.tar.zst\nDEBUG: Using  for 9c/bc/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b_create_spdx.tar.zst\nDEBUG: Testing URL file://5b/df/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6d/b4/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c6/65/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4f/c9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3b/a8/sstate:tzdata:all-poky-linux:2023d:r0:allarch:11:3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/11/sstate:xserver-xf86-config::0.1:r0::11:6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/30/df/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84_recipe_qa.tar.zst\nDEBUG: Testing URL file://9c/bc/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5b/df/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6d/b4/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/b4/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3A6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172_create_spdx.tar.zst;downloadfilename=6d/b4/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172_create_spdx.tar.zst\nDEBUG: Using  for c6/65/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb_recipe_qa.tar.zst\nDEBUG: Using  for 4f/c9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/f2/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/eb/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/30/df/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9c/bc/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5b/df/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/df/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A11%3A5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d_populate_sysroot.tar.zst;downloadfilename=5b/df/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c6/65/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb_recipe_qa.tar.zst\nDEBUG: Testing URL file://4f/c9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/ef/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:11:1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fe/ba/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:feba25fe011841e9c20461d37aa154b24e5f65fe510b26cfcf5b30dcc6e83823_populate_sysroot.tar.zst\nDEBUG: Searching for ad/f2/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ee/eb/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/30/df/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/30/df/sstate%3Alibpthread-stubs-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84_recipe_qa.tar.zst;downloadfilename=universal/30/df/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84_recipe_qa.tar.zst\nDEBUG: For url file://9c/bc/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/bc/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A11%3A9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b_create_spdx.tar.zst;downloadfilename=9c/bc/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c6/65/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4f/c9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://28/3d/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/13/88/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a_create_runtime_spdx.tar.zst\nDEBUG: Using  for ad/f2/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ee/eb/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c6/65/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/65/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.1%3Ar0%3Acore2-64%3A11%3Ac6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb_recipe_qa.tar.zst;downloadfilename=c6/65/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://50/05/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d_recipe_qa.tar.zst\nDEBUG: For url file://4f/c9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/c9/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A11%3A4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d_populate_sysroot.tar.zst;downloadfilename=4f/c9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d_populate_sysroot.tar.zst\nDEBUG: Searching for 28/3d/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/79/8a/sstate:python3-pip-native:x86_64-linux:23.3.2:r0:x86_64:11:798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc_recipe_qa.tar.zst\nDEBUG: Searching for universal/13/88/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ad/f2/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ee/eb/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://91/7b/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5_create_spdx.tar.zst\nDEBUG: Using  for 28/3d/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6c/41/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434_create_spdx.tar.zst\nDEBUG: Using  for universal/13/88/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ad/f2/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ee/eb/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 91/7b/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://28/3d/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/6c/41/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/13/88/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a_create_runtime_spdx.tar.zst\nDEBUG: For url file://ad/f2/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/f2/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A11%3Aadf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c_deploy_source_date_epoch.tar.zst;downloadfilename=ad/f2/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ee/eb/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/eb/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A11%3Aeeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9_deploy_source_date_epoch.tar.zst;downloadfilename=ee/eb/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 91/7b/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '28/3d/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/6c/41/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/13/88/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://91/7b/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/df/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:11:5bdfc78288fd0955a1e40608ea04bf8f15183a9c0c8ba36bd4d171692e000c0d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/d0/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06_package_qa.tar.zst\nDEBUG: For url file://28/3d/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/3d/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A11%3A283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7_create_runtime_spdx.tar.zst;downloadfilename=28/3d/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/30/df/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/6c/41/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434_create_spdx.tar.zst\nDEBUG: For url file://universal/13/88/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/13/88/sstate%3Agconf-native%3Ax86_64-linux%3A3.2.6%3Ar0%3Ax86_64%3A11%3A1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a_create_runtime_spdx.tar.zst;downloadfilename=universal/13/88/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '91/7b/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7a/8e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/f2/sstate:wayland-native::1.22.0:r0::11:fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/12/05/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6c/41/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://91/7b/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/7b/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5_create_spdx.tar.zst;downloadfilename=91/7b/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5_create_spdx.tar.zst\nDEBUG: Searching for 7a/8e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://c6/65/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb_recipe_qa.tar.zst\nDEBUG: Searching for fb/f2/sstate:wayland-native::1.22.0:r0::11:fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://4f/c9/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:4fc93508ae6ad696146a63e30f4dc26d2cbb0aea165995c0a000dc523ad1074d_populate_sysroot.tar.zst\nDEBUG: Searching for universal/12/05/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/6c/41/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6c/41/sstate%3Axz-native%3Ax86_64-linux%3A5.4.5%3Ar0%3Ax86_64%3A11%3A6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434_create_spdx.tar.zst;downloadfilename=universal/6c/41/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434_create_spdx.tar.zst\nDEBUG: Using  for 7a/8e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://82/7f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fb/f2/sstate:wayland-native::1.22.0:r0::11:fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/f2/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:11:adf2f7f68f0bd3163fc8af5e38d5e4ac32b154b44ebb612264db01bf81d15c3c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/23/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f_create_spdx.tar.zst\nDEBUG: Using  for universal/12/05/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://7a/8e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512_create_spdx.tar.zst\nDEBUG: Searching for 82/7f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://fb/f2/sstate:wayland-native::1.22.0:r0::11:fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/db/2a/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666_recipe_qa.tar.zst\nDEBUG: Searching for a0/23/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/12/05/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '7a/8e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 82/7f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fb/f2/sstate:wayland-native::1.22.0:r0::11:fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/db/2a/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a0/23/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/12/05/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7a/8e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/8e/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A11%3A7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512_create_spdx.tar.zst;downloadfilename=7a/8e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512_create_spdx.tar.zst\nDEBUG: Testing URL file://82/7f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fb/f2/sstate:wayland-native::1.22.0:r0::11:fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/f2/sstate%3Awayland-native%3A%3A1.22.0%3Ar0%3A%3A11%3Afbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5_populate_lic.tar.zst;downloadfilename=fb/f2/sstate:wayland-native::1.22.0:r0::11:fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5_populate_lic.tar.zst\nDEBUG: Using  for universal/db/2a/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666_recipe_qa.tar.zst\nDEBUG: Testing URL file://a0/23/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f_create_spdx.tar.zst\nDEBUG: For url file://universal/12/05/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/05/sstate%3Acairo-native%3Ax86_64-linux%3A1.18.0%3Ar0%3Ax86_64%3A11%3A12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd_create_runtime_spdx.tar.zst;downloadfilename=universal/12/05/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '82/7f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/db/2a/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/eb/sstate:netbase:all-poky-linux:6.4:r0:allarch:11:eeeb325223c27405a9c10b1fe328c55799a13d55c1349a5a53b3e248eadc15a9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a0/23/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://82/7f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/7f/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A11%3A827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96_deploy_source_date_epoch.tar.zst;downloadfilename=82/7f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://69/5d/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:11:695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/13/88/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:11:1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/db/2a/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://22/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a0/23/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/23/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A11%3Aa02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f_create_spdx.tar.zst;downloadfilename=a0/23/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/d9/sstate:libunistring-native::1.1:r0::11:3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/5b/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6c/41/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434_create_spdx.tar.zst\nDEBUG: For url file://universal/db/2a/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/db/2a/sstate%3Amesa-native%3Ax86_64-linux%3A23.3.5%3Ar0%3Ax86_64%3A11%3Adb2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666_recipe_qa.tar.zst;downloadfilename=universal/db/2a/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://91/7b/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:11:917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5_create_spdx.tar.zst\nDEBUG: Searching for 22/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3b/d9/sstate:libunistring-native::1.1:r0::11:3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cb/5b/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/d4/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/4d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1_populate_sysroot.tar.zst\nDEBUG: Using  for 22/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/8e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:11:7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512_create_spdx.tar.zst\nDEBUG: Using  for 3b/d9/sstate:libunistring-native::1.1:r0::11:3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c_populate_lic.tar.zst\nDEBUG: Using  for cb/5b/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d4/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/80/4d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://22/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://84/24/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3_package.tar.zst\nDEBUG: Testing URL file://3b/d9/sstate:libunistring-native::1.1:r0::11:3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c_populate_lic.tar.zst\nDEBUG: Testing URL file://cb/5b/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3_package_write_rpm.tar.zst\nDEBUG: Using  for universal/d4/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/80/4d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '22/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 84/24/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '3b/d9/sstate:libunistring-native::1.1:r0::11:3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cb/5b/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/d4/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/80/4d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1_populate_sysroot.tar.zst\nDEBUG: For url file://22/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/13/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A11%3A2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f_deploy_source_date_epoch.tar.zst;downloadfilename=22/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 84/24/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3_package.tar.zst\nDEBUG: For url file://3b/d9/sstate:libunistring-native::1.1:r0::11:3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/d9/sstate%3Alibunistring-native%3A%3A1.1%3Ar0%3A%3A11%3A3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c_populate_lic.tar.zst;downloadfilename=3b/d9/sstate:libunistring-native::1.1:r0::11:3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c_populate_lic.tar.zst\nDEBUG: For url file://cb/5b/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/5b/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A11%3Acb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3_package_write_rpm.tar.zst;downloadfilename=cb/5b/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/d4/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/80/4d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://84/24/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/f2/sstate:wayland-native::1.22.0:r0::11:fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5_populate_lic.tar.zst\nDEBUG: For url file://universal/d4/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d4/82/sstate%3Ancurses-native%3Ax86_64-linux%3A6.4%3Ar0%3Ax86_64%3A11%3Ad482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c_create_runtime_spdx.tar.zst;downloadfilename=universal/d4/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://82/7f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:11:827f41f52cbabfd25570f39e96245c22af5b7c770d4a89ae7b1b24cc3a042b96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/12/05/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/80/4d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/4d/sstate%3Aopenssl-native%3Ax86_64-linux%3A3.2.0%3Ar0%3Ax86_64%3A11%3A804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1_populate_sysroot.tar.zst;downloadfilename=universal/80/4d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '84/24/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/fa/a8/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/fe/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c1/a0/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/db/2a/sstate:mesa-native:x86_64-linux:23.3.5:r0:x86_64:11:db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/23/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:11:a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f_create_spdx.tar.zst\nDEBUG: For url file://84/24/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/24/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.14.2%3Ar0%3Acore2-64%3A11%3A842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3_package.tar.zst;downloadfilename=84/24/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3_package.tar.zst\nDEBUG: Searching for universal/fa/a8/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c2/fe/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c1/a0/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://ae/8f/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/81/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe_package_qa.tar.zst\nDEBUG: Using  for universal/fa/a8/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843_recipe_qa.tar.zst\nDEBUG: Using  for c2/fe/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/c1/a0/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://22/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:2213a6c89cfca49c485341b24f46f1ed73980e5a898d901bf5a859067700d94f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ae/8f/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://6d/b4/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172_create_spdx.tar.zst\nDEBUG: Searching for ee/81/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/fa/a8/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843_recipe_qa.tar.zst\nDEBUG: Testing URL file://c2/fe/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/c1/a0/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://90/7f/sstate:bluez5::5.72:r0::11:907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1_populate_lic.tar.zst\nDEBUG: Using  for ae/8f/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/4a/sstate:util-linux::2.39.3:r0::11:a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd_populate_lic.tar.zst\nDEBUG: Using  for ee/81/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/fa/a8/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c2/fe/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c1/a0/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 90/7f/sstate:bluez5::5.72:r0::11:907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ae/8f/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3_package_write_rpm.tar.zst\nDEBUG: Searching for a5/4a/sstate:util-linux::2.39.3:r0::11:a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ee/81/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe_package_qa.tar.zst\nDEBUG: For url file://universal/fa/a8/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fa/a8/sstate%3Aattr-native%3Ax86_64-linux%3A2.5.1%3Ar0%3Ax86_64%3A11%3Afaa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843_recipe_qa.tar.zst;downloadfilename=universal/fa/a8/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843_recipe_qa.tar.zst\nDEBUG: For url file://c2/fe/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/fe/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.41%3Ar0%3Acore2-64%3A11%3Ac2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af_deploy_source_date_epoch.tar.zst;downloadfilename=c2/fe/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/c1/a0/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/a0/sstate%3Apython3-wheel-native%3Ax86_64-linux%3A0.42.0%3Ar0%3Ax86_64%3A11%3Ac1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c_recipe_qa.tar.zst;downloadfilename=universal/c1/a0/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c_recipe_qa.tar.zst\nDEBUG: Using  for 90/7f/sstate:bluez5::5.72:r0::11:907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ae/8f/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a5/4a/sstate:util-linux::2.39.3:r0::11:a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ee/81/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://3b/d9/sstate:libunistring-native::1.1:r0::11:3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/5b/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:11:cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://90/7f/sstate:bluez5::5.72:r0::11:907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1_populate_lic.tar.zst\nDEBUG: For url file://ae/8f/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/8f/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.10.0%3Ar0%3Acore2-64%3A11%3Aae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3_package_write_rpm.tar.zst;downloadfilename=ae/8f/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d4/82/sstate:ncurses-native:x86_64-linux:6.4:r0:x86_64:11:d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a5/4a/sstate:util-linux::2.39.3:r0::11:a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd_populate_lic.tar.zst\nDEBUG: For url file://ee/81/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/81/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A45.0%3Ar0%3Aallarch%3A11%3Aee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe_package_qa.tar.zst;downloadfilename=ee/81/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/a2/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/9e/sstate:tiff::4.6.0:r0::11:a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '90/7f/sstate:bluez5::5.72:r0::11:907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/3d/57/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a5/4a/sstate:util-linux::2.39.3:r0::11:a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6d/a2/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a9/9e/sstate:tiff::4.6.0:r0::11:a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/80/4d/sstate:openssl-native:x86_64-linux:3.2.0:r0:x86_64:11:804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1_populate_sysroot.tar.zst\nDEBUG: For url file://90/7f/sstate:bluez5::5.72:r0::11:907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/7f/sstate%3Abluez5%3A%3A5.72%3Ar0%3A%3A11%3A907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1_populate_lic.tar.zst;downloadfilename=90/7f/sstate:bluez5::5.72:r0::11:907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1_populate_lic.tar.zst\nDEBUG: Searching for universal/3d/57/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a5/4a/sstate:util-linux::2.39.3:r0::11:a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/4a/sstate%3Autil-linux%3A%3A2.39.3%3Ar0%3A%3A11%3Aa54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd_populate_lic.tar.zst;downloadfilename=a5/4a/sstate:util-linux::2.39.3:r0::11:a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd_populate_lic.tar.zst\nDEBUG: Using  for 6d/a2/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619_package.tar.zst\nDEBUG: Using  for a9/9e/sstate:tiff::4.6.0:r0::11:a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://09/ba/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06_recipe_qa.tar.zst\nDEBUG: Using  for universal/3d/57/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fa/a8/sstate:attr-native:x86_64-linux:2.5.1:r0:x86_64:11:faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843_recipe_qa.tar.zst\nDEBUG: Testing URL file://6d/a2/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619_package.tar.zst\nDEBUG: Testing URL file://a9/9e/sstate:tiff::4.6.0:r0::11:a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/fe/sstate:libpng:core2-64-poky-linux:1.6.41:r0:core2-64:11:c2fe18a249da7ccb89766dd923a02fabb88e090856d967cdf05e87dbf4db90af_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 09/ba/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://28/3d/sstate:less:core2-64-poky-linux:643:r0:core2-64:11:283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/3d/57/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fb/93/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6d/a2/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a9/9e/sstate:tiff::4.6.0:r0::11:a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://60/3a/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231_packagedata.tar.zst\nDEBUG: Using  for 09/ba/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://97/9a/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/3d/57/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/fb/93/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://6d/a2/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/a2/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.4.7%3Ar0%3Acore2-64%3A11%3A6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619_package.tar.zst;downloadfilename=6d/a2/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619_package.tar.zst\nDEBUG: For url file://a9/9e/sstate:tiff::4.6.0:r0::11:a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/9e/sstate%3Atiff%3A%3A4.6.0%3Ar0%3A%3A11%3Aa99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a_populate_lic.tar.zst;downloadfilename=a9/9e/sstate:tiff::4.6.0:r0::11:a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a_populate_lic.tar.zst\nDEBUG: Searching for 60/3a/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://09/ba/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06_recipe_qa.tar.zst\nDEBUG: Searching for 97/9a/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/3d/57/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/57/sstate%3Axmlto-native%3Ax86_64-linux%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3Ax86_64%3A11%3A3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9_populate_sysroot.tar.zst;downloadfilename=universal/3d/57/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9_populate_sysroot.tar.zst\nDEBUG: Using  for universal/fb/93/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c1/a0/sstate:python3-wheel-native:x86_64-linux:0.42.0:r0:x86_64:11:c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/81/sstate:adwaita-icon-theme:all-poky-linux:45.0:r0:allarch:11:ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe_package_qa.tar.zst\nDEBUG: Using  for 60/3a/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231_packagedata.tar.zst\nDEBUG: For url ['file', '', '09/ba/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://9c/bc/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/8f/sstate:pciutils:core2-64-poky-linux:3.10.0:r0:core2-64:11:ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3_package_write_rpm.tar.zst\nDEBUG: Using  for 97/9a/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/fb/93/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/70/sstate:icon-naming-utils-native::0.8.90:r0::11:f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://90/7f/sstate:bluez5::5.72:r0::11:907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/64/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://60/3a/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231_packagedata.tar.zst\nDEBUG: For url file://09/ba/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/ba/sstate%3Alibnewt%3Acore2-64-poky-linux%3A0.52.24%3Ar0%3Acore2-64%3A11%3A09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06_recipe_qa.tar.zst;downloadfilename=09/ba/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3f/8f/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/16/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://97/9a/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/fb/93/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f2/70/sstate:icon-naming-utils-native::0.8.90:r0::11:f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://fd/e0/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52_recipe_qa.tar.zst\nDEBUG: Searching for c7/64/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '60/3a/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/3f/8f/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8e/16/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '97/9a/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a5/4a/sstate:util-linux::2.39.3:r0::11:a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd_populate_lic.tar.zst\nDEBUG: For url file://universal/fb/93/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fb/93/sstate%3Adpkg-native%3Ax86_64-linux%3A1.22.0%3Ar0%3Ax86_64%3A11%3Afb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/fb/93/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f2/70/sstate:icon-naming-utils-native::0.8.90:r0::11:f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b_populate_lic.tar.zst\nDEBUG: Searching for fd/e0/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c7/64/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce_create_runtime_spdx.tar.zst\nDEBUG: For url file://60/3a/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/3a/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231_packagedata.tar.zst;downloadfilename=60/3a/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231_packagedata.tar.zst\nDEBUG: Using  for universal/3f/8f/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae_create_spdx.tar.zst\nDEBUG: Using  for 8e/16/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b_package_write_rpm.tar.zst\nDEBUG: For url file://97/9a/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/9a/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A11%3A979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3_recipe_qa.tar.zst;downloadfilename=97/9a/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://19/4e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f2/70/sstate:icon-naming-utils-native::0.8.90:r0::11:f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b_populate_lic.tar.zst\nDEBUG: Using  for fd/e0/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/a2/sstate:libtool:core2-64-poky-linux:2.4.7:r0:core2-64:11:6da2ae25670758bb05db99f966d6cffd3f33ffce58320520bbb2331cbfde9619_package.tar.zst\nDEBUG: Testing URL file://c7/64/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/3f/8f/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae_create_spdx.tar.zst\nDEBUG: Testing URL file://8e/16/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b_package_write_rpm.tar.zst\nDEBUG: Searching for 19/4e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f2/70/sstate:icon-naming-utils-native::0.8.90:r0::11:f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a9/9e/sstate:tiff::4.6.0:r0::11:a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a_populate_lic.tar.zst\nDEBUG: Testing URL file://fd/e0/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://25/3b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c7/64/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/3f/8f/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8e/16/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 19/4e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec_package_write_rpm.tar.zst\nDEBUG: For url file://f2/70/sstate:icon-naming-utils-native::0.8.90:r0::11:f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/70/sstate%3Aicon-naming-utils-native%3A%3A0.8.90%3Ar0%3A%3A11%3Af2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b_populate_lic.tar.zst;downloadfilename=f2/70/sstate:icon-naming-utils-native::0.8.90:r0::11:f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://66/66/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'fd/e0/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 25/3b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c7/64/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/64/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3Ac7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce_create_runtime_spdx.tar.zst;downloadfilename=c7/64/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/3f/8f/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/8f/sstate%3Aswig-native%3Ax86_64-linux%3A4.1.1%3Ar0%3Ax86_64%3A11%3A3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae_create_spdx.tar.zst;downloadfilename=universal/3f/8f/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae_create_spdx.tar.zst\nDEBUG: For url file://8e/16/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/16/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A11%3A8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b_package_write_rpm.tar.zst;downloadfilename=8e/16/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://19/4e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec_package_write_rpm.tar.zst\nDEBUG: Searching for 66/66/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://09/ba/sstate:libnewt:core2-64-poky-linux:0.52.24:r0:core2-64:11:09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06_recipe_qa.tar.zst\nDEBUG: For url file://fd/e0/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/e0/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3Afde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52_recipe_qa.tar.zst;downloadfilename=fd/e0/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/57/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:3d57cb67fc68af5f6f4597c7de476b366ae756ccdf380a867ab49e9f808c86e9_populate_sysroot.tar.zst\nDEBUG: Using  for 25/3b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '19/4e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/fb/93/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:fb93a15ef695fd394d1ccf320fa4602eb7ada2e64739507e9027e144fba40bd0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 66/66/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/86/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://60/3a/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/c7/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://97/9a/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:11:979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3_recipe_qa.tar.zst\nDEBUG: Testing URL file://25/3b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://19/4e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/4e/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A11%3A194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec_package_write_rpm.tar.zst;downloadfilename=19/4e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/a9/sstate:xtrans::1.5.0:r0::11:0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c_populate_lic.tar.zst\nDEBUG: Testing URL file://66/66/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9_populate_sysroot.tar.zst\nDEBUG: Searching for bc/86/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://80/e6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9_package.tar.zst\nDEBUG: Searching for 9e/c7/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://18/f2/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '25/3b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0f/a9/sstate:xtrans::1.5.0:r0::11:0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '66/66/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bc/86/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 80/e6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 9e/c7/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb_populate_sysroot.tar.zst\nDEBUG: Searching for 18/f2/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://25/3b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/3b/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.78.3%3Ar0%3Acore2-64%3A11%3A253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20_deploy_source_date_epoch.tar.zst;downloadfilename=25/3b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0f/a9/sstate:xtrans::1.5.0:r0::11:0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c_populate_lic.tar.zst\nDEBUG: For url file://66/66/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/66/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A11%3A6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9_populate_sysroot.tar.zst;downloadfilename=66/66/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://bc/86/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 80/e6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9_package.tar.zst\nDEBUG: Testing URL file://9e/c7/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb_populate_sysroot.tar.zst\nDEBUG: Using  for 18/f2/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70_package_write_ipk.tar.zst\nDEBUG: Testing URL file://0f/a9/sstate:xtrans::1.5.0:r0::11:0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3f/8f/sstate:swig-native:x86_64-linux:4.1.1:r0:x86_64:11:3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bc/86/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://f2/70/sstate:icon-naming-utils-native::0.8.90:r0::11:f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b_populate_lic.tar.zst\nDEBUG: Testing URL file://80/e6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9_package.tar.zst\nDEBUG: For url ['file', '', '9e/c7/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://18/f2/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '0f/a9/sstate:xtrans::1.5.0:r0::11:0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/f4/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b_create_runtime_spdx.tar.zst\nDEBUG: For url file://bc/86/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/86/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A11%3Abc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2_deploy_source_date_epoch.tar.zst;downloadfilename=bc/86/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743_create_spdx.tar.zst\nDEBUG: For url ['file', '', '80/e6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9e/c7/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/c7/sstate%3Akmod%3Acore2-64-poky-linux%3A31%3Ar0%3Acore2-64%3A11%3A9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb_populate_sysroot.tar.zst;downloadfilename=9e/c7/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '18/f2/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0f/a9/sstate:xtrans::1.5.0:r0::11:0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/a9/sstate%3Axtrans%3A%3A1.5.0%3Ar0%3A%3A11%3A0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c_populate_lic.tar.zst;downloadfilename=0f/a9/sstate:xtrans::1.5.0:r0::11:0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c_populate_lic.tar.zst\nDEBUG: Searching for universal/f4/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e7/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://80/e6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/e6/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A11%3A80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9_package.tar.zst;downloadfilename=80/e6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/16/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b_package_write_rpm.tar.zst\nDEBUG: For url file://18/f2/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/f2/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3A18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70_package_write_ipk.tar.zst;downloadfilename=18/f2/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/e0/sstate:vulkan-loader:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://19/4e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:11:194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec_package_write_rpm.tar.zst\nDEBUG: Using  for universal/f4/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b_create_runtime_spdx.tar.zst\nDEBUG: Using  for e7/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://25/3b/sstate:glib-2.0:core2-64-poky-linux:2.78.3:r0:core2-64:11:253b5e8696339d64c0909fb5daa1ac4d5b534416f6cb4e79f0e5b15776788e20_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/68/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://66/66/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:11:6666555d7e4452c5363cecb0903389cea1e2c8486d1f0db9120e1d3e5f2e08d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://28/6a/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://40/b6/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414_package.tar.zst\nDEBUG: Testing URL file://universal/f4/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e7/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://40/fc/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f_packagedata.tar.zst\nDEBUG: Searching for b0/68/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://b4/fa/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960_packagedata.tar.zst\nDEBUG: Searching for 28/6a/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 40/b6/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f4/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e7/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 40/fc/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b0/68/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1_package_qa.tar.zst\nDEBUG: Searching for b4/fa/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 28/6a/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0_package.tar.zst\nDEBUG: Using  for 40/b6/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414_package.tar.zst\nDEBUG: For url file://universal/f4/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/db/sstate%3Alibtasn1-native%3Ax86_64-linux%3A4.19.0%3Ar0%3Ax86_64%3A11%3Af4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b_create_runtime_spdx.tar.zst;downloadfilename=universal/f4/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b_create_runtime_spdx.tar.zst\nDEBUG: For url file://e7/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/27/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A11%3Ae72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743_create_spdx.tar.zst;downloadfilename=e7/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743_create_spdx.tar.zst\nDEBUG: Using  for 40/fc/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f_packagedata.tar.zst\nDEBUG: Testing URL file://b0/68/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1_package_qa.tar.zst\nDEBUG: Using  for b4/fa/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960_packagedata.tar.zst\nDEBUG: Testing URL file://28/6a/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0_package.tar.zst\nDEBUG: Testing URL file://40/b6/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414_package.tar.zst\nDEBUG: Testing URL file://40/fc/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/86/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:11:bc86dfcbaf5576e0b10614070b681b032296db14555dddf80c36fb509ff6aed2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b0/68/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b4/fa/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960_packagedata.tar.zst\nDEBUG: For url ['file', '', '28/6a/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '40/b6/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '40/fc/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bc/63/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8_recipe_qa.tar.zst\nDEBUG: For url file://b0/68/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/68/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A11%3Ab068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1_package_qa.tar.zst;downloadfilename=b0/68/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b4/fa/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://28/6a/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/6a/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A7.4.4%3Ar0%3Acore2-64%3A11%3A286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0_package.tar.zst;downloadfilename=28/6a/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0_package.tar.zst\nDEBUG: For url file://40/b6/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/b6/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.1%3Ar0%3Acore2-64%3A11%3A40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414_package.tar.zst;downloadfilename=40/b6/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414_package.tar.zst\nDEBUG: For url file://40/fc/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/fc/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3A40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f_packagedata.tar.zst;downloadfilename=40/fc/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f_packagedata.tar.zst\nDEBUG: Searching for bc/63/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b4/fa/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/fa/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ab4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960_packagedata.tar.zst;downloadfilename=b4/fa/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/c7/sstate:kmod:core2-64-poky-linux:31:r0:core2-64:11:9ec79f736c48c79ad489bf874eaa67dd6fd9d089b8fca435dbb0b2f7cdc066eb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/a9/sstate:xtrans::1.5.0:r0::11:0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://18/f2/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:11:18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70_package_write_ipk.tar.zst\nDEBUG: Using  for bc/63/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://80/e6/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:80e67818b2d8e6b6769646e1a51e84b2cc5ea5009d363e6bb8eca3e7ef4d7ee9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:11:e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://37/f2/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/65/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/95/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14_packagedata.tar.zst\nDEBUG: Testing URL file://bc/63/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://42/a7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8_create_runtime_spdx.tar.zst\nDEBUG: Searching for 37/f2/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ae/65/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2b/95/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'bc/63/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9d/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 42/a7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 37/f2/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ae/65/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d_package_qa.tar.zst\nDEBUG: Using  for 2b/95/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14_packagedata.tar.zst\nDEBUG: For url file://bc/63/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/63/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A11%3Abc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8_recipe_qa.tar.zst;downloadfilename=bc/63/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:11:f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b_create_runtime_spdx.tar.zst\nDEBUG: Using  for 9d/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 42/a7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://37/f2/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ae/65/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d_package_qa.tar.zst\nDEBUG: Testing URL file://2b/95/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/a0/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916_recipe_qa.tar.zst\nDEBUG: Testing URL file://9d/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://84/24/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:842471b3a71a5e55ee8c93de709aab39deb69d1eee1013d54d4ab86d1d8df0d3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/68/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:11:b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1_package_qa.tar.zst\nDEBUG: Testing URL file://42/a7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '37/f2/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ae/65/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2b/95/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for dd/a0/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9d/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://60/f2/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/0b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850_create_spdx.tar.zst\nDEBUG: For url ['file', '', '42/a7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/f2/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/f2/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.10%3Ar0%3Acore2-64%3A11%3A37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57_deploy_source_date_epoch.tar.zst;downloadfilename=37/f2/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ae/65/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/65/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.1%3Ar0%3Acore2-64%3A11%3Aae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d_package_qa.tar.zst;downloadfilename=ae/65/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d_package_qa.tar.zst\nDEBUG: For url file://2b/95/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/95/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A11%3A2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14_packagedata.tar.zst;downloadfilename=2b/95/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14_packagedata.tar.zst\nDEBUG: Using  for dd/a0/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916_recipe_qa.tar.zst\nDEBUG: For url file://9d/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/fa/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.59.0%3Ar0%3Acore2-64%3A11%3A9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6_create_runtime_spdx.tar.zst;downloadfilename=9d/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6_create_runtime_spdx.tar.zst\nDEBUG: Searching for 60/f2/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2c/0b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://42/a7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/a7/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A11%3A42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8_create_runtime_spdx.tar.zst;downloadfilename=42/a7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://dd/a0/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://28/6a/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:286aabb945334290fbd60456e9273474556c7013a624f7b2c34b188ca79a3cc0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://40/fc/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f_packagedata.tar.zst\nDEBUG: Using  for 60/f2/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/fa/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960_packagedata.tar.zst\nDEBUG: Using  for 2c/0b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'dd/a0/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://27/05/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/63/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:11:bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/b0/sstate:unzip::6.0:r0::11:d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/64/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://60/f2/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/91/f6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308_create_spdx.tar.zst\nDEBUG: Testing URL file://2c/0b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850_create_spdx.tar.zst\nDEBUG: For url file://dd/a0/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/a0/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Adda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916_recipe_qa.tar.zst;downloadfilename=dd/a0/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916_recipe_qa.tar.zst\nDEBUG: Searching for 27/05/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://35/ac/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f_create_spdx.tar.zst\nDEBUG: Searching for d6/b0/sstate:unzip::6.0:r0::11:d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://39/0d/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '60/f2/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/91/f6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2c/0b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 27/05/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c_package.tar.zst\nDEBUG: Searching for 35/ac/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d6/b0/sstate:unzip::6.0:r0::11:d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a_populate_lic.tar.zst\nDEBUG: Searching for 39/0d/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://60/f2/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/f2/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.5%3Ar0%3Acore2-64%3A11%3A60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e_populate_sysroot.tar.zst;downloadfilename=60/f2/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e_populate_sysroot.tar.zst\nDEBUG: Using  for universal/91/f6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308_create_spdx.tar.zst\nDEBUG: For url file://2c/0b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/0b/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.36%3Ar0%3Acore2-64%3A11%3A2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850_create_spdx.tar.zst;downloadfilename=2c/0b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850_create_spdx.tar.zst\nDEBUG: Testing URL file://27/05/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c_package.tar.zst\nDEBUG: Using  for 35/ac/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f_create_spdx.tar.zst\nDEBUG: Testing URL file://d6/b0/sstate:unzip::6.0:r0::11:d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a_populate_lic.tar.zst\nDEBUG: Using  for 39/0d/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/91/f6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308_create_spdx.tar.zst\nDEBUG: For url ['file', '', '27/05/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ae/65/sstate:attr:core2-64-poky-linux:2.5.1:r0:core2-64:11:ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://37/f2/sstate:alsa-lib:core2-64-poky-linux:1.2.10:r0:core2-64:11:37f2fee1d4ab3fe6b5c6ac1e69c677f02af2fc725b40464b234baaa748c9ee57_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://35/ac/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd6/b0/sstate:unzip::6.0:r0::11:d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://39/0d/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/95/sstate:libxext:core2-64-poky-linux:1.3.5:r0:core2-64:11:2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/91/f6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://27/05/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/05/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c_package.tar.zst;downloadfilename=27/05/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://63/c0/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/25/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '35/ac/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d6/b0/sstate:unzip::6.0:r0::11:d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/b0/sstate%3Aunzip%3A%3A6.0%3Ar0%3A%3A11%3Ad6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a_populate_lic.tar.zst;downloadfilename=d6/b0/sstate:unzip::6.0:r0::11:d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '39/0d/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://33/d5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c_packagedata.tar.zst\nDEBUG: For url file://universal/91/f6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/f6/sstate%3Acwautomacros-native%3Ax86_64-linux%3A20110201%3Ar0%3Ax86_64%3A11%3A91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308_create_spdx.tar.zst;downloadfilename=universal/91/f6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308_create_spdx.tar.zst\nDEBUG: Searching for 63/c0/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b2/25/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://35/ac/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/ac/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.2%2Bgit%3Ar0%3Acore2-64%3A11%3A35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f_create_spdx.tar.zst;downloadfilename=35/ac/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f_create_spdx.tar.zst\nDEBUG: For url file://39/0d/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/0d/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst;downloadfilename=39/0d/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 33/d5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 63/c0/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18_package_qa.tar.zst\nDEBUG: Using  for b2/25/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://60/f2/sstate:libksba:core2-64-poky-linux:1.6.5:r0:core2-64:11:60f20cc96ed367491d939d458d6e4dc6ed39bedeed38fae40ccba4453791022e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/a0/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:11:dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916_recipe_qa.tar.zst\nDEBUG: Using  for 33/d5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c_packagedata.tar.zst\nDEBUG: Testing URL file://63/c0/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18_package_qa.tar.zst\nDEBUG: Testing URL file://b2/25/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/40/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/67/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://33/d5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c_packagedata.tar.zst\nDEBUG: For url ['file', '', '63/c0/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b2/25/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f8/40/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/79/67/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '33/d5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://63/c0/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/c0/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.12.5%3Ar0%3Acore2-64%3A11%3A63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18_package_qa.tar.zst;downloadfilename=63/c0/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18_package_qa.tar.zst\nDEBUG: For url file://b2/25/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/25/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A11%3Ab2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137_package_write_rpm.tar.zst;downloadfilename=b2/25/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137_package_write_rpm.tar.zst\nDEBUG: Using  for f8/40/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e_populate_sysroot.tar.zst\nDEBUG: Using  for universal/79/67/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa_create_runtime_spdx.tar.zst\nDEBUG: For url file://33/d5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/d5/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A11%3A33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c_packagedata.tar.zst;downloadfilename=33/d5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c_packagedata.tar.zst\nDEBUG: Testing URL file://f8/40/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://27/05/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:27059e35f382ed280203e68e0823743646a0fd0a16bcab5eda5e62a7d16c8d2c_package.tar.zst\nDEBUG: Testing URL file://universal/79/67/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'f8/40/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d6/b0/sstate:unzip::6.0:r0::11:d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/91/f6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:11:91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/00/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/79/67/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/40/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/40/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.50.1%3Ar0%3Acore2-64%3A11%3Af840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e_populate_sysroot.tar.zst;downloadfilename=f8/40/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://da/6d/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/14/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b_populate_sysroot.tar.zst\nDEBUG: Searching for 1f/00/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/79/67/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/67/sstate%3Abzip2-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A11%3A79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa_create_runtime_spdx.tar.zst;downloadfilename=universal/79/67/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa_create_runtime_spdx.tar.zst\nDEBUG: Searching for da/6d/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8d/14/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 1f/00/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://39/0d/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:390d963e280eedc56a5f7c75af880169102eaad60525879fe825be90e11013d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://35/ac/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f_create_spdx.tar.zst\nDEBUG: Using  for da/6d/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae_package_qa.tar.zst\nDEBUG: Using  for 8d/14/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1f/00/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/ca/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://52/97/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6_recipe_qa.tar.zst\nDEBUG: Testing URL file://da/6d/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae_package_qa.tar.zst\nDEBUG: Testing URL file://8d/14/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '1f/00/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b5/ca/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 52/97/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'da/6d/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8d/14/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1f/00/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/00/sstate%3Aboost%3Acore2-64-poky-linux%3A1.83.0%3Ar0%3Acore2-64%3A11%3A1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818_package_write_rpm.tar.zst;downloadfilename=1f/00/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818_package_write_rpm.tar.zst\nDEBUG: Using  for b5/ca/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c_packagedata.tar.zst\nDEBUG: Using  for 52/97/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6_recipe_qa.tar.zst\nDEBUG: For url file://da/6d/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/6d/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.7.3%3Ar0%3Acore2-64%3A11%3Ada6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae_package_qa.tar.zst;downloadfilename=da/6d/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae_package_qa.tar.zst\nDEBUG: For url file://8d/14/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/14/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.59.0%3Ar0%3Acore2-64%3A11%3A8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b_populate_sysroot.tar.zst;downloadfilename=8d/14/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b5/ca/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c_packagedata.tar.zst\nDEBUG: Testing URL file://52/97/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/25/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:11:b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://63/c0/sstate:gtk4:core2-64-poky-linux:4.12.5:r0:core2-64:11:63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b5/ca/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '52/97/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://33/d5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:11:33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/40/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:f840f6f65f4307a1ad705b8afe4279211587bcc57c215cd72513f872cc8fe94e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/29/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/00/sstate:packagegroup-base::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: For url file://b5/ca/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/ca/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A11%3Ab5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c_packagedata.tar.zst;downloadfilename=b5/ca/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c_packagedata.tar.zst\nDEBUG: For url file://52/97/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/97/sstate%3Amesa%3Acore2-64-poky-linux%3A23.3.5%3Ar0%3Acore2-64%3A11%3A52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6_recipe_qa.tar.zst;downloadfilename=52/97/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/35/sstate:libsolv-native::0.7.28:r0::11:ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://56/d8/sstate:gtk+3::3.24.38:r0::11:56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92_populate_lic.tar.zst\nDEBUG: Searching for e5/29/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cc/00/sstate:packagegroup-base::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ae/35/sstate:libsolv-native::0.7.28:r0::11:ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/79/67/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:11:79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa_create_runtime_spdx.tar.zst\nDEBUG: Searching for 56/d8/sstate:gtk+3::3.24.38:r0::11:56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e5/29/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7_package_qa.tar.zst\nDEBUG: Using  for cc/00/sstate:packagegroup-base::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Using  for ae/35/sstate:libsolv-native::0.7.28:r0::11:ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/82/36/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6_create_runtime_spdx.tar.zst\nDEBUG: Using  for 56/d8/sstate:gtk+3::3.24.38:r0::11:56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92_populate_lic.tar.zst\nDEBUG: Testing URL file://e5/29/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7_package_qa.tar.zst\nDEBUG: Testing URL file://cc/00/sstate:packagegroup-base::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: Testing URL file://ae/35/sstate:libsolv-native::0.7.28:r0::11:ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707_populate_lic.tar.zst\nDEBUG: Searching for universal/82/36/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://56/d8/sstate:gtk+3::3.24.38:r0::11:56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e5/29/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cc/00/sstate:packagegroup-base::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ae/35/sstate:libsolv-native::0.7.28:r0::11:ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/82/36/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '56/d8/sstate:gtk+3::3.24.38:r0::11:56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e5/29/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/29/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.9.0%3Ar0%3Acore2-64%3A11%3Ae5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7_package_qa.tar.zst;downloadfilename=e5/29/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7_package_qa.tar.zst\nDEBUG: For url file://cc/00/sstate:packagegroup-base::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/00/sstate%3Apackagegroup-base%3A%3A1.0%3Ar0%3A%3A11%3Acc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst;downloadfilename=cc/00/sstate:packagegroup-base::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: For url file://ae/35/sstate:libsolv-native::0.7.28:r0::11:ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/35/sstate%3Alibsolv-native%3A%3A0.7.28%3Ar0%3A%3A11%3Aae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707_populate_lic.tar.zst;downloadfilename=ae/35/sstate:libsolv-native::0.7.28:r0::11:ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/82/36/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6_create_runtime_spdx.tar.zst\nDEBUG: For url file://56/d8/sstate:gtk+3::3.24.38:r0::11:56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/d8/sstate%3Agtk%2B3%3A%3A3.24.38%3Ar0%3A%3A11%3A56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92_populate_lic.tar.zst;downloadfilename=56/d8/sstate:gtk+3::3.24.38:r0::11:56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/82/36/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://da/6d/sstate:libtraceevent:core2-64-poky-linux:1.7.3:r0:core2-64:11:da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae_package_qa.tar.zst\nDEBUG: For url file://universal/82/36/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/82/36/sstate%3Aninja-native%3Ax86_64-linux%3A1.11.1%3Ar0%3Ax86_64%3A11%3A823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6_create_runtime_spdx.tar.zst;downloadfilename=universal/82/36/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/00/sstate:boost:core2-64-poky-linux:1.83.0:r0:core2-64:11:1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://62/7d/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/14/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:8d14fead01db2588a4a704e78e7dbbb65dee98f9168c9352c24eaa3ec0d7b62b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://78/67/sstate:libedit-native::20230828-3.1:r0::11:7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6_populate_lic.tar.zst\nDEBUG: Searching for 62/7d/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://52/97/sstate:mesa:core2-64-poky-linux:23.3.5:r0:core2-64:11:52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/ca/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:11:b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/fa/sstate:nghttp2:core2-64-poky-linux:1.59.0:r0:core2-64:11:9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://51/6f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b_packagedata.tar.zst\nDEBUG: Searching for 78/67/sstate:libedit-native::20230828-3.1:r0::11:7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 62/7d/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/57/75/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://df/17/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c4/a2/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589_recipe_qa.tar.zst\nDEBUG: Searching for 51/6f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 78/67/sstate:libedit-native::20230828-3.1:r0::11:7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6_populate_lic.tar.zst\nDEBUG: Testing URL file://62/7d/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de_package_qa.tar.zst\nDEBUG: Searching for universal/57/75/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for df/17/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/c4/a2/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 51/6f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b_packagedata.tar.zst\nDEBUG: Testing URL file://78/67/sstate:libedit-native::20230828-3.1:r0::11:7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '62/7d/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/57/75/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for df/17/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a_package_write_rpm.tar.zst\nDEBUG: Using  for universal/c4/a2/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589_recipe_qa.tar.zst\nDEBUG: Testing URL file://51/6f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b_packagedata.tar.zst\nDEBUG: For url ['file', '', '78/67/sstate:libedit-native::20230828-3.1:r0::11:7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://62/7d/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/7d/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A11%3A627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de_package_qa.tar.zst;downloadfilename=62/7d/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de_package_qa.tar.zst\nDEBUG: Testing URL file://universal/57/75/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://df/17/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/c4/a2/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '51/6f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://78/67/sstate:libedit-native::20230828-3.1:r0::11:7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/67/sstate%3Alibedit-native%3A%3A20230828-3.1%3Ar0%3A%3A11%3A7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6_populate_lic.tar.zst;downloadfilename=78/67/sstate:libedit-native::20230828-3.1:r0::11:7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/57/75/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'df/17/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/c4/a2/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://e5/29/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:11:e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7_package_qa.tar.zst\nDEBUG: For url file://51/6f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/6f/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b_packagedata.tar.zst;downloadfilename=51/6f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b_packagedata.tar.zst\nDEBUG: For url file://universal/57/75/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/57/75/sstate%3Alibyaml-native%3Ax86_64-linux%3A0.2.5%3Ar0%3Ax86_64%3A11%3A577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25_deploy_source_date_epoch.tar.zst;downloadfilename=universal/57/75/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://df/17/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/17/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.11%3Ar0%3Acore2-64%3A11%3Adf17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a_package_write_rpm.tar.zst;downloadfilename=df/17/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/00/sstate:packagegroup-base::1.0:r0::11:cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24_populate_lic.tar.zst\nDEBUG: For url file://universal/c4/a2/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c4/a2/sstate%3Aqemu-helper-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3Ac4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589_recipe_qa.tar.zst;downloadfilename=universal/c4/a2/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/35/sstate:libsolv-native::0.7.28:r0::11:ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/0b/sstate:orc:core2-64-poky-linux:0.4.36:r0:core2-64:11:2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f9/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://56/d8/sstate:gtk+3::3.24.38:r0::11:56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://42/a7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:11:42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/28/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/82/36/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/cf/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508_package.tar.zst\nDEBUG: SState: Attempting to fetch file://61/2d/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38_recipe_qa.tar.zst\nDEBUG: Searching for universal/f9/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://f9/2f/sstate:libxmu::1.1.4:r0::11:f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://04/64/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/5d/28/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/08/12/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fd/cf/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 61/2d/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f9/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f9/2f/sstate:libxmu::1.1.4:r0::11:f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 04/64/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/5d/28/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/08/12/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fd/cf/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508_package.tar.zst\nDEBUG: Using  for 61/2d/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/f9/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f9/2f/sstate:libxmu::1.1.4:r0::11:f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6_populate_lic.tar.zst\nDEBUG: Using  for 04/64/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/5d/28/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/08/12/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fd/cf/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508_package.tar.zst\nDEBUG: Testing URL file://61/2d/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f9/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f9/2f/sstate:libxmu::1.1.4:r0::11:f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6_populate_lic.tar.zst\nDEBUG: Testing URL file://04/64/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://62/7d/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:11:627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/5d/28/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/08/12/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fd/cf/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '61/2d/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/f9/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f9/c2/sstate%3Acairo-native%3Ax86_64-linux%3A1.18.0%3Ar0%3Ax86_64%3A11%3Af9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f9/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f9/2f/sstate:libxmu::1.1.4:r0::11:f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '04/64/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://0a/56/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87_recipe_qa.tar.zst\nDEBUG: For url file://universal/5d/28/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/28/sstate%3Alibmicrohttpd-native%3Ax86_64-linux%3A0.9.77%3Ar0%3Ax86_64%3A11%3A5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef_create_runtime_spdx.tar.zst;downloadfilename=universal/5d/28/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/08/12/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fd/cf/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/cf/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A11%3Afdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508_package.tar.zst;downloadfilename=fd/cf/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508_package.tar.zst\nDEBUG: For url file://61/2d/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/2d/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A11%3A612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38_recipe_qa.tar.zst;downloadfilename=61/2d/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38_recipe_qa.tar.zst\nDEBUG: For url file://f9/2f/sstate:libxmu::1.1.4:r0::11:f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/2f/sstate%3Alibxmu%3A%3A1.1.4%3Ar0%3A%3A11%3Af92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6_populate_lic.tar.zst;downloadfilename=f9/2f/sstate:libxmu::1.1.4:r0::11:f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6_populate_lic.tar.zst\nDEBUG: For url file://04/64/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/64/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A11%3A04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b_deploy_source_date_epoch.tar.zst;downloadfilename=04/64/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0a/56/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://78/67/sstate:libedit-native::20230828-3.1:r0::11:7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6_populate_lic.tar.zst\nDEBUG: For url file://universal/08/12/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/12/sstate%3Aninja-native%3Ax86_64-linux%3A1.11.1%3Ar0%3Ax86_64%3A11%3A08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/08/12/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://51/6f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/57/75/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:11:577587fef49cadfa4c2b9c32183d21dee2f65974ea7834e39fa6bbd16f9dbf25_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://df/17/sstate:bash-completion:core2-64-poky-linux:2.11:r0:core2-64:11:df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a_package_write_rpm.tar.zst\nDEBUG: Using  for 0a/56/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c4/a2/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/9d/sstate:python3-markupsafe-native::2.1.3:r0::11:e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/3c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a5/88/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f9/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:f9c2a179103134cd0abe08a8c0da921f575a74da4489e4a66352fed677c450af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/fb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81_package_qa.tar.zst\nDEBUG: Testing URL file://0a/56/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/fd/sstate:ccache::4.9:r0::11:c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73_populate_lic.tar.zst\nDEBUG: Searching for e5/9d/sstate:python3-markupsafe-native::2.1.3:r0::11:e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7c/3c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/a5/88/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/71/91/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1_populate_sysroot.tar.zst\nDEBUG: Searching for e0/fb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '0a/56/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c8/fd/sstate:ccache::4.9:r0::11:c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e5/9d/sstate:python3-markupsafe-native::2.1.3:r0::11:e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc_populate_lic.tar.zst\nDEBUG: Using  for 7c/3c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b_package_write_ipk.tar.zst\nDEBUG: Using  for universal/a5/88/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536_populate_sysroot.tar.zst\nDEBUG: Searching for universal/71/91/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e0/fb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81_package_qa.tar.zst\nDEBUG: For url file://0a/56/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/56/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.5.3%3Ar0%3Acore2-64%3A11%3A0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87_recipe_qa.tar.zst;downloadfilename=0a/56/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87_recipe_qa.tar.zst\nDEBUG: Using  for c8/fd/sstate:ccache::4.9:r0::11:c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73_populate_lic.tar.zst\nDEBUG: Testing URL file://e5/9d/sstate:python3-markupsafe-native::2.1.3:r0::11:e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc_populate_lic.tar.zst\nDEBUG: Testing URL file://7c/3c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/a5/88/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536_populate_sysroot.tar.zst\nDEBUG: Using  for universal/71/91/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e0/fb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5d/28/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c8/fd/sstate:ccache::4.9:r0::11:c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e5/9d/sstate:python3-markupsafe-native::2.1.3:r0::11:e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://61/2d/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:11:612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7c/3c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fd/cf/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:fdcf9de5f64eafdebca328d15bdf372ae1b99bb781cd5b19fab5976423ae9508_package.tar.zst\nDEBUG: For url ['file', '', 'universal/a5/88/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/71/91/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e0/fb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://dd/c9/sstate:rust-llvm-native::1.74.1:r0::11:ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c8/fd/sstate:ccache::4.9:r0::11:c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e5/9d/sstate:python3-markupsafe-native::2.1.3:r0::11:e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/9d/sstate%3Apython3-markupsafe-native%3A%3A2.1.3%3Ar0%3A%3A11%3Ae59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc_populate_lic.tar.zst;downloadfilename=e5/9d/sstate:python3-markupsafe-native::2.1.3:r0::11:e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e2/13/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02_create_spdx.tar.zst\nDEBUG: For url file://7c/3c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/3c/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b_package_write_ipk.tar.zst;downloadfilename=7c/3c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/3f/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740_create_spdx.tar.zst\nDEBUG: For url file://universal/a5/88/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a5/88/sstate%3Aicon-naming-utils-native%3Ax86_64-linux%3A0.8.90%3Ar0%3Ax86_64%3A11%3Aa588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536_populate_sysroot.tar.zst;downloadfilename=universal/a5/88/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/71/91/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e0/fb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/fb/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.12%2Bgit%3Ar0%3Aqemux86_64%3A11%3Ae0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81_package_qa.tar.zst;downloadfilename=e0/fb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81_package_qa.tar.zst\nDEBUG: Searching for dd/c9/sstate:rust-llvm-native::1.74.1:r0::11:ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c8/fd/sstate:ccache::4.9:r0::11:c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/fd/sstate%3Accache%3A%3A4.9%3Ar0%3A%3A11%3Ac8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73_populate_lic.tar.zst;downloadfilename=c8/fd/sstate:ccache::4.9:r0::11:c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73_populate_lic.tar.zst\nDEBUG: Searching for universal/e2/13/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a5/3f/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/71/91/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/91/sstate%3Apython3-typing-extensions-native%3Ax86_64-linux%3A4.9.0%3Ar0%3Ax86_64%3A11%3A7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1_populate_sysroot.tar.zst;downloadfilename=universal/71/91/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://04/64/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:04641d9c3b63200fdd846b5fffce57f560706aabdbe1a5e83aac1fedc5807e7b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/2f/sstate:libxmu::1.1.4:r0::11:f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/12/sstate:ninja-native:x86_64-linux:1.11.1:r0:x86_64:11:08126873c184221387078b6979433d36b8bec7c395106b80090a391d3ec9f7f3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for dd/c9/sstate:rust-llvm-native::1.74.1:r0::11:ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915_populate_lic.tar.zst\nDEBUG: Using  for universal/e2/13/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/56/sstate:btrfs-tools:core2-64-poky-linux:6.5.3:r0:core2-64:11:0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87_recipe_qa.tar.zst\nDEBUG: Using  for a5/3f/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://02/26/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/9d/sstate:python3-markupsafe-native::2.1.3:r0::11:e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/37/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/52/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://dd/c9/sstate:rust-llvm-native::1.74.1:r0::11:ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/e2/13/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://52/24/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a5/3f/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740_create_spdx.tar.zst\nDEBUG: Searching for 02/26/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://57/3e/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966_package_write_rpm.tar.zst\nDEBUG: Searching for fb/37/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e5/52/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'dd/c9/sstate:rust-llvm-native::1.74.1:r0::11:ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e2/13/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 52/24/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'a5/3f/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 02/26/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14_populate_sysroot.tar.zst\nDEBUG: Searching for 57/3e/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fb/37/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb_create_runtime_spdx.tar.zst\nDEBUG: Using  for e5/52/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://dd/c9/sstate:rust-llvm-native::1.74.1:r0::11:ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/c9/sstate%3Arust-llvm-native%3A%3A1.74.1%3Ar0%3A%3A11%3Addc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915_populate_lic.tar.zst;downloadfilename=dd/c9/sstate:rust-llvm-native::1.74.1:r0::11:ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915_populate_lic.tar.zst\nDEBUG: For url file://universal/e2/13/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e2/13/sstate%3Aunifdef-native%3Ax86_64-linux%3A2.12%3Ar0%3Ax86_64%3A11%3Ae21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02_create_spdx.tar.zst;downloadfilename=universal/e2/13/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02_create_spdx.tar.zst\nDEBUG: Using  for 52/24/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a5/3f/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/3f/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.44.2%3Ar0%3Acore2-64%3A11%3Aa53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740_create_spdx.tar.zst;downloadfilename=a5/3f/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740_create_spdx.tar.zst\nDEBUG: Testing URL file://02/26/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14_populate_sysroot.tar.zst\nDEBUG: Using  for 57/3e/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fb/37/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e5/52/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://52/24/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/3c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a5/88/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:11:a588924f4056ba8cba891c442da51eab4e3f9238c9982a4e3a3d35a0d15df536_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/fb/sstate:linux-yocto:qemux86_64-poky-linux:6.6.12+git:r0:qemux86_64:11:e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81_package_qa.tar.zst\nDEBUG: For url ['file', '', '02/26/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c8/fd/sstate:ccache::4.9:r0::11:c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73_populate_lic.tar.zst\nDEBUG: Testing URL file://57/3e/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fb/37/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e5/52/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '52/24/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://44/92/sstate:boost::1.83.0:r0::11:4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9d/5e/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f7/0c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba_create_spdx.tar.zst\nDEBUG: For url file://02/26/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/26/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.14.2%3Ar0%3Acore2-64%3A11%3A02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14_populate_sysroot.tar.zst;downloadfilename=02/26/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://14/64/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '57/3e/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fb/37/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/37/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%3Ar0%3Aallarch%3A11%3Afb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb_create_runtime_spdx.tar.zst;downloadfilename=fb/37/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb_create_runtime_spdx.tar.zst\nDEBUG: For url file://e5/52/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/52/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.32%3Ar0%3Aallarch%3A11%3Ae552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673_deploy_source_date_epoch.tar.zst;downloadfilename=e5/52/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://52/24/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/24/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A11%3A5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908_deploy_source_date_epoch.tar.zst;downloadfilename=52/24/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 44/92/sstate:boost::1.83.0:r0::11:4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/9d/5e/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/f7/0c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 14/64/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/71/91/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1_populate_sysroot.tar.zst\nDEBUG: For url file://57/3e/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/3e/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3A573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966_package_write_rpm.tar.zst;downloadfilename=57/3e/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966_package_write_rpm.tar.zst\nDEBUG: Using  for 44/92/sstate:boost::1.83.0:r0::11:4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517_populate_lic.tar.zst\nDEBUG: Using  for universal/9d/5e/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/c9/sstate:rust-llvm-native::1.74.1:r0::11:ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915_populate_lic.tar.zst\nDEBUG: Using  for universal/f7/0c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba_create_spdx.tar.zst\nDEBUG: Using  for 14/64/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://60/98/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://44/92/sstate:boost::1.83.0:r0::11:4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/9d/5e/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/3f/sstate:sqlite3:core2-64-poky-linux:3.44.2:r0:core2-64:11:a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e2/13/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:11:e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://66/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3_packagedata.tar.zst\nDEBUG: Testing URL file://universal/f7/0c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba_create_spdx.tar.zst\nDEBUG: Testing URL file://14/64/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158_recipe_qa.tar.zst\nDEBUG: Searching for 60/98/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '44/92/sstate:boost::1.83.0:r0::11:4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/9d/5e/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://92/a1/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4c/34/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200_create_runtime_spdx.tar.zst\nDEBUG: Searching for 66/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f7/0c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '14/64/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 60/98/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://44/92/sstate:boost::1.83.0:r0::11:4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/92/sstate%3Aboost%3A%3A1.83.0%3Ar0%3A%3A11%3A4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517_populate_lic.tar.zst;downloadfilename=44/92/sstate:boost::1.83.0:r0::11:4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517_populate_lic.tar.zst\nDEBUG: For url file://universal/9d/5e/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9d/5e/sstate%3Aldconfig-native%3Ax86_64-linux%3A2.12.1%3Ar0%3Ax86_64%3A11%3A9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b_create_runtime_spdx.tar.zst;downloadfilename=universal/9d/5e/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 92/a1/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/4c/34/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 66/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3_packagedata.tar.zst\nDEBUG: For url file://universal/f7/0c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/0c/sstate%3Alibcheck-native%3Ax86_64-linux%3A0.15.2%3Ar0%3Ax86_64%3A11%3Af70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba_create_spdx.tar.zst;downloadfilename=universal/f7/0c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba_create_spdx.tar.zst\nDEBUG: For url file://14/64/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/64/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158_recipe_qa.tar.zst;downloadfilename=14/64/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158_recipe_qa.tar.zst\nDEBUG: Testing URL file://60/98/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 92/a1/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/4c/34/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://02/26/sstate:shadow:core2-64-poky-linux:4.14.2:r0:core2-64:11:02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14_populate_sysroot.tar.zst\nDEBUG: Testing URL file://66/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/52/sstate:wayland-protocols:all-poky-linux:1.32:r0:allarch:11:e552e8995bf7ab0988efe1a51c6851937e07a71e41d484504caeb183a4cbe673_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '60/98/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fb/37/sstate:update-rc.d:all-poky-linux:0.8:r0:allarch:11:fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://92/a1/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://52/24/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:11:5224af9cb9d1935dcd928e3b328c8f9b735f4c547d69df8e04fc95075415e908_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/4c/34/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/a8/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c_package_qa.tar.zst\nDEBUG: For url ['file', '', '66/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://1c/8d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a_packagedata.tar.zst\nDEBUG: For url file://60/98/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/98/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A11%3A60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254_deploy_source_date_epoch.tar.zst;downloadfilename=60/98/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://57/3e/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://01/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb_package_qa.tar.zst\nDEBUG: For url ['file', '', '92/a1/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/16/ea/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/4c/34/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fb/a8/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://66/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/54/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A11%3A6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3_packagedata.tar.zst;downloadfilename=66/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3_packagedata.tar.zst\nDEBUG: Searching for 1c/8d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://35/f7/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 01/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://92/a1/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/a1/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.4%3Ar0%3Acore2-64%3A11%3A92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e_deploy_source_date_epoch.tar.zst;downloadfilename=92/a1/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/16/ea/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/4c/34/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/34/sstate%3Alibbsd-native%3Ax86_64-linux%3A0.11.8%3Ar0%3Ax86_64%3A11%3A4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200_create_runtime_spdx.tar.zst;downloadfilename=universal/4c/34/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200_create_runtime_spdx.tar.zst\nDEBUG: Using  for fb/a8/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c_package_qa.tar.zst\nDEBUG: Using  for 1c/8d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a_packagedata.tar.zst\nDEBUG: Searching for 35/f7/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 01/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://44/92/sstate:boost::1.83.0:r0::11:4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9d/5e/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/16/ea/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://fb/a8/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c_package_qa.tar.zst\nDEBUG: Testing URL file://1c/8d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a_packagedata.tar.zst\nDEBUG: Using  for 35/f7/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f7/0c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba_create_spdx.tar.zst\nDEBUG: Testing URL file://01/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/ce/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/16/ea/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'fb/a8/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1c/8d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://35/f7/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/84/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '01/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c9/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1c/ce/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/16/ea/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fb/a8/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/a8/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A11%3Afba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c_package_qa.tar.zst;downloadfilename=fb/a8/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c_package_qa.tar.zst\nDEBUG: For url file://1c/8d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/8d/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.1%3Ar0%3Acore2-64%3A11%3A1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a_packagedata.tar.zst;downloadfilename=1c/8d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a_packagedata.tar.zst\nDEBUG: For url ['file', '', '35/f7/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e4/84/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://01/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/4c/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A11%3A014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb_package_qa.tar.zst;downloadfilename=01/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb_package_qa.tar.zst\nDEBUG: Using  for c9/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76_recipe_qa.tar.zst\nDEBUG: Using  for 1c/ce/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/16/ea/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/16/ea/sstate%3Alibxtst-native%3Ax86_64-linux%3A1.2.4%3Ar0%3Ax86_64%3A11%3A16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642_create_runtime_spdx.tar.zst;downloadfilename=universal/16/ea/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642_create_runtime_spdx.tar.zst\nDEBUG: For url file://35/f7/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/f7/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3A35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb_deploy_source_date_epoch.tar.zst;downloadfilename=35/f7/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://14/64/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158_recipe_qa.tar.zst\nDEBUG: Using  for e4/84/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://60/98/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:11:60986d57a3e9bfc2d8a27966827785dd16fde714e7e4264ef2f8f92ec44e7254_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c9/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76_recipe_qa.tar.zst\nDEBUG: Testing URL file://1c/ce/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://66/54/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://40/c2/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4c/34/sstate:libbsd-native:x86_64-linux:0.11.8:r0:x86_64:11:4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e4/84/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://92/a1/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:92a16bb82269845bfaff367af409ef74393a684eb94a77486ec488c182bb543e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://25/f1/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c9/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1c/ce/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/f3/c1/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0_create_runtime_spdx.tar.zst\nDEBUG: Searching for 40/c2/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://7a/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e4/84/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f5/3c/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 25/f1/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c9/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/34/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3Ac9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76_recipe_qa.tar.zst;downloadfilename=c9/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76_recipe_qa.tar.zst\nDEBUG: For url file://1c/ce/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/ce/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f_deploy_source_date_epoch.tar.zst;downloadfilename=1c/ce/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/f3/c1/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 40/c2/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430_package.tar.zst\nDEBUG: Searching for 7a/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://e4/84/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/84/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.2.0%3Ar0%3Acore2-64%3A11%3Ae48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09_deploy_source_date_epoch.tar.zst;downloadfilename=e4/84/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f5/3c/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 25/f1/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/a8/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c_package_qa.tar.zst\nDEBUG: Using  for universal/f3/c1/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://40/c2/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430_package.tar.zst\nDEBUG: Using  for 7a/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103_create_spdx.tar.zst\nDEBUG: Using  for f5/3c/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://25/f1/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://35/f7/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:35f7551fdeeae76079c0f3069bf0e82398e7c0d5cef6a2f63676318148188fbb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/8d/sstate:libevdev:core2-64-poky-linux:1.13.1:r0:core2-64:11:1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://01/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://53/fe/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f3/c1/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '40/c2/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7a/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103_create_spdx.tar.zst\nDEBUG: Testing URL file://f5/3c/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '25/f1/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://6a/13/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/c6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://65/d2/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 53/fe/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f3/c1/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://40/c2/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/c2/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430_package.tar.zst;downloadfilename=40/c2/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430_package.tar.zst\nDEBUG: For url ['file', '', '7a/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f5/3c/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://25/f1/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/f1/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3A25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c_deploy_source_date_epoch.tar.zst;downloadfilename=25/f1/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6a/13/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d7/c6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 65/d2/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 53/fe/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049_create_spdx.tar.zst\nDEBUG: For url file://universal/f3/c1/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f3/c1/sstate%3Alibidn2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A11%3Af3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0_create_runtime_spdx.tar.zst;downloadfilename=universal/f3/c1/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0_create_runtime_spdx.tar.zst\nDEBUG: For url file://7a/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/46/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A11%3A7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103_create_spdx.tar.zst;downloadfilename=7a/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103_create_spdx.tar.zst\nDEBUG: For url file://f5/3c/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/3c/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3Af53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431_deploy_source_date_epoch.tar.zst;downloadfilename=f5/3c/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/16/ea/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:11:16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642_create_runtime_spdx.tar.zst\nDEBUG: Using  for 6a/13/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93_recipe_qa.tar.zst\nDEBUG: Using  for d7/c6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 65/d2/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://53/fe/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/ce/sstate:libxcursor:core2-64-poky-linux:1.2.1:r0:core2-64:11:1cced127944c72f0cf723d5a6093c6718ea7c44faa5dbb10dd5a170dc1aff99f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/34/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dc/2a/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6a/13/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/84/sstate:openssl:core2-64-poky-linux:3.2.0:r0:core2-64:11:e48453eda1224218af6515753f9c698a59c3b45525b7244fe4bfcb578f4a4c09_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d7/c6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://65/d2/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '53/fe/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/d1/df/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://83/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142_package.tar.zst\nDEBUG: Searching for universal/dc/2a/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '6a/13/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://dc/e2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd7/c6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '65/d2/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://53/fe/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/fe/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A11%3A53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049_create_spdx.tar.zst;downloadfilename=53/fe/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049_create_spdx.tar.zst\nDEBUG: Searching for universal/d1/df/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 83/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/dc/2a/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6a/13/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/13/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A11%3A6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93_recipe_qa.tar.zst;downloadfilename=6a/13/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93_recipe_qa.tar.zst\nDEBUG: Searching for dc/e2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://d7/c6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/c6/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.12%3Ar0%3Acore2-64%3A11%3Ad7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472_deploy_source_date_epoch.tar.zst;downloadfilename=d7/c6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://65/d2/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/d2/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b_create_runtime_spdx.tar.zst;downloadfilename=65/d2/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/d1/df/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf_create_runtime_spdx.tar.zst\nDEBUG: Using  for 83/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142_package.tar.zst\nDEBUG: Testing URL file://universal/dc/2a/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for dc/e2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://40/c2/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:40c28d4fbc6782acff8319978641ab6b9ced044f2572374c1d50b7c7ec334430_package.tar.zst\nDEBUG: SState: Successful fetch test for file://25/f1/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:25f1481d455584527aeb335aa726bdc3030db865dfd004fab91a2dfbb5b1410c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/d1/df/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://83/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142_package.tar.zst\nDEBUG: For url ['file', '', 'universal/dc/2a/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://dc/e2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/3c/sstate:libstd-rs:core2-64-poky-linux:1.74.1:r0:core2-64:11:f53c1f44fc44e7a75d53673a8476a3ec9bf4a183b87b43317d82d2a8ee6a8431_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/95/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/d1/df/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '83/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/dc/2a/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/2a/sstate%3Ampfr-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A11%3Adc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202_deploy_source_date_epoch.tar.zst;downloadfilename=universal/dc/2a/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'dc/e2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/ba/d1/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14_recipe_qa.tar.zst\nDEBUG: Searching for 8a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e4/95/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/d1/df/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d1/df/sstate%3Alibtirpc-native%3Ax86_64-linux%3A1.3.4%3Ar0%3Ax86_64%3A11%3Ad1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf_create_runtime_spdx.tar.zst;downloadfilename=universal/d1/df/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf_create_runtime_spdx.tar.zst\nDEBUG: For url file://83/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/b5/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A11%3A83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142_package.tar.zst;downloadfilename=83/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142_package.tar.zst\nDEBUG: For url file://dc/e2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/e2/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A11%3Adce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c_recipe_qa.tar.zst;downloadfilename=dc/e2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c_recipe_qa.tar.zst\nDEBUG: Searching for universal/ba/d1/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/f3/c1/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:11:f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f_recipe_qa.tar.zst\nDEBUG: Using  for e4/95/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad_populate_sysroot.tar.zst\nDEBUG: Using  for universal/ba/d1/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/13/sstate:libfontenc:core2-64-poky-linux:1.1.7:r0:core2-64:11:6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://86/26/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/c6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:d7c6fe00cbe4e9ec73174a81bf105a0478eb84599c771896f67bd9c08d51b472_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f_recipe_qa.tar.zst\nDEBUG: Testing URL file://e4/95/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/ba/d1/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/69/c3/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 86/26/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/b4/06/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/95/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ba/d1/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/69/c3/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 86/26/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718_packagedata.tar.zst\nDEBUG: Searching for universal/b4/06/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://8a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/38/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A11%3A8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f_recipe_qa.tar.zst;downloadfilename=8a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f_recipe_qa.tar.zst\nDEBUG: For url file://e4/95/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/95/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3Ae495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad_populate_sysroot.tar.zst;downloadfilename=e4/95/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad_populate_sysroot.tar.zst\nDEBUG: For url file://universal/ba/d1/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/d1/sstate%3Atzcode-native%3Ax86_64-linux%3A2023d%3Ar0%3Ax86_64%3A11%3Abad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14_recipe_qa.tar.zst;downloadfilename=universal/ba/d1/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14_recipe_qa.tar.zst\nDEBUG: Using  for universal/69/c3/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://86/26/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718_packagedata.tar.zst\nDEBUG: Using  for universal/b4/06/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/69/c3/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/b6/sstate:python3:core2-64-poky-linux:3.12.1:r0:core2-64:11:40b69d1d5d7d3773b4279a711b48630ab6b6d29b847cb4d908250e7a63575414_package.tar.zst\nDEBUG: For url ['file', '', '86/26/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/dc/2a/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:11:dc2a3e6139eef44cd8607aad36648ac0d0a43bedabb0559740c13e49c0efe202_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b4/06/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/69/c3/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://16/48/sstate:cracklib::2.9.11:r0::11:1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472_populate_lic.tar.zst\nDEBUG: For url file://86/26/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/26/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A11%3A8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718_packagedata.tar.zst;downloadfilename=86/26/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://74/b1/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/b4/06/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/69/c3/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/69/c3/sstate%3Apython3-pyparsing-native%3Ax86_64-linux%3A3.1.1%3Ar0%3Ax86_64%3A11%3A69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b_create_runtime_spdx.tar.zst;downloadfilename=universal/69/c3/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b_create_runtime_spdx.tar.zst\nDEBUG: Searching for 16/48/sstate:cracklib::2.9.11:r0::11:1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 74/b1/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/b4/06/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b4/06/sstate%3Alibxi-native%3Ax86_64-linux%3A1.8.1%3Ar0%3Ax86_64%3A11%3Ab406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608_recipe_qa.tar.zst;downloadfilename=universal/b4/06/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608_recipe_qa.tar.zst\nDEBUG: Using  for 16/48/sstate:cracklib::2.9.11:r0::11:1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/e2/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:11:dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c_recipe_qa.tar.zst\nDEBUG: Using  for 74/b1/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d1/df/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://16/48/sstate:cracklib::2.9.11:r0::11:1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://01/34/sstate:xf86-input-libinput::1.4.0:r0::11:01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e_populate_lic.tar.zst\nDEBUG: Testing URL file://74/b1/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/de/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '16/48/sstate:cracklib::2.9.11:r0::11:1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 01/34/sstate:xf86-input-libinput::1.4.0:r0::11:01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '74/b1/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b8/de/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://16/48/sstate:cracklib::2.9.11:r0::11:1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/48/sstate%3Acracklib%3A%3A2.9.11%3Ar0%3A%3A11%3A1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472_populate_lic.tar.zst;downloadfilename=16/48/sstate:cracklib::2.9.11:r0::11:1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472_populate_lic.tar.zst\nDEBUG: Using  for 01/34/sstate:xf86-input-libinput::1.4.0:r0::11:01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e_populate_lic.tar.zst\nDEBUG: For url file://74/b1/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/b1/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.5p1%3Ar0%3Acore2-64%3A11%3A74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7_packagedata.tar.zst;downloadfilename=74/b1/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7_packagedata.tar.zst\nDEBUG: Using  for b8/de/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://01/34/sstate:xf86-input-libinput::1.4.0:r0::11:01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:11:8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f_recipe_qa.tar.zst\nDEBUG: Testing URL file://b8/de/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '01/34/sstate:xf86-input-libinput::1.4.0:r0::11:01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/ba/d1/sstate:tzcode-native:x86_64-linux:2023d:r0:x86_64:11:bad1bd65339fd6841f38b1d8ba7cdc93068df7622bf083a9d6e9380d90e8cd14_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0b/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b8/de/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://01/34/sstate:xf86-input-libinput::1.4.0:r0::11:01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/34/sstate%3Axf86-input-libinput%3A%3A1.4.0%3Ar0%3A%3A11%3A01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e_populate_lic.tar.zst;downloadfilename=01/34/sstate:xf86-input-libinput::1.4.0:r0::11:01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/14/72/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/0b/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b8/de/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/de/sstate%3Agdb%3Acore2-64-poky-linux%3A14.1%3Ar0%3Acore2-64%3A11%3Ab8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4_deploy_source_date_epoch.tar.zst;downloadfilename=b8/de/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/14/72/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/0b/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://86/26/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718_packagedata.tar.zst\nDEBUG: Using  for universal/14/72/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/0b/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/69/c3/sstate:python3-pyparsing-native:x86_64-linux:3.1.1:r0:x86_64:11:69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/8f/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/14/72/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/0b/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b0/f8/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08_package.tar.zst\nDEBUG: Searching for 5d/8f/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/14/72/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/0b/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/c2/sstate%3Acairo-native%3Ax86_64-linux%3A1.18.0%3Ar0%3Ax86_64%3A11%3A0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9_populate_sysroot.tar.zst;downloadfilename=universal/0b/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9_populate_sysroot.tar.zst\nDEBUG: Searching for b0/f8/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 5d/8f/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4_create_spdx.tar.zst\nDEBUG: For url file://universal/14/72/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/14/72/sstate%3Alzip-native%3Ax86_64-linux%3A1.24%3Ar0%3Ax86_64%3A11%3A1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068_create_runtime_spdx.tar.zst;downloadfilename=universal/14/72/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068_create_runtime_spdx.tar.zst\nDEBUG: Using  for b0/f8/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08_package.tar.zst\nDEBUG: Testing URL file://5d/8f/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4_create_spdx.tar.zst\nDEBUG: Testing URL file://b0/f8/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b4/06/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:11:b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5d/8f/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b0/f8/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://2f/b1/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://16/48/sstate:cracklib::2.9.11:r0::11:1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472_populate_lic.tar.zst\nDEBUG: For url file://5d/8f/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/8f/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.5.2%3Ar0%3Acore2-64%3A11%3A5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4_create_spdx.tar.zst;downloadfilename=5d/8f/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4_create_spdx.tar.zst\nDEBUG: For url file://b0/f8/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/f8/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A11%3Ab0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08_package.tar.zst;downloadfilename=b0/f8/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08_package.tar.zst\nDEBUG: Searching for 2f/b1/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://37/89/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89_create_spdx.tar.zst\nDEBUG: Using  for 2f/b1/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://74/b1/sstate:openssh:core2-64-poky-linux:9.5p1:r0:core2-64:11:74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7_packagedata.tar.zst\nDEBUG: Searching for 37/89/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://2f/b1/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/6e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e_create_runtime_spdx.tar.zst\nDEBUG: Using  for 37/89/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2f/b1/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c0/6e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://37/89/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89_create_spdx.tar.zst\nDEBUG: For url file://2f/b1/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/b1/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A11%3A2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe_packagedata.tar.zst;downloadfilename=2f/b1/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe_packagedata.tar.zst\nDEBUG: Using  for c0/6e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '37/89/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c0/6e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e_create_runtime_spdx.tar.zst\nDEBUG: For url file://37/89/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/89/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A11%3A3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89_create_spdx.tar.zst;downloadfilename=37/89/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://01/34/sstate:xf86-input-libinput::1.4.0:r0::11:01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c0/6e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://7a/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/37/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c0/6e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/6e/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A11%3Ac06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e_create_runtime_spdx.tar.zst;downloadfilename=c0/6e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/de/sstate:gdb:core2-64-poky-linux:14.1:r0:core2-64:11:b8de91bae1ae945f7cdde8e8d0d24fe8ed2ae90b901500c30ffd95d4a39769c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5c/11/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/37/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://17/eb/sstate:libffi::3.4.4:r0::11:17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0b/c2/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:11:0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9_populate_sysroot.tar.zst\nDEBUG: Searching for universal/5c/11/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/37/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 17/eb/sstate:libffi::3.4.4:r0::11:17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d4/8d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/5c/11/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/37/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 17/eb/sstate:libffi::3.4.4:r0::11:17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248_populate_lic.tar.zst\nDEBUG: Searching for d4/8d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/5c/11/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/37/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://17/eb/sstate:libffi::3.4.4:r0::11:17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248_populate_lic.tar.zst\nDEBUG: Using  for d4/8d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/5c/11/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/37/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/37/ee/sstate%3Aunfs3-native%3Ax86_64-linux%3A0.10.0%3Ar0%3Ax86_64%3A11%3A37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93_deploy_source_date_epoch.tar.zst;downloadfilename=universal/37/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '17/eb/sstate:libffi::3.4.4:r0::11:17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d4/8d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/5c/11/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5c/11/sstate%3Apython3-build-native%3Ax86_64-linux%3A1.0.3%3Ar0%3Ax86_64%3A11%3A5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5c/11/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://17/eb/sstate:libffi::3.4.4:r0::11:17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/eb/sstate%3Alibffi%3A%3A3.4.4%3Ar0%3A%3A11%3A17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248_populate_lic.tar.zst;downloadfilename=17/eb/sstate:libffi::3.4.4:r0::11:17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd4/8d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/14/72/sstate:lzip-native:x86_64-linux:1.24:r0:x86_64:11:1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://65/d2/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b_create_runtime_spdx.tar.zst\nDEBUG: For url file://d4/8d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/8d/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A11%3Ad48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5_deploy_source_date_epoch.tar.zst;downloadfilename=d4/8d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/b1/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://69/61/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/0e/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://da/0c/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 69/61/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fc/0e/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for da/0c/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 69/61/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7_package.tar.zst\nDEBUG: Using  for fc/0e/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for da/0c/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://69/61/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7_package.tar.zst\nDEBUG: Testing URL file://fc/0e/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://da/0c/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '69/61/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fc/0e/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'da/0c/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://69/61/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/61/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A11%3A6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7_package.tar.zst;downloadfilename=69/61/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7_package.tar.zst\nDEBUG: For url file://fc/0e/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/0e/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A11%3Afc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd_deploy_source_date_epoch.tar.zst;downloadfilename=fc/0e/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://da/0c/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/0c/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A11%3Ada0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6_deploy_source_date_epoch.tar.zst;downloadfilename=da/0c/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/6e/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f7/39/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a_recipe_qa.tar.zst\nDEBUG: Searching for universal/f7/39/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f7/39/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/f7/39/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f7/39/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/f7/39/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/39/sstate%3Abc-native%3Ax86_64-linux%3A1.07.1%3Ar0%3Ax86_64%3A11%3Af739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a_recipe_qa.tar.zst;downloadfilename=universal/f7/39/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/37/ee/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:11:37ee8bc88c86dc1d9e66805d4745d9068fe0c4fa28dc547b1aaf0067f1bf6c93_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/ae/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b_package_qa.tar.zst\nDEBUG: Searching for 7d/ae/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 7d/ae/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b_package_qa.tar.zst\nDEBUG: Testing URL file://7d/ae/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b_package_qa.tar.zst\nDEBUG: For url ['file', '', '7d/ae/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7d/ae/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/ae/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A11%3A7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b_package_qa.tar.zst;downloadfilename=7d/ae/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5c/11/sstate:python3-build-native:x86_64-linux:1.0.3:r0:x86_64:11:5c11ed5fd92208cde18d39c97e1e6f338f96fee9ff50745bf144fadd019b4372_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://76/b7/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36_package_qa.tar.zst\nDEBUG: Searching for 76/b7/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 76/b7/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36_package_qa.tar.zst\nDEBUG: Testing URL file://76/b7/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36_package_qa.tar.zst\nDEBUG: For url ['file', '', '76/b7/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://76/b7/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/b7/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A11%3A76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36_package_qa.tar.zst;downloadfilename=76/b7/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/8d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:11:d48d71cecad78ecce17fd97153b090bb9f6f59ea85b201c3468e9acc6f1c7cc5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://17/eb/sstate:libffi::3.4.4:r0::11:17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/60/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/87/sstate:gettext-minimal-native::0.22.4:r0::11:1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b_populate_lic.tar.zst\nDEBUG: Searching for cc/60/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 1f/87/sstate:gettext-minimal-native::0.22.4:r0::11:1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cc/60/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323_package_write_rpm.tar.zst\nDEBUG: Using  for 1f/87/sstate:gettext-minimal-native::0.22.4:r0::11:1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b_populate_lic.tar.zst\nDEBUG: Testing URL file://cc/60/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1f/87/sstate:gettext-minimal-native::0.22.4:r0::11:1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cc/60/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1f/87/sstate:gettext-minimal-native::0.22.4:r0::11:1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cc/60/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/60/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A11%3Acc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323_package_write_rpm.tar.zst;downloadfilename=cc/60/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323_package_write_rpm.tar.zst\nDEBUG: For url file://1f/87/sstate:gettext-minimal-native::0.22.4:r0::11:1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/87/sstate%3Agettext-minimal-native%3A%3A0.22.4%3Ar0%3A%3A11%3A1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b_populate_lic.tar.zst;downloadfilename=1f/87/sstate:gettext-minimal-native::0.22.4:r0::11:1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://83/b5/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:11:83b559bed600aa23584ba5726f1fa076d48b75ab56a8e0b10e877721c95f1142_package.tar.zst\nDEBUG: SState: Successful fetch test for file://69/61/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:11:6961b2e62a7725b3cc62422f5a9b5f739a356ac3c8f0119cf783d0b3fd103eb7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/00/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/4a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d_package_write_rpm.tar.zst\nDEBUG: Searching for d7/00/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0f/4a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d7/00/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251_create_runtime_spdx.tar.zst\nDEBUG: Using  for 0f/4a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d7/00/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://0f/4a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd7/00/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0f/4a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d7/00/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/00/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.33.2%3Ar0%3Acore2-64%3A11%3Ad700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251_create_runtime_spdx.tar.zst;downloadfilename=d7/00/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251_create_runtime_spdx.tar.zst\nDEBUG: For url file://0f/4a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/4a/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A11%3A0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d_package_write_rpm.tar.zst;downloadfilename=0f/4a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://da/0c/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:11:da0c4b2def3667bfaa199d71a7a5d847134b563f5ae6719638d77fcadbbb73e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/0e/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:11:fc0e6d10378a18354cd41bee7bb4f75e30b75fab1e92efd396430083f455badd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/0e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/12/sstate:libxtst::1.2.4:r0::11:5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6_populate_lic.tar.zst\nDEBUG: Searching for 3f/0e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 5b/12/sstate:libxtst::1.2.4:r0::11:5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 3f/0e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f_package_write_rpm.tar.zst\nDEBUG: Using  for 5b/12/sstate:libxtst::1.2.4:r0::11:5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6_populate_lic.tar.zst\nDEBUG: Testing URL file://3f/0e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5b/12/sstate:libxtst::1.2.4:r0::11:5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3f/0e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5b/12/sstate:libxtst::1.2.4:r0::11:5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3f/0e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/0e/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f_package_write_rpm.tar.zst;downloadfilename=3f/0e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f_package_write_rpm.tar.zst\nDEBUG: For url file://5b/12/sstate:libxtst::1.2.4:r0::11:5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/12/sstate%3Alibxtst%3A%3A1.2.4%3Ar0%3A%3A11%3A5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6_populate_lic.tar.zst;downloadfilename=5b/12/sstate:libxtst::1.2.4:r0::11:5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f7/39/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:11:f739c9b15ef8ba561da1c48687d378d19d7795c4c51e4230d79b6f7065f3084a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/49/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff_create_spdx.tar.zst\nDEBUG: Searching for a1/49/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a1/49/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff_create_spdx.tar.zst\nDEBUG: Testing URL file://a1/49/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a1/49/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a1/49/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/49/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A11%3Aa1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff_create_spdx.tar.zst;downloadfilename=a1/49/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/95/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:e495de215e5b89fb9b66b14e57d81c4e93aed6721baf37ceece7feb86e783fad_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/ae/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:11:7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/73/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/61/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b_recipe_qa.tar.zst\nDEBUG: Searching for universal/85/73/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for cb/61/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/85/73/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for cb/61/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/85/73/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cb/61/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/85/73/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cb/61/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/85/73/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/73/sstate%3Axmlto-native%3Ax86_64-linux%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3Ax86_64%3A11%3A857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6_deploy_source_date_epoch.tar.zst;downloadfilename=universal/85/73/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://cb/61/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/61/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Acb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b_recipe_qa.tar.zst;downloadfilename=cb/61/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://53/fe/sstate:binutils:core2-64-poky-linux:2.41:r0:core2-64:11:53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://76/b7/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/60/sstate:mkfontscale:core2-64-poky-linux:1.2.2:r0:core2-64:11:cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/87/sstate:gettext-minimal-native::0.22.4:r0::11:1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/dc/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/4a/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:11:0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://24/74/sstate:packagegroup-core-buildessential::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://de/5f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://34/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6_populate_sysroot.tar.zst\nDEBUG: Searching for universal/10/dc/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://3d/37/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 24/74/sstate:packagegroup-core-buildessential::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for de/5f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 34/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/10/dc/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7_recipe_qa.tar.zst\nDEBUG: Searching for 3d/37/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 24/74/sstate:packagegroup-core-buildessential::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: Using  for de/5f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd_package_write_rpm.tar.zst\nDEBUG: Using  for 34/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/10/dc/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7_recipe_qa.tar.zst\nDEBUG: Using  for 3d/37/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://24/74/sstate:packagegroup-core-buildessential::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: Testing URL file://de/5f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd_package_write_rpm.tar.zst\nDEBUG: Testing URL file://34/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/10/dc/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3d/37/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '24/74/sstate:packagegroup-core-buildessential::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'de/5f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '34/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/10/dc/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/dc/sstate%3Apkgconfig-native%3Ax86_64-linux%3A0.29.2%2Bgit%3Ar0%3Ax86_64%3A11%3A10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7_recipe_qa.tar.zst;downloadfilename=universal/10/dc/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3d/37/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://24/74/sstate:packagegroup-core-buildessential::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/74/sstate%3Apackagegroup-core-buildessential%3A%3A1.0%3Ar0%3A%3A11%3A247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst;downloadfilename=24/74/sstate:packagegroup-core-buildessential::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: For url file://de/5f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/5f/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A11%3Ade5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd_package_write_rpm.tar.zst;downloadfilename=de/5f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd_package_write_rpm.tar.zst\nDEBUG: For url file://34/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/b6/sstate%3Alibedit%3Acore2-64-poky-linux%3A20230828-3.1%3Ar0%3Acore2-64%3A11%3A34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6_populate_sysroot.tar.zst;downloadfilename=34/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6_populate_sysroot.tar.zst\nDEBUG: For url file://3d/37/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/37/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3A3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375_deploy_source_date_epoch.tar.zst;downloadfilename=3d/37/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/00/sstate:gtk-doc:core2-64-poky-linux:1.33.2:r0:core2-64:11:d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/0e/sstate:libxmu:core2-64-poky-linux:1.1.4:r0:core2-64:11:3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/12/sstate:libxtst::1.2.4:r0::11:5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ab/7b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/85/73/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:11:857380042b91c039f7b7f20041fa521e086061127bd34c3268958abf88b68ae6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/61/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/8f/sstate:python3-markdown:core2-64-poky-linux:3.5.2:r0:core2-64:11:5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/18/35/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243_recipe_qa.tar.zst\nDEBUG: Searching for universal/ab/7b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://98/e4/sstate:xrandr-native::1.5.2:r0::11:98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/e1/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450_create_spdx.tar.zst\nDEBUG: Searching for b8/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/2a/01/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/18/35/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/ab/7b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 98/e4/sstate:xrandr-native::1.5.2:r0::11:98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b9/e1/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b8/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/2a/01/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/18/35/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/ab/7b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 98/e4/sstate:xrandr-native::1.5.2:r0::11:98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc_populate_lic.tar.zst\nDEBUG: Using  for b9/e1/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450_create_spdx.tar.zst\nDEBUG: Testing URL file://b8/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/2a/01/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/18/35/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ab/7b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://98/e4/sstate:xrandr-native::1.5.2:r0::11:98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc_populate_lic.tar.zst\nDEBUG: Testing URL file://b9/e1/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/2a/01/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/18/35/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/ab/7b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ab/7b/sstate%3Apigz-native%3Ax86_64-linux%3A2.8%3Ar0%3Ax86_64%3A11%3Aab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ab/7b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '98/e4/sstate:xrandr-native::1.5.2:r0::11:98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/e1/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b8/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/91/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3Ab891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32_create_runtime_spdx.tar.zst;downloadfilename=b8/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/2a/01/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/18/35/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/35/sstate%3Alibxxf86vm-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A11%3A1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243_recipe_qa.tar.zst;downloadfilename=universal/18/35/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243_recipe_qa.tar.zst\nDEBUG: For url file://98/e4/sstate:xrandr-native::1.5.2:r0::11:98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/e4/sstate%3Axrandr-native%3A%3A1.5.2%3Ar0%3A%3A11%3A98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc_populate_lic.tar.zst;downloadfilename=98/e4/sstate:xrandr-native::1.5.2:r0::11:98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc_populate_lic.tar.zst\nDEBUG: For url file://b9/e1/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/e1/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A11%3Ab9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450_create_spdx.tar.zst;downloadfilename=b9/e1/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/49/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:11:a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff_create_spdx.tar.zst\nDEBUG: For url file://universal/2a/01/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2a/01/sstate%3Aasciidoc-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A11%3A2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88_deploy_source_date_epoch.tar.zst;downloadfilename=universal/2a/01/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://24/74/sstate:packagegroup-core-buildessential::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/10/dc/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:11:10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/b6/sstate:libedit:core2-64-poky-linux:20230828-3.1:r0:core2-64:11:34b656b2b39bcc3fc039bb8f186a50d4a8b171ea054ec0b8d31d9d523270f9b6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://de/5f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:11:de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/5d/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://37/89/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:11:3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/37/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:11:3d377e17738512a15a6b6a2f26ba02f3dcd671d1896ac80af51b2414e1aad375_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://70/5b/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/3e/sstate:libssh2-native::1.11.0:r0::11:a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/d4/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7_populate_sysroot.tar.zst\nDEBUG: Searching for cf/5d/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d1/80/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/81/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2_package_qa.tar.zst\nDEBUG: Searching for 70/5b/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a3/3e/sstate:libssh2-native::1.11.0:r0::11:a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/50/d4/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for cf/5d/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1_recipe_qa.tar.zst\nDEBUG: Searching for d1/80/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b0/81/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 70/5b/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210_package.tar.zst\nDEBUG: Using  for a3/3e/sstate:libssh2-native::1.11.0:r0::11:a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f_populate_lic.tar.zst\nDEBUG: Using  for a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst\nDEBUG: Using  for universal/50/d4/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cf/5d/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1_recipe_qa.tar.zst\nDEBUG: Using  for d1/80/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436_package_write_rpm.tar.zst\nDEBUG: Using  for b0/81/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2_package_qa.tar.zst\nDEBUG: Testing URL file://70/5b/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210_package.tar.zst\nDEBUG: Testing URL file://a3/3e/sstate:libssh2-native::1.11.0:r0::11:a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f_populate_lic.tar.zst\nDEBUG: Testing URL file://a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst\nDEBUG: Testing URL file://universal/50/d4/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'cf/5d/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d1/80/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b0/81/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2_package_qa.tar.zst\nDEBUG: For url ['file', '', '70/5b/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a3/3e/sstate:libssh2-native::1.11.0:r0::11:a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/50/d4/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cf/5d/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/5d/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A11%3Acf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1_recipe_qa.tar.zst;downloadfilename=cf/5d/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd1/80/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/ab/7b/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:11:ab7ba9bfd3c51f72ade1a3f87eb137cd56157d75964050c3f988ea63a34edf3c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b0/81/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b8/91/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32_create_runtime_spdx.tar.zst\nDEBUG: For url file://70/5b/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/5b/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.38%3Ar0%3Acore2-64%3A11%3A705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210_package.tar.zst;downloadfilename=70/5b/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210_package.tar.zst\nDEBUG: For url file://a3/3e/sstate:libssh2-native::1.11.0:r0::11:a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/3e/sstate%3Alibssh2-native%3A%3A1.11.0%3Ar0%3A%3A11%3Aa33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f_populate_lic.tar.zst;downloadfilename=a3/3e/sstate:libssh2-native::1.11.0:r0::11:a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f_populate_lic.tar.zst\nDEBUG: For url file://a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/79/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aa1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst;downloadfilename=a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst\nDEBUG: For url file://universal/50/d4/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/d4/sstate%3Apython3-pyproject-hooks-native%3Ax86_64-linux%3A1.0.0%3Ar0%3Ax86_64%3A11%3A50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7_populate_sysroot.tar.zst;downloadfilename=universal/50/d4/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7_populate_sysroot.tar.zst\nDEBUG: For url file://d1/80/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/80/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.1%3Ar0%3Acore2-64%3A11%3Ad18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436_package_write_rpm.tar.zst;downloadfilename=d1/80/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/e8/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8_packagedata.tar.zst\nDEBUG: For url file://b0/81/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/81/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A11%3Ab081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2_package_qa.tar.zst;downloadfilename=b0/81/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d5/03/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://98/e4/sstate:xrandr-native::1.5.2:r0::11:98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/18/35/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:11:1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243_recipe_qa.tar.zst\nDEBUG: Searching for 3f/e8/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b0/f8/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b0f8f3d7633625dd73ebade4ed2f51e73152830e68513ee11380c96accb05b08_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2a/01/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:2a01a75ec9292f647311d20e50fa776cf1d0a1b4a10c4e0a79b80412453fcf88_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/d5/03/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://c7/bd/sstate:python3-pygobject::3.46.0:r0::11:c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/c2/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516_recipe_qa.tar.zst\nDEBUG: Using  for 3f/e8/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5e/ec/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/53/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/d5/03/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690_create_runtime_spdx.tar.zst\nDEBUG: Searching for c7/bd/sstate:python3-pygobject::3.46.0:r0::11:c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/84/c2/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://3f/e8/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8_packagedata.tar.zst\nDEBUG: Searching for universal/5e/ec/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for e3/53/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/d5/03/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690_create_runtime_spdx.tar.zst\nDEBUG: Using  for c7/bd/sstate:python3-pygobject::3.46.0:r0::11:c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7_populate_lic.tar.zst\nDEBUG: Using  for universal/84/c2/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3f/e8/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/5e/ec/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0_create_runtime_spdx.tar.zst\nDEBUG: Using  for e3/53/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/d5/03/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c7/bd/sstate:python3-pygobject::3.46.0:r0::11:c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/84/c2/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516_recipe_qa.tar.zst\nDEBUG: For url file://3f/e8/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/e8/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A11%3A3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8_packagedata.tar.zst;downloadfilename=3f/e8/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8_packagedata.tar.zst\nDEBUG: Testing URL file://universal/5e/ec/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://e3/53/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/d5/03/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d5/03/sstate%3Alibxext-native%3Ax86_64-linux%3A1.3.5%3Ar0%3Ax86_64%3A11%3Ad503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690_create_runtime_spdx.tar.zst;downloadfilename=universal/d5/03/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'c7/bd/sstate:python3-pygobject::3.46.0:r0::11:c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/84/c2/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/5e/ec/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e3/53/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://cf/5d/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:11:cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1_recipe_qa.tar.zst\nDEBUG: For url file://c7/bd/sstate:python3-pygobject::3.46.0:r0::11:c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/bd/sstate%3Apython3-pygobject%3A%3A3.46.0%3Ar0%3A%3A11%3Ac7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7_populate_lic.tar.zst;downloadfilename=c7/bd/sstate:python3-pygobject::3.46.0:r0::11:c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7_populate_lic.tar.zst\nDEBUG: For url file://universal/84/c2/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/c2/sstate%3Agmp-native%3Ax86_64-linux%3A6.3.0%3Ar0%3Ax86_64%3A11%3A84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516_recipe_qa.tar.zst;downloadfilename=universal/84/c2/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/d4/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:11:50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/3e/sstate:libssh2-native::1.11.0:r0::11:a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f_populate_lic.tar.zst\nDEBUG: For url file://universal/5e/ec/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5e/ec/sstate%3Aautomake-native%3Ax86_64-linux%3A1.16.5%3Ar0%3Ax86_64%3A11%3A5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0_create_runtime_spdx.tar.zst;downloadfilename=universal/5e/ec/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0_create_runtime_spdx.tar.zst\nDEBUG: For url file://e3/53/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/53/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3Ae353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb_deploy_source_date_epoch.tar.zst;downloadfilename=e3/53/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://69/87/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://70/5b/sstate:glibc-locale:core2-64-poky-linux:2.38:r0:core2-64:11:705bb3b2528ee7984cfc324b88f9695d859e9e7d49db9ca08de748d04d685210_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/80/sstate:acl:core2-64-poky-linux:2.3.1:r0:core2-64:11:d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c7/af/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://34/c7/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570_packagedata.tar.zst\nDEBUG: Searching for 69/87/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b0/81/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://76/69/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/00/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b_populate_sysroot.tar.zst\nDEBUG: Searching for universal/c7/af/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 34/c7/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 69/87/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/43/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c_populate_sysroot.tar.zst\nDEBUG: Searching for 76/69/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/f4/00/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/c7/af/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37_populate_sysroot.tar.zst\nDEBUG: Using  for 34/c7/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570_packagedata.tar.zst\nDEBUG: Testing URL file://69/87/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9_package_qa.tar.zst\nDEBUG: Searching for d7/43/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 76/69/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5_package_qa.tar.zst\nDEBUG: Using  for universal/f4/00/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/c7/af/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37_populate_sysroot.tar.zst\nDEBUG: Testing URL file://34/c7/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570_packagedata.tar.zst\nDEBUG: For url ['file', '', '69/87/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d7/43/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://76/69/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5_package_qa.tar.zst\nDEBUG: Testing URL file://universal/f4/00/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/c7/af/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '34/c7/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://69/87/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/87/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A11%3A69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9_package_qa.tar.zst;downloadfilename=69/87/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9_package_qa.tar.zst\nDEBUG: Testing URL file://d7/43/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '76/69/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/f4/00/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/c7/af/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/af/sstate%3Alibxext-native%3Ax86_64-linux%3A1.3.5%3Ar0%3Ax86_64%3A11%3Ac7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37_populate_sysroot.tar.zst;downloadfilename=universal/c7/af/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37_populate_sysroot.tar.zst\nDEBUG: For url file://34/c7/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/c7/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A11%3A34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570_packagedata.tar.zst;downloadfilename=34/c7/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd7/43/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://76/69/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/69/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.268.0%3Ar0%3Acore2-64%3A11%3A7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5_package_qa.tar.zst;downloadfilename=76/69/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d5/03/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/e8/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:11:3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8_packagedata.tar.zst\nDEBUG: For url file://universal/f4/00/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/00/sstate%3Aqemu-helper-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A11%3Af400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b_populate_sysroot.tar.zst;downloadfilename=universal/f4/00/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b_populate_sysroot.tar.zst\nDEBUG: For url file://d7/43/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/43/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A11%3Ad74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c_populate_sysroot.tar.zst;downloadfilename=d7/43/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/bd/sstate:python3-pygobject::3.46.0:r0::11:c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/84/c2/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:11:84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/eb/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6b/32/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://af/56/sstate:spirv-headers-native::1.3.268.0:r0::11:af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5e/ec/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:11:5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/53/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:e353198d3832be1ebd516cdd7a1685c0dd8a92c997c4b1e659f2ff01d05a28eb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://95/e6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b_recipe_qa.tar.zst\nDEBUG: Searching for universal/a0/eb/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/6b/32/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for af/56/sstate:spirv-headers-native::1.3.268.0:r0::11:af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d6/66/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/39/sstate:pbzip2-native::1.1.13:r0::11:b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b_populate_lic.tar.zst\nDEBUG: Searching for 95/e6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a0/eb/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/6b/32/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51_create_spdx.tar.zst\nDEBUG: Using  for af/56/sstate:spirv-headers-native::1.3.268.0:r0::11:af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4_populate_lic.tar.zst\nDEBUG: Searching for d6/66/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b7/39/sstate:pbzip2-native::1.1.13:r0::11:b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 95/e6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a0/eb/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/6b/32/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51_create_spdx.tar.zst\nDEBUG: Testing URL file://af/56/sstate:spirv-headers-native::1.3.268.0:r0::11:af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4_populate_lic.tar.zst\nDEBUG: Using  for d6/66/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d6/66/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64_package_write_rpm.tar.zst\nDEBUG: Testing URL file://95/e6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/a0/eb/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/6b/32/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'af/56/sstate:spirv-headers-native::1.3.268.0:r0::11:af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b7/39/sstate:pbzip2-native::1.1.13:r0::11:b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd6/66/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '95/e6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a0/eb/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/eb/sstate%3Aflex-native%3Ax86_64-linux%3A2.6.4%3Ar0%3Ax86_64%3A11%3Aa0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372_create_runtime_spdx.tar.zst;downloadfilename=universal/a0/eb/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/6b/32/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/32/sstate%3Alibxrandr-native%3Ax86_64-linux%3A1.5.4%3Ar0%3Ax86_64%3A11%3A6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51_create_spdx.tar.zst;downloadfilename=universal/6b/32/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51_create_spdx.tar.zst\nDEBUG: For url file://af/56/sstate:spirv-headers-native::1.3.268.0:r0::11:af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/56/sstate%3Aspirv-headers-native%3A%3A1.3.268.0%3Ar0%3A%3A11%3Aaf5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4_populate_lic.tar.zst;downloadfilename=af/56/sstate:spirv-headers-native::1.3.268.0:r0::11:af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4_populate_lic.tar.zst\nDEBUG: Testing URL file://b7/39/sstate:pbzip2-native::1.1.13:r0::11:b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b_populate_lic.tar.zst\nDEBUG: For url file://d6/66/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/66/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A11%3Ad666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64_package_write_rpm.tar.zst;downloadfilename=d6/66/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64_package_write_rpm.tar.zst\nDEBUG: For url file://95/e6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/e6/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.12%3Ar0%3Acore2-64%3A11%3A95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b_recipe_qa.tar.zst;downloadfilename=95/e6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://69/87/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b7/39/sstate:pbzip2-native::1.1.13:r0::11:b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/c7/af/sstate:libxext-native:x86_64-linux:1.3.5:r0:x86_64:11:c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://76/69/sstate:vulkan-headers:core2-64-poky-linux:1.3.268.0:r0:core2-64:11:7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/c7/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/f9/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/00/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:11:f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b_populate_sysroot.tar.zst\nDEBUG: For url file://b7/39/sstate:pbzip2-native::1.1.13:r0::11:b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/39/sstate%3Apbzip2-native%3A%3A1.1.13%3Ar0%3A%3A11%3Ab7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b_populate_lic.tar.zst;downloadfilename=b7/39/sstate:pbzip2-native::1.1.13:r0::11:b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/e1/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/6b/sstate:gdbm::1.23:r0::11:b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/36/50/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/c1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d_create_spdx.tar.zst\nDEBUG: Searching for b4/f9/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://09/81/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://50/55/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03_package.tar.zst\nDEBUG: Searching for b6/6b/sstate:gdbm::1.23:r0::11:b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/36/50/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4c/c1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b4/f9/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056_package_write_rpm.tar.zst\nDEBUG: Searching for 09/81/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 50/55/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b6/6b/sstate:gdbm::1.23:r0::11:b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c_populate_lic.tar.zst\nDEBUG: Using  for universal/36/50/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8_recipe_qa.tar.zst\nDEBUG: Using  for 4c/c1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d_create_spdx.tar.zst\nDEBUG: Testing URL file://b4/f9/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056_package_write_rpm.tar.zst\nDEBUG: Using  for 09/81/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6_package.tar.zst\nDEBUG: Using  for 50/55/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03_package.tar.zst\nDEBUG: Testing URL file://b6/6b/sstate:gdbm::1.23:r0::11:b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/36/50/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8_recipe_qa.tar.zst\nDEBUG: Testing URL file://4c/c1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b4/f9/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://09/81/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6_package.tar.zst\nDEBUG: Testing URL file://50/55/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03_package.tar.zst\nDEBUG: For url ['file', '', 'b6/6b/sstate:gdbm::1.23:r0::11:b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/36/50/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4c/c1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b4/f9/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/f9/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A11%3Ab4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056_package_write_rpm.tar.zst;downloadfilename=b4/f9/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '09/81/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '50/55/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b6/6b/sstate:gdbm::1.23:r0::11:b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/6b/sstate%3Agdbm%3A%3A1.23%3Ar0%3A%3A11%3Ab66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c_populate_lic.tar.zst;downloadfilename=b6/6b/sstate:gdbm::1.23:r0::11:b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c_populate_lic.tar.zst\nDEBUG: For url file://universal/36/50/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/50/sstate%3Adpkg-native%3Ax86_64-linux%3A1.22.0%3Ar0%3Ax86_64%3A11%3A3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8_recipe_qa.tar.zst;downloadfilename=universal/36/50/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8_recipe_qa.tar.zst\nDEBUG: For url file://4c/c1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/c1/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A11%3A4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d_create_spdx.tar.zst;downloadfilename=4c/c1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d_create_spdx.tar.zst\nDEBUG: For url file://09/81/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/81/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6_package.tar.zst;downloadfilename=09/81/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6_package.tar.zst\nDEBUG: For url file://50/55/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/55/sstate%3Aell%3Acore2-64-poky-linux%3A0.61%3Ar0%3Acore2-64%3A11%3A5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03_package.tar.zst;downloadfilename=50/55/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/eb/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:11:a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6b/32/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:11:6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/56/sstate:spirv-headers-native::1.3.268.0:r0::11:af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4_populate_lic.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://d6/66/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:11:d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a4/99/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://95/e6/sstate:python3-wcwidth:core2-64-poky-linux:0.2.12:r0:core2-64:11:95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/39/sstate:pbzip2-native::1.1.13:r0::11:b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/b9/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/a5/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://76/26/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5_package.tar.zst\nDEBUG: Searching for universal/a4/99/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://6a/34/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://77/ae/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57_packagedata.tar.zst\nDEBUG: Searching for ca/b9/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3f/a5/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 76/26/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a4/99/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c_create_runtime_spdx.tar.zst\nDEBUG: Searching for 6a/34/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 77/ae/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ca/b9/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5_create_spdx.tar.zst\nDEBUG: Using  for 3f/a5/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98_recipe_qa.tar.zst\nDEBUG: Using  for 76/26/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5_package.tar.zst\nDEBUG: Testing URL file://universal/a4/99/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c_create_runtime_spdx.tar.zst\nDEBUG: Using  for 6a/34/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3_recipe_qa.tar.zst\nDEBUG: Using  for 77/ae/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57_packagedata.tar.zst\nDEBUG: Testing URL file://ca/b9/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5_create_spdx.tar.zst\nDEBUG: Testing URL file://3f/a5/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98_recipe_qa.tar.zst\nDEBUG: Testing URL file://76/26/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5_package.tar.zst\nDEBUG: For url ['file', '', 'universal/a4/99/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6a/34/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3_recipe_qa.tar.zst\nDEBUG: Testing URL file://77/ae/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ca/b9/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3f/a5/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '76/26/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a4/99/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/99/sstate%3Alibdnf-native%3Ax86_64-linux%3A0.72.0%3Ar0%3Ax86_64%3A11%3Aa499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c_create_runtime_spdx.tar.zst;downloadfilename=universal/a4/99/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '6a/34/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '77/ae/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ca/b9/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/b9/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A11%3Acab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5_create_spdx.tar.zst;downloadfilename=ca/b9/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5_create_spdx.tar.zst\nDEBUG: For url file://3f/a5/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/a5/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A11%3A3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98_recipe_qa.tar.zst;downloadfilename=3f/a5/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98_recipe_qa.tar.zst\nDEBUG: For url file://76/26/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/26/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.46.0%3Ar0%3Acore2-64%3A11%3A76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5_package.tar.zst;downloadfilename=76/26/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/f9/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:11:b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056_package_write_rpm.tar.zst\nDEBUG: For url file://6a/34/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/34/sstate%3Adnf%3Acore2-64-poky-linux%3A4.18.2%3Ar0%3Acore2-64%3A11%3A6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3_recipe_qa.tar.zst;downloadfilename=6a/34/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3_recipe_qa.tar.zst\nDEBUG: For url file://77/ae/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/ae/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A11%3A77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57_packagedata.tar.zst;downloadfilename=77/ae/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/6b/sstate:gdbm::1.23:r0::11:b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/c1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:11:4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/36/50/sstate:dpkg-native:x86_64-linux:1.22.0:r0:x86_64:11:3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/a1/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d_package.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Successful fetch test for file://50/55/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:5055481e1648e1678bbb77878e0379533303563537242d9ec2ea1e8652c28f03_package.tar.zst\nDEBUG: SState: Attempting to fetch file://da/be/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/20/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/9b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2_create_spdx.tar.zst\nDEBUG: Searching for fa/a1/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Unsuccessful fetch test for file://a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst (FetchError(\"URL doesn't work\", 'file://a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://a1/79/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c_image_complete.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://universal/e0/51/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766_populate_sysroot.tar.zst\nDEBUG: Searching for da/be/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/a0/20/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7c/9b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for fa/a1/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://62/c2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896_packagedata.tar.zst\nDEBUG: Searching for universal/e0/51/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for da/be/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/a0/20/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5_create_spdx.tar.zst\nDEBUG: Using  for 7c/9b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2_create_spdx.tar.zst\nDEBUG: Testing URL file://fa/a1/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d_package.tar.zst\nDEBUG: Searching for 62/c2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/e0/51/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766_populate_sysroot.tar.zst\nDEBUG: Testing URL file://da/be/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/a0/20/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5_create_spdx.tar.zst\nDEBUG: Testing URL file://7c/9b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fa/a1/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 62/c2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896_packagedata.tar.zst\nDEBUG: Testing URL file://universal/e0/51/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'da/be/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/a0/20/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7c/9b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fa/a1/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/a1/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.21.0%3Ar0%3Acore2-64%3A11%3Afaa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d_package.tar.zst;downloadfilename=fa/a1/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d_package.tar.zst\nDEBUG: Testing URL file://62/c2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/51/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://da/be/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/be/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A11%3Adabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e_create_runtime_spdx.tar.zst;downloadfilename=da/be/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/a0/20/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/20/sstate%3Apython3-flit-core-native%3Ax86_64-linux%3A3.9.0%3Ar0%3Ax86_64%3A11%3Aa02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5_create_spdx.tar.zst;downloadfilename=universal/a0/20/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5_create_spdx.tar.zst\nDEBUG: For url file://7c/9b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/9b/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A11%3A7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2_create_spdx.tar.zst;downloadfilename=7c/9b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '62/c2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e0/51/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/51/sstate%3Axz-native%3Ax86_64-linux%3A5.4.5%3Ar0%3Ax86_64%3A11%3Ae0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766_populate_sysroot.tar.zst;downloadfilename=universal/e0/51/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a4/99/sstate:libdnf-native:x86_64-linux:0.72.0:r0:x86_64:11:a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/a5/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:11:3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98_recipe_qa.tar.zst\nDEBUG: For url file://62/c2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/c2/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A11%3A62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896_packagedata.tar.zst;downloadfilename=62/c2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/34/sstate:dnf:core2-64-poky-linux:4.18.2:r0:core2-64:11:6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://77/ae/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:11:77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/71/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://76/26/sstate:python3-pygobject:core2-64-poky-linux:3.46.0:r0:core2-64:11:76265cbd3fefb4722f3cf486e364d6924d4aeb9ac7f9ff4fcf4dab4800d56bb5_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/fa/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/78/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/43/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:11:d74393204ef11c2148bec57b1692c6c172754ef7aa06fa023f1b5078aa54581c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/95/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe_packagedata.tar.zst\nDEBUG: Searching for 2c/71/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/f4/2b/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7_populate_sysroot.tar.zst\nDEBUG: Searching for e9/fa/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6e/78/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://e5/c4/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc_package.tar.zst\nDEBUG: Searching for d3/95/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://fa/a1/sstate:valgrind:core2-64-poky-linux:3.21.0:r0:core2-64:11:faa17920a0e19bd09aa5e0a382f636c43b2897100a3bf041f7634b0c3e64540d_package.tar.zst\nDEBUG: Using  for 2c/71/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c_package_qa.tar.zst\nDEBUG: Searching for universal/f4/2b/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for e9/fa/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65_packagedata.tar.zst\nDEBUG: Using  for 6e/78/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084_package.tar.zst\nDEBUG: Searching for e5/c4/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d3/95/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://04/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea_package_write_rpm.tar.zst\nDEBUG: Testing URL file://2c/71/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c_package_qa.tar.zst\nDEBUG: Using  for universal/f4/2b/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e9/fa/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65_packagedata.tar.zst\nDEBUG: Testing URL file://6e/78/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084_package.tar.zst\nDEBUG: Using  for e5/c4/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc_package.tar.zst\nDEBUG: Testing URL file://d3/95/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe_packagedata.tar.zst\nDEBUG: Searching for 04/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '2c/71/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/f4/2b/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e9/fa/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6e/78/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e5/c4/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc_package.tar.zst\nDEBUG: For url ['file', '', 'd3/95/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 04/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea_package_write_rpm.tar.zst\nDEBUG: For url file://2c/71/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/71/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.13%3Ar0%3Acore2-64%3A11%3A2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c_package_qa.tar.zst;downloadfilename=2c/71/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f4/2b/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/fa/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/fa/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A11%3Ae9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65_packagedata.tar.zst;downloadfilename=e9/fa/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65_packagedata.tar.zst\nDEBUG: For url file://6e/78/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/78/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A11%3A6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084_package.tar.zst;downloadfilename=6e/78/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084_package.tar.zst\nDEBUG: For url ['file', '', 'e5/c4/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d3/95/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/95/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.10%3Ar0%3Acore2-64%3A11%3Ad395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe_packagedata.tar.zst;downloadfilename=d3/95/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe_packagedata.tar.zst\nDEBUG: Testing URL file://04/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea_package_write_rpm.tar.zst\nDEBUG: For url file://universal/f4/2b/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/2b/sstate%3Alibtool-native%3Ax86_64-linux%3A2.4.7%3Ar0%3Ax86_64%3A11%3Af42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7_populate_sysroot.tar.zst;downloadfilename=universal/f4/2b/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/20/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:11:a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5_create_spdx.tar.zst\nDEBUG: For url file://e5/c4/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/c4/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3Ae5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc_package.tar.zst;downloadfilename=e5/c4/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/9b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/51/sstate:xz-native:x86_64-linux:5.4.5:r0:x86_64:11:e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '04/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://62/c2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:11:62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://57/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/7a/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/71/sstate:vala:core2-64-poky-linux:0.56.13:r0:core2-64:11:2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://50/d6/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1_package_write_rpm.tar.zst\nDEBUG: For url file://04/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/83/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.50.1%3Ar0%3Acore2-64%3A11%3A0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea_package_write_rpm.tar.zst;downloadfilename=04/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8e/1c/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 57/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 9d/7a/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://bb/13/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 50/d6/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/8e/1c/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 57/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/fa/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65_packagedata.tar.zst\nDEBUG: Using  for 9d/7a/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c_package_write_rpm.tar.zst\nDEBUG: Searching for bb/13/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 50/d6/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1_package_write_rpm.tar.zst\nDEBUG: Using  for universal/8e/1c/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://57/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/57/ea/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691_recipe_qa.tar.zst\nDEBUG: Testing URL file://9d/7a/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c_package_write_rpm.tar.zst\nDEBUG: Using  for bb/13/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://50/d6/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/8e/1c/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '57/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/57/ea/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '9d/7a/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bb/13/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '50/d6/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/8e/1c/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://57/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/3e/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A11%3A573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed_recipe_qa.tar.zst;downloadfilename=57/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed_recipe_qa.tar.zst\nDEBUG: Using  for universal/57/ea/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691_recipe_qa.tar.zst\nDEBUG: For url file://9d/7a/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/7a/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A11%3A9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c_package_write_rpm.tar.zst;downloadfilename=9d/7a/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'bb/13/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://50/d6/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/d6/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A11%3A50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1_package_write_rpm.tar.zst;downloadfilename=50/d6/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1_package_write_rpm.tar.zst\nDEBUG: For url file://universal/8e/1c/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8e/1c/sstate%3Apython3-toml-native%3Ax86_64-linux%3A0.10.2%3Ar0%3Ax86_64%3A11%3A8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de_deploy_source_date_epoch.tar.zst;downloadfilename=universal/8e/1c/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/57/ea/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/78/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:11:6e78ed2f5d6dd1d48b932cd90a11769db2ff9bd94137916bd1e13fa958566084_package.tar.zst\nDEBUG: For url file://bb/13/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/13/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A11%3Abb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a_deploy_source_date_epoch.tar.zst;downloadfilename=bb/13/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/c4/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:e5c46cefd97bca2a958d5b6e8c1228378c7414b77fdcf1e6004a4d84202659cc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/95/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.10:r0:core2-64:11:d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/57/ea/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/f4/2b/sstate:libtool-native:x86_64-linux:2.4.7:r0:x86_64:11:f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/24/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2c/48/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://08/a0/sstate:shadow-securetty::4.6:r0::11:08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797_populate_lic.tar.zst\nDEBUG: For url file://universal/57/ea/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/57/ea/sstate%3Ago-binary-native%3Ax86_64-linux%3A1.20.13%3Ar0%3Ax86_64%3A11%3A57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691_recipe_qa.tar.zst;downloadfilename=universal/57/ea/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/3a/sstate:python3-dbus::1.3.2:r0::11:d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c_populate_lic.tar.zst\nDEBUG: Searching for ba/24/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/2c/48/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 08/a0/sstate:shadow-securetty::4.6:r0::11:08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d6/3a/sstate:python3-dbus::1.3.2:r0::11:d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ba/24/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://57/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed_recipe_qa.tar.zst\nDEBUG: Using  for universal/2c/48/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735_populate_sysroot.tar.zst\nDEBUG: Using  for 08/a0/sstate:shadow-securetty::4.6:r0::11:08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797_populate_lic.tar.zst\nDEBUG: Using  for d6/3a/sstate:python3-dbus::1.3.2:r0::11:d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c_populate_lic.tar.zst\nDEBUG: Testing URL file://ba/24/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/96/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/2c/48/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735_populate_sysroot.tar.zst\nDEBUG: Testing URL file://08/a0/sstate:shadow-securetty::4.6:r0::11:08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797_populate_lic.tar.zst\nDEBUG: Testing URL file://d6/3a/sstate:python3-dbus::1.3.2:r0::11:d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ba/24/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e9/96/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/2c/48/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '08/a0/sstate:shadow-securetty::4.6:r0::11:08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd6/3a/sstate:python3-dbus::1.3.2:r0::11:d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ba/24/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/24/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A11%3Aba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b_deploy_source_date_epoch.tar.zst;downloadfilename=ba/24/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e9/96/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02_recipe_qa.tar.zst\nDEBUG: For url file://universal/2c/48/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2c/48/sstate%3Alibtirpc-native%3Ax86_64-linux%3A1.3.4%3Ar0%3Ax86_64%3A11%3A2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735_populate_sysroot.tar.zst;downloadfilename=universal/2c/48/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735_populate_sysroot.tar.zst\nDEBUG: For url file://08/a0/sstate:shadow-securetty::4.6:r0::11:08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/a0/sstate%3Ashadow-securetty%3A%3A4.6%3Ar0%3A%3A11%3A08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797_populate_lic.tar.zst;downloadfilename=08/a0/sstate:shadow-securetty::4.6:r0::11:08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797_populate_lic.tar.zst\nDEBUG: For url file://d6/3a/sstate:python3-dbus::1.3.2:r0::11:d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/3a/sstate%3Apython3-dbus%3A%3A1.3.2%3Ar0%3A%3A11%3Ad63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c_populate_lic.tar.zst;downloadfilename=d6/3a/sstate:python3-dbus::1.3.2:r0::11:d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c_populate_lic.tar.zst\nDEBUG: Testing URL file://e9/96/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/7a/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:11:9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e9/96/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/8e/1c/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:11:8e1c5a65abee84492bc2701cb865418a81890a29a12fcaedb992b739e00aa2de_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst\nDEBUG: For url file://e9/96/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/96/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A11%3Ae9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02_recipe_qa.tar.zst;downloadfilename=e9/96/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/42/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba_recipe_qa.tar.zst\nDEBUG: Searching for universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for c9/42/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst\nDEBUG: Using  for c9/42/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/b9/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5_create_spdx.tar.zst\nDEBUG: Testing URL file://c9/42/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://a8/d6/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c9/42/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/21/sstate%3Apseudo-native%3Ax86_64-linux%3A1.9.0%2Bgit%3Ar0%3Ax86_64%3A11%3Aae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst;downloadfilename=universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst\nDEBUG: Searching for a8/d6/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c9/42/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/42/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A11%3Ac94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba_recipe_qa.tar.zst;downloadfilename=c9/42/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba_recipe_qa.tar.zst\nDEBUG: Using  for a8/d6/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/13/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:bb13fab17b09947aeab2f205c522187a281296f8d331a51c3b0a10b7a77c4d1a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a8/d6/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/57/ea/sstate:go-binary-native:x86_64-linux:1.20.13:r0:x86_64:11:57eaded96d488bd6bab1e2c21210d001842dc5aa21ea39868a9c9d239ef21691_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/24/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:ba24d543dc24dfa94341ce39519ee94969068ae2471de408d556f0e98959980b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://85/d8/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a8/d6/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://75/5b/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://01/a6/sstate:libepoxy::1.5.10:r0::11:01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3_populate_lic.tar.zst\nDEBUG: Searching for 85/d8/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a8/d6/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/d6/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A11%3Aa8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee_package_write_rpm.tar.zst;downloadfilename=a8/d6/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee_package_write_rpm.tar.zst\nDEBUG: Searching for 75/5b/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 01/a6/sstate:libepoxy::1.5.10:r0::11:01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 85/d8/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf_create_spdx.tar.zst\nDEBUG: Using  for 75/5b/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1_package_qa.tar.zst\nDEBUG: Using  for 01/a6/sstate:libepoxy::1.5.10:r0::11:01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3_populate_lic.tar.zst\nDEBUG: Testing URL file://85/d8/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2c/48/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:11:2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735_populate_sysroot.tar.zst\nDEBUG: Testing URL file://75/5b/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1_package_qa.tar.zst\nDEBUG: Testing URL file://01/a6/sstate:libepoxy::1.5.10:r0::11:01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3_populate_lic.tar.zst\nDEBUG: For url ['file', '', '85/d8/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://9e/07/sstate:gnu-config::20231127+git:r0::11:9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe_populate_lic.tar.zst\nDEBUG: For url ['file', '', '75/5b/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '01/a6/sstate:libepoxy::1.5.10:r0::11:01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://85/d8/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/d8/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A7.4.4%3Ar0%3Acore2-64%3A11%3A85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf_create_spdx.tar.zst;downloadfilename=85/d8/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf_create_spdx.tar.zst\nDEBUG: Searching for 9e/07/sstate:gnu-config::20231127+git:r0::11:9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://75/5b/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/5b/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20231127%2Bgit%3Ar0%3Acore2-64%3A11%3A755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1_package_qa.tar.zst;downloadfilename=75/5b/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1_package_qa.tar.zst\nDEBUG: For url file://01/a6/sstate:libepoxy::1.5.10:r0::11:01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/a6/sstate%3Alibepoxy%3A%3A1.5.10%3Ar0%3A%3A11%3A01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3_populate_lic.tar.zst;downloadfilename=01/a6/sstate:libepoxy::1.5.10:r0::11:01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3_populate_lic.tar.zst\nDEBUG: Using  for 9e/07/sstate:gnu-config::20231127+git:r0::11:9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://08/a0/sstate:shadow-securetty::4.6:r0::11:08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/3a/sstate:python3-dbus::1.3.2:r0::11:d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c_populate_lic.tar.zst\nDEBUG: Testing URL file://9e/07/sstate:gnu-config::20231127+git:r0::11:9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://09/81/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:0981c09943c37045698600298ae686a7b75314bca965fe94598e48098d2476e6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/96/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:11:e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://da/be/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:11:dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/f1/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/34/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9e/07/sstate:gnu-config::20231127+git:r0::11:9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://bc/4d/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/fa/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/c4/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47_populate_sysroot.tar.zst\nDEBUG: Searching for a1/f1/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f4/34/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://9e/07/sstate:gnu-config::20231127+git:r0::11:9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/07/sstate%3Agnu-config%3A%3A20231127%2Bgit%3Ar0%3A%3A11%3A9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe_populate_lic.tar.zst;downloadfilename=9e/07/sstate:gnu-config::20231127+git:r0::11:9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe_populate_lic.tar.zst\nDEBUG: Searching for bc/4d/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 0c/fa/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b0/c4/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a1/f1/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f4/34/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b_recipe_qa.tar.zst\nDEBUG: Using  for bc/4d/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62_populate_sysroot.tar.zst\nDEBUG: Using  for 0c/fa/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b0/c4/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47_populate_sysroot.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: Testing URL file://a1/f1/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f4/34/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b_recipe_qa.tar.zst\nDEBUG: Testing URL file://bc/4d/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0c/fa/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b0/c4/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a1/f1/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f4/34/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://c9/42/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:11:c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'bc/4d/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0c/fa/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b0/c4/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a1/f1/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/f1/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A11%3Aa1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9_deploy_source_date_epoch.tar.zst;downloadfilename=a1/f1/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f4/34/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/34/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A11%3Af434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b_recipe_qa.tar.zst;downloadfilename=f4/34/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://50/c4/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f_package_write_rpm.tar.zst\nDEBUG: For url file://bc/4d/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/4d/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.2%2Bgit%3Ar0%3Acore2-64%3A11%3Abc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62_populate_sysroot.tar.zst;downloadfilename=bc/4d/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62_populate_sysroot.tar.zst\nDEBUG: For url file://0c/fa/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/fa/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A11%3A0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8_deploy_source_date_epoch.tar.zst;downloadfilename=0c/fa/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b0/c4/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/c4/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A11%3Ab0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47_populate_sysroot.tar.zst;downloadfilename=b0/c4/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47_populate_sysroot.tar.zst\nDEBUG: Searching for 50/c4/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://50/d6/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:11:50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/d6/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://04/83/sstate:at-spi2-core:core2-64-poky-linux:2.50.1:r0:core2-64:11:0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://03/2e/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.22.9:r0:core2-64:11:032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://01/a6/sstate:libepoxy::1.5.10:r0::11:01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://75/5b/sstate:gnu-config:core2-64-poky-linux:20231127+git:r0:core2-64:11:755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1_package_qa.tar.zst\nDEBUG: Using  for 50/c4/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f_package_write_rpm.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Successful fetch test for file://9e/07/sstate:gnu-config::20231127+git:r0::11:9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/22/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/17/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f5/e3/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/4f/sstate:libyaml-native::0.2.5:r0::11:fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/d5/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/3d/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e_create_spdx.tar.zst\nDEBUG: Testing URL file://50/c4/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f_package_write_rpm.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst (FetchError(\"URL doesn't work\", 'file://universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1950, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://universal/ae/21/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:11:ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2_populate_sysroot.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://f4/36/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7_packagedata.tar.zst\nDEBUG: Searching for d3/22/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 8d/17/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/f5/e3/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for fd/4f/sstate:libyaml-native::0.2.5:r0::11:fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 3c/d5/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d7/3d/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '50/c4/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/49/bb/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b_recipe_qa.tar.zst\nDEBUG: Searching for f4/36/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d3/22/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8_package.tar.zst\nDEBUG: Using  for 8d/17/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4_package_write_rpm.tar.zst\nDEBUG: Using  for universal/f5/e3/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fd/4f/sstate:libyaml-native::0.2.5:r0::11:fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef_populate_lic.tar.zst\nDEBUG: Using  for 3c/d5/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0_packagedata.tar.zst\nDEBUG: Using  for d7/3d/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e_create_spdx.tar.zst\nDEBUG: For url file://50/c4/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/c4/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A11%3A50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f_package_write_rpm.tar.zst;downloadfilename=50/c4/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f_package_write_rpm.tar.zst\nDEBUG: Searching for universal/49/bb/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f4/36/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7_packagedata.tar.zst\nDEBUG: Testing URL file://d3/22/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8_package.tar.zst\nDEBUG: Testing URL file://8d/17/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/f5/e3/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fd/4f/sstate:libyaml-native::0.2.5:r0::11:fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef_populate_lic.tar.zst\nDEBUG: Testing URL file://3c/d5/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0_packagedata.tar.zst\nDEBUG: Testing URL file://d7/3d/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/f1/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:11:a1f1fd65339b801a995dd4ac57aba5237b60a7922da0ce810c32051d15e944f9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/49/bb/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b_recipe_qa.tar.zst\nDEBUG: Testing URL file://f4/36/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd3/22/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8d/17/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/f5/e3/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fd/4f/sstate:libyaml-native::0.2.5:r0::11:fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3c/d5/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd7/3d/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://78/ca/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/49/bb/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f4/36/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d3/22/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/22/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A11%3Ad3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8_package.tar.zst;downloadfilename=d3/22/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8_package.tar.zst\nDEBUG: For url file://8d/17/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/17/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A11%3A8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4_package_write_rpm.tar.zst;downloadfilename=8d/17/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4_package_write_rpm.tar.zst\nDEBUG: For url file://universal/f5/e3/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f5/e3/sstate%3Adebianutils-native%3Ax86_64-linux%3A5.16%3Ar0%3Ax86_64%3A11%3Af5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f5/e3/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fd/4f/sstate:libyaml-native::0.2.5:r0::11:fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/4f/sstate%3Alibyaml-native%3A%3A0.2.5%3Ar0%3A%3A11%3Afd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef_populate_lic.tar.zst;downloadfilename=fd/4f/sstate:libyaml-native::0.2.5:r0::11:fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef_populate_lic.tar.zst\nDEBUG: For url file://3c/d5/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/d5/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.3%3Ar0%3Acore2-64%3A11%3A3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0_packagedata.tar.zst;downloadfilename=3c/d5/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0_packagedata.tar.zst\nDEBUG: For url file://d7/3d/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/3d/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.16%3Ar0%3Acore2-64%3A11%3Ad73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e_create_spdx.tar.zst;downloadfilename=d7/3d/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e_create_spdx.tar.zst\nDEBUG: Searching for 78/ca/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/49/bb/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f4/36/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/36/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A11%3Af4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7_packagedata.tar.zst;downloadfilename=f4/36/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/4d/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/34/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/fa/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:11:0cfae2ca44b78247fdf53f645f4741c2b64625bc70ad069b118027a8048d9cd8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 78/ca/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/c4/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:b0c47ffd9d1cd0e9b985682d103fddf16f8c2cc422fe95a4e621a1823b27fe47_populate_sysroot.tar.zst\nDEBUG: For url file://universal/49/bb/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/bb/sstate%3Ashared-mime-info-native%3Ax86_64-linux%3A2.4%3Ar0%3Ax86_64%3A11%3A49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b_recipe_qa.tar.zst;downloadfilename=universal/49/bb/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/22/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:11:d3223e5083d87bd9faa0d1b2cb10a06a24e5909470c4bb4abd34cd2364bfade8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://44/3b/sstate:make-mod-scripts::1.0:r0::11:443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/17/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:11:8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/55/0f/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://93/90/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6_recipe_qa.tar.zst\nDEBUG: Testing URL file://78/ca/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/93/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/e8/sstate:matchbox-theme-sato::0.2:r0::11:b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825_populate_lic.tar.zst\nDEBUG: Searching for 44/3b/sstate:make-mod-scripts::1.0:r0::11:443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/f5/e3/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f5e30cc850b7fe5689fab61841d9a76d908db08f8d2dcc88e55ac937146e51d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://58/d6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1_package_write_rpm.tar.zst\nDEBUG: Searching for universal/55/0f/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 93/90/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '78/ca/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cf/93/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b0/e8/sstate:matchbox-theme-sato::0.2:r0::11:b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 44/3b/sstate:make-mod-scripts::1.0:r0::11:443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/22/sstate:logrotate::3.21.0:r0::11:f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8_populate_lic.tar.zst\nDEBUG: Searching for 58/d6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/55/0f/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185_populate_sysroot.tar.zst\nDEBUG: Using  for 93/90/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6_recipe_qa.tar.zst\nDEBUG: For url file://78/ca/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/ca/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.10%3Ar0%3Aallarch%3A11%3A78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b_package_write_rpm.tar.zst;downloadfilename=78/ca/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b_package_write_rpm.tar.zst\nDEBUG: Using  for cf/93/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79_create_spdx.tar.zst\nDEBUG: Using  for b0/e8/sstate:matchbox-theme-sato::0.2:r0::11:b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825_populate_lic.tar.zst\nDEBUG: Testing URL file://44/3b/sstate:make-mod-scripts::1.0:r0::11:443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded_populate_lic.tar.zst\nDEBUG: Searching for f4/22/sstate:logrotate::3.21.0:r0::11:f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 58/d6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/55/0f/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185_populate_sysroot.tar.zst\nDEBUG: Testing URL file://93/90/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6_recipe_qa.tar.zst\nDEBUG: Testing URL file://cf/93/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79_create_spdx.tar.zst\nDEBUG: Testing URL file://b0/e8/sstate:matchbox-theme-sato::0.2:r0::11:b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825_populate_lic.tar.zst\nDEBUG: For url ['file', '', '44/3b/sstate:make-mod-scripts::1.0:r0::11:443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://fd/4f/sstate:libyaml-native::0.2.5:r0::11:fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef_populate_lic.tar.zst\nDEBUG: Using  for f4/22/sstate:logrotate::3.21.0:r0::11:f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8_populate_lic.tar.zst\nDEBUG: Testing URL file://58/d6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/55/0f/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '93/90/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cf/93/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b0/e8/sstate:matchbox-theme-sato::0.2:r0::11:b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://44/3b/sstate:make-mod-scripts::1.0:r0::11:443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/3b/sstate%3Amake-mod-scripts%3A%3A1.0%3Ar0%3A%3A11%3A443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded_populate_lic.tar.zst;downloadfilename=44/3b/sstate:make-mod-scripts::1.0:r0::11:443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ff/ce/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747_recipe_qa.tar.zst\nDEBUG: Testing URL file://f4/22/sstate:logrotate::3.21.0:r0::11:f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '58/d6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/55/0f/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/55/0f/sstate%3Axrandr-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A11%3A550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185_populate_sysroot.tar.zst;downloadfilename=universal/55/0f/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185_populate_sysroot.tar.zst\nDEBUG: For url file://93/90/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/90/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A11%3A93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6_recipe_qa.tar.zst;downloadfilename=93/90/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6_recipe_qa.tar.zst\nDEBUG: For url file://cf/93/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/93/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A11%3Acf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79_create_spdx.tar.zst;downloadfilename=cf/93/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79_create_spdx.tar.zst\nDEBUG: For url file://b0/e8/sstate:matchbox-theme-sato::0.2:r0::11:b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/e8/sstate%3Amatchbox-theme-sato%3A%3A0.2%3Ar0%3A%3A11%3Ab0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825_populate_lic.tar.zst;downloadfilename=b0/e8/sstate:matchbox-theme-sato::0.2:r0::11:b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825_populate_lic.tar.zst\nDEBUG: Searching for universal/ff/ce/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f4/22/sstate:logrotate::3.21.0:r0::11:f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://58/d6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/d6/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A11%3A58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1_package_write_rpm.tar.zst;downloadfilename=58/d6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/d5/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/3d/sstate:libxcb:core2-64-poky-linux:1.16:r0:core2-64:11:d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/36/sstate:xprop:core2-64-poky-linux:1.2.6:r0:core2-64:11:f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7_packagedata.tar.zst\nDEBUG: Using  for universal/ff/ce/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747_recipe_qa.tar.zst\nDEBUG: For url file://f4/22/sstate:logrotate::3.21.0:r0::11:f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/22/sstate%3Alogrotate%3A%3A3.21.0%3Ar0%3A%3A11%3Af4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8_populate_lic.tar.zst;downloadfilename=f4/22/sstate:logrotate::3.21.0:r0::11:f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/49/bb/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:11:49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/c5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://59/0d/sstate:rpm-native::4.19.1:r0::11:590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://78/ca/sstate:alsa-ucm-conf:all-poky-linux:1.2.10:r0:allarch:11:78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/41/28/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/ff/ce/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://34/09/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066_package.tar.zst\nDEBUG: Searching for c5/c5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://44/3b/sstate:make-mod-scripts::1.0:r0::11:443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded_populate_lic.tar.zst\nDEBUG: Searching for 59/0d/sstate:rpm-native::4.19.1:r0::11:590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://0c/a1/sstate:attr-native::2.5.1:r0::11:0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6_populate_lic.tar.zst\nDEBUG: Searching for universal/41/28/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/ff/ce/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 34/09/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for c5/c5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://24/74/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: Using  for 59/0d/sstate:rpm-native::4.19.1:r0::11:590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36_populate_lic.tar.zst\nDEBUG: Searching for 0c/a1/sstate:attr-native::2.5.1:r0::11:0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/41/28/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345_populate_sysroot.tar.zst\nDEBUG: For url file://universal/ff/ce/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ff/ce/sstate%3Aperlcross-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A11%3Affceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747_recipe_qa.tar.zst;downloadfilename=universal/ff/ce/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747_recipe_qa.tar.zst\nDEBUG: Using  for 34/09/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066_package.tar.zst\nDEBUG: Testing URL file://c5/c5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181_package_write_rpm.tar.zst\nDEBUG: Searching for 24/74/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://59/0d/sstate:rpm-native::4.19.1:r0::11:590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36_populate_lic.tar.zst\nDEBUG: Using  for 0c/a1/sstate:attr-native::2.5.1:r0::11:0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/41/28/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345_populate_sysroot.tar.zst\nDEBUG: Testing URL file://34/09/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066_package.tar.zst\nDEBUG: For url ['file', '', 'c5/c5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 24/74/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '59/0d/sstate:rpm-native::4.19.1:r0::11:590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://93/90/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:11:93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/55/0f/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:11:550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0c/a1/sstate:attr-native::2.5.1:r0::11:0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/41/28/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '34/09/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c5/c5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/c5/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A11%3Ac5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181_package_write_rpm.tar.zst;downloadfilename=c5/c5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181_package_write_rpm.tar.zst\nDEBUG: Testing URL file://24/74/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: For url file://59/0d/sstate:rpm-native::4.19.1:r0::11:590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/0d/sstate%3Arpm-native%3A%3A4.19.1%3Ar0%3A%3A11%3A590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36_populate_lic.tar.zst;downloadfilename=59/0d/sstate:rpm-native::4.19.1:r0::11:590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://31/82/sstate:powertop::2.15:r0::11:31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/18/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0c/a1/sstate:attr-native::2.5.1:r0::11:0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/41/28/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/41/28/sstate%3Acracklib-native%3Ax86_64-linux%3A2.9.11%3Ar0%3Ax86_64%3A11%3A4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345_populate_sysroot.tar.zst;downloadfilename=universal/41/28/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345_populate_sysroot.tar.zst\nDEBUG: For url file://34/09/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/09/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A11%3A3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066_package.tar.zst;downloadfilename=34/09/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066_package.tar.zst\nDEBUG: For url ['file', '', '24/74/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 31/82/sstate:powertop::2.15:r0::11:31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for d9/18/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://b0/e8/sstate:matchbox-theme-sato::0.2:r0::11:b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825_populate_lic.tar.zst\nDEBUG: For url file://0c/a1/sstate:attr-native::2.5.1:r0::11:0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/a1/sstate%3Aattr-native%3A%3A2.5.1%3Ar0%3A%3A11%3A0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6_populate_lic.tar.zst;downloadfilename=0c/a1/sstate:attr-native::2.5.1:r0::11:0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6_populate_lic.tar.zst\nDEBUG: For url file://24/74/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/74/sstate%3Apackagegroup-core-standalone-sdk-target%3A%3A1.0%3Ar0%3A%3A11%3A247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst;downloadfilename=24/74/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://85/d8/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf_create_spdx.tar.zst\nDEBUG: Using  for 31/82/sstate:powertop::2.15:r0::11:31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302_populate_lic.tar.zst\nDEBUG: Using  for d9/18/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/65/sstate:pango-native::1.51.0:r0::11:3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/ea/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/22/sstate:logrotate::3.21.0:r0::11:f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8_populate_lic.tar.zst\nDEBUG: Testing URL file://31/82/sstate:powertop::2.15:r0::11:31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302_populate_lic.tar.zst\nDEBUG: Testing URL file://d9/18/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6_populate_sysroot.tar.zst\nDEBUG: Searching for 3a/65/sstate:pango-native::1.51.0:r0::11:3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/74/ea/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://14/ae/sstate:perlcross-native::1.5.2:r0::11:14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '31/82/sstate:powertop::2.15:r0::11:31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd9/18/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3a/65/sstate:pango-native::1.51.0:r0::11:3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3_populate_lic.tar.zst\nDEBUG: Using  for universal/74/ea/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6_recipe_qa.tar.zst\nDEBUG: Searching for 14/ae/sstate:perlcross-native::1.5.2:r0::11:14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://31/82/sstate:powertop::2.15:r0::11:31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/82/sstate%3Apowertop%3A%3A2.15%3Ar0%3A%3A11%3A31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302_populate_lic.tar.zst;downloadfilename=31/82/sstate:powertop::2.15:r0::11:31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302_populate_lic.tar.zst\nDEBUG: For url file://d9/18/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/18/sstate%3Aell%3Acore2-64-poky-linux%3A0.61%3Ar0%3Acore2-64%3A11%3Ad918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6_populate_sysroot.tar.zst;downloadfilename=d9/18/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3a/65/sstate:pango-native::1.51.0:r0::11:3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/74/ea/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6_recipe_qa.tar.zst\nDEBUG: Using  for 14/ae/sstate:perlcross-native::1.5.2:r0::11:14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3a/65/sstate:pango-native::1.51.0:r0::11:3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/74/ea/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/ff/ce/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:11:ffceaa1b492d2c45b730d867ebf14b7e135d9febfb6dba5b42b52f6bc2af6747_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/c5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:11:c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181_package_write_rpm.tar.zst\nDEBUG: Testing URL file://14/ae/sstate:perlcross-native::1.5.2:r0::11:14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b_populate_lic.tar.zst\nDEBUG: For url file://3a/65/sstate:pango-native::1.51.0:r0::11:3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/65/sstate%3Apango-native%3A%3A1.51.0%3Ar0%3A%3A11%3A3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3_populate_lic.tar.zst;downloadfilename=3a/65/sstate:pango-native::1.51.0:r0::11:3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3_populate_lic.tar.zst\nDEBUG: For url file://universal/74/ea/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/ea/sstate%3Apython3-pygments-native%3Ax86_64-linux%3A2.17.2%3Ar0%3Ax86_64%3A11%3A74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6_recipe_qa.tar.zst;downloadfilename=universal/74/ea/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/70/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94_package.tar.zst\nDEBUG: SState: Attempting to fetch file://11/e5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356_create_spdx.tar.zst\nDEBUG: For url ['file', '', '14/ae/sstate:perlcross-native::1.5.2:r0::11:14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cc/70/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://59/0d/sstate:rpm-native::4.19.1:r0::11:590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/41/28/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:11:4128e21a1d4727d416dbeb51c3f9a8206e6c7cdb724568baafc3ea0bbe7e0345_populate_sysroot.tar.zst\nDEBUG: Searching for 11/e5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://34/09/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:11:3409be89aa0802db66385bbbf09e800eb87655ab2cfb238655f1b555fc80e066_package.tar.zst\nDEBUG: For url file://14/ae/sstate:perlcross-native::1.5.2:r0::11:14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/ae/sstate%3Aperlcross-native%3A%3A1.5.2%3Ar0%3A%3A11%3A14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b_populate_lic.tar.zst;downloadfilename=14/ae/sstate:perlcross-native::1.5.2:r0::11:14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b_populate_lic.tar.zst\nDEBUG: Using  for cc/70/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/e3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/5d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6_package_write_rpm.tar.zst\nDEBUG: Using  for 11/e5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/9b/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493_create_spdx.tar.zst\nDEBUG: Testing URL file://cc/70/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94_package.tar.zst\nDEBUG: Searching for 4b/e3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b2/5d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://24/74/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::11:247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f_populate_lic.tar.zst\nDEBUG: Testing URL file://11/e5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356_create_spdx.tar.zst\nDEBUG: Searching for d2/9b/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'cc/70/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4b/e3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b2/5d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://36/e4/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '11/e5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d2/9b/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493_create_spdx.tar.zst\nDEBUG: For url file://cc/70/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/70/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A11%3Acc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94_package.tar.zst;downloadfilename=cc/70/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94_package.tar.zst\nDEBUG: Testing URL file://4b/e3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b2/5d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6_package_write_rpm.tar.zst\nDEBUG: Searching for 36/e4/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://11/e5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/e5/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A11%3A11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356_create_spdx.tar.zst;downloadfilename=11/e5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356_create_spdx.tar.zst\nDEBUG: Testing URL file://d2/9b/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4b/e3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b2/5d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://0c/a1/sstate:attr-native::2.5.1:r0::11:0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6_populate_lic.tar.zst\nDEBUG: Using  for 36/e4/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd2/9b/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4b/e3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/e3/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3A4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4_deploy_source_date_epoch.tar.zst;downloadfilename=4b/e3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://31/82/sstate:powertop::2.15:r0::11:31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302_populate_lic.tar.zst\nDEBUG: For url file://b2/5d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/5d/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A11%3Ab25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6_package_write_rpm.tar.zst;downloadfilename=b2/5d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a2/c7/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe_create_spdx.tar.zst\nDEBUG: Testing URL file://36/e4/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d2/9b/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/9b/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3Ad29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493_create_spdx.tar.zst;downloadfilename=d2/9b/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/9e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/18/sstate:ell:core2-64-poky-linux:0.61:r0:core2-64:11:d918d73f9f780f02af07bcf2f0d3edd5e5303426471b1522685e50750f9fd0d6_populate_sysroot.tar.zst\nDEBUG: Searching for universal/a2/c7/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3a/65/sstate:pango-native::1.51.0:r0::11:3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/74/ea/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '36/e4/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5d/9e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://9e/13/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7_package_write_rpm.tar.zst\nDEBUG: Using  for universal/a2/c7/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://14/ae/sstate:perlcross-native::1.5.2:r0::11:14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/ca/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/2b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8_package.tar.zst\nDEBUG: For url file://36/e4/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/e4/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.4%3Ar0%3Acore2-64%3A11%3A36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72_deploy_source_date_epoch.tar.zst;downloadfilename=36/e4/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5d/9e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d_package_qa.tar.zst\nDEBUG: Searching for 9e/13/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://universal/a2/c7/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/2e/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5_recipe_qa.tar.zst\nDEBUG: Searching for a8/ca/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6b/2b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://5d/9e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d_package_qa.tar.zst\nDEBUG: Using  for 9e/13/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/a2/c7/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://cc/70/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:11:cc70a03146c11bc134ff88535ab145942db49e0e7340a12e62e5ae4a154e5a94_package.tar.zst\nDEBUG: Searching for e2/2e/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a8/ca/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75_recipe_qa.tar.zst\nDEBUG: Using  for 6b/2b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8_package.tar.zst\nDEBUG: For url ['file', '', '5d/9e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9e/13/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7_package_write_rpm.tar.zst\nDEBUG: For url file://universal/a2/c7/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a2/c7/sstate%3Alibpthread-stubs-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3Aa2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe_create_spdx.tar.zst;downloadfilename=universal/a2/c7/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/89/sstate:groff-native::1.23.0:r0::11:c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73_populate_lic.tar.zst\nDEBUG: Using  for e2/2e/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5_recipe_qa.tar.zst\nDEBUG: Testing URL file://a8/ca/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75_recipe_qa.tar.zst\nDEBUG: Testing URL file://6b/2b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8_package.tar.zst\nDEBUG: For url file://5d/9e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/9e/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A11%3A5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d_package_qa.tar.zst;downloadfilename=5d/9e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d_package_qa.tar.zst\nDEBUG: For url ['file', '', '9e/13/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c3/89/sstate:groff-native::1.23.0:r0::11:c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://e2/2e/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://11/e5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:11:11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a8/ca/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6b/2b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9e/13/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/13/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A11%3A9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7_package_write_rpm.tar.zst;downloadfilename=9e/13/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7_package_write_rpm.tar.zst\nDEBUG: Using  for c3/89/sstate:groff-native::1.23.0:r0::11:c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/e3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:11:4be373dc890c6cfc2cb85f2c08326f7b93230a6ce25cadf2f570e5698e73bbe4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e2/2e/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://12/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef_create_runtime_spdx.tar.zst\nDEBUG: For url file://a8/ca/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/ca/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A11%3Aa8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75_recipe_qa.tar.zst;downloadfilename=a8/ca/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75_recipe_qa.tar.zst\nDEBUG: For url file://6b/2b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/2b/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A11%3A6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8_package.tar.zst;downloadfilename=6b/2b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8_package.tar.zst\nDEBUG: Testing URL file://c3/89/sstate:groff-native::1.23.0:r0::11:c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e2/2e/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/2e/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A11%3Ae22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5_recipe_qa.tar.zst;downloadfilename=e2/2e/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/5d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:11:b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/93/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:11:cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79_create_spdx.tar.zst\nDEBUG: Searching for 12/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c3/89/sstate:groff-native::1.23.0:r0::11:c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/74/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://1e/4e/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a2/c7/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:11:a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://36/e4/sstate:libxdmcp:core2-64-poky-linux:1.1.4:r0:core2-64:11:36e4b259ea4b26983e777bacc945a2bf6a1516163fb06694574e3fa1171c4a72_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/cc/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195_recipe_qa.tar.zst\nDEBUG: Using  for 12/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef_create_runtime_spdx.tar.zst\nDEBUG: For url file://c3/89/sstate:groff-native::1.23.0:r0::11:c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/89/sstate%3Agroff-native%3A%3A1.23.0%3Ar0%3A%3A11%3Ac389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73_populate_lic.tar.zst;downloadfilename=c3/89/sstate:groff-native::1.23.0:r0::11:c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73_populate_lic.tar.zst\nDEBUG: Using  for universal/74/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1e/4e/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://46/f1/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://62/40/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31_package_write_rpm.tar.zst\nDEBUG: Searching for a2/cc/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://12/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/74/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1e/4e/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216_create_spdx.tar.zst\nDEBUG: Searching for 46/f1/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 62/40/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for a2/cc/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '12/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/74/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1e/4e/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216_create_spdx.tar.zst\nDEBUG: Using  for 46/f1/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7_recipe_qa.tar.zst\nDEBUG: Using  for 62/40/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a2/cc/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195_recipe_qa.tar.zst\nDEBUG: For url file://12/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/79/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A11%3A1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef_create_runtime_spdx.tar.zst;downloadfilename=12/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef_create_runtime_spdx.tar.zst\nDEBUG: For url file://universal/74/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/f8/sstate%3Apixman-native%3Ax86_64-linux%3A0.42.2%3Ar0%3Ax86_64%3A11%3A74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad_deploy_source_date_epoch.tar.zst;downloadfilename=universal/74/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1e/4e/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://46/f1/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7_recipe_qa.tar.zst\nDEBUG: Testing URL file://62/40/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a2/cc/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1e/4e/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/4e/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216_create_spdx.tar.zst;downloadfilename=1e/4e/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/13/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:11:9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '46/f1/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://5d/9e/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:11:5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d_package_qa.tar.zst\nDEBUG: For url ['file', '', '62/40/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a2/cc/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/cc/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A11%3Aa2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195_recipe_qa.tar.zst;downloadfilename=a2/cc/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/9e/sstate:e2fsprogs-native::1.47.0:r0::11:c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9_populate_lic.tar.zst\nDEBUG: For url file://46/f1/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/f1/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3A46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7_recipe_qa.tar.zst;downloadfilename=46/f1/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f2/57/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9_populate_sysroot.tar.zst\nDEBUG: For url file://62/40/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/40/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A11%3A62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31_package_write_rpm.tar.zst;downloadfilename=62/40/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31_package_write_rpm.tar.zst\nDEBUG: Searching for c4/9e/sstate:e2fsprogs-native::1.47.0:r0::11:c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/f2/57/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a8/ca/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:11:a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/2b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:6b2b4302f25a5527401e63d279c9b1fe30fefecf3ccb89f5d5eafa21475707e8_package.tar.zst\nDEBUG: Using  for c4/9e/sstate:e2fsprogs-native::1.47.0:r0::11:c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/2e/sstate:libffi:core2-64-poky-linux:3.4.4:r0:core2-64:11:e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5_recipe_qa.tar.zst\nDEBUG: Using  for universal/f2/57/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://50/c4/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:11:50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/89/sstate:groff-native::1.23.0:r0::11:c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/47/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/19/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada_package_qa.tar.zst\nERROR: SState: cannot test file://b1/4c/sstate:systemtap:core2-64-poky-linux:5.0:r0:core2-64:11:b14c2377e6d413078afb1d31b02bd0bd8104c2877b75595b68deef1d2b570513_package.tar.zst: timeout('The read operation timed out')\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1051, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1940, in checkstatus\n    ret = m.try_mirrors(self, ud, self.d, mirrors, True)\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1637, in try_mirrors\n    return bool(try_mirrors(fetch, d, urldata, mirrors, check))\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1158, in try_mirrors\n    ret = try_mirror_url(fetch, origud, uds[index], ld, check)\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1051, in try_mirror_url\n    found = ud.method.checkstatus(fetch, ud, ld)\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/wget.py\", line 370, in checkstatus\n    with opener.open(r, timeout=30) as response:\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 523, in open\n    response = meth(req, response)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 632, in http_response\n    response = self.parent.error(\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 555, in error\n    result = self._call_chain(*args)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 494, in _call_chain\n    result = func(*args)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 747, in http_error_302\n    return self.parent.open(new, timeout=req.timeout)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 517, in open\n    response = self._open(req, data)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 534, in _open\n    result = self._call_chain(self.handle_open, protocol, protocol +\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 494, in _call_chain\n    result = func(*args)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 1389, in https_open\n    return self.do_open(http.client.HTTPSConnection, req,\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 1350, in do_open\n    r = h.getresponse()\n  File \"/usr/lib64/python3.9/http/client.py\", line 1377, in getresponse\n    response.begin()\n  File \"/usr/lib64/python3.9/http/client.py\", line 320, in begin\n    version, status, reason = self._read_status()\n  File \"/usr/lib64/python3.9/http/client.py\", line 281, in _read_status\n    line = str(self.fp.readline(_MAXLINE + 1), \"iso-8859-1\")\n  File \"/usr/lib64/python3.9/socket.py\", line 704, in readinto\n    return self._sock.recv_into(b)\n  File \"/usr/lib64/python3.9/ssl.py\", line 1275, in recv_into\n    return self.read(nbytes, buffer)\n  File \"/usr/lib64/python3.9/ssl.py\", line 1133, in read\n    return self._sslobj.read(len, buffer)\nsocket.timeout: The read operation timed out\n\nDEBUG: Testing URL file://c4/9e/sstate:e2fsprogs-native::1.47.0:r0::11:c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://59/32/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28_packagedata.tar.zst\nDEBUG: Testing URL file://universal/f2/57/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/56/fe/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/36/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe_create_spdx.tar.zst\nDEBUG: Searching for universal/f4/47/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a0/19/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://d2/d6/sstate:file::5.45:r0::11:d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c4/9e/sstate:e2fsprogs-native::1.47.0:r0::11:c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 59/32/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f2/57/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/56/fe/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 2a/36/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/f4/47/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a0/19/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada_package_qa.tar.zst\nDEBUG: Searching for d2/d6/sstate:file::5.45:r0::11:d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://c4/9e/sstate:e2fsprogs-native::1.47.0:r0::11:c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/9e/sstate%3Ae2fsprogs-native%3A%3A1.47.0%3Ar0%3A%3A11%3Ac49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9_populate_lic.tar.zst;downloadfilename=c4/9e/sstate:e2fsprogs-native::1.47.0:r0::11:c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9_populate_lic.tar.zst\nDEBUG: Using  for 59/32/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28_packagedata.tar.zst\nDEBUG: For url file://universal/f2/57/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f2/57/sstate%3Aquilt-native%3Ax86_64-linux%3A0.67%3Ar0%3Ax86_64%3A11%3Af25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9_populate_sysroot.tar.zst;downloadfilename=universal/f2/57/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9_populate_sysroot.tar.zst\nDEBUG: Using  for universal/56/fe/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8_create_spdx.tar.zst\nDEBUG: Using  for 2a/36/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f4/47/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a0/19/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada_package_qa.tar.zst\nDEBUG: Using  for d2/d6/sstate:file::5.45:r0::11:d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://58/d6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:11:58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://59/32/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/4e/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/56/fe/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8_create_spdx.tar.zst\nDEBUG: Testing URL file://2a/36/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f4/47/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a0/19/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/74/f8/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:11:74f8f9fc39329b88e7b455def3397fd5f316d1fb1df2b6a59e7ec31a394cc3ad_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d2/d6/sstate:file::5.45:r0::11:d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://06/d0/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', '59/32/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://8f/6b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/56/fe/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2a/36/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/f4/47/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/47/sstate%3Apython3-installer-native%3Ax86_64-linux%3A0.7.0%3Ar0%3Ax86_64%3A11%3Af4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f4/47/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a0/19/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/19/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A11%3Aa019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada_package_qa.tar.zst;downloadfilename=a0/19/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/13/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'd2/d6/sstate:file::5.45:r0::11:d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 06/d0/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://59/32/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/32/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.40%3Ar0%3Acore2-64%3A11%3A5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28_packagedata.tar.zst;downloadfilename=59/32/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28_packagedata.tar.zst\nDEBUG: Searching for 8f/6b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/56/fe/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/56/fe/sstate%3Aasciidoc-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A11%3A56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8_create_spdx.tar.zst;downloadfilename=universal/56/fe/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8_create_spdx.tar.zst\nDEBUG: For url file://2a/36/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/36/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A11%3A2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe_create_spdx.tar.zst;downloadfilename=2a/36/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe_create_spdx.tar.zst\nDEBUG: Searching for 27/13/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://12/79/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:11:1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://46/f1/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/cc/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:11:a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195_recipe_qa.tar.zst\nDEBUG: For url file://d2/d6/sstate:file::5.45:r0::11:d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/d6/sstate%3Afile%3A%3A5.45%3Ar0%3A%3A11%3Ad2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc_populate_lic.tar.zst;downloadfilename=d2/d6/sstate:file::5.45:r0::11:d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc_populate_lic.tar.zst\nDEBUG: Using  for 06/d0/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8_create_runtime_spdx.tar.zst\nDEBUG: Using  for 8f/6b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://62/40/sstate:python3-pluggy:core2-64-poky-linux:1.3.0:r0:core2-64:11:62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31_package_write_rpm.tar.zst\nDEBUG: Using  for 27/13/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/9e/sstate:e2fsprogs-native::1.47.0:r0::11:c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://15/3e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/45/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://90/8c/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://06/d0/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://8f/6b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f2/57/sstate:quilt-native:x86_64-linux:0.67:r0:x86_64:11:f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/8d/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://27/13/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c2/5d/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 15/3e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 6d/45/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 90/8c/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '06/d0/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8f/6b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5a/31/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a_create_spdx.tar.zst\nDEBUG: Searching for ff/8d/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '27/13/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/c2/5d/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 15/3e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e_package_qa.tar.zst\nDEBUG: Using  for 6d/45/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961_packagedata.tar.zst\nDEBUG: Using  for 90/8c/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://06/d0/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/d0/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A11%3A06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8_create_runtime_spdx.tar.zst;downloadfilename=06/d0/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8_create_runtime_spdx.tar.zst\nDEBUG: For url file://8f/6b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/6b/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A11%3A8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86_packagedata.tar.zst;downloadfilename=8f/6b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86_packagedata.tar.zst\nDEBUG: Searching for 5a/31/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for ff/8d/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5_create_runtime_spdx.tar.zst\nDEBUG: For url file://27/13/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/13/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f_create_runtime_spdx.tar.zst;downloadfilename=27/13/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f_create_runtime_spdx.tar.zst\nDEBUG: Using  for universal/c2/5d/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://15/3e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e_package_qa.tar.zst\nDEBUG: Testing URL file://6d/45/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961_packagedata.tar.zst\nDEBUG: Testing URL file://90/8c/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5a/31/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/19/sstate:libpciaccess:core2-64-poky-linux:0.17:r0:core2-64:11:a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada_package_qa.tar.zst\nDEBUG: Testing URL file://ff/8d/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/47/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:11:f4474b9d344612f59ad5789a9387fc89b0edc04a62896a5a3dbf29006267e5ec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://59/32/sstate:xkeyboard-config:core2-64-poky-linux:2.40:r0:core2-64:11:5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28_packagedata.tar.zst\nDEBUG: Testing URL file://universal/c2/5d/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '15/3e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6d/45/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/56/fe/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:11:56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8_create_spdx.tar.zst\nDEBUG: For url ['file', '', '90/8c/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5a/31/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://94/82/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ff/8d/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://29/c6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7d/de/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/c2/5d/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://15/3e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/3e/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.3%3Ar0%3Acore2-64%3A11%3A153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e_package_qa.tar.zst;downloadfilename=15/3e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e_package_qa.tar.zst\nDEBUG: For url file://6d/45/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/45/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3A6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961_packagedata.tar.zst;downloadfilename=6d/45/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/f7/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177_packagedata.tar.zst\nDEBUG: For url file://90/8c/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/8c/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A11%3A908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321_deploy_source_date_epoch.tar.zst;downloadfilename=90/8c/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5a/31/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 94/82/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://ff/8d/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/8d/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A11%3Aff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5_create_runtime_spdx.tar.zst;downloadfilename=ff/8d/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5_create_runtime_spdx.tar.zst\nDEBUG: Searching for 29/c6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/7d/de/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/c2/5d/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c2/5d/sstate%3Apython3-zipp-native%3Ax86_64-linux%3A3.17.0%3Ar0%3Ax86_64%3A11%3Ac25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c2/5d/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fc/f7/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://5a/31/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/31/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A11%3A5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a_create_spdx.tar.zst;downloadfilename=5a/31/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a_create_spdx.tar.zst\nDEBUG: Using  for 94/82/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/d6/sstate:file::5.45:r0::11:d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc_populate_lic.tar.zst\nDEBUG: Using  for 29/c6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/6b/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:11:8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86_packagedata.tar.zst\nDEBUG: Using  for universal/7d/de/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/9b/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493_create_spdx.tar.zst\nDEBUG: Using  for fc/f7/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177_packagedata.tar.zst\nDEBUG: Testing URL file://94/82/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://24/81/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://15/3e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.3:r0:core2-64:11:153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e_package_qa.tar.zst\nDEBUG: Testing URL file://29/c6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://27/13/sstate:rust-llvm:core2-64-poky-linux:1.74.1:r0:core2-64:11:2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://74/f0/sstate:libwebp::1.3.2:r0::11:74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/7d/de/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/e9/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc_recipe_qa.tar.zst\nDEBUG: Testing URL file://fc/f7/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177_packagedata.tar.zst\nDEBUG: For url ['file', '', '94/82/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 24/81/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://3e/18/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3_packagedata.tar.zst\nDEBUG: For url ['file', '', '29/c6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/2e/92/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 74/f0/sstate:libwebp::1.3.2:r0::11:74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/7d/de/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a6/e9/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'fc/f7/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://94/82/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/82/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A11%3A948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7_populate_sysroot.tar.zst;downloadfilename=94/82/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7_populate_sysroot.tar.zst\nDEBUG: Using  for 24/81/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353_packagedata.tar.zst\nDEBUG: Searching for 3e/18/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://29/c6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/c6/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A11%3A29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c_packagedata.tar.zst;downloadfilename=29/c6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c_packagedata.tar.zst\nDEBUG: Searching for universal/2e/92/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 74/f0/sstate:libwebp::1.3.2:r0::11:74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603_populate_lic.tar.zst\nDEBUG: For url file://universal/7d/de/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/de/sstate%3Abinutils-cross-x86_64%3Ax86_64-poky-linux%3A2.41%3Ar0%3Ax86_64%3A11%3A7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404_recipe_qa.tar.zst;downloadfilename=universal/7d/de/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404_recipe_qa.tar.zst\nDEBUG: Using  for a6/e9/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc_recipe_qa.tar.zst\nDEBUG: For url file://fc/f7/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/f7/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A11%3Afcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177_packagedata.tar.zst;downloadfilename=fc/f7/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177_packagedata.tar.zst\nDEBUG: Testing URL file://24/81/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353_packagedata.tar.zst\nDEBUG: Using  for 3e/18/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/45/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:11:6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961_packagedata.tar.zst\nDEBUG: Using  for universal/2e/92/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://74/f0/sstate:libwebp::1.3.2:r0::11:74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://90/8c/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:11:908ca42b09c2156c4f03bc3a6d0e8e81a868b7ba1fecccfbdaadef97a3b9b321_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/8d/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:11:ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://a6/e9/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '24/81/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3e/18/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://05/da/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e_package.tar.zst\nDEBUG: Testing URL file://universal/2e/92/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/31/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:11:5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '74/f0/sstate:libwebp::1.3.2:r0::11:74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://universal/c2/5d/sstate:python3-zipp-native:x86_64-linux:3.17.0:r0:x86_64:11:c25d00477695c4c226887cc0639ff95596c223fa95894e5155f557efbea80d5e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/3b/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/1c/sstate:xtrans-native::1.5.0:r0::11:4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a6/e9/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://24/81/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/81/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.42%3Ar0%3Acore2-64%3A11%3A24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353_packagedata.tar.zst;downloadfilename=24/81/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353_packagedata.tar.zst\nDEBUG: For url ['file', '', '3e/18/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 05/da/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/2e/92/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://77/3e/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f_populate_sysroot.tar.zst\nDEBUG: For url file://74/f0/sstate:libwebp::1.3.2:r0::11:74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/f0/sstate%3Alibwebp%3A%3A1.3.2%3Ar0%3A%3A11%3A74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603_populate_lic.tar.zst;downloadfilename=74/f0/sstate:libwebp::1.3.2:r0::11:74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/8c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279_package_write_rpm.tar.zst\nDEBUG: Searching for d7/3b/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 4a/1c/sstate:xtrans-native::1.5.0:r0::11:4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://a6/e9/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/e9/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A11%3Aa6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc_recipe_qa.tar.zst;downloadfilename=a6/e9/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc_recipe_qa.tar.zst\nDEBUG: For url file://3e/18/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/18/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3%3Ar0%3Acore2-64%3A11%3A3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3_packagedata.tar.zst;downloadfilename=3e/18/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3_packagedata.tar.zst\nDEBUG: Using  for 05/da/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e_package.tar.zst\nDEBUG: For url file://universal/2e/92/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/92/sstate%3Apython3-typing-extensions-native%3Ax86_64-linux%3A4.9.0%3Ar0%3Ax86_64%3A11%3A2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/2e/92/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 77/3e/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f6/8c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for d7/3b/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7_create_spdx.tar.zst\nDEBUG: Using  for 4a/1c/sstate:xtrans-native::1.5.0:r0::11:4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65_populate_lic.tar.zst\nDEBUG: Testing URL file://05/da/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://29/c6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:11:29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c_packagedata.tar.zst\nDEBUG: Using  for 77/3e/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7d/de/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.41:r0:x86_64:11:7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404_recipe_qa.tar.zst\nDEBUG: Using  for f6/8c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d7/3b/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7_create_spdx.tar.zst\nDEBUG: Testing URL file://4a/1c/sstate:xtrans-native::1.5.0:r0::11:4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65_populate_lic.tar.zst\nDEBUG: For url ['file', '', '05/da/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://3b/90/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://77/3e/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://45/27/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab_packagedata.tar.zst\nDEBUG: Testing URL file://f6/8c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd7/3b/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4a/1c/sstate:xtrans-native::1.5.0:r0::11:4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://05/da/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/da/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A11%3A05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e_package.tar.zst;downloadfilename=05/da/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e_package.tar.zst\nDEBUG: Searching for 3b/90/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '77/3e/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 45/27/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f6/8c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d7/3b/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/3b/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.13%3Ar0%3Acore2-64%3A11%3Ad73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7_create_spdx.tar.zst;downloadfilename=d7/3b/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7_create_spdx.tar.zst\nDEBUG: For url file://4a/1c/sstate:xtrans-native::1.5.0:r0::11:4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/1c/sstate%3Axtrans-native%3A%3A1.5.0%3Ar0%3A%3A11%3A4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65_populate_lic.tar.zst;downloadfilename=4a/1c/sstate:xtrans-native::1.5.0:r0::11:4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65_populate_lic.tar.zst\nDEBUG: Using  for 3b/90/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0_create_runtime_spdx.tar.zst\nDEBUG: For url file://77/3e/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/3e/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A11%3A773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f_populate_sysroot.tar.zst;downloadfilename=77/3e/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/f7/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:11:fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177_packagedata.tar.zst\nDEBUG: Using  for 45/27/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab_packagedata.tar.zst\nDEBUG: For url file://f6/8c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/8c/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.3%3Ar0%3Acore2-64%3A11%3Af68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279_package_write_rpm.tar.zst;downloadfilename=f6/8c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279_package_write_rpm.tar.zst\nDEBUG: Testing URL file://3b/90/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://24/81/sstate:libpcre2:core2-64-poky-linux:10.42:r0:core2-64:11:24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/16/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://45/27/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://74/f0/sstate:libwebp::1.3.2:r0::11:74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3b/90/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://87/aa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25_create_spdx.tar.zst\nDEBUG: Searching for b1/16/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://a6/e9/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:11:a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '45/27/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://b2/91/sstate:iputils::20240117:r0::11:b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886_populate_lic.tar.zst\nDEBUG: For url file://3b/90/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/90/sstate%3Acargo%3Acore2-64-poky-linux%3A1.74.1%3Ar0%3Acore2-64%3A11%3A3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0_create_runtime_spdx.tar.zst;downloadfilename=3b/90/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0_create_runtime_spdx.tar.zst\nDEBUG: Searching for 87/aa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for b1/16/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/cb/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1_create_runtime_spdx.tar.zst\nDEBUG: For url file://45/27/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/27/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.4%3Ar0%3Acore2-64%3A11%3A4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab_packagedata.tar.zst;downloadfilename=45/27/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab_packagedata.tar.zst\nDEBUG: Searching for b2/91/sstate:iputils::20240117:r0::11:b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 87/aa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25_create_spdx.tar.zst\nDEBUG: Testing URL file://b1/16/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7b/cb/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://3e/18/sstate:zlib:core2-64-poky-linux:1.3:r0:core2-64:11:3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/92/sstate:python3-typing-extensions-native:x86_64-linux:4.9.0:r0:x86_64:11:2e922aeb38a18259479bcbaff33c192e78dbc2509e2cee76883a6e6eb9e80b3b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b2/91/sstate:iputils::20240117:r0::11:b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886_populate_lic.tar.zst\nDEBUG: Testing URL file://87/aa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b1/16/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://05/da/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:11:05da90f2208eb177d7a4ad3c4d0e80c815d0e9d2a7bc561071d64a2e69f5ea0e_package.tar.zst\nDEBUG: Using  for 7b/cb/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f9/68/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/b2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc_create_spdx.tar.zst\nDEBUG: Testing URL file://b2/91/sstate:iputils::20240117:r0::11:b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886_populate_lic.tar.zst\nDEBUG: For url ['file', '', '87/aa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b1/16/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/16/sstate%3Awayland%3Acore2-64-poky-linux%3A1.22.0%3Ar0%3Acore2-64%3A11%3Ab1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944_deploy_source_date_epoch.tar.zst;downloadfilename=b1/16/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/b2/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7b/cb/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/f9/68/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for f5/b2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b2/91/sstate:iputils::20240117:r0::11:b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://87/aa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/aa/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A11%3A87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25_create_spdx.tar.zst;downloadfilename=87/aa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25_create_spdx.tar.zst\nDEBUG: Searching for universal/10/b2/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7b/cb/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://d7/3b/sstate:tcl:core2-64-poky-linux:8.6.13:r0:core2-64:11:d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7_create_spdx.tar.zst\nDEBUG: Using  for universal/f9/68/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/1c/sstate:xtrans-native::1.5.0:r0::11:4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65_populate_lic.tar.zst\nDEBUG: Using  for f5/b2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc_create_spdx.tar.zst\nDEBUG: For url file://b2/91/sstate:iputils::20240117:r0::11:b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/91/sstate%3Aiputils%3A%3A20240117%3Ar0%3A%3A11%3Ab291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886_populate_lic.tar.zst;downloadfilename=b2/91/sstate:iputils::20240117:r0::11:b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886_populate_lic.tar.zst\nDEBUG: Using  for universal/10/b2/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7b/cb/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/cb/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A11%3A7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1_create_runtime_spdx.tar.zst;downloadfilename=7b/cb/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://77/3e/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:11:773ebd7e623cb955dcef36cc0ddabcf73c31dac9d7a2b6a464a6f3eca7a2161f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://39/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/f9/68/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://19/1b/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2_package.tar.zst\nDEBUG: Testing URL file://f5/b2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/10/b2/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/8c/sstate:python3-jinja2:core2-64-poky-linux:3.1.3:r0:core2-64:11:f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a8/56/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/36/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:11:2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe_create_spdx.tar.zst\nDEBUG: Searching for 39/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'universal/f9/68/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 19/1b/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'f5/b2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/10/b2/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://85/2a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd_recipe_qa.tar.zst\nDEBUG: Searching for universal/a8/56/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://24/45/sstate:busybox::1.36.1:r0::11:2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda_populate_lic.tar.zst\nDEBUG: Using  for 39/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb_recipe_qa.tar.zst\nDEBUG: For url file://universal/f9/68/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f9/68/sstate%3Arsync-native%3Ax86_64-linux%3A3.2.7%3Ar0%3Ax86_64%3A11%3Af96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840_create_runtime_spdx.tar.zst;downloadfilename=universal/f9/68/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840_create_runtime_spdx.tar.zst\nDEBUG: Using  for 19/1b/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2_package.tar.zst\nDEBUG: For url file://f5/b2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/b2/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A11%3Af5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc_create_spdx.tar.zst;downloadfilename=f5/b2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc_create_spdx.tar.zst\nDEBUG: For url file://universal/10/b2/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/b2/sstate%3Alibmicrohttpd-native%3Ax86_64-linux%3A0.9.77%3Ar0%3Ax86_64%3A11%3A10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/10/b2/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 85/2a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/a8/56/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6_recipe_qa.tar.zst\nDEBUG: Searching for 24/45/sstate:busybox::1.36.1:r0::11:2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://39/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb_recipe_qa.tar.zst\nDEBUG: Testing URL file://19/1b/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://45/27/sstate:mpg123:core2-64-poky-linux:1.32.4:r0:core2-64:11:4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/16/sstate:wayland:core2-64-poky-linux:1.22.0:r0:core2-64:11:b1165abceb915852eea638b4bd54a74547f1b947620c35d2484d3d741b4e9944_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 85/2a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a8/56/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6_recipe_qa.tar.zst\nDEBUG: Using  for 24/45/sstate:busybox::1.36.1:r0::11:2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda_populate_lic.tar.zst\nDEBUG: For url ['file', '', '39/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '19/1b/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://40/93/sstate:speex::1.2.1:r0::11:4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://77/8a/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182_package_write_rpm.tar.zst\nDEBUG: Testing URL file://85/2a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/a8/56/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://24/45/sstate:busybox::1.36.1:r0::11:2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda_populate_lic.tar.zst\nDEBUG: For url file://39/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/34/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.20.13%3Ar0%3Acore2-64%3A11%3A39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb_recipe_qa.tar.zst;downloadfilename=39/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb_recipe_qa.tar.zst\nDEBUG: For url file://19/1b/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/1b/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A11%3A191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2_package.tar.zst;downloadfilename=19/1b/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2_package.tar.zst\nDEBUG: Searching for 40/93/sstate:speex::1.2.1:r0::11:4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 77/8a/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '85/2a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/a8/56/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a8/56/sstate%3Alibjpeg-turbo-native%3Ax86_64-linux%3A3.0.1%3Ar0%3Ax86_64%3A11%3Aa856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6_recipe_qa.tar.zst;downloadfilename=universal/a8/56/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '24/45/sstate:busybox::1.36.1:r0::11:2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://b2/91/sstate:iputils::20240117:r0::11:b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886_populate_lic.tar.zst\nDEBUG: Using  for 40/93/sstate:speex::1.2.1:r0::11:4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35_populate_lic.tar.zst\nDEBUG: Using  for 77/8a/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182_package_write_rpm.tar.zst\nDEBUG: For url file://85/2a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/2a/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A11%3A852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd_recipe_qa.tar.zst;downloadfilename=85/2a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f9/68/sstate:rsync-native:x86_64-linux:3.2.7:r0:x86_64:11:f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840_create_runtime_spdx.tar.zst\nDEBUG: For url file://24/45/sstate:busybox::1.36.1:r0::11:2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/45/sstate%3Abusybox%3A%3A1.36.1%3Ar0%3A%3A11%3A2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda_populate_lic.tar.zst;downloadfilename=24/45/sstate:busybox::1.36.1:r0::11:2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910_package_write_rpm.tar.zst\nDEBUG: Testing URL file://40/93/sstate:speex::1.2.1:r0::11:4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35_populate_lic.tar.zst\nDEBUG: Testing URL file://77/8a/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/0d/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/10/b2/sstate:libmicrohttpd-native:x86_64-linux:0.9.77:r0:x86_64:11:10b2d2b7df753baafd04092a000f2f37c652fc319071be2e64b50567cdc41b4b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://06/d0/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:11:06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/b2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:11:f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc_create_spdx.tar.zst\nDEBUG: Searching for ab/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '40/93/sstate:speex::1.2.1:r0::11:4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '77/8a/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c5/0d/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://59/ce/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://60/3e/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f7/47/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f_create_runtime_spdx.tar.zst\nDEBUG: Using  for ab/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://39/34/sstate:go-runtime:core2-64-poky-linux:1.20.13:r0:core2-64:11:39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb_recipe_qa.tar.zst\nDEBUG: For url file://40/93/sstate:speex::1.2.1:r0::11:4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/93/sstate%3Aspeex%3A%3A1.2.1%3Ar0%3A%3A11%3A4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35_populate_lic.tar.zst;downloadfilename=40/93/sstate:speex::1.2.1:r0::11:4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35_populate_lic.tar.zst\nDEBUG: For url file://77/8a/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/8a/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182_package_write_rpm.tar.zst;downloadfilename=77/8a/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182_package_write_rpm.tar.zst\nDEBUG: Using  for c5/0d/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741_package.tar.zst\nDEBUG: Searching for 59/ce/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 60/3e/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/f7/47/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ab/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a8/56/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:11:a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/e9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://c5/0d/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741_package.tar.zst\nDEBUG: Using  for 59/ce/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://85/2a/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:11:852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://19/1b/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:11:191bc75f64ea64b06955bce826bff5761ca8881cb764a5708d44294cd138f7e2_package.tar.zst\nDEBUG: Using  for 60/3e/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d_package_qa.tar.zst\nDEBUG: Using  for universal/f7/47/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'ab/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://f3/ac/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28_package_qa.tar.zst\nDEBUG: Searching for f0/e9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c5/0d/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://59/ce/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/eb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/8a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b_recipe_qa.tar.zst\nDEBUG: Testing URL file://60/3e/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d_package_qa.tar.zst\nDEBUG: Testing URL file://universal/f7/47/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f_create_runtime_spdx.tar.zst\nDEBUG: For url file://ab/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/a8/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A11%3Aaba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910_package_write_rpm.tar.zst;downloadfilename=ab/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910_package_write_rpm.tar.zst\nDEBUG: Searching for f3/ac/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for f0/e9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://24/45/sstate:busybox::1.36.1:r0::11:2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda_populate_lic.tar.zst\nDEBUG: For url file://c5/0d/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/0d/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A11%3Ac50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741_package.tar.zst;downloadfilename=c5/0d/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741_package.tar.zst\nDEBUG: For url ['file', '', '59/ce/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ea/eb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a0/8a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '60/3e/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/f7/47/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f3/ac/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28_package_qa.tar.zst\nDEBUG: Testing URL file://f0/e9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://da/4e/sstate:gmp::6.3.0:r0::11:da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82_populate_lic.tar.zst\nDEBUG: For url file://59/ce/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/ce/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A11%3A59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0_deploy_source_date_epoch.tar.zst;downloadfilename=59/ce/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ea/eb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c_package.tar.zst\nDEBUG: Using  for a0/8a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://40/93/sstate:speex::1.2.1:r0::11:4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35_populate_lic.tar.zst\nDEBUG: For url file://60/3e/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/3e/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A11%3A603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d_package_qa.tar.zst;downloadfilename=60/3e/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d_package_qa.tar.zst\nDEBUG: For url file://universal/f7/47/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/47/sstate%3Adebianutils-native%3Ax86_64-linux%3A5.16%3Ar0%3Ax86_64%3A11%3Af74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f_create_runtime_spdx.tar.zst;downloadfilename=universal/f7/47/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://f3/ac/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f0/e9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for da/4e/sstate:gmp::6.3.0:r0::11:da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://ea/eb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c_package.tar.zst\nDEBUG: Testing URL file://a0/8a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://82/72/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f3/ac/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://ab/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:11:aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910_package_write_rpm.tar.zst\nDEBUG: For url file://f0/e9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/e9/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.13%3Ar0%3Acore2-64%3A11%3Af0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1_create_runtime_spdx.tar.zst;downloadfilename=f0/e9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/0d/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:c50db4cce8508605effcdb343ce41ba6688afc62e4ba7737b8ff2eb5ecc2f741_package.tar.zst\nDEBUG: Using  for da/4e/sstate:gmp::6.3.0:r0::11:da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ea/eb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a0/8a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 82/72/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://f3/ac/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/ac/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A11%3Af3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28_package_qa.tar.zst;downloadfilename=f3/ac/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/65/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://62/ab/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://59/ce/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:11:59ce7079215b94b01fe2007278ee940fc93460f0a8766c9f568f4ea942ede4a0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://da/4e/sstate:gmp::6.3.0:r0::11:da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82_populate_lic.tar.zst\nDEBUG: For url file://ea/eb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/eb/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A11%3Aeaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c_package.tar.zst;downloadfilename=ea/eb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c_package.tar.zst\nDEBUG: For url file://a0/8a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/8a/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A11%3Aa08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b_recipe_qa.tar.zst;downloadfilename=a0/8a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b_recipe_qa.tar.zst\nDEBUG: Using  for 82/72/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d_recipe_qa.tar.zst\nDEBUG: Searching for 7b/65/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 62/ab/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://60/3e/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/df/f3/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'da/4e/sstate:gmp::6.3.0:r0::11:da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://82/72/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f7/47/sstate:debianutils-native:x86_64-linux:5.16:r0:x86_64:11:f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f_create_runtime_spdx.tar.zst\nDEBUG: Using  for 7b/65/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee_create_runtime_spdx.tar.zst\nDEBUG: Using  for 62/ab/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3d/df/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300_create_runtime_spdx.tar.zst\nDEBUG: Searching for universal/df/f3/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://da/4e/sstate:gmp::6.3.0:r0::11:da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/4e/sstate%3Agmp%3A%3A6.3.0%3Ar0%3A%3A11%3Ada4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82_populate_lic.tar.zst;downloadfilename=da/4e/sstate:gmp::6.3.0:r0::11:da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82_populate_lic.tar.zst\nDEBUG: For url ['file', '', '82/72/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://7c/6c/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7b/65/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://62/ab/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/3d/df/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/df/f3/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948_recipe_qa.tar.zst\nDEBUG: For url file://82/72/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/72/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A11%3A82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d_recipe_qa.tar.zst;downloadfilename=82/72/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/e9/sstate:fribidi:core2-64-poky-linux:1.0.13:r0:core2-64:11:f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1_create_runtime_spdx.tar.zst\nDEBUG: Searching for 7c/6c/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '7b/65/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '62/ab/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/3d/df/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300_create_runtime_spdx.tar.zst\nDEBUG: Testing URL file://universal/df/f3/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://33/ed/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb_package_qa.tar.zst\nDEBUG: Using  for 7c/6c/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/ac/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/eb/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:11:eaebcd4ce9838c87c58f086e6f30d0cc940315b4bc3a7df73997b645cd56c43c_package.tar.zst\nDEBUG: For url file://7b/65/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/65/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A11%3A7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee_create_runtime_spdx.tar.zst;downloadfilename=7b/65/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee_create_runtime_spdx.tar.zst\nDEBUG: For url file://62/ab/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/ab/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A11%3A62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688_deploy_source_date_epoch.tar.zst;downloadfilename=62/ab/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/3d/df/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300_create_runtime_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/df/f3/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 33/ed/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Testing URL file://7c/6c/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/1c/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/1b/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/3d/df/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://a0/8a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:11:a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b_recipe_qa.tar.zst\nDEBUG: For url file://universal/df/f3/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/df/f3/sstate%3Aldconfig-native%3Ax86_64-linux%3A2.12.1%3Ar0%3Ax86_64%3A11%3Adff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948_recipe_qa.tar.zst;downloadfilename=universal/df/f3/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948_recipe_qa.tar.zst\nDEBUG: Using  for 33/ed/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb_package_qa.tar.zst\nDEBUG: For url ['file', '', '7c/6c/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b5/1c/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b7/1b/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/3d/df/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/df/sstate%3Alibxml2-native%3Ax86_64-linux%3A2.11.5%3Ar0%3Ax86_64%3A11%3A3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300_create_runtime_spdx.tar.zst;downloadfilename=universal/3d/df/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/7e/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7_package_qa.tar.zst\nDEBUG: Testing URL file://33/ed/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb_package_qa.tar.zst\nDEBUG: For url file://7c/6c/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/6c/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.2%2Bgit%3Ar0%3Acore2-64%3A11%3A7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b_deploy_source_date_epoch.tar.zst;downloadfilename=7c/6c/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://da/4e/sstate:gmp::6.3.0:r0::11:da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82_populate_lic.tar.zst\nDEBUG: Using  for b5/1c/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37_package_qa.tar.zst\nDEBUG: Using  for b7/1b/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece_populate_sysroot.tar.zst\nDEBUG: Searching for 95/7e/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '33/ed/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Successful fetch test for file://82/72/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/90/sstate:cargo:core2-64-poky-linux:1.74.1:r0:core2-64:11:3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://87/aa/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:11:87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/c8/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9_package.tar.zst\nDEBUG: Testing URL file://b5/1c/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://62/ab/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:11:62ab695be4597d5f1cd00eec957594b5306a654e057ee198993ff32155fa4688_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b7/1b/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece_populate_sysroot.tar.zst\nDEBUG: Using  for 95/7e/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7_package_qa.tar.zst\nDEBUG: For url file://33/ed/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/ed/sstate%3Apango%3Acore2-64-poky-linux%3A1.51.0%3Ar0%3Acore2-64%3A11%3A33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb_package_qa.tar.zst;downloadfilename=33/ed/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://72/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/14/33/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/90/02/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02_create_runtime_spdx.tar.zst\nDEBUG: Searching for c9/c8/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'b5/1c/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://5d/85/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b7/1b/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://95/7e/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7_package_qa.tar.zst\nDEBUG: Searching for 72/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/14/33/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for universal/90/02/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Successful fetch test for file://universal/df/f3/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:11:dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948_recipe_qa.tar.zst\nDEBUG: Using  for c9/c8/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9_package.tar.zst\nDEBUG: For url file://b5/1c/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/1c/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A7.4.4%3Ar0%3Acore2-64%3A11%3Ab51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37_package_qa.tar.zst;downloadfilename=b5/1c/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37_package_qa.tar.zst\nDEBUG: Searching for 5d/85/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://b7/1b/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/1b/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.2%3Ar0%3Acore2-64%3A11%3Ab71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece_populate_sysroot.tar.zst;downloadfilename=b7/1b/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '95/7e/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 72/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab_create_spdx.tar.zst\nDEBUG: Using  for universal/14/33/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/90/02/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/62/sstate:pcmanfm::1.3.2:r0::11:a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef_populate_lic.tar.zst\nDEBUG: Testing URL file://c9/c8/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/df/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300_create_runtime_spdx.tar.zst\nDEBUG: Using  for 5d/85/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382_package_write_rpm.tar.zst\nDEBUG: For url file://95/7e/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/7e/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A11%3A957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7_package_qa.tar.zst;downloadfilename=95/7e/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7_package_qa.tar.zst\nDEBUG: Testing URL file://72/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/cb/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/6c/sstate:ptest-runner:core2-64-poky-linux:2.4.2+git:r0:core2-64:11:7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/14/33/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/90/02/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02_create_runtime_spdx.tar.zst\nDEBUG: Searching for a6/62/sstate:pcmanfm::1.3.2:r0::11:a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', 'c9/c8/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/3d/f6/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5d/85/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '72/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: SState: Attempting to fetch file://universal/53/30/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/21/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/14/33/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/90/02/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a6/62/sstate:pcmanfm::1.3.2:r0::11:a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef_populate_lic.tar.zst\nDEBUG: For url file://c9/c8/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/c8/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A11%3Ac9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9_package.tar.zst;downloadfilename=c9/c8/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9_package.tar.zst\nDEBUG: Searching for universal/3d/f6/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url ['file', '', '5d/85/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://72/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/d9/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A11%3A72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab_create_spdx.tar.zst;downloadfilename=72/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab_create_spdx.tar.zst\nDEBUG: Searching for universal/53/30/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for ac/21/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/14/33/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/14/33/sstate%3Apython3-editables-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A11%3A143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036_deploy_source_date_epoch.tar.zst;downloadfilename=universal/14/33/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/90/02/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/02/sstate%3Alibcheck-native%3Ax86_64-linux%3A0.15.2%3Ar0%3Ax86_64%3A11%3A90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02_create_runtime_spdx.tar.zst;downloadfilename=universal/90/02/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/ed/sstate:pango:core2-64-poky-linux:1.51.0:r0:core2-64:11:33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb_package_qa.tar.zst\nDEBUG: Testing URL file://a6/62/sstate:pcmanfm::1.3.2:r0::11:a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef_populate_lic.tar.zst\nDEBUG: Using  for universal/3d/f6/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf_populate_sysroot.tar.zst\nDEBUG: For url file://5d/85/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/85/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A11%3A5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382_package_write_rpm.tar.zst;downloadfilename=5d/85/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382_package_write_rpm.tar.zst\nDEBUG: Using  for universal/53/30/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06_populate_sysroot.tar.zst\nDEBUG: Using  for ac/21/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/1c/sstate:python3-pytest:core2-64-poky-linux:7.4.4:r0:core2-64:11:b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/1b/sstate:libarchive:core2-64-poky-linux:3.7.2:r0:core2-64:11:b71bae21e858aedc57f725c3d9fa56c39485d87c68331b86a22682b472114ece_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/77/0a/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://95/7e/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:11:957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/c8/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:11:c9c867a2fcf81dfe2384b51be9c8a31c1096974a104c1c2ab6b8d44ea95cfca9_package.tar.zst\nDEBUG: For url ['file', '', 'a6/62/sstate:pcmanfm::1.3.2:r0::11:a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/3d/f6/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/53/30/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ac/21/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/7e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/61/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f_package_write_rpm.tar.zst\nDEBUG: Searching for universal/77/0a/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/b2/92/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/e4/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd_package_write_rpm.tar.zst\nDEBUG: For url file://a6/62/sstate:pcmanfm::1.3.2:r0::11:a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/62/sstate%3Apcmanfm%3A%3A1.3.2%3Ar0%3A%3A11%3Aa66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef_populate_lic.tar.zst;downloadfilename=a6/62/sstate:pcmanfm::1.3.2:r0::11:a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/3d/f6/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/53/30/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ac/21/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fb/7e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for 7b/61/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for universal/77/0a/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/b2/92/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for a6/e4/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://universal/3d/f6/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/f6/sstate%3Aspirv-tools-native%3Ax86_64-linux%3A1.3.268.0%3Ar0%3Ax86_64%3A11%3A3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf_populate_sysroot.tar.zst;downloadfilename=universal/3d/f6/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf_populate_sysroot.tar.zst\nDEBUG: For url file://universal/53/30/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/30/sstate%3Ahelp2man-native%3Ax86_64-linux%3A1.49.3%3Ar0%3Ax86_64%3A11%3A533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06_populate_sysroot.tar.zst;downloadfilename=universal/53/30/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06_populate_sysroot.tar.zst\nDEBUG: For url file://ac/21/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/21/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A11%3Aac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e_packagedata.tar.zst;downloadfilename=ac/21/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/14/33/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:11:143348f6d7767af5b3acc6cd7493e2b95a0a65f0b7b7a71aac90bb89f43f9036_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fb/7e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96_package_qa.tar.zst\nDEBUG: Using  for 7b/61/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/77/0a/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/b2/92/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a6/e4/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/90/02/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:11:90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://58/6c/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206_package.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/85/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:11:5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fb/7e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96_package_qa.tar.zst\nDEBUG: Testing URL file://7b/61/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/77/0a/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/b2/92/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a6/e4/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/4c/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc_package_write_rpm.tar.zst\nDEBUG: Searching for 58/6c/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: SState: Attempting to fetch file://universal/cd/e2/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fb/7e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7b/61/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/77/0a/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/77/0a/sstate%3Adtc-native%3Ax86_64-linux%3A1.7.0%3Ar0%3Ax86_64%3A11%3A770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432_deploy_source_date_epoch.tar.zst;downloadfilename=universal/77/0a/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b2/92/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a6/e4/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1a/4c/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Using  for 58/6c/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206_package.tar.zst\nDEBUG: Searching for universal/cd/e2/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://fb/7e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/7e/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A11%3Afb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96_package_qa.tar.zst;downloadfilename=fb/7e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96_package_qa.tar.zst\nDEBUG: For url file://7b/61/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/61/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A13.2.0%3Ar0%3Acore2-64%3A11%3A7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f_package_write_rpm.tar.zst;downloadfilename=7b/61/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f_package_write_rpm.tar.zst\nDEBUG: For url file://universal/b2/92/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/92/sstate%3Alibxml2-native%3Ax86_64-linux%3A2.11.5%3Ar0%3Ax86_64%3A11%3Ab292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b2/92/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a6/e4/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/e4/sstate%3Astrace%3Acore2-64-poky-linux%3A6.6%3Ar0%3Acore2-64%3A11%3Aa6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd_package_write_rpm.tar.zst;downloadfilename=a6/e4/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd_package_write_rpm.tar.zst\nDEBUG: Using  for 1a/4c/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/62/sstate:pcmanfm::1.3.2:r0::11:a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef_populate_lic.tar.zst\nDEBUG: Testing URL file://58/6c/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206_package.tar.zst\nDEBUG: Using  for universal/cd/e2/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/f6/sstate:spirv-tools-native:x86_64-linux:1.3.268.0:r0:x86_64:11:3df65216b25ff922e67bd4735005a25afefe605327ecdd2e2dfc2a91871884bf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/30/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:11:533072bb409a8339aafeae4d534b0e2ad74281b3480d16019fb111389cf1da06_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://94/82/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:11:948274e4ef11785fc8489ffd3a7601f251b3aeaa07543e105cb27ef4b81d52b7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1a/4c/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/21/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:11:ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/91/26/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '58/6c/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/cd/e2/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/6a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5_create_runtime_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/ce/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1a/4c/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/91/26/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://58/6c/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/6c/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.5%3Ar0%3Acore2-64%3A11%3A586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206_package.tar.zst;downloadfilename=58/6c/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206_package.tar.zst\nDEBUG: For url ['file', '', 'universal/cd/e2/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d3/6a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5_create_runtime_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: Searching for b9/ce/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-915875/temp_sstate_20240205200835\nDEBUG: For url file://1a/4c/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/4c/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A11%3A1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc_package_write_rpm.tar.zst;downloadfilename=1a/4c/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc_package_write_rpm.tar.zst\nDEBUG: Using  for universal/91/26/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a_populate_sysroot.tar.zst\nDEBUG: For url file://universal/cd/e2/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cd/e2/sstate%3Alibmpc-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A11%3Acde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb_recipe_qa.tar.zst;downloadfilename=universal/cd/e2/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb_recipe_qa.tar.zst\nDEBUG: Using  for d3/6a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/77/0a/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:11:770a61c4a0c8c2bff82a41775da1b9b0e0ee9209102217eea93aa4d45b473432_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b9/ce/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/7e/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:11:fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96_package_qa.tar.zst\nDEBUG: Testing URL file://universal/91/26/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/61/sstate:gcc-runtime:core2-64-poky-linux:13.2.0:r0:core2-64:11:7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d3/6a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b2/92/sstate:libxml2-native:x86_64-linux:2.11.5:r0:x86_64:11:b292c9dbe96b02588590b0ec41a34056f7de046061eb58ce4429da047cd6b404_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b9/ce/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/e4/sstate:strace:core2-64-poky-linux:6.6:r0:core2-64:11:a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://77/8a/sstate:gcc-sanitizers:core2-64-poky-linux:13.2.0:r0:core2-64:11:778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/91/26/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd3/6a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5_create_runtime_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/ce/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c_deploy_source_date_epoch.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/91/26/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/26/sstate%3Apython3-pygments-native%3Ax86_64-linux%3A2.17.2%3Ar0%3Ax86_64%3A11%3A9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a_populate_sysroot.tar.zst;downloadfilename=universal/91/26/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a_populate_sysroot.tar.zst\nDEBUG: For url file://d3/6a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5_create_runtime_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/6a/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A11%3Ad36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5_create_runtime_spdx.tar.zst;downloadfilename=d3/6a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5_create_runtime_spdx.tar.zst\nDEBUG: For url file://b9/ce/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/ce/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A11%3Ab9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c_deploy_source_date_epoch.tar.zst;downloadfilename=b9/ce/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://58/6c/sstate:babeltrace2:core2-64-poky-linux:2.0.5:r0:core2-64:11:586c69c6f8ace90d7fe9938fbda657bbbdbc744b7b8257e465170bc93dc40206_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/65/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:11:7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee_create_runtime_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/4c/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:11:1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cd/e2/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:11:cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/91/26/sstate:python3-pygments-native:x86_64-linux:2.17.2:r0:x86_64:11:9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/ce/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:11:b9ce7656fee4403944817ddedf52a34c3cf935e12359b0d72318d7d176d0276c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://72/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:11:72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/6a/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:11:d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5_create_runtime_spdx.tar.zst\ndone.\nSstate summary: Wanted 5552 Local 0 Mirrors 5539 Missed 13 Current 0 (99% match, 0% complete)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_deploy_source_date_epoch already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_complete already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_qa already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_deploy_source_date_epoch already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_complete already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_qa already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_deploy_source_date_epoch already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_complete already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_qa already handled (fallthrough), skipping\nDEBUG: virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot already handled (fallthrough), skipping\nDEBUG: virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_deploy_source_date_epoch already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_shared_workdir already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package already handled (fallthrough), skipping\nDEBUG: Starting bitbake-worker\nNOTE: Executing Tasks\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_deb.34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_deb_setscene.34748ac2fad5c56119b29276dd5a30234b1d2069a48cd2addb5bfa9bdb226045 not available\nNOTE: Running setscene task 4 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_deb_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:1: including glibc-locale.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:1: including glibc-collateral.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:92)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass:97)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_ipk.b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_ipk_setscene.b8fa8cf6dbe985d1b11ae7682cebc528dad5bd9b1c62679938ce522ab6fc1659 not available\nNOTE: Running setscene task 5 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_ipk_setscene)\nDEBUG: Considering setscene task: ['core-image-minimal', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: No package found, so skipping setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_complete\nDEBUG: No package found, so skipping setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_qa\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_runtime_spdx is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_runtime_spdx.df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_runtime_spdx_setscene.df7087639018bad2e73f73534f581a7c9b1680ea68891d224609f25753ae7620 not available\nNOTE: Running setscene task 9 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_deb.5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_deb_setscene.5595d073a59b68398d116d26e1254b7e3e86214637e3cdc6db7b6dbf6aa9f4e3 not available\nNOTE: Running setscene task 10 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_deb_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_ipk.d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_ipk_setscene.d8de240399b5360b7a77bd8d75158fd6760122fd5dba1e12641a1bef625f1cf9 not available\nNOTE: Running setscene task 11 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_ipk_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_deb.ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_deb_setscene.ad1a0bdd52ea5dfc1a515cb41e6ec6e9c7d24c005812f52b8bff76216eb1bec5 not available\nNOTE: Running setscene task 12 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_deb_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_ipk.1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_ipk_setscene.1f9bf503239af48e5bfbe0d915f7b8b66fcb23f3f7c34f6ab0a8d4e374b00222 not available\nNOTE: Running setscene task 13 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_ipk_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_deb.599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_deb_setscene.599193714ece7992118394ac010b28e1bd14d3c7babddd171d6dc8ee701d0b47 not available\nNOTE: Running setscene task 14 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_deb_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:1: including glibc-locale.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:1: including glibc-collateral.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_ipk.02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_ipk_setscene.02a0ecb3fe9d89e44d831dd8b888fa219cf4864fb7897cf8984e226b6f2b3331 not available\nNOTE: Running setscene task 15 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_ipk_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_deb.047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_deb_setscene.047b94b2bf4b68edf01e010868e58b0a237b8c5ee53a8cc9236300a644d9e7de not available\nNOTE: Running setscene task 16 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_deb_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_ipk.d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_ipk_setscene.d059cddaf2d8757e2e4f1ed094ae7f1bd9bbf0de545497de96f002bedfbb6eba not available\nNOTE: Running setscene task 17 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_ipk_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:92)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_deb.048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_deb_setscene.048fab3f410ca85aa5ecd368fe6e13d9c89116717f182e45241a0aa4b55c5956 not available\nNOTE: Running setscene task 18 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_deb_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_ipk.f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_ipk_setscene.f445c665db194571f37b7bd3c6908ce67a8f464ba46f9631df500de6e8810790 not available\nNOTE: Running setscene task 19 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_ipk_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_deb.dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_deb_setscene.dd3cbd42c4e2ddda8651d6d85a0792833f5c14a078d0d0bd1a6be7124347b29d not available\nNOTE: Running setscene task 20 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_deb_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass:97)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_ipk.6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_ipk_setscene.6667266e293677bcecdf03e74d9c5472b763f6b127ab3d8952db8aeaa5e8291b not available\nNOTE: Running setscene task 21 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_ipk_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:10)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_deb.2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_deb_setscene.2a2058ebb194f1c1bdee393591af561b13ac89d3180e28b2e7c1663f97dbe6a0 not available\nNOTE: Running setscene task 22 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_deb_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:5)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:5)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-locale/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_deb which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_ipk.aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_ipk_setscene.aa8630970c932da81ed31dd3bd77adf395ae0ef1c7e5128df03a1b34556c8638 not available\nNOTE: Running setscene task 23 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_ipk_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:9)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-boot/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-locale/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-boot/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_ipk which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_deb.0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_deb_setscene.0eb8a2042ce95ea1c1814febbf428e1aeccc2de794078c0e9f06d9b80f937d69 not available\nNOTE: Running setscene task 24 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_deb_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_ipk.0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_ipk_setscene.0289b5e1f953099d1eb0f56547a4ff25ac7d927f337a78c25767ce59115d6d90 not available\nNOTE: Running setscene task 25 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_ipk_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_deb.cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_deb_setscene.cb795cf236efe08a5e367cc991b2a595fc715c4d38dea64b4fcbcfa2fc7b082a not available\nNOTE: Running setscene task 26 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_deb_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_ipk which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_ipk.52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_ipk_setscene.52583856dc999cad4aac78c2b8c44c8cf463c4c2ac2d39f8ce6a0b176583d7a5 not available\nNOTE: Running setscene task 27 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_ipk_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_deb which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_deb.a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_deb_setscene.a53ed180de01dcb8bb8bb11717f8da4d4151d64d27d41a0c24f32fbc8c87fccd not available\nNOTE: Running setscene task 28 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_deb_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_ipk.7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_ipk_setscene.7c3cc769d9841b10dcebbe459d85899b5d27e5ad4262d0c1037407cf4bfa684b not available\nNOTE: Running setscene task 29 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_ipk_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-tools-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_deb which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_deb.71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_deb_setscene.71e94429e63d57543fccbd3ab398f12dce3839324eee3233f29323b83dbbe3ce not available\nNOTE: Running setscene task 30 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_deb_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_ipk.a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_ipk_setscene.a8d5935723d3b03b9f77b6341630c0f3da258ca0ec3e9ee068905bcd8c31bcb4 not available\nNOTE: Running setscene task 31 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_ipk_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_lic.9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_lic_setscene.9dd381293bdae3ea4b78c46cebb40312e8c61581eea47c749356cdcc14632856 not available\nNOTE: Running setscene task 32 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_deb which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_populate_lic.8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_populate_lic_setscene.8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27 not available\nNOTE: Running setscene task 33 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_deb.0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_deb_setscene.0b2961890b78f1c7f8b35b2b214458fcb3a53f472b4c46d94e4f078fc8aee692 not available\nNOTE: Running setscene task 34 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_deb_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_ipk.b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_ipk_setscene.b8b67fa70f821d1070aa7bad97003c8663a75e14e305758cd9156139c961ae51 not available\nNOTE: Running setscene task 35 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_ipk_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/psplash_git.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/psplash_git.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:3: including qemu-native.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:1: including qemu.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_deb which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_ipk which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_deb.cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_deb_setscene.cba65631470c822da5785ac91a20afa0c103cdc48376d265f3591373d6912818 not available\nNOTE: Running setscene task 36 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_deb_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:3)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-tools-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_ipk.7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_ipk_setscene.7ff632f1eb8a8fab16eb8b7c6c195c2f6af0946742a3a4195a43357ce7718343 not available\nNOTE: Running setscene task 37 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_ipk_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Considering setscene task: ['core-image-full-cmdline', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: No package found, so skipping setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_complete\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: No package found, so skipping setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_qa\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_runtime_spdx.715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_runtime_spdx_setscene.715ac2f980185fd4ced7ed63dfb020ac3c64dfcf14114a885837808c51951690 not available\nNOTE: Running setscene task 41 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_qa.656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_qa_setscene.656460fc081a722f21a2c1d56f6a598906de917c6fd3f6ae1e26ec771d7cf8d1 not available\nNOTE: Running setscene task 42 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-helper-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_rpm.c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_rpm_setscene.c59adca19f0d726b43a7d40426475868dabd7db7077b2d5834af58567cca46a4 not available\nNOTE: Running setscene task 43 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_populate_lic.b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_populate_lic_setscene.b3e77c385f87737e35ec1d0da038febcc97169aeac2507ab4207d13546feada9 not available\nNOTE: Running setscene task 44 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_runtime_spdx.a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_runtime_spdx_setscene.a55f31c319c3cf68ec1a1194b22487263abc553284710f60b02195f9d9bc6555 not available\nNOTE: Running setscene task 45 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_qa.bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_qa_setscene.bd8cf1048f49eb283f8884e51020329924028b3ee0c64505c18eaec1a398673e not available\nNOTE: Running setscene task 46 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-system-native/8.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psplash/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_rpm.335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_rpm_setscene.335923f1103eae1f9b748f4b006231c8e21e1cbeef0a1314e8fe1d44b7ea86c7 not available\nNOTE: Running setscene task 47 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psplash/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_deb which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_ipk which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dnf/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dnf/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_populate_lic.6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_populate_lic_setscene.6c028722ecea457d93ef42de7d98e5586cdd6634f33f4c31751bb21824e81c12 not available\nNOTE: Running setscene task 48 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_runtime_spdx.24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_runtime_spdx_setscene.24c9670ce74e7d4255c334f0ed4f2d6b9ff9c24aeb79887fae2e03e4f57b232f not available\nNOTE: Running setscene task 49 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpm/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpm/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/run-postinsts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/run-postinsts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_spdx is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_spdx.66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_spdx_setscene.66309330b66607cfb5e87d033061c6d8611980b763920f2542ac7df299017dcc not available\nNOTE: Running setscene task 50 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_qa.b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_qa_setscene.b928f48c9b6141953561e37b1e22509500ffc3082eb8ba5fce181b98354e1ce1 not available\nNOTE: Running setscene task 51 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_rpm.70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_rpm_setscene.70b179625105855560285698b44fa27ddb433980e7fb8cd0a9c464bfb801d337 not available\nNOTE: Running setscene task 52 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_populate_lic.0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_populate_lic_setscene.0f22aa25d2e8943c2b7e07fa3b567d4ab37119bbab2b5cfbe55433fea9cc44e5 not available\nNOTE: Running setscene task 53 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_runtime_spdx.97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_runtime_spdx_setscene.97fa4ebc4717c37c9a403cfad97671c6eafbb875cd57d4002be81890ec0d3e89 not available\nNOTE: Running setscene task 54 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_qa.1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_qa_setscene.1c23733d710b0a6e5270fa2ba230fe76d34e7fbb7b85d5993fb2fc057604338a not available\nNOTE: Running setscene task 55 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_rpm.ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_rpm_setscene.ce1bca59fa5a1465a5844c2c5a5b3338ee21a39c454f1089002107107ce23f43 not available\nNOTE: Running setscene task 56 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nfs-utils/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_spdx.52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_spdx_setscene.52814bc0a44b21ee17932085ea7e8bdb9a21c86e4147deccf548b33217c98d3c not available\nNOTE: Running setscene task 57 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/makedevs/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/makedevs/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_spdx.9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_spdx_setscene.9104559c10b5745cfa5b63ce21d03999497cdfbba4b7b128ecc04f5250c1f6cf not available\nNOTE: Running setscene task 58 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/makedevs/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nfs-utils/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_populate_lic.1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_populate_lic_setscene.1648b5d755176209493062e03abfd9cf52611e7783616e797e6064182fd54472 not available\nNOTE: Running setscene task 59 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nfs-utils/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nfs-utils/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_runtime_spdx.5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_runtime_spdx_setscene.5d0a780cbfb3eb0aa63f1f4a241304b67fd9e861f542d0ab74a86a9b12222982 not available\nNOTE: Running setscene task 60 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_qa.affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_qa_setscene.affcf66416bf73532330571841fe6f2e8be3654529ba38a109343032e0db0313 not available\nNOTE: Running setscene task 61 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_rpm.9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_rpm_setscene.9ae569098ee665b55bc790dd72a1d42b304d7d7db16bfb56ca3a374d0203f40e not available\nNOTE: Running setscene task 62 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_populate_lic.77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_populate_lic_setscene.77bffe64c584990e16fac243bef1c8b3b9f05d716a619d08c321458cb84e781f not available\nNOTE: Running setscene task 63 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/makedevs/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_runtime_spdx is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_runtime_spdx.87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_runtime_spdx_setscene.87cd846d990b8ca579902baa317fb3ead4ed64cae65375fed114c5649edbfc77 not available\nNOTE: Running setscene task 64 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cracklib/2.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at/3.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cracklib/2.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at/3.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at/3.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cracklib/2.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at/3.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_spdx.2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_spdx_setscene.2862a6cffd779e128488736a14810f73621e01c48aacb5470c46950d38b79773 not available\nNOTE: Running setscene task 65 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_spdx.adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_spdx_setscene.adb4f19136e37292170a484edacc0aab0478631133982a2401bbc7e67f8590f5 not available\nNOTE: Running setscene task 66 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_runtime_spdx.1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_runtime_spdx_setscene.1ef5c7fdf424f0074fe5678b05e5ecaebc8fa8f001f495af5c05b8d374921002 not available\nNOTE: Running setscene task 67 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_qa.2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_qa_setscene.2bd746064265ea2e4bc6ae43172351b7dd462ccc0ec6c624e876ae6d19a1e39c not available\nNOTE: Running setscene task 68 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_rpm.c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_rpm_setscene.c7ac5dcfe35b0d4e100bf644346fe2d104dc845d5ceaa22eb48781b04af2e259 not available\nNOTE: Running setscene task 69 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_populate_lic.b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_populate_lic_setscene.b291a8964f8bc728329ba5596dea8a191e75ceee6f4ed4aa42fb4d802e70a886 not available\nNOTE: Running setscene task 70 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_create_runtime_spdx.3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_create_runtime_spdx_setscene.3b4549fd0847d631928bbec5068664e6b75dc4d3ae6fea6dc305d0cb38beb6c6 not available\nNOTE: Running setscene task 71 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/makedevs/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_package_qa.d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_package_qa_setscene.d7d4ca875ea99d4f7e12758058a39326e925dc6ea904a8b879d45852a6450fbb not available\nNOTE: Running setscene task 72 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nfs-utils/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_package_write_rpm.ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_package_write_rpm_setscene.ede3a080687a95e053a94e37dfab34a9bdf92ff105441c830643359c1ab87f2d not available\nNOTE: Running setscene task 73 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cracklib/2.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_populate_lic.8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_populate_lic_setscene.8799f729c045df73433b458e5a97e8a5d8769867e19e5929458e9ef633cdf5bd not available\nNOTE: Running setscene task 74 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ethtool/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ethtool/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ethtool/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ethtool/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_spdx.cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_spdx_setscene.cf935d7a3a6927f374a910c5b1a3d47360b76b6d4fd209777a5c148b14bc9f79 not available\nNOTE: Running setscene task 75 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_runtime_spdx.c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_runtime_spdx_setscene.c2aa0e44066fc506b3adcb3c36bcf053917750be9a765094301971174901a602 not available\nNOTE: Running setscene task 76 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_qa.a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_qa_setscene.a82b25376f9a636c13e7f328b3d588b1d2b9990787062c1a38e1af54e23bef39 not available\nNOTE: Running setscene task 77 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_deb.ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_deb_setscene.ac91e199c3c64a720541097c47aa7f5d1f795c01ee964acaadd583c45359c9ea not available\nNOTE: Running setscene task 78 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_deb_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cracklib/2.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_ipk.151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_ipk_setscene.151d3626dc73890ce45c8c4ea0ce2cee2b216d4e5db6060d8d3b6b1c738a5d82 not available\nNOTE: Running setscene task 79 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_ipk_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at/3.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_spdx which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_recipe_qa is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_recipe_qa.bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_recipe_qa_setscene.bd3d03dcd762966e5d3a69f60b7a370d9a733ff1763809714d95fd75333c9aea not available\nNOTE: Running setscene task 80 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iputils/20240117/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iputils/20240117/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mc/4.8.30/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iputils/20240117/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_rpm.b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_rpm_setscene.b2253f4c07985756407feae013609bb9e2a463283e2f04902b9b125ed1fe6137 not available\nNOTE: Running setscene task 81 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iputils/20240117/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mc/4.8.30/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_spdx.b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_spdx_setscene.b0b8a3372121fe8eedd7769df2983973067a773f2f8af66e9f306d0a29daab50 not available\nNOTE: Running setscene task 82 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_create_spdx.6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_create_spdx_setscene.6f2d77dd2121f1647fd724011cf6eb582bf3524c1ad1000666e1d407c5856d87 not available\nNOTE: Running setscene task 83 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nNOTE: Running setscene task 84 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_runtime_spdx.6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_runtime_spdx_setscene.6c53b9966aab6b93b0a3b4ae580dbbf8db4858f68e6bde7bf2f3f4924962e258 not available\nNOTE: Running setscene task 85 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_qa.7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_qa_setscene.7eb53e7f44c07b84301b7ececd42409f7cb36f316eb4c6faf772ebcf9d64602d not available\nNOTE: Running setscene task 86 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mc/4.8.30/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_rpm.3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_rpm_setscene.3f874107d0ae54637a463f61b50de635fb2c27a9f8bd656678917d817d542359 not available\nNOTE: Running setscene task 87 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_populate_lic.067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_populate_lic_setscene.067df53366a553e274173e3bc67502dd78d04b48239fe53f46bcccdd259c34a0 not available\nNOTE: Running setscene task 88 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mc/4.8.30/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_runtime_spdx.63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_runtime_spdx_setscene.63a66f4a8523ca9bb7ffdda0d49247f268746565690a64571f7b340bd014c7fa not available\nNOTE: Running setscene task 89 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_qa.931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_qa_setscene.931554d6a97dc91242d211efcb53da26586d99b00d67ebd39b83b3d271fe1a22 not available\nNOTE: Running setscene task 90 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ethtool/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:23)\nDEBUG: Considering setscene task: ['packagegroup-core-full-cmdline', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG:   considering dependency: ['packagegroup-core-full-cmdline', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-full-cmdline', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_recipe_qa.a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_recipe_qa_setscene.a0f01c2e3c3074e9c4f284b4ba93f6f7982f7b730b1003b7a40a1970fd79af82 not available\nNOTE: Running setscene task 91 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_rpm.aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_rpm_setscene.aba8b222b1e216baa296636b88d41d071a0c195e8664777aec49cff146ebe910 not available\nNOTE: Running setscene task 92 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_populate_lic.8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_populate_lic_setscene.8ce26b2385aaa6136cd4e00677d1f8a50bc46c8c9ede94a8dc9c9588b06fe3e0 not available\nNOTE: Running setscene task 93 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_ipk which could be accelerated\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb (full)\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_deb.b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_deb_setscene.b4ffe921f77489f022dda6708c5fcab4b52b122497a80ca69be184c5dc1cc903 not available\nNOTE: Running setscene task 94 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_deb_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_spdx is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_spdx.b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_spdx_setscene.b6ae1d67d60490d5b135b5e8d90324ff0069a25aebd70e00fb745be435935dec not available\nNOTE: Running setscene task 95 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_packagedata.58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_packagedata_setscene.58261c7779133dea9234bb9f35a4cce4fc4219c53cc148b789c6eaf0afac82f1.qemux86_64 not available\nNOTE: Running setscene task 96 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_packagedata.4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_packagedata_setscene.4e56a19007e5f241714955f8d87f66363426053669dc9cf3bd754a4324b7bb16.qemux86_64 not available\nNOTE: Running setscene task 97 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mc/4.8.30/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iputils/20240117/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_packagedata.04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_packagedata_setscene.04bd1b75cdcf7fd36cf361e9e085b3d0f93a042693806b7b018b8c50d367c86c.qemux86_64 not available\nNOTE: Running setscene task 98 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysklogd/2.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysklogd/2.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysklogd/2.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_packagedata.12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_packagedata_setscene.12a8437127b1d1a77bc3098aa6045cf6c6b9e22434fc017b993780dbc4d848a1.qemux86_64 not available\nNOTE: Running setscene task 99 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_packagedata.8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_packagedata_setscene.8960bfb1790c5acb621def619d7f8ae0ce8f34075e1319e09819ba3dcbc4a181.qemux86_64 not available\nNOTE: Running setscene task 100 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_packagedata.b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_packagedata_setscene.b3dc1224a3d7832c581dff5a0efac72b19ab829a8f635b8472758eebfff8eec4.qemux86_64 not available\nNOTE: Running setscene task 101 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysklogd/2.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/time/1.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_packagedata.12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_packagedata_setscene.12ea03fb7c4acc884cc0ce513a311187b225fb31d38846a7890ecacc76cb78ac.qemux86_64 not available\nNOTE: Running setscene task 102 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/time/1.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_spdx.6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_spdx_setscene.6215be2e58249e7543ca8dd478a8fcddc5e0d35c913f7de16a5c750f04bb4963 not available\nNOTE: Running setscene task 103 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_deb which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/time/1.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/time/1.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['packagegroup-core-full-cmdline', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_spdx.89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_spdx_setscene.89113afacf32f66c3a54380ccc17db7dc774bec16cb90522f8bb9b54741f24ba not available\nNOTE: Running setscene task 105 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_spdx.b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_spdx_setscene.b7b664ee79b4563552195d456dbd8329cd56c99e0a587eb8bdedca8cfff084f1 not available\nNOTE: Running setscene task 106 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_ipk.18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_ipk_setscene.18f2569c1f7fb2f26310c68ac23ee8e960ae80a4f0076d039fca9c19ceebef70 not available\nNOTE: Running setscene task 107 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_ipk_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_deb.59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_deb_setscene.59de3e383d8719b0bb3e69df89bd90e46e34b15e6d26fcbdd1f6e4d58e3c1a93 not available\nNOTE: Running setscene task 108 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_deb_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_populate_lic which could be accelerated\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_ipk.372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_ipk_setscene.372c7f97b5fe9b10f369aae6ac99c9cb4f5cf5bbd9c59243a8755227c376fb23 not available\nNOTE: Running setscene task 109 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_ipk_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_deploy.2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_deploy_setscene.2ca9317daa311e65a8c4480a9125518b1fe4bfe199ae92071501fd718168bac1.qemux86_64 not available\nNOTE: Running setscene task 110 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:3: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/makedevs/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:6: including recipes-kernel/linux/cve-exclusion.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:7: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: Considering setscene task: ['makedevs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['makedevs', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['makedevs', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['makedevs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_recipe_qa.963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_recipe_qa_setscene.963a3dedfc0c787d3e681023c5975a76b7ef6b2af348ac956dce874fd2eafc20 not available\nNOTE: Running setscene task 113 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['core-image-sato-sdk', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: No package found, so skipping setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_complete\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at/3.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cracklib/2.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nfs-utils/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_sysroot.f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_sysroot_setscene.f400c539bdff4c6de9b288b701a7d711a716bc990d71088fe89d2fc9d8ba222b not available\nNOTE: Running setscene task 116 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ethtool/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['nfs-utils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['nfs-utils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['nfs-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_recipe_qa.cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_recipe_qa_setscene.cd70bb8ec598eae8c5e32a589c45f66593bec64b7986a71b996a521948d16a30 not available\nNOTE: Running setscene task 120 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iputils/20240117/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['flex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['flex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['at', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['at', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['at', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_recipe_qa.2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_recipe_qa_setscene.2fed5040f849113b6507a83c18cbcfee75552727d2567f5fe3b8b9d9e6dbf4f1 not available\nNOTE: Running setscene task 123 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mc/4.8.30/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: Considering setscene task: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: Considering setscene task: ['cracklib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['cracklib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['cracklib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_recipe_qa.207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_recipe_qa_setscene.207f7563924a04f12bcfc4936f4e6801eed49cd7256a89c86ce1c327b1d8ebca not available\nNOTE: Running setscene task 126 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Considering setscene task: ['ethtool', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/kernel-devsrc/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['ethtool', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ethtool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_recipe_qa.7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_recipe_qa_setscene.7e249aeb554f39691701ea6643668f585f271b7a3d85b7232c601c2ef430d359 not available\nNOTE: Running setscene task 129 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Considering setscene task: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['iputils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysklogd/2.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['iputils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['iputils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_recipe_qa.a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_recipe_qa_setscene.a37986b8099ec9729c3203dad6f5ac2aee1c092119ec6c416420e2e98e05220c not available\nNOTE: Running setscene task 132 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/time/1.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/kernel-devsrc/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb (full)\nDEBUG: Considering setscene task: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['mc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['mc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['mc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['mc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['mc', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_recipe_qa.bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mc/4.8.30.do_recipe_qa_setscene.bcb5e4d5cdc351f3b69dd91cba11b16cb05a7f834e51abce121fdc34cadd3e34 not available\nNOTE: Running setscene task 135 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_ipk which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_packagedata.d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_packagedata_setscene.d466e21369836ee6853c1597eafaf617c75c7249a7e4f36547e41b2d3f58ae48.qemux86_64 not available\nNOTE: Running setscene task 136 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_packagedata.30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_packagedata_setscene.30c032120a74292a6a299779930fd145182ff7e7802be561632a678f854143c8.qemux86_64 not available\nNOTE: Running setscene task 137 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_packagedata.2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_packagedata_setscene.2fb13ca5f9e3afc69af80fa3cfd202fb645f2238c25985b4cadd67ddab05eefe.qemux86_64 not available\nNOTE: Running setscene task 138 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_packagedata_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: No package found, so skipping setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_qa\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_runtime_spdx.abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_runtime_spdx_setscene.abe54810c281b0758b88a6e31744402cc1b4428c2c8b824291f90c5bc6079ebb not available\nNOTE: Running setscene task 140 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_qa.bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_qa_setscene.bdb329e0e6ecb26d03d3387f218001ad05783d0bbf9faa0a51495cd52187d7c6 not available\nNOTE: Running setscene task 141 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_rpm.48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_rpm_setscene.48653ad4df85bb857ebe4a9182cbd5dd0413f2f771b1f88ef772510d2d319c24 not available\nNOTE: Running setscene task 142 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-helper-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/makedevs/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:33)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:33)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_populate_lic.da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_populate_lic_setscene.da15600cad441634dee18e7f5bee446a491540f2ad1a03d23edda125f9331071 not available\nNOTE: Running setscene task 143 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_runtime_spdx.24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_runtime_spdx_setscene.24b55586af15d34b9eb98e10c43805f3b05c491d1e89d148e19899e1ee28c463 not available\nNOTE: Running setscene task 144 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:33)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_qa.40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_qa_setscene.40c05e02a27db4e5b1d9dca4222b00d5b038a5b1c706060435f0a436d4abee44 not available\nNOTE: Running setscene task 145 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_qa_setscene)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at/3.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cracklib/2.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nfs-utils/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_rpm.2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_rpm_setscene.2af8be73bcff6fbf6d2b4b98edb4d3528240067d86b648130e109792e5549af8 not available\nNOTE: Running setscene task 146 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.12+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_populate_lic.1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_populate_lic_setscene.1f763ca8d6c1f346aa0e6c0ac7bf841dd786644fb63f14a63f6eebc22623844d not available\nNOTE: Running setscene task 147 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ethtool/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_create_runtime_spdx.41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_create_runtime_spdx_setscene.41d24d4b575c202e220677ff32d1d5f219cc159f41b6428677ab5ddcb64a9531 not available\nNOTE: Running setscene task 148 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_package_qa.92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_package_qa_setscene.92db9846689649fa15f99d5f322c501a6414d08e4c58917aaccabb5d4f499dfc not available\nNOTE: Running setscene task 149 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mc/4.8.30/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_package_write_rpm.ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_package_write_rpm_setscene.ae8f6e75867a6926be17cc4033575ac7183c810c0a84b23faac035571dee85a3 not available\nNOTE: Running setscene task 150 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_populate_lic.e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_populate_lic_setscene.e1eeb4c96fc2e01c0e4bb28a8f1b80f249d6e074af13a348515ca099756858e0 not available\nNOTE: Running setscene task 151 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iputils/20240117/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/time/1.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysklogd/2.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-state/0.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-state/0.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-state/0.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_runtime_spdx.2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_runtime_spdx_setscene.2706db892168a32b9910466b6bc389f3408a739a5ac3e14eaac4eba596bc0ba2 not available\nNOTE: Running setscene task 152 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_qa.fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_qa_setscene.fb7ef3074a6636da7e80d374ff31b6a38a5356f8c15707e8fed3db9e2cde0e96 not available\nNOTE: Running setscene task 153 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_rpm.362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_rpm_setscene.362861a60c5d16f69dc998b718aa0072c142ed2b2f1cf49cec9bb99cdc67a2da not available\nNOTE: Running setscene task 154 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_populate_lic.89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_populate_lic_setscene.89dbf039551e99ac441df014d24a3a7bbb7b1bc0592baa824869e259cca3fb09 not available\nNOTE: Running setscene task 155 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_runtime_spdx.d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_runtime_spdx_setscene.d135f6766d31c9bcf6dee136fbfe505d785a3a5a71f8b7e4a16d13cdd5b3a1e0 not available\nNOTE: Running setscene task 156 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_qa.2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_qa_setscene.2e1f651d3a42c3fe0f01efd8e94b229d3bdbe0da209c452abaca69e89a197961 not available\nNOTE: Running setscene task 157 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_rpm.0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_rpm_setscene.0bde996eddfd029457f97c87c9895363de316de1adb5a09fa39769061cb94db6 not available\nNOTE: Running setscene task 158 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-state/0.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/formfactor/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_lic.7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_lic_setscene.7714db317aaf61a778994b16b07c274f49fca88182d6efdfc22a48d5b4ab0a64 not available\nNOTE: Running setscene task 159 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_runtime_spdx.ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_runtime_spdx_setscene.ac09c7a5ee067f1378b5a28aa482ba58a2f9e7ab50095ebfeca06a3fd8b5f8f7 not available\nNOTE: Running setscene task 160 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/formfactor/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:1: including bluez5.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_qa.799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_qa_setscene.799f71e891c4b8110d3464a48c6a4ed7537f47c5581402e61b309c6e0890c856 not available\nNOTE: Running setscene task 161 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:1: including bluez5.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/formfactor/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/formfactor/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_rpm.4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_rpm_setscene.4fffcaea421ea4ad8b9c9ac4cc0d172ecfcbc3177eeb8af7ba00bf31175f2663 not available\nNOTE: Running setscene task 162 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_lic.907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_lic_setscene.907f272a9a7a4cb7dbedb80a2515b51a589b4bd2c5384836e6afad2c164fcaf1 not available\nNOTE: Running setscene task 163 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pciutils/3.10.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:1: including bluez5.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pciutils/3.10.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:1: including bluez5.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_runtime_spdx.2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_runtime_spdx_setscene.2a167aa2ab5799c128ffb95d248e5c6828d006a7bb1a1090e14c366eba40d750 not available\nNOTE: Running setscene task 164 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_qa.7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_qa_setscene.7e6a0d5fe8e48cda314e901bb4cf72928d569b5e43155be28d89039f2e457737 not available\nNOTE: Running setscene task 165 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pciutils/3.10.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pciutils/3.10.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/v86d/0.1.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/v86d/0.1.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/v86d/0.1.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/v86d/0.1.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_spdx.712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_spdx_setscene.712e23056d7563d0446bb30b2f07abe7ac4f5791c2513e79863f822da0885c12 not available\nNOTE: Running setscene task 166 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_rpm.b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_rpm_setscene.b8803ee1b0429691b10a46762b3450a9ba1001496132f535c647bbdc156290cc not available\nNOTE: Running setscene task 167 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_populate_lic.e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_populate_lic_setscene.e4f499f52123d8063c941e69fa1c5708d153be2ef55ab47fe1dbb2ed9f46cff2 not available\nNOTE: Running setscene task 168 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_runtime_spdx.53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_runtime_spdx_setscene.53f916bf90b0c261d1ec2ccff45610f5eb3e9484d17b7fc66b2b38c156980b04 not available\nNOTE: Running setscene task 169 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_qa.9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_qa_setscene.9fabcfe3d98d5868d01499205503be90ad80789859ed2a4fb6a46185176ab413 not available\nNOTE: Running setscene task 170 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_rpm.42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_rpm_setscene.42885d74f8d7bb9f50fa511d6518666314b6578a4d98a89a997f343ea4f092f4 not available\nNOTE: Running setscene task 171 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/avahi/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/avahi/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/avahi/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_populate_lic.5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_populate_lic_setscene.5679de9d46ff76b88193f5accae1516dfad97deea1cb45bf5480e5ae630d1538 not available\nNOTE: Running setscene task 172 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/avahi/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bluez5/5.72/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_runtime_spdx.3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_runtime_spdx_setscene.3c8dcbc32ce3afc857563746e0b7d43881b385768119c820926c9eff6109751b not available\nNOTE: Running setscene task 173 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_qa.33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_qa_setscene.33f805210cf41e1e8fd3c1793ad1db38d1b31b12a1e445ccf32ae8e0e1b60ae7 not available\nNOTE: Running setscene task 174 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_rpm.9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_rpm_setscene.9a6f65f51003ae59476be3054feed1d699ecfe0314c132a858af9509b5cdbbf5 not available\nNOTE: Running setscene task 175 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_populate_lic.d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_populate_lic_setscene.d6681d28be9b50dbc752d7e822c86ac130be7716593679013c29ecb4ee3a0923 not available\nNOTE: Running setscene task 176 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bluez5/5.72/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:1: including connman.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:1: including connman.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:1: including connman.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_create_runtime_spdx.63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_create_runtime_spdx_setscene.63045856f2c528aa47d3644c8da900128780d9780e1c28859fa5ad379ec08219 not available\nNOTE: Running setscene task 177 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:1: including connman.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/connman-conf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/connman-conf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bluez5/5.72/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/connman-conf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/v86d/0.1.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/connman-conf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_package_qa.5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_package_qa_setscene.5aae569b298d1df5c40aa84b3203df95d8db52f2670b9957d21a5157667f9eda not available\nNOTE: Running setscene task 178 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bluez5/5.72/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_package_write_rpm.5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_package_write_rpm_setscene.5318492c32845dfa7190c1f03dea57912dc42ad921c1461bee7438a71455bb8f not available\nNOTE: Running setscene task 179 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_populate_lic.400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_populate_lic_setscene.400b89d64206c53e8a3d12ba6fdceba54cc2b7fd5caa623919332cfbe69996d2 not available\nNOTE: Running setscene task 180 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman-gnome/0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman-gnome/0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_create_runtime_spdx.adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_create_runtime_spdx_setscene.adefcf8cbd5acec14180e2a234a1b75a8dee63191942bd91b461665bd9c9749b not available\nNOTE: Running setscene task 181 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_package_qa.3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_package_qa_setscene.3f7f838082c00fb21025fcb69d8a5416d61dc94f8651fd9e91c9c3f90877a087 not available\nNOTE: Running setscene task 182 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_spdx.be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_spdx_setscene.be3e911aed9d5de2441f1ca44b1851e7efe15d30b7cdc718870582686f7a8626 not available\nNOTE: Running setscene task 183 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_package_write_rpm.2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_package_write_rpm_setscene.2ba0e6f3f391c903bbe94b0d899193c4fe0237f9e1cba4df7c178da62914bacf not available\nNOTE: Running setscene task 184 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_populate_lic.3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_populate_lic_setscene.3615ae660d4f91ec3b6c8b038d91e443dbe276892b54b4d22ef4cbde80ee98fe not available\nNOTE: Running setscene task 185 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman-gnome/0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_runtime_spdx.e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_runtime_spdx_setscene.e1cefce496f596ee2f5b59bdf7c93a41ab8f5e65afce2b2c611044b0c0a33f55 not available\nNOTE: Running setscene task 186 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_qa.4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_qa_setscene.4a975a713b58432e8ecbd6569cc5ff3c5db51d176f75f6b383855150ff982948 not available\nNOTE: Running setscene task 187 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman-gnome/0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_rpm.5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_rpm_setscene.5d85283287ded83b8254b1559c3ed6e3fb2f85518ad1dba54af76203e0641382 not available\nNOTE: Running setscene task 188 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman/1.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman/1.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman/1.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman/1.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_spdx.1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_spdx_setscene.1e4e1b7c3313eae24ab1a9aec1ad88ce749ea44eecd71a318b8a44dcfab31216 not available\nNOTE: Running setscene task 189 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iproute2/6.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_spdx.cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_spdx_setscene.cb3b8bf4fe98fc2610b40b75a30c7876d16c32ee23d39fb7a584bdfad32c35fa not available\nNOTE: Running setscene task 190 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_populate_lic.befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_populate_lic_setscene.befedcc56e068bac5b7303515e8950294f8375cc7e9b1b310c5e17590eb1734d not available\nNOTE: Running setscene task 191 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_runtime_spdx.fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_runtime_spdx_setscene.fa3c1cc983619a731f5d73aef2b53275c3d48d943199271de365d6ebc00e4df6 not available\nNOTE: Running setscene task 192 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_qa.73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_qa_setscene.73b49689a1aa70e2e8ef187faf32df0f9b27cc8858333c231ec256f5e44a38f5 not available\nNOTE: Running setscene task 193 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:1: including connman.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iproute2/6.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iw/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iproute2/6.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iproute2/6.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_rpm.88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_rpm_setscene.88f2c266d34c20d6a2a75b02350529647c2c755dfc3836b350e50d8a216ce454 not available\nNOTE: Running setscene task 194 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iw/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iw/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iw/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman-gnome/0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_create_spdx.27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_create_spdx_setscene.27abca20d7d078b007c99b9e110b443b4df1a18c09367067a1fbbe70eca0c526 not available\nNOTE: Running setscene task 195 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_lic.3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_lic_setscene.3b7cf5c769edab8ba76db988ac4d9a04f1f85e925370b22c39a93b5472b80e76 not available\nNOTE: Running setscene task 196 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_create_runtime_spdx.32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_create_runtime_spdx_setscene.32cfb3e7fdf0e185d4e60ea2d02b0d4af6fc646b1f0a25e4cc37e610217c0f70 not available\nNOTE: Running setscene task 197 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_package_qa.3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_package_qa_setscene.3f1ad376f4d2fbf891367efec514a70a24385053eacfcbb49350afb6705736da not available\nNOTE: Running setscene task 198 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_package_write_rpm.6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_package_write_rpm_setscene.6344b820067ecdf3b7ad1df3c4c96fe17f40ac6c1a76128add717f0cd328e29b not available\nNOTE: Running setscene task 199 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnss-mdns/0.15.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnss-mdns/0.15.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_populate_lic.8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_populate_lic_setscene.8d155cabcff8e1c9f7012c545bd7d02be322941d15d947d771ef751515e56f82 not available\nNOTE: Running setscene task 200 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_runtime_spdx.406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_runtime_spdx_setscene.406ef91f5a96abdb8616305683b4218a675992e6a6a1a10b5ae00208be2aa757 not available\nNOTE: Running setscene task 201 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_spdx.028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_spdx_setscene.028000cac86d3e597df70a7857c6799af489bfdaabba47c68e5aacd5ed15f11e not available\nNOTE: Running setscene task 202 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_qa.6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_qa_setscene.6b02bf480b787348bff18d7a92131e731c9decd825a3d4ce36a4d75e33b0552f not available\nNOTE: Running setscene task 203 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnss-mdns/0.15.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_rpm.c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_rpm_setscene.c7432350e0d3686213830df80feace7ba020332acdb2901de4c5c50124f31120 not available\nNOTE: Running setscene task 204 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/connman-conf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_packagedata.2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_packagedata_setscene.2209731f86756f4d9d0b82b85c270c805617f973f3e1abb53b6b58406dc24d44.qemux86_64 not available\nNOTE: Running setscene task 205 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnss-mdns/0.15.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcap/1.10.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcap/1.10.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_populate_lic.30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_populate_lic_setscene.30997ddee48bed1bc63acc2de98ebf9b81e044fe3d66f827c86a42c73a7edd3a not available\nNOTE: Running setscene task 206 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_create_runtime_spdx.2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_create_runtime_spdx_setscene.2bcdf88b1e7cdd12990acf5d4153e8537b2893777109d6a9f9bdd413203b5492 not available\nNOTE: Running setscene task 207 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman/1.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcap/1.10.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_package_qa.b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_package_qa_setscene.b3ecdf2e5910652f3e537f909fe0bb7bc1ca6d2cc86ba541b977d822fc7012ae not available\nNOTE: Running setscene task 208 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iw/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20230416/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_package_write_rpm.50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_package_write_rpm_setscene.50fb5d00c619ef7f0cf5c6aea4698695a205b661336e487e6fb50a6c5c043138 not available\nNOTE: Running setscene task 209 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcap/1.10.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_populate_lic.c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_populate_lic_setscene.c0ae4ffe30b9be375237b15fae0a9f407aebcf6ac16d498ae30d2ce7f9c232ee not available\nNOTE: Running setscene task 210 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_create_runtime_spdx.8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_create_runtime_spdx_setscene.8171d780756aabbfa562c7a9e12b8794e862283b2cf038a488c079a9e3393b16 not available\nNOTE: Running setscene task 211 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20230416/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20230416/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20230416/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_package_qa.c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_package_qa_setscene.c3d7d32e789ab276b77cd75bb41b79450ec6ab0f39cdac2fd2efeb504333a017 not available\nNOTE: Running setscene task 212 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/neard/0.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_package_write_rpm.c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_package_write_rpm_setscene.c8cb18bde00d0240cd99c94a60ed2440fee7337181a1b0d539974b0c7fa0f559 not available\nNOTE: Running setscene task 213 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_populate_lic.d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_populate_lic_setscene.d52a78e8cf53cf410bce7185e97d0387deb95896f8519c0058fd2257498e764f not available\nNOTE: Running setscene task 214 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnss-mdns/0.15.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_spdx.448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_spdx_setscene.448fe8e4947ff52afb3e26d32f872bcac37d21b253865f203a0e41b2192c9660 not available\nNOTE: Running setscene task 215 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_create_runtime_spdx.cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_create_runtime_spdx_setscene.cc1d904b8c67657e0d262496b2f722d781135853641727118ec750c235228ee8 not available\nNOTE: Running setscene task 216 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_package_qa.1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_package_qa_setscene.1a8e3dd8563e306acd75b237bebc95eb6a90e15937a7d562532972bb2934435b not available\nNOTE: Running setscene task 217 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/neard/0.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/connman-conf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_package_write_rpm.0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_package_write_rpm_setscene.0c05512b1a26632a08367fd3d9b6e6c03e3bb5622a2b5efa44af95b829c7529f not available\nNOTE: Running setscene task 218 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/neard/0.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_populate_lic.1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_populate_lic_setscene.1a98e2414bab14329c39f7e1b3745225e89d3550a52a7758cb4b27fcbeb2f067 not available\nNOTE: Running setscene task 219 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Considering setscene task: ['connman-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['connman-conf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['connman-conf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['connman-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['connman-conf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['connman-conf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['connman-conf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Considering setscene task: ['connman-conf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['connman-conf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['connman-conf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['connman-conf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_recipe_qa.cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_recipe_qa_setscene.cb6165a335445f34b7ff5313f9827895d77dc3317fa466efc283bf54db05288b not available\nNOTE: Running setscene task 222 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_runtime_spdx.80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_runtime_spdx_setscene.80d3e6da4eec3619925b640f1d16cdf642375a9b778f488c20c4842bad19cfc5 not available\nNOTE: Running setscene task 223 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/neard/0.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ofono/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_qa.2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_qa_setscene.2de8b471d56ad6179bfb1b4d280dc417b747d14a634b43b2ea7542b0e8b88090 not available\nNOTE: Running setscene task 224 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_rpm.e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_rpm_setscene.e71ae03dfd0a51d6ad0d2a43a888d57a0d07b688104fcf654151a0a47ab1c0a2 not available\nNOTE: Running setscene task 225 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ofono/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ofono/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ofono/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_lic.ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_lic_setscene.ecc731fdb551c882f57c80196582fdd0c162c0e2603bc613cdca4d638fa383a8 not available\nNOTE: Running setscene task 226 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_runtime_spdx.a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_runtime_spdx_setscene.a4d947e113bcfeb0ab934f126dc1f7af5d4c610bf990edf0bf36ab7f461acbae not available\nNOTE: Running setscene task 227 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_qa.89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_qa_setscene.89ace606938197a9e5fca0ffca8ea8df9ded618b0ddaf279627d088f8da715b7 not available\nNOTE: Running setscene task 228 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/neard/0.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_rpm.be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_rpm_setscene.be6941e55542371094e6856621c7182fb6e05ec875f2b44a2d744adf32cc2ab1 not available\nNOTE: Running setscene task 229 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssh/9.5p1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssl/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssl/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_populate_lic.6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_populate_lic_setscene.6a04109c8a6d33fbbc38f95fb763b3747b7048f4cd0e3e2136b7aadf775156c7 not available\nNOTE: Running setscene task 230 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssh/9.5p1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssh/9.5p1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/connman-conf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssh/9.5p1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_runtime_spdx.068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_runtime_spdx_setscene.068369db024a4a1c75c7be5ff0d0ad3f07301e96a84fa2c2944ea75073e1df90 not available\nNOTE: Running setscene task 231 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_qa.28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_qa_setscene.28c70755bb4e4ddbd0481bd141e9c2bdaa82808591ec76698140128435bba384 not available\nNOTE: Running setscene task 232 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_rpm.60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_rpm_setscene.60ec7abc0452ba53c04c09d63659169741bbae03962c6b95693b0ca0f8a4318c not available\nNOTE: Running setscene task 233 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_lic.4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_lic_setscene.4d5b4647be067ad1c69ede42da783db0b57d0cf5bbc6adbe4c5f11b738aed148 not available\nNOTE: Running setscene task 234 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_runtime_spdx.529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_runtime_spdx_setscene.529cf99ce4471ed716682254798018bd28863411ded79d6987ae21ba4544f140 not available\nNOTE: Running setscene task 235 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_qa.68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_qa_setscene.68b520e853b12f762fbbaae9c7000b6ddfcdda81255cc54a0f3c07849a1e7fd6 not available\nNOTE: Running setscene task 236 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssl/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssl/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ppp/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_rpm.9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_rpm_setscene.9941a67671e0e132223dd0a7c9ee1d8f52db40112dd36a649a1ad274e613ecf4 not available\nNOTE: Running setscene task 237 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_spdx.d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_spdx_setscene.d29b5a83df31e9124f9cd5a1892efab73282b5ee26b0ee0e92813a55ce5f9493 not available\nNOTE: Running setscene task 238 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_lic.b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_lic_setscene.b20bb1f299f15b9b48df802deffe5c94bbb03a4f822d2c9160789950093c60da not available\nNOTE: Running setscene task 239 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb (full)\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ppp/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_runtime_spdx.93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_runtime_spdx_setscene.93a941759d2dcb915451552a0eef4239e72cc1467c6c88e5c5fc8b45329f1476 not available\nNOTE: Running setscene task 240 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ppp/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/socat/1.8.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ppp/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_qa.84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_qa_setscene.84976e34ea10c32d49d09da87dd08430ede098bc0dd7d18d782f714502dc72c3 not available\nNOTE: Running setscene task 241 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/socat/1.8.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:29)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_rpm.f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_rpm_setscene.f17f064ae80015e6ea08a2028105e8addca9f9e96a731701531606f37ee61d6c not available\nNOTE: Running setscene task 242 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_lic.e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_lic_setscene.e1c056d7f4074769999be1b6d74071707937c5e8455470e9266417aa5a49b1d0 not available\nNOTE: Running setscene task 243 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_runtime_spdx.8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_runtime_spdx_setscene.8806c7e9c93dbcc32df80afb7b9cbbf45154768b64b1a4ed104684816955488d not available\nNOTE: Running setscene task 244 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/socat/1.8.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:29)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:1: including busybox.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/socat/1.8.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_qa.a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_qa_setscene.a5340c0719b0b837fa0faceb3bc40a758cea1002cb1709a28206ba99e133fbef not available\nNOTE: Running setscene task 245 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wpa-supplicant/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wpa-supplicant/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/base-files/3.0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wpa-supplicant/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:1: including busybox.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/base-files/3.0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:364)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wpa-supplicant/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_spdx.3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_spdx_setscene.3107edaf7c17ca26102f07a06210b7323b24b7a077241897ec5a5206cecd806e not available\nNOTE: Running setscene task 246 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_rpm.de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_rpm_setscene.de5f1b23be7a2ae2b07681521673e4335bf86981fc2e692fbdcba61386be6ccd not available\nNOTE: Running setscene task 247 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_populate_lic.2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_populate_lic_setscene.2445e6adf90af968c6a51b88cce9a00bc1c9536bc0d95cd7e45338f833719eda not available\nNOTE: Running setscene task 248 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_create_runtime_spdx.64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_create_runtime_spdx_setscene.64bd2fafd5dde24c1559d3f410897f1944923e625e9bf3e99d27e5751a7f6867 not available\nNOTE: Running setscene task 249 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_package_qa.f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_package_qa_setscene.f2765585fb56021ed18b0aad6d116cc289edacbc705c8e1101a48e1a031f657e not available\nNOTE: Running setscene task 250 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_package_write_rpm.31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_package_write_rpm_setscene.31c476222ce50bbac4195685a6afb6230eeb2f5115354425e55915bf07c917fb not available\nNOTE: Running setscene task 251 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/base-files/3.0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:1: including busybox.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:364)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:1: including busybox.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ppp/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_populate_lic.ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_populate_lic_setscene.ce784c62b5af4344fc80d4d1980079ca3707e737bf0f0eea4197ac7b8d2b13f0 not available\nNOTE: Running setscene task 252 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/base-files/3.0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:115)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_spdx.5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_spdx_setscene.5a55a8425341598c4d698b89da5f0225076b7198a000f303a6b742aa520e1731 not available\nNOTE: Running setscene task 253 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_runtime_spdx.77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_runtime_spdx_setscene.77e7ebc7d33ace80647c1227b9967d421456eb59aa13cf435ed4d5a08e027c75 not available\nNOTE: Running setscene task 254 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:169)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:115)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:115)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:364)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:169)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:169)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:364)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/base-passwd/3.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:115)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_qa.8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_qa_setscene.8d19be8e96422fecfcac8f5f1c3048fb2f28b35b4626e183761130344d3ce01a not available\nNOTE: Running setscene task 255 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:169)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_rpm.85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_rpm_setscene.85b59c52cef721d594caae7521153b078ec5a32db1a9256cae2d628e2cf94ded not available\nNOTE: Running setscene task 256 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/base-passwd/3.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_populate_lic.ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_populate_lic_setscene.ee11f8d3be01b7a4b56153eb9aa234b22a3204fb2fa639e71716021196ac4e78 not available\nNOTE: Running setscene task 257 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/base-passwd/3.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_runtime_spdx.d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_runtime_spdx_setscene.d1529a55e1906f9a3542d69eb268db49eaed1400cfe10565e9b7cc97b9046b02 not available\nNOTE: Running setscene task 258 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/base-passwd/3.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_qa.e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_qa_setscene.e3b49f8c58197c159fb1e5e7648d5d1895043afd1a26972b1cc66eb8aec6a752 not available\nNOTE: Running setscene task 259 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wpa-supplicant/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/busybox/1.36.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_rpm.7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_rpm_setscene.7da90fb9df763c6ffec55ab440e08980d8faa9c539197725c919f61f47402090 not available\nNOTE: Running setscene task 260 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_spdx.6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_spdx_setscene.6d638ed6553df8a6c5316790cbe7e294d52db9872047be56ad89b7461e74d85d not available\nNOTE: Running setscene task 261 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/busybox/1.36.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_lic.c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_lic_setscene.c725a459829929433ad54aaf38222e47fc30af228620f0ea183057fe697de6c7 not available\nNOTE: Running setscene task 262 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:1: including busybox.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/coreutils/9.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcap/1.10.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-wait/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/busybox/1.36.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/coreutils/9.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/coreutils/9.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/busybox/1.36.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_runtime_spdx.849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_runtime_spdx_setscene.849f8f11883bd0bebed2b0763ff7d5788227577c46ee1a339e10553cf9eef6a9 not available\nNOTE: Running setscene task 263 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_qa.8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_qa_setscene.8a5811de593af547f4a2c972c893c534e5036b774fcf5d88d20b86b830dfb1c5 not available\nNOTE: Running setscene task 264 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_rpm.a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_rpm_setscene.a03e7c16a4d532851ac154f9a50e37fb2c0997c93038d76e0aa8f0fb95dad235 not available\nNOTE: Running setscene task 265 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_lic.724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_lic_setscene.724e8ec25668b45b397af156c178f26c2b0243a526f5840a8066c86c44c4e726 not available\nNOTE: Running setscene task 266 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_create_runtime_spdx.a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_create_runtime_spdx_setscene.a3b04a11e45a57695f46f850cd0c9832300f1731b0fb03b89dc2a5c51a2e0c38 not available\nNOTE: Running setscene task 267 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-wait/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:364)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_package_qa.b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_package_qa_setscene.b63f74be3b713d0520086bf69367b50bd479ad314f0f0d2a32de48c15a80a5b3 not available\nNOTE: Running setscene task 268 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/coreutils/9.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_package_write_rpm.332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_package_write_rpm_setscene.332285399b8578422ec270fe4f337e05d66f89e747053e11e4a2c63c0fcaef17 not available\nNOTE: Running setscene task 269 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-wait/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-wait/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_populate_lic.1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_populate_lic_setscene.1e43d673a1ac93d95ab653fd959635e361f9a79973f94a5982e00bb0afefc417 not available\nNOTE: Running setscene task 270 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_create_runtime_spdx.6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_create_runtime_spdx_setscene.6414e40a62caa03206b1547fef894d231f7a788706e22073b2a746f5deff22ce not available\nNOTE: Running setscene task 271 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_package_qa.649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_package_qa_setscene.649d5f7748a1ec2235d979f1aa470bfaf79606478b646b2c42cedd57cb7b28f5 not available\nNOTE: Running setscene task 272 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_package_write_rpm.e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_package_write_rpm_setscene.e35f78a6a137afb77cf42fc06073fc6c79f66718ff2cc627ed1c78500c8b8912 not available\nNOTE: Running setscene task 273 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-glib/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-glib/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_populate_lic.b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_populate_lic_setscene.b7f8e1ec42923ec5e779988843b7b2d7c98e703733894086a07342002e73f210 not available\nNOTE: Running setscene task 274 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-glib/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_create_runtime_spdx.5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_create_runtime_spdx_setscene.5d964caa9c49907a8a086c947268367c3105b77c327c3b4269b21257671bea7e not available\nNOTE: Running setscene task 275 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_populate_lic.1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_populate_lic_setscene.1f87fc50dac5842e5d68a63dacd98f822afad71e0a45e9987ae32b055372308b not available\nNOTE: Running setscene task 276 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:7: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:7: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-glib/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_create_runtime_spdx.5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_create_runtime_spdx_setscene.5433c83bebe916aa8110d2eeca0badfa4f00b9c0504de5c04553c4d279314bfb not available\nNOTE: Running setscene task 277 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/busybox/1.36.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ell/0.61/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ell/0.61/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_package_qa.26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_package_qa_setscene.26048e196940f1dee710411079f110ac17919d814e3f70a17f4a2d7bc1bdfe04 not available\nNOTE: Running setscene task 278 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ell/0.61/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_package_write_rpm.d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_package_write_rpm_setscene.d1324c2600f6b25b7f747df1fc33af46e9ef3d2edd599d54b6141aee2e977048 not available\nNOTE: Running setscene task 279 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_populate_lic.668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_populate_lic_setscene.668adccdad8a185d88f063ebb559f4bea5f4e094cc6821860a9568b91f842206 not available\nNOTE: Running setscene task 280 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ell/0.61/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_create_runtime_spdx.6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_create_runtime_spdx_setscene.6de0e12e9ec109c8aacd126b0e5117552e409ab0ecc44e75e8790bd2a9ded7e0 not available\nNOTE: Running setscene task 281 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_package_qa.eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_package_qa_setscene.eeaac4d8053fdd739886aaaf67535480353cf11bc618aee6cb8d42ed25db8395 not available\nNOTE: Running setscene task 282 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_package_write_rpm.0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_package_write_rpm_setscene.0e4c85a9400f9f3cc7dd82be2603199ae40910bd89f0fdb86240c0363868bc8e not available\nNOTE: Running setscene task 283 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_populate_lic.fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_populate_lic_setscene.fad4ab82de6f2da17e72d76835b091cc06e97206556b51a6ac1ad01bc009efc0 not available\nNOTE: Running setscene task 284 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expat/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_create_runtime_spdx.fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_create_runtime_spdx_setscene.fd4626f5c11446a899509523749babe51bde8b9058baab42594bee4fed457176 not available\nNOTE: Running setscene task 285 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_package_qa.80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_package_qa_setscene.80b815dcb3e044b6aef21c0ee48c6b75e4b94ebd0c35125167658b17686715e3 not available\nNOTE: Running setscene task 286 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expat/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expat/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gettext-minimal-native/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gettext-minimal-native/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_package_write_rpm.0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_package_write_rpm_setscene.0727fc2a6b1f351449ef10a9aa2fa06282511a5e0e96c2e079e832dd72d64bbe not available\nNOTE: Running setscene task 287 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_populate_lic.ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_populate_lic_setscene.ef44204a3835f0aa5722f96366e1d5b88cd46df67c9e25db37a787c94a0f9962 not available\nNOTE: Running setscene task 288 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expat/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_create_runtime_spdx.69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_create_runtime_spdx_setscene.69965f32079fcf047a8b266a6cb13247b896e0cf5e63dae78898f513380847a3 not available\nNOTE: Running setscene task 289 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_populate_lic.135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_populate_lic_setscene.135342d0c075a1c7ae1ae659949bbf4caf7905bfe1f23a1fad150a4d872aa4c5 not available\nNOTE: Running setscene task 290 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_create_runtime_spdx.6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_create_runtime_spdx_setscene.6703c7e0887afa2419dc89414faee2d87bb07c9a975e613ae71325f33d926910 not available\nNOTE: Running setscene task 291 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_qa.9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_qa_setscene.9301053a6cac722ffccafbca9dbaf2171cab1f88f6d62b07def196bc04da9128 not available\nNOTE: Running setscene task 292 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:11: including glibc-version.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:11: including glibc-version.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:1: including glibc-locale.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:1: including glibc-collateral.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:1: including glibc-locale.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:92)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:1: including glibc-collateral.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:92)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass:97)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass:97)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gettext/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_rpm.9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_package_write_rpm_setscene.9edce995783eb26a72149430e67e9021af223342e998d62d50a6e508aec55e6f not available\nNOTE: Running setscene task 293 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gettext/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gettext/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:1: including glibc-locale.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:1: including glibc-collateral.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:92)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gettext/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_populate_lic.908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_populate_lic_setscene.908ab6f559cd7e362ce8c5ef4b8f0e128a76003e394cb784cf120edbb7a0c817 not available\nNOTE: Running setscene task 294 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass:97)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_create_runtime_spdx.2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_create_runtime_spdx_setscene.2ff6c11d633fddd26ba17cad5f516b607077eaff9ecc36b851ae255603755397 not available\nNOTE: Running setscene task 295 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:1: including glibc-locale.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:1: including glibc-collateral.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:1: including glibc-mtrace.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace.inc:1: including glibc-collateral.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_package_qa.1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_package_qa_setscene.1741eaad1fda1efd54f0ed689494ddd8696d202d2c78937333e8216e8bd22402 not available\nNOTE: Running setscene task 296 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:92)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass:97)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cross-localedef-native/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cross-localedef-native/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:1: including glibc-mtrace.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace.inc:1: including glibc-collateral.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-networking/2.78.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-networking/2.78.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-2.0/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-2.0/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_package_write_rpm.3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_package_write_rpm_setscene.3119e33c05ec58ea424d3874355c3bb46ac5ad09b8ad562dccc79b52ad34c8d6 not available\nNOTE: Running setscene task 297 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-2.0/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-2.0/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-locale/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:1: including glibc-mtrace.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace.inc:1: including glibc-collateral.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-locale/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_populate_lic.5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_populate_lic_setscene.5fd10cfe191cb896ff9d67e4e3b53cb35c9dc27682ebcc74f31d5829f21c7310 not available\nNOTE: Running setscene task 298 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_create_runtime_spdx.17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_create_runtime_spdx_setscene.17fa54d187b7bb80fba5da0a34ca5bfc24ad1ea12c2d79bffcb9b0025ba798b6 not available\nNOTE: Running setscene task 299 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_package_qa.d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_package_qa_setscene.d38956f288a975b413d5c2f903dd3c81ed2a0154570d86cef6d5a924d8150d56 not available\nNOTE: Running setscene task 300 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_package_write_rpm.71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_package_write_rpm_setscene.71e14ec720554aab2448339f4653ffb5253c623e0682a686c5b929d595b361b4 not available\nNOTE: Running setscene task 301 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['glibc-locale', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['glibc-locale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_recipe_qa.3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_recipe_qa_setscene.3412b5e311cc5ad430f346a93f5fed758bcd98260c530253e57ac14090fd86a9 not available\nNOTE: Running setscene task 302 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_recipe_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_populate_lic.c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_populate_lic_setscene.c34740f7731733ce3e1e9b8f898491d7a8e549e110c840dd39d58f86c1659eea not available\nNOTE: Running setscene task 303 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_runtime_spdx.9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_runtime_spdx_setscene.9d5e0006e557592bb9f32740d585ff69a0cd66c9337c0f34b0009815870b047b not available\nNOTE: Running setscene task 304 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_lic.33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_lic_setscene.33b7847e7e4a639761662f6fd7d3e27fcd276953c6a103e11bbf7a2556bbfb67 not available\nNOTE: Running setscene task 305 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_sysroot.eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_sysroot_setscene.eefb2f5e62a42d0a41a273e1bb4a90779beb91fb00156306b7bc42196a4686ea not available\nNOTE: Running setscene task 306 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-networking/2.78.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:1: including glibc-mtrace.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace.inc:1: including glibc-collateral.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-networking/2.78.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:1: including glibc-locale.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:1: including glibc-collateral.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:92)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass:97)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_runtime_spdx.0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_runtime_spdx_setscene.0872bb0dc38c1da93f9d435b639f85e9bbabc7d3d6287458deee8ddde8c8d644 not available\nNOTE: Running setscene task 307 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-locale/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_qa.81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_qa_setscene.81b8d1d6b99355902af46190a4624a1e35dc070b6ec31e636c58a8ecc2413d75 not available\nNOTE: Running setscene task 308 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-mtrace/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-locale/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_create_spdx.8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_create_spdx_setscene.8a4269675253d9af8660de69e2a56a9aedaddae0a7047cb2837cb27d39825be9 not available\nNOTE: Running setscene task 309 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_rpm.aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_rpm_setscene.aa83b9bd19e976dba740b731eba53b88f7c7e5e457328b6bfce638265e2bbcb9 not available\nNOTE: Running setscene task 310 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-mtrace/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:1: including glibc-mtrace.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace.inc:1: including glibc-collateral.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_populate_lic.5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_populate_lic_setscene.5e4e66ecdd4c8e5112208089bbfa59fa8ef3b41ee8d4710eec41016df1a41eee not available\nNOTE: Running setscene task 311 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-mtrace/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: Considering setscene task: ['glibc-mtrace', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['glibc-mtrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_recipe_qa.883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_recipe_qa_setscene.883c557f25a622e3265d0558c58574746e6f25432357c4b5870f23871ecd9fbe not available\nNOTE: Running setscene task 312 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ldconfig-native/2.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ldconfig-native/2.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_runtime_spdx.9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_runtime_spdx_setscene.9a7403fd725bd036c67d2fc7a87b06006a2cdbae1fbdff2e1d8b9292bf04304e not available\nNOTE: Running setscene task 313 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ldconfig-native/2.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-mtrace/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:1: including glibc-mtrace.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace.inc:1: including glibc-collateral.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_spdx.a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_spdx_setscene.a9c42beef2e1b15466c7d6aea4f9db2f41b3d43567869298b372ab498eb28390 not available\nNOTE: Running setscene task 314 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['ldconfig-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_qa.447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_qa_setscene.447166614efe8b03b30235e56dea9f95686239d2cf3bd8ae12570d41f2a98221 not available\nNOTE: Running setscene task 316 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_rpm.f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_rpm_setscene.f7af9a5ef9b67fd3aaaa4f468a022d6d3cc8cf74783cfa29a217171b41665c0f not available\nNOTE: Running setscene task 317 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-locale/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_populate_lic.3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_populate_lic_setscene.3ff99222801e61c4e3b16431e471598a5c3dfb761a240cc7d3945c0afbdd941b not available\nNOTE: Running setscene task 318 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_runtime_spdx.19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_runtime_spdx_setscene.19e6ad35579f6f415b947c549f8ce010dc764c9b057df17b9bf7cf4b57301e08 not available\nNOTE: Running setscene task 319 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/init-ifupdown/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/init-ifupdown/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_spdx.afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_spdx_setscene.afee954550bcd4ecaab7fede1024bad63be87af0ee886b67ca16c5c3253b620e not available\nNOTE: Running setscene task 320 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-mtrace/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_qa.c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_qa_setscene.c5e76e39f3ab3546ff0ca13181f84b7dac1e0407e19d1bfac3b37d03bfb70b78 not available\nNOTE: Running setscene task 321 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/init-ifupdown/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_rpm.763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_rpm_setscene.763b61836ce35099de661d66f036d12663cd936eb122165abc1b6bf162235959 not available\nNOTE: Running setscene task 322 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/init-ifupdown/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_lic.1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_lic_setscene.1039078fce6187b1e90571a8e1e1b5fa45586c4bc5d55b95ccc4168cfb4f78b7 not available\nNOTE: Running setscene task 323 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_runtime_spdx.c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_runtime_spdx_setscene.c6808cd71844b4cb793e9d867b9721a1c0daa65b1a4d2fc0dce6b913aa6ec0ab not available\nNOTE: Running setscene task 324 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_qa.f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_qa_setscene.f7caf883ebd44005b40b13335f92002c597bb37a1e131b1a4ac98c04213cd082 not available\nNOTE: Running setscene task 325 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_rpm.d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_rpm_setscene.d4b77978b809b354447bfdf7b0e147de29719308f44795fa74889c6e5f47df64 not available\nNOTE: Running setscene task 326 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_lic.d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_lic_setscene.d3bf03fa9d409cc30c8d2a94f8fbb7a79fb3ebf7ef5cbb00d1e7ee0323ad78a2 not available\nNOTE: Running setscene task 327 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_create_runtime_spdx.d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_create_runtime_spdx_setscene.d4d0e2606778b330b8992d43b14874f930b078d5e11bb6f1b5c8223f4d469b3f not available\nNOTE: Running setscene task 328 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-mtrace/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ldconfig-native/2.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:1: including libxcrypt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:1: including libxcrypt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/init-system-helpers/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:1: including libxcrypt.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:1: including libxcrypt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['ldconfig-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb']\nDEBUG:   considering dependency: ['ldconfig-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ldconfig-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_recipe_qa.dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_recipe_qa_setscene.dff3951bd584e6767d89cad57aeaac5a7e67b74360beb8a5370cd2fcb7023948 not available\nNOTE: Running setscene task 329 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_package_qa.1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_package_qa_setscene.1b2a2f2b4a65091ddf865d9dc5c4f38057484f577887c8e84436a925d53b19c2 not available\nNOTE: Running setscene task 330 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_package_write_rpm.103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_package_write_rpm_setscene.103b57a8e1281d9d6440c0ab48c1d00541a2b809221868269b0e7343cd1a0d3d not available\nNOTE: Running setscene task 331 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/init-system-helpers/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/init-system-helpers/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/init-system-helpers/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_populate_lic.1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_populate_lic_setscene.1a71d67cd84eb94734749ff755f8ae767ec752854790c2464f3a4848e94a52a9 not available\nNOTE: Running setscene task 332 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_create_runtime_spdx.ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_create_runtime_spdx_setscene.ca4d410fd4f77e651395775491603ad680f968a0b560740892f5c9e64b8e7bd1 not available\nNOTE: Running setscene task 333 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_spdx.ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_spdx_setscene.ff7054b25ec487e85c404b77a735900e9c3672f7629f8e63cef815d31367a7d9 not available\nNOTE: Running setscene task 334 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/init-ifupdown/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_package_qa.2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_package_qa_setscene.2bbc01ddd0e5d587f78a6d56d36fce5d57fb4b37d8df7fabae39fbd0a640476f not available\nNOTE: Running setscene task 335 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_package_write_rpm.a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_package_write_rpm_setscene.a492a192774ba870bba054b820c38f41db9b0f43fb3dc692283140a31a98530d not available\nNOTE: Running setscene task 336 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_populate_lic.3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_populate_lic_setscene.3ea0899928ba7b4bc9c4520a1043bf78f2d0f3bd891417e371fc5b658b0a0e60 not available\nNOTE: Running setscene task 337 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_create_runtime_spdx.98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_create_runtime_spdx_setscene.98dfe1d88780e4648fa1e50ca99483412d4bb37d27f97c6b0e76d44accca0a3d not available\nNOTE: Running setscene task 338 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ldconfig-native/2.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcrypt/4.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcrypt/4.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcrypt/4.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcrypt/4.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_package_qa.f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_package_qa_setscene.f35d32b8736a71e09cd78c7af7ba1b435dec41e85c510e103237c19f9e4cb330 not available\nNOTE: Running setscene task 339 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_rpm.a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_rpm_setscene.a7ca292b23e69e8af6d5745fe4ca1937ed0d368bf6f582e472b26d74985645bd not available\nNOTE: Running setscene task 340 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_populate_lic.3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_populate_lic_setscene.3cf2722e4718e6a3ae6f95615150a2f721a8b7cf2657551197244249a01b91ce not available\nNOTE: Running setscene task 341 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_runtime_spdx.835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_runtime_spdx_setscene.835167b3277c8a2fa3a6f44774289399cd48c96ae34ff1bac1a3772eebcb9ebf not available\nNOTE: Running setscene task 342 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_qa.d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_qa_setscene.d6a1172dbd66d4b1d8237d58f370a142ed431f0011624256cb6145192965dd0b not available\nNOTE: Running setscene task 343 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxml2/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_rpm.fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_rpm_setscene.fe959ebe34d665d522825673a28df8f13c733ecc0e084006ec37f0e047768c6a not available\nNOTE: Running setscene task 344 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:8)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nNOTE: Running setscene task 345 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxml2/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/init-system-helpers/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_runtime_spdx.a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_runtime_spdx_setscene.a0e1da7b2971e7dda9103b6c5b093df5a0103362a1fe3a6fda10216596a5db00 not available\nNOTE: Running setscene task 346 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxml2/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ncurses/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxml2/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_packagedata.886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_packagedata_setscene.886156972ccd2ed12e1c7768b691ede765430fd185c3a6733d2334e60b2c1722.qemux86_64 not available\nNOTE: Running setscene task 347 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_qa.796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_qa_setscene.796ea430b77c0130f8a19553f40399ba378b3dfbbec6dbb0d2842e62ca9b769e not available\nNOTE: Running setscene task 348 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_rpm.fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_rpm_setscene.fdf6d2a8f48ab445392f8b781bfa1852ccf0069b541035445f9c164f0fadb76d not available\nNOTE: Running setscene task 349 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ncurses/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nNOTE: Running setscene task 350 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/netbase/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_runtime_spdx.b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_runtime_spdx_setscene.b28942f94610c2cafb105886c6b690bff90f8e70a95ca7ea8d6372986ae8a698 not available\nNOTE: Running setscene task 351 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ncurses/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/netbase/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_create_spdx.c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_create_spdx_setscene.c9efc28b64f106560e1c13465676c56bc0ff8d7ce86345d445587b883a2001aa not available\nNOTE: Running setscene task 352 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_qa.d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_qa_setscene.d8b8d634e712020ba19635bff6d68b39ad60ae303bb8588eeaa1ea6caeb17e8f not available\nNOTE: Running setscene task 353 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/netbase/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/netbase/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ncurses/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_rpm.66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_rpm_setscene.66ae565336e95f3734c701dd5538e6f52c65c56de1dfc19bca7423d6986ac9fc not available\nNOTE: Running setscene task 354 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_populate_lic.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_populate_lic_setscene.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nNOTE: Running setscene task 355 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_runtime_spdx.eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_runtime_spdx_setscene.eb7da123934a31d316e17498db95103590d71607fe81fa180e4c216fa6e6251c not available\nNOTE: Running setscene task 356 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_qa.96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_qa_setscene.96d4bf956d0561f0b6a6121fede739fe975490e920063972b9d910e9b5a3be26 not available\nNOTE: Running setscene task 357 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:3)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-boot/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_rpm.6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_rpm_setscene.6d3e6837e5947eee4f65b427305c2870871cfeda558b5ee7c5ee12639687bcde not available\nNOTE: Running setscene task 358 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-boot/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-boot/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/init-system-helpers/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:3)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_packagedata.481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_packagedata_setscene.481154252fd9de15ed49b0f2463dd5ff109054f1454b5216297679476ac4b199.qemux86_64 not available\nNOTE: Running setscene task 359 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_packagedata.8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_packagedata_setscene.8ec12d6643012fef2f912d4aef5c78a7a6616164282816cfbfdfcb80c96519c1.qemux86_64 not available\nNOTE: Running setscene task 360 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_packagedata.1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_packagedata_setscene.1a5d38436c979eb4a9ceb4392e81cf50cd5fca6af63763c5c0558284cfd054e6.qemux86_64 not available\nNOTE: Running setscene task 361 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_packagedata.b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_packagedata_setscene.b5ca931f1ce6fb71c0752c7615b54c4216470e62a59ed88af9d68cab0756779c.qemux86_64 not available\nNOTE: Running setscene task 362 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_packagedata.9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_packagedata_setscene.9b63b9e0bfcead2189f7aa4bfb4ab1fadda6ecd42a394741d5d14998c353810a.qemux86_64 not available\nNOTE: Running setscene task 363 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_packagedata.98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_packagedata_setscene.98bde02316ad35a2d120e294868f3d32cb60ad48050045a08bfce77885d0df99.qemux86_64 not available\nNOTE: Running setscene task 364 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-buildessential/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-boot/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/netbase/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-buildessential/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:1: including busybox.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Considering setscene task: ['init-system-helpers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Considering setscene task: ['init-system-helpers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['init-system-helpers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['init-system-helpers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_recipe_qa.bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_recipe_qa_setscene.bc342307fef47ec644b30c01f7111d96feed42faee57628c7166ac82f3803aa5 not available\nNOTE: Running setscene task 367 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_packagedata.a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_packagedata_setscene.a483fca7fa3c0220f45f5f338713b53c8ce73a839144ed916f2dea4cc6deaada.qemux86_64 not available\nNOTE: Running setscene task 368 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['packagegroup-base', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-base', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['packagegroup-base', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['packagegroup-base', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-base', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_recipe_qa.e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_recipe_qa_setscene.e56c60478694e77a6f133089b70a033ee8c0e1c56bc06950f21c36beef5df929 not available\nNOTE: Running setscene task 370 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['packagegroup-core-boot', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-boot', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['packagegroup-core-boot', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['packagegroup-core-boot', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-boot', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_recipe_qa.f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_recipe_qa_setscene.f87470118f7daa2cfe3e926b309e02308dab723237caa17b5058d0242a87ce68 not available\nNOTE: Running setscene task 372 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-buildessential/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-buildessential/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_spdx.f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_spdx_setscene.f8110170f87af7aa2b6b7d3f21fd8942ccacc06a58dbd469552e4d77f5fe2619 not available\nNOTE: Running setscene task 373 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-buildessential', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:364)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-buildessential', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:   considering dependency: ['packagegroup-core-buildessential', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:   considering dependency: ['packagegroup-core-buildessential', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-buildessential', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_recipe_qa.98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_recipe_qa_setscene.98376fedc6f4036f2cdba7e4f58a12492f9621c91412832eef5e8d07bd2485a8 not available\nNOTE: Running setscene task 375 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:11)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nNOTE: Running setscene task 376 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_runtime_spdx.727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_runtime_spdx_setscene.727f52a74c42e3985d98bd82be3a9be20409f2f9aefd03c98fd8462bc2f4c534 not available\nNOTE: Running setscene task 377 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Considering setscene task: ['packagegroup-core-eclipse-debug', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-eclipse-debug', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-eclipse-debug', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-eclipse-debug', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_recipe_qa.2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_recipe_qa_setscene.2a9a7a6d3aee8bf353f827d1e860084e89884830b810d1599ab183a88d013a27 not available\nNOTE: Running setscene task 378 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:3)\nDEBUG: Considering setscene task: ['packagegroup-core-eclipse-debug', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_qa.e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_qa_setscene.e6e0109e79f356b5cd5a1d7bb84d1d6ec6dbd2d9158f440c73df88d0db30022c not available\nNOTE: Running setscene task 380 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/v86d/0.1.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iw/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['v86d', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['v86d', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['v86d', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['v86d', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['v86d', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['v86d', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/init-ifupdown/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['v86d', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnss-mdns/0.15.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['v86d', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['v86d', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['v86d', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_recipe_qa.c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_recipe_qa_setscene.c5bd66bd21b5abba3587bf7cec2b5d689baba70673342003ed151c1b4beeeb65 not available\nNOTE: Running setscene task 383 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/neard/0.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['iw', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['iw', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['iw', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['iw', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['iw', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['iw', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['iw', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['iw', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['iw', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['iw', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['iw', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_recipe_qa.8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iw/6.7.do_recipe_qa_setscene.8f26117ecf182258b13e695029877f1b306f3b4a6b5f92220b44376244047be3 not available\nNOTE: Running setscene task 386 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libnss-mdns', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libnss-mdns', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb (full)\nDEBUG: Considering setscene task: ['libnss-mdns', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libnss-mdns', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_recipe_qa.40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_recipe_qa_setscene.40fd5053a03d6c4812e4c20b8208bc2e7562677151b37ee0335462b0b1e14185 not available\nNOTE: Running setscene task 389 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['neard', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/netbase/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['neard', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['neard', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_recipe_qa.ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/neard/0.19.do_recipe_qa_setscene.ddc4e216b460e4ad365117c1e51430ce40c3e1713d4f30252d4037bbd78c4589 not available\nNOTE: Running setscene task 392 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['init-ifupdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/init-system-helpers/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['init-ifupdown', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-boot/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-buildessential/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb (full)\nDEBUG: Considering setscene task: ['init-ifupdown', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['init-ifupdown', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_recipe_qa.ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_recipe_qa_setscene.ce6e33c28bf625e1d4fb47f8e49cdc62a594e8a6ec2cbe1c945476e6144450b0 not available\nNOTE: Running setscene task 395 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-buildessential/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['netbase', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['netbase', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['netbase', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['netbase', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['netbase', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['netbase', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Considering setscene task: ['netbase', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['netbase', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['netbase', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['netbase', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['netbase', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_recipe_qa.443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/netbase/6.4.do_recipe_qa_setscene.443eb55c2fd7b9d884c21f7c0b21704be180fcc635581e9a18bcf823b2ea70cc not available\nNOTE: Running setscene task 398 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_rpm.1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_rpm_setscene.1e73bf13475e6946986a192e2e24da28f9f5706323e2526e5770169699aa722e not available\nNOTE: Running setscene task 399 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nNOTE: Running setscene task 400 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_runtime_spdx.77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_runtime_spdx_setscene.77c875cc4315d1f2b967e89363bf1de2fc304b3725c1136527ebe12628d92950 not available\nNOTE: Running setscene task 401 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_qa.6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_qa_setscene.6db75d5a58bc4a881d98dcd07c496333885dedb6589e3a23731d609ea29e1d01 not available\nNOTE: Running setscene task 402 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_rpm.588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_rpm_setscene.588ae376a40b79e1146df2516b7a17acd43c4a03d26dacb02878a9ccb67cb947 not available\nNOTE: Running setscene task 403 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nNOTE: Running setscene task 404 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/busybox/1.36.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:3)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['busybox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Considering setscene task: ['busybox', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['busybox', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['busybox', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_recipe_qa.f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_recipe_qa_setscene.f39b28dcc08d7b8a5ae89fcd9036cf354c445c99cee6d19f211e468b2b4ba8f0 not available\nNOTE: Running setscene task 407 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_runtime_spdx.f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_runtime_spdx_setscene.f37135929da074a95a6076511cc0721127325fd6b65bd3bd4504a05ec9b82e60 not available\nNOTE: Running setscene task 408 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:1: including busybox.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:5)\nDEBUG: Considering setscene task: ['packagegroup-core-sdk', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:   considering dependency: ['packagegroup-core-sdk', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-sdk', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_recipe_qa.25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_recipe_qa_setscene.25ea3500ad98f5b53949664a61e34e0d846a61111b91daa4378e43776eeddbda not available\nNOTE: Running setscene task 409 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_qa.c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_qa_setscene.c32d0f86603d012adfacc948405e28f2519253ee0542b5f9628a33ca9b45f043 not available\nNOTE: Running setscene task 410 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:56)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox.inc:364)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:5)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/v86d/0.1.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/busybox/busybox_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iw/6.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_rpm.6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_rpm_setscene.6145cf890b56881422dd93c3f022086732b67bc058eb0d3289052fae90d261ea not available\nNOTE: Running setscene task 411 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnss-mdns/0.15.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:5)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_populate_lic.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_populate_lic_setscene.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nNOTE: Running setscene task 412 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/init-ifupdown/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/netbase/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/neard/0.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:5)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_packagedata.62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_packagedata_setscene.62072b16d8277273d4d401b98aed726c1e5830abda9db5d958dc691eab2d5e2f.qemux86_64 not available\nNOTE: Running setscene task 413 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-sdk', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-ssh-openssh', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-ssh-openssh', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:   considering dependency: ['packagegroup-core-ssh-openssh', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:   considering dependency: ['packagegroup-core-ssh-openssh', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-ssh-openssh', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_recipe_qa.384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_recipe_qa_setscene.384f1328c51d739c525aa76391e0ace2bf8c58b18198dde793efddf17fc62390 not available\nNOTE: Running setscene task 416 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_runtime_spdx.cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_runtime_spdx_setscene.cf36c6a902a60f5803993dca72ae04a216882322c74974ea1cbdc827fcd47f2f not available\nNOTE: Running setscene task 417 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_qa.cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_qa_setscene.cb6427d7dbb3685a1d88ea115031667c8062644238f62089310006703d1919ce not available\nNOTE: Running setscene task 418 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_rpm.e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_rpm_setscene.e9b33a6f7cd2ce0700addc0e7d224953649be3d54b3b51d8deddd4e828e473e2 not available\nNOTE: Running setscene task 419 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_populate_lic.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_populate_lic_setscene.247452af9b1270cc9ef24b3233077a1bee8f180f83662a258707d3820a15093f not available\nNOTE: Running setscene task 420 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_runtime_spdx.48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_runtime_spdx_setscene.48a957330519276743fdc79457f08bed35cc91ca061b307c86e7dc46fe452ae1 not available\nNOTE: Running setscene task 421 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_qa.6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_qa_setscene.6484d48e8a71fc31b2c83c831eef51abe346d262a4e258cb5e07954c16d2560a not available\nNOTE: Running setscene task 422 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_rpm.6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_rpm_setscene.6996bf09749cccb39ee9b368425644612deb55dc1beae851a99ca55a04ee2b3c not available\nNOTE: Running setscene task 423 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:11)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nNOTE: Running setscene task 424 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_runtime_spdx.d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_runtime_spdx_setscene.d9bc651065d0274f2f4f350a3ed72b6430199aef4836cdcaf42bad5962a2b8eb not available\nNOTE: Running setscene task 425 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-standalone-sdk-target', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-core-standalone-sdk-target', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-core-standalone-sdk-target', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-standalone-sdk-target', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_recipe_qa.ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_recipe_qa_setscene.ff6d4a167128c9ca91c49fb648159278ca860d4c5823f5fff28ef52925a8a49b not available\nNOTE: Running setscene task 426 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_qa.60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_qa_setscene.60564dbb484719affa7f092d5436023871849b5d75eed84aaaa2f78ea1643a67 not available\nNOTE: Running setscene task 427 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:5)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/busybox/1.36.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-standalone-sdk-target', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_rpm.c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_rpm_setscene.c5bddf2001fe3205381e8b27d0daa68c938c7db6e4eba2e71e2674baf587bfd1 not available\nNOTE: Running setscene task 429 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:10)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nNOTE: Running setscene task 430 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_runtime_spdx.55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_runtime_spdx_setscene.55f3e8f8ea46ba6490ec8321ecd8f885849e3787a34e5dcf32cc58f954221749 not available\nNOTE: Running setscene task 431 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-buildessential/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-tools-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-tools-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-tools-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-buildessential', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:   considering dependency: ['packagegroup-core-buildessential', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:   considering dependency: ['packagegroup-core-buildessential', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:   considering dependency: ['packagegroup-core-buildessential', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:   considering dependency: ['packagegroup-core-buildessential', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:   considering dependency: ['packagegroup-core-buildessential', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-tools-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_qa.111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_qa_setscene.111bf5191d7e97210f5ae93e3775f029fc6487353ba4a8579ccc762aeaa8b9d1 not available\nNOTE: Running setscene task 433 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['packagegroup-core-tools-debug', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-debug', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-debug', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-tools-debug', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_recipe_qa.ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_recipe_qa_setscene.ad3d2ab7f29881a3e4187ec32b4666ce2c529d0fea25f33682d58384db72d370 not available\nNOTE: Running setscene task 434 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_packagedata.963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.38.do_packagedata_setscene.963f49b058e28825272ae995907dd6d20bc0d9fdb35c8dd30a3ab1750808924e.qemux86_64 not available\nNOTE: Running setscene task 435 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['packagegroup-core-tools-debug', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_rpm.902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_rpm_setscene.902ac4f1e9d81b6b1ffe49a43bc86e618c78ac49fb00086a5e4f0e487602cf37 not available\nNOTE: Running setscene task 437 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nNOTE: Running setscene task 438 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:1: including glibc-mtrace.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace.inc:1: including glibc-collateral.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:9)\nDEBUG: Considering setscene task: ['packagegroup-core-tools-profile', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Considering setscene task: ['packagegroup-core-tools-profile', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-profile', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-tools-profile', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_recipe_qa.e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_recipe_qa_setscene.e7f489ccce04ba5b1dc61a599a3dbea5caba274cac3ff4d94eb03d5022b47302 not available\nNOTE: Running setscene task 440 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_runtime_spdx.5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_runtime_spdx_setscene.5866b12ec92d9228b77ffe54e6bdc8e3f2f1c507d579cd4a4d991cc3050bb703 not available\nNOTE: Running setscene task 441 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_qa.3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_qa_setscene.3091c758eace6d21f8e9c218845fc5cd2422b931cbf1a20608c378fe44f8276a not available\nNOTE: Running setscene task 442 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_rpm.0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_rpm_setscene.0f4a7ddff459968fc22cc6882e6017b001a1617f7940ee4490db03d6952e6e1d not available\nNOTE: Running setscene task 443 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_populate_lic.55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_populate_lic_setscene.55cd1381ae52375057a3a373f55e3e0b177f8570b72275ea065175201cfb6d1f not available\nNOTE: Running setscene task 444 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_runtime_spdx.d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_runtime_spdx_setscene.d52274d976b2cabbf629d6bf16b8ca2342ac8f8b11852ee05843111238df1582 not available\nNOTE: Running setscene task 445 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['packagegroup-core-tools-testapps', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-testapps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-tools-testapps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_recipe_qa.6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_recipe_qa_setscene.6535f648f720a65145ffecf77e38b4951b5d3cc55ccbd1c472938af1165322cc not available\nNOTE: Running setscene task 446 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/psplash_git.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_qa.f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_qa_setscene.f6426da43479b8b4fd59aca8adf98a2c35de9a893d97c7b347d0fe6428c8b578 not available\nNOTE: Running setscene task 447 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/psplash_git.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/psplash_git.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/psplash_git.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-rust-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_packagedata.0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_packagedata_setscene.0f6bf926fec6928f2f20c204e1cc903a446ecb70d776b5ca9d6e8b8ac1a8dff4.qemux86_64 not available\nNOTE: Running setscene task 448 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:1: including connman.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-rust-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['packagegroup-core-tools-testapps', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-tools-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-rust-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_spdx.c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_spdx_setscene.c282759f0c5fd4435565ecb605b839b2df7b1db5a2e1c698a210e4eee61868d0 not available\nNOTE: Running setscene task 450 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Considering setscene task: ['packagegroup-rust-sdk-target', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-rust-sdk-target', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-rust-sdk-target', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_recipe_qa.b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_recipe_qa_setscene.b8b3c959d063b5d2d194731c9e0de5ab4e5c9f1b730525c0e96e040c156da210 not available\nNOTE: Running setscene task 451 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_rpm.223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_rpm_setscene.223e6e2624116a364c8fe3d43a928b5e5c8883692ef0ca1e2e6979ebed5e1c6f not available\nNOTE: Running setscene task 452 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-mtrace/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-rust-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Considering setscene task: ['glibc-mtrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['glibc-mtrace', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['packagegroup-rust-sdk-target', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_lic.14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_lic_setscene.14d8fbe5ad6ad8b8a677bf283b0ea09f12aff9e58384d7ad19e90aad68e4e6e8 not available\nNOTE: Running setscene task 456 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_runtime_spdx.fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_runtime_spdx_setscene.fa25dfa6473b8c9b081765b142a4f8740ff084f1b2ee2c9531af3664bd1ef6b1 not available\nNOTE: Running setscene task 457 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_qa.7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_qa_setscene.7d259265286de20d028aefc22253e2554602b9a11fc995c561e7887dc00eac26 not available\nNOTE: Running setscene task 458 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_rpm.05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_rpm_setscene.05689101f4cc580b35b5ef926636f946a683d9c06f42d4f17e85da95d6e5c331 not available\nNOTE: Running setscene task 459 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_populate_lic.8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_populate_lic_setscene.8c664425c6323c294ffcd6e5f3f5a18dbf14b6f2d62cf66339c57a690be1234e not available\nNOTE: Running setscene task 460 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/readline/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psplash/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_runtime_spdx.18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_runtime_spdx_setscene.18fea265718650e96909b2aadb6cbc5b1d84d71448be65e9a20beb22df99f75a not available\nNOTE: Running setscene task 461 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psplash/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psplash/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psplash/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/readline/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_qa.b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_qa_setscene.b8745d80dca3d4e0977352602da0367e1469086c9dae731be337f858c2ba3ffb not available\nNOTE: Running setscene task 462 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_rpm.5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_rpm_setscene.5cff02615e39366ac0b9e0c76e20ecb0a6462fbdbf03654d3e6a28982e98e03f not available\nNOTE: Running setscene task 463 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_populate_lic.544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_populate_lic_setscene.544a42389d6ec9809f9d9c7fdb5d23fc9b7ccf993f9a784a622c3b3ea00cd0fe not available\nNOTE: Running setscene task 464 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_create_runtime_spdx.fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_create_runtime_spdx_setscene.fd4fda861f71d74f75db808b0c3ca8d0ccc8a47cd0d071b310ceea7bee0750ec not available\nNOTE: Running setscene task 465 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_package_qa.2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_package_qa_setscene.2a6e8755ea5c344ec8e4098eb73e83727226c54dbc9ad584b339a47e35347356 not available\nNOTE: Running setscene task 466 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-rust-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-rust-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_packagedata.d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_packagedata_setscene.d82bc81bffc981a952e7772de2dd14a8a6831273d289ea3b3ba2997f445b811f.qemux86_64 not available\nNOTE: Running setscene task 467 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_package_write_rpm.819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_package_write_rpm_setscene.819d28a6f5ad234844852bc099512d68112f6ab2b52cbf91d9fce8fe111f9846 not available\nNOTE: Running setscene task 468 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_populate_lic.a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_populate_lic_setscene.a57adfaba07009335a69e1396fce8f7313a7c1053b0d06030363685f3df287af not available\nNOTE: Running setscene task 469 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman/1.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['connman', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['connman', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['connman', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['connman', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['connman', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/readline/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['connman', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['connman', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['connman', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_recipe_qa.fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman/1.42.do_recipe_qa_setscene.fe37985716b44c92876ced78d93aea770a551a85b62c11cb07aa8567c99e988a not available\nNOTE: Running setscene task 472 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:1: including connman.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_packagedata.3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_packagedata_setscene.3a22e913be201ae198a40b2379e027fc67042ee9708956b8a8aafba90f087653.qemux86_64 not available\nNOTE: Running setscene task 473 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/readline/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ppp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_packagedata.54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_packagedata_setscene.54484f91e597b9659ec65eae97e8ab854d13c6f19427f2e5eff4b8570435f52f.qemux86_64 not available\nNOTE: Running setscene task 475 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Considering setscene task: ['wpa-supplicant', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_runtime_spdx.f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_runtime_spdx_setscene.f5a1265124badc481bc057c81f5565ceb582c6d112a4e2b327af8d2b85772e50 not available\nNOTE: Running setscene task 477 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman.inc:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_qa.d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_qa_setscene.d7959396bc10f5ff69a1b51a09581f39c829557085d716271d30e7b2093442b5 not available\nNOTE: Running setscene task 478 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_rpm.ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_rpm_setscene.ed56e094712567fa3d87fdbc05f82151bda4c623988a0aaec6e58cec10de677a not available\nNOTE: Running setscene task 479 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_lic.9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_lic_setscene.9ded9fe841be1b27c4c53f509407cf404b8bbedd082c9537cc60fdac077085b6 not available\nNOTE: Running setscene task 480 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_spdx.387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_spdx_setscene.387ce5f5ae0781d648ab0eb483cedba4a95b868fe39eb93d0125b46fea4326cc not available\nNOTE: Running setscene task 481 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ttyrun/2.30.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ttyrun/2.30.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-rust-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ttyrun/2.30.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['packagegroup-rust-sdk-target', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-rust-sdk-target', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-rust-sdk-target', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-rust-sdk-target', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-rust-sdk-target', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-rust-sdk-target', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ttyrun/2.30.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_spdx.5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_spdx_setscene.5a3127bd510a5ce30364a0d6c1c0b3369f8cea64592f039711b0ce950aa7579a not available\nNOTE: Running setscene task 483 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_create_spdx.9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_create_spdx_setscene.9fb561f3daf2c92eb143fea638e9f7395ea9f8ca4f1b10973f9a1cfb1eb03525 not available\nNOTE: Running setscene task 484 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_runtime_spdx.6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_runtime_spdx_setscene.6668e0da154429cdff0858ce654326b4566bf59798c662956e412745f6ed0dac not available\nNOTE: Running setscene task 485 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_qa.e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_qa_setscene.e07cc77c0f9665901aca1d0b7300563703e335abedf701f11958be9586dee038 not available\nNOTE: Running setscene task 486 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_rpm.066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_rpm_setscene.066eaf7e04b5a20fe37c287095e3e2069d08f944a265302013007828a0d2d682 not available\nNOTE: Running setscene task 487 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_populate_lic.e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_populate_lic_setscene.e91df022b5ab0a6720f5b46244a36392664c81cf5aad3ff223ecf445720f7abf not available\nNOTE: Running setscene task 488 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_create_runtime_spdx.fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_create_runtime_spdx_setscene.fb3702cbd12afeea4a35456ed10d9301035fe82e2ececed71e8096861a9178cb not available\nNOTE: Running setscene task 489 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_package_qa.f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_package_qa_setscene.f649fc75844cc97d0460cff37c971c998b9bed4fdb9d9131c3dc7cbcbe50cbd2 not available\nNOTE: Running setscene task 490 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wpa-supplicant/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman/1.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['wpa-supplicant', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ppp/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['wpa-supplicant', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['wpa-supplicant', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['wpa-supplicant', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_recipe_qa.1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_recipe_qa_setscene.1b8c341873a0d41cc7969757a215229c6de21a6096af2fe61132868b5d5d9f56 not available\nNOTE: Running setscene task 493 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/eudev/3.2.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/eudev/3.2.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:26)\nDEBUG: Considering setscene task: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_packagedata.082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_packagedata_setscene.082105839c51647d12ee45b88171601da22f91b41d054cc76e76b4715b1fe2ad.qemux86_64 not available\nNOTE: Running setscene task 495 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libpcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['ppp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['ppp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['ppp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ppp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_recipe_qa.68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_recipe_qa_setscene.68f4ed4e315b2906c36cf28737e92026dd0548f2b8ad171d23cbfd4e404406cb not available\nNOTE: Running setscene task 498 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_package_write_rpm.6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_package_write_rpm_setscene.6fff5ab01b683726b3907f22f9bbfc7746333cf16e3a57cbc1362aa2a98c016e not available\nNOTE: Running setscene task 499 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_populate_lic.eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_populate_lic_setscene.eda618baef89944afb159936b0e13bd290a0e8fb42d4fac757470d33c164fc83 not available\nNOTE: Running setscene task 500 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/eudev/3.2.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/eudev/3.2.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_packagedata.ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_packagedata_setscene.ccba320da874f3b4433118838201c61a1460c9484c83c1d8589e73b7e349476a.qemux86_64 not available\nNOTE: Running setscene task 501 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_runtime_spdx.946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_runtime_spdx_setscene.946c56058f10dc17ffef1fdaa417004c3f00e662f5d80181e7639452c93b436b not available\nNOTE: Running setscene task 502 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_qa.ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_qa_setscene.ff59258d3e51ca005de8f73181e01eb803ddceae421c0fbff3245f78735218af not available\nNOTE: Running setscene task 503 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/udev-extraconf/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/update-rc.d/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ttyrun/2.30.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/udev-extraconf/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/update-rc.d/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/udev-extraconf/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/udev-extraconf/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_packagedata.466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_packagedata_setscene.466235c20563b72704359826adfb1673db89fca51a68b4a58ee2ba2d6de2179f.qemux86_64 not available\nNOTE: Running setscene task 504 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_packagedata.fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_packagedata_setscene.fe8851595445077a918545931e9076f096da5987393bd9471a13f226b230ccf7.qemux86_64 not available\nNOTE: Running setscene task 505 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_spdx.fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_spdx_setscene.fbe764c2254d5e21021c6254f65299bb52351c12eb41698755c31e59ebb5d956 not available\nNOTE: Running setscene task 506 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_rpm.c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_rpm_setscene.c68eecfe14b1f240816303b5c8c698908cfc2532222461864641ec40012b92c6 not available\nNOTE: Running setscene task 507 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_lic.6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_lic_setscene.6911d449668ad539b8c911c96ae9dba2749c43a4e6056866cf700baef87e8316 not available\nNOTE: Running setscene task 508 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_runtime_spdx.5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_runtime_spdx_setscene.5ee6de9994e656c6ab7a498a920e48759fe8a066a6ba728e76122e45e82765a1 not available\nNOTE: Running setscene task 509 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_qa.53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_qa_setscene.53d8825a72dcfa6480cb7b667a1f3ad00c4bfeff3121526da47a950c4f6c3569 not available\nNOTE: Running setscene task 510 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_rpm.50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_rpm_setscene.50c40205bc9f05752496db710520f4f5432216074f8838361969f5cb3284c74f not available\nNOTE: Running setscene task 511 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wpa-supplicant/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_lic.a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_lic_setscene.a54ad7a2d27f7d60f7a1b3d84c205ac8991ea72fadab65abe995bb28c05d31dd not available\nNOTE: Running setscene task 512 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/update-rc.d/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/update-rc.d/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcap/1.10.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_create_runtime_spdx.f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_create_runtime_spdx_setscene.f426084bd0b2e85f0a73daf33ea3ae9e2e215d4f3f9ffd37aa86c3c2d3fb05c6 not available\nNOTE: Running setscene task 513 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_package_qa.584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_package_qa_setscene.584ec71de77e6c7642b8ea9c41a328d0dda52c0326046336490803f743bf74c5 not available\nNOTE: Running setscene task 514 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ppp/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libpcap', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux-libuuid/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libpcap', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpcap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_recipe_qa.092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_recipe_qa_setscene.092a35e0254aefce788b6270e490ced38824d7ff12b5de3bed8a4352b7adc9ea not available\nNOTE: Running setscene task 517 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['sysvinit-inittab', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['sysvinit-inittab', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux-libuuid/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['sysvinit-inittab', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['sysvinit-inittab', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_recipe_qa.89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_recipe_qa_setscene.89655b1f3e299f80061232546ee8b49a3278cc28974ac217339a871a7a00d121 not available\nNOTE: Running setscene task 520 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_package_write_rpm.5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_package_write_rpm_setscene.5173c34a2aba54e1141ef9e2669466067f129027294c20bf53607107497271b5 not available\nNOTE: Running setscene task 521 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_populate_lic.bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_populate_lic_setscene.bdf42dd1c5cda4fc6a2203dd5a1bcecfc55873b99120f0d9df50f7aa86d60734 not available\nNOTE: Running setscene task 522 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/udev-extraconf/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ttyrun/2.30.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_runtime_spdx.5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_runtime_spdx_setscene.5f3c138e92492097f63e29ccc8748ed95614b0dd5c5cef523e980ef5772ca7d1 not available\nNOTE: Running setscene task 523 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux-libuuid/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux-libuuid/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Considering setscene task: ['sysvinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['sysvinit', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['sysvinit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['sysvinit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_recipe_qa.33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_recipe_qa_setscene.33a8365355d8a0359059627fe1275f1c2f29f709c5829ecf836f19df222313bc not available\nNOTE: Running setscene task 526 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Considering setscene task: ['ttyrun', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['ttyrun', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['ttyrun', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ttyrun', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_recipe_qa.27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ttyrun/2.30.0.do_recipe_qa_setscene.27ae0c72fd3ef7b4753f47ef320d696f639cb71760418aaae3e65d06499da75e not available\nNOTE: Running setscene task 529 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_qa.10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_qa_setscene.10ac31d524a6ae8ef8710af4350c9f46340a843c6548c596c306955779520c54 not available\nNOTE: Running setscene task 530 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_rpm.414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_rpm_setscene.414b1f9a942dfe1376c5b03a27efbfac678c4fde791039fd9cdcfec0144b2111 not available\nNOTE: Running setscene task 531 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_populate_lic.65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_populate_lic_setscene.65519b5ba1884a6fbfb59b671b84dc5da1deae71c4e44e05f4ded57532209649 not available\nNOTE: Running setscene task 532 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_spdx.99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_spdx_setscene.99da22889a12fbd8c7fd60721de72f2b177d837756e96b8bde2f94f53ff0a8b7 not available\nNOTE: Running setscene task 533 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zlib/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zlib/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_runtime_spdx.bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_runtime_spdx_setscene.bc2eaf3b2750421f90a312b0d61e3a927446db5a7b741afc344927720feeb2ba not available\nNOTE: Running setscene task 534 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_qa.e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_qa_setscene.e4d5eabebced68a9f2b54d0c87a991e274c48c473c24dbd10024eec512bceddd not available\nNOTE: Running setscene task 535 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_rpm.09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_rpm_setscene.09603d37ac8162a213778fdbf12a6202a3b9162973895e28f70caddf08ca9b91 not available\nNOTE: Running setscene task 536 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_populate_lic.7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_populate_lic_setscene.7d160e94b414ac210a917183f87edee9b86e7c1be72111f6697bc76c09a52472 not available\nNOTE: Running setscene task 537 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcap/1.10.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zlib/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zlib/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_create_runtime_spdx.ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_create_runtime_spdx_setscene.ea71ad3ccbd7d79502b351fd43175d0ee67b2e6ad7a87be958ad142aeb048f13 not available\nNOTE: Running setscene task 538 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_populate_lic.eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_populate_lic_setscene.eab90e899a95dd7658cb5667c8d8cd3db34a42584b4c877ae55374dd56b15087 not available\nNOTE: Running setscene task 539 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_create_runtime_spdx.0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_create_runtime_spdx_setscene.0c2e70ea3d728f912ee53fd43c9478aaedf3916cbf626b26aae892026e4449a6 not available\nNOTE: Running setscene task 540 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_package_qa.6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_package_qa_setscene.6f196b5242468aeb236968165c4c93fff130e0695483e1d27029fe27d3a02207 not available\nNOTE: Running setscene task 541 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_package_write_rpm.5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_package_write_rpm_setscene.5623b3f64c0f8cabbe9a029670ea15b466654f5d4b1f5873508f9a9e79e0e5b1 not available\nNOTE: Running setscene task 542 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:1: including binutils.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:1: including binutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/autoconf/2.72e/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:1: including binutils.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:1: including binutils.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:1: including binutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_populate_lic.44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_populate_lic_setscene.44a0473465567575b13a8812a81f40efbd2e46bb50d5345185b947b2bff71d24 not available\nNOTE: Running setscene task 543 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ttyrun/2.30.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:3: including binutils-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:3: including binutils-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/autoconf/2.72e/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/autoconf/2.72e/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:1: including binutils.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/autoconf/2.72e/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_runtime_spdx.3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_runtime_spdx_setscene.3ff6f16c03ffe6167687f3347d795f67e5970203731a002d41e590f3719c978b not available\nNOTE: Running setscene task 544 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_qa.712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_qa_setscene.712958677151f42a82805a6cfcd1a3c00456d815de039e5c1e9ba1efed2b055d not available\nNOTE: Running setscene task 545 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_rpm.1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_rpm_setscene.1f9abdfdf98b9bad200485b0c9a573f68582fa07220a4891dc6e4e11e346a821 not available\nNOTE: Running setscene task 546 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_populate_lic.34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_populate_lic_setscene.34cf704c3bb8000cdbad6f1aacf0f16290245d895502e08410f220576ed8bc2b not available\nNOTE: Running setscene task 547 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_create_runtime_spdx.34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_create_runtime_spdx_setscene.34bd87bf57cded841b7a5ea7393e21d0721af88c9dda0bd9d48ee13ed04b3e3f not available\nNOTE: Running setscene task 548 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/socat/1.8.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_packagedata.b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_packagedata_setscene.b966b8ce41114563e2f3afffa2deaf7bbd58a44d404ee7acfd9bd8d86c1c037d.qemux86_64 not available\nNOTE: Running setscene task 549 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/automake/1.16.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/automake/1.16.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/automake/1.16.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/automake/1.16.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_spdx.9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_spdx_setscene.9e93e95c074789c024323b2cf4312e4bc3548e487ead33c51c2b137417406b47 not available\nNOTE: Running setscene task 550 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_spdx.e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_spdx_setscene.e17599ced064390bda7e9220dba52fbd7e88a0964f28435bbdbeb66b3899971d not available\nNOTE: Running setscene task 551 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_package_qa.bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_package_qa_setscene.bd55ee677c0645f4244856d42debaf46ab571ee8697d4ee2cea1166388cf6f40 not available\nNOTE: Running setscene task 552 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_package_write_rpm.2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_package_write_rpm_setscene.2324c626c80133bbb7769715754cf8beda5d07669b5a88896b5a2d5cb27e6594 not available\nNOTE: Running setscene task 553 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/binutils-cross-x86_64/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/binutils-cross-x86_64/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_populate_lic.53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_populate_lic_setscene.53b7dfb4df7abc15ab20b14b697916c897ebe308438943b407c30246a8c9a271 not available\nNOTE: Running setscene task 554 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/binutils/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_create_runtime_spdx.989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_create_runtime_spdx_setscene.989db502db3fb4a33c33b409aa9c5d7cb23f2943bc8b8a2c7ce6c4b51dc69605 not available\nNOTE: Running setscene task 555 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/binutils/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/binutils/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:46)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_package_qa.1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_package_qa_setscene.1db940337860a101154baa366194425ee2ee81a34f9f5717936da574f1f6a412 not available\nNOTE: Running setscene task 556 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_package_write_rpm.5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_package_write_rpm_setscene.5bab610e02e249048c22754c1b3565f037a5f1e2aa17b51566ea981e091fc0f7 not available\nNOTE: Running setscene task 557 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_populate_lic.c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_populate_lic_setscene.c8fd5b22dbd70c018f6be3567d50124011d90641d19f8631814dee15eb112d73 not available\nNOTE: Running setscene task 558 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/binutils/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_create_runtime_spdx.80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_create_runtime_spdx_setscene.80b962db9d952559b5e8f0ab94b9691dc47eb1325c804fe011523904ec24adf3 not available\nNOTE: Running setscene task 559 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bison/3.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bison/3.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bison/3.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bison/3.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:1: including cmake.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/btrfs-tools/6.5.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_populate_lic.4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_populate_lic_setscene.4ad8823eb75c60c83dce80e8c842390da1e37331caf9f95cf1a630105deab5a9 not available\nNOTE: Running setscene task 560 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_runtime_spdx.5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_runtime_spdx_setscene.5456c216a3e39b6da578b0b24a3099b3ddfb3226f95656b5ef0630b1aadd20c1 not available\nNOTE: Running setscene task 561 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_qa.40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_qa_setscene.40101699759fdeb3b6321907927ecd7530d583af3959023f4c36a71c6857402c not available\nNOTE: Running setscene task 562 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_rpm.864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_rpm_setscene.864de875f7c3329c648a81d6119d6905b5d960a86b61007c341aa8d06c8d0080 not available\nNOTE: Running setscene task 563 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/socat/1.8.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:1: including cmake.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:2)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Considering setscene task: ['socat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['socat', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['socat', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['socat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_recipe_qa.a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_recipe_qa_setscene.a3ab6e76e6b7fc171f784b6d95b18cb711e3e9fcc79f4ee6c9d7ab4a5796f5bb not available\nNOTE: Running setscene task 566 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/automake/1.16.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_create_spdx.4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_create_spdx_setscene.4df2a2495ed69c5e716e94ad3a4259ba20feeb628de2903b22cfa2c9d0a9210c not available\nNOTE: Running setscene task 567 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/autoconf/2.72e/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/btrfs-tools/6.5.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/btrfs-tools/6.5.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_packagedata.c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_packagedata_setscene.c4d785220e9038f346de6ac22f7ac254b63ae208a52f08874cba0305a725b303.qemux86_64 not available\nNOTE: Running setscene task 568 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_packagedata.83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_packagedata_setscene.83ff55e282b1b500e2cdae32c154c9e9b1a127d971236b427333958cccce46ec.qemux86_64 not available\nNOTE: Running setscene task 569 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_packagedata_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_populate_lic.2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_populate_lic_setscene.2d42892a7d3d3e4010514c7d8a6ed1039bf8b60b06fe840cfe736ed7fdad56ee not available\nNOTE: Running setscene task 570 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ccache/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/btrfs-tools/6.5.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_create_spdx.1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_create_spdx_setscene.1351b58d13e52955dfda9ace6b032f6d9d24e50f271faf0cba7821d4b385d7b2 not available\nNOTE: Running setscene task 571 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ccache/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ccache/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ccache/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_runtime_spdx.dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_runtime_spdx_setscene.dd2fb7973a5c97a7be52dc357de384067dc2decc6fca98bb9ad6e122a494103a not available\nNOTE: Running setscene task 572 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_qa.2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_qa_setscene.2e22ad8e6f6c380620298dbb4e48b01132b9dab9afbf5c92d06a6ff9ab51f442 not available\nNOTE: Running setscene task 573 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cmake-native/3.27.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cmake-native/3.27.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_rpm.b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_rpm_setscene.b81c9efd13e2a213479675c9ea046338c96a3569d60858ee1f58a66d5c18e284 not available\nNOTE: Running setscene task 574 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_lic.7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_lic_setscene.7e9040fe923af576216b2476d81821011a114f57d86b5337ec2c40c1946369bd not available\nNOTE: Running setscene task 575 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_runtime_spdx.fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_runtime_spdx_setscene.fe62f386e82d923e3054de12c45106afabf4387059bb8f8cbb6330e8a7cd2ad5 not available\nNOTE: Running setscene task 576 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_qa.03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_qa_setscene.03bd644635380097f27fbc8a5e544bec56f49552d98b911c4b5f2ff0811c67e0 not available\nNOTE: Running setscene task 577 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_rpm.529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_rpm_setscene.529cdf6646419dbef2dae57c52ce66faa82d1b11e5c32a65a7a43f8b172cd90f not available\nNOTE: Running setscene task 578 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/debugedit/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/debugedit/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/debugedit/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_populate_lic.078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_populate_lic_setscene.078d1bd4d916c708cb41d0bf58def60ff1fd3086d826d54c5bbe87909ac63126 not available\nNOTE: Running setscene task 579 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/socat/1.8.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_create_runtime_spdx.77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_create_runtime_spdx_setscene.77e82022cb15537dbaa6d35c7116bd929abb22a8ddcf7fe8b939e12372561bb8 not available\nNOTE: Running setscene task 580 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_qa.8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_qa_setscene.8451a50c645e576de501b0233ef02833107ab9656ffaba0763a5f55c7f449eb1 not available\nNOTE: Running setscene task 581 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/btrfs-tools/6.5.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_rpm.7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_package_write_rpm_setscene.7de3f0a8861ed3e1e3078016a2868d679449a05dbeb0c2b232c0f49159d1edcb not available\nNOTE: Running setscene task 582 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/debugedit/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/automake/1.16.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/autoconf/2.72e/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Considering setscene task: ['autoconf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['autoconf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['autoconf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_recipe_qa.932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_recipe_qa_setscene.932ffb6991f39cfd038c63583847c8251becf7219e14fbda3439ed3d3757bdf2 not available\nNOTE: Running setscene task 585 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['automake', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['automake', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['automake', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_recipe_qa.efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_recipe_qa_setscene.efb0b5cfa2c8b65203e6ff046aefade1607b2323724282ba1f2b6a3efe07d3db not available\nNOTE: Running setscene task 588 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_packagedata.9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_packagedata_setscene.9d1ae71ac258b27d39e983574eaf2def1f62a026426c5efe04ea9d42e0ea134b.qemux86_64 not available\nNOTE: Running setscene task 589 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_packagedata_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_populate_lic.42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_populate_lic_setscene.42c05d7d166954933e01b9eaae2519c0cdfab54e98cf4d4e8d364c1555d093b8 not available\nNOTE: Running setscene task 590 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ccache/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/desktop-file-utils/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/desktop-file-utils/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_packagedata.ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_packagedata_setscene.ecbd2a1655b64244e2663bdc8ea180a69815723a8636bd3d4a43f1017b0f53f5.qemux86_64 not available\nNOTE: Running setscene task 591 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_runtime_spdx.fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_runtime_spdx_setscene.fc3af7e13c5344e7abbfe8df0f42e564e13ba67d6e27cf8afcd0b59a5a4d4dd7 not available\nNOTE: Running setscene task 592 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_qa.3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_qa_setscene.3de89feda4810af04604969d7d9a8efd3f8961f302fa6d160fc0a2a70059915f not available\nNOTE: Running setscene task 593 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/desktop-file-utils/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffstat/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/desktop-file-utils/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffstat/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffstat/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_rpm.907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_rpm_setscene.907b5d619586a5e99ad7a080301295f6c17412338550d89815c675200e3400a5 not available\nNOTE: Running setscene task 594 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_populate_lic.26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_populate_lic_setscene.26b0054df19543cf31e8c4e6830d2909efa2cbd72b27b86e3e58d7a9c1630964 not available\nNOTE: Running setscene task 595 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_runtime_spdx.fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_runtime_spdx_setscene.fd3a84fb9fd0068b37db6ebdd7fc457b80c7d7889d489e075d3a9149ac6af32e not available\nNOTE: Running setscene task 596 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_qa.131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_qa_setscene.131abd9f8a6b67812451592de19099ac9f8fb7919fac2b5aef9107521a7636a7 not available\nNOTE: Running setscene task 597 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_rpm.b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_rpm_setscene.b25df7b51574d25494870fd78d02fcf1ac801ddbb892659bcfdbd1997a0b1de6 not available\nNOTE: Running setscene task 598 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffstat/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_lic.eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_lic_setscene.eba634b750e0893f0256cec69162434fc567960c38bf8670ecfbea5f606921b0 not available\nNOTE: Running setscene task 599 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dnf/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dnf/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_create_runtime_spdx.17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_create_runtime_spdx_setscene.17bce60cd7026cc26e4e6799a94b789bbb9ace1209d6e953b433e8267eb14e85 not available\nNOTE: Running setscene task 600 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dnf/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_package_qa.6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_package_qa_setscene.6c7b91c2d29ae9b5b2fcc679303551b5c1b254228cb2b07c8470e520b08bd2b0 not available\nNOTE: Running setscene task 601 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/autoconf/2.72e/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/automake/1.16.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_package_write_rpm.ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_package_write_rpm_setscene.ef272fa101d26702654324f6c6f977dd92f5724b30c9b17a1098e9fa835c58f9 not available\nNOTE: Running setscene task 602 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/btrfs-tools/6.5.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dnf/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_populate_lic.0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_populate_lic_setscene.0dfc90a8e53de59a01ac17be09c553ac2eac9527a6ef569e74d65ab3e96d1b7c not available\nNOTE: Running setscene task 603 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['btrfs-tools', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ccache/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['btrfs-tools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['btrfs-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_recipe_qa.0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.5.3.do_recipe_qa_setscene.0a56908fccdb0fd6638b24c295a7ba1093dfc99ffb0b273d9afc32a9bf8eee87 not available\nNOTE: Running setscene task 606 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_runtime_spdx.0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_runtime_spdx_setscene.0b1ae317f7280616746705de682ae2449db227a23f77f60657be8a3e51f1c01b not available\nNOTE: Running setscene task 607 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_qa.02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_qa_setscene.02f7dac42a05062cafcecef721832aaff6e1d86973c698b0314385abae459bc3 not available\nNOTE: Running setscene task 608 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dosfstools/4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dosfstools/4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['ccache', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['ccache', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['ccache', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:46)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dosfstools/4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dosfstools/4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['ccache', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['ccache', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ccache', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_recipe_qa.8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ccache/4.9.do_recipe_qa_setscene.8e0b5b09ef329f28648eb7481374cd7a3b82dd74236eaba1a3f30876754d0b06 not available\nNOTE: Running setscene task 611 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_spdx.4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_spdx_setscene.4cc115d5c4fd71d16a9445c16f22880a3f79babfc6a5e30ec55afcb1bfd83f1d not available\nNOTE: Running setscene task 612 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_rpm.471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_rpm_setscene.471268564ddc7a0ccaa911fb743c3b55e267aa26dfec88a1a8e9a99d68298077 not available\nNOTE: Running setscene task 613 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/e2fsprogs/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_populate_lic.20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_populate_lic_setscene.20a165ecfff720e7c7b28818956477b76c1e0e18d9c7e6e158b461df319ce481 not available\nNOTE: Running setscene task 614 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/e2fsprogs/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/e2fsprogs/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_runtime_spdx.90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_runtime_spdx_setscene.90a7c4a3117c9095a6d349d67125d74ce4fba6b5c9ca1f5e7a4ca443203c79db not available\nNOTE: Running setscene task 615 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_qa.fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_qa_setscene.fb77d80d1dd49c59674c19bd8571e0c20714aa4338c86550f0d06cb9e2637ad8 not available\nNOTE: Running setscene task 616 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/e2fsprogs/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_rpm.aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_rpm_setscene.aff43e87ac98fcb3c7b020f94f886f89e4fc7e8d41999e978453bdbdc1007e90 not available\nNOTE: Running setscene task 617 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_lic.d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_lic_setscene.d2d651c0d24e2d0f4a31a79ca5c1f9951591ff63650146e327a24fb9e053c9dc not available\nNOTE: Running setscene task 618 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/elfutils/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/elfutils/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_runtime_spdx.88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_runtime_spdx_setscene.88ce52b855d1f1ecf83c65b704204bdbc78f5333fca9fa9f3320697af7cfb674 not available\nNOTE: Running setscene task 619 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_qa.33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_qa_setscene.33c48a42a90b04d10f6c0b1bedb92245a9314140ad0d04b5164a1b4cc7759568 not available\nNOTE: Running setscene task 620 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_rpm.118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_rpm_setscene.118f40cd7fc40288ac17feabaadc0f561bf234658d0a49ce8adf336e4968ef7a not available\nNOTE: Running setscene task 621 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/elfutils/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_lic.4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_lic_setscene.4dd92b98130e01cf78e3a989419cad95f7123796d8a4899d713bd42a3217e1b9 not available\nNOTE: Running setscene task 622 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/elfutils/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/btrfs-tools/6.5.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expect/5.45.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_create_runtime_spdx.4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_create_runtime_spdx_setscene.4fb4047f53b27943adb29541f275f41f7ef6b27c5049114e0498293babdca679 not available\nNOTE: Running setscene task 623 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ccache/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expect/5.45.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dosfstools/4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_populate_lic.fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_populate_lic_setscene.fad8d478558945a4f4ff78ad2480c5ce182fbca77d2169cab3f06a229274d7cd not available\nNOTE: Running setscene task 624 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_create_runtime_spdx.3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_create_runtime_spdx_setscene.3c55167dcf70c84bd2823d376e83f348971377738b96e77f25e43d23beef45ac not available\nNOTE: Running setscene task 625 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_package_qa.de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_package_qa_setscene.de1228b5437a8159e56e11690873f21fabdb3066bed1fba2e4ecf779339e1578 not available\nNOTE: Running setscene task 626 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expect/5.45.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:2: including gcc-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:17: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_packagedata.c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_packagedata_setscene.c1af762f732bf268e662ca023c78267280af6b8fee1072cd01cadc4c8b3ef3b4.qemux86_64 not available\nNOTE: Running setscene task 627 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_package_write_rpm.7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_package_write_rpm_setscene.7b61b064ab37f78a0d0b5b44c8cdf182459845b4889696f47711c3c16a00985f not available\nNOTE: Running setscene task 628 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_populate_lic.4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_populate_lic_setscene.4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474 not available\nNOTE: Running setscene task 629 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/file/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:2: including gcc-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:2: including gcc-runtime.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expect/5.45.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:2: including gcc-runtime.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:274: including gcc-testsuite.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:17: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-testsuite.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:274: including gcc-testsuite.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-testsuite.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/file/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_create_runtime_spdx.e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_create_runtime_spdx_setscene.e869a7ff15a7dfebca8bce5976a0201ab96a5d3fb39673113f509b18910e501a not available\nNOTE: Running setscene task 630 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/file/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/file/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:2: including gcc-runtime.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:2: including gcc-runtime.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_package_qa.f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_package_qa_setscene.f89d573d15fcbf3ec7090f04e207efa00a9891584856c620c27cc990774533f5 not available\nNOTE: Running setscene task 631 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_package_write_rpm.778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_package_write_rpm_setscene.778afb81015a5402260a750aef7baa6e825c1f4a14d27845e40c037e1d6eb182 not available\nNOTE: Running setscene task 632 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:274: including gcc-testsuite.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_populate_lic.683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_populate_lic_setscene.683ad56fc91f74afeb3373c6f5f7ebf1ea87d3dcc9207cf14414f16b84294196 not available\nNOTE: Running setscene task 633 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_create_runtime_spdx.1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_create_runtime_spdx_setscene.1025caccded6dc316a17ad3a6e82b753932298ea80d69e722e6f12324fcb20ff not available\nNOTE: Running setscene task 634 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-testsuite.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:274: including gcc-testsuite.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-testsuite.inc:1)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flex/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flex/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:2: including gcc-sanitizers.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers.inc:1: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flex/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:2: including gcc-sanitizers.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers.inc:1: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:2: including gcc-sanitizers.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_create_runtime_spdx.4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_create_runtime_spdx_setscene.4129ca28382e4ed83fe19564b3d1deb69d9e9a9ef98850d8d5f5119ac0826681 not available\nNOTE: Running setscene task 635 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers.inc:1: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:2: including gcc-sanitizers.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:2: including recipes-devtools/gcc/gcc-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers.inc:1: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_package_qa.3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_package_qa_setscene.3faaec631e31af91087df15d21cd5dddc64ff59092ccc84feecb4b958ea7d5d5 not available\nNOTE: Running setscene task 636 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_package_write_rpm.682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_package_write_rpm_setscene.682b9edf895a10a66afe5a389f4f4c88bebde4782e1dfa396b63bb6cb40213c2 not available\nNOTE: Running setscene task 637 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flex/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gcc-cross-x86_64/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:2: including gcc-target.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_populate_lic.515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_populate_lic_setscene.515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f not available\nNOTE: Running setscene task 638 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-target.inc:2: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_create_runtime_spdx.4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_create_runtime_spdx_setscene.4d2db823ca3a6eb985882163855cb8f8a6bf428a2c6705b50d86264d63e0090c not available\nNOTE: Running setscene task 639 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:2: including gcc-target.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-target.inc:2: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gcc-cross-x86_64/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:2: including gcc-target.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-target.inc:2: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_populate_lic.4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_populate_lic_setscene.4b7cf2fc718d3691e5b568a15c349531c863b020b6923a748ddb359a057d7474 not available\nNOTE: Running setscene task 640 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:2: including gcc-target.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-target.inc:2: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:2: including libgcc-initial.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial.inc:30: including libgcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dosfstools/4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-runtime/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-runtime/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial.inc:40)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work-shared/gcc-13.2.0-r0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Considering setscene task: ['dosfstools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Considering setscene task: ['dosfstools', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:2: including libgcc-initial.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial.inc:30: including libgcc-common.inc\nDEBUG: Considering setscene task: ['dosfstools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['dosfstools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_recipe_qa.d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_recipe_qa_setscene.d1d1cb82f27e114dbb857437d3845caee036fdb82a80c82afd3bff561f66535e not available\nNOTE: Running setscene task 643 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_create_spdx.c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_create_spdx_setscene.c006ec04f86b6ca5c7b32c026f95245c02cf141287ad1ada6270e99591070aa3 not available\nNOTE: Running setscene task 644 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_create_runtime_spdx.b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_create_runtime_spdx_setscene.b41b0164af0d22edef990fdeaedd9899973e874326319dfc147f4fe01e2ead61 not available\nNOTE: Running setscene task 645 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_package_qa.28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_package_qa_setscene.28e5d6ab2bcda860f76f14e80f9383835eb71c3f7e2807abf7d04a1667c5d8b4 not available\nNOTE: Running setscene task 646 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-runtime/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial.inc:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-runtime/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:2: including recipes-devtools/gcc/gcc-source.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_package_write_rpm.238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_package_write_rpm_setscene.238768a179b7006f7c5014528de53b3e6935c8fa0641ef18b03c6f16080947d8 not available\nNOTE: Running setscene task 647 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-sanitizers/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-sanitizers/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:2: including libgcc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc.inc:1: including libgcc-common.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:2: including libgcc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc.inc:1: including libgcc-common.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_populate_lic.515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_populate_lic_setscene.515011fe0ced5e0a4eeeb1ce0250d47f36dc6ad58c31273058ea178d4880057f not available\nNOTE: Running setscene task 648 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-sanitizers/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-sanitizers/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_create_spdx.16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_create_spdx_setscene.16e32172429a15a6fbb8804200af082ec23ab530f44540c50b9adab4a1857019 not available\nNOTE: Running setscene task 649 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:2: including libgcc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc.inc:1: including libgcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_create_runtime_spdx.2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_create_runtime_spdx_setscene.2a71dfd402fbc7950bc53c22e6ad33e492694f333773c8fe6a346dbcb9033850 not available\nNOTE: Running setscene task 650 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_package_qa.b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_package_qa_setscene.b6b213f3c0eb87a7cb3a2ef686a7c3c2e295ea04dd6a62ccf608270882c5e6c6 not available\nNOTE: Running setscene task 651 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_package_write_rpm.dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_package_write_rpm_setscene.dfc06b3888d161dd6b217585f15947d03091f2ab83884863a23e7e38eef3201f not available\nNOTE: Running setscene task 652 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:2: including libgcc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc.inc:1: including libgcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc-initial/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:1: including gdb-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:1: including gdb-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:1: including gdb-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_populate_lic.05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_populate_lic_setscene.05e6841e7623453548aca489a22aebc1d923ab3f580d094527ddf655e1233cb4 not available\nNOTE: Running setscene task 653 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:12: including gdb.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:2: including gcc-sanitizers.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers.inc:1: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:12: including gdb.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_create_runtime_spdx.a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_create_runtime_spdx_setscene.a1d4ace58fea6f6728a36ba52c76ac7e0fdddd3a8040ab39744b1338d143a139 not available\nNOTE: Running setscene task 654 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc-initial/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:12: including gdb.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_package_qa.755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_package_qa_setscene.755b2597b20d1d77ac42fd7572dd33e0ea3509a79f159ec29c855801e87713a1 not available\nNOTE: Running setscene task 655 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work-shared/gcc-13.2.0-r0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_package_write_rpm.75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_package_write_rpm_setscene.75bc7707e45f537a0988cb0df4a272d6e98300f062646729e82b3e529151222e not available\nNOTE: Running setscene task 656 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:1: including gdb-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:12: including gdb.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_populate_lic.9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_populate_lic_setscene.9e072ff871ac05afb538a06cad9ecd6ee55c3aa85d934d6c6c84f219c7d19dbe not available\nNOTE: Running setscene task 657 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_create_runtime_spdx.0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_create_runtime_spdx_setscene.0f9fc60740e2f6958c85bc651e0c8ed005401e33b507c178a5ffbe722fb64fa3 not available\nNOTE: Running setscene task 658 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_populate_lic.7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_populate_lic_setscene.7e3322503c5b8a123b6d7340b06aeeb2d7656b885025af3178d2051ed329eb9f not available\nNOTE: Running setscene task 659 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dosfstools/4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_create_runtime_spdx.904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_create_runtime_spdx_setscene.904389158361996b8287dbf02ec50ba81740c4181b4176e67b34c5e31c640c9b not available\nNOTE: Running setscene task 660 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:1: including go-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross.inc:1)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_populate_lic.da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_populate_lic_setscene.da90e370c080d8855bc927ea04380660c31fbcb1e9c62420f14c933af0e1cc3f not available\nNOTE: Running setscene task 661 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_create_runtime_spdx.526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_create_runtime_spdx_setscene.526b0cfe1e3b427a909b1bf33c2d959189f0790b398af64b194587bf6f158088 not available\nNOTE: Running setscene task 662 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:2: including go-1.20.13.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:1: including go-cross.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross.inc:1)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_package_qa.8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_package_qa_setscene.8a0a8a821af1c66f2718f0bad235ec00a1bf2bd433443a94b5192009250a12b4 not available\nNOTE: Running setscene task 663 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:1: including go-1.20.13.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:2: including go-runtime.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:2: including go-1.20.13.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdb/14.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdb/14.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:1: including go-1.20.13.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdb/14.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_package_write_rpm.ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_package_write_rpm_setscene.ea06f842f3d9d280be050f28652f4c2377a808aa8da9e8bfbb22061ffd4cddd0 not available\nNOTE: Running setscene task 664 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:2: including go-runtime.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnu-config/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnu-config/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnu-config/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-sanitizers/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/go-binary-native/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:1: including go-1.20.13.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/go-binary-native/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_packagedata.7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_packagedata_setscene.7693e66ec16a90e34d961a3dfb71c2501a79d535e372f8b51e1eb8a45d4f2c87.qemux86_64 not available\nNOTE: Running setscene task 665 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:2: including go-runtime.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdb/14.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_create_spdx.ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_create_spdx_setscene.ad0f1c0f28b80ccf0de05e8666839026a594c6209fc2fa21f9aad72b9833f366 not available\nNOTE: Running setscene task 666 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_populate_lic.583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_populate_lic_setscene.583d39a4239da59f3a5ba2257cdd30b309aee1fb55a4e1413110ffc24edc09f0 not available\nNOTE: Running setscene task 667 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_runtime_spdx.8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_runtime_spdx_setscene.8779c9f841423a5e1f0346632e58cf3861ff212485ed8d117f348a6a908efde7 not available\nNOTE: Running setscene task 668 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnu-config/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_qa.91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_qa_setscene.91b9b9c339859c5ef76a47ac855ba1f410f91e258ea450afb554a14f7b00ac71 not available\nNOTE: Running setscene task 669 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_rpm.8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_rpm_setscene.8c537e7f7ff3bc7abf0d447f647dc5fa16aad7a3e76601825ac1fa6da5910e44 not available\nNOTE: Running setscene task 670 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_lic.782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_lic_setscene.782af148baecfeaae3bcf956212bd744495fdbb0d5bd96e314b04fcbe727129c not available\nNOTE: Running setscene task 671 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_create_runtime_spdx.17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_create_runtime_spdx_setscene.17394a7475a0f882f7196f58649cbadcf94e91804a6d4e26fae4711145e8895f not available\nNOTE: Running setscene task 672 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_package_qa.eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_package_qa_setscene.eed3ded27ce107d556cf2cc0834b188fef870fbe07f29eaff9e5a1634ed97974 not available\nNOTE: Running setscene task 673 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_package_write_rpm.0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_package_write_rpm_setscene.0049e94b44326549ceaf8de1901de5ecf242bf0e54c90b8269da69b5a18c91b2 not available\nNOTE: Running setscene task 674 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_populate_lic.f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_populate_lic_setscene.f92b789036df3540ea259098fc7634297350edf3a0e58ccdbe225dd3956442f7 not available\nNOTE: Running setscene task 675 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:1: including go-1.20.13.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:2: including gcc-sanitizers.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers.inc:1: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:2: including go-runtime.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/go-cross-core2-64/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_create_runtime_spdx.28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_create_runtime_spdx_setscene.28e4fd42c69773d9bc6a00ec1882f40f0abe34cbb9ef0d33e0eef8002937565f not available\nNOTE: Running setscene task 676 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/go-cross-core2-64/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_package_qa.37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_package_qa_setscene.37a043b05ebf3b903c009b308411d0298132d46179167df97cf88bcecfb477c0 not available\nNOTE: Running setscene task 677 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-runtime/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-runtime/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_package_write_rpm.81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_package_write_rpm_setscene.81ab1fd50674099b675c3ba68f3a76609a4308b0a8e3a75e770f8a7d2ce0d381 not available\nNOTE: Running setscene task 678 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_populate_lic.9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_populate_lic_setscene.9e3df2b8271bbfd25e7fbde9683654a5f90027c30aad6c60cfb988fc53c92ed9 not available\nNOTE: Running setscene task 679 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnu-config/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-runtime/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_packagedata.e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_packagedata_setscene.e9ee4fbe675ba4ea301b804a6f15096d70902674de14918891c71abb7cf94f54.qemux86_64 not available\nNOTE: Running setscene task 680 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_create_runtime_spdx.1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_create_runtime_spdx_setscene.1b9174bbb42219b63be95709fab086f387bb8dd148266af3aafe59bd89862190 not available\nNOTE: Running setscene task 681 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-runtime/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-c/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-sanitizers/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcomps/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-c/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-c/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_package_qa.2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_package_qa_setscene.2172413e535486c2c2a9a24e21b4cba3bf8334cbc19b79cbff388cea37747471 not available\nNOTE: Running setscene task 682 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-c/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcomps/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcomps/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcomps/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Considering setscene task: ['gcc-sanitizers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gcc-sanitizers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gcc-sanitizers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_recipe_qa.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/13.2.0.do_recipe_qa_setscene.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nNOTE: Running setscene task 685 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_package_write_rpm.22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_package_write_rpm_setscene.22085b60ed5c0f840c347334dee6e685b4d48f4a45cd2732562ae5136fed15c8 not available\nNOTE: Running setscene task 686 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_populate_lic.f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_populate_lic_setscene.f4d0fa2e92d39875ee5be6333366780287bcb61587c0083259715226e2deba6a not available\nNOTE: Running setscene task 687 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_runtime_spdx.953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_runtime_spdx_setscene.953a5948842cbd64d7cea5735bcdf8745aa3cbbfd776d3a8681fbe011e3020fd not available\nNOTE: Running setscene task 688 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_qa.b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_qa_setscene.b7e099e900bcf83eae31dbc003ed87c8ac9559f2250bc4f4ac99cbcecfff8c6a not available\nNOTE: Running setscene task 689 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_rpm.d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_rpm_setscene.d53db3336922ee1c477695fd709e771e007aad3e6025f279bc05cb1880751ad7 not available\nNOTE: Running setscene task 690 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_lic.9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_lic_setscene.9440bc02abd9272ed7fa7cf15f6223d851fb343390739338b087d710e9a39545 not available\nNOTE: Running setscene task 691 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_create_runtime_spdx.43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_create_runtime_spdx_setscene.43ded6bbd7e1603ae5983cf2a5b15941cf85a5411ed9884d803e950ee145188c not available\nNOTE: Running setscene task 692 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_package_qa.805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_package_qa_setscene.805599cc1e3059138a34c83468465e418c3ca408f76cc2aca0888fad2f0865be not available\nNOTE: Running setscene task 693 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdnf/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:2: including gcc-sanitizers.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers.inc:1: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_package_write_rpm.9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_package_write_rpm_setscene.9d07fd986fa88ca6e6d88ec9736200c8fa3868117bb6bded65f937962a9ea52c not available\nNOTE: Running setscene task 694 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdnf/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_populate_lic.05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_populate_lic_setscene.05b09d58454b1d1c0ce44ef778bcd837459d9be09e771a038680c2e50ee6a810 not available\nNOTE: Running setscene task 695 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnu-config/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdnf/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdnf/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Considering setscene task: ['gnu-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['gnu-config', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['gnu-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['gnu-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['gnu-config', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['gnu-config', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Considering setscene task: ['gnu-config', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['gnu-config', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['gnu-config', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['gnu-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gnu-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_recipe_qa.37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnu-config/20231127+git.do_recipe_qa_setscene.37dba09b68ef348f238a5225d0b6b89aa88033715d49641975d584d9a2ad57f2 not available\nNOTE: Running setscene task 698 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libedit/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_create_runtime_spdx.768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_create_runtime_spdx_setscene.768e7562c9e1ef7109ece14e810e9cc64b369a5f66b720d2240d15c13e1689c0 not available\nNOTE: Running setscene task 699 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_populate_lic.0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_populate_lic_setscene.0e21bc817a8b933d3e27c441f6af254bff109d86e83f8eee665fc866fb89b74d not available\nNOTE: Running setscene task 700 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_create_runtime_spdx.638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_create_runtime_spdx_setscene.638f5a73266254056978cdacd82b00430c9625da902ed9da96924fd87433460f not available\nNOTE: Running setscene task 701 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libedit/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_populate_lic.d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_populate_lic_setscene.d256ce06ae2404bd1e8f60d410296913388853198aaecd7ca090440ca0bdc19b not available\nNOTE: Running setscene task 702 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:5)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libedit/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libedit/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmodulemd/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmodulemd/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_create_runtime_spdx.a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_create_runtime_spdx_setscene.a0677ab5001c7ce4408ac3cec43c9e66701755ae6402256378c57c6e568254bb not available\nNOTE: Running setscene task 703 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librepo/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmodulemd/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:5)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_package_qa.38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_package_qa_setscene.38c30cffd5387658b7c6c4b1c7b2985c47390d5f785222106533cadeaa58036d not available\nNOTE: Running setscene task 704 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-sanitizers/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmodulemd/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librepo/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librepo/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_package_write_rpm.af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_package_write_rpm_setscene.af9f1bf78e7159f2886c7ec4c64da3e6071b262709a2d6857081523d2492ad41 not available\nNOTE: Running setscene task 705 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_populate_lic.4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_populate_lic_setscene.4ff305a364c70a856069029c5bbdea6f380746802c09f5571c881443121100db not available\nNOTE: Running setscene task 706 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_runtime_spdx.f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_runtime_spdx_setscene.f42bcf5559c2f2e55db3d65088d60951d5abda1b1a3b9eba04c442874b9cd720 not available\nNOTE: Running setscene task 707 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_qa.bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_qa_setscene.bea38afcbf02043499875cc80a08049f066eb3d1e1faeacff9e461ef1e79e567 not available\nNOTE: Running setscene task 708 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_rpm.d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_rpm_setscene.d0b620fb20c5a1dd9187811e6c8106d996b67bf2fc1e2128f5593278eaacb79e not available\nNOTE: Running setscene task 709 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_lic.7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_lic_setscene.7c958f3234391551ef4265772e41e259e59fad7312802fea3c69863fd443dbe6 not available\nNOTE: Running setscene task 710 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_runtime_spdx.bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_runtime_spdx_setscene.bb242c42f275a4b0bf8dafaec6943b6ec33cf4d21f289bdf64b92536eedbc907 not available\nNOTE: Running setscene task 711 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_lic.c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_lic_setscene.c98705577f9863d5d3511b49a8f3483263ca6058f6a66675136118b184b78f1c not available\nNOTE: Running setscene task 712 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:32)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnu-config/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtool-cross/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtool-cross/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtool-native/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_runtime_spdx.902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_runtime_spdx_setscene.902c8b2ee5e8027ad6823d3f8978af2d67f72af3e9b8e2e92f769b98b64f4ea5 not available\nNOTE: Running setscene task 713 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librepo/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_qa.5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_qa_setscene.5b4b04724bb61f2024c2111501831b134e8d276c630f85236f6093c4886c445c not available\nNOTE: Running setscene task 714 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_rpm.a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_rpm_setscene.a4bb84b916f06241088f4d99e3df5b36c424c59add6eb3e54e682d9f4cd1ded8 not available\nNOTE: Running setscene task 715 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_populate_lic.3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_populate_lic_setscene.3c4ff8e4737585b9f0219e3e4da0ce8e6baa0ae91d3db168b7f87b4ba8f10815 not available\nNOTE: Running setscene task 716 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtool-native/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_runtime_spdx.d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_runtime_spdx_setscene.d6797cec5549b1103499bc24f167f957d38ec98fa6cd8270591d23c2ebead83b not available\nNOTE: Running setscene task 717 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_qa.5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_qa_setscene.5bfb300972c90fb614fbc54e9e1ed4c7a190f8419d0b02b25516be8e1ceb9bfc not available\nNOTE: Running setscene task 718 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_qa_setscene)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtool/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtool/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_rpm.8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_rpm_setscene.8f893204d24e49920ff14889b2f26f926b7918243869251c754b5bc0bd8a58cc not available\nNOTE: Running setscene task 719 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/m4-native/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtool/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtool/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/m4-native/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lua/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_populate_lic.456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_populate_lic_setscene.456cd92b379dc9e9cb9b97a1375b636fd7f8115abca1befba73292847105e52a not available\nNOTE: Running setscene task 720 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lua/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_runtime_spdx.2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_runtime_spdx_setscene.2e847fe2e27c001452536219647232c9e6d37c7d8813224e0521eb5af7384520 not available\nNOTE: Running setscene task 721 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_qa.3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_qa_setscene.3bf060ac5722a7ee0efe5a5b1f88be1325b5364f70ea258450aea5e13c8c3c17 not available\nNOTE: Running setscene task 722 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_rpm.194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_rpm_setscene.194ed30d68c2c2297a2bd678d08308232b8c04844f24a54f7cd56df85bb9d7ec not available\nNOTE: Running setscene task 723 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_lic.5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_lic_setscene.5f67d9be83f63f227f1f51111fab016c45dd02ede95ac543a4a34171b561fcc1 not available\nNOTE: Running setscene task 724 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lua/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lua/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_create_runtime_spdx.89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_create_runtime_spdx_setscene.89f42cadfd9eba13366822ec94e79cdeb5bc76f00bf77937673a3faafec49ae2 not available\nNOTE: Running setscene task 725 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_package_qa.1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_package_qa_setscene.1273473968d9fa0b42689796e1981728ec8f50ad6a5acf70145b4fe6471490cb not available\nNOTE: Running setscene task 726 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_package_write_rpm.47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_package_write_rpm_setscene.47f504240b32c72961e3937455fa674f5a41d1bd8c1dc6e5ba68b9f0da8a0876 not available\nNOTE: Running setscene task 727 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_populate_lic.ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_populate_lic_setscene.ae8ca7669adcf2c4af23021923a140ce8d837b9208356c7e4197685940c83d93 not available\nNOTE: Running setscene task 728 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/m4/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/m4/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/m4/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/m4/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_spdx.40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_spdx_setscene.40d294caef094a33d888c80038dfbc8ebd0fa9f4f64e95fcffa3de306187f521 not available\nNOTE: Running setscene task 729 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/make/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/make/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_runtime_spdx.72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_runtime_spdx_setscene.72c872da16ed4bc4dad0bde154782f330791097bbbca14ca90acc1124b740aef not available\nNOTE: Running setscene task 730 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_qa.86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_qa_setscene.86577f976933a2de99a819d34a9d7f16df55636f658d31696e23b3cc30aa66a5 not available\nNOTE: Running setscene task 731 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_rpm.bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_rpm_setscene.bd58db4fc0cde20b4a49da67298392a192fc36ffeb0fcac82b882446470ee08f not available\nNOTE: Running setscene task 732 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_populate_lic.5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_populate_lic_setscene.5eaaa4bfc5ea58104ceaa18d9722b564ff38526cf491ec0496df11de2c557623 not available\nNOTE: Running setscene task 733 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_create_runtime_spdx.e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_create_runtime_spdx_setscene.e2b32971fa3bf4a52d8ea4a45f585b3bc777191a55de7f3c32dacd4ab3b02615 not available\nNOTE: Running setscene task 734 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/make/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/opkg-utils/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_package_qa.2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_package_qa_setscene.2b99d4a41eba02deb6d592104f52a2624bf0e72987ca66aef8cb02647b9d53e9 not available\nNOTE: Running setscene task 735 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/opkg-utils/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/opkg-utils/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/opkg-utils/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/make/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_package_write_rpm.d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_package_write_rpm_setscene.d269fe56d164d86dad6d6748164ba8288ecaa49d966e916e0d4765a5ae3bc260 not available\nNOTE: Running setscene task 736 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_populate_lic.f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_populate_lic_setscene.f3c15c0dee047f28cc7ec4e3b0808d1c2755c04ee1891113e446dd1ad4839980 not available\nNOTE: Running setscene task 737 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_runtime_spdx.71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_runtime_spdx_setscene.71bbe162e4fbaaf80aa6d3b429dad333b06094de93c3a81d7ec6ca6025b9cfc6 not available\nNOTE: Running setscene task 738 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_qa.91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_qa_setscene.91cb3c25d78c7886667e081b3563fb8b00970aed22333522df3e5c6a860870ff not available\nNOTE: Running setscene task 739 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_rpm.304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_rpm_setscene.304ab104a45a44c6a0a7bc09bc4d7c4f8f094bb8c4681e378d049ac9e5791b60 not available\nNOTE: Running setscene task 740 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/orc/0.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/orc/0.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/orc/0.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/orc/0.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_lic.95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_lic_setscene.95b4339e7f21f7beaafba8c694c71c1ba2cf86d94a3c5294075463af8b7b57dc not available\nNOTE: Running setscene task 741 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_runtime_spdx.3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_runtime_spdx_setscene.3bd3397fa01894274972d695f818875e4d6af074aac10ef3a446526f69d4cb3d not available\nNOTE: Running setscene task 742 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_qa.e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_qa_setscene.e013c925ed40efb90c3df7bc83e346ff295d454e9caa6599a4ed00adefafdfbf not available\nNOTE: Running setscene task 743 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_rpm.1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_rpm_setscene.1a4c43c9111248c3cad00d0e6696f85edff27a10b296527547aaf5b94a6371bc not available\nNOTE: Running setscene task 744 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/m4/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_packagedata.d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_packagedata_setscene.d55e289f757663a1c5599b293ba2adf50497fe7c43676033a489494130ccff6f.qemux86_64 not available\nNOTE: Running setscene task 745 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/patch/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/patch/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/patch/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/patch/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_populate_lic.a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_populate_lic_setscene.a098cdbb6fa7b1df5c2c34e8dac25d68d19a586c4b27237b3857d4d7bd1fe4f0 not available\nNOTE: Running setscene task 746 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liberror-perl/0.17029/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_runtime_spdx.4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_runtime_spdx_setscene.4558cfaefb42be9eb0795eeb8716fe384f546a6a625ba9abc164cdb4814d9aca not available\nNOTE: Running setscene task 747 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_qa.1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_qa_setscene.1fef8d2d4f52dc1341b4f08eab7484183f4c179015ba859107bb469be6b34409 not available\nNOTE: Running setscene task 748 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_rpm.f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_rpm_setscene.f0f8dd2e27ace90d14e85bfa4a1f92610e24f9d47a162bdc30ab8996e98e685c not available\nNOTE: Running setscene task 749 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_create_spdx.73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_create_spdx_setscene.73810215099b9d795339226fda9780572f0d9ec3fc94efd860f5d54efc48f516 not available\nNOTE: Running setscene task 750 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liberror-perl/0.17029/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liberror-perl/0.17029/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_populate_lic.11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_populate_lic_setscene.11a4b278281c54a9182cd8a9f37a2be9d70f376cfcbf2b368bbef83c22387f64 not available\nNOTE: Running setscene task 751 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liberror-perl/0.17029/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/perl/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/perl/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_runtime_spdx.9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_runtime_spdx_setscene.9fe6d50fe6c8c385393b8614b5abc7ef1ad3dc44d21cf30bcc2d1208fc7a73dd not available\nNOTE: Running setscene task 752 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/perl/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_qa.da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_qa_setscene.da200057e99c76eed9a2b1298944e5ee9c294dc34273e5000937222effdabdd1 not available\nNOTE: Running setscene task 753 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_rpm.7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_rpm_setscene.7b5821c631d5a65471e4d8e7057cd8be75192d3dc8b5f6087ee6144774be82f6 not available\nNOTE: Running setscene task 754 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_populate_lic.bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_populate_lic_setscene.bca1e765b4815c4aabb17139c043ecbdeb2eb4d6d538ed18a559c5b5b074f418 not available\nNOTE: Running setscene task 755 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_runtime_spdx.d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_runtime_spdx_setscene.d67c01af09875634520fcd3f9a98f1f5116baf73f97c77647f7a60c5ecfac73c not available\nNOTE: Running setscene task 756 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pkgconfig/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pkgconfig/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/perl/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pkgconfig/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_spdx.23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_spdx_setscene.23f84e2e8e20b7403de1b83e6b957af4b2469d75290ed92bc401537a64c85c1b not available\nNOTE: Running setscene task 757 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_qa.27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_qa_setscene.27f9023414622d915d78f6386c75a54ff3f915285bcd55c44dff7e97869575a8 not available\nNOTE: Running setscene task 758 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_rpm.dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_rpm_setscene.dec9b963b30025ba64f5dd7cf01b50d3ca0bde099e6ff8f70842d99eab90b336 not available\nNOTE: Running setscene task 759 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_populate_lic.d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_populate_lic_setscene.d63a064b20497ed26b7bef25c18b71bc5f213a11d57ba51c323c9943a7b3ec7c not available\nNOTE: Running setscene task 760 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/m4/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pkgconfig/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['m4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Considering setscene task: ['m4', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Considering setscene task: ['m4', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['m4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_recipe_qa.1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_recipe_qa_setscene.1400d491813ae5806f5ebf1e2fe4109d8afa57bc4a6ab3900a799598004baa38 not available\nNOTE: Running setscene task 763 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-atomicwrites/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-atomicwrites/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_create_runtime_spdx.35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_create_runtime_spdx_setscene.35327df20ffa514f4b16dfd2b01744616245ade1611671e815244ac18cc2a2c7 not available\nNOTE: Running setscene task 764 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-atomicwrites/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_package_qa.06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_package_qa_setscene.06a96e48f9de31cddd35930769782894db9e1e0e54eec15d3d6dfcdb994b973a not available\nNOTE: Running setscene task 765 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liberror-perl/0.17029/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_package_write_rpm.f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_package_write_rpm_setscene.f47a2e8498066a52b6c965dcd0417a3d2ca48d4453de8e62590138bc56d08fe4 not available\nNOTE: Running setscene task 766 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_populate_lic.e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_populate_lic_setscene.e7ccd99e628838e39e33353651d26048c6fad6d3ffbc47927bf5895c342d3032 not available\nNOTE: Running setscene task 767 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_packagedata.8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_packagedata_setscene.8fcfda20ad9b6440fe2efdc016284977f83d762f51d02060455a80c3df935480.qemux86_64 not available\nNOTE: Running setscene task 768 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-atomicwrites/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-attrs/23.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-attrs/23.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_create_runtime_spdx.a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_create_runtime_spdx_setscene.a110ef3aabbf08826d8d266f28ad865cfd47b928068d8cef8d5dc8bc188e7411 not available\nNOTE: Running setscene task 769 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-attrs/23.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-attrs/23.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbus/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_package_qa.1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_package_qa_setscene.1048a086c3446380a00ec4b835736298ba97b0103b312bd7b6e32cec033e3752 not available\nNOTE: Running setscene task 770 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_package_write_rpm.d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_package_write_rpm_setscene.d19da00907c0d7cf6688fca03ee48cff7996e0f51987781c4663d1347d00d032 not available\nNOTE: Running setscene task 771 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_populate_lic.92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_populate_lic_setscene.92383ae565fb74bf9254c907dfb8eb3e2ae26e6ec25f8f5866d670c8ef29bd63 not available\nNOTE: Running setscene task 772 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_create_runtime_spdx.c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_create_runtime_spdx_setscene.c057fc692ebe047cb1e66f5017d1b965800f8bd24d76409ea1eb6a26e0c1b607 not available\nNOTE: Running setscene task 773 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_package_qa.b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_package_qa_setscene.b40e62dcf3558041b087d9ed28d46fcaeb9486feb74d3e9b003f1673cec450bf not available\nNOTE: Running setscene task 774 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pkgconfig/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_packagedata.c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_packagedata_setscene.c644a5318e309563805a4a65d37b1f0e56c8c6183181494bd5b0dad29caa671f.qemux86_64 not available\nNOTE: Running setscene task 775 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbus/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbus/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbus/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_package_write_rpm.497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_package_write_rpm_setscene.497f3bc3f9ceea80a5261aa0f87c342b022f8e6d85caa1641a47df629ffb2e2e not available\nNOTE: Running setscene task 776 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_populate_lic.83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_populate_lic_setscene.83a7aa27d5330ea09218f069137691c904bf758d8ce5c94e5560320b742f64a6 not available\nNOTE: Running setscene task 777 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_runtime_spdx.5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_runtime_spdx_setscene.5c3ee36ff1521218b387a15d48007458af370cbd42858dd23e4082881bf4f9fe not available\nNOTE: Running setscene task 778 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbusmock/0.30.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/m4/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbusmock/0.30.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_spdx.f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_spdx_setscene.f8fad46fe8169c822452b79f21cfa69f781aba2c81428a72d9a072803b09d3ec not available\nNOTE: Running setscene task 779 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbusmock/0.30.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbusmock/0.30.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_create_spdx.7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_create_spdx_setscene.7a7c7e0dafee67df4160870aa824b482d77f6a291f1ff18a6be264a77806de1d not available\nNOTE: Running setscene task 780 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_qa.17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_qa_setscene.17af46dad03859966dac71436c1f393a0c8d27a009a36c4c2e87694a91dbc177 not available\nNOTE: Running setscene task 781 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_rpm.1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_rpm_setscene.1356cf1dbe29e20224f5c312ba304e571f1e2249793e32e7bb43fffa540a4d3a not available\nNOTE: Running setscene task 782 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_populate_lic.7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_populate_lic_setscene.7fa2bd636d79bee763db07ca64fa80c2c711fa1fdd85160e8e1f1db57b86e8a8 not available\nNOTE: Running setscene task 783 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liberror-perl/0.17029/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Considering setscene task: ['liberror-perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['liberror-perl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-hypothesis/6.92.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['liberror-perl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['liberror-perl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_recipe_qa.05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liberror-perl/0.17029.do_recipe_qa_setscene.05129a5cd83dd02444dfd7cad6ddd27df0bd5f7d163e4a94df2b6d617e2da922 not available\nNOTE: Running setscene task 786 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-hypothesis/6.92.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-hypothesis/6.92.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Considering setscene task: ['perl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-hypothesis/6.92.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_create_spdx.9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_create_spdx_setscene.9d7ea16ad37dafe2650741e0891cbaa080c5689bb26aa2043cdfc237231bf8ac not available\nNOTE: Running setscene task 788 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pkgconfig/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_runtime_spdx.83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_runtime_spdx_setscene.83ecd6b726160c4296ad219137ca1eb082737f56a12ab4df9eceb7bcb30d1195 not available\nNOTE: Running setscene task 789 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_qa.07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_qa_setscene.07d968e6ef27b1a449f1d44042a295db00415cb033a8386900533c8387e6823b not available\nNOTE: Running setscene task 790 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_rpm.91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_rpm_setscene.91b58c7286e35cd443e819792842d8f5a1ab78da919d6a2cda9a00c24603510f not available\nNOTE: Running setscene task 791 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_lic.7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_lic_setscene.7cc4e38ed3eb8f0b7613c5cca1a21bf683bad3b49a740996908e0543436411c0 not available\nNOTE: Running setscene task 792 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Considering setscene task: ['pkgconfig', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['pkgconfig', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pkgconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_recipe_qa.20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_recipe_qa_setscene.20b6455b06e85fc3c5d8ddd6e8d6ddefec7fc4e0fb05a954f64a5a79fdf7ed2b not available\nNOTE: Running setscene task 795 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_create_runtime_spdx.00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_create_runtime_spdx_setscene.00458d363a40ede27846f196c1c2c65ec254d853e37ba55fac899023d0c90ac5 not available\nNOTE: Running setscene task 796 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniconfig/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_package_qa.fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_package_qa_setscene.fd3f0dd8d6689ef8ca42a03f6d96650b2ad18dee6e611264318c56551ec818e9 not available\nNOTE: Running setscene task 797 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_package_write_rpm.f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_package_write_rpm_setscene.f68ca2cfaa21beca748d8d723644d97554e1002aec1808e957bd6c5e6d0e8279 not available\nNOTE: Running setscene task 798 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_populate_lic.64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_populate_lic_setscene.64990b981967395e33a6edd99a790cd6809de3cced50477f901f1d2451c1d3e8 not available\nNOTE: Running setscene task 799 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbus/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbusmock/0.30.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniconfig/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniconfig/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_packagedata.af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_packagedata_setscene.af4de31426e4b88b8e0d797ca0bacfc0de74da4705047dd25f31d2af738874ef.qemux86_64 not available\nNOTE: Running setscene task 800 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniconfig/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_packagedata.53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_packagedata_setscene.53f8cf34d6fb21c8383a1a09729196f886e06780c9ab01f2ef1e379b4d79100d.qemux86_64 not available\nNOTE: Running setscene task 801 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_create_runtime_spdx.55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_create_runtime_spdx_setscene.55363232375e27e03d62878bcc944312c58a35e4c1073f013e4c82c6048f0f34 not available\nNOTE: Running setscene task 802 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_package_qa.2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_package_qa_setscene.2415a1b45889d450474ec6dcc93afe0533e2114861ae650ec22dd25072f1a7fa not available\nNOTE: Running setscene task 803 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_package_write_rpm.32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_package_write_rpm_setscene.32a57ac0e230c2382cf35e50ecb2c44f6747317772334d71a55ebc69f8304ac1 not available\nNOTE: Running setscene task 804 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liberror-perl/0.17029/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_populate_lic.5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_populate_lic_setscene.5da53d5df6deb52d0ea42dd768021ef7dd73e55d0e77f8e3fcfcbfc6e8d1acd6 not available\nNOTE: Running setscene task 805 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniparse/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniparse/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-hypothesis/6.92.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniparse/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_create_runtime_spdx.aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_create_runtime_spdx_setscene.aa1ccaa7f6b058587ef7ce2ddc625cf2230acd6a6f8df7284827bf0cffd3d5a3 not available\nNOTE: Running setscene task 806 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniparse/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pkgconfig/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-jinja2/3.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_packagedata.2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_packagedata_setscene.2c155d54f75b42985e7ed355ee322ee5f8050f6abe848d4440d55adf8dc2a9e9.qemux86_64 not available\nNOTE: Running setscene task 807 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_package_qa.153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_package_qa_setscene.153e7377a0fc708b0480918554b909c01542b837cd34de93becc97a719f1ec4e not available\nNOTE: Running setscene task 808 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_package_write_rpm.a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_package_write_rpm_setscene.a1d44ee55998b7d9371e19f90091a8bb4298c287e95fdd0c7b06dc8266e54103 not available\nNOTE: Running setscene task 809 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_populate_lic.b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_populate_lic_setscene.b8bf996e717be966021fadf16e2354966800b65a8422e336812b5507b178789c not available\nNOTE: Running setscene task 810 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_create_runtime_spdx.142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_create_runtime_spdx_setscene.142f163ac346deafb196a5211489c5d8910a2c83de1c5227f0e6efd2a03c8b50 not available\nNOTE: Running setscene task 811 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_package_qa.89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_package_qa_setscene.89d7699075d18a551d1a31182de9d2be02794c390322c0bb8eced52d5224f7cf not available\nNOTE: Running setscene task 812 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-jinja2/3.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-jinja2/3.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-jinja2/3.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_package_write_rpm.7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_package_write_rpm_setscene.7647415899560c32547ef1378234af0951e3c2e8b7f44db54fea241ddeea41e9 not available\nNOTE: Running setscene task 813 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_populate_lic.e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_populate_lic_setscene.e9f5a2159317f9131a00e2a1ec43d604d7eec89e1a05f8e584a5de1e56b8abd5 not available\nNOTE: Running setscene task 814 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_create_runtime_spdx.82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_create_runtime_spdx_setscene.82939e54c532e81c025c81ef0b692c26eedf153a698324e4be935f1505f68d6a not available\nNOTE: Running setscene task 815 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbus/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbusmock/0.30.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markdown/3.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markdown/3.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markdown/3.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['python3-dbus', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-dbus', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-dbus', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_recipe_qa.419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_recipe_qa_setscene.419aa97299f2393e252bbe367944d36c4079679e5b1df2dc275d16481140bf75 not available\nNOTE: Running setscene task 818 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['python3-dbusmock', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['python3-dbusmock', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-dbusmock', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-dbusmock', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_recipe_qa.c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.30.2.do_recipe_qa_setscene.c456a0d8b51202ac22c5dd516b4cdfebc9b943e68ee540f09537a8d286f86f61 not available\nNOTE: Running setscene task 821 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markdown/3.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_package_qa.6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_package_qa_setscene.6f48d37de849c1094dd60a4ca2adb52ad7249e36d7d0ea95b28b4b70297c8c46 not available\nNOTE: Running setscene task 822 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_package_write_rpm.a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_package_write_rpm_setscene.a90a0dd543420327dbde37a1217c68a66cfb4eb98b67120de4698bbe3fd8f7a7 not available\nNOTE: Running setscene task 823 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_populate_lic.7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_populate_lic_setscene.7267bf0588bcd818d32b23e63abb6783a38312dbe334dde932d5cd823d9c383f not available\nNOTE: Running setscene task 824 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_runtime_spdx.5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_runtime_spdx_setscene.5d13016aca8587854a64df5a0db92850a63a97fb0677a9f722fe98c4e482aa4e not available\nNOTE: Running setscene task 825 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markupsafe/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_qa.c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_qa_setscene.c97085a16f41c14bfd679f86d20f9bc86130c502cfaeeda864e5d3b190d2d148 not available\nNOTE: Running setscene task 826 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-hypothesis/6.92.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markupsafe/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markupsafe/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Considering setscene task: ['python3-hypothesis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markupsafe/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-more-itertools/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-more-itertools/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['python3-hypothesis', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['python3-hypothesis', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-hypothesis', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_recipe_qa.f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.92.9.do_recipe_qa_setscene.f712a93ba7fa6e9bdf81e7e6fc38202666e0e8eeaf40c02b25d09ffa3c8c1e44 not available\nNOTE: Running setscene task 829 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_rpm.0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_rpm_setscene.0b2219ea282268a3b4947da1f123feeda3a0082920748029f74baf50aecc4d0b not available\nNOTE: Running setscene task 830 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_populate_lic.38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_populate_lic_setscene.38449d5f3470f0e95ddac34b7184a6c63e09115f90bead72357d82ab2118a5e8 not available\nNOTE: Running setscene task 831 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_create_runtime_spdx.22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_create_runtime_spdx_setscene.22eecadaf9c043ade52cfbbb541ce09187223a5e54c654ed53e6b883b54781ad not available\nNOTE: Running setscene task 832 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_package_qa.feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_package_qa_setscene.feaa74393eaad24bea01e4127eb0f42c6350d80c132ef40fa0c46fca4989f802 not available\nNOTE: Running setscene task 833 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_package_write_rpm.62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_package_write_rpm_setscene.62405b022ac644b0aba9328b6f0d720815cae87d4f91c26ff2563b6fd836bf31 not available\nNOTE: Running setscene task 834 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-packaging/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-more-itertools/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-more-itertools/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_populate_lic.473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_populate_lic_setscene.473287929cee7435b5b409574e6b62794b00a25c0bf5d468390232d773614e3d not available\nNOTE: Running setscene task 835 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbusmock/0.30.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_runtime_spdx.b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_runtime_spdx_setscene.b45bd32b498db78ae2b414b09896e83158e1cc0398acb49c4be9c5ff57e55a46 not available\nNOTE: Running setscene task 836 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-packaging/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-packaging/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_qa.7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_qa_setscene.7cc69b86294955daf50b57c1239dc4d29aae62d41a7401ade9968f9a4ec18d64 not available\nNOTE: Running setscene task 837 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-packaging/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-dbus/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_rpm.5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_rpm_setscene.5d253c331ce8536b93a47bb4d348358a2c056798fbb7225d821f7b4d3855e4de not available\nNOTE: Running setscene task 838 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pathlib2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_populate_lic.8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_populate_lic_setscene.8abd451acffd9e1ea8110d66b603a5ad181c7fccc835e6d1a9893d50b1910707 not available\nNOTE: Running setscene task 839 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_create_runtime_spdx.960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_create_runtime_spdx_setscene.960ad68a8f4191ec9a9b7e8e1c0ca901c9c3956bd111a3bf1bede03ff2f127fb not available\nNOTE: Running setscene task 840 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_package_qa.d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_package_qa_setscene.d3db92f9ef33667340dae6b13255bc09cc7961c834e4ef384fe64e0b1ff8122e not available\nNOTE: Running setscene task 841 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_package_write_rpm.4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_package_write_rpm_setscene.4c1b4a5fe2ff762e7fb42f4f8ab3e145cf7f9a64354787c358747810c0f21017 not available\nNOTE: Running setscene task 842 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pathlib2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_populate_lic.98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_populate_lic_setscene.98f2dd0739958f157644d824788eb2500a8f76d7e4011ae170dc52de4e5332b4 not available\nNOTE: Running setscene task 843 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_create_runtime_spdx.0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_create_runtime_spdx_setscene.0446b5f77249fac8a768c4538b251cb2300fe30b5bb620177e875983e39ce387 not available\nNOTE: Running setscene task 844 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pathlib2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pathlib2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-hypothesis/6.92.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pluggy/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pluggy/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pluggy/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_package_qa.d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_package_qa_setscene.d03730d062010ed6d49566fff59d2b5b1947010e764b4b606e42cb22b7a7c21c not available\nNOTE: Running setscene task 845 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_package_write_rpm.c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_package_write_rpm_setscene.c298c649653df4e35ee540b636210a79c8cfdde5fc829ce9951f6fd4edce943f not available\nNOTE: Running setscene task 846 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_populate_lic.131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_populate_lic_setscene.131a3d8cbbdd9abecf4fe5424d0d36f30e7449c6e33155f4183e5a348dee1efc not available\nNOTE: Running setscene task 847 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pluggy/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_create_runtime_spdx.95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_create_runtime_spdx_setscene.95791ac50a8805b2a1966260e704c1431c9e2b7094bbf39760a6e47530a41c9b not available\nNOTE: Running setscene task 848 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_package_qa.cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_package_qa_setscene.cbf010090cbdf39d4a5e295ae18262aeba22fbb7b98b790d647cc113e8e3572b not available\nNOTE: Running setscene task 849 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_package_write_rpm.ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_package_write_rpm_setscene.ee28549b2f13d4a369fa1f6e64e0a713810612429a1072bff8aca30380cde2e5 not available\nNOTE: Running setscene task 850 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_populate_lic.c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_populate_lic_setscene.c7bd29cd442ec7aace260078cb68e887c3c1d26ce1328ddb1d2646be7534a6f7 not available\nNOTE: Running setscene task 851 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-py/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-py/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-py/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_create_runtime_spdx.2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_create_runtime_spdx_setscene.2e80fcc12c4a3ea15d6a183e924b6d4b327a848b6da53e388799dac2d1847e80 not available\nNOTE: Running setscene task 852 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-py/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_package_qa.b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_package_qa_setscene.b51c5a03a9c618a1a93e35b7bb27ebdd124525252ed7aa2f83bfacdb6e646e37 not available\nNOTE: Running setscene task 853 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pycairo/1.25.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_package_write_rpm.bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_package_write_rpm_setscene.bb48d53094d089ea052cd6ab3d13189747810b3167235f68b58e28a85fbde43f not available\nNOTE: Running setscene task 854 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_populate_lic.3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_populate_lic_setscene.3eb655053e624eb485c987baf16191c940eef9106fb8fc308e0c3f18d98b50b5 not available\nNOTE: Running setscene task 855 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pycairo/1.25.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pycairo/1.25.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_create_runtime_spdx.112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_create_runtime_spdx_setscene.112c4f03f69a328adf7786f13c4103723efe439da58a18e538ab8b9f5ac2a5f2 not available\nNOTE: Running setscene task 856 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_package_qa.58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_package_qa_setscene.58c01e1dce0b31c00fb3c2a22e833613d98eac9e68c6d332ed600ee0e68215f0 not available\nNOTE: Running setscene task 857 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pycairo/1.25.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_package_write_rpm.1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_package_write_rpm_setscene.1535f9424f445e2131ca26dcaba47e0ac9ac0883b6a65c68b886b80eda373de8 not available\nNOTE: Running setscene task 858 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygments/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_populate_lic.d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_populate_lic_setscene.d8f90391ad47f426ecce119a02dfa4555519d772d225b8767915d0eed826e9f8 not available\nNOTE: Running setscene task 859 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygments/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_runtime_spdx.911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_runtime_spdx_setscene.911a787ed0d67980dd52a75c48422f6c0c5a1d0bbd272afdbb1d7cd1fe0ad2f5 not available\nNOTE: Running setscene task 860 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygments/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygments/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_qa.b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_qa_setscene.b068123d696131ee81331e6da029167252989e0d114369be4ecfeba9bfb424a1 not available\nNOTE: Running setscene task 861 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_rpm.6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_rpm_setscene.6faa419ef6a0eec0adfd186e874561f8f516013cabb54cb270b76d3264de81bb not available\nNOTE: Running setscene task 862 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_lic.fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_lic_setscene.fbe2d142fded28213bbf5c627de540ebe217f281d33b23d2622d99e6d592e1b8 not available\nNOTE: Running setscene task 863 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygobject/3.46.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygobject/3.46.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_create_spdx.53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_create_spdx_setscene.53db2c55f5de50d6ea0a3546cb089f695ad676b946d664dceaed58a0f59a9813 not available\nNOTE: Running setscene task 864 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pytest/7.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygobject/3.46.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_runtime_spdx.5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_runtime_spdx_setscene.5c354fcd70b60bebfe333e68f77bb99a003f326c393d9865caaa96cddf18fd3f not available\nNOTE: Running setscene task 865 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pytest/7.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygobject/3.46.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pytest/7.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pytest/7.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-setuptools/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_spdx.ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_spdx_setscene.ea4a2f97741146eb34d45a58008db59976f060c2ec24698a85e6e551b18c5553 not available\nNOTE: Running setscene task 866 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-setuptools/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-setuptools/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_spdx.8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_spdx_setscene.8a458f8b9ab804f58b26b0b850f2543a6a0ee79765a64fc1b09963f6fcfef894 not available\nNOTE: Running setscene task 867 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_create_spdx.bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_create_spdx_setscene.bef697b95171900614d844b7aa0903cfeb4c644d432e5c6a22c14ac0a1400652 not available\nNOTE: Running setscene task 868 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_spdx.e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_spdx_setscene.e7af6710bbe69b4727d9ab6cb6d37e72a6e8df4b15a4402262987a280f09b01f not available\nNOTE: Running setscene task 869 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_create_spdx.9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_create_spdx_setscene.9c1fb659ce60d65290b1ca13e5f5e70ef23962eeb9717b698e70710a1799d8c2 not available\nNOTE: Running setscene task 870 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_spdx.c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_spdx_setscene.c4d00a2e59b1a01bf1f8bd5e3bbed76f6fc6373dd7144f6a15aa814f45890056 not available\nNOTE: Running setscene task 871 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_create_spdx.6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_create_spdx_setscene.6f8fd6d1916d43e36d3c04d0340042f578db8ca1d730a5181a61ae893e6b7e4f not available\nNOTE: Running setscene task 872 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_spdx.efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_spdx_setscene.efae0a988e8d2a72dc48ddcec8d427a889b3f9bcf13a1537f5a5228a54eb26b5 not available\nNOTE: Running setscene task 873 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_qa.0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_qa_setscene.0382d52e436e2d221ceb535332bac5e55927bc340514f5cc4c71fbbbff23d855 not available\nNOTE: Running setscene task 874 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-setuptools/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_rpm.f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_rpm_setscene.f10a05bb690975426dab76c701339ebc91eda16b894b8d4695a581ab446eb84b not available\nNOTE: Running setscene task 875 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-six/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-six/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-six/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_populate_lic.bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_populate_lic_setscene.bbf461b1431e3384d875444fd4baa88c7c83f20782babd225052bb21222490ff not available\nNOTE: Running setscene task 876 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-six/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_runtime_spdx.59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_runtime_spdx_setscene.59ba5aff12b89a07e057071373e09432c1e9cce93f92dab7c4510201cced2bb4 not available\nNOTE: Running setscene task 877 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_qa.0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_qa_setscene.0a8ff948f34d16be90db4cc77fb050da5fca1733cbf6b310ff369285b9304ae4 not available\nNOTE: Running setscene task 878 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_rpm.ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_rpm_setscene.ef58ea831e26e6805256768283eae34acacc73af0e891d4034d1e4f0d8a62d68 not available\nNOTE: Running setscene task 879 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-smartypants/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygobject/3.46.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_populate_lic.b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_populate_lic_setscene.b5d85644f9b1c4f189cf613ed5f71d7f2844712940547b445bdbb4e3c38bb877 not available\nNOTE: Running setscene task 880 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniconfig/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-packaging/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_create_spdx.ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_create_spdx_setscene.ed6ed74db79f95bcf476b9ce49a48276275a3402fbb2f21ae0e908244f37f7d9 not available\nNOTE: Running setscene task 881 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-atomicwrites/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-attrs/23.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pathlib2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-py/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pluggy/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-smartypants/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_packagedata.03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_packagedata_setscene.03bb633a082c27beb076d8876679d73849b8d19e1a4a1e492ce3935d07944176.qemux86_64 not available\nNOTE: Running setscene task 882 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_packagedata.b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_packagedata_setscene.b03c86f56a2f3ed15b0bc91d33e20118ab72750914f8e8d26205b096fe92d7eb.qemux86_64 not available\nNOTE: Running setscene task 883 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_packagedata.ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_packagedata_setscene.ebbfc8b6408bce66f017eef47cd8c697a242a56b9d2c8e341a74224ed0ed0b7a.qemux86_64 not available\nNOTE: Running setscene task 884 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_packagedata.de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_packagedata_setscene.de03991d4bddeb9929663c0140ac0f093852a17aee70296eab0ebe20c75817e8.qemux86_64 not available\nNOTE: Running setscene task 885 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_packagedata.67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_packagedata_setscene.67059c7f6ec0de109c73a365e661824bb0edd2a3e356a1ee448ca1e315093a57.qemux86_64 not available\nNOTE: Running setscene task 886 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_packagedata.6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_packagedata_setscene.6d45a5b4746dcd470507596b25dd1311a19ab04627bb918e0107a6a9d3156961.qemux86_64 not available\nNOTE: Running setscene task 887 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_packagedata.40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_packagedata_setscene.40fc4a89a348c0e250bb7cae6960f273709b74fdfed6525938b8cb5577459a5f.qemux86_64 not available\nNOTE: Running setscene task 888 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_packagedata.c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_packagedata_setscene.c9c8902844deb7b8a362ae3de09a9490782bb60e3c4afa5ac134e9900c5c0dd8.qemux86_64 not available\nNOTE: Running setscene task 889 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_packagedata.704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_packagedata_setscene.704dad6f215a0494e111e51ba189fde3e09464a9bc8d0e4b17dfc5355c281d06.qemux86_64 not available\nNOTE: Running setscene task 890 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-smartypants/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-smartypants/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_runtime_spdx.c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_runtime_spdx_setscene.c6b372be3588c96610deaac0292052d093f4655727fc9b40f58d330f91c6769e not available\nNOTE: Running setscene task 891 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-sortedcontainers/2.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-sortedcontainers/2.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-sortedcontainers/2.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_spdx.9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_spdx_setscene.9e9cff565b082abded152997218f7237f5b842f2622baaa848f8fc78e73e5cf1 not available\nNOTE: Running setscene task 892 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_qa.39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_qa_setscene.39232b33171cea6856f195c21f3d6a49e6a1efac316068ae6f7ec31662435ce2 not available\nNOTE: Running setscene task 893 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_rpm.5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_rpm_setscene.5b9ddbd2d6dd96a4f929b3bd9446247bf7953e54a2534b552d4df1f3eea24411 not available\nNOTE: Running setscene task 894 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_populate_lic.12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_populate_lic_setscene.12fae222c9d5935aebf2b8d5da39110a4058ee2123adee2bc01ec7e7957ebaa7 not available\nNOTE: Running setscene task 895 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-sortedcontainers/2.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_runtime_spdx.600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_runtime_spdx_setscene.600d495fa025542dc07e54f38045811cd2c37135962e473d6e306ee635ef49c0 not available\nNOTE: Running setscene task 896 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pycairo/1.25.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_qa.167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_qa_setscene.167f359b6fc3ef9c048d76e1a8b9f8fb0ddc6f270e26e343c1c7c0dd6635438b not available\nNOTE: Running setscene task 897 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniconfig/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-packaging/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-atomicwrites/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-attrs/23.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pathlib2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-py/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['python3-atomicwrites', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pluggy/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-atomicwrites', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-atomicwrites', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-atomicwrites', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_recipe_qa.73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_recipe_qa_setscene.73694d4933ed6249f01a2cb847442fecd0b0db82e953a023eb5e5980d8894589 not available\nNOTE: Running setscene task 900 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['python3-attrs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['python3-attrs', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-attrs', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-attrs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_recipe_qa.009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_recipe_qa_setscene.009b65ad2e7e67e74d178d3a0fbede8f4cfd613873aff5a0303962f3bf78af3d not available\nNOTE: Running setscene task 903 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['python3-importlib-metadata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['python3-importlib-metadata', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygobject/3.46.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-importlib-metadata', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-importlib-metadata', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_recipe_qa.88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.0.1.do_recipe_qa_setscene.88753a1ee7018c674ad5d92aa60f114a639441149598772f05a1c8dc737c7eb4 not available\nNOTE: Running setscene task 906 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Considering setscene task: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb (full)\nDEBUG: Considering setscene task: ['python3-iniconfig', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Considering setscene task: ['python3-iniconfig', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-iniconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_recipe_qa.a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_recipe_qa_setscene.a2ccd60ef10388bd506b50dcf1825e3d3dbf40e538aa3e9b775f38e685032195 not available\nNOTE: Running setscene task 909 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-toml/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['python3-packaging', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Considering setscene task: ['python3-packaging', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['python3-packaging', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-packaging', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_recipe_qa.ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-packaging/23.2.do_recipe_qa_setscene.ac3cb7a7756a6db0c6c3bdf11296235ececce7bc32ab9d23f803e4bbf36e7597 not available\nNOTE: Running setscene task 912 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb (full)\nDEBUG: Considering setscene task: ['python3-pathlib2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Considering setscene task: ['python3-pathlib2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['python3-pathlib2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pathlib2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_recipe_qa.b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_recipe_qa_setscene.b283dc932f744bd4c1ad3e58f1c048ac290866f94c2c3799dbfc167e9d617729 not available\nNOTE: Running setscene task 915 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-sortedcontainers/2.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-toml/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-pluggy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-toml/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-pluggy', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Considering setscene task: ['python3-pluggy', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pluggy', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_recipe_qa.bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.3.0.do_recipe_qa_setscene.bfb88df828eafaf51bf53ec8740c1ddfbc5b286b02698461068ddef79bcfb12e not available\nNOTE: Running setscene task 918 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Considering setscene task: ['python3-py', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Considering setscene task: ['python3-py', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Considering setscene task: ['python3-py', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-py', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_recipe_qa.88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_recipe_qa_setscene.88c0f7b4a92a2c6f7f0e4ab2b447b63197ab85606aa954fec423d85630d5b071 not available\nNOTE: Running setscene task 921 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-toml/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Considering setscene task: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_packagedata.01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_packagedata_setscene.01be3364199625f172c697bc4bc91e72ae6054e706c09acb9524955d4058e41e.qemux86_64 not available\nNOTE: Running setscene task 923 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-typogrify/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['python3-pygobject', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb (full)\nDEBUG: Considering setscene task: ['python3-pygobject', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pygobject', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_recipe_qa.2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.46.0.do_recipe_qa_setscene.2cc9c53fb39041fdd4006c17b456e9b001028fe42f22e5e76272872891af6001 not available\nNOTE: Running setscene task 926 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_spdx.34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_spdx_setscene.34d3a195f25500f4582999b8fe7985ce7f82555f39fd842060041cd891028be2 not available\nNOTE: Running setscene task 927 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_packagedata.83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_packagedata_setscene.83f6bc3815eb54bbec34f9d1327cea0152a2a98a0482b10cdf82e1a609d2223b.qemux86_64 not available\nNOTE: Running setscene task 928 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_rpm.f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_rpm_setscene.f51173f0c5c5f70ca4f9a89e9a9b0cd767fecc87ada3e9df764322eddb191c2c not available\nNOTE: Running setscene task 929 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_populate_lic.807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_populate_lic_setscene.807cb1852baa42d6adcdcc06a1bd75c82136d38108134433e8d25ca61a5b291e not available\nNOTE: Running setscene task 930 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_create_runtime_spdx.4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_create_runtime_spdx_setscene.4f41f7e5041fcd0faec71c0e2c3db10ae6bf03c34bfd2b0e916815d07ac6e317 not available\nNOTE: Running setscene task 931 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-typogrify/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_package_qa.a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_package_qa_setscene.a9cebcc08a35a960640eb345046b62d8ca87035f978ee664bfef774d6bdd29e5 not available\nNOTE: Running setscene task 932 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-atomicwrites/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-attrs/23.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_package_write_rpm.752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_package_write_rpm_setscene.752d0c01515553e9398bd5eb2f972349aed4ee03e033a4e49c81968da592f4c3 not available\nNOTE: Running setscene task 933 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniconfig/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_populate_lic.a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_populate_lic_setscene.a015482cf5ec7f68606927a7b3347dd3f325bd54255b58b9200d08f5a83bced8 not available\nNOTE: Running setscene task 934 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-packaging/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_create_runtime_spdx.f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_create_runtime_spdx_setscene.f152c9e2d8a42526f88013976e617722d9e062c4ba08d50a675a528bb07a11c8 not available\nNOTE: Running setscene task 935 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_package_qa.fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_package_qa_setscene.fdef238a1fccfcd9f75ed171cd5b37c4d4f4f193605e5d5ceb9b224f17fc6b56 not available\nNOTE: Running setscene task 936 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pathlib2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_package_write_rpm.9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_package_write_rpm_setscene.9aa3bb07e38e4182b1f7204ce93c038a79b8a93f238af7b33761f16b0a8f02f0 not available\nNOTE: Running setscene task 937 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pluggy/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_populate_lic.7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_populate_lic_setscene.7030620703343749c64a684cb08efb96d90f95509bbae03e892a0ebd9d1728fe not available\nNOTE: Running setscene task 938 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-py/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pycairo/1.25.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_create_runtime_spdx.8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_create_runtime_spdx_setscene.8e7083b57a8500dfabd87aeceaf6f0b1419ac6b42d25c4a65dcbc728087ae15c not available\nNOTE: Running setscene task 939 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-sortedcontainers/2.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-typogrify/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_package_qa.ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_package_qa_setscene.ed782b85177a10251ee5dc7a94be4391f54bb58cbd06344496957de487e99dd0 not available\nNOTE: Running setscene task 940 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-smartypants/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-typogrify/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygobject/3.46.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-pycairo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-pycairo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pycairo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_recipe_qa.f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.25.1.do_recipe_qa_setscene.f9e91b67cab334c80ab9329bba95cddf3e9d323bd683840b891ecaa35720c225 not available\nNOTE: Running setscene task 943 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_packagedata.0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_packagedata_setscene.0ce09f3f53da30f47c1ef5aed7e1f433c56c98d74779b1489e4c508e2763bba5.qemux86_64 not available\nNOTE: Running setscene task 944 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['python3-sortedcontainers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['python3-sortedcontainers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-sortedcontainers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-sortedcontainers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_recipe_qa.fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_recipe_qa_setscene.fafdacfba930a18a701a9179fabb5f422a8dfb09805601e59dd5fe644d59aa3d not available\nNOTE: Running setscene task 947 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_package_write_rpm.824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_package_write_rpm_setscene.824b920e4c0eef656e3619036234015c3932a446f1e240e36eb3e42a1ebc7782 not available\nNOTE: Running setscene task 948 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_populate_lic.f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_populate_lic_setscene.f9f73ad63953253fb99776e18686117d6f82ff111ca73a116d231166106d7495 not available\nNOTE: Running setscene task 949 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_create_runtime_spdx.b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_create_runtime_spdx_setscene.b54c927ee6d779e38a6b430aa48f7dff19c6dc166b2a9addf912d1421744d54a not available\nNOTE: Running setscene task 950 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_package_qa.06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_package_qa_setscene.06f5695b359818b355ca877fa0a7ace4e91c775a2181e6c5482a6e51b3139b24 not available\nNOTE: Running setscene task 951 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_package_write_rpm.3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_package_write_rpm_setscene.3fbf13f97db9fb6b859f8c0550efc5b6f8ec3ab67e314f146cffca8f503b86ab not available\nNOTE: Running setscene task 952 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_populate_lic.391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_populate_lic_setscene.391f28bdf5f12306a4fd4fb96c88d6a83da30f527613690e4610ff3ff1b4dd88 not available\nNOTE: Running setscene task 953 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['qemu-helper-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_create_spdx.85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_create_spdx_setscene.85d8bfd7ddce85e82ca240d3b40696e21989afb61c83847d0a63632819f33acf not available\nNOTE: Running setscene task 955 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_create_spdx.5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_create_spdx_setscene.5b7026f5a2351dbe2af2cfbd67d42680c275290661c9cf69ca40d4eb952e5090 not available\nNOTE: Running setscene task 956 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_create_spdx.10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_create_spdx_setscene.10496c87e14f49623a1c1976a53f6621ccb29eb8b2b947790c6adb6369e497ef not available\nNOTE: Running setscene task 957 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-zipp/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['qemu-helper-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb']\nDEBUG:   considering dependency: ['qemu-helper-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb']\nDEBUG:   considering dependency: ['qemu-helper-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb']\nDEBUG:   considering dependency: ['qemu-helper-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb']\nDEBUG:   considering dependency: ['qemu-helper-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['qemu-helper-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_recipe_qa.c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_recipe_qa_setscene.c4a2f0e82c0639608bffb744e76858721c95b4aef4afe4254752c277fe2ac589 not available\nNOTE: Running setscene task 958 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_create_runtime_spdx.353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_create_runtime_spdx_setscene.353ab27840c6f0bbebdff7f42e3125614dbb9d5fbba076d8ed257695d2fa521b not available\nNOTE: Running setscene task 959 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:5: including qemu-native.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:1: including qemu.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-zipp/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_create_spdx.3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_create_spdx_setscene.3e79d63d229e2b93ad62b230abf9c2deaf094da22ac849c15224d3d9ced4cb72 not available\nNOTE: Running setscene task 960 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-smartypants/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:3)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pycairo/1.25.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-zipp/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-zipp/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-sortedcontainers/2.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['python3-smartypants', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-smartypants', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-smartypants', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-smartypants', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-smartypants', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-smartypants', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['python3-smartypants', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['python3-smartypants', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-smartypants', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-smartypants', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_recipe_qa.e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_recipe_qa_setscene.e60f8c7bb415f30244b33d1fed2cdba3e19c6695808bada26d5d0b7412ae0422 not available\nNOTE: Running setscene task 963 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_create_spdx.dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_create_spdx_setscene.dc420cfb725d47dab1ccf3c4a815ebd15d0e17aa96c0081983dc1a82a0739d00 not available\nNOTE: Running setscene task 964 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_populate_lic.8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_populate_lic_setscene.8c9f567c10de9b053c34d659ad775bee6b54184553c14914e0dc52e46b588e27 not available\nNOTE: Running setscene task 965 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_populate_sysroot.baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_populate_sysroot_setscene.baf730e130a9e29863662a126ebda32ad79ed7da3ed5383586c3bdc14cd62c54 not available\nNOTE: Running setscene task 966 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_runtime_spdx.a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_runtime_spdx_setscene.a752f7f95a161004dfc5d8fd2b01462ef415bb45104c52ddd6c77e5fc4d7ccf3 not available\nNOTE: Running setscene task 967 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_qa.d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_qa_setscene.d068e65003ec7ec6bea259377f59939d6a688f7704fc6a89150e80f16718fc9d not available\nNOTE: Running setscene task 968 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:5: including qemu-native.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:1: including qemu.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:3: including qemu-native.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:1: including qemu.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-helper-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_rpm.679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_rpm_setscene.679044538eeab657d65bdeae46a130dfcbe824b8051422fb9dde1cba60c27c64 not available\nNOTE: Running setscene task 969 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pytest/7.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-native/8.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_packagedata.cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_packagedata_setscene.cc8e9e0c776c240756146c703fa31f4279d06a708826dc05b6028f9383c9d76d.qemux86_64 not available\nNOTE: Running setscene task 970 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_packagedata.ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_packagedata_setscene.ea62f7ae6355bd69d6b89a1d3ab29d7577ad4fc9f4bbac31f4531a2577568713.qemux86_64 not available\nNOTE: Running setscene task 971 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_lic.2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_lic_setscene.2c0cad2618766e8712f6d3e744d36f14b058e95464228a4b83425ddc570d4e2a not available\nNOTE: Running setscene task 972 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_packagedata.fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_packagedata_setscene.fff751a88a4a6004ce991f90b63f7951484e09453c55d893ffacbaa6c9013416.qemux86_64 not available\nNOTE: Running setscene task 973 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_sysroot.e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_sysroot_setscene.e003370c68b29523f47c9da29bd9c8f9c5497375134d7b21c6711a7cb7d94e98 not available\nNOTE: Running setscene task 974 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_create_runtime_spdx.da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_create_runtime_spdx_setscene.da086cf271a556cdbdca7b8f233e879ac5475b8bb057dbdfcd2c3af3fdae6ee6 not available\nNOTE: Running setscene task 975 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_populate_lic.430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_populate_lic_setscene.430ac531bb60d677cef13a9774956e6bbed39fc6bffb4d2a709ee0fd1c40c0ac not available\nNOTE: Running setscene task 976 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-more-itertools/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-native/8.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:1: including quilt.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-system-native/8.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:1: including quilt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/qemuwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-smartypants/2.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/qemuwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:2)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_packagedata.e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_packagedata_setscene.e07e3e2d469bb0128ede0eab523beab9c47a69089a8bf3a41c2990237561dfb7.qemux86_64 not available\nNOTE: Running setscene task 977 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_packagedata_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-zipp/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['qemu-system-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_packagedata.c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_packagedata_setscene.c83f29e435adc57e219683693df00351028844d61a672faab18d1e3c5d7ede08.qemux86_64 not available\nNOTE: Running setscene task 979 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['qemu-system-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_recipe_qa.19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-system-native/8.2.0.do_recipe_qa_setscene.19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b not available\nNOTE: Running setscene task 980 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_create_runtime_spdx.ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_create_runtime_spdx_setscene.ae67ab1cc067f4a66f4388793c99cdf804736c743991a9da97e052f288f0164f not available\nNOTE: Running setscene task 981 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_package_qa.5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_package_qa_setscene.5d2ce8797d18ac0e4538d71063a46a6d8ad7427e9a3cd71bbf97f3c6a19fdcdb not available\nNOTE: Running setscene task 982 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_package_write_rpm.590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_package_write_rpm_setscene.590f8498bb45f62816778526ae3c402a3e59a2beb9c22c93e4f540ba547bef14 not available\nNOTE: Running setscene task 983 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_populate_lic.830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_populate_lic_setscene.830eb3ad388b3c4b47b11aaefc4cdc8cd5b547f0d59c7d7cbca30142b48341bf not available\nNOTE: Running setscene task 984 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_create_runtime_spdx.15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_create_runtime_spdx_setscene.15d8574238a959821fa13e55ce941bd8da08101593dbea07209efe5e26baf891 not available\nNOTE: Running setscene task 985 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:3: including qemu-native.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:1: including qemu.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:1: including quilt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:1: including quilt.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:1: including quilt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:1: including quilt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/qemuwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:2)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:2)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_qa.3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_qa_setscene.3abb6eb92d2363408ac03c94265c7db0e6e8433bb2d2fc03ec09af61fca82b78 not available\nNOTE: Running setscene task 986 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pytest/7.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/qemuwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/quilt-native/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/qemuwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-pytest', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/quilt-native/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['python3-pytest', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['python3-pytest', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pytest', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_recipe_qa.500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pytest/7.4.4.do_recipe_qa_setscene.500570a853a81964af8cc57776b7922cbe614dedfd5653371e1caa8d9944098d not available\nNOTE: Running setscene task 989 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['python3-unittest-automake-output', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-unittest-automake-output', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-unittest-automake-output', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-unittest-automake-output', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_recipe_qa.0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.1.do_recipe_qa_setscene.0a17a846ec82f5aa14c429e081fd9f33802688db2331ec37c9887113ed2820d2 not available\nNOTE: Running setscene task 992 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_create_spdx.1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_create_spdx_setscene.1ee146d07b3f60fba2c2e080cf35ff0a90c454fddb731895da0a1693208f69c3 not available\nNOTE: Running setscene task 993 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_rpm.ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_package_write_rpm_setscene.ecfd924542df76cbe4ad4f5d3e173237f541e78e475395c86494eea74b187e52 not available\nNOTE: Running setscene task 994 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['python3-wcwidth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Considering setscene task: ['python3-wcwidth', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['python3-wcwidth', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-wcwidth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_recipe_qa.95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.12.do_recipe_qa_setscene.95e6dbd2dc8ae09b6f238283fd19c9845dd687bf1202b2db19e663a885c6df6b not available\nNOTE: Running setscene task 997 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:1: including quilt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_populate_lic.335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_populate_lic_setscene.335f4ca0fc616d57faeb91145869d025cb946b91c7c79ee0c7e0fa228036d535 not available\nNOTE: Running setscene task 998 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_runtime_spdx.25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_runtime_spdx_setscene.25d19be1a97b5c9aa63a4acea4bb3bfd5ac15173923596725ff1a793766f260e not available\nNOTE: Running setscene task 999 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-system-native/8.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-more-itertools/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-zipp/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['python3-more-itertools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quilt/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quilt/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-more-itertools', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-more-itertools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-more-itertools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_recipe_qa.8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.2.0.do_recipe_qa_setscene.8df180032e954fbcefad8a0bb93460525ef2dfba67d3eeb138f5741ba1d98a7f not available\nNOTE: Running setscene task 1002 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quilt/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpm/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quilt/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-zipp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['python3-zipp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_spdx.c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_spdx_setscene.c3471a076ba03e884022c2267617dbd040d53073fb4b82a0c5ba5905af90b678 not available\nNOTE: Running setscene task 1005 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_spdx.e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_spdx_setscene.e8c6bd399aaf2f5bdfa4e779d510e416e1fdf0cc7d695c7a024a334aca7a2dab not available\nNOTE: Running setscene task 1006 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_spdx.f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_spdx_setscene.f4d21b0e01e07a84f19b827d99d7c535cb6b2eafc3e9d583475683539e22c834 not available\nNOTE: Running setscene task 1007 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['python3-zipp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-zipp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_recipe_qa.12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-zipp/3.17.0.do_recipe_qa_setscene.12ab70db1450fbaa0ebfd4104d0866a87063a4c5d31d1468c352021f7bb1c51c not available\nNOTE: Running setscene task 1008 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_create_spdx.db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_create_spdx_setscene.db37874d923c7164c0b1997fb322ef88a905dbbc5a1762cd1ced20234d532c68 not available\nNOTE: Running setscene task 1009 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_qa.7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_qa_setscene.7efe86a925c68691bfb59feee67030b9ee5d7fd4fee63a0a52db8524cdff11b5 not available\nNOTE: Running setscene task 1010 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_rpm.5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_rpm_setscene.5f4c9d0c9fb38e130aff830bd4c4d050b26c6fb199b81d5e184a51bbbc37dec8 not available\nNOTE: Running setscene task 1011 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:1: including quilt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpm/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:2)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_populate_lic.242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_populate_lic_setscene.242a7e6d3df1e54528f89582a987ed7519b6fb75b19bcd105995533153504a01 not available\nNOTE: Running setscene task 1012 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/quilt-native/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pytest/7.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_create_runtime_spdx.3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_create_runtime_spdx_setscene.3b900a1d30a8d567f7b0944a5f2ff03c707fa7a512e0b435025b721a0a835fe0 not available\nNOTE: Running setscene task 1013 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/run-postinsts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpm/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_package_qa.0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_package_qa_setscene.0f124598d51d91d868d2cfe6d69986f762e0a6b9a67be2f17cab152194b836f4 not available\nNOTE: Running setscene task 1014 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_package_write_rpm.9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_package_write_rpm_setscene.9854e52714d408fd0f92ec74a4ac35be7fc71c5ce4adcea2fb8fb5e8cb586767 not available\nNOTE: Running setscene task 1015 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_populate_lic.cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_populate_lic_setscene.cee010d814ebff6c719e6d780ccd6592666ef05754c9a0b82d3234b25ec0a26c not available\nNOTE: Running setscene task 1016 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpm/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_create_runtime_spdx.3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_create_runtime_spdx_setscene.3f2e53cc95a1b9d247a118e0ef70b94578432d7c9f0d163a54dfbe6d886236e9 not available\nNOTE: Running setscene task 1017 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_package_qa.e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_package_qa_setscene.e512fdb09774da0eb01efde50b0a69a31b57a9d901e3b3a40e4e33fcd6c044e6 not available\nNOTE: Running setscene task 1018 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_package_write_rpm.3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_package_write_rpm_setscene.3c0fbdb028d9afdae00a773b7067b01a5e143cd3677fec05b0bb22d2cf7a13d3 not available\nNOTE: Running setscene task 1019 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:7: including rust-source.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:7: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:7: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/run-postinsts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/run-postinsts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/debugedit/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-more-itertools/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-zipp/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_populate_lic.b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_populate_lic_setscene.b61b83784a6d8f75558f916f6199bca1cc8a2b5ccec207cafd218c5b7f800ef4 not available\nNOTE: Running setscene task 1020 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/patch/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_create_runtime_spdx.2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_create_runtime_spdx_setscene.2713bc469837536081e7551383b53d5d40bef1dd245f284fc73b61d6c650d27f not available\nNOTE: Running setscene task 1021 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffstat/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:7: including rust-source.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quilt/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_packagedata.37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_packagedata_setscene.37c1bac88e1f6687e409297678af9017eee98aed4841aa6f6c8bd1378e2ba8dc.qemux86_64 not available\nNOTE: Running setscene task 1022 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/run-postinsts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_packagedata.9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_packagedata_setscene.9914baec31a1df0423c887b37ac31e419b6453a137b072e3a9bfd2c0fc9df751.qemux86_64 not available\nNOTE: Running setscene task 1023 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_packagedata.db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_packagedata_setscene.db794b5fc2d01dade1e1e9d8659f8e901baf9af446537c63133a981331204210.qemux86_64 not available\nNOTE: Running setscene task 1024 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_package_qa.d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_package_qa_setscene.d3a6c9e7d4e90d034b3148173b1b6340a839bbe99ce864e16dc0c5a31fa69b27 not available\nNOTE: Running setscene task 1025 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_packagedata.00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_packagedata_setscene.00e43135794005b24264864763681d97b723d51b65c242649848a5e6465965e4.qemux86_64 not available\nNOTE: Running setscene task 1026 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_package_write_rpm.fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_package_write_rpm_setscene.fce0327e6e0d87fc6e117c0301b16800c20ee7965dc757b9996cccad976df037 not available\nNOTE: Running setscene task 1027 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:1: including quilt.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_populate_lic.d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_populate_lic_setscene.d83e8a4b4880fd5fe5014186e7e5bd283a6f4aabe488dcca86b54f995a5e035c not available\nNOTE: Running setscene task 1028 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:2)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cargo/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_create_spdx.ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_create_spdx_setscene.ac15fb53e042608e652f3064ce5f70c2c3db96f68116d002bd5c0a9bdf815196 not available\nNOTE: Running setscene task 1029 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cargo/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cargo/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cargo/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_create_runtime_spdx.684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_create_runtime_spdx_setscene.684595041a64400ef2b55e3684c2fa3979a4a1d48897db4a307d2f61dc4fd287 not available\nNOTE: Running setscene task 1030 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_package_qa.ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_package_qa_setscene.ee93f92cd2e27f81c7fdc0e7813449afa938cf91507be334b69c408029940bdf not available\nNOTE: Running setscene task 1031 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_package_write_rpm.d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_package_write_rpm_setscene.d47dca621f0382ff6e621391036f41f7af51ec7f1afc912f489b9cb473af8dcd not available\nNOTE: Running setscene task 1032 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libstd-rs/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libstd-rs/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libstd-rs/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_populate_lic.6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_populate_lic_setscene.6658b99bf42db9aa4562c9f1c1b143081df8dc640a655b9c9ad647c5e7f4476b not available\nNOTE: Running setscene task 1033 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_create_runtime_spdx.d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_create_runtime_spdx_setscene.d2229c3277f84549994326731ca17f7030fb5877072960692d6318fb01ea7fd3 not available\nNOTE: Running setscene task 1034 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_package_qa.0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_package_qa_setscene.0c9fcacd410bb010632da139bcf9c4363f4c337e9749627694f6b3c8a4adf31c not available\nNOTE: Running setscene task 1035 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust-llvm/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libstd-rs/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/debugedit/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_package_write_rpm.a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_package_write_rpm_setscene.a6e4280433e09e363b72031b42df2939719160c591712c9d8c9af8718590e4dd not available\nNOTE: Running setscene task 1036 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/patch/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffstat/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust-llvm/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust-llvm/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quilt/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Considering setscene task: ['debugedit', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['debugedit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['debugedit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_recipe_qa.1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_recipe_qa_setscene.1fd88f63f5cc5c5b7ff97a47cc9e760b3acb500fdb84b419590d9f8d9affdab3 not available\nNOTE: Running setscene task 1039 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust-llvm/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['diffstat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['diffstat', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['diffstat', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['diffstat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_recipe_qa.ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_recipe_qa_setscene.ed80b251183c48febd8398ab596374eb093e3dcc474f09d6f79012b6fed84cc9 not available\nNOTE: Running setscene task 1042 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['patch', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb (full)\nDEBUG: Considering setscene task: ['patch', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Considering setscene task: ['patch', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['patch', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_recipe_qa.95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_recipe_qa_setscene.95da368e60b7ca31ce6285db1196cf3117416cd3e1f2db57a76c43b6f5dd49a0 not available\nNOTE: Running setscene task 1045 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:   considering dependency: ['quilt', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:   considering dependency: ['quilt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['quilt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Considering setscene task: ['quilt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['quilt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_recipe_qa.8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quilt/0.67.do_recipe_qa_setscene.8da500512a3093495a187dd2b34d966cf5c757b4dbdcd2afcd0ef255d4084c91 not available\nNOTE: Running setscene task 1048 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_populate_lic.89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_populate_lic_setscene.89b245032eba9c1df9f5a4d54ac673e812487e90079cb2207010781d4ed60799 not available\nNOTE: Running setscene task 1049 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_runtime_spdx.7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_runtime_spdx_setscene.7bcb8e72b72bddaf9b2b623cf14c464201e8fe3845fde7398d93b370fcf4b7e1 not available\nNOTE: Running setscene task 1050 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_qa.1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_qa_setscene.1344bdc98fcfccd11338d19da0ac4913051b6015c9f3bcd0d968637ddc4a2275 not available\nNOTE: Running setscene task 1051 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_rpm.a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_rpm_setscene.a908a7c969e6608e3ead991a3806f731a7570a755cb8de02af7c02c08e3aa1b0 not available\nNOTE: Running setscene task 1052 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:1: including quilt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cargo/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_packagedata.4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_packagedata_setscene.4adb92cf7783a0d84d37b60c37fdbed98ed03d75f9e76491629e59b7f03ca11b.qemux86_64 not available\nNOTE: Running setscene task 1053 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/strace/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/strace/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_populate_lic.594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_populate_lic_setscene.594b0b99c02029ad5c22bb5fc44179c11a0c55d68d8e54e3bdc787b2de920265 not available\nNOTE: Running setscene task 1054 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/strace/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_create_spdx.c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_create_spdx_setscene.c744811289439687e7085e1d0366153f766b412ccefd53fd58081e180e9ca8ef not available\nNOTE: Running setscene task 1055 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_create_spdx.c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_create_spdx_setscene.c41c455845a0b36292631c1dc73572fa27e07d6bdf0d23f8edbc73d7d4099d6f not available\nNOTE: Running setscene task 1056 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_create_runtime_spdx.3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_create_runtime_spdx_setscene.3ea5bfb1192daf5a769876f2c8ad4e834264e26066b33c95f573c915c0d57524 not available\nNOTE: Running setscene task 1057 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_package_qa.e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_package_qa_setscene.e2c82abc42a9820e20540bb487c4f8c1ca9a5f509a6340b854d0ab9780e18551 not available\nNOTE: Running setscene task 1058 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_package_write_rpm.03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_package_write_rpm_setscene.03fdb4563a5bbf90a2949bce54450a13a09554967206a872edc44204e3353bac not available\nNOTE: Running setscene task 1059 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/debugedit/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_populate_lic.4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_populate_lic_setscene.4421b01cbc844467d1ba050a8c7a5c11c7e9f428acc380a940ed290110de4972 not available\nNOTE: Running setscene task 1060 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/patch/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffstat/1.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_create_runtime_spdx.c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_create_runtime_spdx_setscene.c5dd16d0080793dbebaf1b3705f481697711fcc1c2d61ee6aef2fcace31c4e6c not available\nNOTE: Running setscene task 1061 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcf-agent/1.8.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcf-agent/1.8.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcf-agent/1.8.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quilt/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/strace/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_spdx.72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_spdx_setscene.72d98ea3be0a99cc8bda07751f97e7d4743b870315b1e7ee2d0f11323d5020ab not available\nNOTE: Running setscene task 1062 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_package_qa.2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_package_qa_setscene.2c7144fd131cc44f2764f409a27d6d24cb27d349831092c45654e5eb1ed7170c not available\nNOTE: Running setscene task 1063 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_package_write_rpm.c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_package_write_rpm_setscene.c2fc7f5d151dc8a794e82089ebc8da84adeb6f8cf4192e23abae9d9ea0ef02dd not available\nNOTE: Running setscene task 1064 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_populate_lic.1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_populate_lic_setscene.1fecceceb0ae0d68ac27d1385e861f5fa2ec4fe55d491c5f974a3b8d21ba0b92 not available\nNOTE: Running setscene task 1065 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_create_runtime_spdx.c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_create_runtime_spdx_setscene.c7640f09fee1ad9dc3ede49e64fb2ebef2776a17d0fd152bdc04001aab0299ce not available\nNOTE: Running setscene task 1066 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_package_qa.59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_package_qa_setscene.59007d41d6f963da4a16ed8deadc095b64f12bd51af20f6f58a410aca2dd25ef not available\nNOTE: Running setscene task 1067 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_package_write_rpm.573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_package_write_rpm_setscene.573ee567f181dbe45f0a44e6404353ebff1ba587c705fb96c24f1c68af47e966 not available\nNOTE: Running setscene task 1068 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cargo/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcf-agent/1.8.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_populate_lic.db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_populate_lic_setscene.db24d27a305a60ea62958e711b88f864124725c3198439d456e0b468255fb815 not available\nNOTE: Running setscene task 1069 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Considering setscene task: ['cargo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['cargo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['cargo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_recipe_qa.61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cargo/1.74.1.do_recipe_qa_setscene.61261f758da82649107c865ac74831105a15e850dc121944681ab58d621d84ae not available\nNOTE: Running setscene task 1072 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/strace/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcl/8.6.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcl/8.6.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcl/8.6.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_packagedata.b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_packagedata_setscene.b45cf8ceed2be7efd3a98bfbca7de49aff2061c8397154ab1a73cf420b4cf4d8.qemux86_64 not available\nNOTE: Running setscene task 1073 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_runtime_spdx.2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_runtime_spdx_setscene.2198572212b37fc33131dcdb1fba10db723f1d3009f4d0f7e043524179612a55 not available\nNOTE: Running setscene task 1074 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_create_spdx.6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_create_spdx_setscene.6142cb2084ced8b7f24af980f8af57ca8cf1b7d80b9c26ec3a0d595f56d549a7 not available\nNOTE: Running setscene task 1075 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_packagedata.2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_packagedata_setscene.2629a99ce870f6f9b5aadf745f8fd50742f9669fd2f28ec450fbe68e1cf53559.qemux86_64 not available\nNOTE: Running setscene task 1076 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_qa.6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_qa_setscene.6a6c42af0d3e11c9d77b2603e57f05995e26b4eb09accd9c550c8db91e317e25 not available\nNOTE: Running setscene task 1077 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcl/8.6.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:1: including bash.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:1: including bash.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vala/0.56.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_rpm.dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_rpm_setscene.dcf7890b9568209da45ccd0cbf1558f466f3c1f3b895d330a3b9888ef3c9c4dc not available\nNOTE: Running setscene task 1078 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcf-agent/1.8.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vala/0.56.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vala/0.56.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:1: including bash.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_packagedata.137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_packagedata_setscene.137ae79095883f8cf2219db4a104e99289bab0b0b4d4a94d2c822f0b98e7045e.qemux86_64 not available\nNOTE: Running setscene task 1079 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vala/0.56.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_populate_lic.e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_populate_lic_setscene.e42e1cfe48aa9e3d9bc3ecb68f222e3b2355d6eea1cc1b8b3ef34cc26d462ea3 not available\nNOTE: Running setscene task 1080 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_runtime_spdx.21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_runtime_spdx_setscene.21a96e4c9ab9ec83b073921a052121b1ff6a856e45ec4a18848d622e6c2953d0 not available\nNOTE: Running setscene task 1081 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_qa.f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_qa_setscene.f09c17151f4f019a10c76ccbce304767881b14f32762c2c818b07e012f922116 not available\nNOTE: Running setscene task 1082 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/valgrind/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/valgrind/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/valgrind/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:1: including bash.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_create_spdx.3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_create_spdx_setscene.3e2b4cee60fffbd71002b85636d0af6339ad0ebbc91dd40c4f6339e90b0372e7 not available\nNOTE: Running setscene task 1083 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_rpm.cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_rpm_setscene.cdee7a83e531abcd4d2152cf21d8123222374cd3ccaaf2fafd1c1ec17d0ef04f not available\nNOTE: Running setscene task 1084 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_populate_lic.7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_populate_lic_setscene.7b88ce9205d9df35e0367abf413f043af3caace2df9f2385b6922a693b9e65f6 not available\nNOTE: Running setscene task 1085 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_runtime_spdx.e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_runtime_spdx_setscene.e5b96541e2d10d93f7c694609311956991fa41abca3ca7b587cdc1abbf3fe148 not available\nNOTE: Running setscene task 1086 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/valgrind/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_qa.e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_qa_setscene.e8ee64a2f9c6c5f5f212300c450ddd5a1453f61631444b591361383d0f62c8f2 not available\nNOTE: Running setscene task 1087 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cargo/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust-llvm/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/strace/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_rpm.c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_rpm_setscene.c46825713b041a67d93dfb054751aeff4ca0bbf46d58aa717519a420627476f7 not available\nNOTE: Running setscene task 1088 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash/5.2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash/5.2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:   considering dependency: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:   considering dependency: ['strace', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:   considering dependency: ['strace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['strace', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Considering setscene task: ['strace', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['strace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_recipe_qa.081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/strace/6.6.do_recipe_qa_setscene.081bf026a55a07193292c41394e49990d0c0f22113fa4e03b83f1367f2baaf89 not available\nNOTE: Running setscene task 1091 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_populate_lic.ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_populate_lic_setscene.ddd80da9b118914f9a016c164b8e86a5b7440142d568e4ed04aae379e22da1e0 not available\nNOTE: Running setscene task 1092 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_runtime_spdx.a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_runtime_spdx_setscene.a82ceff392776af3420a09abbd11c933b0e6ae2f2fa0da13fe40a8de01100143 not available\nNOTE: Running setscene task 1093 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_qa.beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_qa_setscene.beb4f10168101b0692a8d08e00dcc60539c424b4cb1a9b60dba757aa3c267bc8 not available\nNOTE: Running setscene task 1094 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcf-agent/1.8.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash/5.2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:20)\nDEBUG: Considering setscene task: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_packagedata.617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_packagedata_setscene.617af22ef196ac18fc9c8fa44c4becf83bc2389cf8a069bb032c400246ef1770.qemux86_64 not available\nNOTE: Running setscene task 1096 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['rust', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Considering setscene task: ['rust', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['rust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_recipe_qa.867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust/1.74.1.do_recipe_qa_setscene.867dbcb3264c5497667f254db09d180faa2d0dfb8c85272695a4de20e3931c37 not available\nNOTE: Running setscene task 1099 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bc/1.07.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash/5.2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bc/1.07.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['tcf-agent', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb (full)\nDEBUG: Considering setscene task: ['tcf-agent', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['tcf-agent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_recipe_qa.5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_recipe_qa_setscene.5414997fed9dadfbd13259895fd679b71c329a2d1b0fbfeb522b14b98bbb4012 not available\nNOTE: Running setscene task 1102 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktool/4-7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/valgrind/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bc/1.07.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bc/1.07.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_spdx.d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_spdx_setscene.d216b39e27717381799876d1af505ce32e925d2ac98c1db5691f7f98c0abc1f5 not available\nNOTE: Running setscene task 1103 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_packagedata.00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_packagedata_setscene.00c860b47bf9bc7e19ac24ed2e0b00c821117e021fc3b2f7b3c8ec96ae4bc93c.qemux86_64 not available\nNOTE: Running setscene task 1104 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_rpm.02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_rpm_setscene.02cf6acfc9c9113ca20dc9ac31b62edba443df7a1ba20596919762b39d51087e not available\nNOTE: Running setscene task 1105 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_lic.7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_lic_setscene.7f3a826357b3099da689205df64d5f77772b7cda688e241387c9ac2a55359d8b not available\nNOTE: Running setscene task 1106 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_runtime_spdx.7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_runtime_spdx_setscene.7663559fbd29fe9cb0d52d94358f688e781e5f72cdf8eb8a28c138ed3b4b51a3 not available\nNOTE: Running setscene task 1107 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktool/4-7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_qa.008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_qa_setscene.008cc4dd4b11fdc97d25f7f7d2c2aae2812d3ccc877b3f9bb96d1e96e40c71b4 not available\nNOTE: Running setscene task 1108 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_rpm.0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_rpm_setscene.0f79b5ebb809f27ac6ad40958775f5ff667a1701bb37b6121790da4e79ff9bae not available\nNOTE: Running setscene task 1109 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_populate_lic.c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_populate_lic_setscene.c3b513b6ce6a512c7ed91e6251d531be30e6f5761bff3f9022d9eb371b3382fb not available\nNOTE: Running setscene task 1110 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:75)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktool/4-7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:75)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_create_runtime_spdx.e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_create_runtime_spdx_setscene.e2229bd74e6791de8344f6372d3f07564b990584348e5a89c7d5dab463bcd97f not available\nNOTE: Running setscene task 1111 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:75)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:75)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktool/4-7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/strace/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_package_qa.739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_package_qa_setscene.739578fefd5bcfde17d94429a7b80f85545a896fb81decc9e5ae0663c53d0a0f not available\nNOTE: Running setscene task 1112 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bzip2/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_package_write_rpm.41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_package_write_rpm_setscene.41cbbaee41d36838237394c35c55b7dbdfadc6d1382aca262677ebbb2997412a not available\nNOTE: Running setscene task 1113 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bzip2/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust-llvm/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_populate_lic.093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_populate_lic_setscene.093007d485e0d1a593aeb3763c4e71937154e92695dddbe7f867047a1d36b5d9 not available\nNOTE: Running setscene task 1114 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcf-agent/1.8.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Considering setscene task: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Considering setscene task: ['rust-llvm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['rust-llvm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['rust-llvm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_recipe_qa.a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rust-llvm/1.74.1.do_recipe_qa_setscene.a91deeac94101941561d20b7c0f2c7ef266f4720fc5b94e1d7ffd3bfd287a4cb not available\nNOTE: Running setscene task 1117 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_runtime_spdx.e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_runtime_spdx_setscene.e8b95de592c6fd5be9cffc6148263326226ecb50b1202e5ea57a87e3ebe2483b not available\nNOTE: Running setscene task 1118 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_qa.a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_qa_setscene.a46e6c057513beb6d8a0d82ab72aa933ec5772fe01cbafc6845cbcd99a27a23b not available\nNOTE: Running setscene task 1119 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktool/4-7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:4: including diffutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:4: including diffutils.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_rpm.1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_rpm_setscene.1acf2fb52228586cee4a1ed55750f220c4a0a04606d57b24214912102ab3803b not available\nNOTE: Running setscene task 1120 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/valgrind/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bzip2/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bzip2/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cpio/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:4: including diffutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Considering setscene task: ['valgrind', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['valgrind', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['valgrind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_recipe_qa.d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/valgrind/3.21.0.do_recipe_qa_setscene.d05cae4a1b3993481104f693732e874f1cdd29cef27fa266caff556bc0d48172 not available\nNOTE: Running setscene task 1123 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_packagedata.ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_packagedata_setscene.ccbd7ca25f090f3caa1f26030a9ede34af73c7e855bc205b65052391358b49cd.qemux86_64 not available\nNOTE: Running setscene task 1124 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_packagedata_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_populate_lic.c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_populate_lic_setscene.c7b23b70708f2c80a5ae3b4823d0970e2c7c298e759f5cbb383d9629fdf6bea7 not available\nNOTE: Running setscene task 1125 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_create_runtime_spdx.2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_create_runtime_spdx_setscene.2571eaaeebae89965daa56f17cd4b586311483b375f89d35d9b0c79a467a1368 not available\nNOTE: Running setscene task 1126 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_package_qa.6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_package_qa_setscene.6257f54b84679783cd8b06acbf28c051505a5c91ca126dddcadc1c9a46506b23 not available\nNOTE: Running setscene task 1127 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cpio/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cpio/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cpio/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:4: including diffutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:77)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_package_write_rpm.fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_package_write_rpm_setscene.fb4617f0678cc4cc9b943474325c9c56756237e038e2434a5e141984d75a8f24 not available\nNOTE: Running setscene task 1128 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:22)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_populate_lic.c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_populate_lic_setscene.c09b9ed46e3202bb627f68c820912490fb71eacfca31d86058fe877b77958153 not available\nNOTE: Running setscene task 1129 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_create_runtime_spdx.c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_create_runtime_spdx_setscene.c852c5834352ddf7180021353e0d75aa75714c062a469217dfaebaa077ccea63 not available\nNOTE: Running setscene task 1130 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cronie/1.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:1: including findutils.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_package_qa.e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_package_qa_setscene.e5290a436cfc2fc18438016fc213963cc87474986de16643c957532c2f2147c7 not available\nNOTE: Running setscene task 1131 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cronie/1.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cronie/1.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:1: including findutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_package_write_rpm.c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_package_write_rpm_setscene.c80d36d7c548915efe652efd3014447f257c7b76fa05d18487d97e05f148e6cc not available\nNOTE: Running setscene task 1132 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_populate_lic.0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_populate_lic_setscene.0817c05098d7076b8eb586324f9e6077ba2e5631589f0aaa21b35e538f7a73d9 not available\nNOTE: Running setscene task 1133 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cronie/1.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rust-llvm/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:1: including findutils.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:1: including findutils.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_runtime_spdx.90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_runtime_spdx_setscene.90e68f454a0eebafdb1a9cf0be155771b0c958b21ad550951bd9bae4a9aac5f9 not available\nNOTE: Running setscene task 1134 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffutils/3.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffutils/3.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_qa.c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_qa_setscene.c80b92394649f46f91ad21bb353f0fc0d01518e48032e2ae288e8fdbcb4c96ad not available\nNOTE: Running setscene task 1135 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_rpm.ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_rpm_setscene.ff13cd4fcabbe78fc1e865dc330e93180763dbb8327e4943d4aefd2316fc8023 not available\nNOTE: Running setscene task 1136 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_populate_lic.3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_populate_lic_setscene.3a99a24f366d8ba9fabf8b32ddf93583919a94e8eac25b3b163711e11d5c9d45 not available\nNOTE: Running setscene task 1137 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffutils/3.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:43)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ed/1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ed/1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktool/4-7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_runtime_spdx.b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_runtime_spdx_setscene.b891ef46234f465d4924693aee2c7f25385c974fbded22a3758c0bff0c470c32 not available\nNOTE: Running setscene task 1138 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:43)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:43)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:43)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/valgrind/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ed/1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffutils/3.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ed/1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['blktool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['blktool', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['blktool', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['blktool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['blktool', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['blktool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['blktool', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['blktool', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['blktool', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['blktool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['blktool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_recipe_qa.14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_recipe_qa_setscene.14e4ea4aa0c6c124e6cc9de32818ac9c241d7e54d89b2bd8c287cf73bfffec1e not available\nNOTE: Running setscene task 1141 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_create_spdx.5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_create_spdx_setscene.5627ce666308e9971d6da8e44d5474027328ac53a1b24197ef2752c7dd56ba21 not available\nNOTE: Running setscene task 1142 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_qa.b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_qa_setscene.b3d04a68fb3ce34bc3292bb4097557e5adbc0f9eb52db508243e6ae751951a06 not available\nNOTE: Running setscene task 1143 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_rpm.75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_rpm_setscene.75b4ff91050eb220e1d4cd85e6b4e21e2cea019f0cd613eed09955155ea13e94 not available\nNOTE: Running setscene task 1144 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_populate_lic.1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_populate_lic_setscene.1ba659fea42b7c1270ab94dc385ac634789a5df99b7821d6aa40631d03fd997a not available\nNOTE: Running setscene task 1145 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_runtime_spdx.42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_runtime_spdx_setscene.42a23b58cfbdc3fddf70496bd783e1b27eeb3caa4813a22f005a13d452e5094f not available\nNOTE: Running setscene task 1146 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_qa.2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_qa_setscene.2b8384044fd9c1ad998fe62e8c8b782d2e6b2dc11a3135d6c3ee5135065f2d13 not available\nNOTE: Running setscene task 1147 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/findutils/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_rpm.50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_rpm_setscene.50d672df14d9aa15a32aaabc88971005d79929ee950992d695ea7f65a04f62e1 not available\nNOTE: Running setscene task 1148 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/findutils/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:34)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_populate_lic.43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_populate_lic_setscene.43ee1416b35c5f05e975d3a974801ff85ba758e7a9b4430ae86f53038a28d981 not available\nNOTE: Running setscene task 1149 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/findutils/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/findutils/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:34)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_runtime_spdx.588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_runtime_spdx_setscene.588b215b339df173db211652e20b4ca35bf20ec131c72c35cf20b59c45e3f03d not available\nNOTE: Running setscene task 1150 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_qa.e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_qa_setscene.e858d5601e8e1010961894fed23655aeb9893e4fb3ad11f0e335fc19dc92b3ca not available\nNOTE: Running setscene task 1151 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gawk/5.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:34)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gawk/5.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gawk/5.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_rpm.b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_rpm_setscene.b7134d383af9a04e7ba898c9cd740b480d8642a6260ff7458f438962f6fef01f not available\nNOTE: Running setscene task 1152 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gawk/5.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-helloworld/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_spdx.ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_spdx_setscene.ce6f7e8bc2500cb405919a6fe58ab44e030854b7a0d133cf3c8414ed1db70fe7 not available\nNOTE: Running setscene task 1153 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_populate_lic.d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_populate_lic_setscene.d7c36e1cd3c88a27f22e30f35a0a3a3acec8f92454551872c0da747aff82bda1 not available\nNOTE: Running setscene task 1154 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_runtime_spdx.6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_runtime_spdx_setscene.6f51543936244c8ad4c25da5ab081ffe00053c8b1179f5a666d6799fee08e889 not available\nNOTE: Running setscene task 1155 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_qa.af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_qa_setscene.af95de7383bb6b3fecbdaefc9a8013dca83150ad567df1095bf12df35345e4da not available\nNOTE: Running setscene task 1156 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ed/1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktool/4-7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:1: including gzip.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-helloworld/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:1: including gzip.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_packagedata.0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_packagedata_setscene.0477f149cd5977e80d0778f06c384e658d4f1a90369f316968217451cba88310.qemux86_64 not available\nNOTE: Running setscene task 1157 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-helloworld/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:24)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_rpm.bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_rpm_setscene.bd8c2f919122fa98be4a03d48bf02e3d285b9b3ff91900dd83a6260a0e5cab62 not available\nNOTE: Running setscene task 1158 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-helloworld/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/grep/3.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/grep/3.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:1: including gzip.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_populate_lic.1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_populate_lic_setscene.1c2fd7315efc70798bc166de4d5b3dfa66656a59722d3cc006186e994f02fe04 not available\nNOTE: Running setscene task 1159 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:24)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:21)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_recipe_qa is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_recipe_qa.a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_recipe_qa_setscene.a6e9e793f76c8622bac20137c1f0a331220fe05b9adc46d6afc2fff35e3297dc not available\nNOTE: Running setscene task 1160 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_runtime_spdx.c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_runtime_spdx_setscene.c47bc5a8b3075d0590fb3edd6c5a0012c4e0e0c6a94adaf78dc0e33bb4647940 not available\nNOTE: Running setscene task 1161 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_qa.0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_qa_setscene.0c2ab51e1bbfd21502443d8fa47d3637864551a6eb368047149cba617850875f not available\nNOTE: Running setscene task 1162 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_rpm.691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_rpm_setscene.691b64ba8bb01be7cb886b01716c205ba225300008ca86dddd545ac571204032 not available\nNOTE: Running setscene task 1163 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/grep/3.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:1: including gzip.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_lic.f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_lic_setscene.f7c2b37152e20def6b28282d053ad120805b337dc6f92292e2fa27d2f478d206 not available\nNOTE: Running setscene task 1164 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/grep/3.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/groff/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_create_runtime_spdx.283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_create_runtime_spdx_setscene.283db8c8c99156d79af17a91b05ee2f90099154ee86c0f832f7bb4b9609595d7 not available\nNOTE: Running setscene task 1165 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/groff/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/groff/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_package_qa.a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_package_qa_setscene.a0e7df3d8a75765e3f511c38db63cea91466a1a9c1d7f8f7cb421437dcc90052 not available\nNOTE: Running setscene task 1166 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_rpm.4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_rpm_setscene.4feffda6a418e82b00866ebbd854c42695028dddb891e0b86df11f49bd473764 not available\nNOTE: Running setscene task 1167 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-helloworld/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_populate_lic.fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_populate_lic_setscene.fc3b62a1d36ee3ba824e6a61a10c9b62e76ea853274648d0cb33e0883987a7da not available\nNOTE: Running setscene task 1168 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/groff/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ed/1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gzip/1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gzip/1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_create_spdx.d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_create_spdx_setscene.d6bab3ec3ea703c0673b3c91a593b32985261424820e67ca029c8fa5f1ed7bd9 not available\nNOTE: Running setscene task 1169 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['ed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['ed', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['ed', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['ed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package which could be accelerated\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['ed', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Considering setscene task: ['ed', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['ed', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ed', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_recipe_qa.eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ed/1.20.do_recipe_qa_setscene.eb8400f2128976d0bb8c3950a5018bf02c96478fb4966985fffc8eafc034dc4b not available\nNOTE: Running setscene task 1172 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_recipe_qa_setscene)\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_packagedata.62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_packagedata_setscene.62c29739b5413dc5d63e6e8ed23ece8b28447a77ca0689cefee0f2da766c2896.qemux86_64 not available\nNOTE: Running setscene task 1173 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_runtime_spdx.ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_runtime_spdx_setscene.ae125e4656235fa9f312df33fe56f58f8bfba8a35b6603f026ab2647362b7607 not available\nNOTE: Running setscene task 1174 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_qa.7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_qa_setscene.7bb2b21f76cb7eb883d358cffc9c5312011df7f39a3b5c42453d74e971e63592 not available\nNOTE: Running setscene task 1175 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gzip/1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:1: including go-1.20.13.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:2: including go-runtime.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iptables/1.8.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iptables/1.8.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_rpm.654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_rpm_setscene.654056dc254dd200db0a6cc71f1bf6b8886618abac82e67e291a82916e870d51 not available\nNOTE: Running setscene task 1176 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iptables/1.8.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gzip/1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iptables/1.8.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_lic.eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_lic_setscene.eb2d95d962ac00d51a39a79ca41f17be7dcfaa98943f83c59b1442c84a87d8cf not available\nNOTE: Running setscene task 1177 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_create_runtime_spdx.728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_create_runtime_spdx_setscene.728017110424ecab9aff7b0c5e56fd68fac05dc429807a5f4582551fadbbc490 not available\nNOTE: Running setscene task 1178 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_package_qa.f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_package_qa_setscene.f4b52a496565709624b3eb167c87be0d26c6c9307c2217e73fdb6634bbfe6b78 not available\nNOTE: Running setscene task 1179 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_package_write_rpm.01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_package_write_rpm_setscene.01189118a6c493466f3cb1ffc132cba70c07be1a11483f2e99f4ab6e27ba735a not available\nNOTE: Running setscene task 1180 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_populate_lic.f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_populate_lic_setscene.f536658e82e5234ca5da7a03a66c12a11887648bab96a3fc64fd3f4904114ea8 not available\nNOTE: Running setscene task 1181 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/less/643/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_runtime_spdx.bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_runtime_spdx_setscene.bd0710979c96b55c8c3d641c7ac72cd10974cf717fadcd328d526ed5dfae12de not available\nNOTE: Running setscene task 1182 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/less/643/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/less/643/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_qa.3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_qa_setscene.3cc10d5ded727aa81c522d102260ef7a2c66024ad1e7e426f846c5695ed79c03 not available\nNOTE: Running setscene task 1183 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_rpm.f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_rpm_setscene.f904313dc7a1361a0a85ba85b06065e6bdb2d03fa09d5d57eac11195e519310b not available\nNOTE: Running setscene task 1184 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ed/1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-runtime/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/less/643/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libaio/0.3.113/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libaio/0.3.113/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_create_spdx.453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-cross-core2-64/1.20.13.do_create_spdx_setscene.453ed15e127ee90541ba4d2769f70359d71d6c64179c637e693756aa29b2db24 not available\nNOTE: Running setscene task 1185 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_lic.3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_lic_setscene.3d2e1fd86e053abaa32fcd1ff5b4b64af74bea5e729658156cacc0bbf9827262 not available\nNOTE: Running setscene task 1186 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-helloworld/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_runtime_spdx.0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_runtime_spdx_setscene.0e7eeb42fa4b9446ba36caf7ae07f97be81c0403748cbba21c1c881372af6bec not available\nNOTE: Running setscene task 1187 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_qa.542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_qa_setscene.542a070a1b33e84440e63e6c63978a01667d89f51620c0249d4681eb1db5e76c not available\nNOTE: Running setscene task 1188 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_rpm.dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_rpm_setscene.dd7479843e274fac2055862013ad304650210e0c3e026f61f26741bad5382581 not available\nNOTE: Running setscene task 1189 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libaio/0.3.113/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:1: including go-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:2: including go-1.20.13.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: Considering setscene task: ['go-helloworld', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libaio/0.3.113/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_packagedata.d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_packagedata_setscene.d734e9c793ef433b302efbaf2cbcfe4eafd4858e9a4f60815f8d1e4981c778c1.qemux86_64 not available\nNOTE: Running setscene task 1191 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['go-helloworld', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['go-helloworld', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['go-helloworld', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_recipe_qa.8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_recipe_qa_setscene.8aa7b93fd718f472e783fe0ab20fc16596a9b5250f704cbb49623a46b67ad673 not available\nNOTE: Running setscene task 1194 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libarchive/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:1: including go-1.20.13.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libarchive/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:2: including go-runtime.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_lic.6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_lic_setscene.6bcbed5e381ba2c4a5b7927b277294398847134d47dbd05c4c5eb3f3dfc22bc8 not available\nNOTE: Running setscene task 1195 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libarchive/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/go.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_runtime_spdx.181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_runtime_spdx_setscene.181cadeb8bb1c0f30c27130dadaff245dc5cf81e5b45befcc97bc2c2bd8ab698 not available\nNOTE: Running setscene task 1196 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_qa.85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_qa_setscene.85975b081a1da7521e6d0453828a39ca9d5c56b484db6202dab229ba0352444d not available\nNOTE: Running setscene task 1197 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libarchive/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_rpm.45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_rpm_setscene.45ba3c379312ef3bcdfde960443aaf3eb5187c9eae3b22bc6f322465f5393c08 not available\nNOTE: Running setscene task 1198 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_lic.bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_lic_setscene.bf0f0499514b92afbbe41aa8598336ea5aa46076fcd79701e8206fd78f5a41af not available\nNOTE: Running setscene task 1199 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_runtime_spdx.b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_runtime_spdx_setscene.b39be837fa9e1a09e5452b65b2d974691f90a41a603008a8f762eb9bafc8e70b not available\nNOTE: Running setscene task 1200 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libidn2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_qa.5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_qa_setscene.5d9eda5c65495be82463818b53f7b042d78000041addde65be300d408f8bc09d not available\nNOTE: Running setscene task 1201 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libidn2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libidn2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/go-cross-core2-64/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_create_spdx.e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/go-binary-native/1.20.13.do_create_spdx_setscene.e72398fa7b2a6d91628c59821de90bef1779dc0a6e819cac874b376df5183e34 not available\nNOTE: Running setscene task 1202 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_rpm.18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_rpm_setscene.18083786cc9cb5e07ca68d80418787a4d6064adbeea16ca45d34b751c2d35d05 not available\nNOTE: Running setscene task 1203 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_lic.16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_lic_setscene.16cb082a32ade47ea4a55cbabd615790c20176c3af5afecddac4c6205976f412 not available\nNOTE: Running setscene task 1204 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmnl/1.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmnl/1.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmnl/1.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libidn2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_create_runtime_spdx.6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_create_runtime_spdx_setscene.6cf947de05193113951ee12fdb76aecb95c71a61f8a6b7ef80c10e090a4b87aa not available\nNOTE: Running setscene task 1205 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_package_qa.1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_package_qa_setscene.1c5a8f8fc7239582e6e3b3646f6d79e4e94630d31bd1deb4ad93359a1e8ca778 not available\nNOTE: Running setscene task 1206 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_package_write_rpm.4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_package_write_rpm_setscene.4979c537570dcdd0ea4457c80d1d86c7871e216f21085a648dd55563edba5775 not available\nNOTE: Running setscene task 1207 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_populate_lic.002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_populate_lic_setscene.002239f6747dd0acdcb2efd41065e6c50afef0c561065fe6de15a2416e156a04 not available\nNOTE: Running setscene task 1208 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-runtime/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-helloworld/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['go-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['go-cross-core2-64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-cross-core2-64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['go-binary-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-binary-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG:   considering dependency: ['go-cross-core2-64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmnl/1.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['go-binary-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnsl2/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['go-cross-core2-64', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['go-cross-core2-64', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG:   considering dependency: ['go-cross-core2-64', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG:   considering dependency: ['go-cross-core2-64', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG:   considering dependency: ['go-cross-core2-64', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG:   considering dependency: ['go-cross-core2-64', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG:   considering dependency: ['go-cross-core2-64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['go-runtime', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnsl2/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['go-runtime', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['go-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_recipe_qa.39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/go-runtime/1.20.13.do_recipe_qa_setscene.39346a2f92a696fd7cd67ec70716d767cc5fbbf412c7956c9dad20e545128ebb not available\nNOTE: Running setscene task 1216 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_runtime_spdx.e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_runtime_spdx_setscene.e67eabe52db7aaf8acc22db66229bef68fd32f849fdb872ce2cc32a6e6289653 not available\nNOTE: Running setscene task 1217 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_qa.5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_qa_setscene.5e6f2d96cf8fed3f0df8b0689041bf0e190c0844a4b6e9690e0c3fec2e8b599a not available\nNOTE: Running setscene task 1218 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_rpm.f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_rpm_setscene.f9586ed81b3a3e1ac17e9a8bf4ac2efc52e4514371a80119adc6798bf08b2983 not available\nNOTE: Running setscene task 1219 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:1: including go-1.20.13.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.20.13.inc:1: including go-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnsl2/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnsl2/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:2: including go-runtime.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpipeline/1.5.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_lic.7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_lic_setscene.7d6163ce2fcee870a67cf604cc7bf982feb0cefcdbe53d7ea27868107c61c357 not available\nNOTE: Running setscene task 1220 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/go-binary-native/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpipeline/1.5.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['go-binary-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG:   considering dependency: ['go-binary-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG:   considering dependency: ['go-binary-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG:   considering dependency: ['go-binary-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG:   considering dependency: ['go-binary-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG:   considering dependency: ['go-binary-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_create_runtime_spdx.f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_create_runtime_spdx_setscene.f7b15d8caa1a458ed85b1d664a550bc32833075d084b70c32ecbdc0ff26c74ca not available\nNOTE: Running setscene task 1222 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_package_qa.127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_package_qa_setscene.127351620f22ef8cf3f9b1c05b7ca257531e87c0abd8e93ce9b121a1f376287f not available\nNOTE: Running setscene task 1223 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_package_write_rpm.7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_package_write_rpm_setscene.7d83ecaeb4cd8593bc6b7f20cb254176ad6210793d6b27fb2403620d7ee72161 not available\nNOTE: Running setscene task 1224 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_populate_lic.f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_populate_lic_setscene.f4223c402d080a21e20b8df1c02664fc9d111fa51f40f01e1b3827ea5c1520e8 not available\nNOTE: Running setscene task 1225 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_create_runtime_spdx.5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_create_runtime_spdx_setscene.5f37b582e69fb0ac59b1d30444191a7100ff82c29ae0ffb8eb066e8ea0a64037 not available\nNOTE: Running setscene task 1226 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpipeline/1.5.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpipeline/1.5.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_package_qa.4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_package_qa_setscene.4cda25dc55e42d79297796cf009f87cfa75ff3426577091fbdee49f45e138a17 not available\nNOTE: Running setscene task 1227 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsolv/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsolv/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsolv/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsolv/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_package_write_rpm.bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_package_write_rpm_setscene.bb44167f3d4c7bfd4cef60f002afee6a3049fcb23283da00268bd7d233d926c5 not available\nNOTE: Running setscene task 1228 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_populate_lic.35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_populate_lic_setscene.35739b2e6f0b0fc87aa51757b9504fbef354a5759bade0ab4e24dfd95d5212fb not available\nNOTE: Running setscene task 1229 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_create_runtime_spdx.f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_create_runtime_spdx_setscene.f82b570712e11b5c08daff0f4770106fd39db31e424e535738c15895ab7315fb not available\nNOTE: Running setscene task 1230 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_package_qa.eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_package_qa_setscene.eaf161d3c19a1bb43c4931cad276a08b70fb21a4f744303c05d1d1cbf2a3f5f6 not available\nNOTE: Running setscene task 1231 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_package_write_rpm.31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_package_write_rpm_setscene.31356f1b5ccd2a64176aa8269eb6faae13e8578a74759d7446ed3cdacdb723ec not available\nNOTE: Running setscene task 1232 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/go-runtime/1.20.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend:2: including test_recipe.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtirpc/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtirpc/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_populate_lic.50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_populate_lic_setscene.50d534f324526e966a33167e6d1a546e0544e8d68e50ccd354f15a219eaab0f7 not available\nNOTE: Running setscene task 1233 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtirpc/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtirpc/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_runtime_spdx.6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_runtime_spdx_setscene.6cc07b7087ca0722da8f512e89485bda1ad6f7e51594663f08fbce019b6fdd55 not available\nNOTE: Running setscene task 1234 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_qa.c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_qa_setscene.c772e4c1bffd123ac1f17c896b8049c5896fc40b698aa75eb39bcb01b86b305e not available\nNOTE: Running setscene task 1235 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_rpm.cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_rpm_setscene.cfc2e27c4938f6e6b6068d7bd649c0a1c427c999814a1107e5ff45e6bf74e18b not available\nNOTE: Running setscene task 1236 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:82)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:82)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_populate_lic.9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_populate_lic_setscene.9ed4ae9ddef37ab4d60a7d8077aa045c69ece32dd98ddba197acef4597355faf not available\nNOTE: Running setscene task 1237 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:82)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ltp/20230929/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/logrotate/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/logrotate/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/logrotate/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/logrotate/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_create_spdx.60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_create_spdx_setscene.60d66461de333fc26280a3c22ced837668ee1640ba138dced2d3b8649576a940 not available\nNOTE: Running setscene task 1238 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:82)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ltp/20230929/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_spdx.e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_spdx_setscene.e72779e0d861cc0a637d8d2292a8e1c0d7a69b73b68b59b4cb65744917523743 not available\nNOTE: Running setscene task 1239 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_create_spdx.260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_create_spdx_setscene.260d71632820fce5179df4f6361d9185bed60c42ade5d25ec625169ba44244d9 not available\nNOTE: Running setscene task 1240 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_spdx.c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_spdx_setscene.c85ded3f249dad6f194f213612b22173949a73e0ebdcef4205fb95abdc9c3f5c not available\nNOTE: Running setscene task 1241 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_create_spdx.b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_create_spdx_setscene.b1397032f75e296dea06d3de3385be35c79fabf70af706d8f05905ccb7c8436f not available\nNOTE: Running setscene task 1242 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ltp/20230929/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ltp/20230929/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:1: including gdb-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/man-db/2.12.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/man-db/2.12.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_spdx.052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_spdx_setscene.052a74cf43a43a8a7924ba8cf35074feda31d2d34adff37a7954b5544fecd5c7 not available\nNOTE: Running setscene task 1243 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/man-db/2.12.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:12: including gdb.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:75)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:1: including gzip.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:24)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_spdx.3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_spdx_setscene.3a08f88da095ba27a39c174cf955c405c61875ade8a48d686773f3310da4425c not available\nNOTE: Running setscene task 1244 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_create_spdx.cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_create_spdx_setscene.cd798d81ccfab3f25dc2ae48a4cf433367a0243bd7b3b80b88bcf7022be0fe44 not available\nNOTE: Running setscene task 1245 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_create_spdx.7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_create_spdx_setscene.7bce0a0c90f81793d3e8e255fb367c705ef82ce5d4998d963effab0653103195 not available\nNOTE: Running setscene task 1246 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_create_spdx.cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_create_spdx_setscene.cf5e56be44c384846e43da7d499337bc74e316471e8f38147988719281aa09e8 not available\nNOTE: Running setscene task 1247 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_create_runtime_spdx.e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_create_runtime_spdx_setscene.e3233774ae35de1e8db06d391afca66427f8522c8ff3ea66ff08cb242b2c86f1 not available\nNOTE: Running setscene task 1248 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/man-db/2.12.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/net-tools/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/net-tools/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/net-tools/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_package_qa.991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_package_qa_setscene.991436a84bca2b3b828da4c00451b34f35e16dcd18a273c121d87f76c26c8125 not available\nNOTE: Running setscene task 1249 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/net-tools/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_spdx.d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_spdx_setscene.d5961d1e085ef8654f2ce0a5d7d55b0fe74db08f036a3a5eb0757bd96699cda8 not available\nNOTE: Running setscene task 1250 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_package_write_rpm.b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_package_write_rpm_setscene.b2bc7110bc0583793691dedaf151f8bc0d2b7e0867ecafbd378e88f6601ce594 not available\nNOTE: Running setscene task 1251 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_populate_lic.a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_populate_lic_setscene.a18c65638242e7c1f09f8f151f87fae57c95d6d9b0486635cdba5247f5e16743 not available\nNOTE: Running setscene task 1252 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Considering setscene task: ['packagegroup-core-full-cmdline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG:   considering dependency: ['packagegroup-core-full-cmdline', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG:   considering dependency: ['packagegroup-core-full-cmdline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG:   considering dependency: ['packagegroup-core-full-cmdline', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG:   considering dependency: ['packagegroup-core-full-cmdline', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG:   considering dependency: ['packagegroup-core-full-cmdline', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG:   considering dependency: ['packagegroup-core-full-cmdline', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG:   considering dependency: ['packagegroup-core-full-cmdline', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_runtime_spdx.06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_runtime_spdx_setscene.06d0afaff866b1791a8cc39f8d6b094c8273e463f605434e3fcb7287f9a994a8 not available\nNOTE: Running setscene task 1254 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iproute2/6.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:82)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_packagedata.77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_packagedata_setscene.77339e254c5ffc03dfd2d8e1519d4489acfec1891a982823af0267b708b5fac2.qemux86_64 not available\nNOTE: Running setscene task 1255 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdb/14.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expect/5.45.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cronie/1.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_packagedata.5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_packagedata_setscene.5ff3164e9a5da2bb740be7e338b7a733748ed38ab36bfa534c4ee86aa8106487.qemux86_64 not available\nNOTE: Running setscene task 1256 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cpio/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_packagedata.2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_packagedata_setscene.2ec73408603a758e58cb6f4a85b7b79c993a490cee07a60665958054da5ee1d9.qemux86_64 not available\nNOTE: Running setscene task 1257 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_create_spdx.d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_create_spdx_setscene.d73bbe94f1a443111af7071f60726a62fe7596845d64776e270c2015729f8fe7 not available\nNOTE: Running setscene task 1258 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gzip/1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:1: including gdb-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_packagedata.0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_packagedata_setscene.0b188f7c7b6119bdcb4991226d66e1a098b4205f8f0257e9fcfe967f52e9e392.qemux86_64 not available\nNOTE: Running setscene task 1259 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:12: including gdb.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/groff/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ltp/20230929/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnewt/0.52.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_packagedata.78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_packagedata_setscene.78f6e04e25bef03bf62863323bc36cdee561dfbc570216b6f873c6d36d8ec39e.qemux86_64 not available\nNOTE: Running setscene task 1260 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/logrotate/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_packagedata.61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_packagedata_setscene.61981305c024954584b8a1d60d87d93c58da1854dfe405b740c7d6b0b5ee4f65.qemux86_64 not available\nNOTE: Running setscene task 1261 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_packagedata.dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_packagedata_setscene.dffea5dfe553bcffaee93112a8ac1ad28aeedcefee097b0dbba2c6e2d625595f.qemux86_64 not available\nNOTE: Running setscene task 1262 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:75)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/less/643/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnewt/0.52.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:1: including gzip.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_spdx.b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_spdx_setscene.b1fe5d61ecbed6e7ac6cd861783e281aae5146de23000dd45dbea0a13a761581 not available\nNOTE: Running setscene task 1263 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_packagedata.34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_packagedata_setscene.34fb284683eddec652456b8fd749998cc923b2d1bfc589237c20d7be03b2b00c.qemux86_64 not available\nNOTE: Running setscene task 1264 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/net-tools/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_spdx.4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_spdx_setscene.4c98b473704a4c811a865fa79beaaeef8ca5502e79ec450f6a7c80de8d38fd11 not available\nNOTE: Running setscene task 1265 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_packagedata.342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_packagedata_setscene.342a91c5a76d1742bf77e118ad6022b42225a868581de07ef1985b1d734f252d.qemux86_64 not available\nNOTE: Running setscene task 1266 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnewt/0.52.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnewt/0.52.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/procps/4.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_packagedata.be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_packagedata_setscene.be21df4087c4299db29b4f598804460146eecb7072eb6f263dece5fb37145d36.qemux86_64 not available\nNOTE: Running setscene task 1267 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_packagedata.2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_packagedata_setscene.2eca0a836950bb38ccc460403bec1eff97c290a62071f74e04b80e740e564797.qemux86_64 not available\nNOTE: Running setscene task 1268 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_qa.b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_qa_setscene.b68d4facb331490750817606f3f68310db1bc45afd119714d8708ce16f0d9809 not available\nNOTE: Running setscene task 1269 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_rpm.e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_rpm_setscene.e2795cd742958766026098d4c89d8375a1433ff1d92fa2bc4f19efc4a780af91 not available\nNOTE: Running setscene task 1270 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iproute2/6.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:82)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Considering setscene task: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Considering setscene task: ['iproute2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['iproute2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['iproute2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_recipe_qa.fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iproute2/6.7.0.do_recipe_qa_setscene.fd90de04f79f27d59404110b059711acd04d24f7b2a6631df5ca6af4eba43532 not available\nNOTE: Running setscene task 1273 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdb/14.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expect/5.45.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcl/8.6.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb (full)\nDEBUG: Considering setscene task: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['expect', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['expect', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['expect', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['expect', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['expect', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['expect', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['expect', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['expect', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['expect', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['expect', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['expect', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_recipe_qa.2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_recipe_qa_setscene.2ca6918ed069b53b19c1bf412181ec7dd9034e21b1346cadaf46d72f1d99f53a not available\nNOTE: Running setscene task 1277 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['gdb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gdb', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_recipe_qa.aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdb/14.1.do_recipe_qa_setscene.aa6ad66c8643315ce0bbb0489fa16f4c59a10bcf9bc3352098e341daa7cc1fe1 not available\nNOTE: Running setscene task 1279 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cpio/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_packagedata.a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_packagedata_setscene.a9516eef7b6df576d16f9de72fec841b3cd7aedc4b4ac22f641640094e1d1b89.qemux86_64 not available\nNOTE: Running setscene task 1280 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:1: including gdb-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cronie/1.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Considering setscene task: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: Considering setscene task: ['cpio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:12: including gdb.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gzip/1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Considering setscene task: ['cpio', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['cpio', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['cpio', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_recipe_qa.07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_recipe_qa_setscene.07166456f76f353c67dcefff5c3caedca55da19433dd4005b3098ca0bd80c30e not available\nNOTE: Running setscene task 1284 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmnl/1.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/groff/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iptables/1.8.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['cronie', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['cronie', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['cronie', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_recipe_qa.b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cronie/1.7.1.do_recipe_qa_setscene.b65a4424ffd3d25db2488624e9d3047e784311e5c0d6a33d5d21637c4fff260c not available\nNOTE: Running setscene task 1287 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/less/643/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb (full)\nDEBUG: Considering setscene task: ['gzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/logrotate/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Considering setscene task: ['groff', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/net-tools/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['groff', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['groff', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_recipe_qa.3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_recipe_qa_setscene.3f31ca8ada75e9d1b7334039e96a47f236056e91dd2fd2283e4579423408329a not available\nNOTE: Running setscene task 1291 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:75)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ltp/20230929/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['gzip', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gzip', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gzip', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_recipe_qa.8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_recipe_qa_setscene.8b210188f572b9f452459f954f55d95547a3cd1f1669351996fbdb54df6e993a not available\nNOTE: Running setscene task 1293 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_packagedata.2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_packagedata_setscene.2b77f14ab872979ef6741884a16f261f27122127215251726af27eefdbc43e98.qemux86_64 not available\nNOTE: Running setscene task 1294 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Considering setscene task: ['iptables', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['iptables', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/procps/4.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/procps/4.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Considering setscene task: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb (full)\nDEBUG: Considering setscene task: ['less', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:1: including gzip.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['less', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['less', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_recipe_qa.3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/less/643.do_recipe_qa_setscene.3f71320ebdfb9535db801f5d23befddeb292744ecf979342592d2cbb535c16a3 not available\nNOTE: Running setscene task 1298 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_packagedata.4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_packagedata_setscene.4a5f5ce06b18618e337a89e994f7548fdeccbf4c9289276d19f1bffeba31bbb2.qemux86_64 not available\nNOTE: Running setscene task 1299 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['libmnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb (full)\nDEBUG: Considering setscene task: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb (full)\nDEBUG: Considering setscene task: ['logrotate', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iproute2/6.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Considering setscene task: ['logrotate', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['logrotate', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_recipe_qa.84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/logrotate/3.21.0.do_recipe_qa_setscene.84530e0c68b3bcbe648f9ce07e72117369a726f817c8088664a62fec36414e94 not available\nNOTE: Running setscene task 1304 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['ltp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['ltp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['ltp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ltp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ltp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_recipe_qa.d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ltp/20230929.do_recipe_qa_setscene.d20c394f674ccc8f42b30ddc3f2e515513db50e1cb2f025353b31407b1120ceb not available\nNOTE: Running setscene task 1307 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['net-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Considering setscene task: ['net-tools', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['net-tools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['net-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_recipe_qa.4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_recipe_qa_setscene.4ff1da4dca2ec35326175cfd420c1c06c25008574b368bdf50df22f122cce51a not available\nNOTE: Running setscene task 1310 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_populate_lic.c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_populate_lic_setscene.c599e5abc9bf084a3d088928b643f0174ee5ab1bf86fd80b787660c3ee4435ff not available\nNOTE: Running setscene task 1311 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_create_runtime_spdx.e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_create_runtime_spdx_setscene.e7a55b44a2abb616db46c947fad535290694f5f74e1d9ccc996b9c77c7625bd1 not available\nNOTE: Running setscene task 1312 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_package_qa.f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_package_qa_setscene.f6f7523e42d3305a0feb50f049072c32b17b122a22dd0a7f52fc3de29310d604 not available\nNOTE: Running setscene task 1313 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:50)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdb/14.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcl/8.6.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expect/5.45.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:82)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:1: including psmisc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:1: including psmisc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:51)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:51)\nDEBUG: Considering setscene task: ['tcl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['tcl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['tcl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_recipe_qa.181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcl/8.6.13.do_recipe_qa_setscene.181974677aaa411f00d411e14e99eda0085cbe4a3d1857f241f0066c7679b106 not available\nNOTE: Running setscene task 1316 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_package_write_rpm.c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_package_write_rpm_setscene.c114315496ded36be41ef56b85e537eeeddc54829b880e8ca20376257ade1381 not available\nNOTE: Running setscene task 1317 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_populate_lic.d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_populate_lic_setscene.d3fa8b05af8860674ad01eadf045a492b1faf193e65afa5cb8dc50728a6b19c8 not available\nNOTE: Running setscene task 1318 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:1: including psmisc.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cpio/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:1: including psmisc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:51)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_runtime_spdx.f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_runtime_spdx_setscene.f0f4e20ce1cfc1af6330dad16dcd763c22a25f8d26a3a00f45be974814af501e not available\nNOTE: Running setscene task 1319 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:51)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cronie/1.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/groff/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iptables/1.8.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_qa.601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_qa_setscene.601388a6699a3ce52149bcc2715e49e8b6bacfa21d1097d5cf67699c76f70fae not available\nNOTE: Running setscene task 1320 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gzip/1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_rpm.ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_rpm_setscene.ea6ccbaa5e666e5b9d01e77f6781f905f885701cb0aaccc9e6c8ae344000c2f8 not available\nNOTE: Running setscene task 1321 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmnl/1.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/less/643/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Considering setscene task: ['iptables', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['iptables', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['iptables', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['iptables', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_recipe_qa.213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_recipe_qa_setscene.213220398630967059fbc922140035582aa58b7c042a9ba6940e4f6528fbca1f not available\nNOTE: Running setscene task 1324 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libmnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libmnl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libmnl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libmnl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_recipe_qa.0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_recipe_qa_setscene.0b39ba75700b2c4104cccb77266dae2f19484a556d0d2fbe0717eac7dfa936d5 not available\nNOTE: Running setscene task 1327 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_recipe_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_lic.0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_lic_setscene.0c93451f4ba3ea27eab0e3d844e206ef3beaa080069bec61516b97b08ccd9fc0 not available\nNOTE: Running setscene task 1328 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ltp/20230929/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_runtime_spdx.205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_runtime_spdx_setscene.205a95abb0963ba33be9c294a9386cbdaa9de80609c857fd48c06dd9497cde08 not available\nNOTE: Running setscene task 1329 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/logrotate/3.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/procps/4.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:12)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_qa.ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_qa_setscene.ce8919a046c1e8ca84b39d799f94f91fe071a3e1789d8e9a2d0b8ad8d204f764 not available\nNOTE: Running setscene task 1330 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psmisc/23.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_rpm.776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_rpm_setscene.776bd3f5eb6541d904c884ff071897eea3dcc9f88bb5c74c69cc176e9622ebbf not available\nNOTE: Running setscene task 1331 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psmisc/23.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/net-tools/2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_populate_lic.fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_populate_lic_setscene.fff300bb1a4c3bb15180ecddcadbfff8ce9f37b97fd86a893f7fa3866a3bd51f not available\nNOTE: Running setscene task 1332 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_runtime_spdx.78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_runtime_spdx_setscene.78ad493a38c91db92acd99388c6103fb8cd6bd398eba1c26c9afc838550a109d not available\nNOTE: Running setscene task 1333 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_qa.169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_qa_setscene.169fe7311a679aa3549f9722470d29996400506414652754acf352e284faacd9 not available\nNOTE: Running setscene task 1334 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_rpm.9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_rpm_setscene.9d7a9b8f5417d6786aff303966f88be68f74aa75256c27c9fee3ef08c49e7b8c not available\nNOTE: Running setscene task 1335 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcl/8.6.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psmisc/23.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psmisc/23.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_populate_lic.98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_populate_lic_setscene.98bff3b13a5027cbc5055354248aea5e8ee4076a449d23dec69f6f9669f199a4 not available\nNOTE: Running setscene task 1336 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quota/4.09/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_runtime_spdx.e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_runtime_spdx_setscene.e199d7136d0d2d574cff852907d12279f5d89866caee8faad85cb9a6f45827e4 not available\nNOTE: Running setscene task 1337 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_qa.ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_qa_setscene.ecbbe42c210be9430e7838dc647bbb06b79b618a2b002f028856fb9bf08ed882 not available\nNOTE: Running setscene task 1338 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_rpm.b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_rpm_setscene.b79aa17ce7678942f9a6431a429dcfcb9af3232580e1a459d21071b8bf4d971f not available\nNOTE: Running setscene task 1339 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quota/4.09/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quota/4.09/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_populate_lic.08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_populate_lic_setscene.08a08a673e3e29fa85334828b4bc6156aa720801ecd4e49164aef60f908e0797 not available\nNOTE: Running setscene task 1340 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_runtime_spdx.7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_runtime_spdx_setscene.7d80179574b485ecd8df2c768a3e9328509c68e942193c56007bef32f83d157f not available\nNOTE: Running setscene task 1341 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/iptables/1.8.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmnl/1.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quota/4.09/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:30)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_lic.6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_lic_setscene.6b1a66481ac1797b1bc14a14497d16b9a354e49855d670bba22c55319e9b919d not available\nNOTE: Running setscene task 1342 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_create_runtime_spdx.099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_create_runtime_spdx_setscene.099e6834c30a803f483a223a90f35a8ff3cd846b8f758ab23f2ba59eb7eda77b not available\nNOTE: Running setscene task 1343 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_package_qa.537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_package_qa_setscene.537e85a3a134c7c54413b0f79257f5edb66f4c1d23cba72140964c3bff784019 not available\nNOTE: Running setscene task 1344 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpcbind/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_spdx.73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_spdx_setscene.73616dd1ce92bc9335f0aea3de3b095b8acafa57ec524ee3b953b16a252d6f32 not available\nNOTE: Running setscene task 1345 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpcbind/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpcbind/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_package_write_rpm.0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_package_write_rpm_setscene.0b9b2488c73feb887e80ab5c41279dcb42e41f5e633fb11ee7ceedf3329270e5 not available\nNOTE: Running setscene task 1346 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_populate_lic.89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_populate_lic_setscene.89277e670df39b224a5dd04d1314c2612410c456018160efa847ee65311ce9d5 not available\nNOTE: Running setscene task 1347 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpcbind/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/shadow-securetty/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sed/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sed/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/shadow-securetty/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sed/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/shadow-securetty/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_runtime_spdx.8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_runtime_spdx_setscene.8e44ad02708194d0aa64fdb0107488252303f58c8622611e83c8bda6ac93849e not available\nNOTE: Running setscene task 1348 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sed/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/shadow-securetty/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_qa.49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_qa_setscene.49bc139668a90fa79e897775671c3ef1ee7d633bbd03e1a018457b7292ff7e18 not available\nNOTE: Running setscene task 1349 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_rpm.5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_rpm_setscene.5fd27ec256fce0a790612b22be0b9a7a4bf9c88d916b2c815400cda68cec66f5 not available\nNOTE: Running setscene task 1350 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow-sysroot/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_lic.4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_lic_setscene.4439b8d982039b339f462e515f7bee6d22d12cd73a312d2c686b1103f083833e not available\nNOTE: Running setscene task 1351 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_runtime_spdx.86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_runtime_spdx_setscene.86657e974db36d182fb63450353de63b32591d99eadc441799e0faf527b1efb2 not available\nNOTE: Running setscene task 1352 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_qa.6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_qa_setscene.6f3927097b35db914bccbb9436d4587a7ee4b15a91a8b924ad20142484611323 not available\nNOTE: Running setscene task 1353 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_rpm.8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_rpm_setscene.8d598a8223671ca5505e387faffbe99c1605bf05ba399b75557450a45b71d189 not available\nNOTE: Running setscene task 1354 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow-sysroot/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:1: including sudo.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo.inc:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:1: including sudo.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo.inc:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:1: including sudo.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo.inc:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_populate_lic.3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_populate_lic_setscene.3253bc0d41f9feae85883267ab4bb87d26b575664e369e6c5c744dadb66ac8f3 not available\nNOTE: Running setscene task 1355 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['sysklogd', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['sysklogd', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['sysklogd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_recipe_qa.7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_recipe_qa_setscene.7eb3999d140321dc4bec69ead7b863be7eeed9eddc8bcd201ce85d4774c30d84 not available\nNOTE: Running setscene task 1358 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_runtime_spdx.c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_runtime_spdx_setscene.c43555a3d4337c13a3dd524c6def34e8fe3185fc3386e2e28bca7737c3beb408 not available\nNOTE: Running setscene task 1359 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_qa.80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_qa_setscene.80dc88781733b53194bf6110d475c026f6e5fd1030eb7917a54e9de8fa8bb8a2 not available\nNOTE: Running setscene task 1360 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:1: including sudo.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo.inc:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_spdx.b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_spdx_setscene.b624d502a31689749e7a583b69b32eb844c3a07c896fa6c9671b6301ee64e9d3 not available\nNOTE: Running setscene task 1361 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:53)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:83)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:53)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:83)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpcbind/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_rpm.56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_rpm_setscene.56525f535aa1cccf7592699300d677c9f17e24dc4c83fe0ac9532239cab44430 not available\nNOTE: Running setscene task 1362 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_spdx.2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_spdx_setscene.2a3631636831ac1cec58ccd65b6e68bcf10ffcfcf755d745912c79b88c675bfe not available\nNOTE: Running setscene task 1363 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:53)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:83)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_packagedata.387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_packagedata_setscene.387c67dbf6dda0fdd902a76a064435ce473d05da4ff7233eb83dce938d586e63.qemux86_64 not available\nNOTE: Running setscene task 1364 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_populate_lic.16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_populate_lic_setscene.16033d36e9b161e311011fcd43ebac3a0028684589ad25a6ac3bea6199252de3 not available\nNOTE: Running setscene task 1365 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/slang/2.3.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/slang/2.3.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sudo/1.9.15p5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sudo/1.9.15p5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/slang/2.3.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sudo/1.9.15p5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/slang/2.3.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_runtime_spdx.d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_runtime_spdx_setscene.d86b77cbcfa5a59577782013cc22ded034c231342043d7d664be52f4467538de not available\nNOTE: Running setscene task 1366 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:53)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:83)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sudo/1.9.15p5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_qa.d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_qa_setscene.d4b9c4ed5dbc3a5218ab6234f11e27a5c4a274241ab6895efc4f3e3483e361d6 not available\nNOTE: Running setscene task 1367 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_rpm.0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_rpm_setscene.0d96d2bf35e7de0ccde1febbdee6050d92724ff80506e401f581ea51a4a180e7 not available\nNOTE: Running setscene task 1368 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_lic.224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_lic_setscene.224dbce9725f7b28aa9d39addb180e6f747241b99a664ceaefd3ffe57c700ea0 not available\nNOTE: Running setscene task 1369 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_runtime_spdx.11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_runtime_spdx_setscene.11444a3ac1030a137f06fdcd4491b6cb040b5a8c9b5fff86731006ca8ba77f15 not available\nNOTE: Running setscene task 1370 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_lic.8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_lic_setscene.8ac8ff68d82b05fab2946f469d372193dc77b2a2d59156ee2416726aa98faab3 not available\nNOTE: Running setscene task 1371 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['time', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sysklogd/2.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['time', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/shadow-securetty/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['time', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['time', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['time', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_recipe_qa.c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/time/1.9.do_recipe_qa_setscene.c59856cb33ad1f317871fc421eb1389617c46b62137ef2b6b9905d4f588238a0 not available\nNOTE: Running setscene task 1374 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_create_runtime_spdx.dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_create_runtime_spdx_setscene.dda46a50d43717bdaf4ee42cfc13c8db062dd7755622b0c779b1f40faebf90b4 not available\nNOTE: Running setscene task 1375 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_packagedata.a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_packagedata_setscene.a6d6578839c894e85665b5e84b6f7e73a3f85c2ad78c3939163889ad8b2b9bfc.qemux86_64 not available\nNOTE: Running setscene task 1376 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_populate_lic.087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_populate_lic_setscene.087e1d08145bc0e5f44ffb7e5f6030fc16eaad5e84d1e9274e6eb592b96654a3 not available\nNOTE: Running setscene task 1377 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:1: including timezone.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:5)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:1: including timezone.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:5)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_spdx.91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_spdx_setscene.91e14fce8b3aa0ed8165524ea8612031a593d5d69fd064a90adf52c77cf209cb not available\nNOTE: Running setscene task 1378 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_create_runtime_spdx.0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_create_runtime_spdx_setscene.0d60094b44952a825943311f115838af16d3ce12fc5792bbcb5f6b25b3f88cbf not available\nNOTE: Running setscene task 1379 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:1: including timezone.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:5)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quota/4.09/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:53)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:83)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_package_qa.00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_package_qa_setscene.00480c97fe693ab2be505c192702c57d2ef6ea2fb8c71313e5b20c749c638a3b not available\nNOTE: Running setscene task 1380 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:1: including timezone.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_package_write_rpm.ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_package_write_rpm_setscene.ff07bc3a9064804a9df0d40abda7ae499d7c6d9491d2b97d300aaebbcc407dc7 not available\nNOTE: Running setscene task 1381 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:5)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpcbind/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcp-wrappers/7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/texinfo-dummy-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/texinfo-dummy-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:1: including timezone.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/tzcode-native/2023d/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:5)\nDEBUG: Considering setscene task: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/tzcode-native/2023d/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_packagedata.072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_packagedata_setscene.072fc6f0c858e5a0be2b6d9fb836aa9dc25c9d458b1f66432fad18af5bcbd65a.qemux86_64 not available\nNOTE: Running setscene task 1383 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcp-wrappers/7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcp-wrappers/7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['rpcbind', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcp-wrappers/7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['rpcbind', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['rpcbind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_recipe_qa.1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_recipe_qa_setscene.1823ac2b64e921150a54e83f219a0550d213228aabef349caa49bb49a3eb3c57 not available\nNOTE: Running setscene task 1386 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_spdx.2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_spdx_setscene.2f6d8ecf8af55b116d9dc36b4dc07fcfefdc5ad417db0625eaced1eba52b9d3f not available\nNOTE: Running setscene task 1387 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_populate_lic.e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_populate_lic_setscene.e70f59227101f3f8a58453e8a0afce51c2545905c556abcc6b9e6e05e0fe76bb not available\nNOTE: Running setscene task 1388 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_runtime_spdx.13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_runtime_spdx_setscene.13b3dc7120bf91d91da806e6bc0416fde53784e31b3171d55ac6ee85bbc48224 not available\nNOTE: Running setscene task 1389 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_qa.035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_qa_setscene.035be1aa49f35cfc27d4e6ee355c873eded8178366c7626ebc55fa09308c40b3 not available\nNOTE: Running setscene task 1390 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_rpm.40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_rpm_setscene.40b90a7c5d14ff82b3aefa956b095a18595ca6dd4d14cdc0f8d3d9b6dfe4fa79 not available\nNOTE: Running setscene task 1391 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_populate_lic.d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_populate_lic_setscene.d6b00424fa02fa2ac81a3aa379da17b5d5b90e2a52dac38b3491e6e667da399a not available\nNOTE: Running setscene task 1392 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/shadow-securetty/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_runtime_spdx.516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_runtime_spdx_setscene.516b3802b17610564f286a9d91a074432b762bb1e3ee9f47a1a26eb2e8d982b7 not available\nNOTE: Running setscene task 1393 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_qa.0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_qa_setscene.0af300d49618402f2c831f67241144b61c896c184e723c538b5b5cce2a242b0f not available\nNOTE: Running setscene task 1394 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/time/1.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:1: including timezone.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:5)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Considering setscene task: ['shadow-securetty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/tzdata/2023d/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Considering setscene task: ['shadow-securetty', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Considering setscene task: ['shadow-securetty', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['shadow-securetty', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_recipe_qa.c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_recipe_qa_setscene.c2ba8665f7157ddf005d2e8756dea245e8c6be5178bf79df18fb7366f86ea05e not available\nNOTE: Running setscene task 1397 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_create_spdx.3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_create_spdx_setscene.3ba843368d6b01677d59db28a79b44dcffb3c9aaa9d8635d389f29a4e767e947 not available\nNOTE: Running setscene task 1398 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_rpm.601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_rpm_setscene.601744a6cfe08937b501a4c1657d677d120939d4f7c24465c58544af07ea5a63 not available\nNOTE: Running setscene task 1399 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/tzdata/2023d/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:1: including timezone.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:5)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_populate_lic.82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_populate_lic_setscene.82fe2378497c872eefd80fdcab62875328fef7c2ce0a6f15870d9a8b449c7e7a not available\nNOTE: Running setscene task 1400 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/tzdata/2023d/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_packagedata.5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_packagedata_setscene.5509154fc7112929afcc377ffd2c9761090e704fe0b8937454a72e2ed335604d.qemux86_64 not available\nNOTE: Running setscene task 1401 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_create_runtime_spdx.70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_create_runtime_spdx_setscene.70aa0b2fee76e6d780fa7cf7cb5ab00ddd4a0d87d5443dd293bf8f1dce7cc269 not available\nNOTE: Running setscene task 1402 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:53)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/tzdata/2023d/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:83)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quota/4.09/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcp-wrappers/7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_package_qa.be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_package_qa_setscene.be5271e4535e8964958df5513fa7ccc24a7c78d13ef4356dca357142272d00ab not available\nNOTE: Running setscene task 1403 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/unzip/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/unzip/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/unzip/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/unzip/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpcbind/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/which/2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['quota', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/which/2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['quota', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['quota', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_recipe_qa.fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/quota/4.09.do_recipe_qa_setscene.fe7bdd895162690fecb7f9f2ab4a7af876f7acbcbd40b873da86b5f6879b7b73 not available\nNOTE: Running setscene task 1407 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/shadow-securetty/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_packagedata.fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_packagedata_setscene.fcf7c6e47a97916d4962e2b21f22da8d7fce424c397282473daf9e868cf53177.qemux86_64 not available\nNOTE: Running setscene task 1408 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['tcp-wrappers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['socat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_spdx.27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_spdx_setscene.27b3d35c08e163debb37f3b564f0c520f2a679512a9cd55c3e72c7eb63801a79 not available\nNOTE: Running setscene task 1410 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/tzdata/2023d/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_spdx.24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_spdx_setscene.24bb016047d4f0fd6e41bceced488ad3d3f7c3c1d1c5910ab40aa6a87002b80e not available\nNOTE: Running setscene task 1411 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_package_write_rpm.27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_package_write_rpm_setscene.27b826f4c75c080b728b89711178a348dec9caeb7df867241cc3f607e5a72a5e not available\nNOTE: Running setscene task 1412 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_populate_lic.91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_populate_lic_setscene.91092b7900c8ef1777ed70d90ca02ab56da6dfe683c0015a2e4dc7d1f5db5531 not available\nNOTE: Running setscene task 1413 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_create_spdx.e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tzcode-native/2023d.do_create_spdx_setscene.e13d696fb92921a60fd306bfbb0e4dec563184f7a3167363f911d8b38af4443a not available\nNOTE: Running setscene task 1414 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_packagedata.a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_packagedata_setscene.a96e42ce46fbf59f1abedca2ad3ccd675707e704affaf4b69df931aaa3a22e1b.qemux86_64 not available\nNOTE: Running setscene task 1415 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_runtime_spdx.c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_runtime_spdx_setscene.c66ee8196a0d4e1611f43a5e441e337cad123acd7e38639680f2b10093a19b64 not available\nNOTE: Running setscene task 1416 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_qa.1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_qa_setscene.1c2dcfd9e4a056be40a67637277d784409e2c020048cfc4ff058d557cfbe3582 not available\nNOTE: Running setscene task 1417 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_rpm.5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_rpm_setscene.5db5fea2335339d321f2e755ed83029ff5f5ce0dbbec7e9c43ce0ffad428a571 not available\nNOTE: Running setscene task 1418 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/which/2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:1: including timezone.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:5)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:1: including timezone.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:5)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_populate_lic.f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_populate_lic_setscene.f93162ab6a955e0af661dc52494a057ebdfcda25857fd28e6ddc1d6106963e4b not available\nNOTE: Running setscene task 1419 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/which/2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_create_runtime_spdx.204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_create_runtime_spdx_setscene.204d4452867da58408d393807bb591612e2b78f6774781331edcd7a49e9cc98c not available\nNOTE: Running setscene task 1420 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xz/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['tar', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['tar', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['tar', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['tar', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_recipe_qa.0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tar/1.35.do_recipe_qa_setscene.0d7d59177cf7257e5c4d72ceaded740ece317a15fabe7d80f69419a2054aa4e2 not available\nNOTE: Running setscene task 1423 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_package_qa.c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_package_qa_setscene.c625c501551a9d4310c84dae8833b3278ff76e2424a1855cfc0322f190465dd7 not available\nNOTE: Running setscene task 1424 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/tzcode-native/2023d/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xz/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_package_write_rpm.51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_package_write_rpm_setscene.51bf577767e6e77959b2781ebf943b62083588ea07907261a75a565cc496f999 not available\nNOTE: Running setscene task 1425 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:53)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcp-wrappers/7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:83)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/unzip/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/quota/4.09/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/tzdata/2023d/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['tcp-wrappers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/which/2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['tcp-wrappers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zip/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zip/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['tcp-wrappers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['tcp-wrappers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_recipe_qa.4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_recipe_qa_setscene.4bf9fc43e381cc35df507a9b4257497d6397ebbf94efef2a67fb281d5c56c9c0 not available\nNOTE: Running setscene task 1428 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zip/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['tzdata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['tzcode-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG:   considering dependency: ['tzcode-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xz/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xz/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['tzcode-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['tzcode-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG:   considering dependency: ['tzcode-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG:   considering dependency: ['tzcode-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG:   considering dependency: ['tzcode-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG:   considering dependency: ['tzcode-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG:   considering dependency: ['tzcode-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['tzdata', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['tzdata', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['tzdata', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_recipe_qa.6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/tzdata/2023d.do_recipe_qa_setscene.6b1c40b8ff20d465b1c68f35cb9351232faf64e4e4c597c1c8a4e4f40932e224 not available\nNOTE: Running setscene task 1434 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zip/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_packagedata.973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_packagedata_setscene.973d3ca5e52d8758b1f3ac54c1fc9a1dcb6bbff0363d7ae8be285779d31228ac.qemux86_64 not available\nNOTE: Running setscene task 1435 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_packagedata.b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_packagedata_setscene.b10326f0da33b541d43e9ad7f80cd6ca4b34eb53351517829b4c996a320bf90f.qemux86_64 not available\nNOTE: Running setscene task 1436 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_spdx.a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_spdx_setscene.a1498d1663d07b1a18fdb0a98dae5907cb83ac77652c7f997a4366c379cb82ff not available\nNOTE: Running setscene task 1437 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_populate_lic.ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_populate_lic_setscene.ba89700b2520f400bc04e9cbad570f21329a6a13a5b83d23543f6d7787a078ae not available\nNOTE: Running setscene task 1438 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_create_runtime_spdx.56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_create_runtime_spdx_setscene.56b13ce0f6ce8ff659b259c50d6ef2b86114fed6361ef1de41d5885b70d7adbd not available\nNOTE: Running setscene task 1439 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_package_qa.866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_package_qa_setscene.866aa288707f919575ef43226c6c4c4bf6142cd718591c8e6d04e3d64c810258 not available\nNOTE: Running setscene task 1440 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_package_write_rpm.5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_package_write_rpm_setscene.5560d0e6eca8ca4e2cec043b22b376c2034bbc2ef9001ea3bb8e13a2471f6e1e not available\nNOTE: Running setscene task 1441 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_populate_lic.9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_populate_lic_setscene.9609541af593dbdf87061d4e9e3d99346fade89647527e95b62c81e5005d24d5 not available\nNOTE: Running setscene task 1442 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:1: including timezone.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:5)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_runtime_spdx.d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_runtime_spdx_setscene.d764efae42ed546b2d687ce4d04e0d852e6c0a11619617bccbe9e3a201608161 not available\nNOTE: Running setscene task 1443 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_qa.f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_qa_setscene.f3aca51e6ce84bda0c857684c034e3b78c2f26a18606044130825c0c24f41b28 not available\nNOTE: Running setscene task 1444 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zstd/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_rpm.a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_rpm_setscene.a7ee1accfece8aa8a2afa04588c29b12a8045f6f57609f90cd0bbadc7a509fab not available\nNOTE: Running setscene task 1445 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zstd/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zstd/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_lic.68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_lic_setscene.68f4e97eb3e8c3cd2bf6afd2009aff6fb400363e25b0b853e7e19f52090f19c1 not available\nNOTE: Running setscene task 1446 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_create_runtime_spdx.0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_create_runtime_spdx_setscene.0d39363f188c66ad2214971b1958b1f00bea9ce00380d6e7d2eb7ab10d406dfb not available\nNOTE: Running setscene task 1447 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_package_qa.ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_package_qa_setscene.ee81902c92981deb61faafd5a2b755f51db52bfd7cb7123a3a86d79fd3f33bfe not available\nNOTE: Running setscene task 1448 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tcp-wrappers/7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_package_write_rpm.00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_package_write_rpm_setscene.00956b6263658d1053402a63e00f92900ce8f2d70f2314e7bb5d51577153ac41 not available\nNOTE: Running setscene task 1449 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/tzdata/2023d/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/unzip/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zstd/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zip/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/which/2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Considering setscene task: ['unzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['unzip', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['unzip', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['unzip', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_recipe_qa.ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_recipe_qa_setscene.ed7abdd531bfbf60ba0939e17de2a763ab79d6f2c1444aa2f1136e5b976a112f not available\nNOTE: Running setscene task 1452 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['which', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gi-docgen/2023.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gi-docgen/2023.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Considering setscene task: ['which', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['which', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['which', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_recipe_qa.251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/which/2.21.do_recipe_qa_setscene.251943a7f5bab9aa4bceb1dfcd17bff4fd112b706eaa8f203a16c241b1bef160 not available\nNOTE: Running setscene task 1455 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_create_spdx.9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_create_spdx_setscene.9d1227e7e3c7a4fc2d1270065cd533c81b1c5c26f346db89d12f95feea647ae7 not available\nNOTE: Running setscene task 1456 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_create_spdx.5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_create_spdx_setscene.5d8f132459e42288a0ab8927e506c91d999ed47d349d0c7568b69922b43b2df4 not available\nNOTE: Running setscene task 1457 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_create_spdx.d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_create_spdx_setscene.d20721de4b7d8ee79215e07bedcfec998efdca2b7137e01b362aec23b0d2ea7d not available\nNOTE: Running setscene task 1458 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_create_spdx.3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_create_spdx_setscene.3e559a54b1b454ffa8385c3b9250ba5fd5155f5ecd97ebca2f040d65a57a34e0 not available\nNOTE: Running setscene task 1459 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_spdx.3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_spdx_setscene.3f2fa0dd10edcc951cd0b0e571da130407c43862b60c8d2e38e38fedc34f1682 not available\nNOTE: Running setscene task 1460 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gi-docgen/2023.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_spdx.d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_spdx_setscene.d86e37046554dff094f2ab412e494b3b542007d563666b300c45debe7adf8995 not available\nNOTE: Running setscene task 1461 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gi-docgen/2023.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_packagedata.89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_packagedata_setscene.89ef2cfb7398f6444f948dfd90bf249fd6062395fc6ed74b4684d122d15716be.qemux86_64 not available\nNOTE: Running setscene task 1462 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_populate_lic.c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_populate_lic_setscene.c66f372f1d423ebbaef475c4f3285676e74973ccaa116ba3fead0829216d1d8b not available\nNOTE: Running setscene task 1463 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_runtime_spdx.f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_runtime_spdx_setscene.f3ad1fbde5a19f6154c653fcbb61c253a38a21b8e7584161ebfe384d7e691c8f not available\nNOTE: Running setscene task 1464 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_qa.df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_qa_setscene.df0a40b66c75038e21e81e7ad51831fd91b740e333c79f6b1c1dcb02b4f97861 not available\nNOTE: Running setscene task 1465 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/adwaita-icon-theme/45.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_rpm.568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_rpm_setscene.568644e4409e81938d5200fa95dfb75fc6db48e07756739d6f13b58b2107b9ea not available\nNOTE: Running setscene task 1466 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/adwaita-icon-theme/45.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_lic.14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_lic_setscene.14d176edc73fede7d32d4c1b6ebdfb34adad60605ba24713a577e8d85841b5e9 not available\nNOTE: Running setscene task 1467 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/adwaita-icon-theme/45.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_create_runtime_spdx.2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_create_runtime_spdx_setscene.2e3e39411abe2fae1b68a599402604d0a58d545a3c0e3daafcc7a0e6a0d627a2 not available\nNOTE: Running setscene task 1468 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/unzip/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_package_qa.933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_package_qa_setscene.933f9831564760fbcad733e6b6061649ea5e1a6b90592f47d0d06e6ce5e1d4d0 not available\nNOTE: Running setscene task 1469 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markdown/3.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/which/2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygments/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-jinja2/3.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_packagedata.3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_packagedata_setscene.3f54acfa88146a5e431def7368fdd77937a70af5ec26465efbaa5fffba613aec.qemux86_64 not available\nNOTE: Running setscene task 1470 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-toml/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_package_write_rpm.4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_package_write_rpm_setscene.4cf8f410e50ce5ca52b03892a75078c63fa12a12af396ac44b8e20b135ba5cf5 not available\nNOTE: Running setscene task 1471 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_packagedata.6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_packagedata_setscene.6d9950160f9eb581233423c0f4c6b5f4492e0a43f654d34629334de791db22a9.qemux86_64 not available\nNOTE: Running setscene task 1472 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_packagedata.575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_packagedata_setscene.575c063d2ea79e2e1751b1c875bb62383dbcc65f6f551950979f0ae8317a9a66.qemux86_64 not available\nNOTE: Running setscene task 1473 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markupsafe/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_populate_lic.ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_populate_lic_setscene.ac1f12d71660f1a5f05ca64edc8eff6088a49c7807c3d6200b0055f9dfb3672a not available\nNOTE: Running setscene task 1474 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zip/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-typogrify/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_packagedata.3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_packagedata_setscene.3cd52e778c40026bcec72a79c50242768fcf31db063ad408ae4057a74f8bf0e0.qemux86_64 not available\nNOTE: Running setscene task 1475 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_packagedata.527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_packagedata_setscene.527bb1a2fc84df0233f4d8622000004dc204ecdff58c817dc2831d84c85db351.qemux86_64 not available\nNOTE: Running setscene task 1476 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/adwaita-icon-theme/45.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_packagedata.de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_packagedata_setscene.de7f77c044f8c5a37f72f1b9d882237425bc29ecb3283f43fc26ece2a01141ec.qemux86_64 not available\nNOTE: Running setscene task 1477 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['zip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['zip', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gconf/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['zip', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['zip', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_recipe_qa.0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zip/3.0.do_recipe_qa_setscene.0f76bd996b53af6de32000773626d777ef152452893748d668618a5e9fe6f53b not available\nNOTE: Running setscene task 1480 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_create_runtime_spdx.bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_create_runtime_spdx_setscene.bce70da61f61143d82f45a95f2cf38665e0ed4f089619a0abb6ce560898e9c8c not available\nNOTE: Running setscene task 1481 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gconf/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gconf/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_package_qa.6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_package_qa_setscene.6fe1d632f78eecfe278370d718cf9e2fca16aba34e58f34744712a29db876166 not available\nNOTE: Running setscene task 1482 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gconf/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_package_write_rpm.184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_package_write_rpm_setscene.184e28760a02054329a82a93c93b32caa5b64956d9125553eb676d9fe4367cee not available\nNOTE: Running setscene task 1483 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_populate_lic.56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_populate_lic_setscene.56d88d0067c3ff0e7c63c767e48c5df2c8c6242fc981b622d0e086b7fe523e92 not available\nNOTE: Running setscene task 1484 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_create_runtime_spdx.d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_create_runtime_spdx_setscene.d77fcf9ac129baf3706c00e34c8e97e10d46c79eb6ff1b3f8fe297c21655b693 not available\nNOTE: Running setscene task 1485 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gobject-introspection/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markdown/3.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_create_spdx.d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_create_spdx_setscene.d73c961cd3edc34758f17a76e8b3e993635a6ac7fb463a72dd26bc51dfefb38a not available\nNOTE: Running setscene task 1486 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gobject-introspection/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygments/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-jinja2/3.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['python3-markdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gobject-introspection/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['python3-jinja2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-jinja2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-jinja2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-jinja2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_recipe_qa.3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.3.do_recipe_qa_setscene.3ded267879695d3456969e98a959964145f10fb1cb9e624a7efc2c42753d6f99 not available\nNOTE: Running setscene task 1490 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gobject-introspection/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-markdown', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-markdown', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-markdown', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_recipe_qa.66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markdown/3.5.2.do_recipe_qa_setscene.66fdb0fd463b8c925df2c4982bc761cdf87d45d13797cd89c70e1a707081e487 not available\nNOTE: Running setscene task 1492 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zip/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-typogrify/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markupsafe/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-pygments', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-toml/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-pygments', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pygments', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_recipe_qa.f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-pygments/2.17.2.do_recipe_qa_setscene.f3b335ab65cfdbe17326cb53d66be0028f0e79aa9bdad8cbb98ece08d9c138cc not available\nNOTE: Running setscene task 1495 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Considering setscene task: ['python3-typogrify', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Considering setscene task: ['python3-markupsafe', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['python3-markupsafe', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-markupsafe', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_recipe_qa.eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.3.do_recipe_qa_setscene.eadf5602b4ef1bf7db86c4a1105114935406d75d3260d717eac402d68caa69f8 not available\nNOTE: Running setscene task 1499 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['python3-toml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Considering setscene task: ['python3-toml', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-toml', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-toml', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_recipe_qa.6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_recipe_qa_setscene.6f224ca35690d6260254ce198134d1b54c84e470530426141ce55ffa582f973c not available\nNOTE: Running setscene task 1502 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['python3-typogrify', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-typogrify', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-typogrify', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_recipe_qa.46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_recipe_qa_setscene.46e0021cba98ac30753f4a27d3a852eaf3f70a9d3687062cfb67e540bb6d3648 not available\nNOTE: Running setscene task 1504 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk+3/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_package_qa.63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_package_qa_setscene.63c03dfaf4aa052825c39020788f8614a0f873957c1b50fcc39661bdad235e18 not available\nNOTE: Running setscene task 1505 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_package_write_rpm.c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_package_write_rpm_setscene.c6ea358760fcffe9acf93e0d4681ee89100439c5cc951987f4909f62f47c1900 not available\nNOTE: Running setscene task 1506 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_populate_lic.14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_populate_lic_setscene.14509ce6166124491000295e61ccbfc8d362e47e46989a4bc355a27c95a25edc not available\nNOTE: Running setscene task 1507 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_create_runtime_spdx.d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_create_runtime_spdx_setscene.d700a23b76ca5213540f4eb0965f0a5945ee7c4cc534fc271536dc4ac4569251 not available\nNOTE: Running setscene task 1508 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk+3/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_package_qa.032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_package_qa_setscene.032b052f5f4c1af5e84844f444689f0e22afaf240634ff81057da1d9444e164b not available\nNOTE: Running setscene task 1509 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk4/4.12.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk+3/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-setuptools/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk+3/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_packagedata.8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_packagedata_setscene.8d991a69177ab634a6ab3fcd33109c686597eea01fd9c12bae15dc9343ac636e.qemux86_64 not available\nNOTE: Running setscene task 1510 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_package_write_rpm.e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_package_write_rpm_setscene.e99a9bd91e6acb3ef94292b9e6407026ddd69a8748609089a2d1a645096ba889 not available\nNOTE: Running setscene task 1511 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_populate_lic.2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_populate_lic_setscene.2eac7f927e8e03b7b36c753ad7be404fa4b1c5ab9d90f208f0a9e888abdf6b6e not available\nNOTE: Running setscene task 1512 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_runtime_spdx.b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_runtime_spdx_setscene.b1a6697b60c3ffedf7bc26788cc1fd6c1fb21ac7645a8e267b6fd1f77e81e3f1 not available\nNOTE: Running setscene task 1513 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_qa.0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_qa_setscene.0bbdc8618883b188368c1a59508b60af556116daf9af35eb13d6b9a91f5d4d0e not available\nNOTE: Running setscene task 1514 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markdown/3.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-jinja2/3.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_rpm.4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_rpm_setscene.4dbae5f34428a568ea805f7dc54557bfb030dd4ffe18ba3dd459a98ea8cfc405 not available\nNOTE: Running setscene task 1515 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-pygments/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_lic.901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_lic_setscene.901e36acce7de8206c1a67f38bdcd1b12d62c1bccf1011b51e89da0302c33131 not available\nNOTE: Running setscene task 1516 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_runtime_spdx.407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_runtime_spdx_setscene.407e8dde7814b0b4349e10c59ac4506f382b2d159d094671ad0f832db8213544 not available\nNOTE: Running setscene task 1517 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-typogrify/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-markupsafe/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_qa.cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_qa_setscene.cdf6b1bec2f275d16bfdb540968d1caccfff2ce24954413f4e856370daf800e1 not available\nNOTE: Running setscene task 1518 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk-doc/1.33.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_rpm.cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_rpm_setscene.cbc3b8550ae3992d011826fb7e7633872b011eba26540bcb855f3e6f141ec970 not available\nNOTE: Running setscene task 1519 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-toml/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk4/4.12.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk4/4.12.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk4/4.12.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_lic.50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_lic_setscene.50f7a4bf6604b85443e44f93ee7c1531050a030a2bd8bfbd75d43cb72a1c879e not available\nNOTE: Running setscene task 1520 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_runtime_spdx.abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_runtime_spdx_setscene.abd5972aeca5975441597c815f380af4df5916135ccdf209dba6fd2307183f70 not available\nNOTE: Running setscene task 1521 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk-doc/1.33.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_qa.10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_qa_setscene.10395b7fd282502dc33280bae22db060eaf527faae82895b14d3ddd305c4d67f not available\nNOTE: Running setscene task 1522 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_rpm.7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_rpm_setscene.7dac1ea5e4f1609274fc86f04a1a1a904c3d44a43d48f9df22984f85d49f4e22 not available\nNOTE: Running setscene task 1523 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_lic.db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_lic_setscene.db9ab851eadfc46bf94945c65e3c8541f54e2eab85d9bd0dba343fb0904b4d6b not available\nNOTE: Running setscene task 1524 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-setuptools/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/hicolor-icon-theme/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/hicolor-icon-theme/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk-doc/1.33.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_create_runtime_spdx.e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_create_runtime_spdx_setscene.e48fda8788d944d9211d2d94a5f9a5568c6a0f8cd42543c99ce1fafd6772fbdc not available\nNOTE: Running setscene task 1525 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk-doc/1.33.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/hicolor-icon-theme/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-setuptools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Considering setscene task: ['python3-setuptools', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Considering setscene task: ['python3-setuptools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-setuptools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_recipe_qa.91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.0.3.do_recipe_qa_setscene.91baa00b5589c8d4cac0b47da92d3c9cab8b649f9a65f261b6f5fc23b391fd66 not available\nNOTE: Running setscene task 1528 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_package_qa.f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_package_qa_setscene.f126948e44fd73c83d96736baf65ad0386e759b99af56e8ec50a28c7376f712f not available\nNOTE: Running setscene task 1529 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_package_write_rpm.e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_package_write_rpm_setscene.e123ddb3a35450bf0d795eaac522ddb4b443981f3c0ecf1de534d7e9a72bf5ec not available\nNOTE: Running setscene task 1530 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_populate_lic.a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_populate_lic_setscene.a0ac75828926b23484d2f447e42f1c276229e4ffcb8c767ae9e8028d03b1422e not available\nNOTE: Running setscene task 1531 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_runtime_spdx.6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_runtime_spdx_setscene.6071c32866f07b6a906cb00237b19c4824fe9275f86ac98f8857cf81ee8c3c65 not available\nNOTE: Running setscene task 1532 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/hicolor-icon-theme/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_qa.5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_qa_setscene.5ef24285dd5a3d9516c094cfb8fcd8374d40339a1244841393edc7c4ccb9a7f2 not available\nNOTE: Running setscene task 1533 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_rpm.3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_rpm_setscene.3545142794d3795e94bad0e2894081950e67c1d1594180cd4200da6f96fbfced not available\nNOTE: Running setscene task 1534 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-glib/1.8.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-glib/1.8.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_lic.5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_lic_setscene.5c62b73ad025ef53f31bf4fc68e19351fd7d6745040da32bb69e7c4414b335c2 not available\nNOTE: Running setscene task 1535 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-glib/1.8.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_runtime_spdx.baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_runtime_spdx_setscene.baf1026c1bc676730f65d41ff660fb7ffa5e685b15d6d0775cb8df4ee762437d not available\nNOTE: Running setscene task 1536 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgudev/238/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgudev/238/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgudev/238/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-glib/1.8.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgudev/238/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_rpm which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_qa which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_lic which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_lic which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_qa.f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_qa_setscene.f61b34984373c8815ad230d5be8d8f3e485f042668d964248c598e856c7004a2 not available\nNOTE: Running setscene task 1537 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_qa_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_rpm.2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_rpm_setscene.2cfe26b4055159c7e19ec6ae7daddfa222e654f96ef9a3372a182375e16fc96a not available\nNOTE: Running setscene task 1538 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_write_rpm_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_populate_lic.5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_populate_lic_setscene.5330fefe0a801169b26f64be3411e371aed2b40222393f8843363b8c67bddd1a not available\nNOTE: Running setscene task 1539 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_populate_lic_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_runtime_spdx.c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_runtime_spdx_setscene.c7fca578deef593a53a1c5509adae82dc9e912cdf26c2a26d31d94d1fcabf063 not available\nNOTE: Running setscene task 1540 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_runtime_spdx_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_qa.165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_qa_setscene.165e0dbeb79f501a0cb18804e61e5d85ed658139a14645a00fcb042a76079a60 not available\nNOTE: Running setscene task 1541 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_qa_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_rpm.d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_rpm_setscene.d1c1aaf3a74d2014b29eb00024b29780594c44719fd17edfb5390c2b9fb765b0 not available\nNOTE: Running setscene task 1542 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_rpm_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-setuptools/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_lic.e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_lic_setscene.e10f6e5f08a0a063f26123005571e538ab69996dfcb59ae02f51ea7c0ee5774c not available\nNOTE: Running setscene task 1543 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cairo/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cairo/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/cantarell-fonts/0.303.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librsvg/2.56.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cairo/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cairo/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librsvg/2.56.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librsvg/2.56.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librsvg/2.56.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/cantarell-fonts/0.303.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/cantarell-fonts/0.303.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_runtime_spdx.a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_runtime_spdx_setscene.a8d61fd4d627767e25a88e83000943e2805c36f4c049acfb61232888c63b2fa8 not available\nNOTE: Running setscene task 1544 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/cantarell-fonts/0.303.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdrm/2.4.120/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdrm/2.4.120/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdrm/2.4.120/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_qa.a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_qa_setscene.a24654c6418bd3733ebcf81fea91cfc8f6fb4fb37bc1bf5078633642b5504e9c not available\nNOTE: Running setscene task 1545 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdrm/2.4.120/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_rpm.80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_rpm_setscene.80818c0a32f3c921ac5b0e8732f8383467a7465d5bd619723ecb98cb9344502e not available\nNOTE: Running setscene task 1546 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_lic.7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_lic_setscene.7e41198ad27cb4d3362c0890e7b8f960de529d67bf76a3a8c5430800795e2ef8 not available\nNOTE: Running setscene task 1547 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_runtime_spdx.db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_runtime_spdx_setscene.db824294312555ffe53772f490a77e1931bc9de460e952ed883f97264820fc70 not available\nNOTE: Running setscene task 1548 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_qa.fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_qa_setscene.fd69625aaeb43dc018facbd431c73f3933a44a4b4c58e644de51d73aafc68229 not available\nNOTE: Running setscene task 1549 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_rpm.b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_rpm_setscene.b3029d5485352a63a44bda6f0f2d4600fa874ac34d2eecb5e14a28e8aa41ac87 not available\nNOTE: Running setscene task 1550 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_lic.f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_lic_setscene.f4aff5319b69e1b283d14fd842e24e117511efcf9d840d7c2d6e39ee288afc8f not available\nNOTE: Running setscene task 1551 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_runtime_spdx.b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_runtime_spdx_setscene.b9dff5fa761d79feee3a97cfdb9c686811fb0aff193cd212b12cc9001afac189 not available\nNOTE: Running setscene task 1552 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_qa.da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_qa_setscene.da310ffe2607ff0008c7dc29a554cc251de6b86966444027f77f6a737185d316 not available\nNOTE: Running setscene task 1553 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_rpm.7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_rpm_setscene.7e7a3dcd6b8d5fe138746e83f42404cc3c5c9fbb0542075516a00fe62f266f6c not available\nNOTE: Running setscene task 1554 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_lic.83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_lic_setscene.83ea3e8520ce0ef18bf1153b5cacea8cd5140ed3ae08ccac216f373477417aca not available\nNOTE: Running setscene task 1555 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_create_runtime_spdx.3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_create_runtime_spdx_setscene.3a11f7ea319bcb5e9c79e8770668b8ecd116413a980c69e2e7c59224f8a07d5e not available\nNOTE: Running setscene task 1556 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_package_qa.4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_package_qa_setscene.4749fd647184aa3979250fea55e15b6d40b2c97450ed55d6eae2cce9e7317c95 not available\nNOTE: Running setscene task 1557 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_package_write_rpm.f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_package_write_rpm_setscene.f2ff538ed8519bfc69b9db823adb111ff7554f53b829df3ff728e04cd11e8e10 not available\nNOTE: Running setscene task 1558 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_populate_lic.3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_populate_lic_setscene.3fa35d6d10133382a711fe2f4a7b155069038feb9a05bca524eda32891bc5ab0 not available\nNOTE: Running setscene task 1559 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fontconfig/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fontconfig/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/freetype/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/freetype/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fontconfig/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fontconfig/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_runtime_spdx.a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_runtime_spdx_setscene.a71b1d247cd408d728fbf2a27e79ecc91b06448c46421da9c4ae3caecb0182b6 not available\nNOTE: Running setscene task 1560 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/freetype/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/freetype/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/graphene/1.10.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_qa.e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_qa_setscene.e0280bdc904768078f7e3eae81578fa3b9bac8adda38e8ba15ba357c0ee02e09 not available\nNOTE: Running setscene task 1561 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/graphene/1.10.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/graphene/1.10.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_rpm.65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_rpm_setscene.65ecbf594af8e57a017878cbef482f2d98ffa56338d336b79c47995ff612c7db not available\nNOTE: Running setscene task 1562 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_lic.cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_lic_setscene.cf2b40799a523fcc1ea60a0dcc4339fa1facaba706bbc33abe8dfcd190da84ee not available\nNOTE: Running setscene task 1563 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_runtime_spdx.42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_runtime_spdx_setscene.42a7e631159f2cf87aa366c1d4427c68c56ac77868babfe95aa9efeeed0d0aa8 not available\nNOTE: Running setscene task 1564 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_qa.c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_qa_setscene.c2deaac4128d3eff43f648c7dc95d1878b5607b581c71523974398823bf2b1c6 not available\nNOTE: Running setscene task 1565 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/graphene/1.10.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/harfbuzz/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_rpm.a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_rpm_setscene.a0a10a9155a8c6c80f33113ebb4d1fadcbd84247cb63e78dd02b3ced99991957 not available\nNOTE: Running setscene task 1566 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_rpm which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_lic.01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_lic_setscene.01a625899cdfe9ee03a24ddec6aede966adbab21af9cc27109d6ff8000d36ec3 not available\nNOTE: Running setscene task 1567 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_runtime_spdx.ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_runtime_spdx_setscene.ae41eb13b8f8cf46ca5185a31a96bb3aec297f49bccd71d48378b73032c18469 not available\nNOTE: Running setscene task 1568 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/harfbuzz/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_qa.c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_qa_setscene.c7b912bff4951a2e81ead45d49cbf10b741dca14892df03d252dd824e37c95bd not available\nNOTE: Running setscene task 1569 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/harfbuzz/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_rpm.abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_rpm_setscene.abbb3d7526482cfdd8e47c48268315beb76cf38a855a13790006b6a4d6696890 not available\nNOTE: Running setscene task 1570 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_lic.cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_lic_setscene.cb92aaa19c1af169a4304ffa94ea81404a25a5871ff21dba9dfa029ea61c4194 not available\nNOTE: Running setscene task 1571 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_runtime_spdx.7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_runtime_spdx_setscene.7b6509ee1d5d73dd98011b9747540f9bbfdda5d81ed583bb334a697e3097ccee not available\nNOTE: Running setscene task 1572 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_qa.76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_qa_setscene.76b7c644df34efb6ad9271caf7935bb57774fb530c560128b8908a56797b9b36 not available\nNOTE: Running setscene task 1573 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/harfbuzz/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_rpm.8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_rpm_setscene.8e161a09bae872b76fcc50033fb12d47ae258dba8e4af9a541dc86e08515d84b not available\nNOTE: Running setscene task 1574 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_lic.38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_lic_setscene.38303571a8851fdc737a972d0573e921bc85f8d9cadfd851e1c7588e2eb80378 not available\nNOTE: Running setscene task 1575 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libjpeg-turbo/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_runtime_spdx.d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_runtime_spdx_setscene.d42ef5b883a587e4a198acfa3a8e5f0bd9951e09deb85f80d82be1b3de18806a not available\nNOTE: Running setscene task 1576 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libjpeg-turbo/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libjpeg-turbo/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libjpeg-turbo/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_qa.927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_qa_setscene.927500af066089196e1d24d546479d1dcac6738d1093cef41faa79a4abdc8468 not available\nNOTE: Running setscene task 1577 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libepoxy/1.5.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libepoxy/1.5.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfakekey/0.3+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfakekey/0.3+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libepoxy/1.5.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfakekey/0.3+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libepoxy/1.5.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfakekey/0.3+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmatchbox/1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmatchbox/1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_rpm.5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_rpm_setscene.5be9779488fe5dcbe1360f4cd1d80f282831f20f94ef8d2a011094217f855aad not available\nNOTE: Running setscene task 1578 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmatchbox/1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_populate_lic.c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_populate_lic_setscene.c941853b81f58e333b14a55bc2ab9574ce3063cc44fc3da8cc0fd8fc0215478f not available\nNOTE: Running setscene task 1579 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_runtime_spdx.d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_runtime_spdx_setscene.d65bc6de491a1c6e758b3f77bef1a24be541e6ffd8f9e58a5db151e3124b8c8e not available\nNOTE: Running setscene task 1580 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_qa.58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_qa_setscene.58bd6d0ac72bf05928f973b6f4204f803e79997a0e55985e8857077057fd04fb not available\nNOTE: Running setscene task 1581 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_rpm.7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_rpm_setscene.7ceb50e187e03800a571b58b7f33178237f7e8b198750dbf8a5c34a4cca62b2a not available\nNOTE: Running setscene task 1582 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_lic.2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_lic_setscene.2b0c18d035513681eee42e3c200cd2a6e0bfc21dddffba2b5916b38b5a9cf191 not available\nNOTE: Running setscene task 1583 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_runtime_spdx.9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_runtime_spdx_setscene.9f6b327d23f9ffdc06f44cfe79defdab7d87d4ca953638533189d44d654e6512 not available\nNOTE: Running setscene task 1584 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_qa.d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_qa_setscene.d47c3f5d829fef668e562d10994837d9a54846cdcc7a37332e296985a788e748 not available\nNOTE: Running setscene task 1585 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_rpm.e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_rpm_setscene.e672fca76a38e201345d02aa67f26a8e59254353df91fbd79a4cd775dde164c1 not available\nNOTE: Running setscene task 1586 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_lic.98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_lic_setscene.98463a9495c2004dc7323aec93d18afd176dedb5d1e02675d53fbf1abf5a07a7 not available\nNOTE: Running setscene task 1587 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_runtime_spdx.bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_runtime_spdx_setscene.bc3bed964b8b0dc3afedc47af86fab03d2eabf9b8a9059c9f34a0e8a3f6e3943 not available\nNOTE: Running setscene task 1588 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_qa.babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_qa_setscene.babbda6be372e5d1d697e443443b5e020068ec42a358c5a783283c96d02f80ec not available\nNOTE: Running setscene task 1589 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_rpm.c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_rpm_setscene.c9c2dfc6ab8e4685d00d8e30970c958bbc713fd835dd3692112af11c5076244f not available\nNOTE: Running setscene task 1590 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmatchbox/1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_lic.a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_lic_setscene.a755234af5ebc827881b24fe995f8cc6540aa2700a2c4598564e6f1ed4ea46a6 not available\nNOTE: Running setscene task 1591 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_runtime_spdx.9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_runtime_spdx_setscene.9419870fc6a205a123b3780425f91b59975f989ef534bacb144434b9e5fdfb74 not available\nNOTE: Running setscene task 1592 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_qa.46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_qa_setscene.46911e60c5f0864420e671082f414d5bd445b5966ff640ad68510399e79bd618 not available\nNOTE: Running setscene task 1593 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_rpm.e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_rpm_setscene.e0cb0afa6efe2c2282e87b2bc83f97986bf0fc069d82cc696645e1fd86d47ecd not available\nNOTE: Running setscene task 1594 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-wm/1.2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-wm/1.2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-wm/1.2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-wm/1.2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/menu-cache/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/menu-cache/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/menu-cache/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_populate_lic.4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_populate_lic_setscene.4ea6c76fd6978140487807c9b368296eef8b272dc02bdd0c9fefb8ae60d76c94 not available\nNOTE: Running setscene task 1595 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/menu-cache/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_create_runtime_spdx.340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_create_runtime_spdx_setscene.340e710b7da3a053ddce671ed89035b4ac87e90d85ecb34bc704d46c83e07651 not available\nNOTE: Running setscene task 1596 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_package_qa.55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_package_qa_setscene.55ca15acdeea666aaa17f565c02dd71053a5aaaefb05cc6370984edfcf116536 not available\nNOTE: Running setscene task 1597 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libglu/9.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_package_write_rpm.948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_package_write_rpm_setscene.948a9c6a361cdbce6d89f346b6f04cfa902926c581e2fcde6cef82982295e670 not available\nNOTE: Running setscene task 1598 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_populate_lic.aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_populate_lic_setscene.aa01b7a49398ba6ed06a892e0eb558a6a36e25da9e38bc652543034c8179acff not available\nNOTE: Running setscene task 1599 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_runtime_spdx.16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_runtime_spdx_setscene.16382d117e34997f74f5e696bf5526eb4db8f83293b96366c840249e0e383dc9 not available\nNOTE: Running setscene task 1600 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libglu/9.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libglu/9.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_qa.55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_qa_setscene.55753901883a1abeb1c5d7af88f031de0c11c0a5860d4d066374c18a16f64fc2 not available\nNOTE: Running setscene task 1601 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_rpm.4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_rpm_setscene.4511aa0a565cabeaaa6ebb105f9779a9579f7b0bc80e84ec80e6f2ee585afdac not available\nNOTE: Running setscene task 1602 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_populate_lic.64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_populate_lic_setscene.64513d066b084111556e40cb5ac9292f886163d6a132dc4cc62f0245dc0ac2f2 not available\nNOTE: Running setscene task 1603 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_runtime_spdx.c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_runtime_spdx_setscene.c36b2aa3e706faf0df7126f1184ca0c6d43288d7b6929930ebefea5b6588dacc not available\nNOTE: Running setscene task 1604 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_qa.a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_qa_setscene.a4e98e6c0acce6bac2fa4b995f7f2009001702e0b0563b24577320f87031ff14 not available\nNOTE: Running setscene task 1605 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_rpm.c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_rpm_setscene.c586553d672f66ae23de91e1ae81584bf6273dd92b73a25f165142e7f69c5cb4 not available\nNOTE: Running setscene task 1606 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libglu/9.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nNOTE: Running setscene task 1607 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa-demos/8.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_spdx.6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_spdx_setscene.6b948564101b84494788b0bf4b36647ef3f5b78d86601c8d0bed4035cfc6b823 not available\nNOTE: Running setscene task 1608 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa-demos/8.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_runtime_spdx.9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_runtime_spdx_setscene.9a4646da8d69deeae49a035bab2dc3bdf605d32f7c02cd6256655c519c84691f not available\nNOTE: Running setscene task 1609 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa-demos/8.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_qa.b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_qa_setscene.b3481a8af384bebadd520d7f8498fcf3c51bb81c1c575d67ec984d268ae08253 not available\nNOTE: Running setscene task 1610 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mini-x-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mini-x-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mini-x-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa-demos/8.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mini-x-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_spdx.8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_spdx_setscene.8b014ad73172933676c6165fa311195fc8a338367a56e6258eed72074386a69a not available\nNOTE: Running setscene task 1611 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_spdx.d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_spdx_setscene.d3e549c2038bbff33398c64ca24e5a9298ef43d51860135e4db4cd9262e06b3d not available\nNOTE: Running setscene task 1612 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['packagegroup-core-x11-base', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-x11-base', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-base', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-base', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-x11-base', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_recipe_qa.9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_recipe_qa_setscene.9e1ba6a63bc4026cac1742968311ac68c4294c8ae3e7b47154ac9e9a1dd8bdf4 not available\nNOTE: Running setscene task 1614 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_rpm.5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_rpm_setscene.5e046917faf793394b3e321f172c67da786ebfa2495625db66fceb5fa84eefa6 not available\nNOTE: Running setscene task 1615 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nNOTE: Running setscene task 1616 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_runtime_spdx.35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_runtime_spdx_setscene.35c00ee00103b107bb98188578bcfa427071d95dcfbf7c6f191a46701de8b4e0 not available\nNOTE: Running setscene task 1617 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:1: including sudo.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_qa.c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_qa_setscene.c1ad13cf3b7a7eed7e82ce429284f194f41b08fdfb1572cf4fc502820a238f1a not available\nNOTE: Running setscene task 1618 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo.inc:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_rpm.f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_rpm_setscene.f5c396dcf9406c783f0bd134d54bba51a70af0e8d40068a212056437cbca45f9 not available\nNOTE: Running setscene task 1619 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa/23.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa/23.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa/23.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa/23.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_populate_lic.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_populate_lic_setscene.f931b1381562833c7783618c338daf9998b79ee965d0a97663a37f7c49486271 not available\nNOTE: Running setscene task 1620 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_create_runtime_spdx.1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_create_runtime_spdx_setscene.1f23821d92cff09ee82686c67881e0e5b73498e43b312156d5726307fe201244 not available\nNOTE: Running setscene task 1621 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_package_qa.33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_package_qa_setscene.33eda9a3d6022dab55870f5ec8616e0e3e99e4676382b263fa2fe493afe4e7cb not available\nNOTE: Running setscene task 1622 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_package_write_rpm.1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_package_write_rpm_setscene.1c201bb85cf64d386f171de2ae63dc60771e425ff84a4df85d116b9cfe545f66 not available\nNOTE: Running setscene task 1623 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_populate_lic.b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_populate_lic_setscene.b42ba961f11b51a0d48c4d24284f7dc3c78c194f5e13fe12d32eb897d5979929 not available\nNOTE: Running setscene task 1624 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa-demos/8.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_packagedata.39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_packagedata_setscene.39da69308cbbc55db3b2c8c97f428a93ea86e7b175ca31b0a3dd56b32ec757c2.qemux86_64 not available\nNOTE: Running setscene task 1625 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_spdx.a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_spdx_setscene.a866efd3e08fee405176d3ec76cc563f5fb74d1ee1abe4acd7c7c6c4c7abfc79 not available\nNOTE: Running setscene task 1626 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['packagegroup-core-x11-xserver', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-xserver', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-x11-xserver', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_recipe_qa.e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_recipe_qa_setscene.e008865cbb4627f7d9e74cc1fbec42e9020752236bd20e5e1a39823ad783a449 not available\nNOTE: Running setscene task 1627 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mini-x-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sudo/1.9.15p5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_packagedata.33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_packagedata_setscene.33dd47fd5f0130c08283a92518301df97d87b1c15ad7430d3d8ea0048922ff86.qemux86_64 not available\nNOTE: Running setscene task 1628 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_packagedata.5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_packagedata_setscene.5ffcd1f564bf9658a7c27c755f985c40e0e9299c874f1ea0b11adbadd5ac92b9.qemux86_64 not available\nNOTE: Running setscene task 1629 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['packagegroup-core-x11-xserver', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_spdx.3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_spdx_setscene.3d013e4364aaf05b5ca7d0aa2a41dd87e6c3d946e6161dba95390a4430ce5315 not available\nNOTE: Running setscene task 1631 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['packagegroup-core-x11', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-x11', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-x11', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_recipe_qa.e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_recipe_qa_setscene.e3c0a02b6bbab123c143356f30dcfe3112632708d3a93387084db9eb0bbd1930 not available\nNOTE: Running setscene task 1633 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_runtime_spdx.0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_runtime_spdx_setscene.0fbfbaa7c6cf284a290a2148a9b976d080169791b9fde7d4b9520dffe6ee6091 not available\nNOTE: Running setscene task 1634 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_qa.803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_qa_setscene.803b41e30cf1139110ed212c2e189b39b9d2368b96d9e42d85ea75f1a9eb2442 not available\nNOTE: Running setscene task 1635 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_rpm.cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_rpm_setscene.cf7dc1c9508d25f89335df2c9f91df05682d790dcd09ad041f84e797651ea4c2 not available\nNOTE: Running setscene task 1636 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_lic.926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_lic_setscene.926e1b85d91f9d72ba5833ea8cf67636d369b86fae45359ca810d270c0b9a3a8 not available\nNOTE: Running setscene task 1637 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:1: including sudo.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo.inc:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_runtime_spdx.17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_runtime_spdx_setscene.17c0eae0dfe7050b0e2738bf004d217eefaa1c5f463b285d39abd5ea84c460d0 not available\nNOTE: Running setscene task 1638 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pango/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pango/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pango/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_spdx.7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_spdx_setscene.7a8e94f105da12d46c239bb86947067988d0bc6ac43718529f01793b02da2512 not available\nNOTE: Running setscene task 1639 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pango/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_packagedata.e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_packagedata_setscene.e61b6b52f2774070061601f23dbf72763d9e7bfb6ccfb33ad4557563ca6ce7bf.qemux86_64 not available\nNOTE: Running setscene task 1640 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_qa.404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_qa_setscene.404dad3f38dc4aed677495154e5a4d8d1a8e8b19f4c7b13274aad2bf3f926350 not available\nNOTE: Running setscene task 1641 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa-demos/8.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_rpm.2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_rpm_setscene.2cb043eb8083b260edfea026a4658842cf4eb9e00e717f7bd21e119bfa01beb3 not available\nNOTE: Running setscene task 1642 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Considering setscene task: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Considering setscene task: ['mesa-demos', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['mesa-demos', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mesa-demos', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_recipe_qa.5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_recipe_qa_setscene.5914bfaaabc2d6a5fa543811d496dec1d0ab4ea1c6603b33158faa907f887585 not available\nNOTE: Running setscene task 1645 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_recipe_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_populate_lic.c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_populate_lic_setscene.c771ee63b95220003e8b4bb684f1610879a8b2c170a9d582a065f7d4e9dccd72 not available\nNOTE: Running setscene task 1646 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_create_runtime_spdx.cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_create_runtime_spdx_setscene.cf82961071e1ff69143c92aa4027e36264a20a9fa93937f576dd5c1be8320fbb not available\nNOTE: Running setscene task 1647 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mini-x-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sudo/1.9.15p5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['mini-x-session', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:18)\nDEBUG: Considering setscene task: ['mini-x-session', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/startup-notification/0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['sudo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/startup-notification/0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/startup-notification/0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['sudo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['sudo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['sudo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_recipe_qa.95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_recipe_qa_setscene.95bc36fbaddcbff010609605407df79d65610070773305f7f21822674260ac88 not available\nNOTE: Running setscene task 1652 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/startup-notification/0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/liberation-fonts/2.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['mini-x-session', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mini-x-session', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_recipe_qa.dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_recipe_qa_setscene.dda0aa27d7525120b3fe1598eb810b73a5488a3b944704afe6d26ac0dfa75916 not available\nNOTE: Running setscene task 1653 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_packagedata.5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_packagedata_setscene.5b70e3453100e4e66744badba32cb9817c65b41bab0e949e0eb113b86165a631.qemux86_64 not available\nNOTE: Running setscene task 1654 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_spdx.7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_spdx_setscene.7c9bd3904ddf13fed43791bad33b06c9cdeab754d8964d04f9f13f505063a1c2 not available\nNOTE: Running setscene task 1655 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_package_qa.7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_package_qa_setscene.7669a08ff00b4eaa7caf1c011a703864924f728ea70e363f2f20628fbe99f2b5 not available\nNOTE: Running setscene task 1656 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_package_write_rpm.ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_package_write_rpm_setscene.ba6a6e62ff54a5a76ad889532c38d952a3e83e9ba7be2f5ac42e302f3e5e58c8 not available\nNOTE: Running setscene task 1657 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_populate_lic.13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_populate_lic_setscene.13db48bbcc5c6a5746df113af2f08648d115a0196731118e546e168ca6ad509b not available\nNOTE: Running setscene task 1658 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_create_runtime_spdx.a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_create_runtime_spdx_setscene.a2953f2fad268d8bce87c0ca4a1dc4bf52f3bea8aacb96b7fff37814765b1838 not available\nNOTE: Running setscene task 1659 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:1: including sudo.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo.inc:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_package_qa.c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_package_qa_setscene.c777dee6a3c080dc4ad25d82894ce54e9b5edf971473333403db13b0de5fa04e not available\nNOTE: Running setscene task 1660 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/liberation-fonts/2.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Considering setscene task: ['packagegroup-core-x11-xserver', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-xserver', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-xserver', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-xserver', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-xserver', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-xserver', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_package_write_rpm.2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_package_write_rpm_setscene.2bf7196df4fb7e4242b59bd99d21019835687e32d8bfedf69a3f08d835d62fd3 not available\nNOTE: Running setscene task 1662 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_populate_lic.acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_populate_lic_setscene.acd76397daf1c3fedd24a75f0545cc83d8a65f19b56f6fef54b65cef19c11a7d not available\nNOTE: Running setscene task 1663 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/cantarell-fonts/0.303.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/liberation-fonts/2.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/liberation-fonts/2.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_packagedata.dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_packagedata_setscene.dbc8db7ad8306b1ecd39768510de8a56306e80e99569d2dac0d1cdce162e4269.qemux86_64 not available\nNOTE: Running setscene task 1664 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_runtime_spdx.1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_runtime_spdx_setscene.1d8b671fbb671b2738fbf694f32317983f8c841b8ccb51e3e1a4d24798489e99 not available\nNOTE: Running setscene task 1665 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa-demos/8.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_qa.7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_qa_setscene.7a64a7951465a93137754c61dea15104c36a33ae199c224093cd3195073fff84 not available\nNOTE: Running setscene task 1666 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_rpm.2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_rpm_setscene.2ef8201ae2faa97cb7f8fde8222d6961b13dc84772c29d5c65de7f6c7fb22a17 not available\nNOTE: Running setscene task 1667 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/liberation-fonts/2.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mini-x-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Considering setscene task: ['packagegroup-core-x11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sudo/1.9.15p5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_packagedata.ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_packagedata_setscene.ac215301a411fe49307cb49d40e3e9ad2dc46262bd1f22f63e860ffe3cad245e.qemux86_64 not available\nNOTE: Running setscene task 1669 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_lic.33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_lic_setscene.33ccb5ab10e374609be6af401b31018f4b01b46361475f631ee96a1f77a47d92 not available\nNOTE: Running setscene task 1670 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_create_runtime_spdx.80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_create_runtime_spdx_setscene.80d7b847d24597979f6e48d52b350781d1abff70db7219e693a39adb26350475 not available\nNOTE: Running setscene task 1671 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_package_qa.1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_package_qa_setscene.1d281b40599d9a667a1dc1ddd6995930ca0ffc70c6c107e18f67ea24528cdad3 not available\nNOTE: Running setscene task 1672 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_package_write_rpm.b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_package_write_rpm_setscene.b131622f438f800755de1af565a73cf0b8c711407dfbcd7bf2bac1e8e974bfc2 not available\nNOTE: Running setscene task 1673 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_populate_lic.638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_populate_lic_setscene.638e961e7f5737bf1ab7346b82db708447f1f77b9d4080bb32dde1e13937ccd7 not available\nNOTE: Running setscene task 1674 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_create_runtime_spdx.a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_create_runtime_spdx_setscene.a73d08680b3688fd38b131167acd5cd168cb6207a22876b851a1adcd63bbeecb not available\nNOTE: Running setscene task 1675 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_package_qa.10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_package_qa_setscene.10c6d73bbb69ff3f2b441f7ec50323fafe30f7bfd2643f2cc18690f2616d3f9d not available\nNOTE: Running setscene task 1676 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_package_write_rpm.ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_package_write_rpm_setscene.ad18811fd5a18ce1c382d0407f80bbe79d136014c21fcfe84aa3716a4de21321 not available\nNOTE: Running setscene task 1677 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_populate_lic.ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_populate_lic_setscene.ad8d8c15f7b06ce9f2cfc0875a6571b3034ddd26685491cc433dfe5fbc7ab4fe not available\nNOTE: Running setscene task 1678 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_create_runtime_spdx.0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_create_runtime_spdx_setscene.0ec65a11ceb088beae851679caea6625ec2b3b86bc1bb050cad99b3ffb5018cf not available\nNOTE: Running setscene task 1679 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/cantarell-fonts/0.303.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_package_qa.208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_package_qa_setscene.208eae266892660db814d9c51c5a7f95dbe1774453680ff03de6152460a6980d not available\nNOTE: Running setscene task 1680 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libinput/1.25.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Considering setscene task: ['cantarell-fonts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/liberation-fonts/2.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libinput/1.25.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libinput/1.25.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['cantarell-fonts', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['cantarell-fonts', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['cantarell-fonts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_recipe_qa.062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_recipe_qa_setscene.062aa56c79b995592db206eef829e2b7b13d4a4e7fd97754c78a1c2bd6f45f8a not available\nNOTE: Running setscene task 1683 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['liberation-fonts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG:   considering dependency: ['liberation-fonts', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG:   considering dependency: ['liberation-fonts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG:   considering dependency: ['liberation-fonts', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG:   considering dependency: ['liberation-fonts', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG:   considering dependency: ['liberation-fonts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['liberation-fonts', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['liberation-fonts', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG:   considering dependency: ['liberation-fonts', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG:   considering dependency: ['liberation-fonts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['liberation-fonts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_recipe_qa.48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_recipe_qa_setscene.48d4d07ccb2be83bd6c018929d0348197c34660f577c5146f3d5f58f15661a31 not available\nNOTE: Running setscene task 1686 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_package_write_rpm.d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_package_write_rpm_setscene.d555136bb9e3cb2c2f2bd41bbb3b1b9cb0ad42e58fa86eb76689ab6b1c7c8f53 not available\nNOTE: Running setscene task 1687 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_populate_lic.3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_populate_lic_setscene.3b8eb09727259d4b052f10b8eeefee3f2337d0ff4feb7a4a86e5f33cc65b2a16 not available\nNOTE: Running setscene task 1688 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_runtime_spdx.fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_runtime_spdx_setscene.fbaa62a2f9e87d413fa4c173fb69d7bdef793e1e89bffb81a37507a903f38f6e not available\nNOTE: Running setscene task 1689 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mtdev/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mtdev/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mtdev/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libinput/1.25.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wayland-protocols/1.32/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mtdev/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_qa.7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_qa_setscene.7fc749fedfb93f0feddd09e238aec8e3cd6f34ceba218440b3e4b67e3e839423 not available\nNOTE: Running setscene task 1690 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wayland-protocols/1.32/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wayland-protocols/1.32/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wayland-protocols/1.32/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_rpm.039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_rpm_setscene.039d150d2c444ad0e17d516863922bc21ff3074be46a4d58b2a17468e8429ad5 not available\nNOTE: Running setscene task 1691 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_populate_lic.34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_populate_lic_setscene.34db1619a72ebe7b73cb0762cdf372636b11f14e29d0899088857193073cf52d not available\nNOTE: Running setscene task 1692 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_runtime_spdx.15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_runtime_spdx_setscene.15126fdc3d46a6f6588b2d57e7082b23b6f232fa7cd4296db7717985e8b465aa not available\nNOTE: Running setscene task 1693 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_qa.1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_qa_setscene.1212a610c7fdaec75e2ea10d697ab6c67e8d13ecc5e56e24f54552d18ed8bf59 not available\nNOTE: Running setscene task 1694 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_rpm.ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_rpm_setscene.ab8d8f8d2baf2ea2bc1372057c0ecced4d96ee38fa5ada92703462c3abb4648a not available\nNOTE: Running setscene task 1695 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_populate_lic.1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_populate_lic_setscene.1f06880fd2c55187f78c695fb208c6d305930d1257d295538c18130d51f2ac12 not available\nNOTE: Running setscene task 1696 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_runtime_spdx.76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_runtime_spdx_setscene.76ce2f76fd78b5b64d6456f20c1681f5eae012578a494c53b3a9234051a3b1c5 not available\nNOTE: Running setscene task 1697 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_qa.a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_qa_setscene.a39a527aa380f3059d375f7166d43bcc451eb1b4f2759527b488c7637e7e1c49 not available\nNOTE: Running setscene task 1698 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend:2: including test_recipe.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend:2: including test_recipe.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wayland/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wayland/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_rpm.8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_rpm_setscene.8e6ed705cf669007346723ebd90add6102547744f1ecfb735081a9fad669bef0 not available\nNOTE: Running setscene task 1699 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/liberation-fonts/2.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/cantarell-fonts/0.303.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-nodm-init/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_populate_lic.e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_populate_lic_setscene.e505cad0019c8746b7141c0108702c7da8501b388037b60908d82711f2a92674 not available\nNOTE: Running setscene task 1700 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_runtime_spdx.5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_runtime_spdx_setscene.5555a653016520d11a738bbbe3af41866a3f0c3b09117603928d40b003ae5439 not available\nNOTE: Running setscene task 1701 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_qa.8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_qa_setscene.8c86671cebafb161d07cd9d1ea535fed38eabae7b658c04934366aa6d9179997 not available\nNOTE: Running setscene task 1702 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wayland/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wayland/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_spdx.3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_spdx_setscene.3532bc1e2f6db3c510de8bbf7933f0e1ff7fa5c78392d59ff919c00e8bec7435 not available\nNOTE: Running setscene task 1703 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_rpm.9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_rpm_setscene.9b0339db6b7bcc049506aabdbc4e287f3604e2650d209d2b848c8144ee0cda26 not available\nNOTE: Running setscene task 1704 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_populate_lic.69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_populate_lic_setscene.69840891a9b050494c6ca25d212f3b3b7462dc44e413f53b56fd355a1951ec5e not available\nNOTE: Running setscene task 1705 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-nodm-init/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-nodm-init/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/xcursor-transparent-theme/0.1.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-nodm-init/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/xcursor-transparent-theme/0.1.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/pointercal-xinput/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/pointercal-xinput/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/xcursor-transparent-theme/0.1.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/xcursor-transparent-theme/0.1.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_spdx.523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_spdx_setscene.523c2f596fec7f5fd367bedebda0616a2cb3d645798f5227054394bcafe418b5 not available\nNOTE: Running setscene task 1706 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_create_runtime_spdx.81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_create_runtime_spdx_setscene.81e7a54334a10264125de35cf14037323e1c9a0bb9ad37a4cd6952ef3e76f6a1 not available\nNOTE: Running setscene task 1707 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_package_qa.27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_package_qa_setscene.27397c462ca3d01d85f937691ede8c06a72d4eaa60618c187bd73983fd62b8b3 not available\nNOTE: Running setscene task 1708 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_package_write_rpm.cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_package_write_rpm_setscene.cc604fe6b1b52b3923e317399cbd1ad8e2dd44d8e11a74b19bef462c1eace323 not available\nNOTE: Running setscene task 1709 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_populate_lic.161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_populate_lic_setscene.161bed1c3ca8e9f97e0362742a90f64a8548686e87781ed7e5ab64ea28ebbd3a not available\nNOTE: Running setscene task 1710 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_runtime_spdx.5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_runtime_spdx_setscene.5cc4212ee9478c7641adc3867b133804624de814f8cff21ca344d1301553f408 not available\nNOTE: Running setscene task 1711 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_qa.b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_qa_setscene.b164ac61bbb12dc27e2be364110507de4eb2e61c6e1a810564d1f51f776c049c not available\nNOTE: Running setscene task 1712 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_rpm.b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_rpm_setscene.b4f916f6ff26636fc17d0d9bb07a4bdab9b272229c1beb1a87c00600c2c90056 not available\nNOTE: Running setscene task 1713 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/pointercal-xinput/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_populate_lic.f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_populate_lic_setscene.f00afeacf2357c2942c85f320680b0957ade7223851f45be5365ccafa4206565 not available\nNOTE: Running setscene task 1714 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/pointercal-xinput/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_runtime_spdx.7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_runtime_spdx_setscene.7dd62b710f8be90bb86f3a7b33d2e4dbc7225a4d11b6063abf457813aa8f10a8 not available\nNOTE: Running setscene task 1715 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput-calibrator/0.7.5+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput-calibrator/0.7.5+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-nodm-init/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_spdx.21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_spdx_setscene.21372538c8ef591913762403602dd74ebe8c8cf1e4bb81717eea6cd0fd7a9246 not available\nNOTE: Running setscene task 1716 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput-calibrator/0.7.5+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_spdx.06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_spdx_setscene.06b8b66dd8844ce5929345fabcdc66243425e35028dddb7a56be4bbc16ad011d not available\nNOTE: Running setscene task 1717 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_qa.fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_qa_setscene.fd518da66dc577f458762bf43ca97c665e2127a9e41e3de11c42945193af7ef3 not available\nNOTE: Running setscene task 1718 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput-calibrator/0.7.5+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:1: including xorg-app-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_packagedata.abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_packagedata_setscene.abe6203a099e831d7ec180e648daa2a3f0bbf2edaaf223656cddc9f70db50740.qemux86_64 not available\nNOTE: Running setscene task 1719 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_rpm.9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_rpm_setscene.9637784972ec0e05ecdbf110bebabe84463a763d1cab43c485aaefded0f5aa7d not available\nNOTE: Running setscene task 1720 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_populate_lic.5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_populate_lic_setscene.5f15692eafb40d8798f458f00ee15d61184e66715b9f2b1d7c810646fb6dc354 not available\nNOTE: Running setscene task 1721 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/xcursor-transparent-theme/0.1.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_create_runtime_spdx.6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_create_runtime_spdx_setscene.6052ecf94d5bbcc736832bf64073c307a3428ff095ee3a0c3aaa18e01d91f5a7 not available\nNOTE: Running setscene task 1722 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mkfontscale/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mkfontscale/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mkfontscale/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mkfontscale/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rgb/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rgb/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rgb/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:1: including xorg-app-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rgb/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_package_qa.b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_package_qa_setscene.b72acc1a27dbeddef4f17997fb9ea6416b0fb2b99fc14a2f172ac7efd17595ef not available\nNOTE: Running setscene task 1723 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_package_write_rpm.b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_package_write_rpm_setscene.b6ce685f1a633a4c1fe915d6519c9f19f38cf6470a1c59c775b8ebfbc6f2dc04 not available\nNOTE: Running setscene task 1724 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_populate_lic.548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_populate_lic_setscene.548545a508501d591b806de02c7aaca5c667446c8a40266a107139d06306cda3 not available\nNOTE: Running setscene task 1725 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_runtime_spdx.1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_runtime_spdx_setscene.1279e3c040bdc84575430a6ca7af02401be180a34f8cceb5af1c6749f4cf98ef not available\nNOTE: Running setscene task 1726 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_qa.d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_qa_setscene.d97fd05dccdab05f2fbf9a1241ba5d5687be9262384330b61d5da970db63645e not available\nNOTE: Running setscene task 1727 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_rpm.4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_rpm_setscene.4e79674cb6368a4ad20177af2006dfd78bf65d1c759a020c8925e1f6d49abb66 not available\nNOTE: Running setscene task 1728 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_populate_lic.9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_populate_lic_setscene.9c66869a827fa03c8dbe512ed4f6522a27e4942465745d5a06cb4efe60a011f0 not available\nNOTE: Running setscene task 1729 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_runtime_spdx.2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_runtime_spdx_setscene.2fcb980a01beb00e1b3b1b83773fc3e23528a86709e56ee4d9304d2f59426f41 not available\nNOTE: Running setscene task 1730 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/x11perf/1.6.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/pointercal-xinput/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput-calibrator/0.7.5+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_packagedata.bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_packagedata_setscene.bb466569bbb980c5cb3ec5f95c96d163753cddd000d11b8d25ca37114c671441.qemux86_64 not available\nNOTE: Running setscene task 1731 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/x11perf/1.6.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_packagedata.7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_packagedata_setscene.7596d3f826d9c8e7e17f55cb726c34baae3a8dc02267ec403bf4b182cd386fc6.qemux86_64 not available\nNOTE: Running setscene task 1732 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_spdx.30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_spdx_setscene.30a548433d6759b22a1bb66f8305398cfaf92ef65bb47056fc9b0713317cbc5a not available\nNOTE: Running setscene task 1733 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-nodm-init/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_qa.81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_qa_setscene.81757e93c0dfb02d290b1ea73ea12a22fab93ae849e11842f6b1862568af01d0 not available\nNOTE: Running setscene task 1734 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:1: including xorg-app-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/x11perf/1.6.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/x11perf/1.6.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Considering setscene task: ['xserver-nodm-init', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['xserver-nodm-init', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xserver-nodm-init', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xserver-nodm-init', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_recipe_qa.a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_recipe_qa_setscene.a18dfd3efc037ff20808ca16ca78054b3fa5ee94fdc9a04afe9c0a8e86b1cfa7 not available\nNOTE: Running setscene task 1737 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xauth/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_rpm.538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_rpm_setscene.538eeddc6cbd3048e37bcc5a1392498c7295a70e90d645c43ec7dd82c8c4e27c not available\nNOTE: Running setscene task 1738 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_populate_lic.d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_populate_lic_setscene.d93150b9d919c8d8e8b93b7c74f7ec86d3efcef579f2a945e66cce6ffc61da8c not available\nNOTE: Running setscene task 1739 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_create_spdx.91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_create_spdx_setscene.91549763184fd63c20c4a9c847659d8988eda80d0a62183d292e73079e039438 not available\nNOTE: Running setscene task 1740 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xauth/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xauth/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xauth/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xdpyinfo/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xdpyinfo/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xdpyinfo/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:1: including xorg-app-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xhost/1.0.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xdpyinfo/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_spdx.c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_spdx_setscene.c9e4324a9253d378aa31fdac7aed84f1404046902d4202cb045a7be0dfb57e0d not available\nNOTE: Running setscene task 1741 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_spdx.3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_spdx_setscene.3c561f9a10438a4b86f41731c0e84624da6c3480175b649e2df6e1fb07da9a1e not available\nNOTE: Running setscene task 1742 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_runtime_spdx.e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_runtime_spdx_setscene.e1af4f96d09d859a017f31ed3ec645d5a49548221eed1844e9fbf2144af9da7c not available\nNOTE: Running setscene task 1743 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_qa.518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_qa_setscene.518a21acb1859fa3cb649c940491f3e366831b9c294cd4e54390a3f0d2e90c28 not available\nNOTE: Running setscene task 1744 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_rpm.6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_rpm_setscene.6319b70224b8c546159b47c48445550b9a757ca30b9bb7ffd83419b95392e630 not available\nNOTE: Running setscene task 1745 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_populate_lic.f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_populate_lic_setscene.f4d7606ddeb0ffc260b3884ff8bb54e3b522c8373104293107c2242e57c3df3e not available\nNOTE: Running setscene task 1746 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_runtime_spdx.1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_runtime_spdx_setscene.1b937c5418a0bff3836dfa2bc44ce8d5e4d3a701e3300e3fbdf4877fdced349f not available\nNOTE: Running setscene task 1747 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_qa.cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_qa_setscene.cb5c4dab01e073bda4d3e556b8927a952ee610d763ae925f9a695508b19f1cb7 not available\nNOTE: Running setscene task 1748 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/pointercal-xinput/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput-calibrator/0.7.5+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Considering setscene task: ['pointercal-xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xhost/1.0.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['pointercal-xinput', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['pointercal-xinput', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pointercal-xinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_recipe_qa.6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_recipe_qa_setscene.6852ee4b79dd0f65009066df8dddefa6021dcf0d90bd3c9d41e4a3913c2254bf not available\nNOTE: Running setscene task 1751 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/x11perf/1.6.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xinput-calibrator', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xinput-calibrator', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xinput-calibrator', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xinput-calibrator', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_recipe_qa.b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_recipe_qa_setscene.b8b285799f2e1c6db9d82439cb2da30ea449071d782aa55d99a76ff7d9265964 not available\nNOTE: Running setscene task 1754 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_packagedata.852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_packagedata_setscene.852f3e53067de0e7efedcc6aaa7aee510468046ea65800293532614a270497d7.qemux86_64 not available\nNOTE: Running setscene task 1755 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_rpm.248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_rpm_setscene.248b7ce86cade681cbfce07d039f737e0137c96490a2f7207637c254cb405924 not available\nNOTE: Running setscene task 1756 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-nodm-init/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xhost/1.0.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:1: including xorg-app-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xhost/1.0.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_populate_lic.98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_populate_lic_setscene.98e3afb3258186d2c045c3311f4e7781d0e0d9f623cce24a8ea85b14c47af219 not available\nNOTE: Running setscene task 1757 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_create_runtime_spdx.390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_create_runtime_spdx_setscene.390328f937bb70994cb17b3c4d34f3262750b5f3559e9485dca4d81780c9351d not available\nNOTE: Running setscene task 1758 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_package_qa.bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_package_qa_setscene.bd88de6a6e4ba5992064b4bc085f80c624624ec2d180c8012ac9c6385c998b64 not available\nNOTE: Running setscene task 1759 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xauth/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:1: including xorg-app-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xdpyinfo/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_packagedata.3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_packagedata_setscene.3bc7bc1e432863dffc832adeeab794fb329fd216cd5efe62797be2de1c73909c.qemux86_64 not available\nNOTE: Running setscene task 1760 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xhost/1.0.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinit/1.4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinit/1.4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinit/1.4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinit/1.4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput/1.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput/1.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_packagedata.7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_packagedata_setscene.7975e8e3418f8e6c7e1f7a8632946d0444926136acd0c46135a93e4f2f55f18e.qemux86_64 not available\nNOTE: Running setscene task 1761 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_packagedata.e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_packagedata_setscene.e88ad76e77d0718680aa2f8d8eeae31b80d5c94a7ec75daabdadb2ef781d942b.qemux86_64 not available\nNOTE: Running setscene task 1762 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_spdx.8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_spdx_setscene.8bc1b5c338c0c83f48898cba4f3107ebcd33846563cffaa7e74c12ed8e1ab872 not available\nNOTE: Running setscene task 1763 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_spdx.5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_spdx_setscene.5d4757328cfee75b7a2ce6709089de22438bdf36e03169e4f2b5ca3aa76a19c3 not available\nNOTE: Running setscene task 1764 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_package_write_rpm.f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_package_write_rpm_setscene.f6a0ea1d5ea3ea694702ff7f950a01e8b895175a1bff28ae3392f4a4f2b50b39 not available\nNOTE: Running setscene task 1765 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/pointercal-xinput/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_populate_lic.10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_populate_lic_setscene.10644f1f9035fe344ef8766acbf491903e0a291a40b3f0d5dd98d14f729bae44 not available\nNOTE: Running setscene task 1766 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_runtime_spdx.49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_runtime_spdx_setscene.49c6b61a2e8104f050241b50017c87ce615958b26a7ab96a4888fe742d325559 not available\nNOTE: Running setscene task 1767 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_qa.eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_qa_setscene.eef20df857dd7ed509f8e892d89842e99d6b2e8c7bef254da9c0e0de6904d1f4 not available\nNOTE: Running setscene task 1768 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput-calibrator/0.7.5+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_rpm.49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_rpm_setscene.49ffcb905c0ec2b034f007fc03fc16e17ebdd4b90ea2afe54f742c66443fd65f not available\nNOTE: Running setscene task 1769 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput/1.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/x11perf/1.6.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkbcomp/1.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['x11perf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput/1.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['x11perf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['x11perf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_recipe_qa.13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_recipe_qa_setscene.13cc61a1e470911325cbc8de7ce04d0f6613e9a72e383bf393eeeb0e16201ff9 not available\nNOTE: Running setscene task 1772 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkbcomp/1.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_populate_lic.c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_populate_lic_setscene.c3c226da9d51e968b2a5a879c98c28a3321ad01509fb3809adaba1310f356208 not available\nNOTE: Running setscene task 1773 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_create_runtime_spdx.bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_create_runtime_spdx_setscene.bdce017a6e5a63d22aa845205124ade71139a402e07576cc1eac940b3a5a121f not available\nNOTE: Running setscene task 1774 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:1: including xorg-app-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_package_qa.02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_package_qa_setscene.02904e0866a6b8a5c2d7ecdd48bde713fc59238438889fb9073087237c3db443 not available\nNOTE: Running setscene task 1775 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xauth/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_package_write_rpm.d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_package_write_rpm_setscene.d3dacdb4212dbbf1f09e727a11dd954e6eb6a7acd2635ab655ef6a752ebbe101 not available\nNOTE: Running setscene task 1776 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_populate_lic.afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_populate_lic_setscene.afb8a909fd1905ee876ab4a20eab3fb8b37d17f5bfebd6bda66df6eabd0d9d62 not available\nNOTE: Running setscene task 1777 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:1: including xorg-app-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:1: including xorg-app-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xhost/1.0.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput/1.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinit/1.4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xdpyinfo/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xauth', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xauth', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xauth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_recipe_qa.e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xauth/1.1.2.do_recipe_qa_setscene.e2d7df9d3e6d4b06baf0ad355bb92362902b0aef96488be3a7b56d245bec39ed not available\nNOTE: Running setscene task 1780 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkbcomp/1.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkbcomp/1.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xmodmap/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xmodmap/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:1: including xorg-app-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Considering setscene task: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xmodmap/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xdpyinfo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xdpyinfo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xdpyinfo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_recipe_qa.4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_recipe_qa_setscene.4ad0cd30919d3a77b4764080331cb1d85ee43ec9def67e2400a11aa1836fea15 not available\nNOTE: Running setscene task 1783 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['xhost', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xhost', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xhost', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_recipe_qa.a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_recipe_qa_setscene.a2f0ac25be44430b1495ed02cd6e5063d41f3314e411854881f79f1a065e844f not available\nNOTE: Running setscene task 1786 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_packagedata.6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_packagedata_setscene.6a649d3a59805fd956da06346c235b9809cc07ec4109ad67c80c387cf1f640a6.qemux86_64 not available\nNOTE: Running setscene task 1787 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_packagedata.74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_packagedata_setscene.74456dfda2a28fc3eca5b313f647cd44c6b3cdf41ca12e406332a0e8b7438c6d.qemux86_64 not available\nNOTE: Running setscene task 1788 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_spdx.e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_spdx_setscene.e94fa211e722c14f237b183abda2ae69a82b1b400999a4f749db797f9f451222 not available\nNOTE: Running setscene task 1789 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:1: including xorg-app-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_runtime_spdx.56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_runtime_spdx_setscene.56e3d819df8174243b7a07807d6b6d008882da6a88f0bb222baee901a7e755dc not available\nNOTE: Running setscene task 1790 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_qa.6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_qa_setscene.6cedbfde3a78566f1e0babfaed5510e3afb7d8de63157f8180bdc318a1e0a2c7 not available\nNOTE: Running setscene task 1791 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_rpm.5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_rpm_setscene.5cdc7d40d1791303146c36e32664d92f9487819a8f1d6dd727b2a4228777fb44 not available\nNOTE: Running setscene task 1792 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_lic.d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_lic_setscene.d5bbb92247986ecb9e2de54c038851d23bb6318465254f87a22e08f0e193ef3e not available\nNOTE: Running setscene task 1793 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xmodmap/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xprop/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/x11perf/1.6.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_create_spdx.6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_create_spdx_setscene.6db485fe4a3913231f05a2e0e17d2116c3181ffb798a64bf22a6511cf0317172 not available\nNOTE: Running setscene task 1794 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xprop/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xprop/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xprop/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_runtime_spdx.897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_runtime_spdx_setscene.897976c1861e956c2385445238337483ea1bd652541145ac12099ddbc38b02f4 not available\nNOTE: Running setscene task 1795 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_qa.2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_qa_setscene.2d2739068ec72fef4b7b583b4d8b948728841f663b12f4cd16ce7d924386ebd5 not available\nNOTE: Running setscene task 1796 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:1: including xorg-app-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_rpm.69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_rpm_setscene.69b56eaab7ceffe1d700b43e3cba61cdd975c3b195c9efa01cff86bce85bf697 not available\nNOTE: Running setscene task 1797 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xauth/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_populate_lic.2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_populate_lic_setscene.2268ba93bcefb37185de10ffceb500be8046a35fae1970559ddf995a00619a43 not available\nNOTE: Running setscene task 1798 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_runtime_spdx.d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_runtime_spdx_setscene.d0e8291e8d71a5cf05e3e2dc8fcc1cfeec1a9970a017819ffa75938330061308 not available\nNOTE: Running setscene task 1799 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:1: including xorg-app-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:1: including xorg-app-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:1: including xorg-app-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_qa.c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_qa_setscene.c241023c835bf0b3464851e4300fb572934f55c38f1e41d8e3cf5692ad4a2d94 not available\nNOTE: Running setscene task 1800 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xdpyinfo/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xhost/1.0.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinit/1.4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput/1.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xmodmap/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_rpm.8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_rpm_setscene.8a25bbe081a533b4e72b4244f12cd10ca52d33e54377b811df5826a472c877ef not available\nNOTE: Running setscene task 1801 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrandr/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrandr/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrandr/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrandr/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Considering setscene task: ['xinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['xinit', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xinit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xinit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_recipe_qa.5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_recipe_qa_setscene.5436aa0875bf267ca2acd19af4a2ba596322a4afdd21b21650d419efeab25b4d not available\nNOTE: Running setscene task 1804 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['xinput', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xinput', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_recipe_qa.3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_recipe_qa_setscene.3b68ea2d660d247ccbec20930b5a2637de1e7408cf21f63ce8cd7ca5607462ab not available\nNOTE: Running setscene task 1807 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xprop/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_packagedata.465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_packagedata_setscene.465ff3ee1cf50ad74c890e5beef642b7b0cf939a604a276aadd46c699bcd7147.qemux86_64 not available\nNOTE: Running setscene task 1808 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_packagedata_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_populate_lic.7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_populate_lic_setscene.7c3b5a905ffd3d8791aaeb11b966b6f36c067daf1df8e9f8f4777a13be2b17e7 not available\nNOTE: Running setscene task 1809 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xset/1.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_runtime_spdx.dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_runtime_spdx_setscene.dabe45a1cb92ae4dee1b77b66d31bd08bfb605c94788a4c7a4401bb9fa6cbd6e not available\nNOTE: Running setscene task 1810 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_qa.502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_qa_setscene.502b1a5a543de9afa7b5caba359e6a4bf7fbbdded1f66aeb3d3949bcfa6c4e2b not available\nNOTE: Running setscene task 1811 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_packagedata.f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_packagedata_setscene.f4361ecc8575dd4fafa1680642224ccd1409bdcbf9bdd9bc49a7ed6aca35b2b7.qemux86_64 not available\nNOTE: Running setscene task 1812 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xset/1.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:1: including xorg-app-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_spdx.627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_spdx_setscene.627253eabeedf58981680fb1f877417cd4a602359f105ed8ad06d3961516cbc9 not available\nNOTE: Running setscene task 1813 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:1: including xorg-driver-input.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:1: including xorg-driver-input.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_rpm.6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_rpm_setscene.6103558083452c5700dd717e686dcee2e62fd68ecdb5b9ce4b883db3bd4761f4 not available\nNOTE: Running setscene task 1814 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_populate_lic.01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_populate_lic_setscene.01346b45991d619a1b7255cc8b73d6b402438513e973dd7fab922861efaa393e not available\nNOTE: Running setscene task 1815 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xset/1.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xwininfo/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xset/1.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_runtime_spdx.5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_runtime_spdx_setscene.5f4471c7c23762ecc1b15453128eced71ec12dd004f68dcd33cc68f10fe8338d not available\nNOTE: Running setscene task 1816 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:1: including xorg-driver-input.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:1: including xorg-driver-input.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xwininfo/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_spdx.e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_spdx_setscene.e793458878b30b29b1b1b6e3cd9a822380ad38491fb2b72b37e6c114deb7a3f6 not available\nNOTE: Running setscene task 1817 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_qa.69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_qa_setscene.69b4d26aa613208a6da774c4958714e768d70adbad95dcad92b8ad7902d4221f not available\nNOTE: Running setscene task 1818 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_rpm.6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_rpm_setscene.6bfc2e16b0a0e89b6d997cb0a891dbf60aa698aff098439b0edebe99ad7dfe8d not available\nNOTE: Running setscene task 1819 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_populate_lic.9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_populate_lic_setscene.9e43f3b862e06af12197440b91260c4f636765e78d21055288a1bc6c48ef4e89 not available\nNOTE: Running setscene task 1820 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:1: including xorg-app-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xwininfo/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_runtime_spdx.8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_runtime_spdx_setscene.8f3b8255779f74aacfa13f4bcc6caedf302633237c7ce2696ebad0935b52f5bb not available\nNOTE: Running setscene task 1821 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinit/1.4.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xinput/1.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xmodmap/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_qa.627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_qa_setscene.627de49996a71f4a40569ed606a7cba1ff0bfd32cf6064b8c65fb13dd05e19de not available\nNOTE: Running setscene task 1822 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xwininfo/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-input-libinput/1.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-input-libinput/1.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xprop/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xset/1.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['xmodmap', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xmodmap', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xmodmap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_recipe_qa.90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_recipe_qa_setscene.90bbcc03f2f20ed13da12139aa1cadf3caaa49911b26694dfd3b010ac722a8bd not available\nNOTE: Running setscene task 1825 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-input-libinput/1.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-input-libinput/1.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['xprop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['xprop', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['xprop', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-cirrus/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xprop', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xprop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_recipe_qa.69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xprop/1.2.6.do_recipe_qa_setscene.69765432b7c55e5fc336eaba1bc0f348034120c26082fd8e3178a5f139ebd153 not available\nNOTE: Running setscene task 1828 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_packagedata.3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_packagedata_setscene.3c2aa01abf3ea69eb5e05dc11ec88a32d7c8d2c8363ded4e55ac28abac86bbae.qemux86_64 not available\nNOTE: Running setscene task 1829 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_rpm.c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_rpm_setscene.c49e682cd4f95f99f8b32fb6c2016d56d011e9765fb6446220c81bdbc194f933 not available\nNOTE: Running setscene task 1830 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_populate_lic.877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_populate_lic_setscene.877e434ae2d036570545578d4a65f27eac688febb05ebd2899d015693d1be425 not available\nNOTE: Running setscene task 1831 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_spdx.d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_spdx_setscene.d70f1cb20666f6ac312a00d36c4a397a66272dd46a66e5b89d56580b6d52576f not available\nNOTE: Running setscene task 1832 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_runtime_spdx.2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_runtime_spdx_setscene.2fa4f6f2413aeeac7a872210fd5d1ebe0ba01b77238220785ccf662470f77c77 not available\nNOTE: Running setscene task 1833 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_qa.6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_qa_setscene.6d8ba0f8dbf007894e7f3d8e109254f98416f8a79bab12ba4b154ac48a237e9c not available\nNOTE: Running setscene task 1834 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_rpm.f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_rpm_setscene.f982242f314f92262df181b408bc51dc882426271d997114e2bd174a0810bf31 not available\nNOTE: Running setscene task 1835 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_populate_lic.d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_populate_lic_setscene.d5387875b56aa1816e394fbce17393551da0ebf6185313d5b4b6f82ca146d576 not available\nNOTE: Running setscene task 1836 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xwininfo/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-cirrus/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-cirrus/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-cirrus/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_packagedata.9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_packagedata_setscene.9d5d4c2865a64274d5c61abcf9ebc6005a9225a1765122f89a2f0bc77c604bf2.qemux86_64 not available\nNOTE: Running setscene task 1837 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_runtime_spdx.449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_runtime_spdx_setscene.449205c17f9bb800b0b89154cb8761bf6fad4e4867eb2ab15951d041012b534b not available\nNOTE: Running setscene task 1838 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-fbdev/0.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_qa.20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_qa_setscene.20567018ffdb25d40e4662ddb3d855f1e2d4a5463a22c75709adac03dbbce9ab not available\nNOTE: Running setscene task 1839 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_rpm.3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_rpm_setscene.3cc7af90e6e4da86aba7c39822def7fc185cbf8b76aaecc1cc3a708f3cf0d918 not available\nNOTE: Running setscene task 1840 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:1: including xorg-driver-video.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:1: including xorg-driver-video.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_spdx.15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_spdx_setscene.15f0514481aa2c5b83370838852579fb8e7a89523814b1faf3b0aae847b3ab40 not available\nNOTE: Running setscene task 1841 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-fbdev/0.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_populate_lic.f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_populate_lic_setscene.f58662c32b1b71098e48e874032643819255bab64135ea77bdb29491e69b6518 not available\nNOTE: Running setscene task 1842 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xmodmap/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xprop/1.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xset/1.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_create_runtime_spdx.8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_create_runtime_spdx_setscene.8ec70cb1191022f79b46468b02c1934b97be1c81c29a6c57d293b755c0ed104a not available\nNOTE: Running setscene task 1843 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-fbdev/0.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-fbdev/0.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-cirrus/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vesa/2.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vesa/2.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:6: including xorg-font-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vesa/2.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vesa/2.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['xset', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xset', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xset', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_recipe_qa.eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_recipe_qa_setscene.eab8f05c1db1d24b065c1db4d7e08f46b0b499417942cbe4609de1f3de9d5c66 not available\nNOTE: Running setscene task 1846 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_packagedata.f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_packagedata_setscene.f182ce1be87ecfa66b168a9bc2f1eef33b84bb21e0115b29d36c42afbcc0ebd2.qemux86_64 not available\nNOTE: Running setscene task 1847 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_spdx.dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_spdx_setscene.dc5a9e20009b5c7e1ba8ba46bab58a6d1e3e71bcbc13ebeee8e2fd484f77c072 not available\nNOTE: Running setscene task 1848 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_package_qa.fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_package_qa_setscene.fd4d523be8743ca8c68871caa1a0bbf9fbcee78cdcd39d88ca874bf470b4da14 not available\nNOTE: Running setscene task 1849 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_package_write_rpm.6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_package_write_rpm_setscene.6b697088a66048ef5b2d94c76fcb26e52ab8f2edbb19ec952c32a841174b13b2 not available\nNOTE: Running setscene task 1850 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_populate_lic.1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_populate_lic_setscene.1ff0937a854ed0c8401fe6d3fefe357cf85bafd12f8f5265976498eb2b493158 not available\nNOTE: Running setscene task 1851 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_runtime_spdx.53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_runtime_spdx_setscene.53cca26fa676b6e33761cb9780da1a887664fbdf084b56acec71e78550e468fc not available\nNOTE: Running setscene task 1852 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_qa.a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_qa_setscene.a5d3774a6eb139803f8f0ff8944f22a0e4547f3f540ee7e7a7a1538da5ca94ae not available\nNOTE: Running setscene task 1853 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_rpm.f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_rpm_setscene.f98e1b9e8b64f74ceec432aca80109e99c3e4eca9068058f906f29b7e7bc8d56 not available\nNOTE: Running setscene task 1854 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xwininfo/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vmware/13.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vmware/13.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vmware/13.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:6: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:6: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:6: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Considering setscene task: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-fbdev/0.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xwininfo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xwininfo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xwininfo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_recipe_qa.0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_recipe_qa_setscene.0334734923f53e8ac797d2b7c6581b40937a1143723049d0d351ac1d65ec9155 not available\nNOTE: Running setscene task 1857 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vmware/13.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_packagedata.aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_packagedata_setscene.aa74458423f2c1c2c235356c4f89267217a9de68c94f11c7a461e9cc45416563.qemux86_64 not available\nNOTE: Running setscene task 1858 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_spdx.07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_spdx_setscene.07eb4f75eca479dc81cb4f37492b163c229867a39a1614de69d31fe319f35c51 not available\nNOTE: Running setscene task 1859 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_lic.c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_lic_setscene.c0f729aad421f0ee5ac14c0caa695d284f810443abfdb90f6c0ed5079f03a76b not available\nNOTE: Running setscene task 1860 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_create_runtime_spdx.5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_create_runtime_spdx_setscene.5628fe8036da6977cd9ebf09bad2fa0903d0c6f3942a641b153bcbed4885a4c5 not available\nNOTE: Running setscene task 1861 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/encodings/1.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:1: including xorg-driver-video.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_package_qa.3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_package_qa_setscene.3042553dd6a4bf581a91318187aafc04b3d58ba839b91efa6381ef0f13bfa6fd not available\nNOTE: Running setscene task 1862 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_package_write_rpm.90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_package_write_rpm_setscene.90d3e6f1041d5c4d05464f25ce49818128ed03912aadf344d28811e4cdaf4a2f not available\nNOTE: Running setscene task 1863 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/encodings/1.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xset/1.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/encodings/1.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/encodings/1.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vesa/2.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-cirrus/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_populate_lic.60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_populate_lic_setscene.60e539c88b1d747d230099504a4fa27ee20266b97db65ec92ab5ecf67657b154 not available\nNOTE: Running setscene task 1864 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/font-util/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/font-util/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/font-util/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_create_spdx.9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_create_spdx_setscene.9647a572ec1dd3e7583bc9b0ff44055f0cfd808c5ca2c466339301163e6a3653 not available\nNOTE: Running setscene task 1865 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-cirrus', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-cirrus', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xf86-video-cirrus', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_recipe_qa.8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_recipe_qa_setscene.8e28b1d6b0db97ff9a3fc35605b86b5d1be39943d1ae1e7f54848edbf9206346 not available\nNOTE: Running setscene task 1868 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_packagedata.dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_packagedata_setscene.dfc612501378b87486970d65860d0a252247c5360ffacc7db88210288dc1d353.qemux86_64 not available\nNOTE: Running setscene task 1869 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_runtime_spdx.971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_runtime_spdx_setscene.971ec20fb4b1ff35e0a7d98175fab25ef6e5a175dd02e9f4db49b7b586d4594b not available\nNOTE: Running setscene task 1870 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_qa.34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_qa_setscene.34f389b800f4a2a24b48e17c13af9c04282e27101c2377823730095beae7fd1b not available\nNOTE: Running setscene task 1871 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_rpm.2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_rpm_setscene.2a3d61ffe63770d3b5f929f24c59de98ebad0dd0e3dafb6751beee08b8d8fe55 not available\nNOTE: Running setscene task 1872 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_lic.0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_lic_setscene.0eea1b42e4c4d93403017cdc09b3202ea9e8109bfe1424f1c364bde63050da28 not available\nNOTE: Running setscene task 1873 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_create_runtime_spdx.01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_create_runtime_spdx_setscene.01ab145bff51e910b59c07fbc6d5c3cd5da7c802e7ff51b9cdf3e85604fbc0b1 not available\nNOTE: Running setscene task 1874 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xwininfo/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:9: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-fbdev/0.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:9: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vmware/13.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfontenc/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/font-util/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['xf86-video-fbdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfontenc/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfontenc/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xf86-video-fbdev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xf86-video-fbdev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xf86-video-fbdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_recipe_qa.d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_recipe_qa_setscene.d9d315b754cd73462b6a8b7e6de42207206366d86b365f8d27ad807889fb8713 not available\nNOTE: Running setscene task 1877 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_packagedata.e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_packagedata_setscene.e3e8e1496bfcd3b64d7efeeb7aafb4675bbfe6b4f961de20adb4b87b666ad03e.qemux86_64 not available\nNOTE: Running setscene task 1878 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_package_qa.a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_package_qa_setscene.a019eb355d617e546c3aef2dc3a7c124614a9c2bbf7a5c3873af8b1bfa6c1ada not available\nNOTE: Running setscene task 1879 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_package_write_rpm.d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_package_write_rpm_setscene.d2f1deba828267759ca6e5f790e306a269459c982838cca827ebcc89c061a776 not available\nNOTE: Running setscene task 1880 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_populate_lic.4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_populate_lic_setscene.4d64d0e9af507f745857115a5f8ef783635d22d2e9cf0d60c1d8fb66a51f9618 not available\nNOTE: Running setscene task 1881 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_runtime_spdx.26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_runtime_spdx_setscene.26ce15cc93adcd611980eaaafe7d49d332d85095c10e646bdd76c291a9b2bdaf not available\nNOTE: Running setscene task 1882 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_qa.16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_qa_setscene.16325536c8abc78c7bd1d2c338ce05289f9b478b022c72d5e56521a66c4e12c9 not available\nNOTE: Running setscene task 1883 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfontenc/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_rpm.805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_rpm_setscene.805ca99eca7d1576cf31decb6bbbae2641e40f1aea57686ca85960a010543de9 not available\nNOTE: Running setscene task 1884 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mkfontscale/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libice/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-cirrus/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vesa/2.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libice/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libice/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libice/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_packagedata.9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_packagedata_setscene.9d4f6ffc4a864497f7dc20973e3b50e53975dc6ad2a012d5e2d6cf36b801080d.qemux86_64 not available\nNOTE: Running setscene task 1885 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpciaccess/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Considering setscene task: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-vesa', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-vesa', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xf86-video-vesa', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_recipe_qa.1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_recipe_qa_setscene.1da50eac854b5c4eca0026e9601590a7c631be1596e4ae318c30b1c58df9e36b not available\nNOTE: Running setscene task 1888 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_recipe_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_lic.1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_lic_setscene.1e6e11beea1a4cb4b72bda27f32a370a707871e6c9d92230a4e9d62a24ffeabb not available\nNOTE: Running setscene task 1889 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_runtime_spdx.bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_runtime_spdx_setscene.bcc86abd6b20a326d39bb3409472881792df21784e51c76bf1dffd47bd97ea97 not available\nNOTE: Running setscene task 1890 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_qa.5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_qa_setscene.5b7299909e52165143ce556378d2f678c4b8c8b7e2ac9a5e3c454e9f259ee9c1 not available\nNOTE: Running setscene task 1891 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_rpm.1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_rpm_setscene.1170c684451935e6f5c240e8fbda3de9c7b0a2956df65b1e3186affa3271db5d not available\nNOTE: Running setscene task 1892 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_lic.af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_lic_setscene.af4cc472ccf4f098da1050a889b4e5b50f87ebbd0509052b6b029867b937ce35 not available\nNOTE: Running setscene task 1893 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_create_runtime_spdx.bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_create_runtime_spdx_setscene.bfb092869c593cb8dddc5b63ff98cde5764226d88071dc97304b6e3038b259c5 not available\nNOTE: Running setscene task 1894 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-fbdev/0.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpciaccess/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vmware/13.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpciaccess/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpthread-stubs/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpciaccess/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:9: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpthread-stubs/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:9: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:9: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Considering setscene task: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xf86-video-vmware', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xf86-video-vmware', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xf86-video-vmware', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_recipe_qa.c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_recipe_qa_setscene.c207d57113910f05eb44a6f9d461d0b98037865dacc116bd8dc60bb6b2375d96 not available\nNOTE: Running setscene task 1897 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_package_qa.48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_package_qa_setscene.48c87d808991fddee5dcf5bac8d9d221ef58ccadc3969b146bcd3ec11c5edd86 not available\nNOTE: Running setscene task 1898 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_package_write_rpm.76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_package_write_rpm_setscene.76ef83b6ea34fa235f19df294fe06c2664d1e1e16d1c3102abc9013b50098caa not available\nNOTE: Running setscene task 1899 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_populate_lic.f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_populate_lic_setscene.f88c695bf17ca5f7c6cbc89b53f63606682a1682a928440109b5cb572fe0a3f0 not available\nNOTE: Running setscene task 1900 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_runtime_spdx.bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_runtime_spdx_setscene.bf34ed7d1b89f66712b0d24180017be85bbf81d8a137d7f70850bcf0f9e9fbe0 not available\nNOTE: Running setscene task 1901 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_qa.c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_qa_setscene.c08668f160b8881c27cf68ee52508a6757ecc9d61136d57b7ea782ac486ef8f7 not available\nNOTE: Running setscene task 1902 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_rpm.2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_rpm_setscene.2cbf770f3e09e9b6bb90d652929673647cdaad16135557c96e4b71024368182b not available\nNOTE: Running setscene task 1903 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpthread-stubs/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:1: including xorg-driver-video.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc:1: including xorg-driver-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mkfontscale/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_lic.3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_lic_setscene.3b5cde242dcc6b977757e69bc5fcce98fef8a06ad4d78cd9ec8ec84db2676f64 not available\nNOTE: Running setscene task 1904 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Considering setscene task: ['mkfontscale', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpthread-stubs/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['mkfontscale', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mkfontscale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_recipe_qa.1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.2.do_recipe_qa_setscene.1766902f240688e3e93aa5d6ba782421e9f45228bd9d6c0e42aa2a6cc6ba4d78 not available\nNOTE: Running setscene task 1907 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsm/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vesa/2.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsm/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsm/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsm/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libx11/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_create_runtime_spdx.93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_create_runtime_spdx_setscene.93497cb22c6c7bb647642b74d1fcee577768501f06ceb3dd8972d1037e31866a not available\nNOTE: Running setscene task 1908 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_package_qa.dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_package_qa_setscene.dabefaa07b8ec2ddc2da73eb3736acafaa79efab2f080b8cf79ad6f1036abd44 not available\nNOTE: Running setscene task 1909 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_package_write_rpm.655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_package_write_rpm_setscene.655bd61d2084fedea085f5b7174facd9434103632dcab932f9596f0c7157d122 not available\nNOTE: Running setscene task 1910 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_populate_lic.fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_populate_lic_setscene.fdd07e407398c4942ca6d1a3dd2b72ae5dd0078cf885776a2304b163783ea155 not available\nNOTE: Running setscene task 1911 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_runtime_spdx.fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_runtime_spdx_setscene.fd9924c96a040691a678f482a90a087ba956a3744d54418b3506eb6e23f67163 not available\nNOTE: Running setscene task 1912 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_qa.247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_qa_setscene.247f04818ea1d69e83d4dbf8a44a089b5d4ec58ebea4f800ae65d4fcb295d96d not available\nNOTE: Running setscene task 1913 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_rpm.19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_rpm_setscene.19d912702645dd58ca2379fe1d583bd7c4a5cde7cc81cea8a37a662fafb31247 not available\nNOTE: Running setscene task 1914 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-video-vmware/13.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libx11/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libx11/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxau/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libx11/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_lic.68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_lic_setscene.68cc0b7c8b73d4f391f8837dc9ef9ae9673831359b3707ca4c334ac1a1621b2d not available\nNOTE: Running setscene task 1915 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxau/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxau/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxau/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_create_runtime_spdx.0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_create_runtime_spdx_setscene.0268baa9b414e36c9d0aca9ab9f165d00a462b350eddd13e0c40f37d36e9134c not available\nNOTE: Running setscene task 1916 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_package_qa.91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_package_qa_setscene.91ad80191dbe2ade84deb1ea34e82c937e818bab0a57fa1963fba69462dc316d not available\nNOTE: Running setscene task 1917 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_package_write_rpm.113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_package_write_rpm_setscene.113e9de88dfa73d7fb5f504c42e5bba42f1bb4627765e474a94d93327c6f9383 not available\nNOTE: Running setscene task 1918 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_populate_lic.e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_populate_lic_setscene.e2489648464ea9930ba9b7b6de49b67d3f1f14a44c034c8a24970a590c720060 not available\nNOTE: Running setscene task 1919 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_runtime_spdx.b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_runtime_spdx_setscene.b902148480578581ecd1e52cca9410410e49b9e0b32347475a5009516bf1b5e6 not available\nNOTE: Running setscene task 1920 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_qa.23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_qa_setscene.23632af80659ceb773fd7d2e316a29798d8ac7bd9957359cb9fe3afc172e4637 not available\nNOTE: Running setscene task 1921 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_rpm.8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_rpm_setscene.8d17fd6a80f317ede19ade3f397e3a0441dfb3ee0fb8d65c5e9e99797be6e7d4 not available\nNOTE: Running setscene task 1922 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mkfontscale/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_lic.4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_lic_setscene.4740b43469aaab6873596f3632904c10ea1736e938a2c5213e107152143b8702 not available\nNOTE: Running setscene task 1923 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcb/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcb/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcb/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcb/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcomposite/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcomposite/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_runtime_spdx.21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_runtime_spdx_setscene.21a1a33ea16cc326a6711ab9b8ae972ed917f0b87ae69f4ca47d760768fe1e3a not available\nNOTE: Running setscene task 1924 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcomposite/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_qa.dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_qa_setscene.dbb15abdb08ef9e520597a7233e36dcd40f57eeb647903bbb887dded1bbecd0e not available\nNOTE: Running setscene task 1925 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_rpm.c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_rpm_setscene.c9c96a4509dad12ac6df164aa196652743e6bcf942da603327d926666b2bcbcc not available\nNOTE: Running setscene task 1926 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_lic.4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_lic_setscene.4305c61516985419fae7f772484baf2e7559f527a0a9287a34f96f7a8a545733 not available\nNOTE: Running setscene task 1927 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_create_runtime_spdx.787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_create_runtime_spdx_setscene.787ab5718b2836b533a3488f3352cfef5bd9492399c71a665643b93149d49a9f not available\nNOTE: Running setscene task 1928 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_package_qa.5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_package_qa_setscene.5e38b325e4c620875fdb6ed41271b2ba469f3a982d51218305b3d2ffadce1194 not available\nNOTE: Running setscene task 1929 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_package_write_rpm.c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_package_write_rpm_setscene.c15b332ac9bf550310a48b105e22a3ea5344c976ff252c7d2e983201baba80fc not available\nNOTE: Running setscene task 1930 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcomposite/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_populate_lic.4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_populate_lic_setscene.4384eafb1fe1124bc220b17c343fe497f0d45a4abb26e67f2179740a0648102e not available\nNOTE: Running setscene task 1931 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcursor/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcursor/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcursor/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcursor/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_create_runtime_spdx.f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_create_runtime_spdx_setscene.f26a8db8a6624471129dfa07c978fdb6d19276e04a12884f2030b0341344545d not available\nNOTE: Running setscene task 1932 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_package_qa.c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_package_qa_setscene.c40d5aa53f3c5b423e123c44b70d600b01afc5c6d1772682c511dfd437acbe4b not available\nNOTE: Running setscene task 1933 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcvt/0.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_package_write_rpm.55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_package_write_rpm_setscene.55df31c7246dc9f85228e56cb9345c59880e65fcab35b0d41f30176671d03628 not available\nNOTE: Running setscene task 1934 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcvt/0.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcvt/0.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_populate_lic.b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_populate_lic_setscene.b351fa0caf46cfa0aa15fab83d26ad0bde4d27b8a24e6728d5fe013542ae7c6e not available\nNOTE: Running setscene task 1935 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_runtime_spdx.d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_runtime_spdx_setscene.d64168ec3ef7923ef38f4a9e1dbbc8375f7411853ab9f36f4c01cb743d5ca345 not available\nNOTE: Running setscene task 1936 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcvt/0.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_qa.c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_qa_setscene.c9456b159cc08969c1aac199c16e7ac147243f0ee8d33e4298d855efcc37c1a1 not available\nNOTE: Running setscene task 1937 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_rpm.67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_rpm_setscene.67f23e85f6a7c11d7246928590e7593d0bed2ba08815cd3b86617b32b83e542e not available\nNOTE: Running setscene task 1938 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdamage/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdamage/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdamage/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_lic.5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_lic_setscene.5b4c3aa191ee9445792483b6e06453fff41869c85459e71574f0a63ccee8819a not available\nNOTE: Running setscene task 1939 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdamage/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdmcp/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdmcp/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdmcp/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_runtime_spdx.a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_runtime_spdx_setscene.a611e43feadb74c53af7c80277d37f9bff7f68fdb1aaf42a338e2aed37253c8d not available\nNOTE: Running setscene task 1940 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_qa.603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_qa_setscene.603e0b1409546ed06c089786b7c58842cf678114b15aae5b399031795f5b166d not available\nNOTE: Running setscene task 1941 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_rpm.7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_rpm_setscene.7b7b0f03f59b19998d9adac91722f3b2f7a58d18a35a2bdca17d2cd1302bc16f not available\nNOTE: Running setscene task 1942 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_lic.ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_lic_setscene.ad5b15757ad5f8ba067e8408fa734962e9081e60e7f3af2a9805380999c75fc0 not available\nNOTE: Running setscene task 1943 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_runtime_spdx.28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_runtime_spdx_setscene.28524625a314c80f02b26097b5db72747e46026f3b48dec17b65e115bd9cd130 not available\nNOTE: Running setscene task 1944 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_qa.5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_qa_setscene.5813514e522e1bffddc672f55a8641e500bf068cbeccbad793a33f8ab37c1812 not available\nNOTE: Running setscene task 1945 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_rpm.91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_rpm_setscene.91ba33156262f4082887c434040334e3fca59a48890c0e01413003894c11014f not available\nNOTE: Running setscene task 1946 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdmcp/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:7: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxext/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxext/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxext/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_lic.534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_lic_setscene.534ec55ae2467a51a9bf5d038f88e8ca10c062bd5e9ccabad53a9a26dd540fcc not available\nNOTE: Running setscene task 1947 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxext/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfixes/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfixes/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_runtime_spdx.9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_runtime_spdx_setscene.9be4d6b1df8ed282a0273c556f1345a749787385c0d213b5e7e1114fc069db56 not available\nNOTE: Running setscene task 1948 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfixes/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_qa.64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_qa_setscene.64502c37366e6f5138f95b47848bd80742c4fc87b0c55155294890a66375b3e2 not available\nNOTE: Running setscene task 1949 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_rpm.a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_rpm_setscene.a1f9c71e706d913c2f26460e93c5a275141d92d7249b0aeb57d1b7b6d6a0fe05 not available\nNOTE: Running setscene task 1950 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_lic.579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_lic_setscene.579a179965bc82160cac4178c9c1a8d911aded8bf94c2b00b4a748a08af9e928 not available\nNOTE: Running setscene task 1951 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfixes/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_runtime_spdx.25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_runtime_spdx_setscene.25bc107fc292aaffb112c4da7f38876a95e78a851ffa84f5b70adc1af84fbcd0 not available\nNOTE: Running setscene task 1952 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_qa.2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_qa_setscene.2ce47ae2a8f16cac597e94575236c7fa313709bd974c04b552917817a98989bd not available\nNOTE: Running setscene task 1953 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_rpm.88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_rpm_setscene.88fefaf69e1ea6392c68418a357739593c56173bc701909d9cae1dfb0e02c5e7 not available\nNOTE: Running setscene task 1954 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_lic.13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_lic_setscene.13a527aab9c512af6066da6e18f6a9e53e6134347b9bba6bb14ce556d01cd0f6 not available\nNOTE: Running setscene task 1955 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:1: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:1: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfont2/2.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfont2/2.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfont2/2.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfont2/2.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxft/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxft/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxft/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_create_runtime_spdx.01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_create_runtime_spdx_setscene.01c06df55e8ba3271458d756f9904986f7712b40c98700656adf18f1b07a3304 not available\nNOTE: Running setscene task 1956 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_package_qa.461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_package_qa_setscene.461b74c2a0ab8799431f75c03697da7a3f0fb73162502bf8ca7884d65edf0a48 not available\nNOTE: Running setscene task 1957 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_package_write_rpm.0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_package_write_rpm_setscene.0c307df01602023122761a8c8f66496b6ff06d75f444be0e875f18667982478e not available\nNOTE: Running setscene task 1958 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_populate_lic.566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_populate_lic_setscene.566e11f8b6104f34dbac9aea274a01c22ebaddc4a4a07bc12fdec15ec685aad7 not available\nNOTE: Running setscene task 1959 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_create_runtime_spdx.517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_create_runtime_spdx_setscene.517e7346f9b400f385a9886f0742d3f158a1fbefe5685fdbb3772089f293b9de not available\nNOTE: Running setscene task 1960 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_package_qa.0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_package_qa_setscene.0d012277dd22f892ab319acb5e2ad0b774ca0fe2d79e89e044ad68c24149deab not available\nNOTE: Running setscene task 1961 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_package_write_rpm.3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_package_write_rpm_setscene.3055765e20eeb364c57189ac2065a9edbeaebe86de101f7998ace0927111fa55 not available\nNOTE: Running setscene task 1962 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxft/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_populate_lic.fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_populate_lic_setscene.fac009fa4d3226466ec668e3c33a9c36204a83a9094f8a12d4e8cf64e7b0dfa0 not available\nNOTE: Running setscene task 1963 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxi/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxi/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:6: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxi/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxi/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_create_runtime_spdx.74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_create_runtime_spdx_setscene.74e0dc12b9a9c0e5276219be055ec7fdc79354e4c35f28c279ad919069b3d068 not available\nNOTE: Running setscene task 1964 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxinerama/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxinerama/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxinerama/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_package_qa.143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_package_qa_setscene.143ff7df51901a17fad76d638883bd8b4636e05102f4f78031a90fac6db3a279 not available\nNOTE: Running setscene task 1965 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxinerama/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_package_write_rpm.3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_package_write_rpm_setscene.3f0e37e990fbfe620b4d714b9803867cd81fa5afa840fc8f90d9ae2b14dfea4f not available\nNOTE: Running setscene task 1966 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_populate_lic.f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_populate_lic_setscene.f92ffad3caf69de96052338436479edce0e8a61c52a02cb5b6846684a7411ff6 not available\nNOTE: Running setscene task 1967 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:10: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:10: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_runtime_spdx.ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_runtime_spdx_setscene.ff1d9a5ae03114210f6f470e1707b9222d7a85a5aac0402b19143b650c993105 not available\nNOTE: Running setscene task 1968 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_qa.a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_qa_setscene.a5a27bb86ee8e3ebaebcc599013b5f7d6144ea9f8332d6535da02de9da951852 not available\nNOTE: Running setscene task 1969 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_rpm.2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_rpm_setscene.2e40fd05b0d26cf102b071dc509c6894a4ab6fd30fa4ba30862b16df0ecf3150 not available\nNOTE: Running setscene task 1970 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_lic.1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_lic_setscene.1cd7172e2c1fe3117c89f0d99146f0412f4ea51f0170b4fe254de3fe0b6e7d3a not available\nNOTE: Running setscene task 1971 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbfile/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbcommon/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbfile/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbfile/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbcommon/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbcommon/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbcommon/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_runtime_spdx.f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_runtime_spdx_setscene.f0f3f9b07f13314fcaef86d290497303e66ea14515479005bbf19bde6f2d84d1 not available\nNOTE: Running setscene task 1972 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_qa.ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_qa_setscene.ae07ea6d424999c3d43829aac8896f9b779a92ac5db888a6198ff3145e66f0db not available\nNOTE: Running setscene task 1973 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_rpm.4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_rpm_setscene.4e45e0665ce710fa2469e5a3776c27e3f41e0db941bd30d28efd50b97fc9da7b not available\nNOTE: Running setscene task 1974 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_lic.bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_lic_setscene.bd762149076022d8c30f6e2636d91d30874d07dd1e00904de0d04c021c41ddeb not available\nNOTE: Running setscene task 1975 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_runtime_spdx.15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_runtime_spdx_setscene.15eb3afb41beb70266c3b9cef3846f1a055dd8c216b14ff3ca3e71475890b1c6 not available\nNOTE: Running setscene task 1976 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_qa.dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_qa_setscene.dec156355e336a338634e92c3bf6e94bc4f14d7f3a0c796a11bb06b6991a3510 not available\nNOTE: Running setscene task 1977 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_rpm.97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_rpm_setscene.97eeb452b09e89f706a8daded2d095d6a87a58173e7ae6c9ca384b0b82480f25 not available\nNOTE: Running setscene task 1978 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbfile/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxmu/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_lic.ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_lic_setscene.ccd5b871ff635d77cdd19bfe5bb2ad0354592df495c92fc17d069f5eaac68222 not available\nNOTE: Running setscene task 1979 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxmu/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxmu/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxmu/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_runtime_spdx.66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_runtime_spdx_setscene.66fc02d56bcce20acc22ca467d80560cf03912d311133b0247096c08129dc76a not available\nNOTE: Running setscene task 1980 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_qa.07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_qa_setscene.07585f3658b63ac3b652398e31d2b5fe489256e6c6b3e83185fd45772d896c25 not available\nNOTE: Running setscene task 1981 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrandr/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrandr/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_rpm.d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_rpm_setscene.d16fed5f248f8eebabe7dacad4a9377bf6f4690f24fa3bdf6f7801b904b3569f not available\nNOTE: Running setscene task 1982 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_lic.da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_lic_setscene.da22a8eb59d1d491c941da6d9e1fe85dc8950f650ec88537f8f2a3885f6bfa55 not available\nNOTE: Running setscene task 1983 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrandr/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrandr/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_runtime_spdx.f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_runtime_spdx_setscene.f703ba61a0309a3d4614f6229fe8b946f431aa4be3e834f8a9cefd368ac7d0c1 not available\nNOTE: Running setscene task 1984 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_qa.3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_qa_setscene.3fbc4c644e947a479fe02968289cea6ec2c162647dfad0068ca407ded8088d02 not available\nNOTE: Running setscene task 1985 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_rpm.a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_rpm_setscene.a559fdbe72841c6cb441388fd843dac0165fa7acf25a61df7bb8102529cb3f8f not available\nNOTE: Running setscene task 1986 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrender/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_lic.024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_lic_setscene.024b27e4e1e27467219fc468acadcd63372f6ae32a324d56fca035c2caea7fc1 not available\nNOTE: Running setscene task 1987 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrender/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrender/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrender/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:13: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxres/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:13: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxres/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxres/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:13: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:13: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_runtime_spdx.0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_runtime_spdx_setscene.0016284de3f88a3d9ff5c6bda04804fb62dac161b1ae8a9bd28a64310a2f2f12 not available\nNOTE: Running setscene task 1988 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_qa.2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_qa_setscene.2cd1ccaf42480cbf260c4a5201961c9eb176a77dcd6d68e6c4d03e58e46ed64d not available\nNOTE: Running setscene task 1989 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_rpm.322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_rpm_setscene.322ed8be0339343c985a3f90aa00031f286df297e4a8952ae6acd50f9d910d74 not available\nNOTE: Running setscene task 1990 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_lic.5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_lic_setscene.5b122ac614d20963f68a883f4343600ee36a515f9756e24bc22467b4918fe0e6 not available\nNOTE: Running setscene task 1991 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_runtime_spdx.719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_runtime_spdx_setscene.719bcbe2b9ab4257a6f963a1a861c040c1dbf4ecd76f34f09ac90c33f1288a3f not available\nNOTE: Running setscene task 1992 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_qa.ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_qa_setscene.ff59ac17ae4c6d4dac51dfce7ba5c6cb5e474f64fd66143b46163f6b580060b8 not available\nNOTE: Running setscene task 1993 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_rpm.f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_rpm_setscene.f16a8b8ecc4fead1e4eebb92d5ac783c0eae078e6c076f3baec4eadc87ea4283 not available\nNOTE: Running setscene task 1994 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxres/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_lic.233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_lic_setscene.233103f70598f54aea2c389a894f48f79b75d2afc00393f868ef9419c0aef764 not available\nNOTE: Running setscene task 1995 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxshmfence/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxshmfence/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxshmfence/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_runtime_spdx.657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_runtime_spdx_setscene.657ab155bdcbeb9c0b149f8d8c5162b4a862e7152cb5beb097d4335ee259e7fb not available\nNOTE: Running setscene task 1996 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxshmfence/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_qa.2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_qa_setscene.2b014bf45a96823e8093d1fed4a1751c2b660fce7010b7d1cdddd7c5563085e5 not available\nNOTE: Running setscene task 1997 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_rpm.79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_rpm_setscene.79231a88f0b48b9d29b1dce8c2dd345c86a768b199fbb4fec83019166db6fdce not available\nNOTE: Running setscene task 1998 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_lic.32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_lic_setscene.32d0529e6c215d28435c690305a055c285e7618d3bdcfa1050cdc2ebf0690273 not available\nNOTE: Running setscene task 1999 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxt/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxt/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxt/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxt/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_runtime_spdx.145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_runtime_spdx_setscene.145f94734e0364c1a1e53aa68484c6a294d207db0c5b7eb5ffd0af5f2c8b8f55 not available\nNOTE: Running setscene task 2000 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_qa.faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_qa_setscene.faf348e02458ad7f4e7ac0f4a5d5144b3af0e78125f79f90de8c6c810854ae25 not available\nNOTE: Running setscene task 2001 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_rpm.4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_rpm_setscene.4e24d3de43edd18f954714001daf383d2febaf3bd890cd1e65695b41cbfda616 not available\nNOTE: Running setscene task 2002 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_lic.b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_lic_setscene.b0fd3290b9675a5ee5238de228ce0f19a6b36248409c7b80bc994a4a02ec91f9 not available\nNOTE: Running setscene task 2003 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxtst/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxtst/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxtst/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxtst/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxv/1.0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxv/1.0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxv/1.0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_runtime_spdx.1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_runtime_spdx_setscene.1e5786d7a2f3545afe687b4c5684468389974aa4608eabbcde640040a6c52b56 not available\nNOTE: Running setscene task 2004 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_qa.9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_qa_setscene.9a63c212373a64cd0846a64b48ab367807a99341cc605eb394e8aeec79496bd4 not available\nNOTE: Running setscene task 2005 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_rpm.86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_rpm_setscene.86594410b1d104afb707b533c299d2d9534683a9bfe239bc6757644e3bdcfa4f not available\nNOTE: Running setscene task 2006 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_lic.2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_lic_setscene.2687a9c8b27a223276498a3dddd82e72d28599ee3a13b65d5a02257314dafbe5 not available\nNOTE: Running setscene task 2007 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_create_runtime_spdx.c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_create_runtime_spdx_setscene.c4eddd88ed330232e1533a059cc54061f1d465bf7bd20f85699add1090e58624 not available\nNOTE: Running setscene task 2008 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_package_qa.e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_package_qa_setscene.e0fac3d93ec058b9c2d4aebc114d36b1d2efcea1c5570debae34fbe285848d03 not available\nNOTE: Running setscene task 2009 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_package_write_rpm.9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_package_write_rpm_setscene.9582f02bccd996ed34d1dcca8bed0aa368354e706159b37afaf3a98fa4f75ec3 not available\nNOTE: Running setscene task 2010 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxv/1.0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:1: including xcb-util.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:1: including xcb-util.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:1: including xcb-util.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:1: including xcb-util.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxxf86vm/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_populate_lic.a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_populate_lic_setscene.a8954ee248e6d74b27b8c0098268f564abbed71273bd358857fb29836eec286a not available\nNOTE: Running setscene task 2011 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxxf86vm/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxxf86vm/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxxf86vm/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_runtime_spdx.5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_runtime_spdx_setscene.5839a4d87762f91c1dd8ed5046514b17099934394267a5b4e38a753a26ebd5ed not available\nNOTE: Running setscene task 2012 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_qa.3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_qa_setscene.3af50d973602b5b37ea16ea3a24e49c0a8df56f8d9a1c60f392c34a929f2d115 not available\nNOTE: Running setscene task 2013 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_rpm.059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_rpm_setscene.059473c518bfd475645103ab53a0962a2e97c3968ee46d741228b5475d4ca1b7 not available\nNOTE: Running setscene task 2014 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_lic.0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_lic_setscene.0fa924891288f828b5263e03821869e91ca9dc5b845c507eb685e9ed580c989c not available\nNOTE: Running setscene task 2015 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pixman/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pixman/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pixman/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pixman/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_create_runtime_spdx.029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_create_runtime_spdx_setscene.029ca610081fbd295c3c96734319397ea2b9fcb4dcac2612c691e295a7ac5711 not available\nNOTE: Running setscene task 2016 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_package_qa.426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_package_qa_setscene.426fccebe2f8e12dfe05c5f235923aac3931505ed1ee11cab9591646e8e85c17 not available\nNOTE: Running setscene task 2017 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_package_write_rpm.3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_package_write_rpm_setscene.3bb96cecdea3fa2c59e28b8bf38441962832787bf8f4092151425fb9261d81f3 not available\nNOTE: Running setscene task 2018 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_populate_lic.480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_populate_lic_setscene.480dafda41057117c31a5a5d4f505e4fc945b2989899acf4d27244da3020a785 not available\nNOTE: Running setscene task 2019 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-util/0.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-util/0.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-util/0.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-util/0.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkeyboard-config/2.40/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkeyboard-config/2.40/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkeyboard-config/2.40/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_create_runtime_spdx.c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_create_runtime_spdx_setscene.c09c1c487cc23fd8d179b70dc032b2c7f30b5d7f14b029a3cd6c2882aa0df2d7 not available\nNOTE: Running setscene task 2020 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_package_qa.d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_package_qa_setscene.d1ab37b231278af33220e0d8b3c151b68de0a582ed17df95015468d047d2cd38 not available\nNOTE: Running setscene task 2021 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_package_write_rpm.adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_package_write_rpm_setscene.adbe6cd0a2492b635928c329a2382e3c16466aa1aa6f42f3b60a8b6a67b56952 not available\nNOTE: Running setscene task 2022 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_populate_lic.d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_populate_lic_setscene.d9e383c5d592f196b8e55967c9c7a97aed632eb9b27c5b0acaced091d9a3a74a not available\nNOTE: Running setscene task 2023 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_create_runtime_spdx.ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_create_runtime_spdx_setscene.ca643fa78d36182de5b7748737208083a9f5e641e84de5b475283fe0b536d58c not available\nNOTE: Running setscene task 2024 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_package_qa.0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_package_qa_setscene.0c326e5d583c66a0930d7f6b526e6d90fd6932710f771ac3096a8d7c8428a92e not available\nNOTE: Running setscene task 2025 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_package_write_rpm.a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_package_write_rpm_setscene.a8895ea90572b8aee2b07a2fac63c42d707e9a2cdb92a1b363b8c40e7ce1d221 not available\nNOTE: Running setscene task 2026 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkeyboard-config/2.40/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xtrans/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_populate_lic.2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_populate_lic_setscene.2aa39f4d4f97137be5c27396fad4969f0f89615da28d5592f6b466a7939fbafd not available\nNOTE: Running setscene task 2027 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xtrans/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xtrans/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xtrans/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_runtime_spdx.417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_runtime_spdx_setscene.417c3062c8427137c7a5157de344ef0dc607035cea59cbe4332285753edf8b97 not available\nNOTE: Running setscene task 2028 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_qa.d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_qa_setscene.d452d75814ec8736188a2462776102d0687eb55c6f4d6f21cbb90467d6d46e32 not available\nNOTE: Running setscene task 2029 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_rpm.d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_rpm_setscene.d0cf1355ce22e549fefe6fe686f5ade34a6b5b2e56f0639fb26ed41d20306fdb not available\nNOTE: Running setscene task 2030 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_populate_lic.6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_populate_lic_setscene.6b119d53423b5629613d566cd168e3c5e99fd78c26f2277dd8301b3c9ee16ca6 not available\nNOTE: Running setscene task 2031 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-proto/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_create_runtime_spdx.abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_create_runtime_spdx_setscene.abdcda1211f2ffb330de2922f97e5bc3d477fad8b9ca261e96e80e112c29231b not available\nNOTE: Running setscene task 2032 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-proto/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-proto/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-proto/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:1: including xserver-xorg.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_package_qa.3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_package_qa_setscene.3a140ed001d1c4d32cc1871ca849ebcad568783a40b2ef42679eb484750bf0d8 not available\nNOTE: Running setscene task 2033 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_package_write_rpm.e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_package_write_rpm_setscene.e7a859bee73e0e4d699c11173ed8e3ba26d968b79dbcfaf7eb1a80a0eaf02e6b not available\nNOTE: Running setscene task 2034 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_populate_lic.ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_populate_lic_setscene.ddf72cb8d3e992e41ddbce7d4dc6697cee95477f585cc8be03f376b36b2c727a not available\nNOTE: Running setscene task 2035 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:37)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xorgproto/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:1: including xserver-xorg.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-macros/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xorgproto/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:1: including xserver-xorg.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-macros/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xorgproto/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-macros/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:1: including xserver-xorg.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xorgproto/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_runtime_spdx.0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_runtime_spdx_setscene.0b87faaad75ef67d743552bc7742e7887f9c84ac3baa51526f6bfbbfbfa4102d not available\nNOTE: Running setscene task 2036 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:37)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_qa.7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_qa_setscene.7daecb32a6d5803a4990579dea55cd7ea20d667f3255a1c63376abf53fe2793b not available\nNOTE: Running setscene task 2037 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-macros/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_rpm.33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_rpm_setscene.33f439c775cb3bbd055917c78f34cb321220b57973525b9d9d3738deea78466f not available\nNOTE: Running setscene task 2038 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_populate_lic.8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_populate_lic_setscene.8e1f6208a44f7db60266565ff7b02dbe26e94e1648d006e701ca2659723bbf34 not available\nNOTE: Running setscene task 2039 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_runtime_spdx.c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_runtime_spdx_setscene.c06e71f2676206f3a9526a45bc0536ae6eac4859dc37599f2c598fe474bf7d5e not available\nNOTE: Running setscene task 2040 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_qa.16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_qa_setscene.16a4ec9ba440d56512116127233226215dd0e7af97208116cfa2408983ebec3f not available\nNOTE: Running setscene task 2041 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_rpm.9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_rpm_setscene.9e13e2d2ea7ac02bd633fe566510c2ca453e3d61e1fbe925757d1520d85fe0b7 not available\nNOTE: Running setscene task 2042 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-xf86-config/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-xf86-config/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-xf86-config/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-xf86-config/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_populate_lic.5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_populate_lic_setscene.5a7fd7da855717a93af8e12722bcc052de15f618671f8de67a0709957f03dda9 not available\nNOTE: Running setscene task 2043 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_runtime_spdx.722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_runtime_spdx_setscene.722260b8f73f99e1f8a18d251eb6bd91f9e573fe2a610523f41c990ca9d80ea5 not available\nNOTE: Running setscene task 2044 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_lic.1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_lic_setscene.1613a8c9787b010477340407d60eeb0d662b0b2a4722ec725b93d6cd97174c2a not available\nNOTE: Running setscene task 2045 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_runtime_spdx.445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_runtime_spdx_setscene.445a756a0c7f31739f960d522c98d0dc35b7edee523ef6f55b9139863e977546 not available\nNOTE: Running setscene task 2046 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_qa.d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_qa_setscene.d9748f0a7728959e4447a1a8559025bc05ac058bd9bbb3f6ac3c6ec0a41fdbc5 not available\nNOTE: Running setscene task 2047 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xserver-xorg/21.1.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_spdx.f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_spdx_setscene.f6143b3ea699f0c00d7f11c1c7009f82a923119c456692a391666687163bc50a not available\nNOTE: Running setscene task 2048 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrestop/0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xserver-xorg/21.1.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xserver-xorg/21.1.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_create_spdx.0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_create_spdx_setscene.0f3412e843d4e3dd8771d2cc66ff0436f5c96d550f7f142e8f3df759c869d604 not available\nNOTE: Running setscene task 2049 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktrace/1.3.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrestop/0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrestop/0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xserver-xorg/21.1.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktrace/1.3.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_spdx.7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_spdx_setscene.7a46edf1b9bbc9e02281a22931e1d0ec64e60cb10b5f89979d6714729a274103 not available\nNOTE: Running setscene task 2050 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktrace/1.3.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrestop/0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/kern-tools-native/0.3+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_spdx.f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_spdx_setscene.f8e387460300309e93124f679f3c0bb6cb9381cc516aac91746d6f5b4531b018 not available\nNOTE: Running setscene task 2051 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/kern-tools-native/0.3+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:1: including xorg-driver-input.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktrace/1.3.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_spdx.f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_spdx_setscene.f493ea4cbe75646126b190cf63e66a64b7c640689c2bf2e0a9fd024cd69e19e0 not available\nNOTE: Running setscene task 2052 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_spdx.748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_spdx_setscene.748ae47a822e9f8dcc52b5db05603b245093f7bb8edb781968370d01cb2d31a1 not available\nNOTE: Running setscene task 2053 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_spdx.62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_spdx_setscene.62bb664205a7449c1d5a4ecb70909caed6ec93f332f8d223b91a0bb7124a7152 not available\nNOTE: Running setscene task 2054 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_rpm.519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_rpm_setscene.519a5f63bcbcae462c4a2d93bce922e0e0d87a55b38c3b2c13f983a53e1819e4 not available\nNOTE: Running setscene task 2055 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_populate_lic.90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_populate_lic_setscene.90b032fe92e3e8d79f1724ac8a8f1522ce79954c340967f7e5f6d977ace62721 not available\nNOTE: Running setscene task 2056 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_runtime_spdx.3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_runtime_spdx_setscene.3ff9870d63fbf0556e58cde7f4a1e321fb00be5c32f69dd7898cb50e029e812b not available\nNOTE: Running setscene task 2057 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_lic.f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_lic_setscene.f1a4bcada59bef62ab555b32d2418338cfd3bd18cebd4dfdfc60fa84d3d8e8ca not available\nNOTE: Running setscene task 2058 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_create_runtime_spdx.783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_create_runtime_spdx_setscene.783bb24d42f8634885af6bf56a8bea87a76d033de6415d848a58c2de58a694d9 not available\nNOTE: Running setscene task 2059 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_package_qa.ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_package_qa_setscene.ed9976a2f73ef650a27d593b3231375c45c9e6cb90f2cd4244ba54c3087bf8d9 not available\nNOTE: Running setscene task 2060 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_package_write_rpm.4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_package_write_rpm_setscene.4fd6888a5eef9ee37b9dd5a7cc5747e65660c01cabe281122d25114222cb6fe1 not available\nNOTE: Running setscene task 2061 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kexec-tools/2.0.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kexec-tools/2.0.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:55)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:55)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_spdx.bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_spdx_setscene.bcd3d763391ae01282a273fe1c83de704ddf65312b0f551940af15ca69d77aa8 not available\nNOTE: Running setscene task 2062 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rgb/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_populate_lic.865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_populate_lic_setscene.865dd5423f879644e99eac858e923729180b2610efa95bab1cd903a81a50dea9 not available\nNOTE: Running setscene task 2063 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_packagedata.621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_packagedata_setscene.621336e87b98b4542d92942f2a80b65c23802f65094bbe087de1ebe2b9eea1a7.qemux86_64 not available\nNOTE: Running setscene task 2064 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkbcomp/1.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-xf86-config/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/kern-tools-native/0.3+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_packagedata.e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_packagedata_setscene.e8ec99da72c42d32a61d55b8485a9bdfd181808e70d832be8edb0eb37f32c8f5.qemux86_64 not available\nNOTE: Running setscene task 2065 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/depmodwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_packagedata.8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_packagedata_setscene.8007d8bf53e12c8a1e89cd35fe06feb2b581d692d799e4f0aa18d4297caf8c3a.qemux86_64 not available\nNOTE: Running setscene task 2066 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-input-libinput/1.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/depmodwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:1: including xorg-app-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktrace/1.3.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_spdx.f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_spdx_setscene.f6b2c734587633b6500d4ffee7dac807059b75d7eb1450d51370227ab7a50db4 not available\nNOTE: Running setscene task 2067 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrestop/0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_spdx.c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_spdx_setscene.c1f26b9b45aac9187bc063cbc7156ca4006125662809dfff4f33bbab64ca7cff not available\nNOTE: Running setscene task 2068 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_packagedata.3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_packagedata_setscene.3697f95fc17b9bacc68604e1fe28f83fbcc63d857d7a433cb0edab73ea3d21df.qemux86_64 not available\nNOTE: Running setscene task 2069 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_create_spdx.5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_create_spdx_setscene.5ca814108d2da0fbd6ca38d2ac3240840f1f7a73242e7689fc2b7aa0116cd22f not available\nNOTE: Running setscene task 2070 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_packagedata.8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_packagedata_setscene.8626bc24869e99edb9c62e88e075a033db59db43df6663664914bede720bc718.qemux86_64 not available\nNOTE: Running setscene task 2071 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kexec-tools/2.0.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:1: including xorg-driver-input.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kexec-tools/2.0.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:1: including xserver-xorg.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kmod/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kmod/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:37)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_spdx.e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_spdx_setscene.e2fb6314067c3d13c63c8d293f49fdd2acf1cd85747ed60b7a38153d4004a881 not available\nNOTE: Running setscene task 2072 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kmod/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_packagedata.70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_packagedata_setscene.70486032cb6fbab36e29fbb01ecb93c66623e0510c597b14ccf59aec5d7ad866.qemux86_64 not available\nNOTE: Running setscene task 2073 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_create_runtime_spdx.f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_create_runtime_spdx_setscene.f235b6a5b61067ca1a02c4691c15a9bf6eef33e3133b02d96368068c426d4ded not available\nNOTE: Running setscene task 2074 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_package_qa.da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_package_qa_setscene.da6d5f33c6c2e72a371079386f6a03a54b145d222d8fc3c1bc80c9e6d72bddae not available\nNOTE: Running setscene task 2075 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_package_write_rpm.16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_package_write_rpm_setscene.16b0e05b5451ba6e2b92a94880e72eed5d27dc86be92176979aa2aa04940c19a not available\nNOTE: Running setscene task 2076 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_populate_lic.df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_populate_lic_setscene.df18345151712b094f34529ffb888fbeae0b7c344c31d2b3a99bf6e8087b6f42 not available\nNOTE: Running setscene task 2077 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:8: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kexec-tools/2.0.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kmod/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rgb/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_packagedata.33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_packagedata_setscene.33d5fed54d3abfc79927ac5d068f112933a81b1f146def63265cce88646af84c.qemux86_64 not available\nNOTE: Running setscene task 2078 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-xf86-config/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkbcomp/1.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['rgb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['rgb', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['rgb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_recipe_qa.e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_recipe_qa_setscene.e4fe03a7bb11d11fa597875e617ae4c2bae73722a228f78d7b4a8d446f88767b not available\nNOTE: Running setscene task 2081 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libaio/0.3.113/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xkbcomp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xkbcomp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xkbcomp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_recipe_qa.35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.6.do_recipe_qa_setscene.35a230d0175f97c5c8a97a69bbead4543f907276fc1b9744a62c1954c53c38e2 not available\nNOTE: Running setscene task 2084 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xserver-xf86-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG:   considering dependency: ['xserver-xf86-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG:   considering dependency: ['xserver-xf86-config', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG:   considering dependency: ['xserver-xf86-config', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG:   considering dependency: ['xserver-xf86-config', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG:   considering dependency: ['xserver-xf86-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktrace/1.3.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Considering setscene task: ['xserver-xf86-config', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['xserver-xf86-config', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG:   considering dependency: ['xserver-xf86-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xserver-xf86-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_recipe_qa.0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_recipe_qa_setscene.0b5809237b4b39b861bfd8af90e8bd325fa63307f332a0316802b7e8c91449e1 not available\nNOTE: Running setscene task 2087 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-input-libinput/1.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb (full)\nDEBUG: Considering setscene task: ['blktrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libinput/1.25.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_packagedata.29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_packagedata_setscene.29c6fbb9c1834e631cd230de3f0601c316832b7491dff9bae9ba1eb83c4ce39c.qemux86_64 not available\nNOTE: Running setscene task 2089 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Considering setscene task: ['libaio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['libaio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb (full)\nDEBUG: Considering setscene task: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_packagedata.396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_packagedata_setscene.396a3f11efe8e0aa70895d807791f34f172e5e25aed9e6038dc80433e44089ae.qemux86_64 not available\nNOTE: Running setscene task 2092 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xserver-xorg/21.1.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_create_spdx.83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_create_spdx_setscene.83196a8b600080c1cfd9ece197548f43d7c8c55195fc47b5a190f25ae96ad438 not available\nNOTE: Running setscene task 2094 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrestop/0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xf86-input-libinput', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xf86-input-libinput', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xf86-input-libinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_recipe_qa.ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_recipe_qa_setscene.ce2d7b0067bbbbf6ae0529efd96f4da75dfdd7c7f09f0cda9ad87b2a19176358 not available\nNOTE: Running setscene task 2096 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxres/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_spdx.2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_spdx_setscene.2505c5f2b8d0880d700d8b2aa106af171df4e60207aa709332a1b4e5f3c9905e not available\nNOTE: Running setscene task 2097 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtraceevent/1.7.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_spdx.87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_spdx_setscene.87aa3bf412aa9bdec9f9e61608e28eb269dbf87f59ad4a0d59c18a1360421b25 not available\nNOTE: Running setscene task 2098 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:1: including xorg-driver-input.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtraceevent/1.7.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc:1: including xorg-driver-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_create_spdx.af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_create_spdx_setscene.af76726c6b977a19434ab2a1aaf9afa8c3b2465b5751ea77ad9aa549eff8a427 not available\nNOTE: Running setscene task 2099 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtraceevent/1.7.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtraceevent/1.7.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_packagedata.7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_packagedata_setscene.7a25de18d3b261548d40e1dae816fa0bc09a7a48744a2bcb5c0da333ad0f1149.qemux86_64 not available\nNOTE: Running setscene task 2100 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb (full)\nDEBUG: Considering setscene task: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:1: including xserver-xorg.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_packagedata.9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_packagedata_setscene.9c9f0d8d2b9dae5ea1f0326daee4a0e48e1310c647edbdbfe0901078a275e896.qemux86_64 not available\nNOTE: Running setscene task 2103 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libxres', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kexec-tools/2.0.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:37)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xrestop', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xrestop', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xrestop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_recipe_qa.63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_recipe_qa_setscene.63534bd8cfb263997f91f40d1c655eb318eeb219fe86821457f1516210c31e5b not available\nNOTE: Running setscene task 2106 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb (full)\nDEBUG: Considering setscene task: ['blktrace', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['blktrace', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['blktrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_recipe_qa.301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_recipe_qa_setscene.301e3df13711216783425d075a4479357afb9a9d20086ef88953b5a12dcbb8e9 not available\nNOTE: Running setscene task 2108 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rgb/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb (full)\nDEBUG: Considering setscene task: ['kexec-tools', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Considering setscene task: ['kexec-tools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['kexec-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_recipe_qa.6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_recipe_qa_setscene.6a20215eb10a18a0f3a1aadab043c75f41ef2906d2487cb13d4af55447dd2c40 not available\nNOTE: Running setscene task 2111 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_create_runtime_spdx.5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_create_runtime_spdx_setscene.5fbff0161d997b7e117cbd9cc3d2bf29c03a9fe02c848d221986e373457b05d1 not available\nNOTE: Running setscene task 2112 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkbcomp/1.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/xserver-xf86-config/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libaio/0.3.113/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:1: including linux-libc-headers.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libaio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libaio', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libaio', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libaio', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_recipe_qa.0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_recipe_qa_setscene.0b39155caee66df8407f5f57d02d4ce1be32bcde345de06c4f6fee67456928a1 not available\nNOTE: Running setscene task 2115 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_package_qa.77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_package_qa_setscene.77f19d92a8e2b296e2a6cb6ca9ef257fb9611e829984255ab5fb33bd6406c74b not available\nNOTE: Running setscene task 2116 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_package_write_rpm.d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_package_write_rpm_setscene.d3e8700f25d6fdf36903a7f45fa225d45c47f42cee09c0b44ab6fec1d3d2bda3 not available\nNOTE: Running setscene task 2117 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_populate_lic.1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_populate_lic_setscene.1ac1a862033fc641c2c6dd6f8d245fb376636ebff1b2bc329458d52b438d98b8 not available\nNOTE: Running setscene task 2118 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mtdev/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:1: including linux-libc-headers.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:1: including linux-libc-headers.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:1: including linux-libc-headers.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xf86-input-libinput/1.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libinput/1.25.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_runtime_spdx.0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_runtime_spdx_setscene.0d484c31782b0f78f4666db4640ffcef42ed5f7487ef6b22621903e3fd90a601 not available\nNOTE: Running setscene task 2119 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfont2/2.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcvt/0.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbfile/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxres/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libinput', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libinput', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libinput', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_recipe_qa.35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_recipe_qa_setscene.35bc4e2de67f5d2136e0123f1da094ece7b4cfb967685700852ee951069101d6 not available\nNOTE: Running setscene task 2122 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_packagedata.e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_packagedata_setscene.e4745671e00598c7f081c5f23f577890c182d18b1d6b4c41576e0f578a72d7a6.qemux86_64 not available\nNOTE: Running setscene task 2123 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_create_spdx.18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_create_spdx_setscene.18746c9ab222b47cba8b5bd2577832002e6946ec60ed8bd81a0fb608789c622a not available\nNOTE: Running setscene task 2125 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xserver-xorg/21.1.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/blktrace/1.3.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrestop/0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libxres', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libxres', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxres', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_recipe_qa.873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_recipe_qa_setscene.873be6dc052af7def567c828f1f74c2790e09e29add3a9fa80bf49014d7fbd61 not available\nNOTE: Running setscene task 2128 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Considering setscene task: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/linux-libc-headers/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_packagedata.d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_packagedata_setscene.d855e393d3fd72567658ae175e0a50ea86c0b198630b1586a848264d80e73ac4.qemux86_64 not available\nNOTE: Running setscene task 2130 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kexec-tools/2.0.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb (full)\nDEBUG: Considering setscene task: ['libxcvt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_packagedata.9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_packagedata_setscene.9ffa845797a100276ed81d9874d2c5a3d10551b8484dae533b9809ca2019a381.qemux86_64 not available\nNOTE: Running setscene task 2132 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_packagedata.3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_packagedata_setscene.3f5551ff09a37432bac6e8536fac49e49a49c731b6cb1e3f404fb205cec0bf41.qemux86_64 not available\nNOTE: Running setscene task 2134 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libaio/0.3.113/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xserver-xorg', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['xserver-xorg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xserver-xorg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_recipe_qa.9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.11.do_recipe_qa_setscene.9388506dd5767298572b0fe88304d7ce375d6cd8c820adb012331abef6ffaf58 not available\nNOTE: Running setscene task 2137 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_qa.75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_qa_setscene.75fc43f55f355cc6d8f3655e8d2c41dc790e8a23a30ac99f3b3274c43f0f325a not available\nNOTE: Running setscene task 2138 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/linux-libc-headers/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/linux-libc-headers/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_rpm.0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_rpm_setscene.0b08df59a5c5fdd2233131196259e00203c69a27d0abf5322f088d0637dc8491 not available\nNOTE: Running setscene task 2139 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/linux-libc-headers/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_populate_lic.0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_populate_lic_setscene.0ed5211a8675a78b4e37c332383d8e9135566384bf3185d07b0cd34c298fbffc not available\nNOTE: Running setscene task 2140 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_create_runtime_spdx.526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_create_runtime_spdx_setscene.526464259352c44c30748258fc22128ed4a0b37b19f0fafe7eb27a1681add4c1 not available\nNOTE: Running setscene task 2141 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:1: including xserver-xorg.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/kernel-devsrc/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:10)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:3: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_spdx.19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_spdx_setscene.19a969188cf1a325c7559679bde89a5abbadadae52b7144f9832c070ff38c47a not available\nNOTE: Running setscene task 2142 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_spdx.15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_spdx_setscene.15158a18bdd108e2dbcd0832b8798e6d71b295c636d70925a70187d56f7d1491 not available\nNOTE: Running setscene task 2143 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_create_spdx.0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_create_spdx_setscene.0ad0b339955dd7bc4f98e299551870c15d19f4a2eed01d62b10597b7a82368e2 not available\nNOTE: Running setscene task 2144 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_spdx.c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_spdx_setscene.c260c5d444621af251fc43095b1901cc4fbf465c1e147ec47784a95461d1179b not available\nNOTE: Running setscene task 2145 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:6: including recipes-kernel/linux/cve-exclusion.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:7: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mtdev/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:2: including gcc-target.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-target.inc:2: including gcc-configure-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfontenc/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['mtdev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libinput/1.25.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['mtdev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mtdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_recipe_qa.7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mtdev/1.1.6.do_recipe_qa_setscene.7c03ed49a499aa48cbfc6c35e6f0194c5b211d7323ebd93fbfd1be3ce3daaa2a not available\nNOTE: Running setscene task 2148 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxres/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfont2/2.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_spdx.e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_spdx_setscene.e992681d396dc04f543cf0395321242e7a4e972269e3e1df2fa41950f08fa906 not available\nNOTE: Running setscene task 2149 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbfile/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcvt/0.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/kernel-devsrc/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_packagedata.7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_packagedata_setscene.7690fe2fc19b5c1e408744b3b136a325c347ab54d20fe47555b65c324c9e7b9a.qemux86_64 not available\nNOTE: Running setscene task 2151 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/kernel-devsrc/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['libxcvt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxcvt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Considering setscene task: ['libxcvt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxcvt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_recipe_qa.fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_recipe_qa_setscene.fd73673d0292739e24a50e35370a73b68395e001b6552a84a30696f4ab9461f0 not available\nNOTE: Running setscene task 2155 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxfont2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/kernel-devsrc/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxfont2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxfont2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_recipe_qa.f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_recipe_qa_setscene.f434b759b8a0267b7ab5c198acb165e04d68f11e31367ceaaa7410bbed71408b not available\nNOTE: Running setscene task 2157 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xserver-xorg/21.1.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxkbfile', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:14)\nDEBUG: Considering setscene task: ['libxkbfile', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxkbfile', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_recipe_qa.bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.2.do_recipe_qa_setscene.bd6d0c1efd64e51098af2f79057a13dfa7a95cf65dd1c039d97330a889da1438 not available\nNOTE: Running setscene task 2160 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:7: including xorg-lib-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_package_qa.e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_package_qa_setscene.e0fbc78a42a49bb59f9f745c57a9014bd3dbe3f150f52624e5a9eb35ef008e81 not available\nNOTE: Running setscene task 2161 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_package_write_rpm.47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_package_write_rpm_setscene.47cb3a1cfdc882697f573a5cee53e3858f70635d88a4157270b2a6c81bcf56b4 not available\nNOTE: Running setscene task 2162 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_populate_lic.45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_populate_lic_setscene.45ff3b384f2ea7334da96259acf3d19e72ad23f9e80aa3e048c51420ab743615 not available\nNOTE: Running setscene task 2163 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_create_runtime_spdx.9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_create_runtime_spdx_setscene.9747ee0ea26abc1a6ecb12d115e2997095f62fcd2a87ce79f47a5588db2cd122 not available\nNOTE: Running setscene task 2164 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_package_qa.3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_package_qa_setscene.3e8059a43076417e46fb5655836a0c9115a259b4e5cb6ae854622cc473bee5a0 not available\nNOTE: Running setscene task 2165 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bison/3.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:3: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:3: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:3: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flex/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bc/1.07.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_create_spdx.0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_create_spdx_setscene.0565971b6041a181ac2850f88dd9bef30ccba3042b41db79c342c57247f46cea not available\nNOTE: Running setscene task 2166 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:6: including recipes-kernel/linux/cve-exclusion.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:7: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:6: including recipes-kernel/linux/cve-exclusion.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:7: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:6: including recipes-kernel/linux/cve-exclusion.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:7: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_packagedata.b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_packagedata_setscene.b6206e518cfd3b213fd00574a69d0f30b50834083456e28a16c8fe7ecec5f18c.qemux86_64 not available\nNOTE: Running setscene task 2167 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mtdev/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_packagedata.3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_packagedata_setscene.3786f0cad513ad7d07cd4f8e461be8393cbcfd14608153dfb64ba8627955d286.qemux86_64 not available\nNOTE: Running setscene task 2168 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_packagedata.77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_packagedata_setscene.77a6958ac6361066dd127049a52fcc1a3caf0930232271ab040af0e0a74b3057.qemux86_64 not available\nNOTE: Running setscene task 2169 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.12+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_packagedata.ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_packagedata_setscene.ac0af3916da60151468b01736ee6adc0c467830dccdc05915f5f4a8ee17fbb3c.qemux86_64 not available\nNOTE: Running setscene task 2170 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/font-util/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_package_write_rpm.67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_package_write_rpm_setscene.67f8f5c4507a6f34d507465b551736d86328418e447e3897ae07175b054550e1 not available\nNOTE: Running setscene task 2171 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_write_rpm_setscene)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:2: including gcc-target.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-target.inc:2: including gcc-configure-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfontenc/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx which could be accelerated\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_create_spdx.cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_create_spdx_setscene.cae87f903d1d9b337d88a11729602fb621b987d36879c0e0c93c7dbb41cb03ba not available\nNOTE: Running setscene task 2172 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfont2/2.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcvt/0.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_packagedata.16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_packagedata_setscene.16986d5521498c7a6b47d25fe0ff0def9e1978736611a3bd2aaa95a5c4298328.qemux86_64 not available\nNOTE: Running setscene task 2174 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbfile/1.1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['font-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:6: including xorg-font-common.inc\nDEBUG: Considering setscene task: ['libfontenc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Considering setscene task: ['libfontenc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libfontenc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_recipe_qa.6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.7.do_recipe_qa_setscene.6a1366f0dab5bd8899b6e16fe29887e6991c64fc11165a295eaa4ec3a6428a93 not available\nNOTE: Running setscene task 2177 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_populate_lic.d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_populate_lic_setscene.d530f55d20f7aba47d88ed6a68871dd94cb8bcf84a745ccf05b302958ad531d0 not available\nNOTE: Running setscene task 2178 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_runtime_spdx.ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_runtime_spdx_setscene.ac5a50e7908d23ee6361f8bdbae2152f8e2a78036e58a575e77e379a2c70b887 not available\nNOTE: Running setscene task 2179 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace2/2.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace2/2.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_create_spdx.7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_create_spdx_setscene.7b9841c97d0e0d3519a33e779dd3f8f7770eff878aedc3efa3c689bbcc23a78d not available\nNOTE: Running setscene task 2180 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_create_spdx.cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_create_spdx_setscene.cec188f018da8c3d0fd0ebfb8b00c682b3e067844be2e281bd306242d9f0bfd6 not available\nNOTE: Running setscene task 2181 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:1: including findutils.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bison/3.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gettext/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['bison', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flex/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_packagedata.158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_packagedata_setscene.158ddec2c6fc6044621938a09ccb8bb18504dcbe3b3489b4c7da2ea15a33192e.qemux86_64 not available\nNOTE: Running setscene task 2183 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['bison', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['bison', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['bison', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['bison', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_recipe_qa.013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_recipe_qa_setscene.013398f2139aabacbf888b85441315886a91d29b7eda726f0bccb997a64f3515 not available\nNOTE: Running setscene task 2186 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.12+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.12+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: Considering setscene task: ['flex', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Considering setscene task: ['flex', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['flex', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_recipe_qa.b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_recipe_qa_setscene.b440cd3dd5cde07c9483259b5023cad08ec655b9c6e5ae4bf9a640980cfb2823 not available\nNOTE: Running setscene task 2189 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bc/1.07.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['gcc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['gcc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace2/2.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.12+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['gcc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['gcc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['gcc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_recipe_qa.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc/13.2.0.do_recipe_qa_setscene.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nNOTE: Running setscene task 2192 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/encodings/1.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Considering setscene task: ['bc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/font-util/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['bc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['bc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_recipe_qa.0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_recipe_qa_setscene.0a7164964e7caeec4492848409fc6781a389686f100c26c62df335e68008216d not available\nNOTE: Running setscene task 2195 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_qa.69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_qa_setscene.69875d16e3e11aa4eff809301f4c96a4a464891c4c6b1768b9b96b0230aadbe9 not available\nNOTE: Running setscene task 2196 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_rpm.6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_rpm_setscene.6ceacf3de57e459d0de0bfc1ce359020fbea9730380c25ca7ae4a0c6dd439baf not available\nNOTE: Running setscene task 2197 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['font-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfontenc/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_packagedata.d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_packagedata_setscene.d7afb844c57cdbbd368efd1d52e3f750542da227b9ad3a53c342cb3d5e5d2579.qemux86_64 not available\nNOTE: Running setscene task 2199 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:2: including gcc-target.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace/1.5.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-target.inc:2: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Considering setscene task: ['encodings', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['encodings', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['font-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace2/2.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['font-util', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Considering setscene task: ['font-util', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['font-util', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_recipe_qa.612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_recipe_qa_setscene.612df95e1f09049e524133503df4d0615acf97ec0b72d5441ca5289241ed1a38 not available\nNOTE: Running setscene task 2202 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:6: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_populate_lic.3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_populate_lic_setscene.3591a96ceb597cbb8dae56d716721f533fc35604d95e8035e07a04cee7f56f79 not available\nNOTE: Running setscene task 2203 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_create_runtime_spdx.f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_create_runtime_spdx_setscene.f6bdb42fe7803bc6d9b5c2b3312245018a29f78e597d5af8ea0eb02d9b42f657 not available\nNOTE: Running setscene task 2204 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_package_qa.3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_package_qa_setscene.3d730592bc3b0c0c3fdbd5cd44801e4655e241b7882a341af64a32e94a387410 not available\nNOTE: Running setscene task 2205 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_package_write_rpm.673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_package_write_rpm_setscene.673e08907c70660081a77ad24b4385ee4cae26ba38a2f4f006f3ebc23b831e4a not available\nNOTE: Running setscene task 2206 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_populate_lic.80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_populate_lic_setscene.80d693912fcfb80c8d98e0cfab385b6d3b4590c28594d35c9067bce3717436ba not available\nNOTE: Running setscene task 2207 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace2/2.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:10: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/findutils/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:10: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:10: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:10: including lttng-platforms.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_packagedata.1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_packagedata_setscene.1d407c4cb3ae7d87ed47ab129f07e67cb8589ed49d8d0532c0e671205897c86b.qemux86_64 not available\nNOTE: Running setscene task 2208 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_packagedata.a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_packagedata_setscene.a41a2e752c0418c398d9e8e6223d2a92a1a29f66535f9d714b83eaed690daf2f.qemux86_64 not available\nNOTE: Running setscene task 2209 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bison/3.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gettext/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:1: including findutils.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flex/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gettext', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['gettext', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gettext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_recipe_qa.86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gettext/0.22.4.do_recipe_qa_setscene.86bd51c02f78489afa78905f5623d4d14db016fcd4ca2db7fea1b945c2e872c2 not available\nNOTE: Running setscene task 2212 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_create_runtime_spdx.155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_create_runtime_spdx_setscene.155de77c0b4fe73008dcfe38f300ad9dd6a8d402530d1b0efd4f7c261d3a016e not available\nNOTE: Running setscene task 2213 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:13: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_package_qa.1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_package_qa_setscene.1db61355aa69a042cab68fc677dbdfc50a3d04a2079e9492bca69c4b0bc9a6fb not available\nNOTE: Running setscene task 2214 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace/1.5.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/encodings/1.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bc/1.07.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace/1.5.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:13: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/font-util/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['encodings', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['encodings', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace/1.5.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Considering setscene task: ['encodings', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['encodings', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['encodings', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_recipe_qa.337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/encodings/1.0.7.do_recipe_qa_setscene.337810c1a54229b191624b62226b9b56762feb561970813140a8fb070d1363a1 not available\nNOTE: Running setscene task 2217 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_package_write_rpm.58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_package_write_rpm_setscene.58ca440d9fef9f9f5cb167b6017306fc6fa915a86bafe76c498fd8fe6abeeaee not available\nNOTE: Running setscene task 2218 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_populate_lic.76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_populate_lic_setscene.76839b90f92d3662ea49ea0b942cae3d5976cfc33c9ea396d8550cc7df535a18 not available\nNOTE: Running setscene task 2219 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_create_runtime_spdx.6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_create_runtime_spdx_setscene.6d97847f427409879111ed885ca8420e2610c04d0fe3145094b53aa54ad77b83 not available\nNOTE: Running setscene task 2220 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_sysroot.9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_sysroot_setscene.9b920b7946aa9b6f5a3416b3e4d42e176e89229aab344d6c1b3256b4066167c8 not available\nNOTE: Running setscene task 2221 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_package_qa.0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_package_qa_setscene.0f1888242b48aa0dafc7eefc45c5e5424cb0e6c86c3ce3609def72e826531e9f not available\nNOTE: Running setscene task 2222 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_package_write_rpm.ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_package_write_rpm_setscene.ee4715b3f59f0bc8d0f02fe9592ae2d0da8d3fca9e15a879a35ca7735d6dfb78 not available\nNOTE: Running setscene task 2223 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:6: including xorg-font-common.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_populate_lic.01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_populate_lic_setscene.01f90dc80db7141b44f0ae48e9e2923f077835ad5bbb4069b379220643fefb7c not available\nNOTE: Running setscene task 2224 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:13: including lttng-platforms.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_runtime_spdx.b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_runtime_spdx_setscene.b3a02c6cb8b8f890e4c9baa0f7d1036095934feb9bcb68f5a205f48933029007 not available\nNOTE: Running setscene task 2225 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_qa.56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_qa_setscene.56a4cff2bed60dff2640a5afdf27d6bd92501383b12e8e33ccdc56926f384c18 not available\nNOTE: Running setscene task 2226 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:13: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_rpm.8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_rpm_setscene.8bc1dca191a3d7d27dad7392aaed672c2d629139ba94740d61e90974408c4cc1 not available\nNOTE: Running setscene task 2227 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:16: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:16: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:16: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:16: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace2/2.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/findutils/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['findutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['findutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['findutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_recipe_qa.77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/findutils/4.9.0.do_recipe_qa_setscene.77e41803c3578b01a584528cb8638cc003b6de2af0de072235cd88fbd4434dcc not available\nNOTE: Running setscene task 2230 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gettext/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['babeltrace2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['babeltrace2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['babeltrace2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_recipe_qa.cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.5.do_recipe_qa_setscene.cccb1634d23cd900c3aca5b1b960ad723984c9567175c57f0b56b1a2124789ab not available\nNOTE: Running setscene task 2233 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:1: including findutils.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-tools/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/depmodwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_populate_lic.443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_populate_lic_setscene.443b5245fbdeb2d0fb8c3ec0ee460f059c8d84ef58cd9e22ef4c36eae9b7aded not available\nNOTE: Running setscene task 2234 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-tools/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/encodings/1.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_spdx.f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_spdx_setscene.f69525d45e94d133810d4d650486c5d6524f0406967167085e3ebfa9dd31fe0e not available\nNOTE: Running setscene task 2235 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_spdx.9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_spdx_setscene.9cbc8b045988dcf55ce7462a96a414b407141f9e90908f63eccc4c2d556a724b not available\nNOTE: Running setscene task 2236 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_spdx.b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_spdx_setscene.b316f02089afae6deb99f694694ffb3b56d6b19fbc882b1106bc69821f8a3865 not available\nNOTE: Running setscene task 2237 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['depmodwrapper-cross', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_spdx.31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_spdx_setscene.31b9e762672a4fe602dbef8213a7e3be29bd18ccf286b73ea358128ab8809309 not available\nNOTE: Running setscene task 2239 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/make-mod-scripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-ust/2.13.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/make-mod-scripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-ust/2.13.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/make-mod-scripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-ust/2.13.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-tools/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-ust/2.13.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-tools/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_create_spdx.17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_create_spdx_setscene.17e4c90cd97db7e74475f0e4ef3b02308c0725306bf7602176f2c577ad31e5f0 not available\nNOTE: Running setscene task 2240 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_create_spdx.668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_create_spdx_setscene.668b3e93f7785b05f3f13487730001a534e60b3b141e27c7e014f5cf81ec2bbc not available\nNOTE: Running setscene task 2241 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_spdx.1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_spdx_setscene.1c2994bb76e27ad1825eccb67ab06a56dc442bf5e751260513c24d6972df312e not available\nNOTE: Running setscene task 2242 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_runtime_spdx.d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_runtime_spdx_setscene.d124bdd6189ca10a0e0ea2a56fd1f9c695b4326d2e29edc70ee6559d672ab0f4 not available\nNOTE: Running setscene task 2243 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_qa.3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_qa_setscene.3da9632a04354f9fb9dfd344f1dd5d59180521c3fa4393c243478a0fb94df227 not available\nNOTE: Running setscene task 2244 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_rpm.3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_rpm_setscene.3c2a8732f5344e94a60778521691a936d07fbd7979f227e0c599abe51d32a2db not available\nNOTE: Running setscene task 2245 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_populate_lic.4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_populate_lic_setscene.4f1f59d168af1dfa516fe62b2814facaa78ad567f3fbd82dbdddd6d9b60dc6d6 not available\nNOTE: Running setscene task 2246 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_runtime_spdx.65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_runtime_spdx_setscene.65d2ce378ea31bdc01fb60b79f041d4bfe74b0389d8da3adc7fb3c8e750b220b not available\nNOTE: Running setscene task 2247 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_qa.7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_qa_setscene.7ff6e198308c7e7e92cb0c8c29e4924673e9134ebbf9f88dca59831242a2c841 not available\nNOTE: Running setscene task 2248 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:10: including lttng-platforms.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:13: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:58)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:67: including \nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernelsrc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:69)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/findutils/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:67: including \nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernelsrc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:69)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace2/2.0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/make-mod-scripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_rpm.92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_rpm_setscene.92459a17a3973b4c3dc3d1658272e8da2ed991e4eb3b6dd1dd25794c0cddb753 not available\nNOTE: Running setscene task 2249 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_lic.c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_lic_setscene.c1c10007ccccc72bd43505e61ff50f57bb686cee39c1f797b6706c8f18bce441 not available\nNOTE: Running setscene task 2250 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:58)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_runtime_spdx.3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_runtime_spdx_setscene.3b3ba9c301d7052eaa4282fd38429941d7e39024c7d53b7a1ff82b3f5be97fc3 not available\nNOTE: Running setscene task 2251 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:67: including \nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernelsrc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:69)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/grep/3.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace/1.5.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/procps/4.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:58)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_packagedata.b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_packagedata_setscene.b4e27651311f2e305ac3f55735d1860d904bdbdf7aeecde8304190ad12978ae2.qemux86_64 not available\nNOTE: Running setscene task 2252 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sed/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:67: including \nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernelsrc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:69)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/make-mod-scripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:34)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/modutils-initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/modutils-initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_packagedata.22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_packagedata_setscene.22aeaf4e95a0a6e94061ebde9fc547f382bdcd0f678f7c2c0d448d6b0ff1c0bb.qemux86_64 not available\nNOTE: Running setscene task 2253 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/modutils-initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/modutils-initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_packagedata.917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_packagedata_setscene.917939c312c5a0fc91b2e5a73c6fbc34de2f20364be2044a76927c635349e738.qemux86_64 not available\nNOTE: Running setscene task 2254 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_packagedata.5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_packagedata_setscene.5deb68ac6c80e1becc07e34661f65ae42c54a9b6feca882b93bffbc2192866df.qemux86_64 not available\nNOTE: Running setscene task 2255 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/perf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/perf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-tools/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_packagedata.0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_packagedata_setscene.0c195211c3e2b00c4bc2aefdc172d2c86f86bc2e4e7f7bf8636f34a692cf5496.qemux86_64 not available\nNOTE: Running setscene task 2256 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_packagedata.e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_packagedata_setscene.e8465f9a35879ca818745b01782e75ab1435261212a7d07ec38fbec8886e5718.qemux86_64 not available\nNOTE: Running setscene task 2257 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_packagedata.82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_packagedata_setscene.82be7c14d268f97091bd763021bf5a99cdba6a190e7bbb7e0b8324b0e9c9701a.qemux86_64 not available\nNOTE: Running setscene task 2258 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_create_spdx.e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_create_spdx_setscene.e98b4bbf5ee1c076a24629dbd8146923e16133cfbdd172417184caf0a407302a not available\nNOTE: Running setscene task 2259 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_spdx.80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_spdx_setscene.80466fca2edc47471605137f3767c38d6778cea739a8be152d0c44a8052d389d not available\nNOTE: Running setscene task 2260 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_spdx.f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_spdx_setscene.f85fd61ff25c98c21c80bbf88bcb1619d721e4b7e12c3880bd3f76053a061453 not available\nNOTE: Running setscene task 2261 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Considering setscene task: ['perf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['perf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['perf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_recipe_qa.46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_recipe_qa_setscene.46f1d151368f3ec0487147d2b6eed0507f0a4065e663b3aef0fba6e3729af9b7 not available\nNOTE: Running setscene task 2262 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_qa.fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_qa_setscene.fd775da9e726dc93e6735c3b31a77a2463fd74373b74b6a5900cf2f8801dc8d4 not available\nNOTE: Running setscene task 2263 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_rpm.4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_rpm_setscene.4f2dff496f6e74f9157ed7b284136173148bfb5082b35ad8a9be783337de2b23 not available\nNOTE: Running setscene task 2264 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:10: including lttng-platforms.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:13: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/perf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:16: including lttng-platforms.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:58)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:67: including \nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernelsrc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:69)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:67: including \nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernelsrc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:69)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/powertop/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/perf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_populate_lic.31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_populate_lic_setscene.31827673f8907ae8db8827bc247a015ddf911105b6938e1185bdd8b7e32e7302 not available\nNOTE: Running setscene task 2265 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/grep/3.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['grep', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['grep', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['grep', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['grep', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['grep', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['grep', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:20)\nDEBUG: Considering setscene task: ['grep', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['grep', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['grep', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['grep', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_recipe_qa.573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/grep/3.11.do_recipe_qa_setscene.573ebb626c496d31c33236212f73a1772da9f010fd90082158f6b59200f49fed not available\nNOTE: Running setscene task 2268 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_spdx.6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_spdx_setscene.6db3b5e14e9cb15df1d2f0c20ef05262723128b654295e71ad9e3c6db02654a9 not available\nNOTE: Running setscene task 2269 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_create_runtime_spdx.34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_create_runtime_spdx_setscene.34ff37bb9d80c54b7081785e569bcfe8601075d6d46fb68ef27eeda874cb892d not available\nNOTE: Running setscene task 2270 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace/1.5.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/procps/4.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:7: including systemtap_git.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sed/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Considering setscene task: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['procps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['procps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['procps', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['procps', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['procps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['procps', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/make-mod-scripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['procps', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/modutils-initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['procps', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['procps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['procps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_recipe_qa.0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_recipe_qa_setscene.0fe25f690c05f416c07a067f8e9a9232771bbfd9665a86a66f0bfd95fdde15cf not available\nNOTE: Running setscene task 2274 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['sed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['sed', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-ust/2.13.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['sed', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['sed', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_recipe_qa.3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sed/4.9.do_recipe_qa_setscene.3412c4eb7cb93455cddb7a04083fb45a0d8e97831f5a06d31e3382025954d204 not available\nNOTE: Running setscene task 2277 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb (full)\nDEBUG: Considering setscene task: ['babeltrace', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['babeltrace', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['babeltrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_recipe_qa.852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_recipe_qa_setscene.852a781337e26a80f1f6631ca33464cfbdaa73cb73ed88f245335696171a5ecd not available\nNOTE: Running setscene task 2279 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/perf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/perf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/powertop/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-tools/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/powertop/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_create_spdx.53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_create_spdx_setscene.53fe4666ab25b1a16d5f47f93a20b3bb62b04a39a96ea30e7e62ccbf4387c049 not available\nNOTE: Running setscene task 2281 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_create_spdx.27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_create_spdx_setscene.27ce3a1988dd16753adb6643bdf737f46ac1f36d56ee9c08d39f3260e164beb6 not available\nNOTE: Running setscene task 2282 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_create_spdx.816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_create_spdx_setscene.816eb03ae99b5013b357e39ca02c10979ff30cec4ba0abcdbeee36babf124a46 not available\nNOTE: Running setscene task 2283 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['lttng-modules', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb (full)\nDEBUG: Considering setscene task: ['lttng-modules', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['lttng-modules', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_recipe_qa.601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.11.do_recipe_qa_setscene.601473da5b238cb10831d3e20efafe86e28363248af35575b756a2d5cb3b32c7 not available\nNOTE: Running setscene task 2285 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:1: including binutils.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Considering setscene task: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Considering setscene task: ['lttng-tools', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb (full)\nDEBUG: Considering setscene task: ['lttng-tools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['lttng-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_recipe_qa.79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.11.do_recipe_qa_setscene.79917d68e4e0de5cfad8d32ba047c1127068a2ce2244638baed0764b2531e21a not available\nNOTE: Running setscene task 2288 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/powertop/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_packagedata.97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_packagedata_setscene.97bd0b518cce073e58ddddde2d8eb3de428f851f8b09b70da42b49e14ce92d9f.qemux86_64 not available\nNOTE: Running setscene task 2289 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Considering setscene task: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:10: including lttng-platforms.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:13: including lttng-platforms.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_packagedata.b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_packagedata_setscene.b4fa1ccfde481db16c1ba39b896a6bf869dbf203324e6552123dad0d309ab960.qemux86_64 not available\nNOTE: Running setscene task 2292 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_packagedata.c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_packagedata_setscene.c0d028e3fc6ea39b8a032bc84e3a288e793308e47f1caa1013b2ac9e1ea25282.qemux86_64 not available\nNOTE: Running setscene task 2293 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_package_qa.17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_package_qa_setscene.17a5fd36195daa41f1f468c051d2622600896dcceb20576c877048c6b5203aed not available\nNOTE: Running setscene task 2294 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_package_write_rpm.a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_package_write_rpm_setscene.a67fc22b28d3ed371bc6a44e8289027199f351bc94dc951a5909a36b2d6b7561 not available\nNOTE: Running setscene task 2295 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/grep/3.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:16: including lttng-platforms.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/powertop/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:45)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/systemtap/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:7: including systemtap_git.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:54)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:58)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:7: including systemtap_git.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:67: including \nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernelsrc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:69)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_create_spdx.b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_create_spdx_setscene.b25dcb8597c0c707d90c737f11d4314561d3be290ff750ad9e78835d1c5ffba7 not available\nNOTE: Running setscene task 2296 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_packagedata.b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_packagedata_setscene.b2562fc570327b23d675fd2e40db819903ed12e6cb051e840a7a294ff1fd1304.qemux86_64 not available\nNOTE: Running setscene task 2297 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_create_spdx.075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_create_spdx_setscene.075a7d78477e3d4079d360b2723936fd91d749c5814a5c7a7dfc7aa90000ea1b not available\nNOTE: Running setscene task 2298 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/procps/4.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:7: including systemtap_git.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_populate_lic.f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_populate_lic_setscene.f8583cfdfe9a2715cb882c3ec3cfbd3ec82b76fea2e7177489af039901e70138 not available\nNOTE: Running setscene task 2299 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/babeltrace/1.5.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sed/4.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnewt/0.52.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:7: including systemtap_git.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_spdx.e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_spdx_setscene.e9bab5638fa7f585f82caddfa4fe2a01ff0de40cc4059b50025fe563f3eefcab not available\nNOTE: Running setscene task 2300 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtraceevent/1.7.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_create_runtime_spdx.40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_create_runtime_spdx_setscene.40ca2e9013a138d5013f9bcf87e461b58cf114f7e1d8038ced567d1321ca80d1 not available\nNOTE: Running setscene task 2301 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_package_qa.e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_package_qa_setscene.e07cfd1f672e19fca2958e7780d939bf17e3f63385c1e4400c00224df5ec05d4 not available\nNOTE: Running setscene task 2302 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/binutils/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bin_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bin_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-ust/2.13.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_package_write_rpm.c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_package_write_rpm_setscene.c2b3081b28ab395704d2bcdceaf7c8dd6f478fd0bde5f40afcfc767c97b1fccc not available\nNOTE: Running setscene task 2303 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/modutils-initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_populate_lic.5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_populate_lic_setscene.5a07eb6025192710770930c9c15c89bb7784d931156a05be3e09518e99a4980d not available\nNOTE: Running setscene task 2304 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_create_runtime_spdx.0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_create_runtime_spdx_setscene.0e3ecf95410a2181d22bec3a3e518aa682727875a7ed928ebf2eaaecf907302a not available\nNOTE: Running setscene task 2305 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-tools/2.13.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/perf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bin_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bin_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/systemtap/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['lttng-ust', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['lttng-ust', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['lttng-ust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_recipe_qa.55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.6.do_recipe_qa_setscene.55a2bf661082ab207ee75f0cfe73d5e5834a9b1d41fc90dd76ec895b7e7362de not available\nNOTE: Running setscene task 2308 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['modutils-initscripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['modutils-initscripts', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pciutils/3.10.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['modutils-initscripts', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['modutils-initscripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_recipe_qa.9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_recipe_qa_setscene.9dfe9acd43552ad0ecceb2bdb40b922d3f0631645dd8a079fe67413a9b026155 not available\nNOTE: Running setscene task 2311 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['perf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['perf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['perf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['perf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/powertop/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/systemtap/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_packagedata.38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_packagedata_setscene.38e46b75a1546da1a966144981255509b333f03b84e98072217916ae5cd03d6d.qemux86_64 not available\nNOTE: Running setscene task 2313 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Considering setscene task: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_packagedata.e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_packagedata_setscene.e81ad29ea978aedeb4d2206a803bbfd1b94c116e0d6fb79a47a88bcfcf533207.qemux86_64 not available\nNOTE: Running setscene task 2315 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/systemtap/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:16: including lttng-platforms.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:13)\nDEBUG: Considering setscene task: ['libnewt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_packagedata.f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_packagedata_setscene.f35b5627621b6656fcbac38defcd5b09888aa7ef0b70f97a88afb4f6778ba504.qemux86_64 not available\nNOTE: Running setscene task 2317 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:1: including binutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Considering setscene task: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wireless-regdb/2023.09.01/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Considering setscene task: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_deploy', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wireless-regdb/2023.09.01/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['perf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/systemtap/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_packagedata.f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_packagedata_setscene.f6e088f2d1cfe6722b24b1c4a87945e62c6d1a5e08f2d46396eb42726cfa04a1.qemux86_64 not available\nNOTE: Running setscene task 2322 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['powertop', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wireless-regdb/2023.09.01/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['powertop', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['powertop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_recipe_qa.afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_recipe_qa_setscene.afd65d6090989fccce86a2caee12f155a9e84a466c64ac76bd36346e779e10cb not available\nNOTE: Running setscene task 2325 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/slang/2.3.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_packagedata.2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_packagedata_setscene.2bd1133ccaa45c5f6bc06d858d02bce7f52f177cb7250ad2a0c29c4d35692a85.qemux86_64 not available\nNOTE: Running setscene task 2326 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_create_spdx.fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_create_spdx_setscene.fa7320aae10792769a60c32016d48694823e5f3a3cad9721f59067b90b0cd0ce not available\nNOTE: Running setscene task 2327 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_package_qa.6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_package_qa_setscene.6e09ac69809bcdde19c01d680ffbd6e9c2049dacbd494d225b362de3f8789e6a not available\nNOTE: Running setscene task 2328 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_package_write_rpm.ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_package_write_rpm_setscene.ff9816bd1a43f0a7908228c3eeae10db5cc4a1fc0c6d45a599adbf89f3a6589e not available\nNOTE: Running setscene task 2329 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wireless-regdb/2023.09.01/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_populate_lic.ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_populate_lic_setscene.ea5e4fc7f6404247dc895b56eaf7347ef45d5db35516abe1dae970d82214c0fa not available\nNOTE: Running setscene task 2330 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_create_runtime_spdx.b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_create_runtime_spdx_setscene.b200cd3c7af64aa0190e681331e2a0d86c217301bf71a354664d29e23d251980 not available\nNOTE: Running setscene task 2331 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_package_qa.e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_package_qa_setscene.e4a3870b48a4d9e3969da7b3d036a7657f50b798506e91e8459da1e9743c3069 not available\nNOTE: Running setscene task 2332 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_package_write_rpm.733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_package_write_rpm_setscene.733eba35313641286e1c99671dca397dac959b1b7e2f8cbe864853d0765fa75e not available\nNOTE: Running setscene task 2333 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:7: including systemtap_git.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bin_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-lib/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_populate_lic.dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_populate_lic_setscene.dc658fdd051d48485483a66448924ee317150ce27a4c806faabcb3017127de70 not available\nNOTE: Running setscene task 2334 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/modutils-initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lttng-ust/2.13.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_runtime_spdx.5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_runtime_spdx_setscene.5eb42054b6feb162c71099358c326a383f5bc790a6c4186996d30487193d5125 not available\nNOTE: Running setscene task 2335 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_qa.6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_qa_setscene.6b830357053dd9f557c166fcb9af0d47a27f89a913b500cf3f7c9ef4099437d4 not available\nNOTE: Running setscene task 2336 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnewt/0.52.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtraceevent/1.7.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libnewt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libnewt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libnewt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libnewt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_recipe_qa.09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnewt/0.52.24.do_recipe_qa_setscene.09ba4a80dc50c43de6ee55c21d6b8fa95679393a7fa11183178dd4c295a41c06 not available\nNOTE: Running setscene task 2339 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/binutils/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wireless-regdb/2023.09.01/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pciutils/3.10.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/powertop/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:30)\nDEBUG: Considering setscene task: ['pciutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['pciutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pciutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_recipe_qa.060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pciutils/3.10.0.do_recipe_qa_setscene.060be6cf1495abc6f7ed655dc7fb4649f6d4405fb0e934450eb5a2e127702eff not available\nNOTE: Running setscene task 2342 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-lib/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['binutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-lib/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-lib/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['binutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['binutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_recipe_qa.c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/binutils/2.41.do_recipe_qa_setscene.c45add8ae116c8dc00a7ee3d50adcc32993b46626eb318a3758f3c01a01044dd not available\nNOTE: Running setscene task 2345 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/systemtap/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_packagedata.46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_packagedata_setscene.46da20f82c714e2a2a97efe2c6d2e1a2198a6e4c42cafc1b0e43e23fc929ee5e.qemux86_64 not available\nNOTE: Running setscene task 2346 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb (full)\nDEBUG: Considering setscene task: ['slang', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['slang', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-plugins/1.2.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-plugins/1.2.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-plugins/1.2.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libtraceevent', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:1: including binutils.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Considering setscene task: ['libtraceevent', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libtraceevent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_recipe_qa.e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtraceevent/1.7.3.do_recipe_qa_setscene.e7b6610362fa880ac371627cb184ffee5073421d7f8c963ed0c8333c9f7cc76f not available\nNOTE: Running setscene task 2350 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-plugins/1.2.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-topology-conf/1.2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: Considering setscene task: ['systemtap', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-topology-conf/1.2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['systemtap', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['systemtap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_recipe_qa.27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/systemtap/5.0.do_recipe_qa_setscene.27cdb0c9666374064dd88eb29e67d96ba3ccad7448c3b4e701174d142ae36f35 not available\nNOTE: Running setscene task 2353 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_packagedata.e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_packagedata_setscene.e19530a0861393ce6733707eeed7678a742add4facc38629b11cc3e4bb583628.qemux86_64 not available\nNOTE: Running setscene task 2354 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_spdx.d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_spdx_setscene.d752235f155ccb8b5488464a4f5f5cf0dacf00f9b97cf1c1cee7c0c1b90fb6ee not available\nNOTE: Running setscene task 2355 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_rpm.43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_rpm_setscene.43e8f49ce438fd8cad2df378e657a518ba8711257e63fe1b3d88acad0587766f not available\nNOTE: Running setscene task 2356 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_populate_lic.6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_populate_lic_setscene.6afe5c34b070561344af0bbe4fe29628301ec9c760b05810d176baea7ec309d0 not available\nNOTE: Running setscene task 2357 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_create_runtime_spdx.dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_create_runtime_spdx_setscene.dbd518f3f793b18d346e63ccc380a800f3ffc5b43aebdfbe0dabdf482f1182de not available\nNOTE: Running setscene task 2358 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_package_qa.6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_package_qa_setscene.6d2139906de32e772ef3c7f52fdc20386c6579c9178374e6e8b8631b798d5ed7 not available\nNOTE: Running setscene task 2359 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:7: including systemtap_git.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_package_write_rpm.78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_package_write_rpm_setscene.78ca1b318fac62452b6ed5c160a12174f326d17d60deaae76b3e33736c51715b not available\nNOTE: Running setscene task 2360 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bin_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_populate_lic.c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_populate_lic_setscene.c838af89b9c02c37c2a2047b11d18c915ee35c81517fed57c4067f5acd125d7e not available\nNOTE: Running setscene task 2361 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_create_runtime_spdx.cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_create_runtime_spdx_setscene.cbb458711d18d353543205051172419dcd08b5073a33e492fe179912cdfce3fc not available\nNOTE: Running setscene task 2362 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_package_qa.1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_package_qa_setscene.1d64c943a7720b528ac47d9daf042a6fd6d1c01ed318f2a45daff6d97e61c5a0 not available\nNOTE: Running setscene task 2363 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnewt/0.52.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_package_write_rpm.15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_package_write_rpm_setscene.15ac43a10c343552fa4f0cf99cf8a10ad32b00303f6d248b404a3b6ff231162b not available\nNOTE: Running setscene task 2364 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pciutils/3.10.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_populate_lic.fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_populate_lic_setscene.fc8d16f7226f683264fe3b6fb22f6dbddbcad051b5984f5814fe1a5bc91460c3 not available\nNOTE: Running setscene task 2365 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/slang/2.3.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wireless-regdb/2023.09.01/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-topology-conf/1.2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['slang', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['slang', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['slang', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['slang', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['slang', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['slang', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/binutils/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-topology-conf/1.2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-topology-conf/1.2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['slang', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['slang', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['slang', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['slang', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_recipe_qa.fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_recipe_qa_setscene.fae8707f2f6e897a4d1d07ff7e22f363edf2993b68dbefc0ffe228dd1a02c480 not available\nNOTE: Running setscene task 2368 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtraceevent/1.7.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['wireless-regdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['wireless-regdb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['wireless-regdb', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['wireless-regdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_recipe_qa.0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wireless-regdb/2023.09.01.do_recipe_qa_setscene.0f806888f9fea090fa2d52ed0c76cc94e75db43c7b9085b686ddde65337c9f5b not available\nNOTE: Running setscene task 2371 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_packagedata.f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_packagedata_setscene.f29ad771a96f5d52391cc16670d3577b32731a719600de43a6b6c383e16be581.qemux86_64 not available\nNOTE: Running setscene task 2372 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_create_spdx.7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_create_spdx_setscene.7a239a47fd92df484c7aab8606ec1c52c5b9ccafc468db3dfdcc392481d47c8d not available\nNOTE: Running setscene task 2373 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_runtime_spdx.31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_runtime_spdx_setscene.31269ece898ea82220c0b9d5ba712d6bf50f2b364227c77dfa497bd8c2f7a30b not available\nNOTE: Running setscene task 2374 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/systemtap/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_qa.e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_qa_setscene.e4e33ce5093b1ff942375031b0f405361aa3c285a21057220ac597990503ff8f not available\nNOTE: Running setscene task 2375 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_rpm.3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_rpm_setscene.3e4ad80449b8082b7a0422e9b226719df4a05077821026edff3052db38a06a34 not available\nNOTE: Running setscene task 2376 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_lic.897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_lic_setscene.897546ec025a78ee81767dd12d0065b0676c68894f1d9d6470854f5658627dae not available\nNOTE: Running setscene task 2377 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_runtime_spdx.171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_runtime_spdx_setscene.171124ecea5cb613d855cc09855c0855e45918eac02a0dbac135f769070710b8 not available\nNOTE: Running setscene task 2378 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_qa.b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_qa_setscene.b081c26e1c0a3e447c66a29036c9b0fd4ad9ed8cbd266e9f610ba70a20dd87f2 not available\nNOTE: Running setscene task 2379 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bin_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_rpm.a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_rpm_setscene.a593938d005f60e750229fde9239412f0888b0d2a9c042f4376ff4f8b4b920fa not available\nNOTE: Running setscene task 2380 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:14)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_populate_lic.79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_populate_lic_setscene.79e6547740c23768d9c953444e4f196cc182270cbf3a709fd550518e84a9a892 not available\nNOTE: Running setscene task 2381 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-utils/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-utils/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_spdx.15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_spdx_setscene.15d9e0d6390b6111bf9fc018585641ea7b7fdcfac9da16f92ac1c0ede39003b1 not available\nNOTE: Running setscene task 2382 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-utils/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_create_runtime_spdx.5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_create_runtime_spdx_setscene.5ca7025bd20cddc6da890ba0449c892e6ecf128848725958e2cdc3a64653be95 not available\nNOTE: Running setscene task 2383 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:33)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_package_qa.401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_package_qa_setscene.401bed1b629de2c2f1c597157cecc0e171fb9e6cbe307311eb250fa13b8e9234 not available\nNOTE: Running setscene task 2384 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-utils/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wireless-regdb/2023.09.01/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-topology-conf/1.2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_package_write_rpm.032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_package_write_rpm_setscene.032ecd0620d745a1e6c4ab127bac6361271e3fb28c966799f9d9e80c5273a18a not available\nNOTE: Running setscene task 2385 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/slang/2.3.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flac/1.4.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flac/1.4.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Considering setscene task: ['alsa-topology-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-topology-conf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-topology-conf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-topology-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-topology-conf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-topology-conf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flac/1.4.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flac/1.4.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['alsa-topology-conf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['alsa-topology-conf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-topology-conf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-topology-conf', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-topology-conf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-topology-conf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['alsa-topology-conf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_recipe_qa.ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_recipe_qa_setscene.ed5a6fd8233730676783e8608ff97e1e100d6567e86d9d9d06d1afea98e2564d not available\nNOTE: Running setscene task 2388 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gst-examples/1.18.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_packagedata.a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_packagedata_setscene.a6d0f280bae4294017e7664c075c7cbea551b84fb4e2f0ae7d8b16db2198169b.qemux86_64 not available\nNOTE: Running setscene task 2389 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_packagedata_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_populate_lic.e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_populate_lic_setscene.e6b9d7c2a28bf5c0e9677f7e3f4c258d532d01077acf6f784a3dfd8774b5dde5 not available\nNOTE: Running setscene task 2390 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_create_runtime_spdx.dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_create_runtime_spdx_setscene.dbff37459b92ec2d5a35dfaf35d63b633d340671eddfb9742f70c500f23939d2 not available\nNOTE: Running setscene task 2391 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_package_qa.0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_package_qa_setscene.0fd71007689c6ae7da4ef5bd6a9d0fdcd8a998ea4bc8f029ea34faf3d8df171f not available\nNOTE: Running setscene task 2392 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gst-examples/1.18.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_spdx.778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_spdx_setscene.778abac12d5230653fd9685b14bc7eddfdf467c86195dee99c18674150af9268 not available\nNOTE: Running setscene task 2393 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gst-examples/1.18.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_package_write_rpm.a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_package_write_rpm_setscene.a39238d51f81c132cb1561b491811868d882819ea80412687618dc4d328b2f21 not available\nNOTE: Running setscene task 2394 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_populate_lic.6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_populate_lic_setscene.6d84fea4cc643767551c3409a7162fc1178115145313cc33220e4db65633c413 not available\nNOTE: Running setscene task 2395 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_create_runtime_spdx.cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_create_runtime_spdx_setscene.cf32463c4553b9af73f02120890b313be47c5b742e51d63c3a822b4ff859f1ac not available\nNOTE: Running setscene task 2396 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_package_qa.2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_package_qa_setscene.2749b5c729b261075554b701217bb2dc8bda1eb95b90e6bd0a9c862e031b82d6 not available\nNOTE: Running setscene task 2397 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gst-examples/1.18.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_package_write_rpm.fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_package_write_rpm_setscene.fcedb14ff944990a3c8dd39404d644a090cdd9bbacc4d53915a8638c16a1fee8 not available\nNOTE: Running setscene task 2398 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-state/0.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_packagedata.2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_packagedata_setscene.2f6003fea192c6925fa6f7c011ac2041f1798f94cef49d30046ebf362140408d.qemux86_64 not available\nNOTE: Running setscene task 2399 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_populate_lic.0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_populate_lic_setscene.0323300e45a1ba9203a51521107661cf2e2dc7012c9d60a4cef7374f1281141c not available\nNOTE: Running setscene task 2400 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_create_runtime_spdx.a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_create_runtime_spdx_setscene.a746793137db4c61ff78c3f30066900866bbd66b79e393f24ae5b994a66518cb not available\nNOTE: Running setscene task 2401 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:33)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_package_qa.5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_package_qa_setscene.5c539756d466be74a672d2f9553878874f493f92710ece2c5e74f432eb958c5b not available\nNOTE: Running setscene task 2402 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-topology-conf/1.2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['alsa-ucm-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['alsa-ucm-conf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['alsa-ucm-conf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['alsa-ucm-conf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_recipe_qa.8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.10.do_recipe_qa_setscene.8963d5c0f11f4467f7e17b4293d1a037e6a1ca2e83380df7e39c22f35e805b14 not available\nNOTE: Running setscene task 2405 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_package_write_rpm.1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_package_write_rpm_setscene.1e8dbd59029b8247256dca5be78783562944bbd7a40fc44c297bc6948aae7c83 not available\nNOTE: Running setscene task 2406 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_populate_lic.3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_populate_lic_setscene.3d9cf4fc7bd8472276c9ea3b02a8b6710c690121f8b8fb262cc5684463eb8df9 not available\nNOTE: Running setscene task 2407 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gst-examples/1.18.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_spdx.b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_spdx_setscene.b9d3dd1f6c592e0f4308e51cdb3991b33b9dbbea0931f137bc10d1268bd44e56 not available\nNOTE: Running setscene task 2408 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_create_spdx.d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_create_spdx_setscene.d70cbd1dbace07c92a8ed4fb4d9f32b890b9c6297b84cfa45b82cd3be9fb5d88 not available\nNOTE: Running setscene task 2409 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-state/0.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_runtime_spdx.d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_runtime_spdx_setscene.d0c9a197bf52335c91e67b0195960d568a1a2eaa8c59dfbddc9fc867193eaae5 not available\nNOTE: Running setscene task 2410 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_qa.e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_qa_setscene.e0429bed5b41ddf58810dc3e118dcdf2236e0b848a02efe12f1cefa436dc847e not available\nNOTE: Running setscene task 2411 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_rpm.2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_rpm_setscene.2f7724dae06fef46b308743d68ec712d0bddd41b44152a3b6e77fcaf540d2254 not available\nNOTE: Running setscene task 2412 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_lic.11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_lic_setscene.11be303601387a728a71830ceb831bf7f7d5b52551407c1691e0c234e7166340 not available\nNOTE: Running setscene task 2413 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['alsa-state', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Considering setscene task: ['alsa-state', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['alsa-state', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['alsa-state', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_recipe_qa.c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_recipe_qa_setscene.c94233f622607115ba24606fd8731cdee70f7925ee1f4212b97a1e0d6a8177ba not available\nNOTE: Running setscene task 2416 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_runtime_spdx.6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_runtime_spdx_setscene.6ca9b3863590e2419565e0e552927f808edbe98b09cc611d60e56c9490ddc9a0 not available\nNOTE: Running setscene task 2417 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_qa.2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_qa_setscene.2665013f413dc716d1e0ad51f062490b4e2f09aee95ad40a350578c0c8c7232e not available\nNOTE: Running setscene task 2418 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_rpm.f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_rpm_setscene.f82c02106f58422bce932ea60ded8745f5a35796ac9a18ee717adb9ea54862cf not available\nNOTE: Running setscene task 2419 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:33)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_lic.b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_lic_setscene.b60d01d09d321203d9ee21eb674ea4ac19a34ea302b4e821dbaba1f9aa26c52a not available\nNOTE: Running setscene task 2420 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_create_runtime_spdx.16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_create_runtime_spdx_setscene.16413d070a2df3f5cbd80dcb11c6d630488dfeca552f62aa1acdb706f2360904 not available\nNOTE: Running setscene task 2421 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_package_qa.3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_package_qa_setscene.3192ed3a6f90ed29ad872b84c993b1769d74d15171326e69065771ba6078559f not available\nNOTE: Running setscene task 2422 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_package_write_rpm.483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_package_write_rpm_setscene.483ffad17baeaf75cb6c06a5404a37f8a7e3848b7941593662de3b4a87db0603 not available\nNOTE: Running setscene task 2423 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_populate_lic.accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_populate_lic_setscene.accc0b2de108bee3e7d1d209939426bb3da045448c9280dbfe81ddf9908f420b not available\nNOTE: Running setscene task 2424 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lame/3.100/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lame/3.100/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lame/3.100/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-state/0.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lame/3.100/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_runtime_spdx.57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_runtime_spdx_setscene.57ec70f6bceea5a0d48ad407853bdcc146cdb2b4d718e95cc53de96792ad88a2 not available\nNOTE: Running setscene task 2425 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-glib/1.8.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_packagedata.a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_packagedata_setscene.a0fe24773c115441a9d21459ce2c89b306826f5947dd2d83fd4bd2998e025e7a.qemux86_64 not available\nNOTE: Running setscene task 2426 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libogg/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libogg/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libogg/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_spdx.99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_spdx_setscene.99c630a93818203874a6734c5888595070063b5252af695dc9b6be85c9b1f9dd not available\nNOTE: Running setscene task 2427 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_qa.d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_qa_setscene.d473c3e155243b4cbb3929af6ac2cdcf09f570f9240fb1675c138a6888a7a6e8 not available\nNOTE: Running setscene task 2428 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_rpm.456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_rpm_setscene.456613f13495ee73c1a86ca988bb2cf121eb2455493279fc93a281cc061bbee4 not available\nNOTE: Running setscene task 2429 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_lic.1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_lic_setscene.1981a74b272209e2fd659ce2483607c5f159ec5a6248802a7b3704b1bc3a095d not available\nNOTE: Running setscene task 2430 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_runtime_spdx.4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_runtime_spdx_setscene.4bd806f7e3fffb417e3beeaebafd8625da1f6df20f239faa6935d930b5153eaf not available\nNOTE: Running setscene task 2431 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_qa.7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_qa_setscene.7b68352cc3fee843d696ca50ee808edcd949751b116c08a31c1626dc747c67a7 not available\nNOTE: Running setscene task 2432 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_rpm.4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_rpm_setscene.4093f8f15781c9cb0b8fa352c9eff619eed9435986ae3264543037fda5957652 not available\nNOTE: Running setscene task 2433 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_lic.590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_lic_setscene.590d3054f1341b2e986e66168f47ca5a277061342e912523e2031352d2a453b1 not available\nNOTE: Running setscene task 2434 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_runtime_spdx.6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_runtime_spdx_setscene.6b75b9dc191908aed8534f24f4a4fee9e92639fd8fdde178935f3880ee8d5938 not available\nNOTE: Running setscene task 2435 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libogg/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpng/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_qa.957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_qa_setscene.957e1953a039e6799f0e0cbefb98ef0d281357a94396490dbcc11f5283ce5ae7 not available\nNOTE: Running setscene task 2436 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpng/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_rpm.4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_rpm_setscene.4e8932ad4f13a1dddf0859ebfbda50446d1a1a2d593d8239e76d8feecd28b08a not available\nNOTE: Running setscene task 2437 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_lic.749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_lic_setscene.749c718d0a1b8e492bb7ebfd00fcfbd767ce5c21846fb9fe005895df259be475 not available\nNOTE: Running setscene task 2438 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpng/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpng/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_runtime_spdx.d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_runtime_spdx_setscene.d36a9d564fb0979389f434b24c7e219f48f715d66d4f9de3b6f2e33bed1b3bc5 not available\nNOTE: Running setscene task 2439 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsamplerate0/0.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_qa.5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_qa_setscene.5095b03fbc11aee1863f121870eedc923fe72e8b07a930475328f786d32e0f47 not available\nNOTE: Running setscene task 2440 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsamplerate0/0.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lame/3.100/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsamplerate0/0.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsamplerate0/0.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsndfile1/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_rpm.5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_rpm_setscene.5f3a85480b15e60135281bdb0de2634c06d7b78d92e9596a93d4ff486bd42ddf not available\nNOTE: Running setscene task 2441 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_lic.a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_lic_setscene.a99e21363e055c20765f227f3175dbc479460b499f918896a55f70ea39dd156a not available\nNOTE: Running setscene task 2442 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_runtime_spdx.758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_runtime_spdx_setscene.758f8e68ef79dd0a1241ba867bde359fc077d2a4a080fe6ee3baf68b39f02b78 not available\nNOTE: Running setscene task 2443 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsndfile1/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsndfile1/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsndfile1/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtheora/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-good', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-good', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gstreamer1.0-plugins-good', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_recipe_qa.3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9.do_recipe_qa_setscene.3084d9aea40c497057a275b2e942fd2ba647e800ab83d2997d190912a2656fa4 not available\nNOTE: Running setscene task 2446 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_packagedata.8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_packagedata_setscene.8a20c23f802d3555caa8ee87c349b9cca0f6b5e0cb30b95e981a4e0328b2c7c3.qemux86_64 not available\nNOTE: Running setscene task 2447 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['lame', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['lame', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_qa.9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_qa_setscene.9417c2c6bce2ee5161e920e3ae2df6054f1d7426b7a588fe6adb8cee92d9f6a0 not available\nNOTE: Running setscene task 2449 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_rpm.2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_rpm_setscene.2847462025e048e73f325438baea930f1eb754958a649903a303b1997fc6560c not available\nNOTE: Running setscene task 2450 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_lic.5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_lic_setscene.5ad83f2e966e5c1399c4ba3b5eea94f3440d0cf58d3fec1a6456fe240bb38113 not available\nNOTE: Running setscene task 2451 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_create_runtime_spdx.21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_create_runtime_spdx_setscene.21e39eb988b555fd37cc489d48a2f0d59a7512427c4505785f94deb4c69b4951 not available\nNOTE: Running setscene task 2452 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtheora/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtheora/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_package_qa.8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_package_qa_setscene.8de94f3bb38bc8b4fac3807185a262c7b89fb25a88c0df28beae28d97496646d not available\nNOTE: Running setscene task 2453 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_package_write_rpm.8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_package_write_rpm_setscene.8c049d272adbfbe5c60de436f750544e907a62aa59e1b6cefa7421f1e99a0e96 not available\nNOTE: Running setscene task 2454 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtheora/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_populate_lic.f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_populate_lic_setscene.f1173b172c9e2b091325b123213f34da0445946579cf53ba4a67deb22f2eb73e not available\nNOTE: Running setscene task 2455 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_runtime_spdx.a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_runtime_spdx_setscene.a500cfc4217e2ef58af1df606c6d198bead3f7d6e52192188ce6401dc295e922 not available\nNOTE: Running setscene task 2457 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tiff/4.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_qa.94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_qa_setscene.94277457637ba84c2896fdc6fc971ab27f76fb9467bcef8a954d530a92a0201d not available\nNOTE: Running setscene task 2458 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:1: including pulseaudio.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:1: including pulseaudio.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tiff/4.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_rpm.bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_rpm_setscene.bb2c124be995a643b3c675e1d61db679ba6faaed493d6368ef72febdf7f8c6b7 not available\nNOTE: Running setscene task 2459 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tiff/4.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tiff/4.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:1: including pulseaudio.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libvorbis/1.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_lic.c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_lic_setscene.c7e1d95df982c90fabf532730b3e951cc6f1cf0d495a74f16843f00db735e330 not available\nNOTE: Running setscene task 2460 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_runtime_spdx.07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_runtime_spdx_setscene.07c0be97d6723cbeb0eb74b3ccdb21c5ad0525c5a0c4af44371239aaddbafcb1 not available\nNOTE: Running setscene task 2461 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_qa.1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_qa_setscene.1e014861a7ac13eacedb98680b635c425daa9210aaae1ef695038dfe054b8b22 not available\nNOTE: Running setscene task 2462 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_rpm.40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_rpm_setscene.40e709256a8273db9dfcde7366522404d7fd28ff85fe916c4c3645692a573b8e not available\nNOTE: Running setscene task 2463 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lame/3.100/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:1: including pulseaudio.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libvorbis/1.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libvorbis/1.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpg123/1.32.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libvorbis/1.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpg123/1.32.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Considering setscene task: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['lame', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['lame', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['lame', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['lame', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpg123/1.32.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['lame', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['lame', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['lame', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['lame', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['lame', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['lame', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['lame', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_recipe_qa.c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lame/3.100.do_recipe_qa_setscene.c09638c9ee830b2e942500b307f8a4909e68fd7b1d9475b66977c784aba0b01f not available\nNOTE: Running setscene task 2466 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_create_spdx.f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_create_spdx_setscene.f1b699db1d0b59cf7c0b0d2970f27fb3183c22563c348a75eaa25f8abb0517aa not available\nNOTE: Running setscene task 2467 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_lic.da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_lic_setscene.da439aae3f9fbe8c0246e5381dc349f9419b98f839cdc245cea7c2925ec1d5e4 not available\nNOTE: Running setscene task 2468 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_runtime_spdx.c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_runtime_spdx_setscene.c3d2658ec196588c148d61af46311d37f05fe73d3b2d9914813ea4086a7ed2b2 not available\nNOTE: Running setscene task 2469 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_qa.37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_qa_setscene.37e8fbf6ae681865a8551db4054e74eddeb1a67acb7e090143631537601a1640 not available\nNOTE: Running setscene task 2470 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_rpm.87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_rpm_setscene.87ab0acfb7722e1731e20ea3948b7ff272eefa8e0d9e861ca9845d814ce31f74 not available\nNOTE: Running setscene task 2471 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_lic.4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_lic_setscene.4093a1f66932c119f3eca5971a642371f56b4c4893560592d666a35a83246f35 not available\nNOTE: Running setscene task 2472 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['speex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_runtime_spdx.01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_runtime_spdx_setscene.01a88584cdc80be18255427fdc3808889b639d40361382ecdd1e7eced2ec7e38 not available\nNOTE: Running setscene task 2474 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpg123/1.32.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_qa.51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_qa_setscene.51714b37704c232a3e50a7c0edb4588b8d179d8b1dcc7db0f11ccddf40274bc5 not available\nNOTE: Running setscene task 2475 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pulseaudio/17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pulseaudio/17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_create_spdx.297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_create_spdx_setscene.297a5651d0aa9a4651cad7333d16d0f2ba6b31fb05c8bda2d91c081d5e9b08a4 not available\nNOTE: Running setscene task 2476 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sbc/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sbc/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sbc/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pulseaudio/17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_create_spdx.1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_create_spdx_setscene.1760da59dc3963511260d13b8b522b2306f6f7d8922ed268fb78c0ed539e2879 not available\nNOTE: Running setscene task 2477 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_rpm.69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_rpm_setscene.69456667d6574b83eb140930e3a13a70153e75e8a5ac84971fa666f437b84c7a not available\nNOTE: Running setscene task 2478 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_lic.8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_lic_setscene.8875f1965f1706af735befb9b2ddaf9db56caa97d13c0bcf45c27e0ce85af23e not available\nNOTE: Running setscene task 2479 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_create_runtime_spdx.83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_create_runtime_spdx_setscene.83583dfa18bab27f8fa5be29224da3eb5672c05eb92c9102b85972ff6aa3a409 not available\nNOTE: Running setscene task 2480 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_package_qa.eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_package_qa_setscene.eb8f41eea363f7bdd4d3e705d36f8b332a4bf6e6544c9278a478099329b05884 not available\nNOTE: Running setscene task 2481 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pulseaudio/17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lame/3.100/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sbc/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpg123/1.32.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speex/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speex/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_package_write_rpm.96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_package_write_rpm_setscene.96fefc49b502481dd78b9f6c31fd932389136f639b627d22c3077a37fde3e007 not available\nNOTE: Running setscene task 2482 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speex/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speex/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_packagedata.4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_packagedata_setscene.4527b180d3681a228b549e6cc880e887dc006ea152db9c8b4ff52ad80c81a8ab.qemux86_64 not available\nNOTE: Running setscene task 2483 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speexdsp/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_spdx.25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_spdx_setscene.25c6c92ebbcf9de1a94846164e1d46f664708763d82675350780abefabb8283b not available\nNOTE: Running setscene task 2484 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_populate_lic.74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_populate_lic_setscene.74f04c65399859bfb8a8122fd7b49b4811745fe66309433a91cbfc1929266603 not available\nNOTE: Running setscene task 2485 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_runtime_spdx is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_runtime_spdx.7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_runtime_spdx_setscene.7db7a60869cbdad40da61573a89da2bdb38803540c344b01e0e3b19c03f2e5ee not available\nNOTE: Running setscene task 2486 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_runtime_spdx.8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_runtime_spdx_setscene.8bd9b1f15d1b1a234c5cebd265b9cda8068163f82ff8a2e425993a6e7c90e6c4 not available\nNOTE: Running setscene task 2487 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_qa.7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_qa_setscene.7dcb5760ff200938353eb67627e0e225a23c96ae8c59cf4065dd6a8a5fef651b not available\nNOTE: Running setscene task 2488 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_rpm.cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_rpm_setscene.cefbbe2de91264dcde1910517964d0cfac9b654956db423cb66691a2e563e2c8 not available\nNOTE: Running setscene task 2489 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_populate_lic.b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_populate_lic_setscene.b05fba2125ee9c123b110177943b1661b5d0fdabfd0c54516cd888a9373470b3 not available\nNOTE: Running setscene task 2490 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speexdsp/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_runtime_spdx.85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_runtime_spdx_setscene.85b60ec5f915127c7f486cad24124f8c4146837633f83a516d40b77e363c5da3 not available\nNOTE: Running setscene task 2491 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-plugins/1.2.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_packagedata.33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_packagedata_setscene.33ebf4ba4cbd3bc71e37510a300fdeb3853fa60a6ec7291d46f66d37fbf8a0ee.qemux86_64 not available\nNOTE: Running setscene task 2492 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speexdsp/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speexdsp/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libwebp/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libwebp/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-utils/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_spdx.12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_spdx_setscene.12e2032749bfe879209349bb2dbdd490f40c95ebb88eebd92b7a0924fba837a3 not available\nNOTE: Running setscene task 2493 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_qa.c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_qa_setscene.c51cf099ae977d19b5ceb7804e07593055d8d9071a28d57ee0ab54a28601441f not available\nNOTE: Running setscene task 2494 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_rpm.61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_rpm_setscene.61d266c76a43708eb065a3fb06e786989c85a4dac857b107a5fcd23a478c0991 not available\nNOTE: Running setscene task 2495 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:1: including pulseaudio.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libwebp/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_packagedata.a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_packagedata_setscene.a88bb29308961499a061cfbc7009931ef1eff2114c822472afcd204894b00977.qemux86_64 not available\nNOTE: Running setscene task 2496 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_spdx.26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_spdx_setscene.26c695b79d4cf6486ecf80a54465f8e0ee3fad8882da0be2a826b98392a02706 not available\nNOTE: Running setscene task 2497 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpg123/1.32.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speex/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libwebp/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/l3afpad/0.8.18.1.11+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/l3afpad/0.8.18.1.11+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/l3afpad/0.8.18.1.11+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/l3afpad/0.8.18.1.11+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['mpg123', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['mpg123', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mpg123', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_recipe_qa.092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpg123/1.32.4.do_recipe_qa_setscene.092a099ae36b3dbb5f7bc06000ef2c0563f8db1ca4bebb758b6f0ac806e0801e not available\nNOTE: Running setscene task 2500 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_packagedata.b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_packagedata_setscene.b5023d0e8b0ba5cc9b5e2035212401f509f6057a812ba99f2aa9d5f85031c615.qemux86_64 not available\nNOTE: Running setscene task 2501 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_spdx.5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_spdx_setscene.5ba693b13a5cf57df268ebf510c95d783885d7d31f0e40d4ff5aeace41fbf982 not available\nNOTE: Running setscene task 2502 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_lic.307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_lic_setscene.307f3e71b3c13a85a86cad561f73b4347e49648c8d2a362e6af3336cad481f02 not available\nNOTE: Running setscene task 2503 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_runtime_spdx.935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_runtime_spdx_setscene.935c3481f6d24834e6a45dd99391634e54bf8bd2d8d8ac9593f22a4bf4758f0e not available\nNOTE: Running setscene task 2504 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_qa.b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_qa_setscene.b5a2589d529ca4c4be6ffba597b8ab985d6bbffa7c54c877a81bcaaecbc043c3 not available\nNOTE: Running setscene task 2505 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_rpm.30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_rpm_setscene.30073c513a05919a9eb011447c45ddad55d88e5ef0831a1433e1de4a7eec9d6d not available\nNOTE: Running setscene task 2506 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libptytty/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_populate_lic.ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_populate_lic_setscene.ea4d4fd35e5709ba58d62dee33540719e73461cc1bf11cbeccbde2a01f53a7b4 not available\nNOTE: Running setscene task 2507 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-plugins/1.2.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_runtime_spdx.99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_runtime_spdx_setscene.99630660bb550490585e99e5d2ce12688c0e603263c7e04bc89a43b081b9a5a5 not available\nNOTE: Running setscene task 2508 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libptytty/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libptytty/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Considering setscene task: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['alsa-plugins', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['alsa-plugins', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['alsa-plugins', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_recipe_qa.7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.7.1.do_recipe_qa_setscene.7952df5ed2a5ab2e8b39516672956528f42fedeebe613bd61e5c7df9772c2d02 not available\nNOTE: Running setscene task 2511 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsamplerate0/0.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_qa.f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_qa_setscene.f4d37c269cda463e726667e42cb5ec59d210ecbe8941865ceae98c78ad07898f not available\nNOTE: Running setscene task 2513 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_rpm.9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_rpm_setscene.9809e971c2c29bf59003186cab68ee9b3823488629a80673982f3667cc4899f0 not available\nNOTE: Running setscene task 2514 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pulseaudio/17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-utils/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:32)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_spdx.3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_spdx_setscene.3733d0a5a2b36603ba08ea6c34d8695a6f2103b8186e2acf48e0662b5cfb5b38 not available\nNOTE: Running setscene task 2515 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_create_spdx.3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_create_spdx_setscene.3253270915e101ba0544f0a3402c9663f87b12e1889a4fdb55760a28390d0c2d not available\nNOTE: Running setscene task 2516 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_create_spdx.f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_create_spdx_setscene.f405becc2cf2da1e1868d7ddca415725640fe63ea2759c0faa1fa7cf10812666 not available\nNOTE: Running setscene task 2517 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpg123/1.32.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speex/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libptytty/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/l3afpad/0.8.18.1.11+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-config-gtk/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-config-gtk/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-config-gtk/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_spdx.b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_spdx_setscene.b89cb841586e7085dbf1f45cf48f8e81d44344c4e34466ca706bece2af931e8f not available\nNOTE: Running setscene task 2518 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-config-gtk/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_spdx.29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_spdx_setscene.29f06fefe7a615f142ccd8651fb0db52c7b3233427509eaa3f75a483f14e78be not available\nNOTE: Running setscene task 2519 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_spdx.917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_spdx_setscene.917b59a448af149b6a1103ff521afd1886d4e0bb7a9648ce2ed2423f834b5bd5 not available\nNOTE: Running setscene task 2520 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_spdx.8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_spdx_setscene.8a525817685a28a9a4eb9898fc9209d24ac2d2a437a7dc98674be4bc14b001d2 not available\nNOTE: Running setscene task 2521 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_spdx.ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_spdx_setscene.ebd5d63bd700c176108b8ba5f2543c2fc76357afb70851d1c9f54b0a2c499936 not available\nNOTE: Running setscene task 2522 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_spdx.781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_spdx_setscene.781039f382842fb9705e6922fbedf01e852cb2388484c31a9ac5ff93602aac9c not available\nNOTE: Running setscene task 2523 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_spdx.a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_spdx_setscene.a86952312b719f9026f9077318d30a9dcecd8b109eeb137cd750129c48cf0022 not available\nNOTE: Running setscene task 2524 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_spdx.4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_spdx_setscene.4a58aaeeb852618159fa289cd68e234e81a082983e22779d0112f978aaa8e850 not available\nNOTE: Running setscene task 2525 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_spdx.2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_spdx_setscene.2d241283a6339d631b98d7d535c7cf37f443cb93cd3e622a24489a98a8a482c5 not available\nNOTE: Running setscene task 2526 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-desktop/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:3)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:5)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_spdx.d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_spdx_setscene.d5f9960d03f82af0c75173d4b199dca3ae77e763970da9bdc4ccf5a36920f083 not available\nNOTE: Running setscene task 2527 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-plugins/1.2.7.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-desktop/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-desktop/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/psplash_git.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_create_spdx.949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_create_spdx_setscene.949a4ee0aac82af34aea5e51963fbbe5161f9b2a7164bbc5a3ec128bd93aafb2 not available\nNOTE: Running setscene task 2528 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_spdx.e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_spdx_setscene.e2b65cb5c1b888c932e2aba43327a0b5dfc633cf68372af95f520119b73941d3 not available\nNOTE: Running setscene task 2529 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_spdx.cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_spdx_setscene.cb1102c72233e8cd0c73ac980b579581e0d8555bf095b3d9b3b1caba204bb37a not available\nNOTE: Running setscene task 2530 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_spdx_setscene)\nDEBUG: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ofono/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtool/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-boot/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_create_spdx.c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_create_spdx_setscene.c4ba05c299bd00e02ce63381f43ab751add09f0a781349cf29634ecf47034f55 not available\nNOTE: Running setscene task 2531 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_create_spdx.bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_create_spdx_setscene.bd8c5b498bc9578d784cf4bbfcbf81461bd0db988bf6c6423446c6d6d5c5a038 not available\nNOTE: Running setscene task 2532 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_packagedata.c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_packagedata_setscene.c94145cbeddbfde2ad88066c6dfac74620f5517e61ec714c6bebee24fa1c81d9.qemux86_64 not available\nNOTE: Running setscene task 2533 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/avahi/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-tools-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_packagedata.1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_packagedata_setscene.1c7ef12080fa66cefd06f81cbf71278beedb99997d69c3883ed69012736bb431.qemux86_64 not available\nNOTE: Running setscene task 2534 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_packagedata.f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_packagedata_setscene.f63d09358e48cc96c3215ff16dae2e0b6e42594e97030287c186bdac0cff4815.qemux86_64 not available\nNOTE: Running setscene task 2535 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_packagedata.4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_packagedata_setscene.4842fd0d438dfd7a7b8f1fae81eb0dee07e5ace529c3d2b336ec6094992fd918.qemux86_64 not available\nNOTE: Running setscene task 2536 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_packagedata.516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_packagedata_setscene.516f92a57e900976949b768b1d1d459d9e095aa3e324d42a52d31a2931eec40b.qemux86_64 not available\nNOTE: Running setscene task 2537 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_packagedata.2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_packagedata_setscene.2b4d60a0f7cd7aa0419293c92bcfe3e902dd873ba6717025245a603d50840df5.qemux86_64 not available\nNOTE: Running setscene task 2538 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_packagedata.c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_packagedata_setscene.c4b8f9ad9935a53f91b99a80c281b3f3fae511ef9a48ec7ec32d9082cb1b666c.qemux86_64 not available\nNOTE: Running setscene task 2539 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_packagedata.371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_packagedata_setscene.371aab1fcfc6c4fb226fa12d92253725dffd5c888f69c321dac8f21e21132f1c.qemux86_64 not available\nNOTE: Running setscene task 2540 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_packagedata.1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_packagedata_setscene.1ca95b4b6a577cebd161eda0d9724b355c382ba844e82c6fa5cbf63b4fad459e.qemux86_64 not available\nNOTE: Running setscene task 2541 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_spdx.c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_spdx_setscene.c1f4fdaf928702bb21f674cf075128ee44f80affb2f254b8c000f01e54cb5817 not available\nNOTE: Running setscene task 2542 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psplash/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:5)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_packagedata.0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_packagedata_setscene.0b37397cd50efff421bd0929db46ffc944050555d1e9dc24bbcc96ca3f1dec6b.qemux86_64 not available\nNOTE: Running setscene task 2543 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/run-postinsts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dnf/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_packagedata.d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_packagedata_setscene.d0a07ef0e61fb36396403a5080f03e27e1428f052eb277c3cd20036593a0acf2.qemux86_64 not available\nNOTE: Running setscene task 2544 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_create_spdx.0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_create_spdx_setscene.0ce529845e6e3d2367627b6c8e9b4365be2d2f1bf5dc05ed53c4ce455a5e1146 not available\nNOTE: Running setscene task 2545 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_create_spdx.ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_create_spdx_setscene.ee6d21f4daaa6fd9f50fa912bbe5055d800e907337eb19e75b647d9422262524 not available\nNOTE: Running setscene task 2546 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/psplash_git.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-boot/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20230416/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ell/0.61/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Considering setscene task: ['packagegroup-core-boot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['packagegroup-core-boot', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['packagegroup-core-boot', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['packagegroup-core-boot', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['packagegroup-core-boot', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['packagegroup-core-boot', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['packagegroup-core-boot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['packagegroup-core-boot', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package which could be accelerated\nDEBUG: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['packagegroup-core-eclipse-debug', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-eclipse-debug', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-eclipse-debug', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-eclipse-debug', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-eclipse-debug', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-eclipse-debug', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-eclipse-debug', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-eclipse-debug', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-ssh-openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:   considering dependency: ['packagegroup-core-ssh-openssh', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:   considering dependency: ['packagegroup-core-ssh-openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:   considering dependency: ['packagegroup-core-ssh-openssh', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:   considering dependency: ['packagegroup-core-ssh-openssh', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:   considering dependency: ['packagegroup-core-ssh-openssh', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:   considering dependency: ['packagegroup-core-ssh-openssh', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:   considering dependency: ['packagegroup-core-ssh-openssh', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_spdx.d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_spdx_setscene.d0c00278c489a075ad5112f678cc66e04ef10a70156f46101d6a016db96a62af not available\nNOTE: Running setscene task 2550 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_packagedata.596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_packagedata_setscene.596a0cb22fd4a978985ac2278baccd6fce773d999d9bbdd2c123f9ebe9ac3dcc.qemux86_64 not available\nNOTE: Running setscene task 2551 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_packagedata.2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_packagedata_setscene.2c73ed807bbf9afb8561f2aa2b7d9eee91fb08c79165ebdeae0e8862320097b2.qemux86_64 not available\nNOTE: Running setscene task 2552 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['alsa-utils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/packagegroup-core-tools-debug/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['alsa-utils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['alsa-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_recipe_qa.c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.10.do_recipe_qa_setscene.c1d1f6047aaf8a98acf5c96cedc2e3f497d2b721d9454e583300be11f6549e8f not available\nNOTE: Running setscene task 2555 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_packagedata.8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_packagedata_setscene.8f6b666fbd44b8010516d8e1145888f824cd8f93565897a985b42e9f5f9f6c86.qemux86_64 not available\nNOTE: Running setscene task 2556 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/kernel-devsrc/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-sdk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:   considering dependency: ['packagegroup-core-sdk', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:   considering dependency: ['packagegroup-core-sdk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:   considering dependency: ['packagegroup-core-sdk', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:   considering dependency: ['packagegroup-core-sdk', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:   considering dependency: ['packagegroup-core-sdk', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:   considering dependency: ['packagegroup-core-sdk', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:   considering dependency: ['packagegroup-core-sdk', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-standalone-sdk-target', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-core-standalone-sdk-target', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-core-standalone-sdk-target', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-core-standalone-sdk-target', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-core-standalone-sdk-target', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-core-standalone-sdk-target', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-core-standalone-sdk-target', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:   considering dependency: ['packagegroup-core-standalone-sdk-target', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-tools-debug', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-debug', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-debug', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-debug', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-debug', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-debug', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-debug', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-debug', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-tools-profile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-profile', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-profile', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-profile', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-profile', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-profile', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-profile', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-profile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-tools-testapps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-testapps', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-testapps', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-testapps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-testapps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-testapps', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-testapps', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-testapps', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_packagedata.7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_packagedata_setscene.7d482c60260399c4b90917a02938e3fd2a3124701f8436471bc88921dfbda40c.qemux86_64 not available\nNOTE: Running setscene task 2562 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libsamplerate0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psplash/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['packagegroup-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['packagegroup-base', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['packagegroup-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['packagegroup-base', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['packagegroup-base', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['packagegroup-base', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['packagegroup-base', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['packagegroup-base', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb (full)\nDEBUG: Considering setscene task: ['speex', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:13)\nDEBUG: Considering setscene task: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Considering setscene task: ['psplash', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['psplash', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['psplash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_recipe_qa.d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_recipe_qa_setscene.d4a871c6820080178d75d42918f4f04a2336611b01abcf15bc78ad92a6e423ab not available\nNOTE: Running setscene task 2569 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['speex', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['speex', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_recipe_qa.9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_recipe_qa_setscene.9395c530bd5fc02bc54f778c37457c7b8fe20912fbf7483fff3bd58908f5fa6e not available\nNOTE: Running setscene task 2570 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcomps/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_spdx.569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_spdx_setscene.569db09da2c303cf2ee2c68c179d47b3d7adf54d8585f46f8bd93529224e49e0 not available\nNOTE: Running setscene task 2571 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_spdx is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_spdx.28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_spdx_setscene.28a85150f6c09ff6f91d97ca55a366febbed38872b245f1f04d5705e19e55d75 not available\nNOTE: Running setscene task 2572 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_spdx.9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_spdx_setscene.9b541cef947c0877d15071f88faa1931a795f7ae22a47a10b94826213fdf52a6 not available\nNOTE: Running setscene task 2573 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_populate_lic.95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_populate_lic_setscene.95f9b4a679454c044beff2c6ca3b86f5343445fb34031118cf9d414e147a9bde not available\nNOTE: Running setscene task 2574 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_runtime_spdx.2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_runtime_spdx_setscene.2100d320c1c0774917be937eddd32fe32fc233d4f5975d47f808c46cc7520615 not available\nNOTE: Running setscene task 2575 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dnf/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdnf/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/packagegroup-core-x11-base/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:66)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/psplash_git.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/run-postinsts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniparse/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Considering setscene task: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Searching for psplash-poky-img.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/psplash/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash-0.1+git/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/\nDEBUG: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/files/psplash-poky-img.png for psplash-poky-img.png\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsamplerate0/0.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['dnf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Considering setscene task: ['dnf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['dnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_recipe_qa.6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dnf/4.18.2.do_recipe_qa_setscene.6a346a82b6a22ea046f7ff5c4612d9b697cbc26e17700862eaa8d8f0b1b844f3 not available\nNOTE: Running setscene task 2578 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_spdx.4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_spdx_setscene.4824f2fa902c581a22b64ede31bf1e02b6f44931c09f65c109ec900ab3181048 not available\nNOTE: Running setscene task 2579 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_packagedata.a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_packagedata_setscene.a45ca3feffd77ac59565254076f83b8b35b318624fccff3b23bc9d2e90913f72.qemux86_64 not available\nNOTE: Running setscene task 2580 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-utils/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_packagedata.68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_packagedata_setscene.68479df2e23acefcfb9322c72ddc81eed60f8e5f2e443db270dc5ff4db7be403.qemux86_64 not available\nNOTE: Running setscene task 2582 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Considering setscene task: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_spdx.688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_spdx_setscene.688226d2f8535e16283209a1363144a7cc33b1f91b707d0fdb4023351676f405 not available\nNOTE: Running setscene task 2584 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_create_spdx.68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_create_spdx_setscene.68c8ee937ba0a6aa3f0e9f48d15dce99a0e015a6657779b89bdaf91b45a5423d not available\nNOTE: Running setscene task 2585 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_packagedata.7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_packagedata_setscene.7948084b2f1edff3ad96d28a7ae1c6948a85fe6ca4aa05329df92672b53380d3.qemux86_64 not available\nNOTE: Running setscene task 2586 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['python3-iniparse', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_spdx.96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_spdx_setscene.96952363791fa73ea122e557d0d2ad63a02c71332fe74904930454a91f277373 not available\nNOTE: Running setscene task 2588 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/kernel-devsrc/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['run-postinsts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speex/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speexdsp/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['run-postinsts', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['run-postinsts', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['run-postinsts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_recipe_qa.6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_recipe_qa_setscene.6e350eeb2e54b2f03977e0041b3f125ef341e300ee93934404d5666c005a55d5 not available\nNOTE: Running setscene task 2591 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-config-gtk/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psplash/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-desktop/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-keyboard/0.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_spdx.6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_spdx_setscene.6a97516cdce655f17fbaa334e14c3f3f39cf7167fbd658a9c9327670292b9a07 not available\nNOTE: Running setscene task 2592 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_create_spdx.f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_create_spdx_setscene.f52316ce8a0c5ead3e37e550bd2042656a326d592a55fa8ca1c282586a77e936 not available\nNOTE: Running setscene task 2593 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_create_spdx.eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_create_spdx_setscene.eeb7e31abe0304b9b2d559e3f3d6cd82c5950c94b11bc83e86a753f049fd49b0 not available\nNOTE: Running setscene task 2594 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['packagegroup-core-x11-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-base', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-base', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-base', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-base', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-base', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-base', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Considering setscene task: ['kernel-devsrc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['kernel-devsrc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['kernel-devsrc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_recipe_qa.9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_recipe_qa_setscene.9325df47d6bf6ce60b39fc0f5b2bd1907585feb530992d8575ac000642b28e7c not available\nNOTE: Running setscene task 2598 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Considering setscene task: ['make-mod-scripts', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['make-mod-scripts', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['make-mod-scripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_recipe_qa.73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_recipe_qa_setscene.73a001bdb7cf660eaedd0eeaeea440c6f3bb5a6faa64c2ac1c19f555a1fda2ce not available\nNOTE: Running setscene task 2600 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libsamplerate0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb (full)\nDEBUG: Considering setscene task: ['libsamplerate0', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:10)\nDEBUG: Considering setscene task: ['libsamplerate0', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libsamplerate0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_recipe_qa.73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_recipe_qa_setscene.73e754f67cdac64679fdfe4eb930511ae426d5cb84bd9e3f7bece49cfdc436cb not available\nNOTE: Running setscene task 2603 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module-base.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcomps/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-c/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dnf/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdnf/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniparse/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librepo/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmodulemd/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-six/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libcomps', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libcomps', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libcomps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_recipe_qa.8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcomps/0.1.20.do_recipe_qa_setscene.8e542bd629e541a670c40caffcc0b0c6e621e8fa778ba417b5eab6f46e10f61b not available\nNOTE: Running setscene task 2606 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_packagedata.ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_packagedata_setscene.ddbaae99d0956a66b64638d73217da1f03dae4fce19b90c77a48917e2a7f93c1.qemux86_64 not available\nNOTE: Running setscene task 2608 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['json-c', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/run-postinsts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libdnf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: Considering setscene task: ['libdnf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libdnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_recipe_qa.6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdnf/0.72.0.do_recipe_qa_setscene.6ce2489b9ae188152447ecc3a913cbcde0b49346090d0cbafb23a7283882d913 not available\nNOTE: Running setscene task 2611 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_packagedata.0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_packagedata_setscene.0dbde508594d79b0fd41c45f1911c5b8367b3bbda3f886f1a2bce1a4e9ec11b3.qemux86_64 not available\nNOTE: Running setscene task 2612 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_packagedata.abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_packagedata_setscene.abaeeb9cc633c02ccf8a392d71a7c028f1b072e7dc15cf115ca8d179339310d8.qemux86_64 not available\nNOTE: Running setscene task 2614 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Considering setscene task: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Considering setscene task: ['python3-iniparse', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['python3-iniparse', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Considering setscene task: ['python3-iniparse', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-iniparse', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_recipe_qa.3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_recipe_qa_setscene.3d7c8841f740ed5d5bc514adea89719dcb10a64a8ef77f3dc62090046d8e0eb6 not available\nNOTE: Running setscene task 2618 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_packagedata.0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_packagedata_setscene.0b3dd555723336f5b07261b9412f79ed5b1303047d08b522bf03b007d01dc12a.qemux86_64 not available\nNOTE: Running setscene task 2619 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-wait/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-six', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsolv/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Considering setscene task: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk-doc/1.33.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/kernel-devsrc/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_create_spdx.4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_create_spdx_setscene.4dade6e14fbcf3c95b61013f221588e68e1e2ed7bf399d23214c237656a20369 not available\nNOTE: Running setscene task 2623 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/make-mod-scripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_spdx.63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_spdx_setscene.63d636ce044240b129000716fa87da25d62c304b57a4d72508d4bacd0366106b not available\nNOTE: Running setscene task 2624 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_packagedata.fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_packagedata_setscene.fa51e6c32097adff26f20bd2c57bd518aa8fa5cf61fa1aa3f8e7787627f37ab7.qemux86_64 not available\nNOTE: Running setscene task 2625 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_packagedata.05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_packagedata_setscene.05339e8372825da1bd6d3294b4ba8fd141fe25863d10f6b4e9df478d92899014.qemux86_64 not available\nNOTE: Running setscene task 2626 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_spdx.12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_spdx_setscene.12b8d1c8fce72e9fca6b70a99ea600afe238907f5bfbc8e4ace0a225444c74c5 not available\nNOTE: Running setscene task 2627 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_recipe_qa is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_recipe_qa.6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_recipe_qa_setscene.6e2831ea3423434797320e55dd478da840a8399d00babbdeaa9dd4d27733e844 not available\nNOTE: Running setscene task 2628 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_spdx.425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_spdx_setscene.425f46a272e6faee9bdbf1b8c2da96d5efac55692b90f8d3ad407b28e0ecc731 not available\nNOTE: Running setscene task 2629 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_qa.5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_qa_setscene.5dad2a96027eb100f9d6ceb9ea3d6496a857ed3f372248ee6a6499de280ad518 not available\nNOTE: Running setscene task 2630 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsamplerate0/0.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:55)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_rpm.fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_rpm_setscene.fbe2075e32b1b8ebf1a307c6c078b4a1e4ad6ac934de5bc7a24b441944046f2c not available\nNOTE: Running setscene task 2631 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcomps/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-c/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_populate_lic.b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_populate_lic_setscene.b5b47c5d3983b38bf703b3977117f2a230f4c6d36993ababe450456ec6ae7416 not available\nNOTE: Running setscene task 2632 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librepo/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmodulemd/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdnf/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/depmodwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-iniparse/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['json-c', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-six/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Considering setscene task: ['json-c', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['json-c', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['json-c', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_recipe_qa.14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_recipe_qa_setscene.14f8bebf0cdeac44f1221b2ac327e38de07a25dd69e06f67889e11a014660a77 not available\nNOTE: Running setscene task 2635 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/qemuwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Considering setscene task: ['libmodulemd', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libmodulemd', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libmodulemd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_recipe_qa.226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_recipe_qa_setscene.226e1533132e6ea0d711df2b0cebe8b77795b550c2c66df96198750f49d0f1b2 not available\nNOTE: Running setscene task 2638 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_spdx which could be accelerated\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['librepo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsolv/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpm/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['librepo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['librepo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_recipe_qa.ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librepo/1.16.0.do_recipe_qa_setscene.ad79fd75e4e161465372b630701d23beed87684039badafa6330accadf141f6b not available\nNOTE: Running setscene task 2641 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Considering setscene task: ['python3-six', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk-doc/1.33.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_create_spdx.9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_create_spdx_setscene.9ba42faf25e7cc178bcc65146aa11ef4c29bc46344320878ea12223d18ddcfff not available\nNOTE: Running setscene task 2643 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-keyboard/0.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_spdx.fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_spdx_setscene.fbc397f4f8777b8a673e5c14ebbdd82804cb7ce1f9984004d58a30f7c0e0bd99 not available\nNOTE: Running setscene task 2644 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Considering setscene task: ['python3-six', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-six', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-six', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_recipe_qa.0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_recipe_qa_setscene.0ff927165f8d1d77ade0fc0c2e9e36942d461e3e6ff8757184e14897347cb0c1 not available\nNOTE: Running setscene task 2646 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-keyboard/0.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_packagedata.a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_packagedata_setscene.a246e1a317c0c5cc37c80e702a46eb238241fdbfb0961091bdd94e136539741d.qemux86_64 not available\nNOTE: Running setscene task 2647 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Considering setscene task: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_packagedata.db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_packagedata_setscene.db0688b0a4e2c1269a8525a4c90ccb9dc51885dba544146173eb04a3cf22619c.qemux86_64 not available\nNOTE: Running setscene task 2649 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Considering setscene task: ['libsolv', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-keyboard/0.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libsolv', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libsolv', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_recipe_qa.e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsolv/0.7.28.do_recipe_qa_setscene.e627d5aecefc24800e7962aaeecb8839da18e07cd1e32aef345755c2d4716465 not available\nNOTE: Running setscene task 2652 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Considering setscene task: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_packagedata.ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_packagedata_setscene.ca781876fcffbf7da761745e41ea446757162b724a1e7f434c0d45388e165229.qemux86_64 not available\nNOTE: Running setscene task 2654 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['gtk-doc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gtk-doc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gtk-doc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_recipe_qa.2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk-doc/1.33.2.do_recipe_qa_setscene.2b10186a2ab5bd3cb116bb4ae09d5aeb56bb48cdc1da8e0fa72bf9954743ea7f not available\nNOTE: Running setscene task 2656 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_spdx.a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_spdx_setscene.a98d9ae4b2eb5a9a27cda7fba51f73c46a0d46d88555d0be9f58f7de4014baaa not available\nNOTE: Running setscene task 2657 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['depmodwrapper-cross', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['depmodwrapper-cross', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['depmodwrapper-cross', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['depmodwrapper-cross', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['depmodwrapper-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['depmodwrapper-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_recipe_qa.cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_recipe_qa_setscene.cf7dd83f2cc04fb52e74b98a7fefed0a6544d5af24265eaf6fcd175b727eb1a0 not available\nNOTE: Running setscene task 2658 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_runtime_spdx.2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_runtime_spdx_setscene.2f46bb823558c768f3aa315947b15f706108679ca9a6a38372e5d5b6422e921d not available\nNOTE: Running setscene task 2659 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:55)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-keyboard/0.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_qa.7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_qa_setscene.7ca19d741ce8953482f3d5392117b0b14c11ff3c6a190fcd2fe743722df9d52a not available\nNOTE: Running setscene task 2660 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_qa_setscene)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-c/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmodulemd/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_rpm.82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_rpm_setscene.82c2571fa1967c3c6d7af8a787b0050ff92b75f96a36e4b7ad3fac5e313ed24a not available\nNOTE: Running setscene task 2661 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librepo/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/qemuwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_lic.a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_lic_setscene.a14667d6504a1d7d3a851ddd9a62b07d3c704e5985769c479348625bd8d33777 not available\nNOTE: Running setscene task 2662 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lua/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_runtime_spdx.1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_runtime_spdx_setscene.1a5da22b4c8d3dcff900e4a5e6a195ab78bb24d1bf45c8be85d2f338c87ff5ce not available\nNOTE: Running setscene task 2663 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/elfutils/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3-six/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/depmodwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpm/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsolv/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['qemuwrapper-cross', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-wait/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['qemuwrapper-cross', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['qemuwrapper-cross', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['qemuwrapper-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_recipe_qa.fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_recipe_qa_setscene.fb5f0e987d120a05522213e032eca7c4da0e8f6504b3a1263483813adfa3a636 not available\nNOTE: Running setscene task 2666 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfakekey/0.3+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk-doc/1.33.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['dbus-wait', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb (full)\nDEBUG: Considering setscene task: ['dbus-wait', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-panel-2/2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['dbus-wait', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['dbus-wait', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_recipe_qa.09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_recipe_qa_setscene.09b53784a90740a59104dec6747c1d744618858f06fda048e0c55c16d588858f not available\nNOTE: Running setscene task 2670 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_packagedata.02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_packagedata_setscene.02c0db11c907c55436877bea1bc8c3a4f258d29d8c9b8e1ca1b1cd318fc65dfb.qemux86_64 not available\nNOTE: Running setscene task 2671 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_packagedata.f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_packagedata_setscene.f3ba93f3ab9bb240d16aed4bc0f67c12cd0a0cad081e0ac6fc3a53e3b1ec74aa.qemux86_64 not available\nNOTE: Running setscene task 2673 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['lua', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['lua', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb (full)\nDEBUG: Considering setscene task: ['rpm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: Considering setscene task: ['rpm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['rpm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_recipe_qa.c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.do_recipe_qa_setscene.c4f95c1ceca00a53adf5157063496d0bf411bc6b54a7e838cfede7811ef5b1af not available\nNOTE: Running setscene task 2676 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_create_spdx.09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_create_spdx_setscene.09c1f9962f3b1cac070183f469fef87e9c1a27af4b40d8a35670d3b3b7ffab3e not available\nNOTE: Running setscene task 2677 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_qa.959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_qa_setscene.959106f2fa2a8949b8295da3302037fde365d93d51aa37423eaaf2c0c40cce75 not available\nNOTE: Running setscene task 2678 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_rpm.8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_rpm_setscene.8b7a2ab9b15b101f39e89b34ebb36be2a1c5e2c0fb63b7342b2fad7f31a22d43 not available\nNOTE: Running setscene task 2679 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_populate_lic.2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_populate_lic_setscene.2fea8972f14c78fc9e80d875af9969383b17add8d0fb2b062762cda55c3fed7d not available\nNOTE: Running setscene task 2680 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_runtime_spdx.24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_runtime_spdx_setscene.24609874c871f297c6f430cd0488932cdc6d3ead7bac60e9526f94491adc1a27 not available\nNOTE: Running setscene task 2681 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-panel-2/2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_qa.6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_qa_setscene.6fde12209e1e03d7b22bdd306ba51e1454f1766672acb06d640e1df023b86ae3 not available\nNOTE: Running setscene task 2682 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_rpm.ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_rpm_setscene.ef29ec878114fcd7f221f25d4b8bf8d1f78611ba2bd91246a9d9176e7d3fbd17 not available\nNOTE: Running setscene task 2683 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-panel-2/2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/matchbox-session-sato/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_populate_lic.da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_populate_lic_setscene.da2f599f4b72f8d62d3f388e632400004725ec9a80d2438170a5125e7a45b77d not available\nNOTE: Running setscene task 2684 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_spdx.7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_spdx_setscene.7e6ba5e12656120ec7024e9b61d891ad36803424321d9aa92bbb439d187997eb not available\nNOTE: Running setscene task 2685 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_spdx.483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_spdx_setscene.483d760381cf4c9fde2f2ab79c97022effd8aea97159c27b93d86e3975895193 not available\nNOTE: Running setscene task 2686 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-panel-2/2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/qemuwrapper-cross/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_spdx.4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_spdx_setscene.4b83bf700c192701a6722bc18fe0c0409707c361fde0b5266eeab3b503ff71b2 not available\nNOTE: Running setscene task 2687 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_spdx.4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_spdx_setscene.4fd18e596c701ce55dfbc698f44b63e738891f413be81144ff181f8300172463 not available\nNOTE: Running setscene task 2688 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-wait/0.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_runtime_spdx.98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_runtime_spdx_setscene.98afb7c8a573550ef81a04ae34ab2c412fc28ddb598f70ebb1fc9a56de3d6bfc not available\nNOTE: Running setscene task 2689 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/matchbox-session-sato/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/matchbox-session-sato/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/matchbox-session-sato/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/elfutils/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lua/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:1: including matchbox-theme-sato.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libarchive/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rpm/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-terminal/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-terminal/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-terminal/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['elfutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['elfutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['elfutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_recipe_qa.7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/elfutils/0.189.do_recipe_qa_setscene.7a3fe6e852701cb048c6c20ba9d06c5ae40c7d46fe6862580b6ed952800ca6e8 not available\nNOTE: Running setscene task 2692 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['lua', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/formfactor/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['lua', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['lua', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['lua', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_recipe_qa.450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_recipe_qa_setscene.450e16b6505b60226bb0fca3d0299068693a8be3685fcc46779a2adeef203e8b not available\nNOTE: Running setscene task 2695 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_packagedata.3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_packagedata_setscene.3605412d4ca87c19fc06fa14a105e2979a8690ff1de942a24103563a8fe90641.qemux86_64 not available\nNOTE: Running setscene task 2696 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_create_spdx.acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_create_spdx_setscene.acc4237fc69e021eb98f38462b300a53b6186201265c21e2fa6a3e93ff59392e not available\nNOTE: Running setscene task 2698 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-terminal/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_packagedata.77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_packagedata_setscene.77aeadfcee18674143b06ec21beb8744775d294c7b44bb3fb08e4c2aad886f57.qemux86_64 not available\nNOTE: Running setscene task 2699 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_spdx.4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_spdx_setscene.4aedb37abca3ef87748cf0171475b9f9fd2634a734856a15c51b6325faa50b2f not available\nNOTE: Running setscene task 2700 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_qa.0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_qa_setscene.0039008d758d17f84af451701b0a30a614639dae500e042254a36fb36b8dfffe not available\nNOTE: Running setscene task 2701 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_rpm.c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_rpm_setscene.c1c9bb1d9ec075a483fb361e1e4c4afff930ad5c15804ef40e0e2bf1424489ca not available\nNOTE: Running setscene task 2702 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_populate_lic.b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_populate_lic_setscene.b0e8b70c79e4c33bcb52a6ab4e4b817615b8a137b7631b39ecfd9e8600aa0825 not available\nNOTE: Running setscene task 2703 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_packagedata.933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_packagedata_setscene.933d63eec8d2c4ec5dd6a7752d32aeb11926733a91a302a5e4d78222d61684aa.qemux86_64 not available\nNOTE: Running setscene task 2704 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_runtime_spdx.bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_runtime_spdx_setscene.bdfc133eb0709bd74eea55fb0a310c0e1d40e0e2b0b8670aa8984238cad04e25 not available\nNOTE: Running setscene task 2705 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_qa.11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_qa_setscene.11484b1f413a9088f2d59d5a8b67b126ee61c157e5299c973dbd16bd457f74d3 not available\nNOTE: Running setscene task 2706 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_deb.f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_deb_setscene.f748d5592d143e0f5e6641466ba9ab15ab29e346701262dd524fc1d18ef8aeab not available\nNOTE: Running setscene task 2707 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_deb_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:1: including matchbox-theme-sato.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:1: including matchbox-theme-sato.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-desktop/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:1: including matchbox-theme-sato.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/matchbox-session-sato/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_ipk.30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_ipk_setscene.30191cb3b78450f13c3c1799f207cb44381b6ae0d8e35c676eb0c05fe6b1cee6 not available\nNOTE: Running setscene task 2708 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_ipk_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_rpm.b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_rpm_setscene.b92205b987224f98cf048863a660b76013385cdacc14bc911f066ec14d0f4682 not available\nNOTE: Running setscene task 2709 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-theme-sato/0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_spdx.a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_spdx_setscene.a26dafae930165262923f88a82ca96c77961afe943a6fb7a11e6e29744930e62 not available\nNOTE: Running setscene task 2710 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:1: including matchbox-theme-sato.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zstd/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/formfactor/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_populate_lic.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_populate_lic_setscene.cc009c0a00be92999d66791c7ad4adee96c19947ad2a3121890c213fd5070b24 not available\nNOTE: Running setscene task 2711 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/lua/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/elfutils/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libarchive/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-terminal/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-theme-sato/0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-theme-sato/0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-theme-sato/0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['formfactor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['formfactor', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['formfactor', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['formfactor', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_recipe_qa.753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_recipe_qa_setscene.753a5852df78228ce7fe131da1393e6ad35cbbb52c70d71bd9c4f5bf5c4eda20 not available\nNOTE: Running setscene task 2714 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libarchive', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libarchive', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libarchive', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_recipe_qa.2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libarchive/3.7.2.do_recipe_qa_setscene.2bd12a7887904d4ad72d4c56b704b2eae29b51d9c5c869ca6f4986ee5ec0d5a1 not available\nNOTE: Running setscene task 2717 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_packagedata.bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_packagedata_setscene.bdc15072d5caa4d4a36596e2d265a023fa3ce4b0321b78efc383743f1da3e790.qemux86_64 not available\nNOTE: Running setscene task 2718 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['zstd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['zstd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['matchbox-session', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_packagedata.571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_packagedata_setscene.571130d63fbcaf8ca2d2cbd21c2fbb2cb36b13a68cbcce491fff5f3f888422bd.qemux86_64 not available\nNOTE: Running setscene task 2721 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_packagedata.248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_packagedata_setscene.248dad9f0ffa940229b584d5d6474bddaa456346a7d4708b21fd83276e3f24ab.qemux86_64 not available\nNOTE: Running setscene task 2722 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['matchbox-session', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['matchbox-session', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['matchbox-session', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_recipe_qa.131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_recipe_qa_setscene.131e0a2c9c65c80f6e186f73946e42372fac631f76a8fb675a99ff6d156f6d14 not available\nNOTE: Running setscene task 2724 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_packagedata.682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_packagedata_setscene.682a2e46dba7479d9150bfa32043f5296b00c80e5a7e7f194349e3cbeabd43cb.qemux86_64 not available\nNOTE: Running setscene task 2725 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_packagedata.269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_packagedata_setscene.269decd5553ee0a37b698e99dacf96aa627a6bf94bf2e88d6178982c029844ed.qemux86_64 not available\nNOTE: Running setscene task 2726 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_packagedata.1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_packagedata_setscene.1e16a0b5dd4368853b1eded8f76ba3988e09eddba1f5175aa06ef69584450e2b.qemux86_64 not available\nNOTE: Running setscene task 2727 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_packagedata.c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_packagedata_setscene.c38f4c934bc33dd6434860b433016514fa8dcbe974442f23507b687b1f26f171.qemux86_64 not available\nNOTE: Running setscene task 2728 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-theme-sato/0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_packagedata.b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_packagedata_setscene.b72ad6f15c8eecebaac2c22ab49888caca23c5baed2d964255da2157230a96a5.qemux86_64 not available\nNOTE: Running setscene task 2729 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_packagedata.6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_packagedata_setscene.6af57bd30183dcdca8e41c8d6dd555cf3a0008c1c8d8cad6f66e9b0c5816d063.qemux86_64 not available\nNOTE: Running setscene task 2730 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_packagedata.908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_packagedata_setscene.908470ccd6994a70f6777a8d1b61ec139c3bebc5e85373618c387c2f9360e352.qemux86_64 not available\nNOTE: Running setscene task 2731 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_packagedata.7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_packagedata_setscene.7b8fa07a0a27312ae1487db7f33488c3cceca1fe733e855e0c33addaf157ee51.qemux86_64 not available\nNOTE: Running setscene task 2732 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:1: including pulseaudio.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_spdx.0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_spdx_setscene.0f3248d073e3359a22ac762a3e1bdae04b5510ba5bc3dcaf7fbae79628bc2020 not available\nNOTE: Running setscene task 2733 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_packagedata.8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_packagedata_setscene.8ed820b82af12856c86b76a203dffa2fa4842f1c2b27c0548c62ad32f6c43248.qemux86_64 not available\nNOTE: Running setscene task 2734 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/formfactor/0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zstd/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_packagedata.db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_packagedata_setscene.db1949d86433ee0003e7f4a664693c152ca91386b1fcac872c86a76148e5591c.qemux86_64 not available\nNOTE: Running setscene task 2735 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libarchive/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:1: including matchbox-theme-sato.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/udev-extraconf/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-session/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['zstd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['zstd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['zstd', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman-gnome/0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['udev-extraconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/xcursor-transparent-theme/0.1.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['udev-extraconf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['udev-extraconf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['udev-extraconf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_recipe_qa.e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_recipe_qa_setscene.e3af4c3f6697b1a35ceda89a928639cdcd93b27ec0bbfc303eef83d51677fe73 not available\nNOTE: Running setscene task 2739 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gst-examples/1.18.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/matchbox-session-sato/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/l3afpad/0.8.18.1.11+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['connman-gnome', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-desktop/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['connman-gnome', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['connman-gnome', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_recipe_qa.2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_recipe_qa_setscene.2efef528b3355804a461f03351732158467804196e00ee1f288df8feacb128df not available\nNOTE: Running setscene task 2742 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-config-gtk/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb (full)\nDEBUG: Considering setscene task: ['zstd', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['zstd', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['zstd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_recipe_qa.bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zstd/1.5.5.do_recipe_qa_setscene.bdbe0bd60c939e35c5d42c548ddff04ceb99119c44509a9a5afc105de131e070 not available\nNOTE: Running setscene task 2744 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-keyboard/0.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['xcursor-transparent-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb (full)\nDEBUG: Considering setscene task: ['xcursor-transparent-theme', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Considering setscene task: ['xcursor-transparent-theme', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xcursor-transparent-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_recipe_qa.3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_recipe_qa_setscene.3af73a97a0061966ce9df00ab5596362bcce68c86a10638180690867b867632f not available\nNOTE: Running setscene task 2747 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Considering setscene task: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_packagedata.71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_packagedata_setscene.71f0d7a70dad3d88792d476c0faeee3f6c086996efd2e0c7caf596127a15df72.qemux86_64 not available\nNOTE: Running setscene task 2749 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pulseaudio/17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['json-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Considering setscene task: ['gst-examples', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['gst-examples', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gst-examples', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_recipe_qa.18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_recipe_qa_setscene.18e4e71bd00b3d37174632881e2e3676b99363ea4e5a3368009d9e8277565ef3 not available\nNOTE: Running setscene task 2752 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-wm/1.2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend:2: including test_recipe.inc\nDEBUG: Considering setscene task: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package which could be accelerated\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_packagedata.bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_packagedata_setscene.bf42bc5456f8166a096ae2efb5fadfa42bfa3796483a17779a75e9c054527ded.qemux86_64 not available\nNOTE: Running setscene task 2754 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-terminal/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_packagedata.090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_packagedata_setscene.090c2684ba635b636d0792992559a59b57a3c34aa96b813ed90d3eb9ddaae263.qemux86_64 not available\nNOTE: Running setscene task 2756 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_packagedata.8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_packagedata_setscene.8640bff183cedb6e8733b6ef468104551e0d0889de1d938902ead5cb64473bf3.qemux86_64 not available\nNOTE: Running setscene task 2758 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_spdx.821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_spdx_setscene.821b8ea81becaeacfd216c849b83629c24f9ca6f5da3a578a57f81346316ebd9 not available\nNOTE: Running setscene task 2760 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-theme-sato/0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Considering setscene task: ['pulseaudio', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Considering setscene task: ['pulseaudio', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pulseaudio', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_recipe_qa.7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_recipe_qa_setscene.7eb83ae674f79caa06b79fda01fa89e2f344c1d2656de3eb11a90aaa02a27fde not available\nNOTE: Running setscene task 2762 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_packagedata.5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_packagedata_setscene.5b4859e46098f46880c31e3d4611974dac22e9054261fe198c773dae7998d666.qemux86_64 not available\nNOTE: Running setscene task 2763 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Considering setscene task: ['speexdsp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Considering setscene task: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:1: including pulseaudio.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/udev-extraconf/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['l3afpad', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['l3afpad', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['l3afpad', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_recipe_qa.ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_recipe_qa_setscene.ff3f567fb900e6a69d32fa7aefd24e4f781ac98b5d4ff190d6a96d432aa44869 not available\nNOTE: Running setscene task 2767 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Considering setscene task: ['matchbox-config-gtk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zstd/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Considering setscene task: ['matchbox-config-gtk', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['matchbox-config-gtk', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['matchbox-config-gtk', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_recipe_qa.e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_recipe_qa_setscene.e525a762e17fe2417785b671f255505ef467497d7262913ac71d54917ffe8121 not available\nNOTE: Running setscene task 2770 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Considering setscene task: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/connman-gnome/0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/xcursor-transparent-theme/0.1.1+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Considering setscene task: ['matchbox-desktop', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['matchbox-desktop', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['matchbox-desktop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_recipe_qa.9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_recipe_qa_setscene.9abef1d87ea0d0a09e960707baa988c6fa4abe3495d70d05bce23c80448120c9 not available\nNOTE: Running setscene task 2773 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Considering setscene task: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_packagedata.d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_packagedata_setscene.d628e30d9a9dc318fafcfb5863649712e2b488584731ef954abf27019abce47c.qemux86_64 not available\nNOTE: Running setscene task 2775 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libfakekey', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Considering setscene task: ['matchbox-keyboard', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['matchbox-keyboard', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['matchbox-keyboard', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_recipe_qa.bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_recipe_qa_setscene.bca0038c67773a1e32cb7109a73bcc3134f5bfd631d861c239dd769fc76c31cf not available\nNOTE: Running setscene task 2778 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Considering setscene task: ['matchbox-session-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['matchbox-session-sato', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['matchbox-session-sato', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['matchbox-session-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_recipe_qa.310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_recipe_qa_setscene.310e89d702b98c201ab3808cbbfee4d54ffcbc1b445dda012c27c457bd532ac7 not available\nNOTE: Running setscene task 2781 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gst-examples/1.18.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb (full)\nDEBUG: Considering setscene task: ['matchbox-terminal', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['matchbox-terminal', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Considering setscene task: ['matchbox-terminal', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['matchbox-terminal', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_recipe_qa.3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_recipe_qa_setscene.3d8fe17997fed6049dc809928f46a8aad269a1f6f50f91ee663678bf1b5d5d49 not available\nNOTE: Running setscene task 2784 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-glib/1.8.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\nDEBUG: Considering setscene task: ['matchbox-theme-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_packagedata.fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_packagedata_setscene.fd9b452e8c3d775b9b7a70533f2f63615a204d6dbd5380a0367d0aedf5d6dc96.qemux86_64 not available\nNOTE: Running setscene task 2786 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['json-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Considering setscene task: ['json-glib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['json-glib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['json-glib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_recipe_qa.a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_recipe_qa_setscene.a44f9cfc74a48355c53979053a9092c7e3088ceb1fbd46f99ea3fd88be5edd3f not available\nNOTE: Running setscene task 2789 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmatchbox/1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Considering setscene task: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtool/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['matchbox-theme-sato', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/avahi/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['matchbox-theme-sato', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['matchbox-theme-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_recipe_qa.325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_recipe_qa_setscene.325c15d5afc5a6a24ffd0fee9bb90c26e088d3a0be534264bd42b948354f5c85 not available\nNOTE: Running setscene task 2792 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ofono/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speexdsp/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:1: including matchbox-theme-sato.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/l3afpad/0.8.18.1.11+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pulseaudio/17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['avahi', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['avahi', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['avahi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_recipe_qa.094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_recipe_qa_setscene.094f231d92a76b5f8e64ceff9414b7737ce1fe7b288967edf7d46118a402f674 not available\nNOTE: Running setscene task 2795 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-config-gtk/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_packagedata.7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_packagedata_setscene.7831569169fc845d0bba15a3bd5f17723ab8416edf4604f8ad0ceaa4cac7a5c4.qemux86_64 not available\nNOTE: Running setscene task 2797 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['mobile-broadband-provider-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-desktop/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ofono', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb (full)\nDEBUG: Considering setscene task: ['ofono', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ofono', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_recipe_qa.c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ofono/2.3.do_recipe_qa_setscene.c05eee4636fd723f9ccd70bae9e421946dc458b121a2e6bf99b429841855136f not available\nNOTE: Running setscene task 2800 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_packagedata.a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_packagedata_setscene.a62376d90670c1fa60aa26ac6c2be2611b56b3888cfecd5a1f4ddebb6f0e149f.qemux86_64 not available\nNOTE: Running setscene task 2801 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfakekey/0.3+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Considering setscene task: ['libtool', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb (full)\nDEBUG: Considering setscene task: ['libtool', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libtool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_recipe_qa.975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool/2.4.7.do_recipe_qa_setscene.975ffa0e9234f06bd65806eb6ae72faa7f07cfad87177b6576636cec2bad8b47 not available\nNOTE: Running setscene task 2805 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/matchbox-session-sato/0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-keyboard/0.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libfakekey', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libfakekey', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libfakekey', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_recipe_qa.50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_recipe_qa_setscene.50bb03991fb9d50f9be848cf89287595eea4e4938b757fc60cbb09e5cd14650a not available\nNOTE: Running setscene task 2808 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Considering setscene task: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-terminal/0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['speexdsp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['speexdsp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['speexdsp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_recipe_qa.3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_recipe_qa_setscene.3ff3363ca65d6f6bbee4f8118385b9800488066f27b3f38e44a033603cf9890a not available\nNOTE: Running setscene task 2811 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_spdx.4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_spdx_setscene.4135c0a2daeba1e6dd848f607654fd5a938394e16e726fb1b5206daa40552f92 not available\nNOTE: Running setscene task 2812 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-wm/1.2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['packagegroup-core-x11-sato', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['packagegroup-core-x11-sato', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['packagegroup-core-x11-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_recipe_qa.a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_recipe_qa_setscene.a445173321f0d24b2d1c73983a4f24ced8f9ba44f892865684621f0455157717 not available\nNOTE: Running setscene task 2814 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_runtime_spdx.33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_runtime_spdx_setscene.33a3cd11d5360bfc81930406e997ce3b63138738d7afe11c31a57ea22b454505 not available\nNOTE: Running setscene task 2815 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb (full)\nDEBUG: Considering setscene task: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_packagedata.2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_packagedata_setscene.2680edb904de8ed0c87221f23895fc22036b003ff9ee1f7176b250d67b7e1bd5.qemux86_64 not available\nNOTE: Running setscene task 2817 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb (full)\nDEBUG: Considering setscene task: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['matchbox-wm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-theme-sato/0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['matchbox-wm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['matchbox-wm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_recipe_qa.cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_recipe_qa_setscene.cf5dedacf66883a01212852f94e3cd5387e8e27cc7fbb59b934873488bc07df1 not available\nNOTE: Running setscene task 2820 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_qa.0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_qa_setscene.0b76e746d99c63f568ed899df5b81ab7e5895e1910a27a7cff7fbe8da872fbf2 not available\nNOTE: Running setscene task 2821 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_rpm.e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_rpm_setscene.e4954f568d7f9502672e7e849b702acd14865a5aca8fcfdd92b6db78603a9e8e not available\nNOTE: Running setscene task 2822 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/json-glib/1.8.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_populate_lic.a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_populate_lic_setscene.a66212ab629254c55ec8939d59138ac0a4c995e65ace8816036f9ccfbebd51ef not available\nNOTE: Running setscene task 2823 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_runtime_spdx.cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_runtime_spdx_setscene.cb73cda866373431d65e5383a2ec6294bc9379cffe1f9fc86a74f7582ef3baf4 not available\nNOTE: Running setscene task 2824 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20230416/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:9)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ell/0.61/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Considering setscene task: ['mobile-broadband-provider-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ofono/2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['mobile-broadband-provider-info', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['mobile-broadband-provider-info', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mobile-broadband-provider-info', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_recipe_qa.58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20230416.do_recipe_qa_setscene.58d1eb0ea0abb75f3199ceacadb51a05dbdd8fb3e8b7e53895b361c90bd8d5fc not available\nNOTE: Running setscene task 2827 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/avahi/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['ell', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['ell', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ell', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_recipe_qa.4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ell/0.61.do_recipe_qa_setscene.4a0ee620d833ff9d06535211c8a8e50ec717e780eeaf37313570f50b570b8f16 not available\nNOTE: Running setscene task 2830 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_qa.5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_qa_setscene.5c51dfba2840479b96f56cb12e0273c1216eb1ea298255a1d1d2396078f548fd not available\nNOTE: Running setscene task 2831 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtool/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_rpm.d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_rpm_setscene.d666c9a042a42f995a30c5824c7daa0545de960a8c1e2179b0b7df500929db64 not available\nNOTE: Running setscene task 2832 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfakekey/0.3+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/speexdsp/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pcmanfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_packagedata.603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_packagedata_setscene.603afc28de3362385c3590f61c2ab397c06ec9b0a35fa56bfd3d685d4b565231.qemux86_64 not available\nNOTE: Running setscene task 2833 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_populate_lic.4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_populate_lic_setscene.4f34715f85adcd73c209d232c15ee8a493ec136ba32122c4835bd9a9bdc9f555 not available\nNOTE: Running setscene task 2834 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_runtime_spdx.8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_runtime_spdx_setscene.8232bab4f74b0db542acb205d29dada3d3e1b7518bc7afc4fba4be917b2d9dd2 not available\nNOTE: Running setscene task 2835 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_create_spdx.8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_create_spdx_setscene.8203f594c8a072b42bc895b0d1fbead34cc024d807372167f457ca22bef97c3d not available\nNOTE: Running setscene task 2836 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_spdx.82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_spdx_setscene.82460368b3d31b1ce7a891e33a69f6af53104b8d15fa5650b5168071a47409be not available\nNOTE: Running setscene task 2837 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_qa.39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_qa_setscene.39f784671ec7074385338dc7bdd45535bff8db5d6bcaeeb8cc3e978d42029fc8 not available\nNOTE: Running setscene task 2838 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmatchbox/1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-wm/1.2.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pcmanfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pcmanfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/pulseaudio-client-conf-sato/1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libmatchbox', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libmatchbox', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libmatchbox', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_recipe_qa.bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_recipe_qa_setscene.bd18d1cde2bbd5ce76ff4a9e8f337795cb1e2f29bbfb5333c266ad67908b3d99 not available\nNOTE: Running setscene task 2841 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_spdx.97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_spdx_setscene.97e041e79a1f794426aa6411197a30741f56856edcfda534e899bc96b83292ed not available\nNOTE: Running setscene task 2842 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_rpm.65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_rpm_setscene.65a0c188d4c016a4b8e107705b51e8f956758126a5b71bd873920c8ff52614eb not available\nNOTE: Running setscene task 2843 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_populate_lic.74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_populate_lic_setscene.74f3d0e3d190fc8446cdfb0ceab556f5788e0b051acb8eafa4868638ec68d0e1 not available\nNOTE: Running setscene task 2844 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pcmanfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_runtime_spdx.695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_runtime_spdx_setscene.695d7e3cb025246c12468c8e4fe1e83f9aba78b0acdabf3334a9306afc9c0d05 not available\nNOTE: Running setscene task 2845 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/pulseaudio-client-conf-sato/1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/pulseaudio-client-conf-sato/1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:1: including rxvt-unicode.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20230416/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_qa.39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_qa_setscene.39966dafe02bc6a978f05e4642c1e3672afa047f7a8dcf306f8e5d553ec23cc0 not available\nNOTE: Running setscene task 2846 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ell/0.61/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_rpm.da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_rpm_setscene.da6037ae4937c5b131e0e26fbb73e5d8998a56f8c8ee74327286c9b712a79fa5 not available\nNOTE: Running setscene task 2847 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_populate_lic.20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_populate_lic_setscene.20df8ab65b596bb042abb444a3482f06e54b9e27a207f62cf2cb2e323e001038 not available\nNOTE: Running setscene task 2848 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_runtime_spdx.9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_runtime_spdx_setscene.9c85d3d35401320aedc7555651d3984b10731c61eb36070bb0d9493b9fcd48f3 not available\nNOTE: Running setscene task 2849 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:1: including rxvt-unicode.inc\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/pulseaudio-client-conf-sato/1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:1: including rxvt-unicode.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:1: including rxvt-unicode.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Considering setscene task: ['packagegroup-core-x11-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-sato', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-sato', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-sato', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-sato', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-sato', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/puzzles/0.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_qa.e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_qa_setscene.e1ad1fc8ab5d53472478160a502030f1a3fb6516c0790ec928d71c7d62558786 not available\nNOTE: Running setscene task 2851 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pcmanfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_rpm.7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_rpm_setscene.7fc39e08d20b506f77601c4933c5024af44784ac4f26c6412897816b843e9363 not available\nNOTE: Running setscene task 2852 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_populate_lic.a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_populate_lic_setscene.a35b792608745fab5003a9138492abf4a79ce1968b977563b3592f6d1c91e270 not available\nNOTE: Running setscene task 2853 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/puzzles/0.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/adwaita-icon-theme/45.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_packagedata.116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_packagedata_setscene.116a97a29c067999c8d721741fe995547efbab73e8b434e505f3caee44b28a06.qemux86_64 not available\nNOTE: Running setscene task 2854 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/pulseaudio-client-conf-sato/1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_packagedata.453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_packagedata_setscene.453101223d2b66216ad7c378ef65a6cd5f02c1398ab122f36f17c59d7dc336c5.qemux86_64 not available\nNOTE: Running setscene task 2855 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_spdx.70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_spdx_setscene.70d7d01767371ddfd0061d7ee76868d64467459d6bf4e4f63adcd4bfc927c4b2 not available\nNOTE: Running setscene task 2856 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_runtime_spdx.f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_runtime_spdx_setscene.f45d2d372ce99deb6c4978c3483496f04925e26baf6f9804724b300631571c5c not available\nNOTE: Running setscene task 2857 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmatchbox/1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/puzzles/0.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/puzzles/0.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rxvt-unicode/9.31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_packagedata.57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_packagedata_setscene.57e21ee57287851bb56d0d834b8588a5192b693ede6d6a078d12b0918852b58d.qemux86_64 not available\nNOTE: Running setscene task 2858 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_qa.27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_qa_setscene.27cbec8033c7d7eeb1e4de6ba2be83c05f83de21a6e6a901f38e8ba2511be9a9 not available\nNOTE: Running setscene task 2859 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_rpm.03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_rpm_setscene.03d6d6f35adb06aac7b88caffc656c7a33fc914999112662ec39a3b127193653 not available\nNOTE: Running setscene task 2860 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_spdx.ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_spdx_setscene.ee6b8125c6db7466d383c91dd893983fe54b47583ce839ad81b876716eed9f66 not available\nNOTE: Running setscene task 2861 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_populate_lic.6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_populate_lic_setscene.6b903fdd28d8f2fd79f08cc39cc95ec1d867d73820e2745f8a381eddf7b70e70 not available\nNOTE: Running setscene task 2862 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rxvt-unicode/9.31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/sato-icon-theme/git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:1: including rxvt-unicode.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rxvt-unicode/9.31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rxvt-unicode/9.31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_spdx.11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_spdx_setscene.11e5efac3524db35b66b609903155fdd67cb973091ef9942fc4308cd4d2bb356 not available\nNOTE: Running setscene task 2863 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_create_runtime_spdx.add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_create_runtime_spdx_setscene.add615e3592c385a126eaf00bc02450693ab48b6407e8ecf1f1ddae4588430db not available\nNOTE: Running setscene task 2864 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_package_qa.e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_package_qa_setscene.e930f318571e622a39d8ab380d4ede7685d16cb71404d7edf4b70b85d61aba27 not available\nNOTE: Running setscene task 2865 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_package_write_rpm.2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_package_write_rpm_setscene.2bd15323242046ee927b0b442b11eb406d28c4ebb0e9cd4ad0e17d6c965ee8e6 not available\nNOTE: Running setscene task 2866 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/sato-icon-theme/git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/sato-icon-theme/git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/sato-icon-theme/git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gconf.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gconf.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gconf.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_populate_lic.56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_populate_lic_setscene.56bd2235bda2f7b748c20e3ac9b04f9ebee33f53fedf00c9f9b3305c2fcfd0f5 not available\nNOTE: Running setscene task 2867 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_runtime_spdx.777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_runtime_spdx_setscene.777d0678a96ee937a2c1e5107e0978a1e5724a3017ceca52c9803df24d2d1510 not available\nNOTE: Running setscene task 2868 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_qa.b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_qa_setscene.b7574b5a0885224a4f9f7bcc33cf7f619f9abf9ee84e9024d42199bb75755f9e not available\nNOTE: Running setscene task 2869 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pcmanfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/puzzles/0.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sato-screenshot/0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/adwaita-icon-theme/45.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gconf.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_packagedata.993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_packagedata_setscene.993e7eac6dd3dab7d219b33539c7c2a9661be6e76b0cfbb714c0bf88ae7cdf64.qemux86_64 not available\nNOTE: Running setscene task 2870 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/pulseaudio-client-conf-sato/1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Considering setscene task: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sato-screenshot/0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sato-screenshot/0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['adwaita-icon-theme', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sato-screenshot/0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['adwaita-icon-theme', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['adwaita-icon-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_recipe_qa.87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/adwaita-icon-theme/45.0.do_recipe_qa_setscene.87820c81136a24cf2bd33ee4757118a8eef02bb842a400bd8ff205dbc462b3fd not available\nNOTE: Running setscene task 2873 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rxvt-unicode/9.31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['pcmanfm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb (full)\nDEBUG: Considering setscene task: ['pcmanfm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pcmanfm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_recipe_qa.26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_recipe_qa_setscene.26dfbf2a19355b691db89ad185c97414a91ecab56440a28d5ebe296313df94f4 not available\nNOTE: Running setscene task 2876 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_create_spdx.384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_create_spdx_setscene.384941e261f9017a78373e2de278e01c019e57d64dc9942fc0c6b0fb8c11bcda not available\nNOTE: Running setscene task 2877 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_spdx.891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_spdx_setscene.891bc7bf391745a4088f5aaa9dbcb29a4ca28d80c64b895b962b6d8fb4b92459 not available\nNOTE: Running setscene task 2878 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['pulseaudio-client-conf-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:   considering dependency: ['pulseaudio-client-conf-sato', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:   considering dependency: ['pulseaudio-client-conf-sato', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:   considering dependency: ['pulseaudio-client-conf-sato', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:   considering dependency: ['pulseaudio-client-conf-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:   considering dependency: ['pulseaudio-client-conf-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/sato-icon-theme/git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Considering setscene task: ['pulseaudio-client-conf-sato', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/settings-daemon/0.0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/settings-daemon/0.0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/settings-daemon/0.0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['pulseaudio-client-conf-sato', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:   considering dependency: ['pulseaudio-client-conf-sato', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:   considering dependency: ['pulseaudio-client-conf-sato', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:   considering dependency: ['pulseaudio-client-conf-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pulseaudio-client-conf-sato', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_recipe_qa.a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_recipe_qa_setscene.a0a6677e3ac4cbddb2b015bdbc6bfcbc025167a379bc65397c728fe8b9a549de not available\nNOTE: Running setscene task 2881 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:10: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:24)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_spdx.89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_spdx_setscene.89ab88c9ae2357f2d88edab6061808beae5f9fc394936afa305ec3226b690d8d not available\nNOTE: Running setscene task 2882 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_packagedata.c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_packagedata_setscene.c8bc24c752b72f0e56ed4d082d98e1f1c8d7279734a31a25e128a2aaeb7feabb.qemux86_64 not available\nNOTE: Running setscene task 2883 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_packagedata.34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_packagedata_setscene.34c752aefc9440d15777f522d0c82ea3ad7ee660bb1381f8568a9940a145c570.qemux86_64 not available\nNOTE: Running setscene task 2884 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_spdx.3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_spdx_setscene.3789fbb6029d8fe475400f0e5747820e13456c14e622357611dd54dcf62c5d89 not available\nNOTE: Running setscene task 2885 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_create_spdx.a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_create_spdx_setscene.a84ccfeece852935eda43d169e42d2e0a63c7982d6670f4a66d61eb169ed86be not available\nNOTE: Running setscene task 2886 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_rpm.4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_rpm_setscene.4a64b1dd49fa60985ce6dc53187a1c145bc590e2957eb3d7f2fb31a588702886 not available\nNOTE: Running setscene task 2887 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/shutdown-desktop/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/shutdown-desktop/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_populate_lic.76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_populate_lic_setscene.76ccb951d9284edb4a799fd451b12e01151278d959809ba614a5f08d6b1bd7a3 not available\nNOTE: Running setscene task 2888 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:1: including rxvt-unicode.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/settings-daemon/0.0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gconf.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_spdx.144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_spdx_setscene.144af95271f806bcb3cf319efbcbcee0d4307d0eaec029bb1651737afe0024a4 not available\nNOTE: Running setscene task 2889 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_create_runtime_spdx.bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_create_runtime_spdx_setscene.bc69a14d6ed1dec5824adbdf0ef83e287f1720464c30a6126db814d93dd397ab not available\nNOTE: Running setscene task 2890 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_package_qa.3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_package_qa_setscene.3283444ccc71913e630eb72eadd54508f51be9586e6738485cf128fc09f90126 not available\nNOTE: Running setscene task 2891 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/puzzles/0.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Considering setscene task: ['puzzles', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Considering setscene task: ['puzzles', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Considering setscene task: ['puzzles', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['puzzles', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_recipe_qa.eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_recipe_qa_setscene.eba1db519d3c3bdbf179642940b4bd86b0f8526fbedf7b78d77581fb19a82048 not available\nNOTE: Running setscene task 2894 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/adwaita-icon-theme/45.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/pulseaudio-client-conf-sato/1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pcmanfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxmu/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libptytty/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_package_write_rpm.0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_package_write_rpm_setscene.0483b5d1797ebf4c8a6c99fc564c4bb3e6cedc26ccff2e37beb601af84e549ea not available\nNOTE: Running setscene task 2895 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_spdx.08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_spdx_setscene.08c81ef2387b52bee11b1454ae4e02de3d6f6eb729b89d14d42f81ae94052a04 not available\nNOTE: Running setscene task 2896 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_populate_lic.5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_populate_lic_setscene.5565eba1526fc3bf2288d93911177aa73cbec01f00c3dbf6ace80befe3e94442 not available\nNOTE: Running setscene task 2897 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/hicolor-icon-theme/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/shutdown-desktop/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_create_runtime_spdx.dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_create_runtime_spdx_setscene.dc084d884fedbe025190badfcc893f018517003fa4f5033d4997ad10024ec851 not available\nNOTE: Running setscene task 2898 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/shutdown-desktop/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_package_qa.f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_package_qa_setscene.f14ee4c5c2baab366ab36ebb645f3b348691e85954e6216b4f0de34198d5934a not available\nNOTE: Running setscene task 2899 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/sato-icon-theme/git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sato-screenshot/0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rxvt-unicode/9.31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/settings-daemon/0.0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_spdx.43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_spdx_setscene.43d499c4309fc1005747a7bc007023b91dc2795d9b1e6e1d981b9049ae9c9d10 not available\nNOTE: Running setscene task 2900 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/shutdown-desktop/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_spdx.60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_spdx_setscene.60f8eb758c557cbc9a981dbccff221f410634e1113310cc5258d747609f9aeb9 not available\nNOTE: Running setscene task 2901 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_packagedata.32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_packagedata_setscene.32c0ac9c6bf1bed876fa05ea5a55b7b0701af9e6a94ec7511bc7af20ec6ecd8d.qemux86_64 not available\nNOTE: Running setscene task 2903 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Considering setscene task: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_packagedata.36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_packagedata_setscene.36b602fc21399ec588bfcab97482e10c89482ac523f279be2ac0d39969dc7490.qemux86_64 not available\nNOTE: Running setscene task 2905 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Considering setscene task: ['libptytty', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['rxvt-unicode', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at-spi2-core/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['rxvt-unicode', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['rxvt-unicode', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_recipe_qa.c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_recipe_qa_setscene.c145a2e6dd7ef251443d6474d06fb9fdc620990ae0c9906a6135e41156c22c78 not available\nNOTE: Running setscene task 2908 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at-spi2-core/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_packagedata.d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_packagedata_setscene.d9df439ba8d794899056991ff36dddb78a4b019b8ede74cf8be9b9dad184d16c.qemux86_64 not available\nNOTE: Running setscene task 2910 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['hicolor-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb (full)\nDEBUG: Considering setscene task: ['sato-icon-theme', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:1: including rxvt-unicode.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Considering setscene task: ['sato-icon-theme', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['sato-icon-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_recipe_qa.94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_recipe_qa_setscene.94f6f7a2ea5b31bc5bc0bcc6365f165e2c8593d361f68557849e2a22f8043149 not available\nNOTE: Running setscene task 2913 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/puzzles/0.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_packagedata.3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_packagedata_setscene.3d46fefd71eb214cf87d5188f1a7c33bea8a3040b07900e06c671d9f33120a32.qemux86_64 not available\nNOTE: Running setscene task 2914 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_packagedata.9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_packagedata_setscene.9104eb7e2696c9f864a3885f7de3d97f84bae3bcbb02cc2b4f7cf09bba4b43c0.qemux86_64 not available\nNOTE: Running setscene task 2915 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_packagedata.dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_packagedata_setscene.dd44a81b14f5e0121a4567dbf0a3dc20632fe3c002732b66e53abf7fab52ae71.qemux86_64 not available\nNOTE: Running setscene task 2916 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gconf.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxt/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_package_write_rpm.d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_package_write_rpm_setscene.d18063526578cc89c9e9b3bf6f0863d2659972b640b2d83078ae1d6ff23dd436 not available\nNOTE: Running setscene task 2917 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/acl/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at-spi2-core/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at-spi2-core/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/acl/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_spdx.36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_spdx_setscene.36b5a36898f1ec6a97626934e5e82f5bcbf3a4224f42a03ebf5be1acaf31c5f9 not available\nNOTE: Running setscene task 2918 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_populate_lic.52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_populate_lic_setscene.52dd4ea195d31fccb08c07d58f59eb4be80a8c2a3d6ef1842bb92830e0e959b0 not available\nNOTE: Running setscene task 2919 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_create_runtime_spdx.79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_create_runtime_spdx_setscene.79348a959e7c7a5c7d51320e5500d19bcb92c21f467ede8adb60e762bcb6453a not available\nNOTE: Running setscene task 2920 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_package_qa.ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_package_qa_setscene.ae65e69b34e71527edcb347368fb497d70d69336479431bb72a3ee0834fe954d not available\nNOTE: Running setscene task 2921 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_package_write_rpm.0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_package_write_rpm_setscene.0360d66771983a178fffc3637bf4cb195e8b8cdbaae3d5f2534ccfe9ba0c220c not available\nNOTE: Running setscene task 2922 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-panel-2/2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gconf/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxmu/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libptytty/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_spdx.18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_spdx_setscene.18986f58eca16b2186dc38d6c17083f508382ec613d026fad62b264916d009dd not available\nNOTE: Running setscene task 2923 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/hicolor-icon-theme/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/rxvt-unicode/9.31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/shutdown-desktop/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['hicolor-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/sato-icon-theme/git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['hicolor-icon-theme', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Considering setscene task: ['hicolor-icon-theme', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['hicolor-icon-theme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_recipe_qa.a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_recipe_qa_setscene.a4d12105954a35678e5fdbed8eed505e4c03d39539596e20bc5fffb1f7205f72 not available\nNOTE: Running setscene task 2927 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sato-screenshot/0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/settings-daemon/0.0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxmu', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Considering setscene task: ['libxmu', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxmu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_recipe_qa.430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxmu/1.1.4.do_recipe_qa_setscene.430261128e8c585c4207898d052360df32ce342d307f29ca59da89dfd6bcf831 not available\nNOTE: Running setscene task 2929 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_packagedata.f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_packagedata_setscene.f8b94286cdc136227451b2fbe462b2b27c8f78a97cbdfade49b2682beabfa345.qemux86_64 not available\nNOTE: Running setscene task 2930 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb (full)\nDEBUG: Considering setscene task: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libptytty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:10: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb (full)\nDEBUG: Considering setscene task: ['libptytty', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libptytty', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libptytty', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_recipe_qa.13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_recipe_qa_setscene.13baa4f1a1dde896ac71ca09c7ed0a30eac8e29bd7a52c622c98bf2b1da83ef2 not available\nNOTE: Running setscene task 2934 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_packagedata.6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_packagedata_setscene.6d720e4008f3aca96ed978b8082f053a2a20217504d66bcbfac13119d40a700c.qemux86_64 not available\nNOTE: Running setscene task 2936 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/acl/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:11)\nDEBUG: Considering setscene task: ['sato-screenshot', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['sato-screenshot', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['sato-screenshot', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_recipe_qa.3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_recipe_qa_setscene.3031c1f1313b57ee7cd65ee4f18944bf0885b748925f77367da66bf3fe3f7945 not available\nNOTE: Running setscene task 2939 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb (full)\nDEBUG: Considering setscene task: ['settings-daemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_packagedata.3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_packagedata_setscene.3e9dec68d5a482057f5eb6c9d2639fe14507134020b865dcae9de0971c6fdb10.qemux86_64 not available\nNOTE: Running setscene task 2941 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb (full)\nDEBUG: Considering setscene task: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['settings-daemon', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Considering setscene task: ['settings-daemon', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['settings-daemon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_recipe_qa.4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2.do_recipe_qa_setscene.4705a9165bf3cc73ef7a75a00d0a76c2e64c82f9c76c87ee9223c43f13021e12 not available\nNOTE: Running setscene task 2944 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Considering setscene task: ['shutdown-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG:   considering dependency: ['shutdown-desktop', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG:   considering dependency: ['shutdown-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG:   considering dependency: ['shutdown-desktop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG:   considering dependency: ['shutdown-desktop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG:   considering dependency: ['shutdown-desktop', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/acl/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['shutdown-desktop', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Considering setscene task: ['shutdown-desktop', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG:   considering dependency: ['shutdown-desktop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG:   considering dependency: ['shutdown-desktop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['shutdown-desktop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_recipe_qa.65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_recipe_qa_setscene.65d51defaab480a42af762b0547b070cacbde48b764cb5ee181301c123d89065 not available\nNOTE: Running setscene task 2947 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/attr/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_populate_lic.583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_populate_lic_setscene.583a6838f8131964042776e21bf3494398b8e6fdee323c7d9b4068ca60e87485 not available\nNOTE: Running setscene task 2948 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/e2fsprogs/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/attr/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/attr/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gconf.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/startup-notification/0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/hicolor-icon-theme/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_packagedata.91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_packagedata_setscene.91505ff9cd2fab8949875d49cfd2b25afba4a00be8bc533401face9f17750985.qemux86_64 not available\nNOTE: Running setscene task 2949 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_spdx.94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_spdx_setscene.94619fcb430426b29b5a1998259d2b0057f2c0b0f58a7dcbb037b62228749391 not available\nNOTE: Running setscene task 2950 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_create_runtime_spdx.0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_create_runtime_spdx_setscene.0118fe0f7bf5b7c2524705ddb02b3fffc1b1a4cdcac82d8b5afb88a2606e304e not available\nNOTE: Running setscene task 2951 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_package_qa.0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_package_qa_setscene.0827671a4daa18dbcad7ddd1f0dcaad63eba392c38fe0c099248a42bdf2dfa3a not available\nNOTE: Running setscene task 2952 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_package_write_rpm.df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_package_write_rpm_setscene.df17c2fd39431ed2b4419b28fb5f08ef757ab456fd385333f4872d63fe79ff3a not available\nNOTE: Running setscene task 2953 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_populate_lic.1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_populate_lic_setscene.1c6423f3b8343ce39a7a27881e82b6febfa20d2edca1b5b58feac8b9c727d602 not available\nNOTE: Running setscene task 2954 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_create_runtime_spdx.fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_create_runtime_spdx_setscene.fc902e3f3c08e93b4b486f4b5dce1d60d34464335ddfd7c246a62f462135e81e not available\nNOTE: Running setscene task 2955 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxmu/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxt/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:1: including xcb-util.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libptytty/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-panel-2/2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sato-screenshot/0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_recipe_qa.6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_recipe_qa_setscene.6dba8a240175176cc2cab69b23b841529462d6c51d0e190fbd539facba7a0a2d not available\nNOTE: Running setscene task 2958 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_packagedata.031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_packagedata_setscene.031712008470b8085553ea54624d91d71db5673b76be623f30a425e3c38de056.qemux86_64 not available\nNOTE: Running setscene task 2960 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/shutdown-desktop/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['startup-notification', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:13: including xorg-lib-common.inc\nDEBUG: Considering setscene task: ['matchbox-panel-2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['matchbox-panel-2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['matchbox-panel-2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_recipe_qa.6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_recipe_qa_setscene.6291a2e46827cb25ea47c85bc639540fcf23f83617096f0655d62001fb323c30 not available\nNOTE: Running setscene task 2963 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gconf/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/settings-daemon/0.0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_populate_lic.ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_populate_lic_setscene.ab9b8bf423e73567d98b043f24fdbfd79310603689d5312e94e74713b96d0ffe not available\nNOTE: Running setscene task 2964 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_create_runtime_spdx.be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_create_runtime_spdx_setscene.be7e2233c511df386ac6f2e4dc251cdd9ac9305cc322261b281bd8ac95be575e not available\nNOTE: Running setscene task 2965 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_package_qa.f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_package_qa_setscene.f114cde3b5525f5c5bb487ae61ef05ec02e72dc976de7b1e1847fab6addcf793 not available\nNOTE: Running setscene task 2966 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:1: including boost-1.83.0.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:2: including boost.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost.inc:60)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:1: including boost-1.83.0.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:2: including boost.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost.inc:60)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/boost-build-native/1.83.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/attr/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['gconf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['gconf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gconf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_recipe_qa.4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_recipe_qa_setscene.4442135f4679deebc002be6374d137ec8c1a619e43ae4ebc4a34dd1bfc735578 not available\nNOTE: Running setscene task 2969 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_package_write_rpm.1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_package_write_rpm_setscene.1f003d512939e1322cc50c84b5bcb8f7de9c17324ed3cad07c5ed4ab5053a818 not available\nNOTE: Running setscene task 2970 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_populate_lic.4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_populate_lic_setscene.4492c154bf228981e8eb9b533d5b3533b074f1455c80e02216e7c3cb26323517 not available\nNOTE: Running setscene task 2971 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash-completion/2.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-util/0.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_runtime_spdx.c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_runtime_spdx_setscene.c502aa57005666dba8f3627f8c88ea73874fa66dc08195c3f7c5deaec08b9761 not available\nNOTE: Running setscene task 2973 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash-completion/2.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash-completion/2.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash-completion/2.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:1: including boost-1.83.0.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:2: including boost.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:1: including boost-1.83.0.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:2: including boost.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost.inc:60)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost.inc:60)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/e2fsprogs/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['e2fsprogs', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['e2fsprogs', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['e2fsprogs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_recipe_qa.6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_recipe_qa_setscene.6219a3e8da38a5eaa39ddec5a4b20702404787cdd2636bc6868b8bc1943a676d not available\nNOTE: Running setscene task 2976 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/boost-build-native/1.83.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_qa.80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_qa_setscene.80bccac68589f4b66353c81b11dfe8bbdcbf86db52d67075610e72ccf16a3654 not available\nNOTE: Running setscene task 2977 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_rpm.e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_rpm_setscene.e95a480230cd6f12eec5a72aee4ee9104f2811ffc77e60dfc57f9ac904ab24e4 not available\nNOTE: Running setscene task 2978 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_lic.1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_lic_setscene.1ab4ef9e4ba5e83ed6eb1d5ff8ee8cc0c00f1298e6a6dc0611bd348ff47c52b9 not available\nNOTE: Running setscene task 2979 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['ca-certificates', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_runtime_spdx.e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_runtime_spdx_setscene.e04e76cc2be50d42e29b11db42f8eaf1751af86bc0d2820b6118ce831a347f26 not available\nNOTE: Running setscene task 2981 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_qa.c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_qa_setscene.c4a7739fbb665aabb124873da9a5cb8d74aa2fb39e874c02ab850e42f162673f not available\nNOTE: Running setscene task 2982 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_rpm.eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_rpm_setscene.eca142c5fb05ed4f17b8c88404b90a820fb13b566a73ff9b8fce42ec99f20359 not available\nNOTE: Running setscene task 2983 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxt/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/startup-notification/0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/matchbox-panel-2/2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Considering setscene task: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/boost/1.83.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/boost/1.83.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['startup-notification', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['startup-notification', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['startup-notification', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_recipe_qa.4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_recipe_qa_setscene.4acc5799e40eaaa3c25bcdc713e8cc94f7aef2d552f63716643d357c0a03956b not available\nNOTE: Running setscene task 2986 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_packagedata.fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_packagedata_setscene.fb969ede624222b91e6388ed77920a3e50be389f3939d3ee04d15acc1fedeff2.qemux86_64 not available\nNOTE: Running setscene task 2987 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['xcb-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_create_spdx.a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_create_spdx_setscene.a7d3d099ccc75d262f22559037789e910435123e33787bcd8c28918883a8d548 not available\nNOTE: Running setscene task 2989 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_populate_lic.16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_populate_lic_setscene.16eb6766765de0e4f62d78d27645ad78fd842c585d2c0846dd7b6fbfcb722569 not available\nNOTE: Running setscene task 2990 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_create_runtime_spdx.b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_create_runtime_spdx_setscene.b97ad66ea68c6084641151bc6eebc86705dd2cb6bad8112abd834a44eb255cde not available\nNOTE: Running setscene task 2991 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/ca-certificates/20211016/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:1: including xcb-util.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:1: including boost-1.83.0.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:2: including boost.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost.inc:60)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/boost/1.83.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/boost/1.83.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gconf/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_package_qa.1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_package_qa_setscene.1900f7ace728d98fb57fec796229da7e52edcc6433cb7ec85f97b8ca2c1a4910 not available\nNOTE: Running setscene task 2992 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/ca-certificates/20211016/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/ca-certificates/20211016/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/ca-certificates/20211016/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_package_write_rpm.443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_package_write_rpm_setscene.443b09304a59d9e4899c5effee9ff377a0e057268d5c13ef3bbec825416557c5 not available\nNOTE: Running setscene task 2993 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_populate_lic.987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_populate_lic_setscene.987211f2449146634c314cd9eba5cd723a823c83390a05c05df1e35677d4b382 not available\nNOTE: Running setscene task 2994 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_create_runtime_spdx.f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_create_runtime_spdx_setscene.f0e92e458c615f3951fa8d827f69e47d0aeb54f139a45a530d23ffd07bc7d5f1 not available\nNOTE: Running setscene task 2995 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_package_qa.68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_package_qa_setscene.68f8a7aaf35a18a89d61f7700ae7b861e353f810bb887313129c8d9a237c6f5c not available\nNOTE: Running setscene task 2996 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_package_write_rpm.0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_package_write_rpm_setscene.0c745035403cb8523367109a17cba995dc4a76e7d66d710e8a9e19e676c1da7b not available\nNOTE: Running setscene task 2997 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_populate_lic.11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_populate_lic_setscene.11452ee65c52594df9332143cd3a103efd40ce5ef09fbb7d96e1f82c01af193c not available\nNOTE: Running setscene task 2998 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/consolekit/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/consolekit/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/consolekit/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/e2fsprogs/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_spdx.d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_spdx_setscene.d3fcd9a5ba6f68ac5aece1ddc3dc293e19e331cd3acbe0bb4e368cac49438951 not available\nNOTE: Running setscene task 2999 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-util/0.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/startup-notification/0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_runtime_spdx.dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_runtime_spdx_setscene.dbae0cd0fc17b3b7f44af96407fe47c1b2ce30c19523e197d096788dacac8ed7 not available\nNOTE: Running setscene task 3000 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_qa.5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_qa_setscene.5615fb69faa34b47d958a5a77d7a246724f6c47042e2addebdad8ef2b6839a14 not available\nNOTE: Running setscene task 3001 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_rpm.8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_rpm_setscene.8718e64e153956b5a8411b28d0a0273520c6b3784a16bf64dc33cf27131c2f49 not available\nNOTE: Running setscene task 3002 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/consolekit/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/boost/1.83.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Considering setscene task: ['xcb-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/curl/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xcb-util', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_spdx.561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_spdx_setscene.561e9310906cc1c28717e5baaef8abda70b37853483800905396dfaff14d1d41 not available\nNOTE: Running setscene task 3005 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['xcb-util', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xcb-util', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_recipe_qa.5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_recipe_qa_setscene.5d56eeed4baa527958d8fad1c4409633501fa4cc7f048917fe797ea88358475a not available\nNOTE: Running setscene task 3006 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_create_spdx.33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/boost-build-native/1.83.0.do_create_spdx_setscene.33acf198c58dbbc678c08e9484875807038db595402f0b3c5280647749173b32 not available\nNOTE: Running setscene task 3007 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_packagedata.a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_packagedata_setscene.a3cbf14d5139eec73dc74f3cd4033847481a0aabdda951ab325371f3ac9d36ef.qemux86_64 not available\nNOTE: Running setscene task 3008 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_spdx.183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_spdx_setscene.183a3fed57944a359551a5b69ad640714a97f0e0942bf03ebe9e3206735529c5 not available\nNOTE: Running setscene task 3009 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:1: including xcb-util.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:1: including boost-1.83.0.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:2: including boost.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util.inc:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost.inc:60)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/curl/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_lic.b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_lic_setscene.b66bf49f85016ed6e3879ba6dab20606601afc125ad1c016d2fb336468f55d6c not available\nNOTE: Running setscene task 3010 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fribidi/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fribidi/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/curl/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fribidi/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fribidi/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/curl/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_runtime_spdx.ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_runtime_spdx_setscene.ff8d2d6639f8dd29b6edcb287ca537ce554c36ebb83d668373aa2969eff520f5 not available\nNOTE: Running setscene task 3011 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_qa.bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_qa_setscene.bbddcb1785e927435a67f39792ec328032accd184dfc1ed00f137c2162f6a88c not available\nNOTE: Running setscene task 3012 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_rpm.a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_rpm_setscene.a8d682ee53cef1beb7ac9737c7b3e1ab2637c8006739ac48388048abb99d25ee not available\nNOTE: Running setscene task 3013 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_lic.da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_lic_setscene.da4efe0da7b5fbf61a7d684ff6b3ed9ddebab1e59d30d03701243a9c7bfcfa82 not available\nNOTE: Running setscene task 3014 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_runtime_spdx.1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_runtime_spdx_setscene.1357421a8f036a787aba255e1ac6a4a90e9a73436e0fc30b58d627b74096c688 not available\nNOTE: Running setscene task 3015 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_qa.923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_qa_setscene.923191df803e1eede6b9f14f041bec8b15b1b2c440bead7b98dd7c4cc7aa10c6 not available\nNOTE: Running setscene task 3016 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/consolekit/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdbm/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdbm/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/boost-build-native/1.83.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdbm/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_spdx.8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_spdx_setscene.8a01bff2340e57e3495476a39ab436abef09e7d9492ef46482a4fc2f214d9f99 not available\nNOTE: Running setscene task 3017 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_spdx.7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_spdx_setscene.7ffdeb13cbc76ca9eea7b055fd7dc29f7784b8d644435bcb95df4c89e3927cff not available\nNOTE: Running setscene task 3018 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/ca-certificates/20211016/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_packagedata.35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_packagedata_setscene.35a5c9f3c503ec8bc60466ecc0acd542f3a3983b34b014d9530843444fdf39f0.qemux86_64 not available\nNOTE: Running setscene task 3019 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_rpm.3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_rpm_setscene.3730c5f5d28675cd54db9cc414f23d60239cd71af6c937767053b04335264fcf not available\nNOTE: Running setscene task 3020 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_populate_lic.48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_populate_lic_setscene.48805eeee96cf41770b1c1784707ea2b4dc8c41f2608cfac55d8ae373ff18f18 not available\nNOTE: Running setscene task 3021 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-util/0.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:4: including diffutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/perl/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/boost/1.83.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_packagedata.00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_packagedata_setscene.00bef7815377653aa1854428c3c4ef290cd02625ace4ce7d03cd9d43b2410c22.qemux86_64 not available\nNOTE: Running setscene task 3022 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_packagedata.e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_packagedata_setscene.e2218a5adb6e946a4724c85d3d31dd0ec9c9a2f3f13b973b015f7c73786694f3.qemux86_64 not available\nNOTE: Running setscene task 3023 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['boost-build-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost-build-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['boost-build-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Considering setscene task: ['boost-build-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG:   considering dependency: ['boost-build-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG:   considering dependency: ['boost-build-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG:   considering dependency: ['boost-build-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG:   considering dependency: ['boost-build-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG:   considering dependency: ['boost-build-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Considering setscene task: ['boost', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdbm/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['boost', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['boost', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_recipe_qa.9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/boost/1.83.0.do_recipe_qa_setscene.9f76f1a78286587b3a760cdd9a7a8f20538086bad01e73a958d7508c0160b51f not available\nNOTE: Running setscene task 3029 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_create_runtime_spdx.4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_create_runtime_spdx_setscene.4f4b2c03d194ac976c0766ce54e4cf287694dc74ed726a435cb10b1062ef282f not available\nNOTE: Running setscene task 3030 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:1: including boost-1.83.0.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:2: including boost.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost.inc:60)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gmp/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gmp/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gmp/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gmp/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnome-desktop-testing/2021.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnome-desktop-testing/2021.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_package_qa.895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_package_qa_setscene.895453b6afd5d4cbb7f1e2eec27d9f7304598e0dd551b43e4f79db858e2a9ea9 not available\nNOTE: Running setscene task 3031 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_spdx.8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_spdx_setscene.8be762373395a0b14698c52f65f643df9e92121a5c5187511a38aaf5415fcad5 not available\nNOTE: Running setscene task 3032 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_package_write_rpm.cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_package_write_rpm_setscene.cb25edb950bc4bc65c83add622d77acd17f6088e485d3366c553603aa7d5635e not available\nNOTE: Running setscene task 3033 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_populate_lic.e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_populate_lic_setscene.e3cd889650add66df6909c361add8b8c7398d97a15199e7c97172a573145d1bb not available\nNOTE: Running setscene task 3034 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_create_runtime_spdx.8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_create_runtime_spdx_setscene.8b667a8ea164f4321f2f54cc08afc4d01bc573a81164b95417132c152856d250 not available\nNOTE: Running setscene task 3035 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_package_qa.2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_package_qa_setscene.2efdc36b9b5f56c79d731b0b015b2050b0f8cf67fcc3125c4eab6a31452887c7 not available\nNOTE: Running setscene task 3036 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_package_write_rpm.5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_package_write_rpm_setscene.5ebd8b0cea6f434e6022e3f88bc9596b61bfec96a05f28de34a7ee01cb97ff43 not available\nNOTE: Running setscene task 3037 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/consolekit/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-glib/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnome-desktop-testing/2021.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnome-desktop-testing/2021.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffutils/3.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/ca-certificates/20211016/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_packagedata.26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_packagedata_setscene.26b9531d44015d4ee15be5934a742206326319d5125033d9f2e2ba558bfc7ded.qemux86_64 not available\nNOTE: Running setscene task 3038 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ca-certificates', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ca-certificates', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ca-certificates', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ca-certificates', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_recipe_qa.70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_recipe_qa_setscene.70b988c575edd580af98fc898f483d407796750656db94d45d28a401ff0ce496 not available\nNOTE: Running setscene task 3041 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/perl/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:4: including diffutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_packagedata.ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_packagedata_setscene.ceafd88bbc8aef991bcdfe44088c32d4898c0732682ab658bbb1d694d66559c1.qemux86_64 not available\nNOTE: Running setscene task 3043 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnupg/2.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/boost/1.83.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Considering setscene task: ['perl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Considering setscene task: ['perl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['perl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_recipe_qa.8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_recipe_qa_setscene.8a38875a37e593059ec6ba0d65d4adcefc6f6b467142c79278a97c48fc29695f not available\nNOTE: Running setscene task 3047 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['consolekit', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['consolekit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['consolekit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_recipe_qa.3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_recipe_qa_setscene.3619efc92ac2a428059d6ed90aad594f2d1b2e9ea7eb76d7fa8dc2fcf07d710e not available\nNOTE: Running setscene task 3049 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_create_spdx.aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_create_spdx_setscene.aabd828fdd88873ec59092edc62e61b6489ed6fb43570b8173b04431be5b9844 not available\nNOTE: Running setscene task 3050 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnupg/2.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_populate_lic.fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_populate_lic_setscene.fc2d50b150d224f102536a72f3fba83efb82cd09474222196eb0d8f1a64aee96 not available\nNOTE: Running setscene task 3051 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_runtime_spdx.b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_runtime_spdx_setscene.b8aac1b68dffc4b183a8bc8290b27c07c620581c0cc956bc5ace8cbe59d3d333 not available\nNOTE: Running setscene task 3052 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_qa.937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_qa_setscene.937f9b885b9480cf9f2d6ec34932af795ab845ef3667946131ff403168140900 not available\nNOTE: Running setscene task 3053 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnome-desktop-testing/2021.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnupg/2.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnupg/2.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_rpm.7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_rpm_setscene.7e404a75f42672be376eca4486898f6efa666a3fd75180c0bffd625dd850e0e8 not available\nNOTE: Running setscene task 3054 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnutls/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnutls/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnutls/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_packagedata.c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_packagedata_setscene.c4e6d86dedb9f8f6f34fabcc30f1665ae72e93cba04ccaf2a654c9b094ef32cb.qemux86_64 not available\nNOTE: Running setscene task 3055 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/ca-certificates/20211016/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_lic.a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_lic_setscene.a6165ff79917d969e17e507e29f8beb269d7910d923f9584610150ab6698593f not available\nNOTE: Running setscene task 3056 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_runtime_spdx.c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_runtime_spdx_setscene.c4d50fb3f4ac02e5c9648ad36f938a6f44aa08feb974eb38eaaa0bdefd130c75 not available\nNOTE: Running setscene task 3057 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_qa.0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_qa_setscene.0997c06f560f4b8066a70cfca2c0a00977ff11aa0c8a321eb385fbdcedbb3c68 not available\nNOTE: Running setscene task 3058 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_rpm.66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_rpm_setscene.66e2a7d05efff3e53cefea2ba9b72c827e5eff6b4306e3575f087e07e3c79bb3 not available\nNOTE: Running setscene task 3059 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_lic.fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_lic_setscene.fc2a088e4208a28d3ff6f798c343e566e879c55cab01f51e0ae4c1863099b2b6 not available\nNOTE: Running setscene task 3060 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['gpgme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_create_runtime_spdx.55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_create_runtime_spdx_setscene.55e5339c43e2ec3cd556a368baffb561070de73312be9d34052b19bd4067772b not available\nNOTE: Running setscene task 3062 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffutils/3.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-glib/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/consolekit/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnupg/2.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/perl/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['dbus-glib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['dbus-glib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['dbus-glib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_recipe_qa.9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_recipe_qa_setscene.9ab0cbb48bb0dab79f17debae4b5acc70dfc67d9a5bbcae9779b4271ed0e5dd4 not available\nNOTE: Running setscene task 3065 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['diffutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtasn1/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtasn1/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['diffutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnutls/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['diffutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['diffutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_recipe_qa.979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_recipe_qa_setscene.979a3062cbe1582db3f330addb721889801b76a57b0f692a92c7e902e91965d3 not available\nNOTE: Running setscene task 3068 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_packagedata.dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_packagedata_setscene.dee21bdfe247a3100608e1f2118d458d3122c7475a9937c98fe9cbeb25cf218f.qemux86_64 not available\nNOTE: Running setscene task 3069 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_package_qa.ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_package_qa_setscene.ea6cd1cd1f950a0d50fea2dec8a7cf584a53d03a1bac2ab3d71f79299da2a7af not available\nNOTE: Running setscene task 3070 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_package_write_rpm.aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_package_write_rpm_setscene.aa299f346e2b519f20fd044386de468d79d21a13d33249c2b52c19868a0c9baa not available\nNOTE: Running setscene task 3071 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_populate_lic.9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_populate_lic_setscene.9c0868de0d09551401d2a0cb615626b69c3de1eb3d8e2b4ec85422b713146f32 not available\nNOTE: Running setscene task 3072 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_runtime_spdx.1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_runtime_spdx_setscene.1ebe13f4792ffe72da65c316b2712cc9da9f225a77d08352bf18969fba5fcdd8 not available\nNOTE: Running setscene task 3073 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_qa.bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_qa_setscene.bfe857f4496af58e6a193c83c85a913789a56a39a77c80e0fa76f624102c66d6 not available\nNOTE: Running setscene task 3074 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:4: including diffutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtasn1/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_rpm.a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_rpm_setscene.a93bcfc151a9232ce3b6606a6671f21e1331a56be4bb0bac4bea18ef1bdab195 not available\nNOTE: Running setscene task 3075 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnome-desktop-testing/2021.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gpgme/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtasn1/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gpgme/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb (full)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gpgme/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gpgme/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gnome-desktop-testing', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/icu/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gnome-desktop-testing', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['gnome-desktop-testing', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gnome-desktop-testing', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_recipe_qa.03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_recipe_qa_setscene.03b1b0cb3fd0e861f0912ff28239ca11b81454870f88565c49a47fa3ae29ee0a not available\nNOTE: Running setscene task 3078 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_spdx.bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_spdx_setscene.bf21cbc4be3c896af126f7122a36696f6174c05af424838c4b894e309715a183 not available\nNOTE: Running setscene task 3079 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_lic.c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_lic_setscene.c391c1a6f79cbbfb8e348df6cd4904f155c17ad8cd1cc7676044c427b9b5dbbf not available\nNOTE: Running setscene task 3080 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_create_runtime_spdx.28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_create_runtime_spdx_setscene.28bdc3166e96e3ea188f32b7b05b79c04ef92eac9f466d5c9f8be8eb55b06869 not available\nNOTE: Running setscene task 3081 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_package_qa.24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_package_qa_setscene.24b3e28389c8adf3ee86ddc02406c207bbe6b2a41aec9e65b6b3608287a7263e not available\nNOTE: Running setscene task 3082 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_package_write_rpm.1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_package_write_rpm_setscene.1c5d2d0d298ac05b4062b3c31a7966d8e99937d730e61027bf136ec80df3ed90 not available\nNOTE: Running setscene task 3083 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_populate_lic.0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_populate_lic_setscene.0e6408b2a21311b4ac1f4d51317e3b1d99f652efbb60664185601a12c37c811f not available\nNOTE: Running setscene task 3084 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus-glib/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/iso-codes/4.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnupg/2.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_runtime_spdx.3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_runtime_spdx_setscene.3e90839382a4779338743bf14b9911fc0855e9038a2cd8f3e242e5b3d8c69950 not available\nNOTE: Running setscene task 3085 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/iso-codes/4.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/diffutils/3.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/icu/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/icu/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/icu/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/iso-codes/4.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gnupg', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gnupg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gnupg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_recipe_qa.890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnupg/2.4.4.do_recipe_qa_setscene.890341297be7d3a69facb63499fa9a6e30c4c568f14a57c6b30a1a205f61b9c0 not available\nNOTE: Running setscene task 3088 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_qa.ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_qa_setscene.ff3dae60afac85003ada106b394ffe37ec9c9e58382704f52f870084d676fd9d not available\nNOTE: Running setscene task 3089 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_rpm.fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_rpm_setscene.fc5dec3729b126bb1abb31c3dd4f501e2a672dc7075bcbef16e8b11d31832de8 not available\nNOTE: Running setscene task 3090 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_lic.dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_lic_setscene.dcc1b1b0db5a76c4f67ac21e643162aa6696d9c02eff9063b4e4ca7e527c095d not available\nNOTE: Running setscene task 3091 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_create_runtime_spdx.2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_create_runtime_spdx_setscene.2d972a8db502cbf7f778cffc780ffd11e23e28086f48c71d4503fe59e8577881 not available\nNOTE: Running setscene task 3092 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_package_qa.8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_package_qa_setscene.8a03182219dd1348001930e3cdfcf7df5a98aeaa56e3c8bb0a7122f53e30b901 not available\nNOTE: Running setscene task 3093 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_package_write_rpm.c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_package_write_rpm_setscene.c922c34f12cf2f17ab55ad51ec2b8e39b9c5bf1748b43b9c81d7fd858cdda67a not available\nNOTE: Running setscene task 3094 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_populate_lic.3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_populate_lic_setscene.3e4f5dba27ae78162b6fc0aabca1bcc180e3226f1762d0235ca8a23588543def not available\nNOTE: Running setscene task 3095 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/iso-codes/4.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnome-desktop-testing/2021.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_create_runtime_spdx.06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_create_runtime_spdx_setscene.06486c375efa105a11e242ad1e4269b5131467ff4671047b30490f86a0a5164a not available\nNOTE: Running setscene task 3096 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libassuan/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gpgme/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libassuan/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libassuan/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libassuan/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_packagedata.327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_packagedata_setscene.327c70dfbc18ea8d718d04b258db5058f80fc8b97625b3d15c6ba25dbf8e7c91.qemux86_64 not available\nNOTE: Running setscene task 3097 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_package_qa.3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_package_qa_setscene.3460df0cff1970b4e5eadb1a03f14f7c20a91edbee4fcedd612a1c6f10516da1 not available\nNOTE: Running setscene task 3098 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_package_write_rpm.23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_package_write_rpm_setscene.23e586bd6ef4100780ee3155e53130207af065dd7a0861c2c1d8c78bbe3b9146 not available\nNOTE: Running setscene task 3099 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_populate_lic.6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_populate_lic_setscene.6815a5d36535b033770459bacfe86d5df9704ec426a15dab8c40549a27f6b3e9 not available\nNOTE: Running setscene task 3100 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_runtime_spdx.0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_runtime_spdx_setscene.0d29807036bb2d2b6507b38437ce9abf644e71940e624697f4b574670eba5c83 not available\nNOTE: Running setscene task 3101 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_qa.f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_qa_setscene.f515cd4f0e8a215d3354745aa1682e1a05c297c37ca42ad613d94928c97096db not available\nNOTE: Running setscene task 3102 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libatomic-ops/7.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_rpm.0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_rpm_setscene.0cf24f8564cfaf482b4de51ed1a6edbf4230a09f0d92e54c87e1f165821e5504 not available\nNOTE: Running setscene task 3103 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libatomic-ops/7.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libatomic-ops/7.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnupg/2.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libatomic-ops/7.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_lic.457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_lic_setscene.457923d769072fcae75e29ff2c8b132a1ce1662af10e45f89fe53a7dca341402 not available\nNOTE: Running setscene task 3104 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap-ng/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap-ng/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap-ng/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_runtime_spdx.03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_runtime_spdx_setscene.03b07cf7c385b4b3eaf055ab83390fddfe352e1c8dbc7e154c7f266ed248e57b not available\nNOTE: Running setscene task 3105 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap-ng/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_qa.b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_qa_setscene.b051032e159c8db37080811f50206488a618a532f1c558b874914eb3a6f951ee not available\nNOTE: Running setscene task 3106 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_rpm.5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_rpm_setscene.5c63a0f9b27b005a8c34b699d24e05be8cc0efc843705dc39b5492e769df0400 not available\nNOTE: Running setscene task 3107 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_lic.30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_lic_setscene.30f18bfebe41600c493cb4889f9c71d18c0ae2cf544a5772a969a5e8169cbc74 not available\nNOTE: Running setscene task 3108 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb (full)\nDEBUG: Considering setscene task: ['libdaemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_create_runtime_spdx.559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_create_runtime_spdx_setscene.559dae6665bacaa47062205da2eec587f253735c4c5d1bd0705a276265f0c053 not available\nNOTE: Running setscene task 3110 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_package_qa.3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_package_qa_setscene.3b7b2df70ee14f47b5989a3f689bc6898306456f1bfd4636efd17c1248da10b1 not available\nNOTE: Running setscene task 3111 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_package_write_rpm.9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_package_write_rpm_setscene.9623e4d23880bd30a0e703e37ef862c8ef84d026925ce2f3a8d0646c4241e902 not available\nNOTE: Running setscene task 3112 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_populate_lic.7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_populate_lic_setscene.7eb86ad8fddeba827392f76a842b1a57baa32c29b1d41b0fa0a0a369c60b7651 not available\nNOTE: Running setscene task 3113 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gpgme/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcheck/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcheck/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Considering setscene task: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_spdx.78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_spdx_setscene.78888b038fa897eccc7aadab82e4b6b46739822a8d4d0a375387a2e663da5d2e not available\nNOTE: Running setscene task 3115 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gpgme', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gpgme', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gpgme', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_recipe_qa.a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_recipe_qa_setscene.a833883e2b0da7a56d7dde47dff90c84bf1e73328e2a92d55987529dbf0ec65f not available\nNOTE: Running setscene task 3117 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_runtime_spdx.9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_runtime_spdx_setscene.9b750eac633c52d8c878b837713914e5e2cde469a2bdb387960981a274e0ce45 not available\nNOTE: Running setscene task 3119 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcheck/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_qa.c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_qa_setscene.c5497ff4e3f418feb93ad640b4577b80141c2617b5625685f038d93319bd748c not available\nNOTE: Running setscene task 3120 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_rpm.ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_rpm_setscene.ea6f9f729f83ed65c1161abe3a4c1aed72b514abaaeca7ca7d1cf79f9690a4ae not available\nNOTE: Running setscene task 3121 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_lic.7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_lic_setscene.7b231065a594db354ddf519da959427a1fad640d27341839a98c1411e74a3017 not available\nNOTE: Running setscene task 3122 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:43)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdaemon/0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdaemon/0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcheck/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdaemon/0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_spdx.b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_spdx_setscene.b9e122f84f8357638b8cb99279e8dfbcf8ae74caaa815e58e4ccae494c967450 not available\nNOTE: Running setscene task 3123 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdaemon/0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevdev/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevdev/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevdev/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_runtime_spdx.eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_runtime_spdx_setscene.eeb20ef7ff925c2c4599481675481e5fa59d7f93ed4cbda87ea419bb59c02a29 not available\nNOTE: Running setscene task 3125 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_qa.9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_qa_setscene.9c543f55c9b83783bab847074e123c51b4027acfbe1dc2f47abad53e2f445068 not available\nNOTE: Running setscene task 3126 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_rpm.c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_rpm_setscene.c6ab7d50345133f7a2c23ff263f4792547c416e749d9a62370ce87e8600f379a not available\nNOTE: Running setscene task 3127 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_create_spdx.b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_create_spdx_setscene.b319fde60538069dd2ff486e688b12f0354df0af7cf2b283161acbce1c5fc125 not available\nNOTE: Running setscene task 3128 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_lic.116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_lic_setscene.116c442ca5d9c6fd558139414740a13365d263c38f664c11cafa4dee0b325dc6 not available\nNOTE: Running setscene task 3129 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_create_runtime_spdx.88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_create_runtime_spdx_setscene.88781bce42f304bd2acb26ccdaef1ecdef3e9703b12c6f0ae978f8a8f93aa93a not available\nNOTE: Running setscene task 3130 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_package_qa.25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_package_qa_setscene.25ee274df2311cda761f3ca8eb54250ac049499272cd6fa013b25ef09405dc12 not available\nNOTE: Running setscene task 3131 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_package_write_rpm.93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_package_write_rpm_setscene.93189c52e662a53bcd9e9108f3f1bdb99862019b89ad1aa83f0d3888f348dffc not available\nNOTE: Running setscene task 3132 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevdev/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_populate_lic.17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_populate_lic_setscene.17ebba88afb077ab0e214665f2cf27dc2755c40b33f850eb581965aa96a5f248 not available\nNOTE: Running setscene task 3133 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gpgme/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gawk/5.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_runtime_spdx.74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_runtime_spdx_setscene.74b533d364d884da6daadd61397a4a0b511f57bcb5b1b86b0f6b6a783e5e6bd1 not available\nNOTE: Running setscene task 3134 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevent/2.1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevent/2.1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevent/2.1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevent/2.1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_packagedata.5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_packagedata_setscene.5bb42bdef945ef043c35e261fde5e75b18085caa2eafeaab4bdbb4223524b167.qemux86_64 not available\nNOTE: Running setscene task 3135 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_spdx.3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_spdx_setscene.3fed120e6c8fb58ea5a9d2739951e9a5f46f4e65e8de3febcb15899c3aa3d195 not available\nNOTE: Running setscene task 3136 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdaemon/0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_qa.f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_qa_setscene.f1b62ff099454e7afd102c05dc052baa481988a0f04ee8e605f4f8e59c78c00f not available\nNOTE: Running setscene task 3137 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_rpm.4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_rpm_setscene.4bc6c174e3623d08a9698fb0ca0f60f8a29c632e0be951e98f2170a46e76a39a not available\nNOTE: Running setscene task 3138 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_lic.46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_lic_setscene.46915e5406af2de906f0e62e82642aef9c85470ef8a686263e7f8520223042bf not available\nNOTE: Running setscene task 3139 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevdev/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libexif/0.6.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libexif/0.6.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libexif/0.6.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:43)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libexif/0.6.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libffi/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_packagedata.e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_packagedata_setscene.e9faa8f46724d50b90ff3a1a0aa8365251ac48c194599d19e066797aa9dbea65.qemux86_64 not available\nNOTE: Running setscene task 3140 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libffi/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libffi/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_packagedata.1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_packagedata_setscene.1c8d0e32be604a7fca5233711090a46f8f08d269ec1c9e967096c79209bb1b4a.qemux86_64 not available\nNOTE: Running setscene task 3141 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_runtime_spdx.efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_runtime_spdx_setscene.efbbe28e04c70bed199fbdd029fbfcb5d9cd3a4db0b2e34f31572c1db2b408b2 not available\nNOTE: Running setscene task 3142 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_qa.a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_qa_setscene.a3dd709b3b943d95e9499df9d82e0277b37d3542b823864b3891e454a31845eb not available\nNOTE: Running setscene task 3143 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_rpm.c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_rpm_setscene.c5c5e2cb5b9b2be182d37a5ef53b7fd69825bf31f06530ad196015af0152d181 not available\nNOTE: Running setscene task 3144 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_lic.e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_lic_setscene.e0eafe84ba9c5bcdcd29e6e1477d3d6d2f020fd6fff74324aa9b3233e177141a not available\nNOTE: Running setscene task 3145 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libffi/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_runtime_spdx.aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_runtime_spdx_setscene.aecd068de67f59c6b9bf7f26f0a9b509daf08984f919cb153ab74c401d77d538 not available\nNOTE: Running setscene task 3147 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_qa.b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_qa_setscene.b2d2fcae429e678b26b5896968ee01cc041e44f1fed04ba2720f92b1f90c61ca not available\nNOTE: Running setscene task 3148 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_rpm.2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_rpm_setscene.2e1109fc2944e9b0d44dbd61f97f34d831c0d3fb3fdb0c0cde7b2dcb654cde03 not available\nNOTE: Running setscene task 3149 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_lic.8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_lic_setscene.8be474d57400da3ce32d25bd9567a135ce3a6d06c35f4b5579f39ed7863eda53 not available\nNOTE: Running setscene task 3150 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm-extra/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_create_runtime_spdx.adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_create_runtime_spdx_setscene.adeb62f72800ef384b72329ed4ac14661200450f39bcbe28353faea4be8d1271 not available\nNOTE: Running setscene task 3151 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevent/2.1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm-extra/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm-extra/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm-extra/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gawk/5.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['gawk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['gawk', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gawk', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gawk', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_recipe_qa.924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_recipe_qa_setscene.924ffd4845f89283a71d4ae8583ef9b84009d9b56ec94d3a5c55d3daad3e26a6 not available\nNOTE: Running setscene task 3154 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_packagedata.509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_packagedata_setscene.509bebad639bed6bb9b25072548ea98f1f71a6259291527229a8a57b41209da2.qemux86_64 not available\nNOTE: Running setscene task 3155 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_package_qa.3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_package_qa_setscene.3390ff9270bb1a46b9548649bea017448e4503f233fe975fa67db8465158d82e not available\nNOTE: Running setscene task 3156 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_package_write_rpm.173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_package_write_rpm_setscene.173328fa73b647e0c6c16247550ce86a2d99d30cd9504b099fe456c5841bd5ec not available\nNOTE: Running setscene task 3157 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_populate_lic.405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_populate_lic_setscene.405dac648f57ba157557345eb87f1eef4114a7739f905ea4ad5903073455c24a not available\nNOTE: Running setscene task 3158 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdaemon/0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevdev/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:43)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['libdaemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcrypt/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcrypt/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libdaemon', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcrypt/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libdaemon', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libdaemon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_recipe_qa.19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_recipe_qa_setscene.19b6e23d49c4ada789828bb1da85476e173cda6d8cc58a5b3cc8dbb42d15adb9 not available\nNOTE: Running setscene task 3161 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcrypt/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libevdev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['libevdev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libevdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_recipe_qa.1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevdev/1.13.1.do_recipe_qa_setscene.1464d5491dfc2c5fe447a4761fde3640a514b2c1378f44f53c6996a721a66158 not available\nNOTE: Running setscene task 3164 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_spdx.15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_spdx_setscene.15c4fabcaec628758cced6451d0a8636808f5e194c6ec44ac317d8a79c0ed556 not available\nNOTE: Running setscene task 3165 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_create_runtime_spdx.7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_create_runtime_spdx_setscene.7fcb18a2542e782525cda3bf1c8e563f94e1f252903cadf98933b37e78caf87e not available\nNOTE: Running setscene task 3166 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_package_qa.117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_package_qa_setscene.117a04044d7992bcf28ab1b473cf36d234123fcb4dcde857cc79918761e3b725 not available\nNOTE: Running setscene task 3167 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_package_write_rpm.9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_package_write_rpm_setscene.9c1933085ba9d045a035b2cd2ae9172cef869a067a9ec8e7fa9b7f996d153150 not available\nNOTE: Running setscene task 3168 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_populate_lic.dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_populate_lic_setscene.dae1c46a67dd61d712be37e0fedfafcedd9c12daa33f3572fdea2904ac2aeb43 not available\nNOTE: Running setscene task 3169 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_create_runtime_spdx.482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_create_runtime_spdx_setscene.482733612a0dfa566e2a2ab3492fe12d4ee620419ad300ba329cc77bd040e9d3 not available\nNOTE: Running setscene task 3170 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_package_qa.1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_package_qa_setscene.1f2db6fa7109d5afc5a98f451a0f4dad999ee71033c276353fec1b4e0dec45ed not available\nNOTE: Running setscene task 3171 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_package_write_rpm.c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_package_write_rpm_setscene.c57b8f362765245e45124acfc26c977354394d98abef8bbaf268de6d3b8e49c3 not available\nNOTE: Running setscene task 3172 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgpg-error/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_populate_lic.1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_populate_lic_setscene.1d8f6c28bcb6f4d4e9bec877f7baf00e08e729edef034a37eea723757a9ec4f1 not available\nNOTE: Running setscene task 3173 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevent/2.1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgpg-error/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gawk/5.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgpg-error/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgpg-error/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Considering setscene task: ['libevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['libevent', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libevent', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libevent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_recipe_qa.9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_recipe_qa_setscene.9cd99ff506ca1b5c4b8cbc2d406949ecdd81cac89c3c94380724d096e32766d7 not available\nNOTE: Running setscene task 3176 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_create_runtime_spdx.0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_create_runtime_spdx_setscene.0cb503c12a8b0ae2038e788fb36f6e60c3c3c5424c44e6c1686280b83d2bfa60 not available\nNOTE: Running setscene task 3178 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_package_qa.0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_package_qa_setscene.0afbbeb69865f6fb678399d1c85056cf7d39d3f8c566103ec3b8f775e28dca92 not available\nNOTE: Running setscene task 3179 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_package_write_rpm.8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_package_write_rpm_setscene.8e0097efa88dfc40eac8783caa9fa7e85c8d542229e503b2f08879933ec1c9fa not available\nNOTE: Running setscene task 3180 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_populate_lic.9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_populate_lic_setscene.9469116e11db3f678d5cb90805dc6ad6d2938ded14866a10e05bd4cdda24760e not available\nNOTE: Running setscene task 3181 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdaemon/0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevdev/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libical/3.0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libical/3.0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_runtime_spdx.4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_runtime_spdx_setscene.4603c76c8bb662fb3b4a8e7ef96334e8ed52e2ca0b020bf80608464d503f1f04 not available\nNOTE: Running setscene task 3183 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libical/3.0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_qa.fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_qa_setscene.fba85f02e5af8566f7e2b6b64a96a367864683334960300b5c891909c5423e8c not available\nNOTE: Running setscene task 3184 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libksba/1.6.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libical/3.0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libksba/1.6.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libksba/1.6.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_spdx.92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_spdx_setscene.92d464809472256c7b728a09e251405ca9aaca1a93108b6ccb18a83f18aa2e0a not available\nNOTE: Running setscene task 3185 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_spdx.f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_spdx_setscene.f75fc1781fe05813126979095665aa4c29709cc214f44ad895bf09f01bbda8eb not available\nNOTE: Running setscene task 3186 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_spdx.ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_spdx_setscene.ea9c2b19f64762bf0e18ef42dcf67738dc98a3ab49eb9b57d9868a6e42bc6d98 not available\nNOTE: Running setscene task 3187 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_packagedata.552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_packagedata_setscene.552c4bf4cd1433a14d69dfbf013414d8da5d246de3a2cc6741be9e98ff81c78f.qemux86_64 not available\nNOTE: Running setscene task 3188 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_create_spdx.e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_create_spdx_setscene.e9f31af7dee0638db6ebcf58525c1c58211077c8b6dd06251037b003d36d8f6b not available\nNOTE: Running setscene task 3189 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_rpm.9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_rpm_setscene.9cf31fb6f42ec57fd35d8e587f3226810e1062d1d23d1cd31f0b5cbe13052dfa not available\nNOTE: Running setscene task 3190 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libksba/1.6.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_lic.e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_lic_setscene.e66d21d4e10743f7fc3c9281352f275ca329bb5fd453ed52a9d06443f5a285a9 not available\nNOTE: Running setscene task 3191 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_runtime_spdx.fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_runtime_spdx_setscene.fe715b4a6effbaf44b5ef09933aa1f1fe39f3f20da5a6c7b436f434f18e17a0d not available\nNOTE: Running setscene task 3193 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmicrohttpd/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmicrohttpd/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_qa.e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_qa_setscene.e70e56b56134140cca6eeab8f4aac791a00f9d63737bc72639d3fe0893765a48 not available\nNOTE: Running setscene task 3194 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libevent/2.1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmicrohttpd/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmicrohttpd/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_create_spdx.aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_create_spdx_setscene.aeb10e9d9bf3e219d795b847ac420a9a1846421d9c60ba4cef38716deb22ea50 not available\nNOTE: Running setscene task 3195 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_rpm.58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_rpm_setscene.58d66a3d7fc89173984c10390522b171c40ca79bc5ba3811c5862b0e20b2fdd1 not available\nNOTE: Running setscene task 3196 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_lic.14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_lic_setscene.14871daf280e85f00c8d838dbd5299dc3b26a2b8a25c8dec4fd61a1f45bf00bc not available\nNOTE: Running setscene task 3197 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['iw', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmpc/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmpc/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_create_runtime_spdx.0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_create_runtime_spdx_setscene.0d0ac05e44f56ddba497698393a91f7ffb9903fec4afd761821a4806be184e9c not available\nNOTE: Running setscene task 3199 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_package_qa.3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_package_qa_setscene.3c073dd39f3ab31161846e55297f585bf6684e1d05c2c6fb08b9f35ff7412fe7 not available\nNOTE: Running setscene task 3200 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_spdx.5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_spdx_setscene.5b20c73651166483475ae0b0fe7f6b22527d093c8291a9c385d4e7325342d793 not available\nNOTE: Running setscene task 3201 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/menu-cache/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/desktop-file-utils/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_package_write_rpm.d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_package_write_rpm_setscene.d8219a8318feedfff8b3ed8478872aeaeefd6f7d002309a4a7f9e1e1e21406f9 not available\nNOTE: Running setscene task 3202 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libksba/1.6.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmpc/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libexif/0.6.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmpc/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnl/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_spdx.e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_spdx_setscene.e4e25dd66185b4315939c42ae31306d0a4a4363fa49852ab21ffcdfc33dc698a not available\nNOTE: Running setscene task 3203 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_packagedata.93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_packagedata_setscene.93400700458720543c89423f4baf93cc5d7af9b32fb5f9355584f9a6517ae6c7.qemux86_64 not available\nNOTE: Running setscene task 3205 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['desktop-file-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_packagedata.4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_packagedata_setscene.4bf0716478c43a51f8da397bc765ca7f7ca4c6f0372f8af45f423d809325468e.qemux86_64 not available\nNOTE: Running setscene task 3207 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['menu-cache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_create_spdx.191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_create_spdx_setscene.191b55668a39a3bfecb3ce9f979d7000f63550debefb5d7cb47d3930a8b0c7bd not available\nNOTE: Running setscene task 3209 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnl/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_packagedata.c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_packagedata_setscene.c72b12cd0b4e5a7c5a23ad5514f6490b093a9cc56c46b935026148067ad264a0.qemux86_64 not available\nNOTE: Running setscene task 3210 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb (full)\nDEBUG: Considering setscene task: ['libexif', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libexif', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Considering setscene task: ['libfm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:3: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: Considering setscene task: ['libfm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libfm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_recipe_qa.4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_recipe_qa_setscene.4d662c2ec6f5882581d7623e5af353b93b8270c6a1f90ba91f49b32b0f366665 not available\nNOTE: Running setscene task 3213 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_packagedata.c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_packagedata_setscene.c35fc8d1bfd4e66300e361fb74031d91a4f0eaa0bc3f3f2083ad8cd7de005f01.qemux86_64 not available\nNOTE: Running setscene task 3214 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmicrohttpd/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_spdx.578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_spdx_setscene.578020ff99cc3d9b14cc6a78d8654179d9828ae25d4b4c9484ba6fd624bfe533 not available\nNOTE: Running setscene task 3215 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_populate_lic.c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_populate_lic_setscene.c089c5fb42941bd51b215544515384eebdfb2eb301e7630275808d49412f6179 not available\nNOTE: Running setscene task 3216 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnl/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre2/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre2/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:6: including recipes-kernel/linux/cve-exclusion.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:7: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnl/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime-xdg.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_spdx.9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_spdx_setscene.9b68259a74945f07700324901693a2a2f9ebe57156345cc7baf82c600ff15781 not available\nNOTE: Running setscene task 3217 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_spdx.6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_spdx_setscene.6fa705668eeede2b92593996a96c4f0a30b7c2e3f36a00ba4a767ed381e55df7 not available\nNOTE: Running setscene task 3218 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_packagedata.3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_packagedata_setscene.3bf415c31fe09adfb53438e5e3347f4fbb299ab4016170914015a57c7fd9bdc6.qemux86_64 not available\nNOTE: Running setscene task 3219 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_runtime_spdx.db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_runtime_spdx_setscene.db92669015bf678e62aa8cd0e8afc5e9c9d4c4ef25d19cdfd5bbde6d59dd80da not available\nNOTE: Running setscene task 3220 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmpc/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_qa.5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_qa_setscene.5e62defaac8475777b7b81befa9d06918ebfdc0177b4272110ac28962fc1ebfa not available\nNOTE: Running setscene task 3221 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre2/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_write_rpm which could be accelerated\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_packagedata.78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_packagedata_setscene.78c2f0b9c0e5ded4b4c68308af99321f8101b4413f24d67a9dd1f56486930c8a.qemux86_64 not available\nNOTE: Running setscene task 3222 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_rpm.c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_rpm_setscene.c80d34d9bbfd158cebbc785e71455ee363166f0fce15b9e49591e58723e94911 not available\nNOTE: Running setscene task 3223 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm-extra/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/desktop-file-utils/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/menu-cache/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['desktop-file-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libexif/0.6.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['desktop-file-utils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['desktop-file-utils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['desktop-file-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_recipe_qa.a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_recipe_qa_setscene.a9a128387601ede696a2637259f8b91371de3212adec3e8a048283a95a2d7042 not available\nNOTE: Running setscene task 3226 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libksba/1.6.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['menu-cache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['menu-cache', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre2/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['menu-cache', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['menu-cache', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_recipe_qa.af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_recipe_qa_setscene.af26a9ea16632ef0a91ce5a3b14ee9d977f291c20f94c7a39d79bb5ca94943c8 not available\nNOTE: Running setscene task 3229 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnl/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libexif', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libexif', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libexif', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['libexif', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_spdx.13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_spdx_setscene.13dbff085b886c176c8addc52bdea277e1289ce83fb094dbb4860ff60a0b33dc not available\nNOTE: Running setscene task 3232 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libexif', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libexif', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libexif', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_recipe_qa.a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_recipe_qa_setscene.a2408d35ab7ee6e37bd81479d9d3522e02bc73b3e9fd4bc2144aaacee4759789 not available\nNOTE: Running setscene task 3233 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_packagedata.8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_packagedata_setscene.8bef3d3370fffe463fb13a36e7df9f30b5c16e6780940d79ba8444ff64661112.qemux86_64 not available\nNOTE: Running setscene task 3234 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libfm-extra', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Considering setscene task: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libksba', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libksba', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libksba', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/file/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Considering setscene task: ['libksba', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libksba', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_recipe_qa.f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libksba/1.6.5.do_recipe_qa_setscene.f97f0324a1f446791ea05a0dd16dc9e9025174cce29c2d62b37fb574616f4783 not available\nNOTE: Running setscene task 3238 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_packagedata.939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_packagedata_setscene.939a0ab11527e5bd3bdd30bc607de002c271caba6e82ce9f6ad072fa7d4a029b.qemux86_64 not available\nNOTE: Running setscene task 3239 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_lic.78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_lic_setscene.78e250c94e959eb88e733181fb6245d036527d63f5422ac10cd521e3520bf331 not available\nNOTE: Running setscene task 3240 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcrypt/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre/8.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libpcre', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['slang', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['slang', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre/8.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_runtime_spdx.23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_runtime_spdx_setscene.23cdf2e4c2aac123e2335e3cf3dc173b77814d1c53c264a215807cc13a64bed8 not available\nNOTE: Running setscene task 3242 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmicrohttpd/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.12+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_spdx.893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_spdx_setscene.893bee02c63e4f1be556ca6d39aeda355fc6c8780bf507193e5613b737871ad8 not available\nNOTE: Running setscene task 3243 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_packagedata.1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_packagedata_setscene.1f74c6dc0061e0ff35fbfa4a53b86f2054af49e41adc0a8ea46093176a019155.qemux86_64 not available\nNOTE: Running setscene task 3244 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmpc/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_packagedata.84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_packagedata_setscene.84eafbf3719f54df9eaff6ebf7a4735efb609f258263fffa979fe09340c36585.qemux86_64 not available\nNOTE: Running setscene task 3246 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:3: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre/8.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_packagedata.b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_packagedata_setscene.b5884ab3d83263e94cd7144540bb9e365855d979a62edcc334d837115aa9b47e.qemux86_64 not available\nNOTE: Running setscene task 3248 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Considering setscene task: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: Considering setscene task: ['libmicrohttpd', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Considering setscene task: ['libmicrohttpd', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libmicrohttpd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_recipe_qa.df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmicrohttpd/0.9.77.do_recipe_qa_setscene.df0852795edd64f68782b0c54a6c9a2931f274e001c8b5ade2b61f74bdc32aad not available\nNOTE: Running setscene task 3251 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:6: including recipes-kernel/linux/cve-exclusion.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:7: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libmpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Considering setscene task: ['libmpc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/desktop-file-utils/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['libmpc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libmpc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_recipe_qa.a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_recipe_qa_setscene.a8ca6efe685535c837a8cdcf48467a857e6bc38497aa81f3af370e7ced352e75 not available\nNOTE: Running setscene task 3254 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_spdx.5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_spdx_setscene.5345bfea3d4e10cd4b9c708ec3785f67f60d0ba5c68dc2a62b318c9fca497cfa not available\nNOTE: Running setscene task 3255 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/menu-cache/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcheck/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm-extra/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_qa.99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_qa_setscene.99b3956330c3f9052c3dfcbc2206e57159350a6c4c60c983eb202eea3e372bf3 not available\nNOTE: Running setscene task 3256 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx which could be accelerated\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libexif/0.6.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_rpm.68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_rpm_setscene.68e649ab1b8e1bc1c5252f2e3ca63ae0143451683e31a7b11e853b29860bc5ec not available\nNOTE: Running setscene task 3257 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libksba/1.6.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb (full)\nDEBUG: Considering setscene task: ['libfm-extra', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libfm-extra', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libfm-extra', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_recipe_qa.b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_recipe_qa_setscene.b34e56f77a099023adba495b5e72faab59b9bbbd8861914975f6c546845ae9df not available\nNOTE: Running setscene task 3260 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_lic.00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_lic_setscene.00cb6ae54cc09258946e014c84342a1f16f143880a7268dec444dc95d5788d89 not available\nNOTE: Running setscene task 3261 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_runtime_spdx.3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_runtime_spdx_setscene.3259ba81fd12571feb64cff65d272c7da6916ac847f96365b51c68639437e1f4 not available\nNOTE: Running setscene task 3262 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_qa.a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_qa_setscene.a00222fad18f66129e913417217e86722097e53f222ce0f3a0f2e276c90a92c0 not available\nNOTE: Running setscene task 3263 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnl/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre/8.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/make/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpsl/0.21.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_packagedata.18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_packagedata_setscene.18b6dcc2891a837d0e76b0640981af919d03a8e2d3ebc6207de35c21b37deade.qemux86_64 not available\nNOTE: Running setscene task 3264 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/file/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_packagedata.3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_packagedata_setscene.3fe84d90f928573387a20b2e032b1e9adcc85ac5a1e66e01bfe0bf160ad295e8.qemux86_64 not available\nNOTE: Running setscene task 3266 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcrypt/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Considering setscene task: ['file', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmicrohttpd/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['file', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['file', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_recipe_qa.dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/file/5.45.do_recipe_qa_setscene.dce2b12deb25a42836a2d59b95efad69035aa2e5e8a06c30b9321d2aec09620c not available\nNOTE: Running setscene task 3269 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Considering setscene task: ['libcheck', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libmpc/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Considering setscene task: ['libgcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Considering setscene task: ['libgcrypt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libgcrypt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libgcrypt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_recipe_qa.bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_recipe_qa_setscene.bc43bffa4f7bd39cdebda8df42c4cf00de0dd8c2ef9ef1cdd1853883a4683edd not available\nNOTE: Running setscene task 3273 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Considering setscene task: ['libnl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libnl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libnl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_recipe_qa.bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_recipe_qa_setscene.bf44736901cc52f9e32265a8ec8c908e4cc7f751b9cb8bcf0f4e4996fc76f031 not available\nNOTE: Running setscene task 3275 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre/8.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_rpm.fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_rpm_setscene.fee6df84f4c209916261dc2b3f7f0ec3c7d48d7643f62db207612ab05041d7f6 not available\nNOTE: Running setscene task 3276 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_lic.b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_lic_setscene.b87b1f5b0e64947b1fe33ef8241816b679b06e1d5bbb4eafa0f5ff6aff518189 not available\nNOTE: Running setscene task 3277 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_runtime_spdx.f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_runtime_spdx_setscene.f97a9b11c3aad989bd96d827b7887bb1d19a5d644df17e181500c76d18e4ef65 not available\nNOTE: Running setscene task 3278 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.12+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpsl/0.21.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpsl/0.21.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libfm-extra/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpsl/0.21.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libseccomp/2.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libseccomp/2.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['linux-yocto', 'do_shared_workdir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_shared_workdir\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_shared_workdir which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_create_spdx.5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_create_spdx_setscene.5c742f541997cbb59da055b406efe1509e5e0638e804099582366adeeb87c9c1 not available\nNOTE: Running setscene task 3281 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['linux-yocto', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['kern-tools-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_shared_workdir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['busybox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['kern-tools-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_deploy', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['kern-tools-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['kern-tools-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG:   considering dependency: ['kern-tools-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG:   considering dependency: ['kern-tools-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG:   considering dependency: ['kern-tools-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG:   considering dependency: ['kern-tools-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG:   considering dependency: ['kern-tools-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb (full)\nDEBUG: Considering setscene task: ['linux-yocto', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_shared_workdir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['linux-yocto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_recipe_qa.ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.12+git.do_recipe_qa_setscene.ae6ea4eb3c0298d26a78e6946baf614e0765ac1c1a78ab0f3a15e29b243f0457 not available\nNOTE: Running setscene task 3286 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/make/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_packagedata.499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_packagedata_setscene.499946a951408ffca2e9c3aa448c72f39e1b534f45c2c1f0f6446f889d72efee.qemux86_64 not available\nNOTE: Running setscene task 3287 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_qa.ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_qa_setscene.ace97ed696817464b8757d5e3e643ac30c62471b0c69bb23e4e0fb2c3f5da5c3 not available\nNOTE: Running setscene task 3288 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_rpm.7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_rpm_setscene.7c589aebac3fbc033d836b675b8a98697ac4983d5fb5bd16cccd240a79313933 not available\nNOTE: Running setscene task 3289 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_lic.97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_lic_setscene.97ce9317ee6ef7437e301b3e63cc8d2f69792ee7338bf20065321006c8f4564e not available\nNOTE: Running setscene task 3290 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:115)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['make', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcheck/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:169)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['make', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:3: including recipes-kernel/linux/linux-yocto.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:48)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['make', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['make', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_recipe_qa.12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_recipe_qa_setscene.12aa6cf04d61c0cc74d403d391a3687b00d07fd0b92ce28d673193d7e8da8d5d not available\nNOTE: Running setscene task 3293 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libcheck', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/file/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-module-split.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:211)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libcheck', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:696)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:812)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-artifact-names.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:875)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Considering setscene task: ['libcheck', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libcheck', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_recipe_qa.5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_recipe_qa_setscene.5e68ad5ee4bd37a8c122df4d90f916fec3efc2049c432a84bce6cfd661a841da not available\nNOTE: Running setscene task 3296 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:6: including recipes-kernel/linux/cve-exclusion.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:7: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcrypt/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_runtime_spdx.2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_runtime_spdx_setscene.2cdd167d29689baf5b2d2adfb4060a9a11d5043cafe800e00e97231aae0bec35 not available\nNOTE: Running setscene task 3298 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_qa.2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_qa_setscene.2528dd6c0f8e553658abfc5a2083fa5cdbdbd04b98721c0f016b2e3e295e8cfb not available\nNOTE: Running setscene task 3299 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_rpm.7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_rpm_setscene.7fccdb69cdad7730432f934fac84a9cfae07122e6d9c7feda62ee66defdf288a not available\nNOTE: Running setscene task 3300 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libseccomp/2.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libseccomp/2.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnl/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup-2.4/2.74.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:174)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_spdx.bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_spdx_setscene.bec95b64470fdbb1ab5717a45ed131d16055fd5a916e34f4f1a5b812f70e5fba not available\nNOTE: Running setscene task 3301 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_lic.a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_lic_setscene.a5a68efa0a8155a4bc1fb17e456793c5dab8dcf521a69b50999895e6e6ef9b37 not available\nNOTE: Running setscene task 3302 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_runtime_spdx.aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_runtime_spdx_setscene.aec52990a4455968fc165907c4732229345970601480b32f1d23516e9eccc306 not available\nNOTE: Running setscene task 3304 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_qa.b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_qa_setscene.b16af65fe312425cfef30dcc776d2bf7fcd0ab44ebe1067d9737a91ac30f4a7a not available\nNOTE: Running setscene task 3305 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_rpm.4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_rpm_setscene.4ac84ad9956a0e5372709c03f57c94fe72df5decb9a96be2e97f6f9e299c6bea not available\nNOTE: Running setscene task 3306 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/coreutils/9.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre/8.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/make/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup-2.4/2.74.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup-2.4/2.74.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_packagedata.c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_packagedata_setscene.c810089162f296881cf92fe292ca4f0bb6b2620137cdf5d526a14263f8321dc9.qemux86_64 not available\nNOTE: Running setscene task 3307 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup-2.4/2.74.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_create_spdx.3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_create_spdx_setscene.3499156269749c4cf6a85949e1fa0f88fb74e0765a43e373121a64cc67057cbb not available\nNOTE: Running setscene task 3308 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_create_spdx.576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_create_spdx_setscene.576a10eba25719b65f72a10134ae41003d1b398fb36640c36821ee8728e887db not available\nNOTE: Running setscene task 3309 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libpcre', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: Considering setscene task: ['libpcre', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpcre', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_recipe_qa.17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_recipe_qa_setscene.17fa8c855ffa1cb62e01f844e6b9ed19da42cb4b692f170e52e51a5827652b6b not available\nNOTE: Running setscene task 3312 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcheck/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:115)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_lic.db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_lic_setscene.db579c9dbf7bdb3b0ae40335307fa78e8714c069cd797fd18e0ecb3219662614 not available\nNOTE: Running setscene task 3313 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:169)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_create_runtime_spdx.dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_create_runtime_spdx_setscene.dded4e6dfd522e4d886e75805809ead43b57a592279ee62c3c266f1d5632cb22 not available\nNOTE: Running setscene task 3315 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_package_qa.f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_package_qa_setscene.f2ecf757c3bc8065365c6eeaf1a2b00f59909c866833919b5d0bd23d112b834d not available\nNOTE: Running setscene task 3316 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:35)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.12+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_create_spdx.6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_create_spdx_setscene.6878274ac2c43ab6927b46bf87d1a41ca71ded7bf4c91cd927969a92583443f2 not available\nNOTE: Running setscene task 3317 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_spdx.f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_spdx_setscene.f0a2f6a60d4f1f420e450292831f5719a7ff2a601dc2508ffd71c1d336d8cf49 not available\nNOTE: Running setscene task 3318 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_package_write_rpm.e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_package_write_rpm_setscene.e311de6db823eab210dfc551302180bfa7292f686a807d97ee308d7cf3f1fc52 not available\nNOTE: Running setscene task 3319 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libssh2/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup-2.4/2.74.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libssh2/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libssh2/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_create_spdx.f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_create_spdx_setscene.f3be73a55e1408261853b343d3a771df9546b51838fdaa924d38a8c4ef568c81 not available\nNOTE: Running setscene task 3320 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_create_spdx.2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_create_spdx_setscene.2fa705196ecbb9d3c51340666ce4d58f2ef87d9bb9a86c5d02ed51e933b5fd74 not available\nNOTE: Running setscene task 3321 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_create_spdx.63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_create_spdx_setscene.63741d150e590594432a5acb45de15c8aa705eb5bbf2270bbb6903219f7202cb not available\nNOTE: Running setscene task 3322 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_packagedata.6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_packagedata_setscene.6974e8c135c816c717b53a710c1fbc4b51eee0c6014bd964dad44bde4acbcd75.qemux86_64 not available\nNOTE: Running setscene task 3323 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_spdx.e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_spdx_setscene.e34cce1e08a55848b85d5c7738da56bdcacf72027f36dd42abcfa6e90e99339a not available\nNOTE: Running setscene task 3324 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_populate_lic.fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_populate_lic_setscene.fb93cea58ab2ad421846850eaee8fb6307e97250546ad66a55fffa45e8d2e42b not available\nNOTE: Running setscene task 3325 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:1: including glibc-locale.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:1: including glibc-collateral.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:92)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass:97)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend:2: including test_recipe.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/acl/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_runtime_spdx.fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_runtime_spdx_setscene.fc818a9b5265281fa200b49b9f1efb8e468f39ab62364e1001356a95163ad38a not available\nNOTE: Running setscene task 3326 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/coreutils/9.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunistring/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libssh2/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunistring/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre/8.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Considering setscene task: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['coreutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['coreutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['coreutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_recipe_qa.d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/coreutils/9.4.do_recipe_qa_setscene.d69125fe9b1af6a1f33b673970a876a2a3c9158e35c423ab5b3c098fd81a8186 not available\nNOTE: Running setscene task 3329 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_packagedata.810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_packagedata_setscene.810c4e4d5463b56a2fd0f632eec8b950a7e6dd01ce3df0ad8a49196e48dde995.qemux86_64 not available\nNOTE: Running setscene task 3330 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['tar', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunistring/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_packagedata.864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_packagedata_setscene.864a9a14bb94ad2643fb5012d4a82360c628e73227e0485c8ebc9de81063257a.qemux86_64 not available\nNOTE: Running setscene task 3332 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_qa.d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_qa_setscene.d9b03f6b649c146caeb7a7c1e6fc7a5d6cf5cc220f5bdcaafd430ecd039d0705 not available\nNOTE: Running setscene task 3334 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_rpm.c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_rpm_setscene.c94292437e531d641ebf22ded5a97a16a9d598b8b8eb4003deefa72c1c308297 not available\nNOTE: Running setscene task 3335 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:115)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_spdx.f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_spdx_setscene.f96449e9ba9cf6b23a14f495a5c3a0bd24a9539e5f9d20766ce86a5fe4b7df69 not available\nNOTE: Running setscene task 3336 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-networking/2.78.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:169)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_packagedata.7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_packagedata_setscene.7fccfc7d416276d2a030ec0179215029e598851248167395a5c4a9d10f49b6fd.qemux86_64 not available\nNOTE: Running setscene task 3337 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_packagedata.77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_packagedata_setscene.77445292d865477e03d22070f286e67d855f04c0a268ac92e470288a37dd0827.qemux86_64 not available\nNOTE: Running setscene task 3338 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-locale/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_lic.e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_lic_setscene.e9c01b616d9402ea76a5a6a9467ee0a076b6b55dadea4c876f3898488e611142 not available\nNOTE: Running setscene task 3339 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/man-db/2.12.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunistring/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libssh2/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup-2.4/2.74.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_create_spdx.d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_create_spdx_setscene.d3394721396a2e107e94cd37c023d29256d59869ab45329424e900a1b1ed443a not available\nNOTE: Running setscene task 3340 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssh/9.5p1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_packagedata.4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc-locale/2.38.do_packagedata_setscene.4f798a78dca81e7b3be4792cfaca182b459e505a97b0f449ec347652a41bc260.qemux86_64 not available\nNOTE: Running setscene task 3341 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_spdx.45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_spdx_setscene.45970f3aa3e6ffd32292bc676e10dd7074608b8a0146bebf90e1a2f2b12ba1cc not available\nNOTE: Running setscene task 3342 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_packagedata.11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_packagedata_setscene.11234e6f215144619987de17a6d844e16fb147f5f71ca9b7972c0561db26f087.qemux86_64 not available\nNOTE: Running setscene task 3343 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunwind/1.6.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_packagedata.74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_packagedata_setscene.74b102782fccd39db22243020493823ebe8d966c2c4c07241a7adb99fa9f55c7.qemux86_64 not available\nNOTE: Running setscene task 3345 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:11: including glibc-version.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:1: including glibc-locale.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:1: including glibc-collateral.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:92)\nDEBUG: Considering setscene task: ['libsoup-2.4', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Considering setscene task: ['libsoup-2.4', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libsoup-2.4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_recipe_qa.4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_recipe_qa_setscene.4c2328068e350c20a1d60e0d0478cb49b5110645ab0550959ee9bb5ace9adadb not available\nNOTE: Running setscene task 3347 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/libc-package.bbclass:97)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_packagedata.1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_packagedata_setscene.1769df8e3bc53bf734bc51b3244a51ccff9b9c231b0a1d861b2b797c26de2b48.qemux86_64 not available\nNOTE: Running setscene task 3348 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend:2: including test_recipe.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb (full)\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/acl/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunwind/1.6.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunwind/1.6.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/coreutils/9.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['acl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpsl/0.21.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['acl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['acl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_recipe_qa.930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/acl/2.3.1.do_recipe_qa_setscene.930f9fb768199fbc6b8fe6e63a09e5050fb433ebd1d10e277719d69a976906ba not available\nNOTE: Running setscene task 3352 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libcap', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libcap', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libcap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_recipe_qa.d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap/2.69.do_recipe_qa_setscene.d116e33d1f40a307611cc0870fe242431aa76422d00533b5399f2360880a0611 not available\nNOTE: Running setscene task 3354 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunwind/1.6.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_spdx.b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_spdx_setscene.b811e17fb00c2a7aff3c5a99d4188138b1a10ea304e25ef49d28e5eeb6c993b8 not available\nNOTE: Running setscene task 3355 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cross-localedef-native/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_packagedata.cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_packagedata_setscene.cb9691c1ab069a064916d9a710e38c3547259ce24f79c013b8b132002e09d1dd.qemux86_64 not available\nNOTE: Running setscene task 3357 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-networking/2.78.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb (full)\nDEBUG: Considering setscene task: ['libpsl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb (full)\nDEBUG: Considering setscene task: ['glib-networking', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['glib-networking', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['glib-networking', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_recipe_qa.e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.0.do_recipe_qa_setscene.e924cac1601bb8f0410134364c6b1b41c57469cffbfd8aa54bef5e7726d13b00 not available\nNOTE: Running setscene task 3361 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libsoup', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libsoup', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libsoup', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_recipe_qa.ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_recipe_qa_setscene.ab3fac01081816b19cf05d36e12a54592b3d1867eb05df738e3de0ea196a5f15 not available\nNOTE: Running setscene task 3363 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpipeline/1.5.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Considering setscene task: ['libunwind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_runtime_spdx.bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_runtime_spdx_setscene.bc90fbef376a45b06e2b7da9403ce332a1d4e64bde9095a8a30602df454cba6c not available\nNOTE: Running setscene task 3365 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_qa.2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_qa_setscene.2756116dd27513af56f554cefe96b07cd51e426e553abf9a492f3a374572fd24 not available\nNOTE: Running setscene task 3366 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc-locale/2.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/man-db/2.12.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_rpm.bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_rpm_setscene.bb1653625d7aed26b91b9029c7bd7021338a68016a1346e8f35c739eda901229 not available\nNOTE: Running setscene task 3367 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['man-db', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['man-db', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Considering setscene task: ['glibc-locale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_populate_sysroot.62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_populate_sysroot_setscene.62956aede034236444ba8a2c711e502ab21852383756199b7b18bf4fd34b2445 not available\nNOTE: Running setscene task 3370 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['glibc-locale', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_packagedata.ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_packagedata_setscene.ffae714ab05e6ac07526ea1a9b93e9d870a89d43ccde570909459c6a7b22c6c2.qemux86_64 not available\nNOTE: Running setscene task 3372 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libssh2/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libpipeline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup-2.4/2.74.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['man-db', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['man-db', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['man-db', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['man-db', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_recipe_qa.2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/man-db/2.12.0.do_recipe_qa_setscene.2c658742739c96cd93a5c55717543b875b510772cbe624524a19b2826edadccf not available\nNOTE: Running setscene task 3375 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb (full)\nDEBUG: Considering setscene task: ['libssh2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:11: including glibc-version.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssh/9.5p1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libssh2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libssh2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libssh2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_recipe_qa.7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_recipe_qa_setscene.7f08806123adbffb2a2bd3e9e95a0735e98b1bb771e2dd277466c058207aae5c not available\nNOTE: Running setscene task 3378 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:23)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/man-db/man-db_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Considering setscene task: ['openssh', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['openssh', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['openssh', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_recipe_qa.99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssh/9.5p1.do_recipe_qa_setscene.99262d3825f2bcc74420c96a7facdc08a14356c0ec15294e61cac33c156b9691 not available\nNOTE: Running setscene task 3381 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_lic.0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_lic_setscene.0221fb38621b0ab0ce795e341fbed6fb0f7b2b93b5b2d8359e7850b9d4827a73 not available\nNOTE: Running setscene task 3382 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['liburcu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_create_runtime_spdx.a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_create_runtime_spdx_setscene.a59a1f101604662c68a96ae8a959162ce7c94ca8d40c865e5a9750be548a35a9 not available\nNOTE: Running setscene task 3384 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_package_qa.304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_package_qa_setscene.304b6ae55cf62276ff5b0dac315e7fefb8dc63c5fa8859702ae0beda2c76eaef not available\nNOTE: Running setscene task 3385 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/acl/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunwind/1.6.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:44)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:55)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpsl/0.21.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_spdx.e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_spdx_setscene.e77eaec188f2fce357e4c12939f88ae1d2c34bc00fe76cd6ba090aa1a0d70c68 not available\nNOTE: Running setscene task 3386 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libpsl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liburcu/0.14.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libpsl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpsl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_recipe_qa.1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_recipe_qa_setscene.1a04c8bc43f08de026e8712a1bec76256546916ae631c5b6c608676f61a97bec not available\nNOTE: Running setscene task 3389 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cross-localedef-native/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_packagedata.ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_packagedata_setscene.ff5167daa1ea34f86c3dafd026ca36a9047487cedc2e8521d302e309f05632c9.qemux86_64 not available\nNOTE: Running setscene task 3390 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsoup/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liburcu/0.14.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liburcu/0.14.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-networking/2.78.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpipeline/1.5.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['cross-localedef-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cross-localedef-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG:   considering dependency: ['cross-localedef-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG:   considering dependency: ['cross-localedef-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG:   considering dependency: ['cross-localedef-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG:   considering dependency: ['cross-localedef-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG:   considering dependency: ['cross-localedef-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['cross-localedef-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_recipe_qa.396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cross-localedef-native/2.38+git.do_recipe_qa_setscene.396ed373e73b2d3803e2aa0c3a4cff3b4f7d7498b586789fdd2c258fa8fd4a98 not available\nNOTE: Running setscene task 3392 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libpipeline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libpipeline', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/man-db/2.12.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libpipeline', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpipeline', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_recipe_qa.3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_recipe_qa_setscene.3543a4a00595273406ad04f0badf99d8cbb889762df94e9c8a95d7fc4c4d70a0 not available\nNOTE: Running setscene task 3395 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_spdx.cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_spdx_setscene.cf780cbf04e5d4b250d725eda242659b3ef2cf2773c43fe6a60c78e773ab3702 not available\nNOTE: Running setscene task 3396 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_package_write_rpm.687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_package_write_rpm_setscene.687c2fdb5a66c05c556f47e1a62be95b4c48ab3eb3bc280c35998eabd037c39f not available\nNOTE: Running setscene task 3397 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_populate_lic.9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_populate_lic_setscene.9cfb3f138fadb27dcac718524b3c84d6157f342d6616a51bd37300f6ace978c3 not available\nNOTE: Running setscene task 3398 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:11: including glibc-version.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_runtime_spdx.943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_runtime_spdx_setscene.943a09dfd3a97d84181fe646ee035f79dd86f6267af0dd9a5da2fc255d7fef5f not available\nNOTE: Running setscene task 3399 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_qa.d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_qa_setscene.d70a6e7dd3b058e2a17f33eb5cb1f8665e36b288a251591ec35e8889bd5172bd not available\nNOTE: Running setscene task 3400 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_rpm.43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_rpm_setscene.43a99c4bff2a9d5fe2d0c0138a58c88a5f3ab7b299d8f267fe4d394ac38ff18c not available\nNOTE: Running setscene task 3401 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libssh2/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liburcu/0.14.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libusb1/1.0.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libusb1/1.0.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_lic.9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_lic_setscene.9e1318d4414936deabfb2be26aee1068562596015d6b164a0d49dc351cdf3517 not available\nNOTE: Running setscene task 3402 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libyaml', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_runtime_spdx.65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_runtime_spdx_setscene.65419a40302c80b6c89afd89b26f88d165e08889b05079a7f135ffd28d20c037 not available\nNOTE: Running setscene task 3404 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_qa.d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_qa_setscene.d56a2d7161c5b451084c5528322b8511af3fffc3b8e4e9e2dba418323f8ed050 not available\nNOTE: Running setscene task 3405 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_rpm.57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_rpm_setscene.57cf43a08f8cfe938b11f79b5aa7ae29cbdcc42b5494478572b72fcf57320bea not available\nNOTE: Running setscene task 3406 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssh/9.5p1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libatomic-ops/7.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunwind/1.6.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpsl/0.21.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_lic.78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_lic_setscene.78743a88b92cd6805e8d88caec8678d1fb802767fcc6c5af03083a715eb48123 not available\nNOTE: Running setscene task 3407 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cross-localedef-native/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libunwind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_packagedata.d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_packagedata_setscene.d6fe92e3ed0a422733d10d125e75f512465005ffd625a3313df4b523b898639a.qemux86_64 not available\nNOTE: Running setscene task 3410 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libatomic-ops', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Considering setscene task: ['libunwind', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libunwind', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libunwind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_recipe_qa.95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_recipe_qa_setscene.95d91e86a9aba75f10bb1eba06aeaa05b957921da0196b8769d37f5d480f0367 not available\nNOTE: Running setscene task 3413 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_runtime_spdx.60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_runtime_spdx_setscene.60e1424ef64d07fc8474dd24497710b9d5995a4f12991d2d7cfec3b559181e91 not available\nNOTE: Running setscene task 3414 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_qa.ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_qa_setscene.ec152e30d73a28c1f4920e1a4f220cf2a396ba1d8aac1f13eb9a74af782d3cea not available\nNOTE: Running setscene task 3415 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpipeline/1.5.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liburcu/0.14.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libyaml/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libyaml/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libusb1/1.0.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libyaml/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libusb1/1.0.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_packagedata.45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_packagedata_setscene.45ba50d4bbdd4806bf24eb5ecdc17501fc6026b26ea7d4480918d39bb498d379.qemux86_64 not available\nNOTE: Running setscene task 3416 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_spdx.a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_spdx_setscene.a02377448e699f0695bb28b4a54631eb515e8e6dcdfb3d83cc5a8ee32ca9790f not available\nNOTE: Running setscene task 3417 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_rpm.f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_rpm_setscene.f565166fc95a731d5155771cf341820b97fa188916701a8c0a8b56b55aa9941b not available\nNOTE: Running setscene task 3418 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_lic.6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_lic_setscene.6de28e27d3667ba0ab0a5c7e2ef7dd67c69f6a01872938db365286eed602dfe6 not available\nNOTE: Running setscene task 3419 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_create_runtime_spdx.9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_create_runtime_spdx_setscene.9dfa11534bd0ef600500058e19bf9b2c42d25b58b48c6cd0cfe1a0cfc28219e6 not available\nNOTE: Running setscene task 3420 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_package_qa.e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_package_qa_setscene.e7c747193a18bac30aed2705de1a803a960beae62a200343098e77e02aa921ae not available\nNOTE: Running setscene task 3421 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_package_write_rpm.094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_package_write_rpm_setscene.094c49834d4d523475d2963f00e45a9b75a87a675bfbf54cc58fd4dafeb68b68 not available\nNOTE: Running setscene task 3422 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libyaml/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpfr/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpfr/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpfr/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_spdx.2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_spdx_setscene.2e2654e70f8dc3c354362868eef2f41ecebfedca251685b57046e18f583d2ad0 not available\nNOTE: Running setscene task 3423 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_populate_lic.51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_populate_lic_setscene.51f6ad5526aa0d66dad67875512a3940251aeb8bddec146f77cf32a3c8d833a6 not available\nNOTE: Running setscene task 3424 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['nghttp2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpfr/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_create_runtime_spdx.068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_create_runtime_spdx_setscene.068946a12ed931e62974093964552051e42f3f8c085080486891d7b5e1bbfb16 not available\nNOTE: Running setscene task 3426 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_package_qa.400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_package_qa_setscene.400f890d9a1177c54a3c50ed0cc27b9c4e5bb3ec4eb4326b183c7511c618bfe6 not available\nNOTE: Running setscene task 3427 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_package_write_rpm.a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_package_write_rpm_setscene.a8f49149e93282eb19890ef9564388442c2bdf567d9e2d045d32aa2c199a3711 not available\nNOTE: Running setscene task 3428 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libatomic-ops/7.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunwind/1.6.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Considering setscene task: ['libatomic-ops', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nettle/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nettle/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libatomic-ops', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libatomic-ops', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libatomic-ops', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_recipe_qa.e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_recipe_qa_setscene.e4530252d5dea227b628b54cabfe56eb97c20afd4b5a8fd84fe7c45689b2966f not available\nNOTE: Running setscene task 3431 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_populate_lic.f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_populate_lic_setscene.f5fec44410a9045247871d54659ab392b1698eb7c22c1b308012589d4e46939d not available\nNOTE: Running setscene task 3432 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_create_runtime_spdx.4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_create_runtime_spdx_setscene.4ee90a9f6515bf663007966a3ee566007828ee6d82f867ac6262b1589ef818ef not available\nNOTE: Running setscene task 3434 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_package_qa.f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_package_qa_setscene.f22fe322125f049a85cd3ad9bea3b425e054b270b3db55ac80af012b7bed4da2 not available\nNOTE: Running setscene task 3435 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liburcu/0.14.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libyaml/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['liburcu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nghttp2/1.59.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nettle/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nettle/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['liburcu', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nghttp2/1.59.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nghttp2/1.59.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['liburcu', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['liburcu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_recipe_qa.4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_recipe_qa_setscene.4697920787770b883080a0fd2ab4630e7e460d374c6a32fcb646a7ebc8f33098 not available\nNOTE: Running setscene task 3438 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_packagedata.e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_packagedata_setscene.e261b3e795796f2a23f87bd4ac203ecb5396e9a6cc42cee7d27e5eaff1137a6f.qemux86_64 not available\nNOTE: Running setscene task 3439 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_create_spdx.6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_create_spdx_setscene.6d073a1f624f1ec1d1a097ecfad8da29601eba48be79ae4d44a5a984b9a5f817 not available\nNOTE: Running setscene task 3440 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_package_write_rpm.a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_package_write_rpm_setscene.a0cb45ba0fef57236a66eb57f74dee350dc0130aee77078f6fe7e25d6da89372 not available\nNOTE: Running setscene task 3441 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_populate_lic.e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_populate_lic_setscene.e27e1c9ef6ca8fcd1e8b32835c6a064269eb35bd3f7a48a41d38ce612925bb4d not available\nNOTE: Running setscene task 3442 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_runtime_spdx.cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_runtime_spdx_setscene.cf4e58b186196b6701cb4b014fbe04324619a48afd425cc7b3d9aef6193c132a not available\nNOTE: Running setscene task 3443 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_qa.22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_qa_setscene.22c109ca45cb4dff7ca4372bd9970f70a1372c0c7137b6e476d11312aba52bef not available\nNOTE: Running setscene task 3444 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpfr/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/npth/1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nghttp2/1.59.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/npth/1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/npth/1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_packagedata.6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_packagedata_setscene.6f3a1225a66ee1a6d837ef1fcf20b90081e37959b1c441df52e9cfde91309154.qemux86_64 not available\nNOTE: Running setscene task 3445 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_create_spdx.ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_create_spdx_setscene.ba689884e4debe5ab1812d05ebb83bb25a07be448367fca27d3ead7499ade933 not available\nNOTE: Running setscene task 3446 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_rpm.cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_rpm_setscene.cb5bcb6a54fde3c43c79e4300b5a9318c16667b76008bb7ce9f963d8fb2f00d3 not available\nNOTE: Running setscene task 3447 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_lic.1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_lic_setscene.1d3bdf0cf7b42db7262a0acdd0975cf3913cb92ad5c155506645c8f9f16517dc not available\nNOTE: Running setscene task 3448 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['popt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_create_runtime_spdx.5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_create_runtime_spdx_setscene.5d196a0ef65bfa0259a18c12eaf878a8d9ce147ea1c35c72db793eb5a1ec8af5 not available\nNOTE: Running setscene task 3450 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libatomic-ops/7.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/npth/1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pinentry/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pinentry/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_create_spdx.eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_create_spdx_setscene.eb849e50989d8f17e0ea949ce214d60dd9346708356f502a35f07d37c9084a83 not available\nNOTE: Running setscene task 3451 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_package_qa.d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_package_qa_setscene.d5bbdfa929a1e60072e65d3c2ee6434224e1f7c918b8efb1399250c77afc672d not available\nNOTE: Running setscene task 3452 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_package_write_rpm.22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_package_write_rpm_setscene.22b6077b4696ddc5fbb34a22ee177d566baa2cae4937b1a41a0e8a7f3cdf7caa not available\nNOTE: Running setscene task 3453 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_populate_lic.0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_populate_lic_setscene.0fa440fa6b38876dda774e474ac42f84f745b8bf611de3a4782cb5762a055972 not available\nNOTE: Running setscene task 3454 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/liburcu/0.14.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libyaml/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pinentry/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Enabling task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot as it is a hard dependency\nDEBUG: Enabling task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot as it is a hard dependency\nDEBUG: Enabling task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot as it is a hard dependency\nDEBUG: Enabling task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot as it is a hard dependency\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pinentry/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_sysroot.1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_sysroot_setscene.1f65b9c9311e9588a272b020e18ad989a275139b1ee1c555a1a03e3c7568165d not available\nNOTE: Running setscene task 3455 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nghttp2/1.59.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/popt/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:29)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/popt/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_spdx.0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_spdx_setscene.0fd708cea2d6e61c61d016c3074ead0bd7a332b63314c9fa37cfe2a6fe134bba not available\nNOTE: Running setscene task 3456 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_sysroot.cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_sysroot_setscene.cd6cfb70fa1df0f224f59214f20bed90dd59b35b11de206cc1863420c5aa50cb not available\nNOTE: Running setscene task 3457 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['libyaml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libyaml', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libyaml', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libyaml', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_recipe_qa.2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_recipe_qa_setscene.2f2685409aa3a0b6797cca5eb94fa12dc6f89eb829b9d16e6ee50b95e7de69fe not available\nNOTE: Running setscene task 3460 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:1: including bash.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpfr/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_packagedata.784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_packagedata_setscene.784cc615c02231a35e8fa2a61caa6d5ac99f30f5863f7c8b79a53f63a3437529.qemux86_64 not available\nNOTE: Running setscene task 3461 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_spdx.2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_spdx_setscene.2020b4b307f18f816fa98d947e2e7e877840166a8727f48bba2e7f247007405c not available\nNOTE: Running setscene task 3462 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_runtime_spdx.a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_runtime_spdx_setscene.a39ecb7f39e72d4322817a9c86f52252fad5eae6633e8bcf888e04c41ff75060 not available\nNOTE: Running setscene task 3463 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/npth/1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/popt/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/popt/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_create_spdx.f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_create_spdx_setscene.f51f675f6e34c7a06ee65982a9d69a9cbf9002e66b085f95e1649995a198d828 not available\nNOTE: Running setscene task 3464 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pinentry/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['mpfr', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['mpfr', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mpfr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_recipe_qa.e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_recipe_qa_setscene.e9960c1eb2ad224681186399782d57c0461db1c4070a413ff457bab303ac2c02 not available\nNOTE: Running setscene task 3467 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:1: including psmisc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_create_spdx.11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_create_spdx_setscene.11dd7f9a15ceaf72a620ba03250f9a38d264273925039fe6f7dbfe06650d17f2 not available\nNOTE: Running setscene task 3468 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:51)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_packagedata.1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_packagedata_setscene.1dbcf41196b83c0e64a45cac97c43ea1b6a74ce87a0bc38ebf1057dd74bebeb8.qemux86_64 not available\nNOTE: Running setscene task 3469 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_packagedata.c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_packagedata_setscene.c9eb6cd0b7f755542dcbb474b6b3fe3d6ae1e26b23ad6eba969b864615f19066.qemux86_64 not available\nNOTE: Running setscene task 3470 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_create_spdx.35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_create_spdx_setscene.35ac810b78d5048f1f46edaba84dd8e5d7069373a4e63cb8f8cd98d4a3d4393f not available\nNOTE: Running setscene task 3471 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_qa.8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_qa_setscene.8720d9acee82b2bfbc303142ede812cb9d43ac938bc015cae7950f7b210e138c not available\nNOTE: Running setscene task 3472 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_rpm.dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_rpm_setscene.dd88fedf6bb238d2edc705dfe67389f23ff515c6df339b1335be224e1bbbc973 not available\nNOTE: Running setscene task 3473 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_lic.b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_lic_setscene.b833e8d0be978d7f16502b655df8aa7a907d6f9757aee9c91c93df25a023d5c4 not available\nNOTE: Running setscene task 3474 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow-sysroot/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/base-passwd/3.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['shadow-sysroot', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_create_runtime_spdx.5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_create_runtime_spdx_setscene.5c53d71e80ea84b019b3e5a1bf3ed64e130d88964867f0f395ef9ccf96674bfb not available\nNOTE: Running setscene task 3476 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libyaml/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_package_qa.f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_package_qa_setscene.f70d51f88756f90b0048db0c7bba28e66c5d7fd330d80df6068a16caf0c3badd not available\nNOTE: Running setscene task 3477 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash/5.2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nghttp2/1.59.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/popt/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shared-mime-info/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_packagedata.d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_packagedata_setscene.d5aeec5affadb1974325b09c32d80070cfdd6334b1b19f51fd2058e6e9aaae86.qemux86_64 not available\nNOTE: Running setscene task 3478 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['nghttp2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['nghttp2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['nghttp2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_recipe_qa.f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nghttp2/1.59.0.do_recipe_qa_setscene.f7bff7c7234d63c90d2035b5b531edabba7cc6d71a7271fe93ba5837295ea47b not available\nNOTE: Running setscene task 3481 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_packagedata.fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_packagedata_setscene.fb9a74e776e0f1651aac069f75f35d09a1cec04d77b78e7eced74a2bfdf4c9ea.qemux86_64 not available\nNOTE: Running setscene task 3482 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_package_write_rpm.d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_package_write_rpm_setscene.d7fef88843d2778c399401bc6ce0a254bbad32614aa0bcfc87166b03c2d886e3 not available\nNOTE: Running setscene task 3483 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_populate_lic.e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_populate_lic_setscene.e71f5ba6c309fea535b1a76b9819b714f8e7a46ab8e596fcae2f411f77b59f5b not available\nNOTE: Running setscene task 3484 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:1: including bash.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psmisc/23.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mpfr/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/npth/1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libassuan/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pinentry/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shared-mime-info/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shared-mime-info/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_packagedata.99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_packagedata_setscene.99361fc9a27f2787b54c98111e07274ddb1738185b03bec554fcd2ad55750259.qemux86_64 not available\nNOTE: Running setscene task 3485 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shared-mime-info/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_create_spdx.58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_create_spdx_setscene.58ebff4277125513645df7f6e7661c769f70dc7c452c9acb86f0e38cf38ed8aa not available\nNOTE: Running setscene task 3486 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb (full)\nDEBUG: Considering setscene task: ['npth', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:1: including psmisc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Considering setscene task: ['npth', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['npth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['npth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_recipe_qa.3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/npth/1.6.do_recipe_qa_setscene.3642da7bffa7eaee96ec4b2ddf2e20dcb69e45d908210310068a40eba4f2bf93 not available\nNOTE: Running setscene task 3489 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Considering setscene task: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:51)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_packagedata.febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_packagedata_setscene.febf37d92e92cc6a2bc3e877f7c06f473cc721fc260622fd445dc61cfc9cc2ca.qemux86_64 not available\nNOTE: Running setscene task 3491 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['pinentry', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['pinentry', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pinentry', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_recipe_qa.fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pinentry/1.2.1.do_recipe_qa_setscene.fc882bb6f65007155f72c5b6b3f6e0fcbad988ddddb7b9acc1f477a0ee5e171b not available\nNOTE: Running setscene task 3494 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sqlite3/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sqlite3/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_packagedata.95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_packagedata_setscene.95cc3508f29ba81280f17e0544c5ac07f91abeb86d34824d8becaba2713635e5.qemux86_64 not available\nNOTE: Running setscene task 3495 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_create_runtime_spdx.72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_create_runtime_spdx_setscene.72104a4a4352f9803ec2137dfc334be37acb501d12843e78861f901e7cb735d6 not available\nNOTE: Running setscene task 3496 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_package_qa.015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_package_qa_setscene.015b5272ccbbe9eb30135306d2d5a357560c35ae8788b70c45780a596bda3abb not available\nNOTE: Running setscene task 3497 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_package_write_rpm.f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_package_write_rpm_setscene.f0c9e1907eed7c8b4faafd304172a24b39d2c1ddb9f8c23458e5a92eb376b06b not available\nNOTE: Running setscene task 3498 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_write_rpm_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_populate_lic.66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_populate_lic_setscene.66b44c4b75dda82f5a8f5a282f449c2c7a7524b440be5ea1d6ff80a929efd301 not available\nNOTE: Running setscene task 3499 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_runtime_spdx.51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_runtime_spdx_setscene.51584133d39ad7408171522850e6660cd25788a427c1f7530dcd27f051827e88 not available\nNOTE: Running setscene task 3501 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sqlite3/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash/5.2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/popt/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nghttp2/1.59.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sqlite3/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['bash', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['bash', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['bash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_recipe_qa.2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_recipe_qa_setscene.2473829399653a34734c50d975301c1673fdec1b6b7e2947eccec9c88a192c71 not available\nNOTE: Running setscene task 3504 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['popt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['popt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['popt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['popt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_recipe_qa.7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/popt/1.19.do_recipe_qa_setscene.7067e788ccb1e7d1a22452727ea7f2e70464af3565ab92c4c983acb5764dcaf8 not available\nNOTE: Running setscene task 3507 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_qa.014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_qa_setscene.014c0510649a6f5a292bf8a970e10e9447f991f81afcc40bb2e629bf8c418deb not available\nNOTE: Running setscene task 3508 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_qa_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_rpm.2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_rpm_setscene.2dfd87cc3c9a63ceee2795337f076e2c20dd2dfe2f1d807459e1ebf7b9c8504f not available\nNOTE: Running setscene task 3509 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_lic.ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_lic_setscene.ad10e91adbaab39d4775678930cf98164e4c64f6e427855448307b8e893e9600 not available\nNOTE: Running setscene task 3510 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:1: including bash.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash.inc:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psmisc/23.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/npth/1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgpg-error/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libassuan/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pinentry/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/taglib/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/taglib/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['psmisc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['psmisc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['psmisc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_recipe_qa.167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/psmisc/23.6.do_recipe_qa_setscene.167c139fe9c9b39edbc71ffd221985467345052442950f5bb9104d7ea5d2de09 not available\nNOTE: Running setscene task 3513 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/taglib/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/taglib/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libassuan', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['libassuan', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libassuan', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_recipe_qa.40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libassuan/2.5.6.do_recipe_qa_setscene.40be2788b756e6f48ba5f85be40030a0fcb20b502ab3745f8bd1d8bb3096b727 not available\nNOTE: Running setscene task 3516 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:1: including psmisc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_packagedata.572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_packagedata_setscene.572fa6330dacbd2fb1c31a944bd29c470e4421a2d4d2974f50048f67a93cd418.qemux86_64 not available\nNOTE: Running setscene task 3517 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc.inc:51)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_create_spdx.8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_create_spdx_setscene.8a48f6a850b0ae7926e2f4beea5536b4b157d7c9b38b537fcc284c37e99e5adc not available\nNOTE: Running setscene task 3520 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vte/0.74.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_create_runtime_spdx.b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_create_runtime_spdx_setscene.b92f14342023ab5293c8f24e19dad830db8fbd3b5d9be36f8ee5bfae9d056e05 not available\nNOTE: Running setscene task 3522 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_populate_lic.830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_populate_lic_setscene.830b55561c2738e6bf86341ba2559f2b0159c1284df2127a3e5f14d0bca282bb not available\nNOTE: Running setscene task 3523 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_spdx.64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_spdx_setscene.64e94c87c62d2286a9807ba22f158c74d6407ed984fd4d3adfbfda6515b7f8f6 not available\nNOTE: Running setscene task 3524 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_populate_lic.af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_populate_lic_setscene.af0d626f3507774cf34668d9385693dd344ff7f64ac53651a50b57b862e5f05e not available\nNOTE: Running setscene task 3525 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libslirp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_populate_sysroot.4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_populate_sysroot_setscene.4fd6be114fb768bbe226e2cffcc1855305f84c5e2b06e99871d97a76ac096d83 not available\nNOTE: Running setscene task 3526 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_runtime_spdx.dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_runtime_spdx_setscene.dd98393788e25449c8ecccba8ff13c8f7b48472e148f1546cdd8841cd87b547b not available\nNOTE: Running setscene task 3527 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/popt/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_lic.4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_lic_setscene.4b8afd02563d13162c2d4fd6c9c960418fb4b1eac8c825fa55ecf4b724ab83b6 not available\nNOTE: Running setscene task 3528 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash/5.2.21/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vte/0.74.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vte/0.74.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vte/0.74.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_runtime_spdx.b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_runtime_spdx_setscene.b3e80edfe25aa4fdea03a070115e1a41e50c30521e67e95c9d931e8ee30be633 not available\nNOTE: Running setscene task 3529 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_lic.8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_lic_setscene.8081d3f29151a2ee93d5ed67b65f70f96cd67a57981dc9ab771fa5217c55595b not available\nNOTE: Running setscene task 3530 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_create_runtime_spdx.7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_create_runtime_spdx_setscene.7531e0b83ffc3f8161439a04542bfe87224cd3eaaff7ebba5ef598f71b56e8b9 not available\nNOTE: Running setscene task 3531 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_populate_lic.105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_populate_lic_setscene.105ce9811c0f34c0034f16b250ce53f969a5fb03562384b9527ee67b2ba6bc92 not available\nNOTE: Running setscene task 3532 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_create_runtime_spdx.fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_create_runtime_spdx_setscene.fc1ac9d0b546c4b8d1cb66631f7a71eb93b4f99cdcb11f6992efb8441cd68b03 not available\nNOTE: Running setscene task 3533 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/psmisc/23.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libassuan/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/taglib/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgpg-error/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_populate_lic.4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_populate_lic_setscene.4e89f6584c1b5b08523fb446b20a8a3bad6620bd31a5624c62a2af190a74a1db not available\nNOTE: Running setscene task 3534 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libgpg-error', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:0)\nDEBUG: Considering setscene task: ['libgpg-error', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libgpg-error', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_recipe_qa.dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgpg-error/1.47.do_recipe_qa_setscene.dfaacf8baec90b428b0de0bbf6efe748e0ce9056e8c6f687043ab510e8c36f2f not available\nNOTE: Running setscene task 3537 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:0)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_packagedata.f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_packagedata_setscene.f60ac4a5adb55526be8c329d9323c43acea7235ac452141e7c784ce34fe59b8d.qemux86_64 not available\nNOTE: Running setscene task 3538 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_create_runtime_spdx.ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_create_runtime_spdx_setscene.ece1cdb49f18d6855e57abce82611d177a7a7d72f9665c59679fce48442cbbaa not available\nNOTE: Running setscene task 3539 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vte/0.74.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_create_spdx.436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_create_spdx_setscene.436f60d273ebc3be3b5c94f6baa65ab54113eb1c5d826d4bf54dd9b0ecd4bf3b not available\nNOTE: Running setscene task 3540 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/openssl-native/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libslirp-native/4.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/openssl-native/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_create_spdx.aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_create_spdx_setscene.aeb863097381c5b8390cf45a9101623c7d75390b2900a09e6df6772373c78bc6 not available\nNOTE: Running setscene task 3541 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libslirp-native/4.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dbus-glib-native/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_create_spdx.ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_create_spdx_setscene.ee6b084a41386b272434a8e07a5dc735aaa25ca9bad43eaf2fbfa690bd9c1b75 not available\nNOTE: Running setscene task 3542 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dbus-glib-native/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_packagedata.347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_packagedata_setscene.347a71088ce232ea7a6b10de38a1b9d19e1f2e37964f23842ca6b0aee4f69062.qemux86_64 not available\nNOTE: Running setscene task 3543 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libslirp-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libslirp-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG:   considering dependency: ['libslirp-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG:   considering dependency: ['libslirp-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG:   considering dependency: ['libslirp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libslirp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_recipe_qa.48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libslirp-native/4.7.0.do_recipe_qa_setscene.48495116249a6eb3dbe3b11ac36888be43fb28b913ecce0577334d35d92f9e5e not available\nNOTE: Running setscene task 3545 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_populate_lic.7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_populate_lic_setscene.7df28a7c2ac08f0559fc0a9147e00e32693ac0a88d32a6d8484d1e850eee52b6 not available\nNOTE: Running setscene task 3546 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_create_runtime_spdx.3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_create_runtime_spdx_setscene.3ddf0c3f87e118a5c7322d41198d5661f4b783386fca99729a42d20b3dfde300 not available\nNOTE: Running setscene task 3547 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/taglib/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/expat-native/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dbus-native/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/expat-native/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgpg-error/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gettext-native/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dbus-native/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gettext-native/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['taglib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['taglib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['taglib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_recipe_qa.5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/taglib/1.13.1.do_recipe_qa_setscene.5861a677b019f428d957657b874a8b6bb32815ddb369d50ebe5c804dca36f2fa not available\nNOTE: Running setscene task 3550 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_populate_lic.dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_populate_lic_setscene.dcc3a3d28262da5fd04f322e3e3d5183cfadfbe2a8015ac67b31860c83ad6b60 not available\nNOTE: Running setscene task 3551 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_create_runtime_spdx.d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_create_runtime_spdx_setscene.d482bf4a523f2058d2f0606c7cd3cfe19ccd8885c3d6b81ea3111ede6f8e3c1c not available\nNOTE: Running setscene task 3552 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_populate_lic.643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_populate_lic_setscene.643827ca14ac694c3a69326827db54f30d1fd0acec90ff406c383a1bda4bc15d not available\nNOTE: Running setscene task 3553 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk+3/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_runtime_spdx.68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_runtime_spdx_setscene.68b665cdbe69a3d0787559a6a2e4d8360d054e4cc6d68c6ecbcfebe475f4a44b not available\nNOTE: Running setscene task 3554 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_lic.6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_lic_setscene.6d8f9354620473bf966dd5c42a7f05aa8750b609c27e7cea9e6e08a58ed5e07d not available\nNOTE: Running setscene task 3555 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_create_runtime_spdx.705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_create_runtime_spdx_setscene.705edff1f65b8b9a9a4885a23547413ec630f1793fd6be43045ad54b91711ba7 not available\nNOTE: Running setscene task 3556 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_populate_lic.42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_populate_lic_setscene.42782332a2bc830ff45be6d4d67c4acad1d2a14daacc158c92201bd737694a0d not available\nNOTE: Running setscene task 3557 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk4/4.12.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnutls/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_runtime_spdx.c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_runtime_spdx_setscene.c1692bef1edfbff62f320e149913c89cf62c64b54778d39b6252e6c8eaadfbea not available\nNOTE: Running setscene task 3558 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/glib-2.0-native/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vte/0.74.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_spdx.cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_spdx_setscene.cab951794926f5dbf304220d491e8dccd5cb7cb318a82d0f30614a85aa01fae5 not available\nNOTE: Running setscene task 3559 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_spdx.5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_spdx_setscene.5c2f6d7771c598cbd7c03f5eedeab8d097110b3682ce0a017c6beca8358906d7 not available\nNOTE: Running setscene task 3560 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_spdx.5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_spdx_setscene.5459ca96ab804b5975c4307bc3574a5882f72a0bca6b9fa3c8a57eb5a7ef529a not available\nNOTE: Running setscene task 3561 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_spdx.7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_spdx_setscene.7e292bf35a3c07ce8a4d9281b532a36ddbd21c0a82d30fd85fe9d4a5e0755c90 not available\nNOTE: Running setscene task 3562 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libslirp-native/4.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/taglib/1.13.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_create_spdx.ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_create_spdx_setscene.ef7f95a8fa7c4c9872d5eb4022f815b7b01a273c9310be987786e78df4464ddc not available\nNOTE: Running setscene task 3563 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml2-native/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_spdx.e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_spdx_setscene.e58be80d9887f1f90bd23ed4ac696bf3ac00be30007484c253454fd79b42afef not available\nNOTE: Running setscene task 3564 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_create_spdx.181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_create_spdx_setscene.181634ceac1a1603c63cd43d05f24a5ab99566476256ea44287f132f5d18914c not available\nNOTE: Running setscene task 3565 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/glib-2.0-native/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:1: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/update-rc.d-native/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_spdx.86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_spdx_setscene.86279071b54518f8ae59fef34e647de0a32353c9255a9a50f220655239822abf not available\nNOTE: Running setscene task 3566 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/update-rc.d-native/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ncurses-native/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml2-native/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/readline-native/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/readline-native/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ncurses-native/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gi-docgen/2023.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_create_spdx.ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_create_spdx_setscene.ad55224c6a891ba1ba7d074bb5c9b2f5ddd66850b00a08ba53e4bcf2c14d340b not available\nNOTE: Running setscene task 3567 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_spdx.24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_spdx_setscene.24ab98b306fbfbf91eaae7f140fc80f3686c997e42a126628cbac3d7647ddc94 not available\nNOTE: Running setscene task 3568 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcomposite/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-linux-libuuid-native/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_spdx.f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_spdx_setscene.f5b246e78be2706b4a5fc7c61b6ccf4b83d80a4f076a39b822940a4ac6ff50cc not available\nNOTE: Running setscene task 3569 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_spdx.0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_spdx_setscene.0d97d82f009fa25dfb815c005f54b4c24d899aa9a4ea2de449d2701b80fc3969 not available\nNOTE: Running setscene task 3570 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libepoxy/1.5.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/graphene/1.10.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_packagedata.d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_packagedata_setscene.d026d7cabd3540c657b3601a6caa7e81a02591f9253113260b14ede95411d321.qemux86_64 not available\nNOTE: Running setscene task 3572 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcursor/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_packagedata.df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_packagedata_setscene.df3607cd187d758167d0551a73cfda25017a17833f62f2cc4462278abe348b43.qemux86_64 not available\nNOTE: Running setscene task 3574 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Considering setscene task: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_packagedata.004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_packagedata_setscene.004c7f47a5298ffc6f5872b8f881106495d6a8bbb7517132dbf607dd4e2487ad.qemux86_64 not available\nNOTE: Running setscene task 3576 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxinerama/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['vte', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['vte', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['vte', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_recipe_qa.82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_recipe_qa_setscene.82728f86a0dc4cb1d95dc45a4dd7383e765240f35bd062170eaeebade35d635d not available\nNOTE: Running setscene task 3579 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_lic.ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_lic_setscene.ae71bd1bbcd6967f80780d8ae8d6777e8ca04ec5a7c9e55ac6625a6800deb3d0 not available\nNOTE: Running setscene task 3580 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_runtime_spdx.72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_runtime_spdx_setscene.72c4fd8680b9fe13bd4662accca4d9e19f81e1529ca7cd00e135fe51eb1bd239 not available\nNOTE: Running setscene task 3581 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tiff/4.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_spdx.cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_spdx_setscene.cc19ee7ad28fd823e0421f962a8b823a26c65faeac1a9438cc5621dc2417b172 not available\nNOTE: Running setscene task 3582 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_spdx.1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_spdx_setscene.1244cdbfc08571af81503d620b065ee8a24c7ae6db7de8b497a299ce13256e02 not available\nNOTE: Running setscene task 3583 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_create_spdx.185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_create_spdx_setscene.185895a520bee9a1d26ffa3297bcc3c865a92ea96a6051d3b5ba27d6488d8759 not available\nNOTE: Running setscene task 3584 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_create_spdx.5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_create_spdx_setscene.5fd33099836278fc4941cf9e5a3ea9016709eaab6758e8ce736996b8a3e1ef06 not available\nNOTE: Running setscene task 3585 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:1: including bluez5.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_create_spdx.73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_create_spdx_setscene.73d0732e9fd537ea594147fc95270a99f1a80995fbb6add93fb56cd8fc7f8d40 not available\nNOTE: Running setscene task 3586 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_spdx.ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_spdx_setscene.ec32e57b496e6ee61af95053db0d2784a8c9c5e66b802f6340fd507ce403ee28 not available\nNOTE: Running setscene task 3587 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtasn1/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at-spi2-core/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libseccomp/2.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nettle/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_spdx.69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_spdx_setscene.69ed345a6d60a83cfe707c81d3636a3bd65b95aa2c17a9f1b0a17069ca0afa4d not available\nNOTE: Running setscene task 3588 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk+3/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_create_spdx.5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_create_spdx_setscene.5bfecdca86ccc441355a9218e3d055ff76a2238f479ef22184b9699c3ffaa84b not available\nNOTE: Running setscene task 3589 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_create_spdx.33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_create_spdx_setscene.33151c26cc11495733a87e3fbd24b6be8cb65bf74dfb0ddf0dbcb60c801124cc not available\nNOTE: Running setscene task 3590 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_spdx.0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_spdx_setscene.0136df30d9e6a9cf69780373809e34acdf613a1fecc92ac595a572734a7206b2 not available\nNOTE: Running setscene task 3591 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk4/4.12.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnutls/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gtk+3', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Considering setscene task: ['gtk+3', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gtk+3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_recipe_qa.79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.38.do_recipe_qa_setscene.79e21c1e4beaa7c1206d859281d28dfdffa861881778b119418f27666480a675 not available\nNOTE: Running setscene task 3594 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_recipe_qa_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vte/0.74.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Considering setscene task: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bluez5/5.72/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_packagedata.5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_packagedata_setscene.5adda8b487b9e15f679fd426a3d8529af5b8b37b8d9d43c867494bc069cf14f6.qemux86_64 not available\nNOTE: Running setscene task 3596 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbcommon/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sbc/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgudev/238/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_spdx.06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_spdx_setscene.06cd61bc776469fddafc7b89b3dbd331bad71672edb85cb1372d7a465f885a93 not available\nNOTE: Running setscene task 3597 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-linux-libuuid-native/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxtst/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libwebp/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_spdx.09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_spdx_setscene.09eba3e2da0b03f0d44c7ebfbd7402ec52358781135e026db727778c5677dbaa not available\nNOTE: Running setscene task 3598 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gmp/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/curl/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-linux-native/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_create_spdx.2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_create_spdx_setscene.2c0ba3ec4d71152e6b05444436ae67cc6d7ce1bd3fb45a08259ccc8086616850 not available\nNOTE: Running setscene task 3599 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librsvg/2.56.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_spdx.cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_spdx_setscene.cee14081a564da00cbca39e9fb9b3774c294c67afc6787ba17bd403c1c42eb71 not available\nNOTE: Running setscene task 3600 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Considering setscene task: ['gi-docgen', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_create_spdx.6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_create_spdx_setscene.6d3e0d4b868b3ace7d2c2468da0e633fdb8a200baf9f23f6917b5d8be344177a not available\nNOTE: Running setscene task 3602 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_create_spdx.9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_create_spdx_setscene.9c29212d855082ea0438603d04adfdc82d9368945e1ef835a109e3034741f04c not available\nNOTE: Running setscene task 3603 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Considering setscene task: ['gtk4', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['gtk4', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gtk4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_recipe_qa.7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gtk4/4.12.5.do_recipe_qa_setscene.7eadab90918788cb1e5f335494b45097d9bb0f1f5a72515f51ff4c6a58f68411 not available\nNOTE: Running setscene task 3605 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_packagedata.5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_packagedata_setscene.5f52e14ccac03d873dd87677cfb7f41212909e47118fea85fd9bf08ba93d4628.qemux86_64 not available\nNOTE: Running setscene task 3606 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:7: including rust-source.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Considering setscene task: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_packagedata.b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_packagedata_setscene.b14a75e1b0e3185bf537acc1654ad05414a492e4523e110943eadfcb399fafaa.qemux86_64 not available\nNOTE: Running setscene task 3608 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk+3/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Considering setscene task: ['libepoxy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_spdx.d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_spdx_setscene.d4b7b9056d6f08511b69978667f6a74ad56a778bde22cba3cdb0ad58e3e466da not available\nNOTE: Running setscene task 3610 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_create_spdx.2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_create_spdx_setscene.2b48d02a68a21262ae38993b76ad4b062db402107ff7760290e0bc13a37e1474 not available\nNOTE: Running setscene task 3611 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gi-docgen/2023.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_packagedata.89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_packagedata_setscene.89dcff91e134b80996a67d7e653b81242e216f7bafe8238125c930a25886367d.qemux86_64 not available\nNOTE: Running setscene task 3612 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb (full)\nDEBUG: Considering setscene task: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Considering setscene task: ['gi-docgen', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Considering setscene task: ['gi-docgen', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gi-docgen', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gi-docgen', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_recipe_qa.a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_recipe_qa_setscene.a08a5835314f7da1daf3e40a68b93f5a51c83ef4e4990f0f4ac387d7cd15591b not available\nNOTE: Running setscene task 3616 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_packagedata.123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_packagedata_setscene.123c5bb137dfd3710f5fe96dc0ea17eae9031daa3032f1ad889c19d5d03c3d3e.qemux86_64 not available\nNOTE: Running setscene task 3617 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_spdx.5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_spdx_setscene.5210214a3eccca2852714806bf753ac7e4ca3605b562b53cd07f7ee591a056b1 not available\nNOTE: Running setscene task 3619 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_packagedata.8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_packagedata_setscene.8ba6e86d0cdce26b56fbea9c90e2ee992235d7daa342d5d22f90b8d96db01128.qemux86_64 not available\nNOTE: Running setscene task 3620 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/readline/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_spdx.6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_spdx_setscene.6b36634f71568de5638388a384f70819b9bf7c791ff2c47fd97f0e32e716d86c not available\nNOTE: Running setscene task 3621 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/orc/0.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libidn2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx which could be accelerated\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libstd-rs/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_spdx.b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_spdx_setscene.b172df23adbac78be488974771fcbca33be32f76974fd11e98debf8ca0a2f50b not available\nNOTE: Running setscene task 3622 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_create_spdx.224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_create_spdx_setscene.224955038498710a71002d36fc56eb9efd2824d4b662fc6103b7af07fe0be99d not available\nNOTE: Running setscene task 3623 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_spdx.6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_spdx_setscene.6076725dddc76f82aec3b53f7fc4e2a0b9fd3cf71f8acd607b3ec31dc012a4eb not available\nNOTE: Running setscene task 3624 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gtk4/4.12.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libepoxy/1.5.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/graphene/1.10.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libglu/9.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcomposite/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['graphene', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['graphene', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['graphene', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['graphene', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gi-docgen/2023.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pango/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['graphene', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['graphene', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['graphene', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_recipe_qa.f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_recipe_qa_setscene.f031de9e450027bb6553f03d8d6d24f886e7a9ccbf12e4093cabace493c32fbf not available\nNOTE: Running setscene task 3627 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_spdx.5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_spdx_setscene.5d0d59d4f7cc10d03cce0f9936a87b7a9594ef9c424e9e8661ab9463d5da351a not available\nNOTE: Running setscene task 3628 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcursor/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_create_spdx.560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_create_spdx_setscene.560f04bec88b2f057c1bd169e1cf8364863a610c1eb2ff1e4574d57dd82aabd2 not available\nNOTE: Running setscene task 3630 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxi/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxinerama/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb (full)\nDEBUG: Considering setscene task: ['libepoxy', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Considering setscene task: ['libepoxy', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libepoxy', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_recipe_qa.d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_recipe_qa_setscene.d999706595775b883b64ec244cbe7fbe76d028f864bbf7ea00f521bdce2a28fb not available\nNOTE: Running setscene task 3632 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_create_spdx.13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_create_spdx_setscene.13695b67ee6920f505fc8b7983bcf4681fdd962d1c47843cfed08a434bcf1464 not available\nNOTE: Running setscene task 3633 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libxcomposite', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/base-files/3.0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libxcomposite', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxcomposite', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_recipe_qa.84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_recipe_qa_setscene.84cf7adf5f0eecac43454b52516b9bea5b887333761377a2d0e0ffe0aa765d2f not available\nNOTE: Running setscene task 3636 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow-sysroot/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libxcursor', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: Considering setscene task: ['libxcursor', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxcursor', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_recipe_qa.883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.1.do_recipe_qa_setscene.883b0ab9f875b44547566f4ca3a24e8ec084e92dc637d4241228d9b8045a2f13 not available\nNOTE: Running setscene task 3639 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_spdx.cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_spdx_setscene.cc7e925cde32aa22e8da2bdb4042890996ba5bbbbccc74c0afdb28832840df66 not available\nNOTE: Running setscene task 3640 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['shadow-sysroot', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb']\nDEBUG:   considering dependency: ['shadow-sysroot', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb']\nDEBUG:   considering dependency: ['shadow-sysroot', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['shadow-sysroot', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_recipe_qa.ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_recipe_qa_setscene.ff6852fea93e13ed92273f00b9979ce229ced66ec95b7a56ddf45a022b8c5e5e not available\nNOTE: Running setscene task 3641 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_spdx.f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_spdx_setscene.f0ed850d26adbf70d8e5fd3801e5196491e896778a11d00be32f22aa8040d31d not available\nNOTE: Running setscene task 3642 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxinerama', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxinerama', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxinerama', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxinerama', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_recipe_qa.1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_recipe_qa_setscene.1ed3d13882c827d3773f80444978a018a03dcc6a4ccbc62fb8aae219329bd895 not available\nNOTE: Running setscene task 3646 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_spdx.c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_spdx_setscene.c4cc6483a28283bd6121640bb7782f4837fac240e255cd6c977d91e1fd411078 not available\nNOTE: Running setscene task 3647 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsm/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_create_spdx.2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_create_spdx_setscene.2795b7301b53978baef787f024197e3b6f5b305027a3f4f94810c88e2f7c3fa6 not available\nNOTE: Running setscene task 3648 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_packagedata.bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_packagedata_setscene.bba560a8d9e8686f1229dc2e7b2667a78f66cb80c4eef1501f6680f6a29d26bf.qemux86_64 not available\nNOTE: Running setscene task 3649 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:1: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:8: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_spdx.a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_spdx_setscene.a03fa7e996a7cf0c6a409739b345e20bddc08afa263bc1a6d14b6f70f79f8900 not available\nNOTE: Running setscene task 3650 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libjpeg-turbo/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_create_spdx.2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_create_spdx_setscene.2f18dbc76246f27249696a9cad1cb380599274ac121fd150fd6c13af5f27ab90 not available\nNOTE: Running setscene task 3652 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/graphene/1.10.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libepoxy/1.5.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/harfbuzz/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow-sysroot/4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_spdx.aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_spdx_setscene.aa0696fdc7093102fc613a330a76713ff5e9b0e2bcbf748ec48eb5bf99e04b9e not available\nNOTE: Running setscene task 3653 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcomposite/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_spdx.1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_spdx_setscene.1612ba907853291e5c804d0cdcb07089d55b9e3dabec21cc8bf7b5f8ad2e9d1d not available\nNOTE: Running setscene task 3654 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_spdx.b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_spdx_setscene.b8965461191d42747a61ab0fc18bbb5cbb22e2a9cd7f9d6f317255ba4f1cb2ec not available\nNOTE: Running setscene task 3655 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_packagedata.c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_packagedata_setscene.c2597c8e24f57c3aa9e699f81c1df520c789eed66ff3127caa2a1357b9b98243.qemux86_64 not available\nNOTE: Running setscene task 3656 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['tiff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_packagedata.5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_packagedata_setscene.5601e7c8c04a8a69e7d8c5bf2ca5c3ae039763cf2cc969f76565579342db9655.qemux86_64 not available\nNOTE: Running setscene task 3658 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/base-passwd/3.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcursor/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxft/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa/23.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_create_spdx.5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_create_spdx_setscene.5f06fd51ac7863d9fec513b7e2474dc8751443910451fa59c641ed748582886d not available\nNOTE: Running setscene task 3660 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxinerama/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxv/1.0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkeyboard-config/2.40/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_spdx.7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_spdx_setscene.7cf0ae626ad53f29fd39664dc5fd3f63f5e724e7bb6d6fba0515cba02a4f966e not available\nNOTE: Running setscene task 3661 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_create_spdx.4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_create_spdx_setscene.4ed30c4f8153b9250ef8af5adca1bf7a66dec3695a97621b36c09a4ed513ae12 not available\nNOTE: Running setscene task 3662 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_create_spdx.73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_create_spdx_setscene.73ff2f6f4a76f18060e13e527289fe943da39f61ec9b557d3eebad2e2a275725 not available\nNOTE: Running setscene task 3663 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_spdx.4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_spdx_setscene.4cb503b971bccaf19080ac6af70e0d638fe6367cb645c9e1a0eda3990a27241d not available\nNOTE: Running setscene task 3664 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_spdx.3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_spdx_setscene.3cfde65cbb2b89887d7657e00fc557f729d0558845c8a8d25cfddc3430a196b8 not available\nNOTE: Running setscene task 3665 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_spdx.96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_spdx_setscene.96dfac20bee9f209d0acd3091935c8fd80cdaa49c444625db3ad2f4e5a876635 not available\nNOTE: Running setscene task 3666 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_spdx.a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_spdx_setscene.a731c1e5029e36c860c4dc869d26b13bdf2cc373c2eba72354c5b5ad9ff421e5 not available\nNOTE: Running setscene task 3667 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libice/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_packagedata.243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_packagedata_setscene.243d052e3bb9db77756b6f8cfd34843051947f0c37543210628ddf12cf1d53bf.qemux86_64 not available\nNOTE: Running setscene task 3669 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_packagedata.273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_packagedata_setscene.273dcbe38694efd9b2f9fe8f9052e0879cd0895ab8b99575e2c4523d2c82e5da.qemux86_64 not available\nNOTE: Running setscene task 3671 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:1: including bluez5.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtheora/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsndfile1/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cairo/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tiff/4.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at-spi2-core/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_packagedata.542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_packagedata_setscene.542f690f41db0e93e8de2aefdfd8f2c8b80e151aa89531381ed07aa2f033c72a.qemux86_64 not available\nNOTE: Running setscene task 3673 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/attr/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_spdx.bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_spdx_setscene.bbd840b1d2c894808fdfe4aceda73d903d7387b3a0676e2f8285ad47e0df4321 not available\nNOTE: Running setscene task 3675 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_packagedata.c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_packagedata_setscene.c0d36ab41963893ffd597f25773ad3ca544834e6e4dc33dd49d892f66c574bb8.qemux86_64 not available\nNOTE: Running setscene task 3676 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_spdx.659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_spdx_setscene.659b05ba81d296e8f0e43456d3dbf88432993975463e57ed02427a3dcf393ff9 not available\nNOTE: Running setscene task 3678 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_create_spdx.a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_create_spdx_setscene.a256c2c4678f50d99fd04c15dea65cca566a265402b20bf250ca13b71f51d828 not available\nNOTE: Running setscene task 3679 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_spdx.dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_spdx_setscene.dea7a52e182a8ae87f8798ab6a2a37c12b753989dd68a1fd8ed3a9a05eed74bf not available\nNOTE: Running setscene task 3680 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-bad', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-bad', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gstreamer1.0-plugins-bad', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_recipe_qa.3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9.do_recipe_qa_setscene.3f6d3ffe19943128ed352a285bb2cb4cfdff0b47bae62a7c2c7250639b787267 not available\nNOTE: Running setscene task 3682 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wayland-protocols/1.32/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdamage/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrandr/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxshmfence/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxxf86vm/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdrm/2.4.120/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_create_spdx.6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_create_spdx_setscene.6b866aba74694e4d96d802e5eec72c13fc7e93b834580d7eed1df08c6ce1fabf not available\nNOTE: Running setscene task 3683 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bluez5/5.72/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_create_spdx.437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_create_spdx_setscene.437fb66c1e4735e291db576a928253597440cfff9ed7d5d6b382388b9a7793a0 not available\nNOTE: Running setscene task 3684 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_create_spdx.bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_create_spdx_setscene.bdcb19ceb800fcf2723e9f247c6430b529f3064bf9986a67ce61813521d78136 not available\nNOTE: Running setscene task 3685 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_spdx.1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_spdx_setscene.1620f5694447098480229251c337eabc770abb09f3b3b6a65afca67ad0b51698 not available\nNOTE: Running setscene task 3686 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_spdx.aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_spdx_setscene.aff8f2725f0730550cef9a20ee4c34162e8e532c2b7c13a2c35191e91b526b35 not available\nNOTE: Running setscene task 3687 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_packagedata.05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_packagedata_setscene.05e8b7eb56d655d15c682d0b92821a124ab67984f442841c8db256c98a03a6a9.qemux86_64 not available\nNOTE: Running setscene task 3688 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgudev/238/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['bluez5', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: Considering setscene task: ['bluez5', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['bluez5', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_recipe_qa.0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_recipe_qa_setscene.0cfde6d7d4ee4118ce4faac92eb8c7fdf225d8fc4a4c6ef6bd5dc3ab25a8b79b not available\nNOTE: Running setscene task 3691 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_packagedata which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_packagedata.b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_packagedata_setscene.b8aa18dc1ae0b762aa04d4518e022f4edf40097fadd1f54ff91e2b7aba9a7e7b.qemux86_64 not available\nNOTE: Running setscene task 3692 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_packagedata_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Considering setscene task: ['readline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['socat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['lua', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['bison', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['readline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['lua', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:1: including bluez5.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Considering setscene task: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fontconfig/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Considering setscene task: ['libgudev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbcommon/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-lib/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pixman/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Considering setscene task: ['libgudev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libgudev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_recipe_qa.e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgudev/238.do_recipe_qa_setscene.e18f38267010251f3782385f7cb48758f5cad72ae0393ee1393d1b1900ab28c7 not available\nNOTE: Running setscene task 3696 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flac/1.4.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_spdx.ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_spdx_setscene.ed92c72d237df3c13bb7606f0d8b636726b2971af6509853f3adb5dda2a50103 not available\nNOTE: Running setscene task 3697 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpciaccess/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfixes/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrandr/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Considering setscene task: ['libxkbcommon', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librsvg/2.56.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wayland/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_create_spdx.180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_create_spdx_setscene.180802669aa0899e17709da8e757dccbee79ca7edbb95624b119744499bcb04c not available\nNOTE: Running setscene task 3700 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/readline/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bluez5/5.72/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_packagedata.7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_packagedata_setscene.7cff91ef6e8cef95207ea76b10c2b3d994276537ff4840c9eeebd9e6d5c2851b.qemux86_64 not available\nNOTE: Running setscene task 3702 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_packagedata_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libstd-rs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:7: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:16)\nDEBUG: Considering setscene task: ['readline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Considering setscene task: ['readline', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['readline', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['readline', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_recipe_qa.8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/readline/8.2.do_recipe_qa_setscene.8d568ad2b82fc1a6720b866587ef95864a395a465cd6b25fdcc5592833d6867e not available\nNOTE: Running setscene task 3706 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_packagedata.d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_packagedata_setscene.d395f09978982bb76704c45182b12e2489d1f91ec026acde4da206e747d030fe.qemux86_64 not available\nNOTE: Running setscene task 3707 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['librsvg', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['librsvg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['librsvg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_recipe_qa.cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/librsvg/2.56.3.do_recipe_qa_setscene.cd25224d6e66cb954775193592db04967375d35056a00c431364887590d70b8b not available\nNOTE: Running setscene task 3710 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Considering setscene task: ['libxkbcommon', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxkbcommon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_recipe_qa.00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.6.0.do_recipe_qa_setscene.00442d62f9e6500240efb434127461ec5f4182a7780bb405c00a73016df9c440 not available\nNOTE: Running setscene task 3711 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_spdx.beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_spdx_setscene.beaceb5af9ab1083f21ef6349dabbea6cdf899667b6f02f7d20f27eeee96b1ab not available\nNOTE: Running setscene task 3712 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_packagedata.5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_packagedata_setscene.5932e4d48b6e21259aae7cee9826c399f4683824e214489c40fc183988b1ab28.qemux86_64 not available\nNOTE: Running setscene task 3713 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Considering setscene task: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb (full)\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_packagedata.8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_packagedata_setscene.8ae9494d520294bea7649aead27b8bd0095599cafc18a81b4437aaef07824bc9.qemux86_64 not available\nNOTE: Running setscene task 3716 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_packagedata.06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_packagedata_setscene.06de899787f0acf17cb35c585f0b6d1c7b8bf7cc0a7a7e61aee5f50ddb13d16f.qemux86_64 not available\nNOTE: Running setscene task 3717 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_packagedata.c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_packagedata_setscene.c48b4a4ab18326f815e28f092fc985e2f36cf319de2d9f94c9d04651be984570.qemux86_64 not available\nNOTE: Running setscene task 3718 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_packagedata.175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_packagedata_setscene.175e3a722d1a74f35df7392bdf2877b07546f8985fe175be74f830c78834ad65.qemux86_64 not available\nNOTE: Running setscene task 3719 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/freetype/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgudev/238/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libglu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['libglu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxext/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libxv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libxv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-base', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-base', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gstreamer1.0-plugins-base', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_recipe_qa.5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9.do_recipe_qa_setscene.5f5ba8e536a1434db7009f0b5ea275246ae27a58b1d8dbc07d57f17eb7c5b4bb not available\nNOTE: Running setscene task 3726 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_packagedata.fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_packagedata_setscene.fceb4c1b04cfc56bf0b5695382cfeed59f0b6b1f71dc87eebfe17e9853d833b9.qemux86_64 not available\nNOTE: Running setscene task 3727 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libstd-rs/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_create_spdx.643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_create_spdx_setscene.643aadbd43d7f079ab45fc725b1e0eb67f9d566323787ab573f4c45dff72f9f8 not available\nNOTE: Running setscene task 3729 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_packagedata.d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_packagedata_setscene.d9b4ba6703a2fee3ba2105d76d1d48ce4c0ac97a560d990ee3ee2dd28213b4f7.qemux86_64 not available\nNOTE: Running setscene task 3730 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_packagedata which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Considering setscene task: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/readline/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Considering setscene task: ['libstd-rs', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:13: including gstreamer1.0-plugins-packaging.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Considering setscene task: ['libstd-rs', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libstd-rs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_recipe_qa.c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libstd-rs/1.74.1.do_recipe_qa_setscene.c1b8fb3608afc3546290c6f21b153ff61fbd5ea50770ae4337d336eafd2d8205 not available\nNOTE: Running setscene task 3733 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_recipe_qa_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrender/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxkbcommon/1.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_create_spdx.75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_create_spdx_setscene.75acec1f96cb7c765ee8ac0537ea035b7a3ab551299ea94bb9cf7999125620e3 not available\nNOTE: Running setscene task 3734 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkeyboard-config/2.40/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_packagedata which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_packagedata which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:7: including rust-source.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libglu/9.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxv/1.0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/orc/0.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pango/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['orc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['orc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['orc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_recipe_qa.90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/orc/0.4.36.do_recipe_qa_setscene.90d52d2ed78df21bd0371504f900ef92d0ac117311f8298607f8522440cf32ad not available\nNOTE: Running setscene task 3738 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['gdk-pixbuf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gdk-pixbuf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gdk-pixbuf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_recipe_qa.9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.10.do_recipe_qa_setscene.9060bc8b5e7f39d9b94b9e939453b6e14a0b121b6d109ef5c8908c8533cfaf69 not available\nNOTE: Running setscene task 3740 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libglu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libglu', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libglu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/librsvg/2.56.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libglu', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpng/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb (full)\nDEBUG: Considering setscene task: ['libglu', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libglu', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libglu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_recipe_qa.8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_recipe_qa_setscene.8a27a09079601e62d80757f798cb1c18569fa9209148b9e9d7d7fa3a1a86d566 not available\nNOTE: Running setscene task 3743 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtheora/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_packagedata.123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_packagedata_setscene.123fb20426d0b77dd30035af8ce723a709af67632277d21e1a32255d347b70e5.qemux86_64 not available\nNOTE: Running setscene task 3744 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libglu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb (full)\nDEBUG: Considering setscene task: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_packagedata.8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_packagedata_setscene.8688386e08b216f31058ac46e17ccc18baa829674a7540f9a955e0dcdd355b6a.qemux86_64 not available\nNOTE: Running setscene task 3747 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Considering setscene task: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['pango', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['pango', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pango', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_recipe_qa.8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pango/1.51.0.do_recipe_qa_setscene.8c2e42c55f091c6da89bcbb4b943c2107a3b263eee5f325a815749e805dd1edf not available\nNOTE: Running setscene task 3750 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_packagedata.1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_packagedata_setscene.1b0fb2ea4b578b7e616a1c40bcd2be13b26742462e3464b6d5881397ca89cb90.qemux86_64 not available\nNOTE: Running setscene task 3751 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libstd-rs/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxv', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libxv', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxv', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_recipe_qa.08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_recipe_qa_setscene.08beb8c14be4b1326124ea0ddcc4f9298373e26cd28f75f941747a78583699a0 not available\nNOTE: Running setscene task 3755 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['xkeyboard-config', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libx11/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xkeyboard-config', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xkeyboard-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_recipe_qa.0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.40.do_recipe_qa_setscene.0c9f5c929f7e32842a174f83bcf41c34086410f1400898297627c3fbcde276ec not available\nNOTE: Running setscene task 3758 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:8: including xorg-lib-common.inc\nDEBUG: Considering setscene task: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_create_spdx.d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_create_spdx_setscene.d73d1467466042e4c3cbca91bdd2cde125114cf120db97c8e56b67033f5f526e not available\nNOTE: Running setscene task 3760 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_spdx.69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_spdx_setscene.69869aabf9e65dad63e8222fc077aee24866e35dc798c77ffad33015b2004092 not available\nNOTE: Running setscene task 3761 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['gstreamer1.0', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gstreamer1.0', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gstreamer1.0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_recipe_qa.8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.22.9.do_recipe_qa_setscene.8ff9535889f669fbc86e040fb19f412f49d8be3656c3d4360f170d8628a8a40f not available\nNOTE: Running setscene task 3763 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libtheora', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libtheora', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libtheora', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/orc/0.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['libtheora', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libtheora', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_recipe_qa.a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_recipe_qa_setscene.a78f83289e68c47251d00beef7d825d94b850ac2f6b01e5fdf647037e76bb126 not available\nNOTE: Running setscene task 3767 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_packagedata.6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_packagedata_setscene.6654741ebe644afddb2f0375333ededa201c85485f45f9f507c5a238a775afc3.qemux86_64 not available\nNOTE: Running setscene task 3769 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_packagedata_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libglu/9.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libjpeg-turbo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['tiff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['tiff', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Considering setscene task: ['tiff', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['tiff', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_recipe_qa.6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_recipe_qa_setscene.6b1aeeb36488e2a490d65d10511353cff5cfb721a8898bc514019db386a60baa not available\nNOTE: Running setscene task 3772 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_spdx.f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_spdx_setscene.f6a665068d14c003489f33a19a556317b09f6607767d9410eec7f3442a2c827b not available\nNOTE: Running setscene task 3773 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_packagedata.ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_packagedata_setscene.ebf68fc22f8067adb51e0de74d9f24c44a49526548a9a68e373422455e0b17d2.qemux86_64 not available\nNOTE: Running setscene task 3774 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['sbc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_packagedata.423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_packagedata_setscene.423866a45769eeea81600aa686ad3f615c2e53ba3385acaf6f8c151fcdcdff10.qemux86_64 not available\nNOTE: Running setscene task 3776 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb (full)\nDEBUG: Considering setscene task: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/harfbuzz/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxft/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa/23.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_packagedata.a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_packagedata_setscene.a88c91bf378bbefc1ad0035d73c4407a90d7971e8ccb77b9bf00ce7253641aeb.qemux86_64 not available\nNOTE: Running setscene task 3779 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxv/1.0.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pango/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xkeyboard-config/2.40/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcb/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_packagedata.20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_packagedata_setscene.20c7eb671a9b80ba7f87ed61dd5f4e170415b56590ad02d656e2a21c87e8fd33.qemux86_64 not available\nNOTE: Running setscene task 3782 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xtrans/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['harfbuzz', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Considering setscene task: ['harfbuzz', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['harfbuzz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_recipe_qa.c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/harfbuzz/8.3.0.do_recipe_qa_setscene.c08399bb1c0664f01b345ecd6d00089b5ee9ff772135c185c48c2a9e7ed40a8f not available\nNOTE: Running setscene task 3785 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtheora/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gstreamer1.0/1.22.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_packagedata.4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_packagedata_setscene.4f627c5f53d1d66de6395bd25407eb6921f87b62b09d834ee3ce15fc9f335e86.qemux86_64 not available\nNOTE: Running setscene task 3787 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libdrm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libjpeg-turbo/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['mesa', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libjpeg-turbo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libvorbis/1.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/tiff/4.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Considering setscene task: ['libjpeg-turbo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sbc/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libjpeg-turbo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libjpeg-turbo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_recipe_qa.3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_recipe_qa_setscene.3fa586e2e58966077dd571c375c197e58b14d1da841d6db927f15bf6c45aef98 not available\nNOTE: Running setscene task 3792 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Considering setscene task: ['mesa', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mesa', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_recipe_qa.52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/mesa/23.3.5.do_recipe_qa_setscene.52978dcca54441ce338fd9f3858f2966fc5d0c261369577e9662177ea18d3fa6 not available\nNOTE: Running setscene task 3793 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libwebp/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_packagedata.45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_packagedata_setscene.45774faf9fa6498f2612ee6f7f7c447e1690dd19b794882a2f40db77914dcac0.qemux86_64 not available\nNOTE: Running setscene task 3794 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_packagedata.8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_packagedata_setscene.8809ddddc0ce25b03dc86c04d44d0b52510b91172401b41e6e264f116cdac6c1.qemux86_64 not available\nNOTE: Running setscene task 3796 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_packagedata.64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_packagedata_setscene.64017acf843d52455f36e6007a64e5668a34146390e8f803101821a8021be179.qemux86_64 not available\nNOTE: Running setscene task 3798 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Considering setscene task: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_spdx.fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_spdx_setscene.fd23f4ddc557c31ed27d686f11118c58f20f8b9828275a18702ba43140cc342d not available\nNOTE: Running setscene task 3800 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_spdx.b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_spdx_setscene.b159cbe48fef00241478032ee08ceeaac86f09d33d0fad89b87cef3282801038 not available\nNOTE: Running setscene task 3801 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_packagedata.41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_packagedata_setscene.41e34eadb57aac6d9d87c7a6d41034c84341e43201580f58182c17e4c2dfde4e.qemux86_64 not available\nNOTE: Running setscene task 3802 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libxdamage', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_create_spdx.3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_create_spdx_setscene.3d2b8d29aa26b8d9877e81a4a476dc0f243ee3db62decd352f6d43a64b0d3eeb not available\nNOTE: Running setscene task 3804 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Considering setscene task: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Considering setscene task: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_packagedata.1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_packagedata_setscene.1047fcaa9eb1316479dd5c689ab68e87e6894a9a9e445ba5a74494d5f3534ec0.qemux86_64 not available\nNOTE: Running setscene task 3807 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_packagedata.f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_packagedata_setscene.f7144633bafdcdb83a735eb6efb4e9f333364330a07edfae7d09882e0945a296.qemux86_64 not available\nNOTE: Running setscene task 3808 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['dbus', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['dbus', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['dbus', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_recipe_qa.4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_recipe_qa_setscene.4756c8803c23d78241264fe11f526a917158672c805db02c041b88323e33b244 not available\nNOTE: Running setscene task 3810 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_packagedata.28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_packagedata_setscene.28eae25d882f4eff2541500770e38acd7e67aa3632105b20d9eeed43f6a4c71b.qemux86_64 not available\nNOTE: Running setscene task 3811 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:29)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cairo/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Considering setscene task: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cairo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdrm/2.4.120/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['cairo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['cairo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_recipe_qa.8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_recipe_qa_setscene.8332d08563defacd25ea11e78f77bc90131794f27f11f353425cfd72c2eea5be not available\nNOTE: Running setscene task 3814 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/harfbuzz/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libjpeg-turbo/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wayland-protocols/1.32/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Considering setscene task: ['libdrm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['libdrm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrandr/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libdrm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libdrm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_recipe_qa.49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_recipe_qa_setscene.49d8cd2c28dfc85de9efd2a84a4c119457c5154622d17cca3aeeb39e419f19d1 not available\nNOTE: Running setscene task 3817 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_packagedata.d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_packagedata_setscene.d65f827d490fb0e5051244912a0e0802b436108cadf8f2d08e89f580f29c8931.qemux86_64 not available\nNOTE: Running setscene task 3818 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpthread-stubs/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxau/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdamage/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_packagedata.e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_packagedata_setscene.e0d08ab98ee47f652f7398c9b4d4c56d9631bcc1f3c696a6dfd6e03df2f20b84.qemux86_64 not available\nNOTE: Running setscene task 3821 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdmcp/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/mesa/23.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['vulkan-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/base-files/3.0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['vulkan-loader', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:18)\nDEBUG: Considering setscene task: ['base-files', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['base-files', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['base-files', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['base-files', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['base-files', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['base-files', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['vulkan-loader', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['vulkan-loader', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_recipe_qa.fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.268.0.do_recipe_qa_setscene.fde09e4093322e5d73974521c8aecaf6d82d9b601865991369a3e42b46297a52 not available\nNOTE: Running setscene task 3825 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/base-passwd/3.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['wayland-protocols', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['base-passwd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb (full)\nDEBUG: Considering setscene task: ['base-passwd', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Considering setscene task: ['base-passwd', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['base-passwd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_recipe_qa.3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_recipe_qa_setscene.3ac2ef483487974b183724b88af5ce822d80801a2b37bc7bb3e48c8ef2507971 not available\nNOTE: Running setscene task 3830 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['wayland-protocols', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['wayland-protocols', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_recipe_qa.4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/wayland-protocols/1.32.do_recipe_qa_setscene.4e8503cb846fbb05d550a4c87dc133b76902a6c8f9c4eb2b578f0b880789d26e not available\nNOTE: Running setscene task 3831 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_packagedata.55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_packagedata_setscene.55238324d9b90b0baf494694808c15760fc0da8a2d0c78637fedc6d763026394.qemux86_64 not available\nNOTE: Running setscene task 3832 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/dbus/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:29)\nDEBUG: Considering setscene task: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Considering setscene task: ['xrandr', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['xrandr', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xrandr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_recipe_qa.bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_recipe_qa_setscene.bc63f7f895843b3fed53f9340f5b7c660bbde8dd0590ef5eb33442eac9e46ed8 not available\nNOTE: Running setscene task 3837 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_packagedata.0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_packagedata_setscene.0d76f4ae39f00ebcb7c3d9235ac9e1438734bfe0af6dc17c7142b23b260adbcb.qemux86_64 not available\nNOTE: Running setscene task 3838 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_packagedata.afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_packagedata_setscene.afb5b7680d58394435ea1755cd662f60c551e3a8bbd5dc37471068071c03be4b.qemux86_64 not available\nNOTE: Running setscene task 3840 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libsm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libsm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/cairo/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxdamage', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxdamage', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxdamage', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_recipe_qa.77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_recipe_qa_setscene.77065a353a723d5192dd23ac126c7aa53b838a2d129f22b9e0f8ff391b371202 not available\nNOTE: Running setscene task 3844 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxft', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libxft', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxft', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_recipe_qa.2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_recipe_qa_setscene.2f5f6ea4b22e8bd1fb8fcd5890ee763944149cdfe145b2ea6aedc87737fcccd5 not available\nNOTE: Running setscene task 3846 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_packagedata.666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_packagedata_setscene.666bc466823b7066ae252fa47ec564f4f4e7f0f21489e69b16e38d86b91d4706.qemux86_64 not available\nNOTE: Running setscene task 3847 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fontconfig/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_packagedata.87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_packagedata_setscene.87b1d53ce1036d411eff77ca41539e5c1e6186093b1694a4365f1b6bf053ba17.qemux86_64 not available\nNOTE: Running setscene task 3849 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libdrm/2.4.120/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['fontconfig', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb (full)\nDEBUG: Considering setscene task: ['fontconfig', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['fontconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_recipe_qa.839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_recipe_qa_setscene.839ea9a6983e736ea9dc7ff68b7c2a15872da0041fcc68d4495a0d460e19a7c7 not available\nNOTE: Running setscene task 3852 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_packagedata.3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_packagedata_setscene.3abcd06b427aae046df510bc8959bc401125cb50a3dfa7c39f20e8b47e31eec3.qemux86_64 not available\nNOTE: Running setscene task 3853 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['vulkan-headers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/wayland-protocols/1.32/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['vulkan-headers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['vulkan-headers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_recipe_qa.73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.268.0.do_recipe_qa_setscene.73e43356b2b357a06770d29b6fd0931feb7242177b4a4395b56a6637d43f1e38 not available\nNOTE: Running setscene task 3857 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/base-passwd/3.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libxshmfence', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_packagedata.44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_packagedata_setscene.44fe1660d38d3e135d94d204f1fe6aa42c731cb524f9706aee5cf48e8e1e2bcb.qemux86_64 not available\nNOTE: Running setscene task 3859 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_packagedata.516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_packagedata_setscene.516a1afe3bce42b6e7d984e391cfaa6cb90dbc6082f262b1af9b58dea8c233e2.qemux86_64 not available\nNOTE: Running setscene task 3861 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wayland/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxxf86vm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_packagedata.b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_packagedata_setscene.b12fbd08b986f19cd7cc787bfd5256d243c3a4b21cc7dd5b6ccb7e03d871cb49.qemux86_64 not available\nNOTE: Running setscene task 3863 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['pixman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['pixman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xrandr/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpciaccess/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['wayland', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsm/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['wayland', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['wayland', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_recipe_qa.f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/wayland/1.22.0.do_recipe_qa_setscene.f97849ac0753c14bec3426544c2cc45cd54dd3ae81aa8cc1050b6aedd0e2b25a not available\nNOTE: Running setscene task 3867 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libpciaccess', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libpciaccess', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpciaccess', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_recipe_qa.8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpciaccess/0.17.do_recipe_qa_setscene.8aa44f75684d01b08200548ca323f120e86f6e9d55ccaf1acf7a448272e34838 not available\nNOTE: Running setscene task 3870 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Considering setscene task: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_packagedata.6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_packagedata_setscene.6349ba88c8f30ca799df20a6640057023b190a2db8204ea1cf9eb369ccab856e.qemux86_64 not available\nNOTE: Running setscene task 3872 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdamage/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Considering setscene task: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxft/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrandr/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libsm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libsm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libsm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_recipe_qa.8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_recipe_qa_setscene.8ebd3f6a296b61d5c66b9b4d08044c862ec168a1ea7b6bfaf4ad79f148696d52 not available\nNOTE: Running setscene task 3875 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:9: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_create_spdx.dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_create_spdx_setscene.dbcaa3dfd00c133ae7c41f059d174fc37d1b26d6ad763579054938ea876a2dca not available\nNOTE: Running setscene task 3876 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_create_spdx.8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_create_spdx_setscene.8cc31ac0617ec207652e6ceb1615a3848ca70b73b38785e5e9dc5b4ab4f2aa4b not available\nNOTE: Running setscene task 3877 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxrandr', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxshmfence/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Considering setscene task: ['libxrandr', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxrandr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_recipe_qa.617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_recipe_qa_setscene.617ef7bfb163a38474d3c04459c84b4ab530004dbd714bb13a6ff6c29408f84a not available\nNOTE: Running setscene task 3880 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_packagedata.862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_packagedata_setscene.862980b86d05b666de1ce73bad06f2544cf74a588b41f99754a6126dd7cddf41.qemux86_64 not available\nNOTE: Running setscene task 3881 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libxrender', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/freetype/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fontconfig/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['freetype', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['freetype', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['freetype', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['freetype', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_recipe_qa.0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_recipe_qa_setscene.0bff95bcf663720f83060ec8291945bec7a92a45731b30991ba4af22d73487b7 not available\nNOTE: Running setscene task 3885 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxtst/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxshmfence', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libxshmfence', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxshmfence', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_recipe_qa.e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_recipe_qa_setscene.e42491f65d4047efdbe25074ec8ae18ed0ed92f7258f48a7b227f6893dc898c0 not available\nNOTE: Running setscene task 3888 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Considering setscene task: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxxf86vm/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_packagedata.c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_packagedata_setscene.c447cff6617db3f6ddb6fb558e7f810e25314384e2d2d0a03a5cab760bfadfcf.qemux86_64 not available\nNOTE: Running setscene task 3890 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pixman/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libxtst', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libxtst', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxtst', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_recipe_qa.cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_recipe_qa_setscene.cf4f3812e316360d388e070e31a8df7f6afe7a9302f384ddf459b708ac655bb8 not available\nNOTE: Running setscene task 3893 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Considering setscene task: ['libxxf86vm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libxxf86vm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxxf86vm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxxf86vm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_recipe_qa.183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_recipe_qa_setscene.183b8e2a43694cba4220bd65dd0ba47c36de503556f3bd97dd30eb4714bb3aa0 not available\nNOTE: Running setscene task 3896 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['pixman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['pixman', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/wayland/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpciaccess/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['pixman', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pixman', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_recipe_qa.5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_recipe_qa_setscene.5f73b95c31cc87ca702697d6d3f2e133536301979feecf32b14a5389fddfe4e4 not available\nNOTE: Running setscene task 3899 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libice/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_create_spdx.776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_create_spdx_setscene.776e0ed7a145ad5ac8d2b22550cc51cf054fe3f6a6e10de6ce67224562064971 not available\nNOTE: Running setscene task 3900 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_spdx.8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_spdx_setscene.8627887109d03a6affacf6a646031847fb1f535c15d3279aa02d24b1583e1e86 not available\nNOTE: Running setscene task 3901 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-proto/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xorgproto/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrandr/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libice', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrender/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libice', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libice', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libice', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_recipe_qa.4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_recipe_qa_setscene.4b4bb2c5b9cdb9a0691b8a245f219bed521d647b96a664de2acb9c9b55215fc9 not available\nNOTE: Running setscene task 3904 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsm/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxrender', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libxrender', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libxrender', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxrender', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_recipe_qa.cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_recipe_qa_setscene.cf8bb8e91ea9259776e70b2ede546deb30a75a4a24f4243be1e9b2007ea137a6 not available\nNOTE: Running setscene task 3907 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_packagedata.cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_packagedata_setscene.cbc75de90ea21da03191ebf5e95ba4b1f2bc178b45a6791e063c4b0e7b4de53c.qemux86_64 not available\nNOTE: Running setscene task 3908 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/freetype/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxshmfence/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_packagedata.b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_packagedata_setscene.b0d8ade866760e232b82b97065bfe38a91fc55923b73f291ff5e89c7f1f0624b.qemux86_64 not available\nNOTE: Running setscene task 3911 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Considering setscene task: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxi/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['sbc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['sbc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['sbc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_recipe_qa.7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_recipe_qa_setscene.7388eae7d1719142bfb5a03162e89b3f6542a4502927ee20ac014ebe510484cb not available\nNOTE: Running setscene task 3914 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Considering setscene task: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxtst/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_packagedata.2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_packagedata_setscene.2b95330e3340b0e45aabb05c56d60f5439ac660d4605dfecbf65659ecc350b14.qemux86_64 not available\nNOTE: Running setscene task 3917 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxxf86vm/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libxv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['libxres', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-macros/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_packagedata.8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_packagedata_setscene.8ae36f574f020a83233d15db49e21f06b65ea7056735ea4fbe667a8718a6ce74.qemux86_64 not available\nNOTE: Running setscene task 3919 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libogg/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/pixman/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxfixes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libxi', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libxi', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_recipe_qa.c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_recipe_qa_setscene.c85d26a6ced5aeff285b15d4c8d57386eccf14a311030a4cc96f8f0a1df55967 not available\nNOTE: Running setscene task 3922 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libwebp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libwebp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libwebp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_recipe_qa.8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libwebp/1.3.2.do_recipe_qa_setscene.8ab4ed99ddb95c44c997792a34ab359612502d1d76ecb3e6afb5ae9c016748c1 not available\nNOTE: Running setscene task 3924 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['at-spi2-core', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['at-spi2-core', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['at-spi2-core', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_recipe_qa.2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.50.1.do_recipe_qa_setscene.2f3acb557bad723485a060e4e3fbb689350bfa971f99c20203bc97b8364ba249 not available\nNOTE: Running setscene task 3926 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_packagedata.6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_packagedata_setscene.6c7ff951adf4c456a8477a715a56c1df1aa7119576fd193b2b3e77291135511b.qemux86_64 not available\nNOTE: Running setscene task 3927 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_packagedata.23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_packagedata_setscene.23737061cdd2671963ce7d819d208b4a04266ca82eac62e89d1eada76793fcd3.qemux86_64 not available\nNOTE: Running setscene task 3928 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libice/1.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_create_spdx.08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_create_spdx_setscene.08177c44be4690c78db18446efbd862fc8d7bf8d307eb0801c44f110eebc4929 not available\nNOTE: Running setscene task 3930 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxrender/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpng/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['gnutls', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gnutls', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gnutls', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_recipe_qa.704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gnutls/3.8.3.do_recipe_qa_setscene.704779cff8364738cd91b30b89764bab351faad14ab3afa98a39b846e21a525d not available\nNOTE: Running setscene task 3934 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsndfile1/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libpng', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libpng', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpng', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_recipe_qa.3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpng/1.6.41.do_recipe_qa_setscene.3785241668f458da3d37865342cd520aa9b2062abf83ba9d88345e46f121c292 not available\nNOTE: Running setscene task 3937 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sbc/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_packagedata.93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_packagedata_setscene.93a383397787b64f84f6b9dea7a28849c453522556d0f3bac20ae9f61a60472b.qemux86_64 not available\nNOTE: Running setscene task 3939 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Considering setscene task: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxext/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_packagedata.f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_packagedata_setscene.f669c08cc1cfe0a982dc82ccac8b02d84662a804e3916fd58f1eb9a4439492c4.qemux86_64 not available\nNOTE: Running setscene task 3941 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Considering setscene task: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb (full)\nDEBUG: Considering setscene task: ['libxext', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Considering setscene task: ['libxext', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_recipe_qa.4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxext/1.3.5.do_recipe_qa_setscene.4fdf23162e5759be67dbe811bc778e7b7d96286921a0a719d31a6a200503dbd4 not available\nNOTE: Running setscene task 3945 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfixes/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libsndfile1', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libsndfile1', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libsndfile1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_recipe_qa.97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_recipe_qa_setscene.97339b30178b0b614fb618785d7ebc1891ee96b12daca392260b79ed32af5d60 not available\nNOTE: Running setscene task 3947 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_packagedata.98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_packagedata_setscene.98469170b36e4b98e8a006adac462c2fb42458368a3905c0eb5477b49b933be9.qemux86_64 not available\nNOTE: Running setscene task 3949 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxi/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libwebp/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Considering setscene task: ['libxfixes', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxfixes', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxfixes', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_recipe_qa.93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_recipe_qa_setscene.93908ccd197a7856de433aeb718c4f41e99874cd67baf8b4555452d67396eff6 not available\nNOTE: Running setscene task 3952 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/attr/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/at-spi2-core/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fribidi/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_packagedata.ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_packagedata_setscene.ecf8a4dbc26afeb1ff75590ef9c6ce62debf2188707985153fa4632a21a4a9ea.qemux86_64 not available\nNOTE: Running setscene task 3953 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libvorbis', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/curl/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_packagedata.12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_packagedata_setscene.12f7b122131ffa1a5c4c8f120cd0b0dfaad90eff98e0ccfe36aeb01ce87ee862.qemux86_64 not available\nNOTE: Running setscene task 3956 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_packagedata.1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_packagedata_setscene.1fb23c77db1d1768e38c174a4a8a7401680d0f80fae4e6d1fe81422b50cd282a.qemux86_64 not available\nNOTE: Running setscene task 3958 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libidn2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpng/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['curl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['curl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['curl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_recipe_qa.3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/curl/8.6.0.do_recipe_qa_setscene.3ed268286a6af3b511a767d3906523901bf929f4596630bd8b2ffc5c3411d3df not available\nNOTE: Running setscene task 3961 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_packagedata.f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_packagedata_setscene.f4b2e7af76140e8265b95a15ad4729b5500c53ad0329c65de7bce6403d7864f7.qemux86_64 not available\nNOTE: Running setscene task 3962 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gnutls/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-lib/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_spdx.1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_spdx_setscene.1ef6ac08fd6b16e9aae9da472f8d12999ca7a4e3003771934cc98516fbdedfa0 not available\nNOTE: Running setscene task 3964 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Considering setscene task: ['iso-codes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flac/1.4.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Considering setscene task: ['alsa-lib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['alsa-lib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['alsa-lib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_recipe_qa.b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.10.do_recipe_qa_setscene.b4a089fcc265cc6d22e73822e047fb15bf702e89c5008e1443b06ca631e1f429 not available\nNOTE: Running setscene task 3968 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxext/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['flac', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['flac', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['flac', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['flac', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_recipe_qa.3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_recipe_qa_setscene.3b725ecb2dcc8b6be735b5ef652154b6f8dafe883a609184c6633ddf52a9cc47 not available\nNOTE: Running setscene task 3971 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libsndfile1/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_create_spdx.a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_create_spdx_setscene.a43c06ba2be52233022889719629b77e8c843d3592d775b960ff07b577d1e35d not available\nNOTE: Running setscene task 3972 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libx11/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_packagedata.de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_packagedata_setscene.de17f45c3a3e79ede4b4c067a8acf2641e6386406ecdbdd50c3836da2d5b92cf.qemux86_64 not available\nNOTE: Running setscene task 3974 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Considering setscene task: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Considering setscene task: ['libx11', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb (full)\nDEBUG: Considering setscene task: ['libx11', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libx11', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_recipe_qa.9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libx11/1.8.7.do_recipe_qa_setscene.9002f1d0d4c69a7337dd6c3e35e6c01be436d72d745ba32335323245344455f8 not available\nNOTE: Running setscene task 3977 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_packagedata.39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_packagedata_setscene.39ff8f9924c75a96e38949cb60cf295bb221487fabc125dc21452396065910e8.qemux86_64 not available\nNOTE: Running setscene task 3978 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxfixes/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libvorbis/1.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_packagedata.10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_packagedata_setscene.10eb0e3b04556cd24a1495636577658ce9c569c1439f159505d1794c4b12d699.qemux86_64 not available\nNOTE: Running setscene task 3980 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['xtrans', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libsm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libice', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Considering setscene task: ['libvorbis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_packagedata.2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_packagedata_setscene.2952cbf9832d198420071926d4cbf9d66011981adbd1f31fb2e3b6d0034a6eb3.qemux86_64 not available\nNOTE: Running setscene task 3983 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libogg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libogg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['speex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['flac', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fribidi/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libvorbis', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libvorbis', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libvorbis', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_recipe_qa.35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_recipe_qa_setscene.35515cbbfb30dfdeb881e5ec49211049314e28a9c1cc66d2fc4237213d8542aa not available\nNOTE: Running setscene task 3986 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libidn2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/iso-codes/4.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['fribidi', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtasn1/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libidn2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Considering setscene task: ['libidn2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libidn2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_recipe_qa.48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_recipe_qa_setscene.48dbdb282fcf43666cd32d2f42bbd0035e44584657b187a7c8fadc157037c5c8 not available\nNOTE: Running setscene task 3991 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/curl/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['fribidi', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['fribidi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_recipe_qa.0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/fribidi/1.0.13.do_recipe_qa_setscene.0d7635caf51e7b08afaf09d74362a6d30707cb129110db2c7381f9445fd6843c not available\nNOTE: Running setscene task 3992 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libtasn1', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Considering setscene task: ['libtasn1', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libtasn1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_recipe_qa.48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_recipe_qa_setscene.48e7eb61893b25f920c744bcc40db236b9cc84e70134a9a87eca670026ef97c1 not available\nNOTE: Running setscene task 3995 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/alsa-lib/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_packagedata.a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_packagedata_setscene.a4e1124f0d2d0de3cfc859cc4859e9d3e362f13c6519917a226a1b95c16b78e6.qemux86_64 not available\nNOTE: Running setscene task 3996 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libseccomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_create_spdx.57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_create_spdx_setscene.57689bfd3b836d8bc8dc3c69f0de0814c6cda3d7fc6cdfca661e2d360874c8fb not available\nNOTE: Running setscene task 3998 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/flac/1.4.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Considering setscene task: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libical/3.0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_create_spdx.29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_create_spdx_setscene.29a4e0d5af4f89cf6fa48c5ce67c0547f750b3c9fb405ff99684e3221a01fd6f not available\nNOTE: Running setscene task 4000 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libseccomp/2.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_create_spdx.4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_create_spdx_setscene.4288fabd1ec1c5411ab77d03a10b85742c7ab73add096828fd7b6ad3b6bae548 not available\nNOTE: Running setscene task 4002 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_create_spdx.25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_create_spdx_setscene.25b9a7f8cbfa55e80391c947a236788c928ebbc16691c59081e04a1680351aab not available\nNOTE: Running setscene task 4003 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_create_spdx.fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_create_spdx_setscene.fe41a731b4244c4c572b928fbda7af3b99bb4848e808d3a7c7032a021b9feed8 not available\nNOTE: Running setscene task 4004 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_packagedata.b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_packagedata_setscene.b19b8303dd5df842cf0526967bd608466cf2cab84054974765bb650ae0f33904.qemux86_64 not available\nNOTE: Running setscene task 4005 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libx11/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcb/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libseccomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb (full)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Considering setscene task: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xtrans/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_packagedata.0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_packagedata_setscene.0cfcc87daeeb46169f74a3f3b4b736f7f518898f72b83431a2603c0f9e7bb12e.qemux86_64 not available\nNOTE: Running setscene task 4008 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['libpthread-stubs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libogg/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_packagedata.eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_packagedata_setscene.eac05083638e64c4d74e89760c694d7504192e983bc3bff30579cb70f923d31f.qemux86_64 not available\nNOTE: Running setscene task 4010 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Considering setscene task: ['libxau', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libvorbis/1.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxcb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxcb', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxcb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_recipe_qa.6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcb/1.16.do_recipe_qa_setscene.6c8b3b780450b51bd2be2f67e0dbfa6ff6d7c888cdc5f9f239aa5b468bb1c5ca not available\nNOTE: Running setscene task 4013 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_packagedata.c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_packagedata_setscene.c2caa58fa58f1f920505a5d5f733c503b1105bdd8ec792a0a59048d13688cff5.qemux86_64 not available\nNOTE: Running setscene task 4014 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Considering setscene task: ['xtrans', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: Considering setscene task: ['xtrans', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Considering setscene task: ['xtrans', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xtrans', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_recipe_qa.6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_recipe_qa_setscene.6ad866e278a45e0bd7615ea9bee27891e3354e1a7abf944f120e716dff021636 not available\nNOTE: Running setscene task 4018 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_packagedata.847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_packagedata_setscene.847b0aa69b4a4b27ff455aa8de60a3b6d3275a91b110e4811ab3cf56c5ec6b5f.qemux86_64 not available\nNOTE: Running setscene task 4019 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/fribidi/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/iso-codes/4.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libidn2/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunistring/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtasn1/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libogg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libusb1/1.0.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libogg', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libogg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libogg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_recipe_qa.bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_recipe_qa_setscene.bef9bcc38fb4e46e4740e2828d7f2951234bcc6de53b7b9ab19f9c0be0f628d4 not available\nNOTE: Running setscene task 4023 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_spdx.f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_spdx_setscene.f9d6a0d6e7651d2819d2c99cbe0e8c61aeaaa861087b0750b0fe05c1645eaff0 not available\nNOTE: Running setscene task 4024 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['iso-codes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vala/0.56.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['iso-codes', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/icu/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libical/3.0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['iso-codes', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['iso-codes', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_recipe_qa.95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_recipe_qa_setscene.95f7cf4e2df2b2568a24a1819a6c772cf6c041cdee50ef794df21b9e8168e448 not available\nNOTE: Running setscene task 4027 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb (full)\nDEBUG: Considering setscene task: ['libseccomp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libseccomp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libseccomp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_recipe_qa.b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_recipe_qa_setscene.b47de90412f0d89dba1bbc1c4447df8a31416a51cfa3feb91ae734d4404a3c63 not available\nNOTE: Running setscene task 4029 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gobject-introspection/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Considering setscene task: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpthread-stubs/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxau/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_packagedata.8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_packagedata_setscene.8a59e80cae499c2e8a770687981e1507651d3be68b0bf10a4973a37248452990.qemux86_64 not available\nNOTE: Running setscene task 4031 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcb/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_packagedata.12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_packagedata_setscene.12886b8c184f73a6e959ef633f5788c7ad9f22bab43353a4ab95289001dcd632.qemux86_64 not available\nNOTE: Running setscene task 4033 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdmcp/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb (full)\nDEBUG: Considering setscene task: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['libpthread-stubs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xtrans/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-proto/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Considering setscene task: ['libpthread-stubs', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['libpthread-stubs', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpthread-stubs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_recipe_qa.4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_recipe_qa_setscene.4fb4eebe963aca52cd139e2f99cb65c5a81d05696d3e668d78912ccd45e9ca5e not available\nNOTE: Running setscene task 4037 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxau', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libxau', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxau', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_recipe_qa.c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_recipe_qa_setscene.c9342e8ffda9ed7a39f106e98135389e35e8c8b98f0670006cdd782abfff4b76 not available\nNOTE: Running setscene task 4040 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Considering setscene task: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libxdmcp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxdmcp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxdmcp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_recipe_qa.fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.4.do_recipe_qa_setscene.fee0ab714ff8cbdb47d6f92593a897963b37be47d8f2e8cf40b19d7ae4ae2b43 not available\nNOTE: Running setscene task 4043 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['xcb-proto', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xcb-proto', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xcb-proto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_recipe_qa.b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xcb-proto/1.16.0.do_recipe_qa_setscene.b9d4e6867dee67500b4d9b26fa805b167cceb11d02945c913b4b5ef2ccd33517 not available\nNOTE: Running setscene task 4046 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_packagedata.ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_packagedata_setscene.ee56f3ea4fb866eaabd7eed840839f602b00b15b72388a597104666c5eb1d705.qemux86_64 not available\nNOTE: Running setscene task 4047 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libogg/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libsm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libxv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libice', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['libxres', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/iso-codes/4.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/eudev/3.2.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_packagedata.e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_packagedata_setscene.e2d60739973f4c28708a01be6fa2b12e04b8d803629bf544bd62315ca2f5b5a1.qemux86_64 not available\nNOTE: Running setscene task 4049 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_spdx.820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_spdx_setscene.820f13e192ca76f68bf5c68db3f05c7d91e810055001d2bc394d894e87969f61 not available\nNOTE: Running setscene task 4050 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libseccomp/2.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_create_spdx.772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_create_spdx_setscene.772f3d7f1aa7e4a4438c056134b155398012a8cf122f5476aa83e1e74cd143fa not available\nNOTE: Running setscene task 4051 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['util-macros', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['font-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libice', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxres', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxau', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['libsm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['libxv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_create_spdx.820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_create_spdx_setscene.820ae53070efbea5261db1325628ab1c7cf8f63c0b1131a9072afae1117ecd31 not available\nNOTE: Running setscene task 4053 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vala/0.56.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_packagedata.4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_packagedata_setscene.4e73b60b356bc564e41b6922a38d9a392594fbe8b65585133a316cb43528cd32.qemux86_64 not available\nNOTE: Running setscene task 4054 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Considering setscene task: ['vala', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Considering setscene task: ['vala', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['vala', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_recipe_qa.1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/vala/0.56.13.do_recipe_qa_setscene.1b7d2ed813ee2ea5cae423bee010327359fca85f0b80491a316314bce83626b1 not available\nNOTE: Running setscene task 4058 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['libical', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gobject-introspection/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Considering setscene task: ['libical', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libical', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_recipe_qa.c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libical/3.0.17.do_recipe_qa_setscene.c51fd239c9cc0353b64d83f4361a4f1b1cd1701eaeda14c57e4560e274352fb0 not available\nNOTE: Running setscene task 4060 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_packagedata.4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_packagedata_setscene.4604051f3a1f7bdbd6eedaea3a54f66769bab0990e1a9048b1e61fc58126796b.qemux86_64 not available\nNOTE: Running setscene task 4061 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpthread-stubs/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_packagedata.7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_packagedata_setscene.7bc7dee6a561ecdfec5ec5fe65fe4258f9e78b8f92dae0182a0bdfd336880357.qemux86_64 not available\nNOTE: Running setscene task 4062 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb (full)\nDEBUG: Considering setscene task: ['gobject-introspection', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Considering setscene task: ['gobject-introspection', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gobject-introspection', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_recipe_qa.a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.78.1.do_recipe_qa_setscene.a48ebf78f5e3b85e0ceaed91c8d0f490b586a284701b956ac05ff498c179a9ad not available\nNOTE: Running setscene task 4065 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxau/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_packagedata.63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_packagedata_setscene.63ce6db21566f841c4ff99a88a88f96df5716d61936862d8b9c60a66730a54f9.qemux86_64 not available\nNOTE: Running setscene task 4066 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxdmcp/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['nettle', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['nettle', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_spdx.e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_spdx_setscene.e7ca478d9b30c7c93b5adb860fba00df9e7c5e557d3fe60c62772f96c5b9615b not available\nNOTE: Running setscene task 4068 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xcb-proto/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['shared-mime-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_lic.9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_lic_setscene.9580b2af3264ee6a72fa824b4c2b894e926e80c4b58c9ac9262cd985482b93f0 not available\nNOTE: Running setscene task 4070 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xorgproto/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/update-rc.d/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_create_runtime_spdx.a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_create_runtime_spdx_setscene.a7427954080a6bdb8d75eb36b53c9d653bda4ff45ffaeeae39c88492e51339a4 not available\nNOTE: Running setscene task 4071 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Considering setscene task: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-macros/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xorgproto', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Considering setscene task: ['xorgproto', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xorgproto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_recipe_qa.6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xorgproto/2023.2.do_recipe_qa_setscene.6236c07542503017f3674996fee2a517db860eaccfba799e59549d5d92dd078a not available\nNOTE: Running setscene task 4074 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_populate_lic.ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_populate_lic_setscene.ac5fd60df7541868e95dd82b3a759698a0c4b38eac2b40e29cf8baf240e769ff not available\nNOTE: Running setscene task 4075 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['util-macros', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: Considering setscene task: ['util-macros', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['util-macros', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_recipe_qa.7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-macros/1.20.0.do_recipe_qa_setscene.7d80493ed6d0123534e8a03ec7921a4ab057d5361d7418a79546742ccb48561e not available\nNOTE: Running setscene task 4078 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_create_spdx.6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_create_spdx_setscene.6b1d2e27b419d9caedc59698ab9aa22f20253dc42ee2d8372903bd308fbe6c3a not available\nNOTE: Running setscene task 4079 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_runtime_spdx.9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_runtime_spdx_setscene.9565b34f2df3bd54a59da90cd0c0d4d1c3112e8a8827d6c3e9b87319094ccc3e not available\nNOTE: Running setscene task 4080 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kmod/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/icu/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/vala/0.56.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunistring/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libical/3.0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libusb1/1.0.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['icu', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['icu', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['icu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_recipe_qa.9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/icu/74-1.do_recipe_qa_setscene.9e2dd714d9e94b73e98b16386f2b67362921931318dcf20ffc499cb5a5e58bc1 not available\nNOTE: Running setscene task 4083 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libunistring', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libunistring', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libunistring', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_recipe_qa.4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libunistring/1.1.do_recipe_qa_setscene.4f6b762782bef86c640181393e301cebc8daa9677b8355bd1bc81d1e96276420 not available\nNOTE: Running setscene task 4086 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Considering setscene task: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_packagedata.a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_packagedata_setscene.a1e657235b3d161d93e7f8c97b226aaaf38b1defbb9475362e841ada272937e9.qemux86_64 not available\nNOTE: Running setscene task 4088 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nettle/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gobject-introspection/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:0)\nDEBUG: Considering setscene task: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shared-mime-info/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libusb1', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb (full)\nDEBUG: Considering setscene task: ['libusb1', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libusb1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_recipe_qa.d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libusb1/1.0.26.do_recipe_qa_setscene.d6c25673f8e82ba4ae8acd4ae82cd32a77649cb20a13930dc894fb349d61bfbd not available\nNOTE: Running setscene task 4091 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_create_spdx.bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_create_spdx_setscene.bd0b58fec81f4665664ac3ed5fe34dda2a5df06cf6a095c3d2d15e53b0305fa0 not available\nNOTE: Running setscene task 4092 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_create_spdx.190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_create_spdx_setscene.190c4fbc2c6aec9fa3168ad672ac81e044c448e1597f11cf2adf8c833b2db9c1 not available\nNOTE: Running setscene task 4093 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Considering setscene task: ['nettle', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_packagedata.156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_packagedata_setscene.156ad9788d03e695ac2928b2e9c3d45c66037a1939205ca6498fc2093ec4ce56.qemux86_64 not available\nNOTE: Running setscene task 4095 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Considering setscene task: ['gmp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['nettle', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['gmp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['nettle', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Considering setscene task: ['nettle', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xorgproto/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['nettle', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['nettle', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_recipe_qa.6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_recipe_qa_setscene.6191c021e524e7563474f0c2be68c5b1e11b9f191b83597dce48e1418ab5ee3c not available\nNOTE: Running setscene task 4098 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-macros/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_packagedata.bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_packagedata_setscene.bc7b02d78db8e7b3c34fb5488ed04ae35380cf5eb836f265402730f878d6d2ec.qemux86_64 not available\nNOTE: Running setscene task 4099 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zlib-native/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zlib-native/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/update-rc.d-native/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_lic.036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_lic_setscene.036e4a0fe844882231c7cd61eb4debce5f5906f86133f4faedb9ab6cef94a776 not available\nNOTE: Running setscene task 4100 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_runtime_spdx.ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_runtime_spdx_setscene.ac86bb8443aca9c53ab2bdded5189927ed5cd4fb92afe1fb2c5f69fb519b8d94 not available\nNOTE: Running setscene task 4101 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_lic.07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_lic_setscene.07c9b6538a6341e7a85dc769a0ff070e55557e2227f037d19a821802142f0d29 not available\nNOTE: Running setscene task 4102 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_runtime_spdx.5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_runtime_spdx_setscene.5eeccda3384279cd6c70da43b959ad5de955bbbe47f84bcd70ecb5d90a5953a0 not available\nNOTE: Running setscene task 4103 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_lic.a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_lic_setscene.a8781dd5ef281f109274db06d77acf6725287e54554494d6630cfef21f5f1534 not available\nNOTE: Running setscene task 4104 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-linux-native/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/icu/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libunistring/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/eudev/3.2.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_runtime_spdx.336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_runtime_spdx_setscene.336fe9def97641538e346e987570a7b07636f8a92e37d71ed35a804442ab49f5 not available\nNOTE: Running setscene task 4105 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/autoconf-archive-native/2023.02.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libusb1/1.0.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_packagedata.f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_packagedata_setscene.f2e0e7d80a5ff1bf259dfd9aef887d9b9ff865a8b8620ebdabd75db15c4d1f23.qemux86_64 not available\nNOTE: Running setscene task 4107 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_packagedata_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['initscripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['busybox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gmp/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['eudev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Considering setscene task: ['eudev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['eudev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_recipe_qa.724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_recipe_qa_setscene.724d5b8b094a3e3842a18011bc4d3e2987590ba29c639e2d0998c737ac17761a not available\nNOTE: Running setscene task 4110 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxml2/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_packagedata.fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_packagedata_setscene.fdff814a80c370a91655eab47206955e8173bb7274b49a21738d8b526af4f7ba.qemux86_64 not available\nNOTE: Running setscene task 4111 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['update-rc.d', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['busybox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-2.0/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_create_spdx.093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_create_spdx_setscene.093022d9baadfccfeeffa8c08fccdf61d460695342f488fc8f1458447a9beb58 not available\nNOTE: Running setscene task 4113 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_packagedata.41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_packagedata_setscene.41045dab2b99556517a973ee43fea4443a352d13043a62e204e066da25d114cc.qemux86_64 not available\nNOTE: Running setscene task 4114 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_spdx.93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_spdx_setscene.93a95d881c30947a4deecf9b4e07470ca9e6f2a216fbd9455d80cd027c2b8a8a not available\nNOTE: Running setscene task 4116 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/nettle/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shared-mime-info/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_create_spdx.269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_create_spdx_setscene.269be7af88972d3b819f82fbc99676bd879fb4084c609910681a728578bde6ad not available\nNOTE: Running setscene task 4117 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['gmp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Considering setscene task: ['gmp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:5: including qemu-native.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:1: including qemu.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: Considering setscene task: ['gmp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gmp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_recipe_qa.3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_recipe_qa_setscene.3733bd07e7858bfa9d89f9316b7265c52581319338331fed21934e0a8e44cdfc not available\nNOTE: Running setscene task 4120 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_create_spdx.0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_create_spdx_setscene.0b2551117e85585953a868a9658d2aff5c3e723c9fa35d8e7bbbd22c129a9f7e not available\nNOTE: Running setscene task 4121 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['shared-mime-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_packagedata.d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_packagedata_setscene.d262868a039a609a23e6da00a182efa7c365bf641e032b4ff08ab21df6b9b807.qemux86_64 not available\nNOTE: Running setscene task 4123 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/autoconf-archive-native/2023.02.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Considering setscene task: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['blktool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/update-rc.d/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/autoconf-native/2.72e/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/autoconf-native/2.72e/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/automake-native/1.16.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/automake-native/1.16.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['initscripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/eudev/3.2.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['initscripts', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['initscripts', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['initscripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_recipe_qa.1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_recipe_qa_setscene.1c0c2fe942d496274c02ae4512928fa47e06efe087ef7d9b001a325e57346651 not available\nNOTE: Running setscene task 4127 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_packagedata.d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_packagedata_setscene.d4b3ac7a5772ebc49d7027c167439a937c77be5b007e359e68b4001db1b30a81.qemux86_64 not available\nNOTE: Running setscene task 4128 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-native/8.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kmod/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bison-native/3.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['update-rc.d', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['update-rc.d', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['update-rc.d', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['update-rc.d', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_recipe_qa.a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/all-poky-linux/update-rc.d/0.8.do_recipe_qa_setscene.a722813c7604814a0a040a7fea67aeb89de95529ad0e75ba280dd2574c13aba7 not available\nNOTE: Running setscene task 4132 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Considering setscene task: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['kmod', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gmp/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['kmod', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['kmod', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_recipe_qa.173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/kmod/31.do_recipe_qa_setscene.173fd6d766770481b8f25754475f59368d02214e4b9ab5b76a3c5a269c40583a not available\nNOTE: Running setscene task 4135 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre2/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['shared-mime-info', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['shared-mime-info', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['shared-mime-info', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_recipe_qa.a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_recipe_qa_setscene.a95fde080c3698622bd62971df9763ec19ee96b1e40d248e15827f9dd0cf8a74 not available\nNOTE: Running setscene task 4137 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_populate_sysroot.ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_populate_sysroot_setscene.ee42ce232fd2357801df6c2c5e4846968194bd73de3c9bd6c875b6a04b2bceb6 not available\nNOTE: Running setscene task 4138 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_create_spdx.3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_create_spdx_setscene.3768c894b86896d91bcddd7196d4d3615a22dd8e75b3ec34a1553ad274f9ef73 not available\nNOTE: Running setscene task 4139 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_create_spdx.54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_create_spdx_setscene.54c0c8d7fd3bebce38bc0abefd4b4fb08494e310977204ae4742169e7b574dd8 not available\nNOTE: Running setscene task 4140 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_lic.21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_lic_setscene.21dcd30ba7fa27ccd4acd1d7403ba0845330e3b999bb3a7d0528c5eb02aa29a0 not available\nNOTE: Running setscene task 4141 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_runtime_spdx.0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_runtime_spdx_setscene.0e949bbc881219bae2ceaebff43ed00fb60372f0a64ff8064d26cb596ece203c not available\nNOTE: Running setscene task 4142 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_lic.ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_lic_setscene.ca0dafa8ec3fd6ca3079d0959f5db40e41d7f1e3e4de0c609d4429b62c0b0d8b not available\nNOTE: Running setscene task 4143 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_create_spdx.22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_create_spdx_setscene.22c54855a4bab8b9b1a6f2a2e859b6c8a9f26a28e0224d9a260fe6a082bc4893 not available\nNOTE: Running setscene task 4144 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-2.0/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_create_spdx.ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_create_spdx_setscene.ad79a8fa8916dfc09a0dafffc3946efe6d659f94fa0a8c0c5e184c928fe36ea2 not available\nNOTE: Running setscene task 4145 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['glib-2.0', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Considering setscene task: ['glib-2.0', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['glib-2.0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_recipe_qa.dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glib-2.0/2.78.3.do_recipe_qa_setscene.dc30db4bad303ac5fb46b2edef78f757163beb8c1658e254b87a7053402d3cba not available\nNOTE: Running setscene task 4148 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/initscripts/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_spdx.2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_spdx_setscene.2c7d3b664a19c0f801b5b38269957a20706320dd96df4fa0ab5a75b775ae0630 not available\nNOTE: Running setscene task 4149 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_spdx.624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_spdx_setscene.624b4d1723e9412e32316cff53f042ad83cdc685a7e2dc51ceaaa3385c5c9db2 not available\nNOTE: Running setscene task 4150 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:1: including libxcrypt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/all-poky-linux/update-rc.d/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_packagedata.2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_packagedata_setscene.2139fc309a4928ecadfe04109b129d9420a26d011cf36445dd9b8d62141deb8e.qemux86_64 not available\nNOTE: Running setscene task 4151 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxml2/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Considering setscene task: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libxml2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Considering setscene task: ['libxml2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxml2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_recipe_qa.323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxml2/2.11.5.do_recipe_qa_setscene.323d86c8a9a693267f151abfc3199f3690441025dc996f19d38ddbd23aab7d07 not available\nNOTE: Running setscene task 4155 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/kmod/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_create_spdx.c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_create_spdx_setscene.c2ce9f6c9a71e72804eee5d94a69f35ad6abfea3c66ea024d3b307294b35a879 not available\nNOTE: Running setscene task 4156 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shared-mime-info/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash-completion/2.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap-ng/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/update-rc.d-native/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_create_spdx.0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_create_spdx_setscene.0944b3ed440a179dfc92f4e5477496aa4fd0dd64224392376b2d3c477916769a not available\nNOTE: Running setscene task 4157 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_packagedata.15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_packagedata_setscene.15bf9e9aa6319095ba8837f805e9c684cf977498546c220d080d187aecd7b8e7.qemux86_64 not available\nNOTE: Running setscene task 4158 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-smartypants', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expat/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssl/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux-libuuid/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcrypt/4.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Considering setscene task: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_populate_sysroot.74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_populate_sysroot_setscene.74ffa585e683720875e417c917e7cc03fe3eaa5d429222591d8be3dff2758517 not available\nNOTE: Running setscene task 4160 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bison-native/3.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/chrpath-native/0.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/chrpath-native/0.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_spdx.94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_spdx_setscene.94c42ab4d4f34b30f9f1cd90c01b16625af15ba1e1dfba1d1829de58575767bf not available\nNOTE: Running setscene task 4161 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glib-2.0/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:5: including qemu-native.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_spdx.f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_spdx_setscene.f95ef70f24f020b8754a70c4b497289455b5ae349dd67606c5b440fefa581935 not available\nNOTE: Running setscene task 4162 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:1: including qemu.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_create_spdx.17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_create_spdx_setscene.17103535008a506391a25ead39a7ca018ceb8c1514260060d629bec445612a84 not available\nNOTE: Running setscene task 4163 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_spdx.66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_spdx_setscene.66892d5a2e402296cd952eb265b8f55c42e8d0f8e65cf425a72fe236c8969d9c not available\nNOTE: Running setscene task 4164 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_create_spdx.f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_create_spdx_setscene.f57a95feb9f52daedf2867dbe96c8f225b664d239a1a9ab805deb82bc9fa64b9 not available\nNOTE: Running setscene task 4165 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_packagedata.24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_packagedata_setscene.24818297070ab378c835038d5cbf105416d2ebcb0bc1d2219dfcc1b82aab7353.qemux86_64 not available\nNOTE: Running setscene task 4166 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Considering setscene task: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['grep', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_create_spdx.a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_create_spdx_setscene.a53f2312cfe65e6c7eda345b7be9e4360123ecdca1014bba0480904da1efd740 not available\nNOTE: Running setscene task 4168 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['update-rc.d-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zlib/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['update-rc.d-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['update-rc.d-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['update-rc.d-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_recipe_qa.f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/update-rc.d-native/0.8.do_recipe_qa_setscene.f291920024618972bd3f7c42a27611c275bf5eb74a7ebe0419330acc22cede1b not available\nNOTE: Running setscene task 4170 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_spdx.4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_spdx_setscene.4097308fcadfd75590cd0b1da3edef8ddd0c86af21d1b1acf5ee3a42cd319dca not available\nNOTE: Running setscene task 4171 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_create_runtime_spdx.e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_create_runtime_spdx_setscene.e6ca27b620c3064a52cff4c49096b5d2051df81c32597c61e428066d38b2508e not available\nNOTE: Running setscene task 4172 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxml2/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_populate_lic.da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_populate_lic_setscene.da6d25d306345e05171b5519d04a77d1e1cab1acbbb33408b733c0f776aad36e not available\nNOTE: Running setscene task 4173 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libedit/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_create_spdx.83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_create_spdx_setscene.83b05e0682ab40a02df08d32b2a2a5e8f95b8a2bedbe0e83a5096e591234400d not available\nNOTE: Running setscene task 4175 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['util-linux', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['util-linux', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['util-linux', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_recipe_qa.7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_recipe_qa_setscene.7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c not available\nNOTE: Running setscene task 4177 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-native/8.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_packagedata.4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_packagedata_setscene.4c1ed304df70542294d87aa250300a8fb17f639a6af1d5f5c6f7fbd88d915622.qemux86_64 not available\nNOTE: Running setscene task 4178 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnsl2/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['qemu-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libffi/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['qemu-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_recipe_qa.19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-native/8.2.0.do_recipe_qa_setscene.19bcc56329843443be8f0c05d3d4abca964116989cc026c7f4dade936f35396b not available\nNOTE: Running setscene task 4180 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre2/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bzip2/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xz/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_spdx.eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_spdx_setscene.eeb0f875c387137c4ec7a70c412c42768ab8bc6bf5afd77fa75d06328b4e2ffe not available\nNOTE: Running setscene task 4181 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdbm/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sqlite3/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:0)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:5: including qemu-native.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:1: including qemu.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native.inc:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/update-rc.d-native/0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_packagedata.3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_packagedata_setscene.3bb13f73ec43e3a53f2d981242f8aa2dbcfe4a96a62924de7aac0a35cd982bd0.qemux86_64 not available\nNOTE: Running setscene task 4183 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['openssl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['ppp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_packagedata.5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_packagedata_setscene.5ce33f36066ef6b714bbf59da4bc796dfca1759520eaaa96dd01f03da1577de8.qemux86_64 not available\nNOTE: Running setscene task 4185 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_packagedata.5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_packagedata_setscene.5400ca0468cf46606d63d04d0bfdd54abeb05da3011d8cc9c0511b8ecacb3da6.qemux86_64 not available\nNOTE: Running setscene task 4187 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/chrpath-native/0.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_packagedata.3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_packagedata_setscene.3f61da110f779ed3fdfbfac8d56bf5a3baeb24136e663f4fb39698e066020b78.qemux86_64 not available\nNOTE: Running setscene task 4188 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['util-linux-libuuid', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_packagedata.5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_packagedata_setscene.5986b702acd71bb247d54a77bd4d0920ddce59969705c1d85395c73223a9ce5a.qemux86_64 not available\nNOTE: Running setscene task 4190 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash-completion/2.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb (full)\nDEBUG: Considering setscene task: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ncurses/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:1: including libxcrypt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/createrepo-c-native/1.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['python3', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/createrepo-c-native/1.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['python3', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_recipe_qa.c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/python3/3.12.1.do_recipe_qa_setscene.c6658b7ccfe567496b2e3999f4bdf0819f9bfe4e44c0bfc83e1265b8b18e78bb not available\nNOTE: Running setscene task 4193 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_spdx.d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_spdx_setscene.d66ce6229fc19f79633272594dd93ceddf94d51d896e69b272f1a34197b1b4c3 not available\nNOTE: Running setscene task 4194 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-native/8.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_packagedata.06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_packagedata_setscene.06211df7ad785abed9ba1f1185b9f76a8ea26cf68b98502b04f1006665c2f746.qemux86_64 not available\nNOTE: Running setscene task 4195 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libnsl2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_packagedata.840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_packagedata_setscene.840d9eaa061ef7ccf3e0d781013066b97eb6e1f6ed342e397db1b45902182f44.qemux86_64 not available\nNOTE: Running setscene task 4197 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtirpc/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['tiff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Considering setscene task: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_create_spdx.e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtool-cross/2.4.7.do_create_spdx_setscene.e3401e83554577b85cd5704b8b085db032f1f836c476aaec4b45f7e114010808 not available\nNOTE: Running setscene task 4200 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: Considering setscene task: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['bash-completion', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb (full)\nDEBUG: Considering setscene task: ['bash-completion', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['bash-completion', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_recipe_qa.88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bash-completion/2.11.do_recipe_qa_setscene.88fcc82dc9dc20e2bca07624a8e1d394022be2fe0fa48c2e3ad512d1369c7797 not available\nNOTE: Running setscene task 4203 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_packagedata.3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_packagedata_setscene.3590e8aeb81fa7e0f52dd077c72c17bd933f46e254eb1f5d4f092d109c001f9d.qemux86_64 not available\nNOTE: Running setscene task 4204 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['gdbm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['perl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_packagedata.e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_packagedata_setscene.e6c6155829fe53dd2c7d69b450a598a23f48f603bb1582087356bc94254fc758.qemux86_64 not available\nNOTE: Running setscene task 4206 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libcap-ng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_packagedata.ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_packagedata_setscene.ed674d4a7c5192bed8c4d819259b67d86644a80d1927b93697d4a2abb8e00413.qemux86_64 not available\nNOTE: Running setscene task 4208 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_packagedata.3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_packagedata_setscene.3e1816bc78f39e2cd0525f4c5a0ee9d7343ad5aef84e18704e1c11a4614f3ad3.qemux86_64 not available\nNOTE: Running setscene task 4211 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expat/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssl/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcrypt/4.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Considering setscene task: ['zlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['zlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['pixman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['tiff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['perl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['pixman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux-libuuid/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libedit/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['openssl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/opkg-utils/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['openssl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['openssl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['openssl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_recipe_qa.cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/openssl/3.2.0.do_recipe_qa_setscene.cc3bcef33dbd38ea48326bb06c6e124bc60a1eea466ced110d12a32be9443937 not available\nNOTE: Running setscene task 4215 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnsl2/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['expat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['expat', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['expat', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['expat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_recipe_qa.7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/expat/2.5.0.do_recipe_qa_setscene.7cb2053f4ff10ea73f51b2e9556ba70f1990ea36b26ad22ac0555f1e09268a74 not available\nNOTE: Running setscene task 4218 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Considering setscene task: ['util-linux-libuuid', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtool-cross/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xz/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Considering setscene task: ['util-linux-libuuid', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Considering setscene task: ['util-linux-libuuid', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['util-linux-libuuid', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_recipe_qa.7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_recipe_qa_setscene.7064f7a331d77666c6007d885838df05c2d1cae541f065ad32ec08f59821807c not available\nNOTE: Running setscene task 4222 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_create_spdx.747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_create_spdx_setscene.747073be499d4a0aa5b8dea99d4d1d5352e8deaeed758cf926a66561b06e3056 not available\nNOTE: Running setscene task 4223 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Considering setscene task: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_packagedata.5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_packagedata_setscene.5127be540399eae9e4b9ae3ed0033a0e65b155beef3bf733290a522bef516882.qemux86_64 not available\nNOTE: Running setscene task 4225 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_packagedata_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Considering setscene task: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['slang', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['slang', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['readline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['lame', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['procps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['readline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bash-completion/2.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libedit', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap-ng/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Considering setscene task: ['libedit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libedit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_recipe_qa.fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libedit/20230828-3.1.do_recipe_qa_setscene.fb5b524d74210ad4ecd87c45fc47cf6642f658f10605c50d55ebc8a006642ceb not available\nNOTE: Running setscene task 4228 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdbm/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:2: including gcc-runtime.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_packagedata.4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_packagedata_setscene.4bfeb6b89158bd06f0c5510c4ebc64ae2e2e12c06208577c17d7a2de65516bac.qemux86_64 not available\nNOTE: Running setscene task 4229 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_packagedata_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: including gcc-configure-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Considering setscene task: ['bzip2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libffi/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:274: including gcc-testsuite.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-testsuite.inc:1)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/python3/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Considering setscene task: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libnsl2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zlib/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Considering setscene task: ['libnsl2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libnsl2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_recipe_qa.b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_recipe_qa_setscene.b120bb1751e32e26988503c3c161178a276ffa168bbebdb26ec4f40884ba09e4 not available\nNOTE: Running setscene task 4233 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_packagedata.11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_packagedata_setscene.11fcdc254b6448bea7f6ac9adb15dafda5b069ae1e2f5a5cbb9b291fec063272.qemux86_64 not available\nNOTE: Running setscene task 4234 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libtirpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['zlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['zlib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['zlib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['zlib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_recipe_qa.60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/zlib/1.3.do_recipe_qa_setscene.60e77578ea3c96f842a18515e9763d1cf4753134c3d8686ff4593fa87508f2f8 not available\nNOTE: Running setscene task 4238 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Considering setscene task: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['xz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['xz', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['xz', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['xz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xz', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xz', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['xz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['xz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_recipe_qa.b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/xz/5.4.5.do_recipe_qa_setscene.b13da772e3f86b82308f0fbb1b1b10921b708d4714063dcfd85469101a810e99 not available\nNOTE: Running setscene task 4241 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: Considering setscene task: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['gdbm', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gdbm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gdbm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_recipe_qa.2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_recipe_qa_setscene.2f62f3674a06c741291cb5d863f54d352e9f3f39624a29bd6e118b424768826c not available\nNOTE: Running setscene task 4244 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Considering setscene task: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Considering setscene task: ['libcap-ng', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/expat/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['libcap-ng', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libcap-ng', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_recipe_qa.4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.4.do_recipe_qa_setscene.4e51242db0f51475015fa1b6979f58ef4517285bb2301a286674bdecc3135e20 not available\nNOTE: Running setscene task 4247 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/openssl/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Considering setscene task: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/util-linux-libuuid/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Considering setscene task: ['libffi', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['libffi', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libffi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_recipe_qa.e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libffi/3.4.4.do_recipe_qa_setscene.e22efdde8def20f77248ec3deffae38aa543c6b47d74a5f1bc723ea99ec344f5 not available\nNOTE: Running setscene task 4250 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Considering setscene task: ['libpcre2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libpcre2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpcre2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_recipe_qa.2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libpcre2/10.42.do_recipe_qa_setscene.2550149df55d2f0a2e6aa70cc766d15d8cb9e919499837ba7b957eeab1ccefa0 not available\nNOTE: Running setscene task 4252 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_packagedata.fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_packagedata_setscene.fe0ba5bf69470a2867306d74c4efb8486519a4799f53efc55e68cd231dde3688.qemux86_64 not available\nNOTE: Running setscene task 4253 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ncurses/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Considering setscene task: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libedit/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-runtime/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Considering setscene task: ['ncurses', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Considering setscene task: ['ncurses', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ncurses', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_recipe_qa.280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ncurses/6.4.do_recipe_qa_setscene.280583756064fa074c8b1899508c79f62bf39d12044448800fa07f0692e49bdb not available\nNOTE: Running setscene task 4257 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_create_spdx.af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_create_spdx_setscene.af1204f3a0cb3059e2bf9549605ed40665d488262bbb2639a0397292c4b1dc4d not available\nNOTE: Running setscene task 4258 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bzip2/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_create_spdx.5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_create_spdx_setscene.5f4b90b92a244470458f122c0c2c5e4c7b9ca5c5b709564b677e0d253846a0a9 not available\nNOTE: Running setscene task 4259 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libnsl2/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_populate_sysroot.6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_populate_sysroot_setscene.6f2f0bdd8281bbd13551efe39bd2bbe1470ed96884492e2a550334d8332d1674 not available\nNOTE: Running setscene task 4260 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_sysroot_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtirpc/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Considering setscene task: ['bzip2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_packagedata.4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_packagedata_setscene.4e553688a22bd9f1a74e8afabf98d226456af85228a9ac120775cad7282214e0.qemux86_64 not available\nNOTE: Running setscene task 4262 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_packagedata_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Considering setscene task: ['bzip2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:2: including libgcc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/zlib/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc.inc:1: including libgcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Considering setscene task: ['bzip2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['bzip2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_recipe_qa.10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_recipe_qa_setscene.10d3ca409fe9ccd4dc05ebdf201f8b8b37a8b8bde114245b7996ff54ed31bdb3 not available\nNOTE: Running setscene task 4264 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Considering setscene task: ['libtirpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libtirpc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libtirpc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libtirpc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_recipe_qa.cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_recipe_qa_setscene.cb8fca5058eb00b97e53010736a2af1b53af9d5f530325f20d698a0997b1a728 not available\nNOTE: Running setscene task 4267 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_runtime_spdx.06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_runtime_spdx_setscene.06b6bdab6752da9a34b13122165ab3c68f641d0cbf8217a127d23ad6da01fb5c not available\nNOTE: Running setscene task 4268 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_lic.f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_lic_setscene.f0fb7dd0153badcdfc535b006c0e3dfe0d575f11a8dcf58519c22600e4579d66 not available\nNOTE: Running setscene task 4269 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['desktop-file-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_sysroot.dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_sysroot_setscene.dfd457c4cec3049acadf9afc6d6ced869b1370659ae5a19f58c2806fd1b747f2 not available\nNOTE: Running setscene task 4270 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/xz/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gdbm/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libcap-ng/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libffi/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_create_runtime_spdx.21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_create_runtime_spdx_setscene.21f42507d6ce1770002760961349bed50cfa9027712800fd7c8a7580369a6544 not available\nNOTE: Running setscene task 4271 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_populate_lic.3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_populate_lic_setscene.3319e543da57d2839172601e150e2eb9a1de89ec80c1f6131726f6654e97ca64 not available\nNOTE: Running setscene task 4272 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libpcre2/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_populate_sysroot.7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_populate_sysroot_setscene.7ac8efdcb3d9cf6425ac8353016c594ff85232cc7f09c18372878b5b447f8814 not available\nNOTE: Running setscene task 4273 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sqlite3/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_runtime_spdx.72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_runtime_spdx_setscene.72d62b982f36399ad810667b2a9240c5e3d1ebb949dc0559f49260cd1966d399 not available\nNOTE: Running setscene task 4274 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:69)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:73)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/opkg-utils/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ncurses/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_create_spdx.885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_create_spdx_setscene.885a46f2b043357ae175d34c59575a2f3b844db33eff161d19bea8f76ffa637b not available\nNOTE: Running setscene task 4276 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['opkg-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_packagedata.28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_packagedata_setscene.28f4edc29464b165edbf0c589db63183a9f980e45ab7f01e13321cd807422d96.qemux86_64 not available\nNOTE: Running setscene task 4278 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['sqlite3', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['sqlite3', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['sqlite3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_recipe_qa.f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/sqlite3/3.44.2.do_recipe_qa_setscene.f026e7ea03902bf7b7b5345ad87d8dcda1dd910765036ffbc33d0d2df9abd8b9 not available\nNOTE: Running setscene task 4280 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libtirpc/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_lic.aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_lic_setscene.aba25f27133b554d4e0278f5878505720b87c6b22216ebbd44cc4ff0f946ba63 not available\nNOTE: Running setscene task 4281 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_runtime_spdx.6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_runtime_spdx_setscene.6242a81d3f715aa2aab47888f13209fa7c5642e619344369479f43e3c907b0eb not available\nNOTE: Running setscene task 4282 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/bzip2/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:2: including gcc-runtime.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:69)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:73)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/createrepo-c-native/1.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:274: including gcc-testsuite.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-testsuite.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/createrepo-c-native/1.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['createrepo-c-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['createrepo-c-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb']\nDEBUG:   considering dependency: ['createrepo-c-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb']\nDEBUG:   considering dependency: ['createrepo-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['createrepo-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_recipe_qa.80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/createrepo-c-native/1.0.3.do_recipe_qa_setscene.80dae79cb58b4b77ab42e43312bdef44a62fe04cf5baf8fbe851b69cdf80d599 not available\nNOTE: Running setscene task 4284 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_lic.e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_lic_setscene.e47801f4984f46b2c292fbdbf10c0a52942c26250e1399563183e2b9e258b6ad not available\nNOTE: Running setscene task 4285 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/desktop-file-utils-native/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG:   considering dependency: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dpkg-native/1.22.0.do_populate_sysroot.eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dpkg-native/1.22.0.do_populate_sysroot_setscene.eb42d3a8f7674304a327bb93d58c4554390f5134e2b8af2d603838fb3fd9cf94 not available\nNOTE: Running setscene task 4286 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/desktop-file-utils-native/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_runtime_spdx.4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_runtime_spdx_setscene.4d2d4a8206f3729806b12fa0e11132ce5ec6f8c0109563db64bc85c6ce6050ba not available\nNOTE: Running setscene task 4287 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:1: including dpkg.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/desktop-file-utils-native/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/docbook-xml-dtd4-native/4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_spdx.e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_spdx_setscene.e53f05e5243bf1d3b1e307a287e84973ac05181772056bf88daa972eb3b988aa not available\nNOTE: Running setscene task 4288 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['desktop-file-utils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_lic.1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_lic_setscene.1b7ab3860178c84054f5b6db132d52b9d2760cc82656b1ef256631a947d959b1 not available\nNOTE: Running setscene task 4290 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dnf-native/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_runtime_spdx.89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_runtime_spdx_setscene.89e993dc4d55f26e9fbfc831686ea370ab10370ec68895676c6e74ff2fc0239e not available\nNOTE: Running setscene task 4291 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dnf-native/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/sqlite3/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_lic.c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_lic_setscene.c49eb0ecebdcab220ae379e7fb48ab32ff7e9065b95e4ccaccbe238c17c9c3f9 not available\nNOTE: Running setscene task 4292 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dnf-native/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-runtime/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/docbook-xml-dtd4-native/4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_create_spdx.2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc-initial/13.2.0.do_create_spdx_setscene.2b3ccf8881125b60253df649c36300abc823479e8b7d55c006db06e408980371 not available\nNOTE: Running setscene task 4294 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_packagedata.da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_packagedata_setscene.da0b9fea644d2815f8215b059ba62bb001f05117c09cdba7580b633ef468ddf9.qemux86_64 not available\nNOTE: Running setscene task 4295 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_create_spdx.090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_create_spdx_setscene.090dcccb4d48893f5872e95ccd6289d56a3477a2a95d41a3ca091ee16fe4fc33 not available\nNOTE: Running setscene task 4296 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['dnf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_create_runtime_spdx.671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_create_runtime_spdx_setscene.671a748c416b6dc27a39f782fb0354bc11449c7aa0d452bbfb1a3b63dd32194e not available\nNOTE: Running setscene task 4298 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_populate_lic.d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_populate_lic_setscene.d40ac42d55bc89d1304df0639c8921fd20b72b96e488265bc027c1a56a887b3e not available\nNOTE: Running setscene task 4299 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_create_runtime_spdx.e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_create_runtime_spdx_setscene.e9811710a99e154d2debb935029f2de1ded63a1dc960ca82cf7ee73ac162e33a not available\nNOTE: Running setscene task 4300 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:2: including libgcc-initial.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial.inc:30: including libgcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:2: including libgcc.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_lic.3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_lic_setscene.3260fd1ea19223f33f6ddcd46ddf30a7208a9d2953bece74848d08d1db97aaf1 not available\nNOTE: Running setscene task 4301 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc.inc:1: including libgcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial.inc:40)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_runtime_spdx.a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_runtime_spdx_setscene.a0eb5ef31c6f7bd2e6785764137552ce036f3daf666ac387abbae77092e12372 not available\nNOTE: Running setscene task 4302 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_lic.8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_lic_setscene.8bee8d07c05a3704c6ab3c1afd66e1cec311b1fd145fb99f59777f170cbcddd6 not available\nNOTE: Running setscene task 4303 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dwarfsrcfiles-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/createrepo-c-native/1.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dpkg-native/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['dpkg-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dwarfsrcfiles-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['dpkg-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG:   considering dependency: ['dpkg-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG:   considering dependency: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dpkg-native/1.22.0.do_recipe_qa.3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dpkg-native/1.22.0.do_recipe_qa_setscene.3650b78618df46f446cd07143166dee847e65c16f544bc72279f5de03d04ffa8 not available\nNOTE: Running setscene task 4305 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_spdx.d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_spdx_setscene.d9b41b636155342eeb29bbf2814974b6e6b2d2f5b6b06395ee5e7ec702232551 not available\nNOTE: Running setscene task 4306 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc-initial/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_create_runtime_spdx.918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_create_runtime_spdx_setscene.918b53f2b4b864ac4fa1ea2468d6cae9cd814574d5ee3346431eefcecaf3075c not available\nNOTE: Running setscene task 4307 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_populate_lic.86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_populate_lic_setscene.86f505916c44899b297a3c67c3a191cc9bd72bdba1ee863e72426752fd442448 not available\nNOTE: Running setscene task 4308 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/desktop-file-utils-native/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:1: including dpkg.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/e2fsprogs-native/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/e2fsprogs-native/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_create_spdx.f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_create_spdx_setscene.f37d4f1da9b7d5ebb201998b2f607b71ebdd4dec3fb734b5eba04c1a655fc6c6 not available\nNOTE: Running setscene task 4309 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_packagedata.09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_packagedata_setscene.09a6f4ab94eb14c5403d6573e45f5f10a285a1cc5c82c593ec354dababbb62eb.qemux86_64 not available\nNOTE: Running setscene task 4311 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['desktop-file-utils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['desktop-file-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['desktop-file-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_recipe_qa.ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_recipe_qa_setscene.ed59fe1dea7b15a2df16a77a0837ab510edeb70300c19207e4e6e47c251f007f not available\nNOTE: Running setscene task 4312 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_runtime_spdx.dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_runtime_spdx_setscene.dff3a26485df16e6540d1ebad43349b5062869b619d62e097f7785883870af26 not available\nNOTE: Running setscene task 4313 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_lic.2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_lic_setscene.2aed57bfccf76cd8e2490182e2967aa8802e9bb253d4767f4f71086075189502 not available\nNOTE: Running setscene task 4314 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:2: including gcc-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dnf-native/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:17: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/file-native/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/elfutils-native/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/file-native/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/elfutils-native/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['dnf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['dnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_recipe_qa.9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dnf-native/4.18.2.do_recipe_qa_setscene.9910e78aebc736450da1173aad5c0dadc177f454d5fad4eb808b4acfa4e9ff27 not available\nNOTE: Running setscene task 4315 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['help2man-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['help2man-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/flex-native/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:0)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['help2man-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_runtime_spdx.44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_runtime_spdx_setscene.44e8b84c9612ab614f10ef5d79dd99931c4229d291107a2dd9ebfe0884bee6d1 not available\nNOTE: Running setscene task 4318 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_lic.f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_lic_setscene.f801e26def800678cbfa66cfd25b2f7a3c74b960d4734f39235e586e8409c6fe not available\nNOTE: Running setscene task 4319 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:27)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_runtime_spdx.2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_runtime_spdx_setscene.2f1ce8fc071b22c25cfa0d2234da5a05b088d40849a73d0ef8cf630c4707271d not available\nNOTE: Running setscene task 4320 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_lic.3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_lic_setscene.3c8c7ed4b2697380c89574bcd43c223308d36df8ce70687b1e49354539828e52 not available\nNOTE: Running setscene task 4321 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_create_runtime_spdx.8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_create_runtime_spdx_setscene.8b58aeddbf11eab17e947d2d734b72cc66d88894a7c82627b541528e0c04c20b not available\nNOTE: Running setscene task 4322 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/flex-native/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gnu-config-native/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gnu-config-native/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dwarfsrcfiles-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gcc-cross-x86_64/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_populate_lic.dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_populate_lic_setscene.dc942d8e919f02552d646e9eb09e0567297995372ece17433ea1aba8fa8e6207 not available\nNOTE: Running setscene task 4323 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_create_spdx.a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_create_spdx_setscene.a5e07cbf8e2a2ad2d4d06fa7327743a3c7b8734194d5b55dac40167dfce57aaf not available\nNOTE: Running setscene task 4324 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_create_spdx.27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_create_spdx_setscene.27b5e2026249d1a3f473d3b41a8897dd2e9fe34e50b8989fb4c867f22b970458 not available\nNOTE: Running setscene task 4325 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libcomps-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_populate_sysroot.b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_populate_sysroot_setscene.b8ceac06b47dd109a63170049320b9425ea6bad32a88b25c4ac4068e7c2c1e0b not available\nNOTE: Running setscene task 4326 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dpkg-native/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_create_runtime_spdx.a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_create_runtime_spdx_setscene.a499d047bec771969e4140f9f3c38af77a0b0f812171d6260635336ddd813e3c not available\nNOTE: Running setscene task 4327 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:1: including binutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:1: including linux-libc-headers.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:3: including binutils-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_populate_lic.53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_populate_lic_setscene.53a75095ae6e33d3d58c8722d6ce20fbfa17c0784710558874ded371c5612b60 not available\nNOTE: Running setscene task 4328 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/help2man-native/1.49.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/help2man-native/1.49.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/desktop-file-utils-native/0.27/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['glibc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['glibc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_spdx.901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_spdx_setscene.901e8c53ca2b2ff6d8e9d31b5d02f0191619fe8de243a392906ca568a75524c3 not available\nNOTE: Running setscene task 4330 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_populate_sysroot.080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_populate_sysroot_setscene.080073f0ca7cfb6cb75629804414a78035c6efeb58678e3f50137ce8087708f7 not available\nNOTE: Running setscene task 4331 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_create_runtime_spdx.e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_create_runtime_spdx_setscene.e36749a50135469c028a9c42bc44a4dc2c647f36c09ba53bfd61476f5dd3b025 not available\nNOTE: Running setscene task 4332 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_populate_lic.7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_populate_lic_setscene.7867f7e22e5d6688c00bae4d13e748542b9f674568ab5dfd2ab10a93c8c04db6 not available\nNOTE: Running setscene task 4333 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:11)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dnf-native/4.18.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/intltool-native/0.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/binutils-cross-x86_64/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/intltool-native/0.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/linux-libc-headers/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_runtime_spdx.212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_runtime_spdx_setscene.212ac78e9327323d0cf8168e08210d6e14cd7d0de006c403f85f3a0d8d122dec not available\nNOTE: Running setscene task 4334 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:0)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_packagedata.a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_packagedata_setscene.a34a4f5593f00e9940041573bec1021693757bc3907952688c64a6ab57be898c.qemux86_64 not available\nNOTE: Running setscene task 4335 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/json-c-native/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcomps-native/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/json-c-native/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_lic.dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_lic_setscene.dde2b06ee69b200282134147b17cb131d1a288b3b33f370c9b2d94764c8f4030 not available\nNOTE: Running setscene task 4336 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_create_runtime_spdx.2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_create_runtime_spdx_setscene.2436f1e0e32e547c6794e448081956233cbdaf6059f2d167e9b6ec75a2b1fb1f not available\nNOTE: Running setscene task 4337 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_create_spdx.da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_create_spdx_setscene.da5830e2c9f1f4470a214fdbae3daba9e7124f9e60ac62785ec1ba9877327261 not available\nNOTE: Running setscene task 4338 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:1: including linux-libc-headers.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_populate_lic.7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_populate_lic_setscene.7b85378bdd3a9be073decaad56b37d9c41a6a1898391992e5a345346160a61ed not available\nNOTE: Running setscene task 4339 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_populate_lic.7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_populate_lic_setscene.7e1f688a494076f6e23d628948914f59856e9d92d80dbdd85453897cbe99c7db not available\nNOTE: Running setscene task 4340 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_runtime_spdx.a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_runtime_spdx_setscene.a9ae2589e76eb0513fcb021928825f9b63393c661b0bb79ed0cf39451c1ad7a6 not available\nNOTE: Running setscene task 4341 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcomps-native/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcomps-native/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libdnf-native/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libcomps-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:0)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_create_spdx.6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_create_spdx_setscene.6643ed41dd095d5c7b3e6752a63f8beb996be7f1477cd22d2a95809f7b7a2a63 not available\nNOTE: Running setscene task 4343 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_lic.ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_lic_setscene.ffabae78d5ff6ed77ca8cdc1e7350be24c0f4d82ca026f99e494ce13d9c30150 not available\nNOTE: Running setscene task 4344 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_runtime_spdx.4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_runtime_spdx_setscene.4195dfb4cd01cd613003032cb98b5d07ffd0be0d484d2a44eb252ba7ac289e46 not available\nNOTE: Running setscene task 4345 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libdnf-native/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/linux-libc-headers/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_lic.cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_lic_setscene.cca8b83e2e94e9a8a3c730098ebb366b6620852f6574afc893f600f1c3ac9dc2 not available\nNOTE: Running setscene task 4346 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/help2man-native/1.49.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libedit-native/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libedit-native/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libdnf-native/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['linux-libc-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['dwarfsrcfiles-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['popt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['packagegroup-core-ssh-openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['make', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['run-postinsts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['nettle', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['slang', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['gzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['tcp-wrappers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG:   considering dependency: ['connman-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['patch', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['matchbox-session', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['packagegroup-core-buildessential', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['json-c', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['alsa-topology-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['update-rc.d', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['flac', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['packagegroup-core-eclipse-debug', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['shutdown-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['m4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['packagegroup-core-full-cmdline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['iptables', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['init-ifupdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['tar', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-profile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['packagegroup-core-sdk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb']\nDEBUG:   considering dependency: ['libaio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['xserver-xf86-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['dwarfsrcfiles-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb']\nDEBUG:   considering dependency: ['lua', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['python3-smartypants', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['sudo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-xserver', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:   considering dependency: ['gnu-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['gi-docgen', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['libogg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['readline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['base-files', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['packagegroup-core-boot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['iw', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['libice', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['python3-typogrify', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['pixman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['socat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb']\nDEBUG:   considering dependency: ['expat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['netbase', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-testapps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['unzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['v86d', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['pulseaudio-client-conf-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:   considering dependency: ['sed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['liberror-perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['which', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['packagegroup-rust-sdk-target', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb']\nDEBUG:   considering dependency: ['ed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['blktool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['procps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['packagegroup-core-standalone-sdk-target', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['time', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['bison', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['packagegroup-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['grep', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['packagegroup-core-tools-debug', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb']\nDEBUG:   considering dependency: ['liberation-fonts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['wpa-supplicant', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmodulemd-native/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmodulemd-native/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/librepo-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcomps-native/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/librepo-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/llvm-native/17.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/lua-native/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libdnf-native/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['dwarfsrcfiles-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/make-native/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/lua-native/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['dwarfsrcfiles-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb']\nDEBUG:   considering dependency: ['dwarfsrcfiles-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb']\nDEBUG:   considering dependency: ['dwarfsrcfiles-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb']\nDEBUG:   considering dependency: ['dwarfsrcfiles-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb']\nDEBUG:   considering dependency: ['dwarfsrcfiles-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb']\nDEBUG:   considering dependency: ['dwarfsrcfiles-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['help2man-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG:   considering dependency: ['help2man-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG:   considering dependency: ['help2man-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG:   considering dependency: ['help2man-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG:   considering dependency: ['help2man-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG:   considering dependency: ['help2man-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/make-native/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_spdx.d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_spdx_setscene.d62535158cccbc5a4d464312e5f1e4007086a3e6963417361865526f26a86703 not available\nNOTE: Running setscene task 4352 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['json-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_sysroot.9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_sysroot_setscene.9b0cacfdc69f39ac9f06a0a7a2eb576596773ae4fc6a7c9d32bb50939b54941c not available\nNOTE: Running setscene task 4353 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libcomps-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['libcomps-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['libcomps-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libcomps-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_recipe_qa.e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcomps-native/0.1.20.do_recipe_qa_setscene.e34cf825dbf6f254543e829bbf2d1ec9588a813ac7524802bca00d0e9c6368ab not available\nNOTE: Running setscene task 4354 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libdnf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libdnf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_recipe_qa.aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdnf-native/0.72.0.do_recipe_qa_setscene.aa4d6ee9fa66393526dbf0ba8b1989522381ab33c10c2a02714b26e5454e775e not available\nNOTE: Running setscene task 4356 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_spdx.21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_spdx_setscene.21923097bedb7a8ae2e63a3918c31b0274a0745b630c187d7ecf79fb6167d9fa not available\nNOTE: Running setscene task 4357 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_sysroot.a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_sysroot_setscene.a8c26c887fd22ac1c32c2532327ad873def3f4289f09e290a0853c647eb5a6ca not available\nNOTE: Running setscene task 4358 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_create_spdx.4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_create_spdx_setscene.4f5631cc960133a89e3ea519bfd25bb7d3ccd4dfd89156b9d7cd11c0586457fe not available\nNOTE: Running setscene task 4359 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['librepo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_populate_sysroot.f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_populate_sysroot_setscene.f95b0c53ecd845235c457663bb02d8a5ab918058c2ab05cf43a8ff1f6bedf8ed not available\nNOTE: Running setscene task 4360 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_runtime_spdx.aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_runtime_spdx_setscene.aba7c1504d1252e9d2c358cdc894d2ab8c414dbe6e9b97059c0654514d0b496d not available\nNOTE: Running setscene task 4361 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_lic.12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_lic_setscene.12f44f35c5ee015f15677ea92fa0b608a5bad7282265b33b054c063235567670 not available\nNOTE: Running setscene task 4362 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_sysroot.8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_sysroot_setscene.8bafd25748e1e56d4c7225d0c8a3be3c769f01cc7ab95c83394b6c0a411db0de not available\nNOTE: Running setscene task 4363 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_create_runtime_spdx.a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_create_runtime_spdx_setscene.a31d4e22d7e658bc83a1ecea1e1d8cf28b2ddc411fa4002c0efd83c620a2dfeb not available\nNOTE: Running setscene task 4364 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_populate_lic.4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_populate_lic_setscene.4a0dd71134681ab479ed7d5ab49d3781c75837b46a58a64f854f3d79ed95444e not available\nNOTE: Running setscene task 4365 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_create_runtime_spdx.8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_create_runtime_spdx_setscene.8af5a86d185f5e50e8d2e16d30052990f131392d2ab17e106efd76ad0642c105 not available\nNOTE: Running setscene task 4366 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_populate_lic.e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_populate_lic_setscene.e420fd4ce5733f3d8774b8bbe99b08b9355e15ec432ac761f315b1442428a882 not available\nNOTE: Running setscene task 4367 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['nasm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['nasm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['nasm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_create_runtime_spdx.823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_create_runtime_spdx_setscene.823637ebf8b0cb7e2342711a4e90ed22661e6b44763de232ca90d18b20dcccd6 not available\nNOTE: Running setscene task 4370 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/json-c-native/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcomps-native/0.1.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['json-c-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/json-c-native/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/makedevs-native/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_populate_lic.098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_populate_lic_setscene.098c61ec6c4bda656912af4a468fbbf6a35dc7709d8cfcd82de9fbd745801c62 not available\nNOTE: Running setscene task 4372 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['json-c-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['json-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['json-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_recipe_qa.19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/json-c-native/0.17.do_recipe_qa_setscene.19bb821c4510b7ddf307c662e2f8d66eb8921d96810d09882b6155daa4cffbde not available\nNOTE: Running setscene task 4373 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmodulemd-native/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/makedevs-native/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmodulemd-native/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_spdx.4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_spdx_setscene.4a4eb98b17ec845b9f6fce6c673224fe572a38c270d29ef1183bc61c08888dfd not available\nNOTE: Running setscene task 4374 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libdnf-native/0.72.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/librepo-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/librepo-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_runtime_spdx.5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_runtime_spdx_setscene.5e9581b8464650a1005403731532793f05b0923fc933e27828b0dba919d08618 not available\nNOTE: Running setscene task 4375 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libmodulemd-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/makedevs-native/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['libmodulemd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_recipe_qa.4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_recipe_qa_setscene.4afd635dccccd54e1b2654527dfb6285f833f5d39cf51a679ec8961b9c0c1020 not available\nNOTE: Running setscene task 4377 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/nasm-native/2.16.01/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/meson-native/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/meson-native/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['librepo-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['librepo-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['librepo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['librepo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_recipe_qa.2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librepo-native/1.16.0.do_recipe_qa_setscene.2e22bb6bc7c3025008a5239a4a73bb5a70db32586060c55a3dbab92dff69626b not available\nNOTE: Running setscene task 4379 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/nasm-native/2.16.01/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['makedevs-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ninja-native/1.11.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_create_spdx.c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nasm-native/2.16.01.do_create_spdx_setscene.c7d8660cd904edd96d54b6670eaa04223fafc7f3570fcfa06761ac785d16071b not available\nNOTE: Running setscene task 4381 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_lic.d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_lic_setscene.d7eff5933c93a2c63e8c1672d629d851d0712804f459d03c8b9a97f875c8e3a9 not available\nNOTE: Running setscene task 4382 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_sysroot.2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_sysroot_setscene.2deac97ca12d6f1715239c84f759ef0eab30cf2cf13c567c6e4f8d9db272ec5d not available\nNOTE: Running setscene task 4383 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_create_runtime_spdx.3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_create_runtime_spdx_setscene.3b0d494515041ce5f0bba5d31e46e3b3921e94dcfd87c32206451d1468f969c5 not available\nNOTE: Running setscene task 4384 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_populate_lic.61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_populate_lic_setscene.61a7b95b83dc10a923968f0dfde79b6fb9b1988fdc9f622c4c3c4b5d3260838b not available\nNOTE: Running setscene task 4385 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['orc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['orc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['orc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_runtime_spdx.e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_runtime_spdx_setscene.e7bf30facf72e43cdf064f0e40da4cc396b787eab8bcbd72149e819d4e71fa18 not available\nNOTE: Running setscene task 4388 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_lic.2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_lic_setscene.2e9353ebd44b41b88f4b41582be9cdcf9b4f433125a8a4dad6669a5efb31c9ab not available\nNOTE: Running setscene task 4389 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:0)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_runtime_spdx.9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_runtime_spdx_setscene.9cc389e554206c787be63a4403a71775344621a802384146199b62eb6ab5ad86 not available\nNOTE: Running setscene task 4390 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:0)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_lic.14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_lic_setscene.14aef894bc8f91bd2e1d046d07e4d0524474c1a33c957beb8a8caf797093913b not available\nNOTE: Running setscene task 4391 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_create_runtime_spdx.158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_create_runtime_spdx_setscene.158f8747ddd27b83ff2637f903e132ae6735ea6aa6cae30c8110fcd3bacfd083 not available\nNOTE: Running setscene task 4392 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend:2: including test_recipe.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:0)\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:11)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ninja-native/1.11.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/makedevs-native/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_populate_lic.844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_populate_lic_setscene.844b4a397f87347ce2f30dcdf36f4fba5fc5922e638c65d9a98f970f0bd8c15b not available\nNOTE: Running setscene task 4393 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/opkg-utils-native/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/json-c-native/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['makedevs-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['makedevs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_recipe_qa.bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_recipe_qa_setscene.bebc9c7ca836e2bb43434ee801425858a7a5c332459f68a5fe7117a5de753c9c not available\nNOTE: Running setscene task 4394 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:0)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_spdx.a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_spdx_setscene.a66b1f98f842d692e14e6bbc4cc00537c44bd45d01d1e4796c4b0a3ef007ea84 not available\nNOTE: Running setscene task 4395 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_runtime_spdx.5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_runtime_spdx_setscene.5ac78953810dc3ac505b418fb379f6bdd84550f976efcf1cf9a1df6834d9ae24 not available\nNOTE: Running setscene task 4396 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmodulemd-native/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/opkg-utils-native/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/opkg-utils-native/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/nasm-native/2.16.01/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/librepo-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['nasm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG:   considering dependency: ['nasm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG:   considering dependency: ['nasm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG:   considering dependency: ['nasm-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG:   considering dependency: ['nasm-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG:   considering dependency: ['nasm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Considering setscene task: ['opkg-utils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/perlcross-native/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_lic.18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_lic_setscene.18b0862375b83d8ccf2f9fa12439c243f4488b5baa91e4e88625a0375ba70dea not available\nNOTE: Running setscene task 4399 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/perlcross-native/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_runtime_spdx.9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_runtime_spdx_setscene.9e5a0ed030c2f70ddcc9e50c9bdab20d8b5936f580ca43e40c4ac80c8ab2d328 not available\nNOTE: Running setscene task 4400 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/orc-native/0.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/orc-native/0.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_lic.f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_lic_setscene.f3bef6e6902f12744bf52d294c86c3ffc3ec722e12a824ce33123c91c9e6ea95 not available\nNOTE: Running setscene task 4401 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_create_spdx.85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/orc-native/0.4.36.do_create_spdx_setscene.85f7636e1d8bb57db4dbb0f5bbb0a1cc2183654226654a2502308d675e3f608e not available\nNOTE: Running setscene task 4402 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/patch-native/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_runtime_spdx.2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_runtime_spdx_setscene.2fef48efa18b0fe739faac69f3bfe0e2ba88d56c1ef6ab9e65a00269537c72b6 not available\nNOTE: Running setscene task 4403 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/patch-native/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_lic.e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_lic_setscene.e7a011cb33de1ab9bcd2265bccf4d8f134e96c93b6f2a592ab288d1d25e276ca not available\nNOTE: Running setscene task 4404 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_spdx.d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_spdx_setscene.d1b5a72f9f44de2f2f03556e4477de4d398052ce09983157ea9cc5a7afba5888 not available\nNOTE: Running setscene task 4405 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_runtime_spdx.54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_runtime_spdx_setscene.54dda4c62094aead55999083f43f1fb8250bf0f34ee7bc63aeda22497ff75ce0 not available\nNOTE: Running setscene task 4406 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_lic.a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_lic_setscene.a08f30297ad08cfe16a99297b9e348172493c5c5f6dc8831708c70ae651de15d not available\nNOTE: Running setscene task 4407 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot due to hard dependencies\nDEBUG: No package found, so skipping setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_populate_sysroot_setscene.bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_populate_sysroot.bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62 not available\nDEBUG: virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot was unavailable and is a hard dependency of /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot so skipping\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-parser-perl-native/2.46/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_sysroot.e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_sysroot_setscene.e45db424931f61fd011bd17f75fd419ba465c789213c60a59f7d8e894ddf4492 not available\nNOTE: Running setscene task 4410 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_populate_sysroot.02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_populate_sysroot_setscene.02266fa940a217cae358b2b5976182cc61fd55a7547e15266d50eb01846b1a14 not available\nNOTE: Running setscene task 4411 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_deploy_source_date_epoch.7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_deploy_source_date_epoch_setscene.7c6c2ccc5b4f45c56fa1cf1d4d159a449bd89862d55af7959a532b8bd0b2642b not available\nNOTE: Running setscene task 4412 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_deploy_source_date_epoch_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:0)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-parser-perl-native/2.46/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/makedevs-native/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_lic which could be accelerated\nDEBUG: No package found, so skipping setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/opkg-utils-native/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_create_runtime_spdx.937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_create_runtime_spdx_setscene.937f73b5c119c49f0cba079bd99e41528fbef915c89b5f526e49a3d354e4f6ab not available\nNOTE: Running setscene task 4414 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_populate_lic.3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_populate_lic_setscene.3343443e1dcaf5f8cbd1d0b7274e300235ded9b7103a0640d406422c34a0b39a not available\nNOTE: Running setscene task 4415 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-simple-perl-native/2.25/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['opkg-utils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['opkg-utils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['opkg-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['opkg-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_recipe_qa.4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_recipe_qa_setscene.4834be0b3e8a12ccd7c76c418578f5f8a4116f3bca006d8f82738b8515db1f40 not available\nNOTE: Running setscene task 4416 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_runtime_spdx.06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_runtime_spdx_setscene.06918643b75ec5e91424f27a924646373568c640f39cf2be272b669c8586cc4f not available\nNOTE: Running setscene task 4417 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/base-files/3.0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-simple-perl-native/2.25/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pkgconfig-native/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['base-files', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/perl-native/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['base-files', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['base-files', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['base-files', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['base-files', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['base-files', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['base-files', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_recipe_qa.ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_recipe_qa_setscene.ddba6a73fa7dd8a1403631666d929106c14f4180649083512b296c6f8e7d1eb7 not available\nNOTE: Running setscene task 4419 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/perl-native/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pkgconfig-native/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/orc-native/0.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/patch-native/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libxcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_sysroot.971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_sysroot_setscene.971898f9a00519ba5cdd2451e6c11dec741bdc4108bc25a77dd06d19792c9f3b not available\nNOTE: Running setscene task 4420 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['shadow', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['shadow', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_recipe_qa.53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/shadow/4.14.2.do_recipe_qa_setscene.53edc5d731529118cdc1ffb79872e0c4c46754f72b27d5d40af3c6f2a853d08f not available\nNOTE: Running setscene task 4422 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_populate_sysroot.a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_populate_sysroot_setscene.a187c507a032f648d40efb02574dcb891c67fde840b1be299aa315d19a87adf6 not available\nNOTE: Running setscene task 4423 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_recipe_qa.e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_recipe_qa_setscene.e39ada119031b92dc7bb5abc2c6747f2c1278d142db2d868f269cec3bc8cb669 not available\nNOTE: Running setscene task 4424 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['orc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['orc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:1: including libxcrypt.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_spdx.4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_spdx_setscene.4eccf572d2d76fb6355afb288bd7ba268a5d7c9890571cb4b955b959c6ce78f0 not available\nNOTE: Running setscene task 4426 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_lic.0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_lic_setscene.0e76a2a07cba9d8f56da6a7ac4208a63dafe7aea8b09e9095d77ea4b98da0d14 not available\nNOTE: Running setscene task 4427 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_create_runtime_spdx.813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_create_runtime_spdx_setscene.813e913d9e7d8b529c76d26f1034f38595c3f4105eb9dbe52d16a6aa94ea46c1 not available\nNOTE: Running setscene task 4428 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_populate_lic.c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_populate_lic_setscene.c7aafbd95974841594cbbb78e17da46d12728e24681edbde2260d134a4a2765b not available\nNOTE: Running setscene task 4429 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_runtime_spdx.77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_runtime_spdx_setscene.77d9c8bd3d794263afb03b8b96e360c3a93d5bb1c9240701d2cc61667123d62e not available\nNOTE: Running setscene task 4430 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_lic.cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_lic_setscene.cabfe67a5c8c3c481b86da60016c2f82cc833a65176dc1a66b8a7593a1603aa7 not available\nNOTE: Running setscene task 4431 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_runtime_spdx.460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_runtime_spdx_setscene.460dd283a773d20b06aa5383918074b4674fb18df60ecf4e6d406098011ba455 not available\nNOTE: Running setscene task 4432 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-build-native/1.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-build-native/1.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/base-files/3.0.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_lic.ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_lic_setscene.ddee6ae2d87ec694294c986aa665574ccb0ffc128d679b4c121a89680061e7b1 not available\nNOTE: Running setscene task 4433 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_runtime_spdx.0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_runtime_spdx_setscene.0ceb95572657f0d5d94cd31f68dbc385c076e30cad90e562793637f95b0dd023 not available\nNOTE: Running setscene task 4434 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_lic.89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_lic_setscene.89bfd78d939e06e90c66e52115126de48e8b23cce378f6066422cc2eb9080cb8 not available\nNOTE: Running setscene task 4435 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/opkg-utils-native/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-calver-native/2022.6.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-hatch-fancy-pypi-readme-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-fancy-pypi-readme-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-hatch-fancy-pypi-readme-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_runtime_spdx.9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_runtime_spdx_setscene.9e9b67b3a84f1caaaf81e93e59fb73acbee0a2d7037cf106d9dfee720b5217a2 not available\nNOTE: Running setscene task 4438 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_lic.34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_lic_setscene.34811bd501288804481cd0c89dd954787df6c1f44f090c869412fa9eb3616b72 not available\nNOTE: Running setscene task 4439 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcrypt/4.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:6)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/shadow/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/attr/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libxcrypt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libxcrypt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxcrypt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_recipe_qa.4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_recipe_qa_setscene.4daa1b71b0e74ef5b16c27c7cf10df5b099db3db281597131ea5f7117fd2fcb3 not available\nNOTE: Running setscene task 4441 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['popt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['slang', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['speex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['libexif', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['make', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['nettle', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['slang', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['gzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['sbc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['iptables', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['patch', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['flac', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['readline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['libxv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['m4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['iptables', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['tar', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libsm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['sudo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['libogg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['readline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['libice', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['popt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['socat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['ppp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['sed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['libevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['which', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['blktool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['font-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['lame', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['procps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['libxau', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['nettle', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['time', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['bison', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['gmp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['grep', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:1: including libxcrypt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-docutils-native/0.20.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-calver-native/2022.6.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-editables-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-docutils-native/0.20.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-editables-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-flit-core-native/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-flit-core-native/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libtool-cross', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['libtool-cross', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['opkg-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['which', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_sysroot.029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_sysroot_setscene.029b6ea27b610956256bc6be1936dd6d105ddef4658b0e5a48eac9afffd57945 not available\nNOTE: Running setscene task 4445 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['attr', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['attr', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_recipe_qa.da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/attr/2.5.1.do_recipe_qa_setscene.da60d74b331f6cf62a6a9704907f966bc22ebed4712e67b35db157484351c190 not available\nNOTE: Running setscene task 4447 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_recipe_qa.6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_recipe_qa_setscene.6781ee7900637f89ffd03e7f30cc9faa348f502028101ee267f1d1c279e20afd not available\nNOTE: Running setscene task 4448 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_spdx.5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_spdx_setscene.5550e8c3e0e00c85e209726faa0d6b3b3c7e0e195c158bba68fdaff8007b3427 not available\nNOTE: Running setscene task 4449 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['python3-hatch-vcs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-vcs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libxcrypt/4.4.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatch-vcs-native/0.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatch-vcs-native/0.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Considering setscene task: ['python3-hatch-vcs-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_spdx.2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_spdx_setscene.2d03a8be457737739e5d079c7066bff2bb98dfc1e6690927217412cfd7963708 not available\nNOTE: Running setscene task 4452 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_create_runtime_spdx.e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_create_runtime_spdx_setscene.e1d57062c4824fd634418a03fab41d9cd72625cb044eed23c47da694d07aa490 not available\nNOTE: Running setscene task 4453 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_populate_lic.1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_populate_lic_setscene.1d1a8b6d142eb706107bb258267eca690a2079dfdbb7205d7f81de2f8cec54d3 not available\nNOTE: Running setscene task 4454 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_create_runtime_spdx.a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_create_runtime_spdx_setscene.a806494a24fcea5a2c53481798bd5f9a45f2be27f8c4d0249117eb6eb75940d8 not available\nNOTE: Running setscene task 4455 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_populate_lic.678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_populate_lic_setscene.678b5a05d55ddaae92a627ff75e0cfd2ac24f6dbfadd020575d89a6969496643 not available\nNOTE: Running setscene task 4456 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_runtime_spdx.579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_runtime_spdx_setscene.579e3a06fb422faa5c7ca50c28cf7a6bd689b8d4db0c425fb403f4f2c2a5f8d1 not available\nNOTE: Running setscene task 4457 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_lic.b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_lic_setscene.b9af3eed2cf029f96f91b283ba2d0e73cb1e6637666e64e30faed44b21721caa not available\nNOTE: Running setscene task 4458 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Considering setscene task: ['python3-iniparse-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_sysroot.46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_sysroot_setscene.46dffc475729e4e7b822f0c85c1ad123b56afba9bcb9821641562aadca276290 not available\nNOTE: Running setscene task 4459 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_runtime_spdx.49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_runtime_spdx_setscene.49a18ba4b4a9c763823c4d6035695f3d31c61f18256bbc0667c82f27725f33a7 not available\nNOTE: Running setscene task 4460 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_lic.bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_lic_setscene.bac9f45195adfd2e23a272873f9253cecb52823dd8edf557db654939fff67075 not available\nNOTE: Running setscene task 4461 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_create_runtime_spdx.e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_create_runtime_spdx_setscene.e2a3350db52d008689563460e1ff704205fb99cc7f40cfac4298f69ee2b11ad6 not available\nNOTE: Running setscene task 4462 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_populate_lic.4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_populate_lic_setscene.4c34414fe18741cc141cdd9325c7de736cdc47a242514ccc32512650da0c1f73 not available\nNOTE: Running setscene task 4463 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/opkg-utils/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:0)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_populate_sysroot.6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_populate_sysroot_setscene.6b152577ad75d8414f09fd4834b179a84e722eb7faeb8490bd7ebfc7536867bd not available\nNOTE: Running setscene task 4464 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/attr/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:2: including gcc-runtime.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: including gcc-configure-common.inc\nDEBUG: Considering setscene task: ['opkg-utils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['opkg-utils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['opkg-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_recipe_qa.5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_recipe_qa_setscene.5a34f1eb7b261019481987e5fa4db6701b506e7f67412206f7152539ff6fbc65 not available\nNOTE: Running setscene task 4466 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:274: including gcc-testsuite.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-testsuite.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_create_runtime_spdx.384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_create_runtime_spdx_setscene.384d7594e262bbffc0c54be520d5bf76fb1f9311af845a8a8038e96b45974c73 not available\nNOTE: Running setscene task 4467 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatch-vcs-native/0.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatchling-native/1.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatchling-native/1.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-importlib-metadata-native/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-iniparse-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-importlib-metadata-native/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-iniparse-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-iniparse-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-hatch-fancy-pypi-readme-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-fancy-pypi-readme-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-fancy-pypi-readme-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-fancy-pypi-readme-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-fancy-pypi-readme-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-fancy-pypi-readme-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-installer-native/0.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-installer-native/0.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-hatch-vcs-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-vcs-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-vcs-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-vcs-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-vcs-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-vcs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-mako-native/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_spdx.4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_spdx_setscene.4689e25f49a4fe705afed49ffe549385c478b15a0b731d8cb4521446e9fb2617 not available\nNOTE: Running setscene task 4470 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-iniparse-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_create_spdx.247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_create_spdx_setscene.247fd606d86e73d95a77d2e4662e44060ea29a11065c1da6c1952d57fc659c5d not available\nNOTE: Running setscene task 4472 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-mako-native/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_populate_lic.e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_populate_lic_setscene.e59d2910c0e378b733c906891594d0bb607f9a95801f60299fef31934228e5dc not available\nNOTE: Running setscene task 4473 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_create_runtime_spdx.e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_create_runtime_spdx_setscene.e9a7b1f229eefa0517db67a5dd6bc4b7893f6b4fafa301d9d368ac34cb7ad6c5 not available\nNOTE: Running setscene task 4474 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_populate_lic.2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_populate_lic_setscene.2ebe29b7e0eb5b6c0ddd1357edf10f86cf956d6f6b6fbc6f07f97a1b6f056c6f not available\nNOTE: Running setscene task 4475 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_create_runtime_spdx.a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_create_runtime_spdx_setscene.a61edf6be975c4a9ba1a111aa61e7474b2028aecd02700ac72c7e79ecee62be5 not available\nNOTE: Running setscene task 4476 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_populate_lic.596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_populate_lic_setscene.596ae18fea48d5556266d4bcae92ae88bb6ec2241d71fedd0d26179e5ef45e1b not available\nNOTE: Running setscene task 4477 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_runtime_spdx.475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_runtime_spdx_setscene.475735d5c3195d35c2fd6b507b9df45013b05f097a001c595295ac6683ca1cf5 not available\nNOTE: Running setscene task 4478 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_lic.a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_lic_setscene.a921ffb8e7eaf2e6ba1770d31bf8d46101acccda3108d92f719be23c19d77358 not available\nNOTE: Running setscene task 4479 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_runtime_spdx.e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_runtime_spdx_setscene.e9c8323f974550e470e622d17b1d865d415373752e98b2bc8e7db65b461e9186 not available\nNOTE: Running setscene task 4480 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_lic.e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_lic_setscene.e86b60639770010cb764bea69fd31abaa51e30d42eec207e151ba990848a036b not available\nNOTE: Running setscene task 4481 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_create_runtime_spdx.d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_create_runtime_spdx_setscene.d6e3d5c5f381491f7d09dc81babcbb4b3ab58d839aa6ab66349a5ceed0a4fb86 not available\nNOTE: Running setscene task 4482 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-runtime/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/opkg-utils/0.6.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_populate_lic.eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_populate_lic_setscene.eaffe17c40f28c50bfffe564339a045a626c1a4b9aa91a0dc0437e2d44221e36 not available\nNOTE: Running setscene task 4483 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['gcc-runtime', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gcc-runtime', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gcc-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_recipe_qa.56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/gcc-runtime/13.2.0.do_recipe_qa_setscene.56f8fa67cf0ac40a0321de3fa424f41d50b4d362c8eb7c919a97a55a1b7c6c03 not available\nNOTE: Running setscene task 4485 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_populate_sysroot.e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_populate_sysroot_setscene.e42927d246fe4d2098098aa0a86021044c4942604bab4c86313609630b8c1a06 not available\nNOTE: Running setscene task 4486 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:2: including gcc-runtime.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:2: including libgcc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc.inc:1: including libgcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:274: including gcc-testsuite.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-testsuite.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-markupsafe-native/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_create_spdx.fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_create_spdx_setscene.fb3f467925a184c28fea8a54ceb929aad76f84a4cbee17ba61081998b22cfb03 not available\nNOTE: Running setscene task 4487 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-iniparse-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-mako-native/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-iniparse-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-iniparse-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_recipe_qa.20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_recipe_qa_setscene.20bc203ad5c40018f0d455d4dbe03b47b8f984666058bd67dca547a4b026ad94 not available\nNOTE: Running setscene task 4488 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-packaging-native/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-markupsafe-native/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-more-itertools-native/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-packaging-native/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-more-itertools-native/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pathlib2-native/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pathlib2-native/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pathspec-native/0.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pathspec-native/0.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pip-native/23.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_spdx.b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_spdx_setscene.b2b2fe28a3112ade90a831ad472f3f7b2f9dfb3ec15062be7e5cd647b03acf55 not available\nNOTE: Running setscene task 4489 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pip-native/23.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_create_runtime_spdx.1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_create_runtime_spdx_setscene.1ecbbe0e98e1a5246d7f965c99cb71d69ffc6fc3c2829285781c59bffbdbd6fd not available\nNOTE: Running setscene task 4490 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_populate_lic.d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_populate_lic_setscene.d11ba79b715008348197b24fb362213cbb1f1a66454e56718a205020b7d4666e not available\nNOTE: Running setscene task 4491 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_create_runtime_spdx.1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_create_runtime_spdx_setscene.1ed6a9c8e31f549aaa60f3653bfb4f17e6ba31a3fd5b199330eac41cab6675bf not available\nNOTE: Running setscene task 4492 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_populate_sysroot.ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_populate_sysroot_setscene.ff2b4196911c211d9027d2259b21985c4eb4c2bbb44071335518e60b95538a76 not available\nNOTE: Running setscene task 4493 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['libgcc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libgcc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libgcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_recipe_qa.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/libgcc/13.2.0.do_recipe_qa_setscene.735b48975205aff092780ec1adc4fe72f3c528e9456458f53e17372f005a30ed not available\nNOTE: Running setscene task 4495 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/gcc-runtime/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_populate_lic.81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_populate_lic_setscene.81a8196c95f2cdc3e60e71c6d14a87bd12acccc67c08ccd1334ddca88ed81e15 not available\nNOTE: Running setscene task 4496 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_create_runtime_spdx.69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_create_runtime_spdx_setscene.69c39515f0261f3a97d7adf349e7a9b54c108a3472c447788a2399ce4f6ec23b not available\nNOTE: Running setscene task 4497 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_populate_lic.d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_populate_lic_setscene.d8bf783cfdc06003cb6cc8306b0a0f81bd3c2c07cd91fc9cf7cd4bb535223531 not available\nNOTE: Running setscene task 4498 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_runtime_spdx.aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_runtime_spdx_setscene.aca2792f9685c1b834ab9eafbd458bb591da83eacd367bd8bdf7a4ce1d5d717b not available\nNOTE: Running setscene task 4499 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_lic.9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_lic_setscene.9ffbc27171268eef09a23a17cc61a1f4c8773fb4c1c13be7c92f227cc265177d not available\nNOTE: Running setscene task 4500 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_create_runtime_spdx.8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_create_runtime_spdx_setscene.8ca8983d5bc135122208dfa86b2a3654606b2971fcc73f990ec92bf9bbc8836a not available\nNOTE: Running setscene task 4501 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_populate_lic.8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_populate_lic_setscene.8688efd634d52d5811147e5d1f286f710a526a087664576c1da2f6ce1fc77e57 not available\nNOTE: Running setscene task 4502 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:2: including libgcc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc.inc:1: including libgcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-common.inc:3: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_create_runtime_spdx.036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_create_runtime_spdx_setscene.036ae3bb75d5922894e221f010b5d84c5c78b2f86a802e3876ebd4a3677f3335 not available\nNOTE: Running setscene task 4503 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-markupsafe-native/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_populate_lic.ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_populate_lic_setscene.ca02d2315692724f6787708d500b7aaa5e6fd983bca0eaf1e30f45316cf6178e not available\nNOTE: Running setscene task 4504 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-iniparse-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_runtime_spdx.59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_runtime_spdx_setscene.59f1f7504676397298eed8d45d85405ba3fbace1aa6d3a97c01c9a1ea6917ba8 not available\nNOTE: Running setscene task 4505 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/libgcc/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pathlib2-native/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_lic.d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_lic_setscene.d55c49af8b551312495b94035ceea9f7d6df35a33ae2a4a72029dbe8338e386c not available\nNOTE: Running setscene task 4506 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pygments-native/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pluggy-native/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pluggy-native/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pyparsing-native/3.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pygments-native/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pyparsing-native/3.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pyproject-hooks-native/1.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_stash_locale\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_stash_locale which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-setuptools-scm-native/8.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-setuptools-scm-native/8.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pyproject-hooks-native/1.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['glibc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['glibc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_recipe_qa.e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/glibc/2.38+git.do_recipe_qa_setscene.e1776e7f2299f401a2bc9e2d92501fb7c1470a015eba5431159f6569a694265f not available\nNOTE: Running setscene task 4509 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-setuptools-native/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_populate_sysroot.763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_populate_sysroot_setscene.763c5900168634c610e9cfcb2ad2f3c0ae47537527bc28a42d01fc81c7506999 not available\nNOTE: Running setscene task 4511 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libgcc-initial', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libgcc-initial', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_create_spdx.cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_create_spdx_setscene.cf694eaa20c61a6e6ddfef6e6639bdf81606201dca46d1c86eed88b038a76edd not available\nNOTE: Running setscene task 4514 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:1: including glibc.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_create_spdx.8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_create_spdx_setscene.8bfa2fc7541ac4015a587c430fb1511cbbd6e36eb4c78ff647a44a3f26ec8d40 not available\nNOTE: Running setscene task 4515 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/linuxloader.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_create_spdx.62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_create_spdx_setscene.62128d142cc125dc0e6408f81bcea303792621a8cd188a1bbe421975303ebdc6 not available\nNOTE: Running setscene task 4516 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_create_spdx.a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_create_spdx_setscene.a2ae47912be9b97f52cc8ea7c0eeca74b36ce67bd7439aa4305897b0dfc07c4a not available\nNOTE: Running setscene task 4517 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_runtime_spdx.12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_runtime_spdx_setscene.12d8b57ff79fc52dff1b18f57d59da6f4e1522ba211beba98275ef1e1a2ad666 not available\nNOTE: Running setscene task 4518 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_lic.b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_lic_setscene.b92dc8b513a6a191385f2ff2e5b0d855676ee4464f02ddf2931c03f7d3b48272 not available\nNOTE: Running setscene task 4519 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_runtime_spdx.c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_runtime_spdx_setscene.c05ab6793b6f91b507fe431c0692d3adb1ee259e958f71ec2802c67d7e803d90 not available\nNOTE: Running setscene task 4520 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:2: including glibc-version.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_lic.4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_lic_setscene.4697b6bb9dc40b993a2c4cd24d941a99429edde062a00dad0aaefb6a7e36b1d1 not available\nNOTE: Running setscene task 4521 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:127: including glibc-package.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:2: including gcc-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_create_runtime_spdx.2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_create_runtime_spdx_setscene.2cc936338099b5f66385449463de8b71f598904e812ce58d7fb46cbe1b949201 not available\nNOTE: Running setscene task 4522 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:17: including gcc-configure-common.inc\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_populate_lic.2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_populate_lic_setscene.2d415a0e0611f29497693598af9be2f295338bbf6443d2fa83b3c85cdb4a90cf not available\nNOTE: Running setscene task 4523 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_create_runtime_spdx.ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_create_runtime_spdx_setscene.ed0b92b15587de12e4c3403a0359569585893b6ff9c06cf22d0e4e3e8cffcf70 not available\nNOTE: Running setscene task 4524 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-setuptools-native/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_populate_lic.3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_populate_lic_setscene.3669873333094a55fcf72958fb874c5bb9c1258dc2f8f8b9491b67f61058db5c not available\nNOTE: Running setscene task 4525 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-six-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_spdx.2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_spdx_setscene.2ef9370f93fd489d58018bfc41fc8ae242c0c006c5fca3eb09298ce97b9b9794 not available\nNOTE: Running setscene task 4526 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gcc-cross-x86_64/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-six-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_gcc_stash_builddir\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_gcc_stash_builddir which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/glibc/2.38+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['gcc-cross-x86_64', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gcc-cross-x86_64', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_recipe_qa.5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gcc-cross-x86_64/13.2.0.do_recipe_qa_setscene.5e009715f794037a88bd8a4b3e3fa7a1d981af58212422fd024161310901da79 not available\nNOTE: Running setscene task 4529 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['gcc-source-13.2.0', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gcc-source-13.2.0', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG:   considering dependency: ['gcc-source-13.2.0', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['gcc-source-13.2.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_recipe_qa.47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/work-shared/gcc-13.2.0-r0.do_recipe_qa_setscene.47559f313c3b9d01ec549eff27bbce094bec0eb18c96b41fb6c41a19b347a6bb not available\nNOTE: Running setscene task 4531 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-importlib-metadata-native/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['linux-libc-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_populate_sysroot.9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_populate_sysroot_setscene.9077fed9ca114031487d3185084f6400227a1a901e7aec4a777c16398db7ae5f not available\nNOTE: Running setscene task 4532 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pip-native/23.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pyparsing-native/3.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:0)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pygments-native/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-toml-native/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-toml-native/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:1: including recipes-devtools/gcc/gcc-13.2.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-13.2.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:2: including gcc-cross.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:1)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-tomli-native/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-tomli-native/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:1: including linux-libc-headers.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-common.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:2: including recipes-devtools/gcc/gcc-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross.inc:17: including gcc-configure-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-typing-extensions-native/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-trove-classifiers-native/2024.1.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_create_spdx.8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_create_spdx_setscene.8b0734df76229e06285220619d7304092a53a9a1ce9d6be12c96eea509db46ce not available\nNOTE: Running setscene task 4533 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-typing-extensions-native/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_create_runtime_spdx.a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_create_runtime_spdx_setscene.a18443b8b244c2b3dbf47913426161ee14e3f7c2c36a0cf82824bb514544c489 not available\nNOTE: Running setscene task 4534 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_populate_lic.089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_populate_lic_setscene.089a0cffeb13e0cc37d0893b0ac3fe94158db0d2bcec034d2f5d7225511280a2 not available\nNOTE: Running setscene task 4535 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-trove-classifiers-native/2024.1.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_create_runtime_spdx.5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_create_runtime_spdx_setscene.5055ba2d05130b52dd640bbf4bcfd4b6f51a11c21b386df833b23050c0fafa1d not available\nNOTE: Running setscene task 4536 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_populate_lic.89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_populate_lic_setscene.89b8a027f5e08dd5ea319ae2ec47d3eda02d1b6cb6b5081082500c4dfe34d016 not available\nNOTE: Running setscene task 4537 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work-shared/gcc-13.2.0-r0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_create_runtime_spdx.6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_create_runtime_spdx_setscene.6cc2638c53803690b788e4e89089c08ed70a28e10b5901ccb2ef054dfe0180b6 not available\nNOTE: Running setscene task 4538 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_populate_lic.a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_populate_lic_setscene.a71bd8c7664c6c86540fd726e297e706e27a81a89fcf044eb7f9040300a87f72 not available\nNOTE: Running setscene task 4539 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_create_runtime_spdx.e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_create_runtime_spdx_setscene.e8a119db64e5cb321e9b35a52fd94847865b78204d2ba100688ede38bf9ceccb not available\nNOTE: Running setscene task 4540 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_populate_lic.590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_populate_lic_setscene.590df272cae6dcdecc88feef032fe3ca962fd0d076f2ee12e8f84048a75bbf36 not available\nNOTE: Running setscene task 4541 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gcc-cross-x86_64/13.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_create_runtime_spdx.f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_create_runtime_spdx_setscene.f96803738645981ac3750f488b08ddafa89ca1223f77cba99e4332a54fc4a840 not available\nNOTE: Running setscene task 4542 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-six-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_populate_lic.579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_populate_lic_setscene.579b7c266f11387b54d774432ace6c8fce05d3d4db2e459a420b6e2a2393ba9e not available\nNOTE: Running setscene task 4543 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_create_runtime_spdx.2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_create_runtime_spdx_setscene.2f0c3653d47e7218c6d914f129e0923cfb2f622dd924376fad405899e0201bf4 not available\nNOTE: Running setscene task 4544 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_populate_lic.433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_populate_lic_setscene.433e7abcf30d8eaf6b4dc808aadcaee9fc1d6bb67a739d72e7ba83655b8a23d8 not available\nNOTE: Running setscene task 4545 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/linux-libc-headers/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_create_runtime_spdx.4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_create_runtime_spdx_setscene.4b0485f8d41361cccde8e18553e668ecea08213b434faa0da0326c2f1a55fa3b not available\nNOTE: Running setscene task 4546 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_populate_sysroot.d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_populate_sysroot_setscene.d71e1c663c7ce23387d952a2491209705d46dd71ce3ceb0c758a48e57f0b3a02 not available\nNOTE: Running setscene task 4547 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: Considering setscene task: ['linux-libc-headers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Considering setscene task: ['linux-libc-headers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['linux-libc-headers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_recipe_qa.e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.6.do_recipe_qa_setscene.e8f06e44e196166afc6332826eadfec20a6e329df732b24098b2833ba73aefb5 not available\nNOTE: Running setscene task 4549 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:1: including binutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:1: including linux-libc-headers.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc:56)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:2: including binutils-2.41.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:3: including binutils-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatchling-native/1.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-wheel-native/0.42.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-wheel-native/0.42.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_sysroot.977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_sysroot_setscene.977d492ed02f84d7a5cdcc12748a9cd5fb73882b7e0dd784bc2e494fe94775da not available\nNOTE: Running setscene task 4550 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/binutils-cross-x86_64/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-zipp-native/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-zipp-native/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/linux-libc-headers/6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:0)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['binutils-cross-x86_64', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rsync-native/3.2.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['binutils-cross-x86_64', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG:   considering dependency: ['binutils-cross-x86_64', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG:   considering dependency: ['binutils-cross-x86_64', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG:   considering dependency: ['binutils-cross-x86_64', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG:   considering dependency: ['binutils-cross-x86_64', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG:   considering dependency: ['binutils-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['binutils-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_recipe_qa.7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.41.do_recipe_qa_setscene.7ddeeb911244e92d72b7ae7e955d56ff6092a3e7e66e2427b98072624febb404 not available\nNOTE: Running setscene task 4552 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rsync-native/3.2.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rpm-native/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_spdx.9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_spdx_setscene.9b55e4cfbaf81adae7ccbbf9a7d9efd9983a69d4a77e6cceac68836be64cbadb not available\nNOTE: Running setscene task 4553 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rpm-native/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_create_spdx.741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_create_spdx_setscene.741d82f769d126194310207716c4a6e555e5f29b329d8987af31198d7d251950 not available\nNOTE: Running setscene task 4554 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_spdx.73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_spdx_setscene.73213933789ff27c044e404b3a99cf7286f5eda10c221b699135bff56aa5d8b4 not available\nNOTE: Running setscene task 4555 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_create_spdx.4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_create_spdx_setscene.4cbc20dec7c649581d84753e731b72d01da5f7503b0e1e9ed803cfbc034734bb not available\nNOTE: Running setscene task 4556 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_create_spdx.cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_create_spdx_setscene.cb2670d331a523f7e7d7b12cd5763e3716e66cc935bdfbe46e7257554885f9fe not available\nNOTE: Running setscene task 4557 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:1: including binutils.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_create_spdx.e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_create_spdx_setscene.e47b5468f7b98a7091eb224a785c1c1931c5436a1807620d3a95414ba92e8325 not available\nNOTE: Running setscene task 4558 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_create_spdx.6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rsync-native/3.2.7.do_create_spdx_setscene.6f82c136ea1dbb7d43810fecc3f8add80394555877bf0ce38939caf24707e321 not available\nNOTE: Running setscene task 4559 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb (full)\nDEBUG: Considering setscene task: ['rsync-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rust-llvm-native/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cargo-native/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['rsync-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:2: including binutils-2.41.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cargo-native/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:3: including binutils-cross.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_populate_lic.ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_populate_lic_setscene.ddc9d8e59ec06d9bf319df4735e052572eefb43b4f7a51b0e8c9daa497a79915 not available\nNOTE: Running setscene task 4562 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cross.bbclass:95)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_create_runtime_spdx.93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_create_runtime_spdx_setscene.93c6219cf96a272e438f1babfbc191ce70da5414ac485695e335ace3dfa0e046 not available\nNOTE: Running setscene task 4563 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_populate_lic.ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_populate_lic_setscene.ca971efe2fdc022e8caf091e10887b5ad1d0200cee69e70cb5ed5f7cd1be57e6 not available\nNOTE: Running setscene task 4564 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_create_runtime_spdx.a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_create_runtime_spdx_setscene.a2d741f275e9f91c30b8cd5a241c2bcf27c5107010d7ecab0e92a70e8413b4f5 not available\nNOTE: Running setscene task 4565 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_populate_lic.6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_populate_lic_setscene.6378871bc32eb3aaba5adfe18e5a727c0c98916cfe2529f29a10e8c59851c2d5 not available\nNOTE: Running setscene task 4566 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:1: including swig.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-native/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-native/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:1: including swig.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['swig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG:   considering dependency: ['swig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_populate_sysroot.001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_populate_sysroot_setscene.001b89ba6088a84034d4ba55f1c7eb55a5d50ab1b666b67a45aea1350d229f5a not available\nNOTE: Running setscene task 4567 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_create_runtime_spdx.5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_create_runtime_spdx_setscene.5da56030faf1267fc412381cfe66b024d33eccd042a373d66f7aa56dbeec1c41 not available\nNOTE: Running setscene task 4568 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:1: including swig.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/binutils-cross-x86_64/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_populate_lic.f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_populate_lic_setscene.f9982afd5b8f36d86a8de714c794abd019e43cd331a34d35c866f9eb138af1d6 not available\nNOTE: Running setscene task 4569 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/patch-native/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['patch-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Considering setscene task: ['patch-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['patch-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_recipe_qa.d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_recipe_qa_setscene.d5136c7f853bf1864e6eda97089be5e7587445d304db13bd832c754b895d20c1 not available\nNOTE: Running setscene task 4571 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pathspec-native/0.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-editables-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch.inc:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-more-itertools-native/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['tcl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pluggy-native/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['tcl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-zipp-native/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-trove-classifiers-native/2024.1.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rsync-native/3.2.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_lic.4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_lic_setscene.4810bbcb065d41e07bf784454a60039b210255c2f5986a1ad3ab27bda081171e not available\nNOTE: Running setscene task 4574 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_spdx.fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_spdx_setscene.fa15b159511e97dc8800dd8aec99c3e153ecd7d3880d948500f3ba0bd9f01da2 not available\nNOTE: Running setscene task 4575 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_create_spdx.80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_create_spdx_setscene.80d31b2536232f701b4612b198959f0796f489fcf98b7a40fd6c03ae0848464f not available\nNOTE: Running setscene task 4576 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_spdx.67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_spdx_setscene.67accb1b199aeefc856449e9db196840806fcea1df1eb44e66165848a1d0b61e not available\nNOTE: Running setscene task 4577 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['rsync-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:29)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_sysroot.8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_sysroot_setscene.8feebe39f71b43deb173c80a69e116c607903fcc353f7040eaea03df28328ee2 not available\nNOTE: Running setscene task 4579 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_runtime_spdx.bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_runtime_spdx_setscene.bff1c50d9751aa19defabb65207a361f4d21b550ea4106142751363468970592 not available\nNOTE: Running setscene task 4580 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_lic.d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_lic_setscene.d25bcb39a98db82af000271d9d47dcbc03e621e4365afe2f24bd6abbb08726b0 not available\nNOTE: Running setscene task 4581 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rust-llvm-native/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/swig-native/4.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:29)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/swig-native/4.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rust-native/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_create_spdx.3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_create_spdx_setscene.3f8f990948a406f0c0b732b256f39c751ca6bf5c34bda416bd7aa7230c44eaae not available\nNOTE: Running setscene task 4582 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rust-native/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['unifdef-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['unifdef-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/swig-native/4.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['unifdef-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_create_runtime_spdx.7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_create_runtime_spdx_setscene.7ea31142f1572a963b6bb63192e013f9ef26e2689f129226288c12f10871840a not available\nNOTE: Running setscene task 4585 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb (full)\nDEBUG: Considering setscene task: ['swig-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/tcl-native/8.6.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:1: including swig.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_populate_lic.df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_populate_lic_setscene.df7b976115a2130c588a7ca7b70cdae938af2fd2efee24c35f2cc960519be898 not available\nNOTE: Running setscene task 4587 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_create_spdx.c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/tcl-native/8.6.13.do_create_spdx_setscene.c7e120a75df51e114e40e727f65e4c1f8b38f93684c09fd4decb7129398804a0 not available\nNOTE: Running setscene task 4588 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_runtime_spdx.0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_runtime_spdx_setscene.0df16cde615ca7eb49dec4d5b7396c4566d1944a132c2e1a612948484621ed96 not available\nNOTE: Running setscene task 4589 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_lic.7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_lic_setscene.7705bf4c9ba3b48201d8a14a990b212b51f76d3770416264e833890e28511e28 not available\nNOTE: Running setscene task 4590 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_runtime_spdx.d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_runtime_spdx_setscene.d226ba73c24e5db3411f9d0c542a188766e25954f5d9c92994dbb2cf72ede4d8 not available\nNOTE: Running setscene task 4591 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/tcl-native/8.6.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_lic.d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_lic_setscene.d8e8783c6e3cb741a9674e6a62836a7f8efb2c030294632b7f138706c9b3cf10 not available\nNOTE: Running setscene task 4592 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/patch-native/2.7.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Considering setscene task: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['asciidoc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_runtime_spdx.a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_runtime_spdx_setscene.a1c5a44b9266e60c4ce0eb15fcc2b06bbd4eac514180815d4ab9a951e60baa78 not available\nNOTE: Running setscene task 4595 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unfs3-native/0.10.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-calver-native/2022.6.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-setuptools-scm-native/8.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unifdef-native/2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unifdef-native/2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:0)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_lic.67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_lic_setscene.67591b534f37cff2a8f11db4a6c1fbfcbc2ae935adbf473472de3fa6a178e5f1 not available\nNOTE: Running setscene task 4596 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-toml-native/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unfs3-native/0.10.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_create_spdx.78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_create_spdx_setscene.78febdb2558bc3c015b42ebbe558fa24276f91c2d75676f68f834b2804498d06 not available\nNOTE: Running setscene task 4597 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_spdx.e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_spdx_setscene.e660ef425d3b06fa9cb64165fdf0b5b870b0e9b3d028cb361030a59a5fa01205 not available\nNOTE: Running setscene task 4598 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_create_spdx.6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_create_spdx_setscene.6de3eb7ffbce801f11ad8cb2a2a1e13f5eeb6d25d139a23a53bf551e7458016b not available\nNOTE: Running setscene task 4599 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['unfs3-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['unfs3-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG:   considering dependency: ['unfs3-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG:   considering dependency: ['unfs3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['unfs3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_recipe_qa.c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_recipe_qa_setscene.c98d842611950dd526cb591c39a80cee2a63f23fc28d908763d0f00d030ea42c not available\nNOTE: Running setscene task 4601 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/swig-native/4.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_spdx.e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_spdx_setscene.e21387bf5667073034bb885a90ee676a9ff3c02e86347395985f37e5a3208a02 not available\nNOTE: Running setscene task 4602 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['bc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_shared_workdir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_deploy', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['bc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/vala-native/0.56.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Considering setscene task: ['swig-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG:   considering dependency: ['swig-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG:   considering dependency: ['swig-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG:   considering dependency: ['swig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['swig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_recipe_qa.7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/swig-native/4.1.1.do_recipe_qa_setscene.7e051eeae0da57102c8b413fc6c3082d61909cedc8aeb0c19da92cb5510bbae1 not available\nNOTE: Running setscene task 4604 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xmlto-native/0.0.28+0.0.29+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xmlto-native/0.0.28+0.0.29+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/asciidoc-native/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:29)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/vala-native/0.56.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['bc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/tcl-native/8.6.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:29)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['tcl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['tcl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:1: including swig.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_spdx.56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_spdx_setscene.56fe3ed3c8e802f1f89f081f56343539dc2bd78a52b97e29a4b6178c76b001f8 not available\nNOTE: Running setscene task 4607 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_runtime_spdx.79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_runtime_spdx_setscene.79670f22034ce6ac528a1724b6ac3ba4e336e1d1709193156d01d9fe91a3f9aa not available\nNOTE: Running setscene task 4608 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_lic.1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_lic_setscene.1bd4cdbbd48c657c480e9125b33c53d7035ff362f91a4cda31fa7c51ca4d54c4 not available\nNOTE: Running setscene task 4609 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_runtime_spdx.661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_runtime_spdx_setscene.661ed31ff6b87f14c0987330210ab270d81a9cd0836388138a2c62adc4929c86 not available\nNOTE: Running setscene task 4610 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig.inc:19)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_lic.b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_lic_setscene.b02c2928bf03997398e64b2addb6f536a7af693ddbf850fb2a03476843751963 not available\nNOTE: Running setscene task 4611 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cracklib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['cracklib-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_runtime_spdx.4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_runtime_spdx_setscene.4bc2bfdf32c0007c588f3134b19689fd4e564891c38c8e2df27ecebede5e7981 not available\nNOTE: Running setscene task 4614 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_lic.5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_lic_setscene.5265b542f24f739d410cfdff5f7d5faac1ec22ba9fe3685ee550b51215718bef not available\nNOTE: Running setscene task 4615 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/asciidoc-native/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cwautomacros-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb']\nDEBUG:   considering dependency: ['cwautomacros-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb']\nDEBUG:   considering dependency: ['which', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cwautomacros-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_runtime_spdx.da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_runtime_spdx_setscene.da719b6182bcb6cbc0575d87b2d347c57a7b609fcb672446e2907250731f4cc7 not available\nNOTE: Running setscene task 4618 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bc-native/1.07.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_spdx.acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_spdx_setscene.acb2cb6666e87be0aa2b6fa592c4beb55b9e441fcefbf6a79cc3dc35f7c9aaa0 not available\nNOTE: Running setscene task 4619 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bc-native/1.07.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:0)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_lic.f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_lic_setscene.f37b971cdbdd58e0a001b1720a8cc4865a3606f301523f195296af63b11a37c7 not available\nNOTE: Running setscene task 4620 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unifdef-native/2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-packaging-native/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-tomli-native/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-typing-extensions-native/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unfs3-native/0.10.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:15)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['unifdef-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb']\nDEBUG:   considering dependency: ['unifdef-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb']\nDEBUG:   considering dependency: ['unifdef-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb']\nDEBUG:   considering dependency: ['unifdef-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb']\nDEBUG:   considering dependency: ['unifdef-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb']\nDEBUG:   considering dependency: ['unifdef-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_runtime_spdx.281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_runtime_spdx_setscene.281d3ed883bbf57c69bc93caab0ede06290ba3fdbb816abfbfc811f24cbaf541 not available\nNOTE: Running setscene task 4622 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_lic.c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_lic_setscene.c389090f8b4984a9b5f471ee289e86a6443905851047c41cec3da4e3da964e73 not available\nNOTE: Running setscene task 4623 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['groff-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['groff-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['nasm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/swig-native/4.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['groff-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/asciidoc-native/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_create_runtime_spdx.0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_create_runtime_spdx_setscene.0717b9b27bee98a68faa2cc7221c9d5de09a0ca66a3e4550032080d19f2fa207 not available\nNOTE: Running setscene task 4626 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_populate_lic.464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_populate_lic_setscene.464e33ee3a516a83cc0668c1b892f695a432fde3b74481bc53551553dcf5ee48 not available\nNOTE: Running setscene task 4627 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['asciidoc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cwautomacros-native/20110201/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cracklib-native/2.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_runtime_spdx.f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_runtime_spdx_setscene.f3c16030fd34d928f64432ec56d73f1c138c0904b64a7040679ffc8ab8187ab0 not available\nNOTE: Running setscene task 4629 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cracklib-native/2.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cwautomacros-native/20110201/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bzip2-native/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_spdx.d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_spdx_setscene.d699f581bbf49a11f4c7daf3759568403935a2b1731b898459f82a972766ea4a not available\nNOTE: Running setscene task 4630 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_spdx.91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_spdx_setscene.91f655ee0e9662f4c1a4688079e229d1c1b01efa7e0c71011746911bd66f9308 not available\nNOTE: Running setscene task 4631 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bzip2-native/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_lic.a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_lic_setscene.a0a3a5f7fa54736a0b56746b783c814a13d7659463f8d237b819629fff56c1f3 not available\nNOTE: Running setscene task 4632 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_runtime_spdx.36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_runtime_spdx_setscene.36fceb672542c3dc80ddf7cb55f206a91925aaf448807fb8ca8c77052f214c1a not available\nNOTE: Running setscene task 4633 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_lic.55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_lic_setscene.55ad9ad4031ba4599cfaba1614b0b3d479804d282118db81f01d1c33ed17f469 not available\nNOTE: Running setscene task 4634 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_create_runtime_spdx.134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_create_runtime_spdx_setscene.134c9880f8a3839f4e82a452e8f62b1be12fbcba688e94d27e195781d44e5e72 not available\nNOTE: Running setscene task 4635 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_populate_lic.ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_populate_lic_setscene.ae35c8729a532a5dca8a087fb356216f8412750a166bd9d35980cdf828209707 not available\nNOTE: Running setscene task 4636 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Considering setscene task: ['libsolv-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_populate_sysroot.1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_populate_sysroot_setscene.1ca22fc78df17c902cfe70c21e02665b70c64f70dc4aa8e5460bb719690ef6ef not available\nNOTE: Running setscene task 4637 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gperf-native/3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_runtime_spdx.d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_runtime_spdx_setscene.d1df39298ef0f1b8b1bf12573effec0270ddd75b815d2fe7d624b575d6a43bbf not available\nNOTE: Running setscene task 4638 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bc-native/1.07.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['bc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gperf-native/3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_lic.972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_lic_setscene.972567b9c1a0aa82aa43170b3bcd54cf3ec6f3bd03ca1ae69fd89bcb6d80dc7d not available\nNOTE: Running setscene task 4640 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_create_runtime_spdx.1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_create_runtime_spdx_setscene.1472d760fc9772556b4d4067897ced34794af353660986f2a37a879f01ae5068 not available\nNOTE: Running setscene task 4641 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:0)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/groff-native/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/groff-native/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libarchive-native/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_spdx.4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_spdx_setscene.4b068f74f48be6c90799df83a3cf812b1946008910895148b9263a6854c91f4a not available\nNOTE: Running setscene task 4642 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libarchive-native/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cwautomacros-native/20110201/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_populate_lic.258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_populate_lic_setscene.258c45288cad8b1c69dca6fcafee49376462f35ff55a3b65e13300640b8e886d not available\nNOTE: Running setscene task 4643 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cracklib-native/2.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libidn2-native/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libnsl2-native/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libnsl2-native/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libidn2-native/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cracklib-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libsolv-native/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['cwautomacros-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb']\nDEBUG:   considering dependency: ['cwautomacros-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb']\nDEBUG:   considering dependency: ['cwautomacros-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb']\nDEBUG:   considering dependency: ['cwautomacros-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb']\nDEBUG:   considering dependency: ['cwautomacros-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb']\nDEBUG:   considering dependency: ['cwautomacros-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libsolv-native/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_create_spdx.e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_create_spdx_setscene.e66c9006d95eb7cde8821f239521bc1ee08f53a3b009094166ffd2f4416d3f31 not available\nNOTE: Running setscene task 4646 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libsolv-native/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['lzip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb']\nDEBUG:   considering dependency: ['ed', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['ed', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['lzip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb']\nDEBUG:   considering dependency: ['ed', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG:   considering dependency: ['ed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['lzip-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_populate_sysroot.dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_populate_sysroot_setscene.dd1b77a8103c952508bc3253bbbff766041ae31c1e03ee3a6fc84d6211544abf not available\nNOTE: Running setscene task 4649 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:0)\nDEBUG: Considering setscene task: ['libsolv-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_runtime_spdx.f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_runtime_spdx_setscene.f7705bf543f969299aaf204b5e85b1eada49a35b678ff05c9ec38fb098cd8c3a not available\nNOTE: Running setscene task 4651 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_lic.b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_lic_setscene.b7398a37fc1e046a0b28cce476649dd1952692fdc277c810c358606ee150d55b not available\nNOTE: Running setscene task 4652 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_sysroot.276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_sysroot_setscene.276b169659641f28d6a149bf951566f17812e396576b008574d26abf28ec39bc not available\nNOTE: Running setscene task 4653 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_runtime_spdx.763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_runtime_spdx_setscene.763c123cf0e7473e12c45ebddbc1ad9f17e9ac4461b3ddbea8f78b7e8d01b3be not available\nNOTE: Running setscene task 4654 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_lic.173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_lic_setscene.173eb87170ad0a0babecdb4bb7cbc201323a60072c9ac56946487daad6678e08 not available\nNOTE: Running setscene task 4655 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_runtime_spdx.1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_runtime_spdx_setscene.1ba4f923d4d0c032ebc7e29f6fbce47b0a0ae49f9d29f136876604c084d698e6 not available\nNOTE: Running setscene task 4656 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_lic.17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_lic_setscene.17e03b0b9e493a8e249363e6a5126bd7c4ef3959cd8efc9181835089f1b0b1f1 not available\nNOTE: Running setscene task 4657 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_runtime_spdx.fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_runtime_spdx_setscene.fcdc07304e3be021d95cfce1a7018f2f290a55d489fe75997f62db16000b2bf4 not available\nNOTE: Running setscene task 4658 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_lic.818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_lic_setscene.818cb405c51ecf7ea4f9eeb671f1aed617fe92e8202003a29fbb416b2b68cffb not available\nNOTE: Running setscene task 4659 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtirpc-native/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_runtime_spdx.5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_runtime_spdx_setscene.5fab1157d1ee677b7875ae1c9003956a59ee80f93cae30ac5e1931c5d79372b5 not available\nNOTE: Running setscene task 4660 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtirpc-native/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/lzip-native/1.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_create_spdx.faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lzip-native/1.24.do_create_spdx_setscene.faa73d98f8918bd3d0d60ff3fcc9b93cbcb9addc1f121eeaf725f3e2c24c1d79 not available\nNOTE: Running setscene task 4661 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_create_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_lic.6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_lic_setscene.6e79d13023c2784af3b16cb9b336c948bfd80fc0b422c7d620b367f936d8afbe not available\nNOTE: Running setscene task 4662 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/lzip-native/1.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_sysroot.9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_sysroot_setscene.9d4876af8aa9bceec15e1e7d8e1c0d824256bb3a4b5b8441257efb19113e93b2 not available\nNOTE: Running setscene task 4663 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/groff-native/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:23)\nDEBUG: Considering setscene task: ['groff-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_create_runtime_spdx.31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_create_runtime_spdx_setscene.31c519e882187c6ba4aecb7e291ad2c969fec72408cf2e456597f608b370144d not available\nNOTE: Running setscene task 4665 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pbzip2-native/1.1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pbzip2-native/1.1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libsolv-native/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pbzip2-native/1.1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_create_spdx.fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_create_spdx_setscene.fbf2725fcaa5972f03cca88fd4c08c447063855fcaf9c218fb8242a1aea00c41 not available\nNOTE: Running setscene task 4666 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rpm-native/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libsolv-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libsolv-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libsolv-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_recipe_qa.7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsolv-native/0.7.28.do_recipe_qa_setscene.7496a459f72b6d404d0207ee8f401bdd16689b7393737ac13806e30461153496 not available\nNOTE: Running setscene task 4667 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-namespacesupport-perl-native/1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_spdx.9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_spdx_setscene.9dfcd1079316cfe2c87ee29b31719f6717a570e925bf9201a525d5e3d08c2bb4 not available\nNOTE: Running setscene task 4668 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['pbzip2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-namespacesupport-perl-native/1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-sax-base-perl-native/1.09/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-sax-perl-native/1.02/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['file-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['createrepo-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_sysroot.a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_sysroot_setscene.a4eae612e8768c15ac915e70545c8228237c19d5789ce2b8b65955821551389c not available\nNOTE: Running setscene task 4670 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-sax-perl-native/1.02/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-sax-base-perl-native/1.09/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb (full)\nDEBUG: Considering setscene task: ['lua-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['rpm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_sysroot.270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_sysroot_setscene.270f12eea826e55a81d2cddbbb10e3c7f8f480af60e28f4dc6d8e681bfc600cf not available\nNOTE: Running setscene task 4671 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['rpm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_spdx.74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_spdx_setscene.74d89d1bc5e2c265470c4f6b197927006da68e3c8b629a898903d35eeb777752 not available\nNOTE: Running setscene task 4673 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_spdx.da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_spdx_setscene.da39b2cfff678fedcc9ef731212cf122d05d7e6dcd42b4671c6fbc9b0cf0f9a8 not available\nNOTE: Running setscene task 4674 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_populate_lic.9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_populate_lic_setscene.9969c687e298900d270faecf56f610f833c1cb133fbffb6d09db27f160723355 not available\nNOTE: Running setscene task 4675 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_populate_sysroot.8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_populate_sysroot_setscene.8e55152a4bf6e9304c61fc869aec569fce8da11082d1358bcb3a68f26790dacd not available\nNOTE: Running setscene task 4676 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_runtime_spdx.4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_runtime_spdx_setscene.4a82b696e6e25490853586b182d3315d09b83627a61c21fab407f155389087b7 not available\nNOTE: Running setscene task 4677 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_lic.f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_lic_setscene.f91b4b1f935f5bf0eaa64ccdcd885358b1b9d46e3f309231b14dfaa4fb47286b not available\nNOTE: Running setscene task 4678 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pigz-native/2.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:22)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/lzip-native/1.24/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pigz-native/2.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['lzip-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb']\nDEBUG:   considering dependency: ['lzip-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb']\nDEBUG:   considering dependency: ['lzip-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb']\nDEBUG:   considering dependency: ['lzip-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb']\nDEBUG:   considering dependency: ['lzip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb']\nDEBUG:   considering dependency: ['lzip-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_spdx.c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_spdx_setscene.c34bcc0bfff1b76ddd92b73ae9bd9e15c288cfa66a1fbda6046dc8c2f682a55c not available\nNOTE: Running setscene task 4680 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_create_runtime_spdx.b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_create_runtime_spdx_setscene.b10d9030b4b8cc36435cc9cbc0791e48a19e065da349806126ccbd859914a54c not available\nNOTE: Running setscene task 4681 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_populate_lic.c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_populate_lic_setscene.c798be49cd634572b70947a7838602660fcd0b420a25d831649fb6cfcd0d928d not available\nNOTE: Running setscene task 4682 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pigz-native/2.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['pigz-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_runtime_spdx.dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_runtime_spdx_setscene.dc8fe70e41243889d142fc913db8b084b57f9284057656fece96882af8797558 not available\nNOTE: Running setscene task 4684 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shadow-native/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_create_spdx.bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_create_spdx_setscene.bf63edf9d6a848a24f4775a67da9d55a5be5db5f05cde1febc6e8898642bc066 not available\nNOTE: Running setscene task 4685 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pbzip2-native/1.1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libsolv-native/0.7.28/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rpm-native/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/file-native/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Considering setscene task: ['pbzip2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb']\nDEBUG:   considering dependency: ['pbzip2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb']\nDEBUG:   considering dependency: ['pbzip2-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb']\nDEBUG:   considering dependency: ['pbzip2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pbzip2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_recipe_qa.79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_recipe_qa_setscene.79229ef86df546f632bb220777395a981f13ad6d0c1b17a18b549ebc8bdbd6eb not available\nNOTE: Running setscene task 4686 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_create_spdx.1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_create_spdx_setscene.1a467c0e0d149380bf240d62948fef7e909ae36b08d3f5cf476c799a4c19f6c1 not available\nNOTE: Running setscene task 4687 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_create_spdx.53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_create_spdx_setscene.53972bb203be5af3318d37f677a45c99ad2f918fba3c98830d4bae588c14d349 not available\nNOTE: Running setscene task 4688 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/lua-native/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb (full)\nDEBUG: Considering setscene task: ['file-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unzip-native/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_spdx.20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_spdx_setscene.20d56b5046bd40458b518af1f50a85f4133f665a361a6c7c45662b469afd5afd not available\nNOTE: Running setscene task 4690 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-sax-base-perl-native/1.09/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-sax-perl-native/1.02/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unzip-native/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shadow-native/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shadow-native/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['readline-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['bc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['readline-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['lua-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_sysroot.72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_sysroot_setscene.72da09c77b9e4b860e2679ba20e6bb5aaa491dd161478453fde56d902eaca729 not available\nNOTE: Running setscene task 4691 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pigz-native/2.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['lua-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['rpm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:   considering dependency: ['rpm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['rpm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_recipe_qa.62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rpm-native/4.19.1.do_recipe_qa_setscene.62b59c7884fb4f77d8dd2fa5111b0d0937a78a13bf6783634991fd8350668e0a not available\nNOTE: Running setscene task 4693 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_spdx.192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_spdx_setscene.192e8f6ddf8fc6af3a58d27461886d0ae330ef12f22dcc80b0ee6ef72560b1cc not available\nNOTE: Running setscene task 4694 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['pigz-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb']\nDEBUG:   considering dependency: ['pigz-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb']\nDEBUG:   considering dependency: ['pigz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pigz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_recipe_qa.801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pigz-native/2.8.do_recipe_qa_setscene.801041a77f5ce0868d4dd22cb1f07e6ce65542b43738e76fce2913dfcb1af3e8 not available\nNOTE: Running setscene task 4695 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Considering setscene task: ['shadow-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_lic.9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_lic_setscene.9e5852917e05654f0956749816c12bc3e8b2bae609f558171094dba424c4aa8c not available\nNOTE: Running setscene task 4697 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xz-native/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['zip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['zip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['zip-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_create_runtime_spdx.396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_create_runtime_spdx_setscene.396f557500bdc7e4bff703e2ed241c1879450481752642204a2d9b99e85f33c5 not available\nNOTE: Running setscene task 4700 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:62)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:23)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xz-native/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_populate_lic.743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_populate_lic_setscene.743fb327b3de218576fa65e10220ebdea56d501ba10157d70799b6a899747b34 not available\nNOTE: Running setscene task 4701 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zip-native/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_create_runtime_spdx.b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_create_runtime_spdx_setscene.b6d88587cae438ce9bd3ee5e0bb534e6374a7fad82a1994d32cc795dd613a8dc not available\nNOTE: Running setscene task 4702 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_populate_lic.37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_populate_lic_setscene.37f26843f71e78667ec42d1779f10a7960239b7ba736f4262651ac50a45d1a98 not available\nNOTE: Running setscene task 4703 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_spdx.1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_spdx_setscene.1b97a2ab57cccda8d55689591f2a7af6ca4a305fdf6eef46e8cb91cd14325f9c not available\nNOTE: Running setscene task 4704 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_runtime_spdx.1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_runtime_spdx_setscene.1388e821440bab1e6ca13b7fc0bd3e008875cf8e71324a85c7e48de625befc0a not available\nNOTE: Running setscene task 4705 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pbzip2-native/1.1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shadow-native/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_lic.052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_lic_setscene.052c8b5528dd0f27ffbaa00692b9c7089d5659ba779d52bacd182cdf3aa69852 not available\nNOTE: Running setscene task 4706 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/file-native/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/elfutils-native/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/lua-native/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['file-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['file-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_recipe_qa.7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/file-native/5.45.do_recipe_qa_setscene.7b89789656f623fe97bfa1799c074a24fd2be987756c1ede04b345036d345c84 not available\nNOTE: Running setscene task 4707 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_spdx.32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_spdx_setscene.32456417c87316db277cfb68ea6a58719b1d01f730ceaf6e277685b2c03ee861 not available\nNOTE: Running setscene task 4708 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['lua-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['lua-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_recipe_qa.c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_recipe_qa_setscene.c1320bbd54312d931d45afc0dff1a04373a79aac84ed4a41c16903d7d4167779 not available\nNOTE: Running setscene task 4709 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_create_spdx.8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_create_spdx_setscene.8f3a803f0ceb1f35e3ec5b5253f88ab05eed09aebafd70cfafa9501cca26dd55 not available\nNOTE: Running setscene task 4710 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pigz-native/2.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zip-native/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/readline-native/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zstd-native/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zstd-native/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-namespacesupport-perl-native/1.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rpm-native/4.19.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['readline-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['shadow-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['shadow-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['shadow-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_recipe_qa.5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shadow-native/4.14.2.do_recipe_qa_setscene.5107153906b642bb032921e3ea6b8137db7be740c72a341d9ceb3480c2af0980 not available\nNOTE: Running setscene task 4712 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['gconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_sysroot.c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_sysroot_setscene.c64db0ff800a55cd54b4b257af5cd888ae6462c007569da43c325ad3ec752ae1 not available\nNOTE: Running setscene task 4713 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_create_runtime_spdx.bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_create_runtime_spdx_setscene.bcfc4893fa69e146cab3e470dbd1091b020e6708f89f94ae53decc9ecd9a91ac not available\nNOTE: Running setscene task 4714 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_populate_lic.560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_populate_lic_setscene.560b157afd6965e3b310beca1d1a544d5ee50e9d598abee2e1b95711478d7b5a not available\nNOTE: Running setscene task 4715 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_create_runtime_spdx.d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_create_runtime_spdx_setscene.d77f5d98683a8e9f9e57b630a761767f57ddc75ba3d34c2c3d9433877fffeb18 not available\nNOTE: Running setscene task 4716 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_populate_lic.6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_populate_lic_setscene.6c5743effe692a6ccbe4acc618cf2eaaa088ee232ef94406cd48e8b6602f5eed not available\nNOTE: Running setscene task 4717 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:1: including shadow.inc\nDEBUG: Considering setscene task: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_populate_sysroot.3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_populate_sysroot_setscene.3d4c9466a048a9fdc2c2136b8b4ecc458adbdb7d4c316e611ec0b4201d03a235 not available\nNOTE: Running setscene task 4718 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zip-native/3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gconf-native/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:181)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gdk-pixbuf-native/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gdk-pixbuf-native/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['zip-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_spdx.37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_spdx_setscene.37f407341aae41d660199535498800624d36512174ba5a0d3dc94afd00e16a69 not available\nNOTE: Running setscene task 4720 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_create_runtime_spdx.4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_create_runtime_spdx_setscene.4a94fd549c5688ebb5c8d7b63f77cb8f5b497bfc3888e87f9810a19e15046c92 not available\nNOTE: Running setscene task 4721 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_populate_lic.aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_populate_lic_setscene.aef4a11fb1b9a82c4bebeec38bfbb0789b290e8046386b1dcf354091688679b2 not available\nNOTE: Running setscene task 4722 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_create_runtime_spdx.0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_create_runtime_spdx_setscene.0823ed181435dbe575808bc88307e34f528ac07cce98be368bdcfb13ecef7d34 not available\nNOTE: Running setscene task 4723 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gconf-native/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_populate_lic.c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_populate_lic_setscene.c0f261f038d14a26dc9bdc2e24f15c5acf21897848b4e7c6196a13b18f29bbe5 not available\nNOTE: Running setscene task 4724 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/file-native/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/readline-native/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/lua-native/5.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libarchive-native/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Considering setscene task: ['readline-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['readline-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_recipe_qa.52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/readline-native/8.2.do_recipe_qa_setscene.52ccc3000f65e380cc4c246354e4344d382f6861d38d74d009052874a304b020 not available\nNOTE: Running setscene task 4725 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_spdx.fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_spdx_setscene.fa11d3e7b6f7538ee0bf27ff513db72de99def499cf97a0d5f87aa2adc6d988a not available\nNOTE: Running setscene task 4726 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: Considering setscene task: ['python3-docutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['python3-docutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['python3-docutils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['cargo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Considering setscene task: ['cargo-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Considering setscene task: ['rust-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gconf-native/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Considering setscene task: ['rust-llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shadow-native/4.14.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gobject-introspection-native/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gobject-introspection-native/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gtk+3-native/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Considering setscene task: ['dbus-glib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['gconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_sysroot.32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_sysroot_setscene.32574f7202a0585c8d212487f7da5a65fa1af107fbe8696dbdfddf2f4a0f23f4 not available\nNOTE: Running setscene task 4734 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gtk+3-native/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gtk+3-native/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Considering setscene task: ['intltool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_sysroot.2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_sysroot_setscene.2ecd323ae2b23ac9e62100923c913b295f5e83cfc6f3cf4093bceab0a57b89ba not available\nNOTE: Running setscene task 4735 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_sysroot_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Considering setscene task: ['rust-llvm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Considering setscene task: ['rust-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gtk-doc-native/1.33.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gtk-doc-native/1.33.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Considering setscene task: ['gdk-pixbuf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_populate_sysroot.8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_populate_sysroot_setscene.8b7af4027c76fb049590de6f51f593ad5bc33f990a1b9da9a8ae698759278839 not available\nNOTE: Running setscene task 4738 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['gconf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gconf-native/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/readline-native/8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_spdx.72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_spdx_setscene.72e223677403dd57f564aedc94e20cd249d3b86c226f4b56cf294eb8ffb3cbff not available\nNOTE: Running setscene task 4740 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_spdx.e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_spdx_setscene.e4f6bb2e6df10587f9db236827ca0dc4fa03210c8e7fa6b17370191be660ec7c not available\nNOTE: Running setscene task 4741 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_spdx_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/e2fsprogs-native/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Considering setscene task: ['gconf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_recipe_qa.272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_recipe_qa_setscene.272f02d99abdbf4edf9f0544b171b045ed6b87c0bd850a030faa807bc248bc40 not available\nNOTE: Running setscene task 4742 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_recipe_qa_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_create_spdx.fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_create_spdx_setscene.fe3b60c626d2c039f8399fd7e698eba42163ac98701800e27f20e29e0bc31138 not available\nNOTE: Running setscene task 4743 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Considering setscene task: ['gtk+3-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Considering setscene task: ['librsvg-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_runtime_spdx.12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_runtime_spdx_setscene.12053b6010f303da4a56ed87b38fdde00e280828e68d3827e76c852d215d83fd not available\nNOTE: Running setscene task 4746 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dbus-glib-native/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/librsvg-native/2.56.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/intltool-native/0.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/librsvg-native/2.56.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['dbus-glib-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['intltool-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_create_spdx.85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/librsvg-native/2.56.3.do_create_spdx_setscene.85cc95b1b73d85ca43476e499e0b1940ae1074bb58b1b59609a288744a06190a not available\nNOTE: Running setscene task 4749 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_lic.eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_lic_setscene.eee61d835447d7cce78cef7d9e108080a31c92f238d4f2e1509a577d3336edbf not available\nNOTE: Running setscene task 4750 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_lic.971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_lic_setscene.971e81f2a7d2bdcdccc7d34d9f3606f78e52e615ac1459c823553bb4a52f2a66 not available\nNOTE: Running setscene task 4751 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_runtime_spdx.612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_runtime_spdx_setscene.612920658296afbe6db28dd13a6db73268cc341e34f9fc6c0d5f353e822c94ed not available\nNOTE: Running setscene task 4752 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gdk-pixbuf-native/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_lic.6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_lic_setscene.6c8c1694ff261e7a3bc4d50bc2b87bff1bd4c15887fc393b62d8df08ec9c7563 not available\nNOTE: Running setscene task 4753 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_runtime_spdx.38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_runtime_spdx_setscene.38b46bb9078a7f7439d590495f181ae5cd65e296390f827196845ff3e91b9d74 not available\nNOTE: Running setscene task 4754 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['gdk-pixbuf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_lic.bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_lic_setscene.bb74b84de44be23333c6522678b7b5c930aa80c9dca2c8172f0f6ab0faac613c not available\nNOTE: Running setscene task 4756 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dbus-glib-native/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_create_runtime_spdx.c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_create_runtime_spdx_setscene.c1c12d50e47bf9419ba9c808a02ca8c4bccfc6445b255c68816cb7f819552e24 not available\nNOTE: Running setscene task 4757 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['dbus-glib-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['dbus-glib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_recipe_qa.1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_recipe_qa_setscene.1405acd6232d78cbcc0e1342cade347315510d4937b6c8404efbf4099bee9428 not available\nNOTE: Running setscene task 4758 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/intltool-native/0.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:20: including librsvg-crates.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb (full)\nDEBUG: Considering setscene task: ['intltool-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG:   considering dependency: ['intltool-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG:   considering dependency: ['intltool-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG:   considering dependency: ['intltool-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG:   considering dependency: ['intltool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['intltool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_recipe_qa.14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_recipe_qa_setscene.14eeec6ceba91cc61d5c79d2a496cdb712408aff6e36d8590087dd7d1520a447 not available\nNOTE: Running setscene task 4759 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_populate_lic.609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_populate_lic_setscene.609d7731ea6008572bc882f592cb310fb1f8aba4a314c7d0dc50a31c6001b20d not available\nNOTE: Running setscene task 4760 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_create_runtime_spdx.1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_create_runtime_spdx_setscene.1c0bf91e505ed272a4c9ec4adbfe817e9783c8d1c7243ea478556afcde2199cb not available\nNOTE: Running setscene task 4761 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_populate_lic.d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_populate_lic_setscene.d3b83c8cf7bf106cd7f1479d4da4c3bb14f0cb9b2b822f270d803ee6efd1789e not available\nNOTE: Running setscene task 4762 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gconf-native/3.2.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_runtime_spdx.6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_runtime_spdx_setscene.6562e69e0c35cc89bfd82d1aff9f056524fc5194b1a841688c471e0b3e695499 not available\nNOTE: Running setscene task 4763 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gtk+3-native/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Considering setscene task: ['gtk+3-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_recipe_qa.58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk+3-native/3.24.38.do_recipe_qa_setscene.58eb25e68becddaa112083f8a036cfd813ef172dff74645e2fc7cf88d0b1fce4 not available\nNOTE: Running setscene task 4764 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_recipe_qa_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cairo-native/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:1: including gtk+3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/fontconfig-native/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/freetype-native/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/fontconfig-native/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/freetype-native/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cairo-native/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libdrm-native/2.4.120/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/glslang-native/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/intltool-native/0.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dbus-glib-native/0.112/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/glslang-native/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_lic.48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_lic_setscene.48166a61e920ab3d002cd7ae2d0fd36f41bececb224f44701a4a25aafe155e89 not available\nNOTE: Running setscene task 4765 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['libjpeg-turbo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_sysroot.a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_sysroot_setscene.a4988e1c7e86eb181aa6bbd08c0b361a706b62d333934435d98886046a92bf8c not available\nNOTE: Running setscene task 4766 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_lic.6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_lic_setscene.6978bf96dabdc53357927179f1e60d09e14093b9e9a2a429b7628b4dcfd09c04 not available\nNOTE: Running setscene task 4767 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_populate_lic.ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_populate_lic_setscene.ccfbd4c9fdf1bd39627fa769f3c19c583f45e81032f10c613488c359b1b9fb2a not available\nNOTE: Running setscene task 4768 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_lic_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.0.2/download to aho-corasick-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android-tzdata/0.1.1/download to android-tzdata-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download to android_system_properties-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.3.2/download to anstream-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.1/download to anstyle-1.0.1.crate\nDEBUG: Considering setscene task: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_populate_sysroot.5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_populate_sysroot_setscene.5d224567b4888722b4816464f212909ec297aef05e0900a9ac6b62ec00549d30 not available\nNOTE: Running setscene task 4769 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_sysroot_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download to anstyle-parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.0/download to anstyle-query-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download to anstyle-wincon-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.72/download to anyhow-1.0.72.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.11/download to assert_cmd-2.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/atty/0.2.14/download to atty-0.2.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/base-x/0.2.11/download to base-x-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.3.3/download to bitflags-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.6.0/download to bstr-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.13.0/download to bumpalo-3.13.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.13.1/download to bytemuck-1.13.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.4.3/download to byteorder-1.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.17.10/download to cairo-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.17.10/download to cairo-sys-rs-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.79/download to cc-1.0.79.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.3/download to cfg-expr-0.15.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.26/download to chrono-0.4.26.crate\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_populate_lic.4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_populate_lic_setscene.4908942f27602a96e448d081011b24e94c33bf947196da046afe5abfa02fd0c8 not available\nNOTE: Running setscene task 4770 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/3.2.25/download to clap-3.2.25.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.3.17/download to clap-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.3.17/download to clap_builder-4.3.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.3.2/download to clap_complete-4.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.3.12/download to clap_derive-4.3.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.2.4/download to clap_lex-0.2.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.5.0/download to clap_lex-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/const_fn/0.4.9/download to const_fn-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/convert_case/0.4.0/download to convert_case-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download to core-foundation-sys-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.4.0/download to criterion-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download to crossbeam-channel-0.5.8.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/harfbuzz-native/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download to crossbeam-deque-0.8.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download to crossbeam-epoch-0.9.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download to crossbeam-utils-0.8.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.29.6/download to cssparser-0.29.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.2.0/download to data-url-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/derive_more/0.99.17/download to derive_more-0.99.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/difflib/0.4.0/download to difflib-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/discard/1.0.4/download to discard-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa/1.0.9/download to dtoa-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.8.1/download to either-1.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding/0.2.33/download to encoding-0.2.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download to encoding-index-japanese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download to encoding-index-korean-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download to encoding-index-simpchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download to encoding-index-singlebyte-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download to encoding-index-tradchinese-1.20141219.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download to encoding_index_tests-0.1.4.crate\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.32/download to encoding_rs-0.8.32.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.1/download to errno-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download to errno-dragonfly-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.0/download to fastrand-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.0/download to fdeflate-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.26/download to flate2-1.0.26.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/harfbuzz-native/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download to form_urlencoded-1.2.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.28/download to futures-channel-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.28/download to futures-core-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.28/download to futures-executor-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.28/download to futures-io-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.28/download to futures-macro-0.3.28.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.28/download to futures-task-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.28/download to futures-util-0.3.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.17.10/download to gdk-pixbuf-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.17.10/download to gdk-pixbuf-sys-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.1.16/download to getrandom-0.1.16.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.10/download to getrandom-0.2.10.crate\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.17.10/download to gio-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.17.10/download to gio-sys-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.17.10/download to glib-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.17.10/download to glib-macros-0.17.10.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_create_runtime_spdx.57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_create_runtime_spdx_setscene.57c31e3ef03fc55dd742be996f1f928f040a133fa95d90067a4a292229ff8974 not available\nNOTE: Running setscene task 4771 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.17.10/download to glib-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.17.10/download to gobject-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download to hashbrown-0.12.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.0/download to hashbrown-0.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.1.19/download to hermit-abi-0.1.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.2/download to hermit-abi-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download to iana-time-zone-0.1.57.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download to iana-time-zone-haiku-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.4.0/download to idna-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/1.9.3/download to indexmap-1.9.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.0.0/download to indexmap-2.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.9/download to itoa-1.0.9.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.64/download to js-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.147/download to libc-0.2.147.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.0/download to libloading-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.7/download to libm-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.3/download to linux-raw-sys-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.10/download to lock_api-0.4.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.19/download to log-0.4.19.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.29.0/download to lopdf-0.29.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/malloc_buf/0.0.6/download to malloc_buf-0.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/markup5ever/0.11.0/download to markup5ever-0.11.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Fetching https://crates.io/api/v1/crates/matches/0.1.10/download to matches-0.1.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.7/download to matrixmultiply-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.5.0/download to memchr-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download to nalgebra-macros-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Fetching https://crates.io/api/v1/crates/nodrop/0.1.14/download to nodrop-0.1.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.3/download to num-complex-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-rational/0.4.1/download to num-rational-0.4.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.15/download to num-traits-0.2.15.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Fetching https://crates.io/api/v1/crates/num_cpus/1.16.0/download to num_cpus-1.16.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Fetching https://crates.io/api/v1/crates/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.18.0/download to once_cell-1.18.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Fetching https://crates.io/api/v1/crates/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download to os_str_bytes-6.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.17.10/download to pango-0.17.10.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.17.10/download to pango-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.17.10/download to pangocairo-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.17.10/download to pangocairo-sys-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download to parking_lot_core-0.9.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.0/download to percent-encoding-2.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.8.0/download to phf-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.8.0/download to phf_codegen-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.8.0/download to phf_generator-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.10.0/download to phf_macros-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.8.0/download to phf_shared-0.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.10/download to pin-project-lite-0.2.10.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_populate_lic.3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_populate_lic_setscene.3a65cabefe55f8469588be5bcdec8335a6dbc8fe5f91ffe5110e4a6ccdc13ee3 not available\nNOTE: Running setscene task 4772 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.9/download to png-0.17.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pom/3.3.0/download to pom-3.3.0.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/2.1.5/download to predicates-2.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.3/download to predicates-3.0.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-core/1.0.6/download to predicates-core-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download to proc-macro-crate-1.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download to proc-macro-error-attr-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download to proc-macro-hack-0.5.20+deprecated.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.66/download to proc-macro2-1.0.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.2.0/download to proptest-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/1.2.3/download to quick-error-1.2.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.31/download to quote-1.0.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.7.3/download to rand-0.7.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.2.2/download to rand_chacha-0.2.2.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libjpeg-turbo-native/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_chacha/0.3.1/download to rand_chacha-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.5.1/download to rand_core-0.5.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_hc/0.2.0/download to rand_hc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_pcg/0.2.1/download to rand_pcg-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download to rand_xorshift-0.3.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/rawpointer/0.2.1/download to rawpointer-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.7.0/download to rayon-1.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.11.0/download to rayon-core-1.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.3.5/download to redox_syscall-0.3.5.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.9.1/download to regex-1.9.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.3.3/download to regex-automata-0.3.3.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.6.29/download to regex-syntax-0.6.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.7.4/download to regex-syntax-0.7.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.36/download to rgb-0.8.36.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.2.3/download to rustc_version-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustc_version/0.4.0/download to rustc_version-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.4/download to rustix-0.38.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.15/download to ryu-1.0.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/safe_arch/0.7.1/download to safe_arch-0.7.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/same-file/1.0.6/download to same-file-1.0.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.24.0/download to selectors-0.24.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/0.9.0/download to semver-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver/1.0.18/download to semver-1.0.18.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/semver-parser/0.7.0/download to semver-parser-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.173/download to serde-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.173/download to serde_derive-1.0.173.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.103/download to serde_json-1.0.103.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.3/download to serde_spanned-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.2.0/download to servo_arc-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1/0.6.1/download to sha1-0.6.1.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/sha1_smol/1.0.0/download to sha1_smol-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.5/download to simd-adler32-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.10/download to siphasher-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.8/download to slab-0.4.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.0/download to smallvec-1.11.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/standback/0.2.17/download to standback-0.2.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb/0.4.20/download to stdweb-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download to stdweb-derive-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download to stdweb-internal-macros-0.2.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download to stdweb-internal-runtime-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/strsim/0.10.0/download to strsim-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.26/download to syn-2.0.26.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.1.1/download to system-deps-6.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.10/download to target-lexicon-0.12.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.7.0/download to tempfile-3.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/termtree/0.4.1/download to termtree-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/textwrap/0.16.0/download to textwrap-0.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.43/download to thiserror-1.0.43.crate\nDEBUG: Considering setscene task: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_populate_sysroot.9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_populate_sysroot_setscene.9206abe0e5901f38d8f50143bcc545d595c27fec36096bac8426eb5a29c3d70a not available\nNOTE: Running setscene task 4773 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.43/download to thiserror-impl-1.0.43.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.2.27/download to time-0.2.27.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.1.1/download to time-macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download to time-macros-impl-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec/1.6.0/download to tinyvec-1.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.7.6/download to toml-0.7.6.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_datetime/0.6.3/download to toml_datetime-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.19.14/download to toml_edit-0.19.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.16.0/download to typenum-1.16.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download to unicode-bidi-0.3.13.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.11/download to unicode-ident-1.0.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.4.0/download to url-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/utf8parse/0.2.1/download to utf8parse-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version-compare/0.1.1/download to version-compare-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wait-timeout/0.2.0/download to wait-timeout-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.3.3/download to walkdir-2.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download to wasi-0.9.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download to wasi-0.11.0+wasi-snapshot-preview1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download to wasm-bindgen-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download to wasm-bindgen-backend-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download to wasm-bindgen-macro-0.2.87.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download to wasm-bindgen-macro-support-0.2.87.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download to wasm-bindgen-shared-0.2.87.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.64/download to web-sys-0.3.64.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.11/download to wide-0.7.11.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi/0.3.9/download to winapi-0.3.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download to winapi-i686-pc-windows-gnu-0.4.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.5/download to winapi-util-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download to winapi-x86_64-pc-windows-gnu-0.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows/0.48.0/download to windows-0.48.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.1/download to windows-targets-0.48.1.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download to windows_aarch64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download to windows_aarch64_msvc-0.48.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download to windows_i686_gnu-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download to windows_i686_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download to windows_x86_64_gnu-0.48.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download to windows_x86_64_gnullvm-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download to windows_x86_64_msvc-0.48.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.0/download to winnow-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_create_runtime_spdx.82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_create_runtime_spdx_setscene.82444cc12f2ba446e752bd7b32088c2cf237a7dcf8cec384e87f3d0c55b1d7fb not available\nNOTE: Running setscene task 4774 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/librsvg-native/2.56.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_populate_lic.ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_populate_lic_setscene.ab2103381a52d26d5e7e2d87b3c7fd02dea10a598dc2be4960f998bcdfc81715 not available\nNOTE: Running setscene task 4775 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_create_spdx.2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-docutils-native/0.20.1.do_create_spdx_setscene.2d459bca420d6d3d331b316e17231ae3b17d605f0500a3f85cc039d6f4f90455 not available\nNOTE: Running setscene task 4776 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_create_spdx.6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cargo-native/1.74.1.do_create_spdx_setscene.6fbc6751a824d07a315cf549163c1c6a73c1034ea2691951389de0028da0aac9 not available\nNOTE: Running setscene task 4777 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_create_spdx.8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_create_spdx_setscene.8f9b84972092c1dea75a54701aa9249b48024e5067b78889cd0b0ef72976c63c not available\nNOTE: Running setscene task 4778 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gtk+3-native/3.24.38/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb (full)\nDEBUG: Considering setscene task: ['librsvg-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:14: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:15: including rust-snapshot.inc\nDEBUG: Considering setscene task: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo.bbclass:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Considering setscene task: ['glslang-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['glslang-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['glslang-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Considering setscene task: ['shaderc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_create_runtime_spdx.1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_create_runtime_spdx_setscene.1cf76f10ef1bd9899c7f0136d6d99013222bdb1ca6c8a17a7c5892967590876f not available\nNOTE: Running setscene task 4784 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_populate_lic.af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_populate_lic_setscene.af5640cd04857e3bcfb3f53ac9f0b92b618b6d1f2ad0e7572521523e53a052c4 not available\nNOTE: Running setscene task 4785 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libjpeg-turbo-native/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libjpeg-turbo-native/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libsdl2-native/2.28.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libjpeg-turbo-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libepoxy-native/1.5.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libsdl2-native/2.28.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_create_runtime_spdx.247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_create_runtime_spdx_setscene.247add422b5c651761b1ca492a9a8ac68adc287a2d768a800c5d62c636c63219 not available\nNOTE: Running setscene task 4787 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libsdl2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:0)\nDEBUG: Considering setscene task: ['libsdl2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG:   considering dependency: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_recipe_qa.ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libsdl2-native/2.28.5.do_recipe_qa_setscene.ad9647aeb0e49f524997947260fc695dfe5d930d850771c4eeab8bd21365b253 not available\nNOTE: Running setscene task 4789 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_populate_lic.966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_populate_lic_setscene.966f73e07152bf93cc19cf18bd3c0c05d250d5767193160690da120dacf448fa not available\nNOTE: Running setscene task 4790 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['spirv-tools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG:   considering dependency: ['spirv-tools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG:   considering dependency: ['glslang-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['spirv-headers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-tools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-headers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['spirv-headers-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Considering setscene task: ['spirv-tools-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:30)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_lic.f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_lic_setscene.f6ef0b4cd414ad5d22dd54f86cfc7fe3f225f080b71c4ad64800e6c373dcca56 not available\nNOTE: Running setscene task 4795 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['virglrenderer-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_sysroot.ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_sysroot_setscene.ad9e0ebe998a0eb99e61821a24c4cb25385d2797b2cba2fb44d37250d99bda20 not available\nNOTE: Running setscene task 4796 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pango-native/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mesa-native/23.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pango-native/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_create_spdx.62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_create_spdx_setscene.62d5867a684f867f3439b7d61b6891a830d8bcd88f6fed604dfad467ebca77eb not available\nNOTE: Running setscene task 4797 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_populate_lic.6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_populate_lic_setscene.6e91f4e953499873d65c069652d196c7245d720ca9e0f5f6bb3dae768216bb46 not available\nNOTE: Running setscene task 4798 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_create_runtime_spdx.fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_create_runtime_spdx_setscene.fb4c490ed77b38a8a3aba63f862cae30cb2d5206ee8905640e977606edbf3193 not available\nNOTE: Running setscene task 4799 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shaderc-native/2023.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pango-native/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-docutils-native/0.20.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shaderc-native/2023.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['python3-docutils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb']\nDEBUG:   considering dependency: ['python3-docutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb']\nDEBUG:   considering dependency: ['python3-docutils-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb']\nDEBUG:   considering dependency: ['python3-docutils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb']\nDEBUG:   considering dependency: ['python3-docutils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb']\nDEBUG:   considering dependency: ['python3-docutils-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cargo-native/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:0)\nDEBUG: Considering setscene task: ['harfbuzz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_populate_sysroot.011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_populate_sysroot_setscene.011f2509cc50be5cb6bf42e8573c824602de64c3986b5cbfa6f3765ca391421c not available\nNOTE: Running setscene task 4801 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['pango-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_create_spdx.543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shaderc-native/2023.7.do_create_spdx_setscene.543f077a94b8628e3dd1d13d52ad9e638e54059286a587f2d64d68efe785777a not available\nNOTE: Running setscene task 4803 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cargo-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/spirv-headers-native/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_create_spdx.ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-native/1.74.1.do_create_spdx_setscene.ce60cf669ca90dd4aa644715310c9ecae546b124e29307b43c4d7b7e67022d1b not available\nNOTE: Running setscene task 4805 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/spirv-headers-native/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_populate_lic.fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_populate_lic_setscene.fbf26be587c4a30afce68045ecc65569573c59f9340a713fc3f5b4629f1486d5 not available\nNOTE: Running setscene task 4806 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_create_runtime_spdx.3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_create_runtime_spdx_setscene.3d4f753430ef21fa99b267d15105c695aee3b6aedd2f25b16113e09dd28e82bb not available\nNOTE: Running setscene task 4807 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_populate_lic.59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_populate_lic_setscene.59560d6b2816100e9086f8883328cee469d7aefd8bc7938adfb15d93e6272425 not available\nNOTE: Running setscene task 4808 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Considering setscene task: ['mkfontscale-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['encodings', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['mkfontscale-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_populate_sysroot.86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_populate_sysroot_setscene.86fb65351168759f76274fc4e7c5f35ce9bdfa578667547d357bebc0073918e0 not available\nNOTE: Running setscene task 4809 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-target-config.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rust-common.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gdk-pixbuf-native/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:216: including rust-source.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:217: including rust-snapshot.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/spirv-tools-native/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/spirv-tools-native/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gdk-pixbuf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gdk-pixbuf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_recipe_qa.21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.10.do_recipe_qa_setscene.21452924ab808f0bd55f33a2dba6ba9397848de097d7a03cd57334766454cc07 not available\nNOTE: Running setscene task 4810 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libsdl2-native/2.28.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_spdx.6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_spdx_setscene.6807c7c88713f4f1574ff58e4a90222df091859bc36b9fa37942da43814f57ef not available\nNOTE: Running setscene task 4811 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_lic.98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_lic_setscene.98e424c53c80b1c16191c379f1a1aa27d4e11828c099d96739a78df98c7301bc not available\nNOTE: Running setscene task 4812 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_runtime_spdx.711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_runtime_spdx_setscene.711cdab63b20849f68f128caa4a2738ae209b8b2040837d98b8ef13244a6bfa1 not available\nNOTE: Running setscene task 4813 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/virglrenderer-native/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/virglrenderer-native/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['libepoxy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_sysroot.2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_sysroot_setscene.2e75c789fba0dca540c2a114cfd20281cac39ceddeaa924ede49e9a8c1b266f5 not available\nNOTE: Running setscene task 4814 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['virglrenderer-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['virglrenderer-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG:   considering dependency: ['virglrenderer-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG:   considering dependency: ['virglrenderer-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['virglrenderer-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_recipe_qa.450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_recipe_qa_setscene.450119b01d4f5cff3d9221a5e8dcfc0af84dbd199aaa92440093f0b11cbe8aa0 not available\nNOTE: Running setscene task 4816 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/wayland-protocols-native/1.32/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/wayland-native/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pango-native/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_create_spdx.672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_create_spdx_setscene.672933aa73af1206bfe542bddf7c59684ae97478459d5c595ba792d760a581de not available\nNOTE: Running setscene task 4817 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['pango-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_recipe_qa.f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pango-native/1.51.0.do_recipe_qa_setscene.f56e5a7c342837a69cbc3edd00eae03b978b225249143a355f51b6d627f6b0fc not available\nNOTE: Running setscene task 4818 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_create_spdx.c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_create_spdx_setscene.c1ea64fd1d5e60cb99e6c5cc321aa6f39fe57a51189ba3249b72f15ff4f749d9 not available\nNOTE: Running setscene task 4819 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shaderc-native/2023.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/harfbuzz-native/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mkfontscale-native/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mkfontscale-native/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mkfontscale-native/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/wayland-native/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cairo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_sysroot.0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_sysroot_setscene.0bc242e9ced781039c4a3bc82830c5f7a557ef624b6cfae25e0c1466f93a13a9 not available\nNOTE: Running setscene task 4820 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_create_spdx.b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glslang-native/1.3.268.0.do_create_spdx_setscene.b892dc3d9ffc33bdc0173521e6564489c7928256fd55b26341078da0ea81987d not available\nNOTE: Running setscene task 4821 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rust-native/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_create_spdx.163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/rust-llvm-native/1.74.1.do_create_spdx_setscene.163cd10f084939efb3f7d473e96ca508319d632b6ebb5f536665e0a61462154f not available\nNOTE: Running setscene task 4822 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['rust-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['harfbuzz-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:24)\nDEBUG: Considering setscene task: ['shaderc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:9: including rust-source.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_create_spdx.2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_create_spdx_setscene.2163285284430e059b3995f6f86b6a4db404b3a7e3cf412538e31b94499d2532 not available\nNOTE: Running setscene task 4826 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['mkfontscale-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_lic.b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_lic_setscene.b8f30167707b7d95e48c69e99653e540ffe8c02ffeeacf35ca048e89c04d6830 not available\nNOTE: Running setscene task 4828 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libjpeg-turbo-native/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_create_runtime_spdx.2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_create_runtime_spdx_setscene.2ba0e397348ea374510af2dc55a4bf521c63374ed5ff50f4c16c7e430ae511b9 not available\nNOTE: Running setscene task 4829 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xrandr-native/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/font-util-native/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libjpeg-turbo-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libjpeg-turbo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_recipe_qa.a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_recipe_qa_setscene.a856716f41f41f66ac45dcac689ec441be0875deba365564b225a50d9b7464c6 not available\nNOTE: Running setscene task 4830 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_populate_lic.56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_populate_lic_setscene.56adf78fa4a59e7e27a010ae15d8bb8f4c360c8b4ed0e61e7500c716e382ab52 not available\nNOTE: Running setscene task 4831 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libfontenc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['mkfontscale-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_populate_sysroot.fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_populate_sysroot_setscene.fdd79c20c3d3ffaee6574efe98603a1be3318388dde5338809ada0646aff9bd7 not available\nNOTE: Running setscene task 4832 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gdk-pixbuf-native/2.42.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_populate_lic.376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_populate_lic_setscene.376876e08207fc20be096cf54dcd41c0019d1edfbec86bfe72863120d27b53ba not available\nNOTE: Running setscene task 4833 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libepoxy-native/1.5.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libepoxy-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/virglrenderer-native/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libepoxy-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libepoxy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libepoxy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_recipe_qa.5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_recipe_qa_setscene.5233ea36916f08f278c76911ef097fcc3c76f67628a1be48ca148b4de0a95b2c not available\nNOTE: Running setscene task 4835 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_populate_sysroot.6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_populate_sysroot_setscene.6f2baa056b58fe63b0f14de734e8d8b072542a8e4abcc46eb8f48f3a6f9bf68c not available\nNOTE: Running setscene task 4836 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_runtime_spdx.08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_runtime_spdx_setscene.08cd06fff06c64773d7cbf6e14e143b25d73ee6d7e0e2d90e8a51449be15359c not available\nNOTE: Running setscene task 4837 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/harfbuzz-native/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/wayland-native/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_spdx.5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_spdx_setscene.5063211d3d982c644e1b346c6b6f11784eedea131ccea7e85b63a52ef1b9a8a4 not available\nNOTE: Running setscene task 4838 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pango-native/1.51.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['harfbuzz-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['harfbuzz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['harfbuzz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_recipe_qa.b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/harfbuzz-native/8.3.0.do_recipe_qa_setscene.b5a03ae165948791c172fa4edbc56350dc9de30407b4fd1a6deba747a2ddf35c not available\nNOTE: Running setscene task 4839 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/glslang-native/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_lic.77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_lic_setscene.77e94fe5fff8aaf0795017aafdab0a4c6660d7dbf6e7d9aad3532f995e49253c not available\nNOTE: Running setscene task 4840 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/rust-llvm-native/1.74.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mkfontscale-native/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cairo-native/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/font-util-native/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libfontenc-native/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libjpeg-turbo-native/3.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libfontenc-native/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['rust-llvm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['rust-llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpciaccess-native/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['cairo-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['glslang-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG:   considering dependency: ['glslang-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG:   considering dependency: ['glslang-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG:   considering dependency: ['glslang-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG:   considering dependency: ['glslang-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG:   considering dependency: ['glslang-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libfontenc-native/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_create_spdx.5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.268.0.do_create_spdx_setscene.5e61b18ad73e20ee70c0433be2debfca72bae5f384a6726108996d03b9ae6329 not available\nNOTE: Running setscene task 4844 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['mkfontscale-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['mkfontscale-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mkfontscale-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_recipe_qa.534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.2.do_recipe_qa_setscene.534f2c12e607d9ee63c0cd6bd9e0c08d93f9fad9281de36c3134e00d7c371d9d not available\nNOTE: Running setscene task 4845 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_create_spdx.892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_create_spdx_setscene.892b70d84584e6ec2e64bcee76675148470d5419e57c490ef1fdd286c45be208 not available\nNOTE: Running setscene task 4846 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['font-util-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['libfontenc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_sysroot.a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_sysroot_setscene.a021ec272441ba90b91b97cb86ea3ba619f02def9e8dfb8c5174617074730dc2 not available\nNOTE: Running setscene task 4847 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libfontenc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_create_runtime_spdx.51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_create_runtime_spdx_setscene.51b638e3e590307bbaffaa9d25a5307c599f155b5dd887375eac0337b42e2d91 not available\nNOTE: Running setscene task 4849 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:1: including xorg-app-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_populate_lic.84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_populate_lic_setscene.84eaed230cda599481e8cbab4621f5e17eef21134866afdc1213180acb314678 not available\nNOTE: Running setscene task 4850 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_runtime_spdx.a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_runtime_spdx_setscene.a77f2b18143b72b0c48fb331d6469e73a87a7b48dadfb7ad9f1b1982703d9894 not available\nNOTE: Running setscene task 4851 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_lic.7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_lic_setscene.7e9086870375a38da1503e70ddb98d86ab02047980a902589887c9fe690866ba not available\nNOTE: Running setscene task 4852 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_create_runtime_spdx.1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_create_runtime_spdx_setscene.1e57323c74b105917669e9c32619be8a36b053f184c2c61c3733be0a64fa68aa not available\nNOTE: Running setscene task 4853 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_populate_lic.f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_populate_lic_setscene.f477f87e48df3ba374b42fa092eca7a7b1538123cdebda7436ff38d193c489cd not available\nNOTE: Running setscene task 4854 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpthread-stubs-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libepoxy-native/1.5.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_runtime_spdx.ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_runtime_spdx_setscene.ed13ea1c8404ed502bf232b304607a2cdbb66f713b17691867b27ffa80e7d4e9 not available\nNOTE: Running setscene task 4855 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_lic.9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_lic_setscene.9042aee9c2464a4d16e829a97108c8738c3c6cd4eb0bb6c62518950ee046c0ad not available\nNOTE: Running setscene task 4856 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mesa-native/23.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cairo-native/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['chrpath-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG:   considering dependency: ['chrpath-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_sysroot.f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_sysroot_setscene.f178a49555c723d3ba6529ef0deed02f93071f64a728e96863966db70655e80d not available\nNOTE: Running setscene task 4857 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpthread-stubs-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/harfbuzz-native/8.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_shared_workdir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['rpm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_populate_sysroot.7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_populate_sysroot_setscene.7a75230b1e89df6bb110b7b755834dd9296364c52c98aff5a56ee9f4f2008216 not available\nNOTE: Running setscene task 4858 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_populate_sysroot.93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_populate_sysroot_setscene.93b5a22af1de36a480cada35f269d16e367c74830442a3153488bc95f08aefc6 not available\nNOTE: Running setscene task 4859 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['python3-mako-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-mako-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_populate_sysroot.ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_populate_sysroot_setscene.ab7321bda3039fbe7dd826852d5dd96e5070cde4baff65a2d3f5d1fdf1180593 not available\nNOTE: Running setscene task 4860 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libfontenc-native/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/spirv-tools-native/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mkfontscale-native/1.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/font-util-native/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libx11-native/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxau-native/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libx11-native/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['cairo-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['cairo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_recipe_qa.7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_recipe_qa_setscene.7474eb4beb217324750bc11bdf73694f57fb257979d29f2d629640eea2aa31f7 not available\nNOTE: Running setscene task 4861 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxau-native/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcb-native/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcb-native/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libdrm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_sysroot.ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_sysroot_setscene.ddb858845327cd44d4bf4566ff8e6c6bf270f259e304d33fd67e0fd866541271 not available\nNOTE: Running setscene task 4862 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['mesa-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Considering setscene task: ['mesa-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_recipe_qa.db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mesa-native/23.3.5.do_recipe_qa_setscene.db2a1ad0311dfb4890850f6bc2584130234c8f8298d0eee1e355c31ce40ba666 not available\nNOTE: Running setscene task 4864 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_create_spdx.b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.268.0.do_create_spdx_setscene.b0055a56a3cd540c2053c05683141757484d3dcb0735f3fcc7eacaf2c003cc0e not available\nNOTE: Running setscene task 4865 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['spirv-tools-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-tools-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-tools-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-tools-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-tools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-tools-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['wayland-protocols-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_populate_sysroot.6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_populate_sysroot_setscene.6bfd75d7978ed3e86e7165c929c9bd60688bf8ad8eb948123e324c48123f76e2 not available\nNOTE: Running setscene task 4867 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb (full)\nDEBUG: Considering setscene task: ['wayland-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_populate_sysroot.312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_populate_sysroot_setscene.312c8b481e88c8a0ae2b5c230830af0b82e6aa4474e0efaa04220cdb6d732343 not available\nNOTE: Running setscene task 4868 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:1: including mesa.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['xrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_sysroot.550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_sysroot_setscene.550f6c2bee3ef34ddae682ba05f4bcd1e6e023e8decbc0c57bcb2866b7dff185 not available\nNOTE: Running setscene task 4869 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_spdx.c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_spdx_setscene.c5da740944f08b8738e6812e1074396607e19a8bd986e2a43559f22e68dc90be not available\nNOTE: Running setscene task 4870 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:49)\nDEBUG: Considering setscene task: ['font-util-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcomposite-native/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Considering setscene task: ['libfontenc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libfontenc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libfontenc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_recipe_qa.c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libfontenc-native/1.1.7.do_recipe_qa_setscene.c8be77b3723b3fcff568abfd51fddb38c8c9c3efec9563140ced9cd1d91f472f not available\nNOTE: Running setscene task 4872 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Considering setscene task: ['libxcomposite-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_sysroot.0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_sysroot_setscene.0c994d4a042c7ecd121aef76456a4ea021fcfea224c8a317cc920d6e6dee4775 not available\nNOTE: Running setscene task 4873 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcomposite-native/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_spdx.186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_spdx_setscene.186de6764ad991ba71d473d804cb14a6667bf2fb8da8ed98d8780c59134cfc22 not available\nNOTE: Running setscene task 4874 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_create_runtime_spdx.828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_create_runtime_spdx_setscene.828ab697d920b91e48839bad57bdb164e6d6edceb85ce9ec45a0795c92b2c061 not available\nNOTE: Running setscene task 4875 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/chrpath-native/0.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['chrpath-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['chrpath-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG:   considering dependency: ['chrpath-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['chrpath-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_recipe_qa.76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_recipe_qa_setscene.76663df64e1d52f2546a257206fd40e178dd15a69ffaaf1680f4e61a43becddb not available\nNOTE: Running setscene task 4877 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-mako-native/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/elfutils-native/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/llvm-native/17.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['elfutils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['elfutils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_recipe_qa.51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/elfutils-native/0.189.do_recipe_qa_setscene.51fda2de3e765aa7277cb8986c3e694fd2bbee027beca96d698263f1889e26f7 not available\nNOTE: Running setscene task 4879 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:0)\nDEBUG: Considering setscene task: ['llvm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['llvm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_recipe_qa.a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/llvm-native/17.0.6.do_recipe_qa_setscene.a831f32c001497d5665e6416240283d6431244b1e73e9ec53f3aeb8e1efe452e not available\nNOTE: Running setscene task 4881 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-mako-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-mako-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-mako-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-mako-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-mako-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-mako-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-mako-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_recipe_qa.eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-mako-native/1.3.0.do_recipe_qa_setscene.eea2e41e7608b20ba345a0accaa7601221189cf638f77ea77fb22719bf0c06cb not available\nNOTE: Running setscene task 4883 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cairo-native/1.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/spirv-headers-native/1.3.268.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/wayland-protocols-native/1.32/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libdrm-native/2.4.120/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xrandr-native/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/font-util-native/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-markupsafe-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-mako-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_populate_sysroot.fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_populate_sysroot_setscene.fe60984687fbd1fdad8d8d95ec24b25fa52afbccb0e3796d15f8a5a02082ff2d not available\nNOTE: Running setscene task 4884 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libfontenc-native/1.1.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/wayland-native/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:0)\nDEBUG: Considering setscene task: ['python3-pygments-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-mako-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_populate_sysroot.9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_populate_sysroot_setscene.9126689b9682692f64c97b2b3ee30e4c45b3b5c04d17a2e9b8ac8d9a56bc323a not available\nNOTE: Running setscene task 4885 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libarchive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_populate_sysroot.8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_populate_sysroot_setscene.8a19cc0ed441b0a32f012d9c65bfc27f9a13d9ac9667ade416fed9098877edbb not available\nNOTE: Running setscene task 4886 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mesa-native/23.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Considering setscene task: ['libdrm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Considering setscene task: ['libdrm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libdrm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_recipe_qa.7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_recipe_qa_setscene.7ac261ec9c335f17c7ebedf7d02707d7f42a09034224cfaa6fcb4d0553e331ee not available\nNOTE: Running setscene task 4888 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Considering setscene task: ['spirv-headers-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-headers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-headers-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-headers-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-headers-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['spirv-headers-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcomposite-native/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['wayland-protocols-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['wayland-protocols-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['wayland-protocols-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['wayland-protocols-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_recipe_qa.753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-protocols-native/1.32.do_recipe_qa_setscene.753d31063264bd93a02e1028929a3459d3eede48e6fb11704538cc8e8b2c8a9c not available\nNOTE: Running setscene task 4891 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Considering setscene task: ['wayland-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcomposite-native/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcursor-native/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['wayland-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['wayland-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_recipe_qa.f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/wayland-native/1.22.0.do_recipe_qa_setscene.f6f1aaf6a3ad2aecc3224bde481fc1bad787ed91b1731807468b3c84f7201e8b not available\nNOTE: Running setscene task 4893 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Considering setscene task: ['xrandr-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['xrandr-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_recipe_qa.667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_recipe_qa_setscene.667b87341915324450865f39a9e165c6706a743dbd1655c89f8d8d9feeefb90d not available\nNOTE: Running setscene task 4895 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:17)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Considering setscene task: ['font-util-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['font-util-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['font-util-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_recipe_qa.5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_recipe_qa_setscene.5e3405573271315c27ff43bbc3f2ba8949d98de68721683eba78b98ce777dc40 not available\nNOTE: Running setscene task 4896 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libpciaccess-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libdrm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_populate_sysroot.42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_populate_sysroot_setscene.42e74589ca7027d86da1a77c78ab555f2500ad159e8b4d1f3bab8365d8161135 not available\nNOTE: Running setscene task 4897 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:25)\nDEBUG: Considering setscene task: ['libxcomposite-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Considering setscene task: ['libxcomposite-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxcomposite-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_recipe_qa.91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_recipe_qa_setscene.91a00bc81594a7d8d1242ad436d7765b56b274b89d2beca73297540983190f59 not available\nNOTE: Running setscene task 4899 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/chrpath-native/0.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_create_spdx.9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_create_spdx_setscene.9d82541d0cab38a0ea1d92bc01f8507f079e07ca0bcca4ec0b5d39fea4b9aa1d not available\nNOTE: Running setscene task 4900 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_populate_lic.1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_populate_lic_setscene.1d7809ad63124e4032fd145e11d2cddbc5e9ec85cc11df75364785c55560363a not available\nNOTE: Running setscene task 4901 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/xorg-font-common.inc:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxcursor-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxcursor-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_populate_sysroot.98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_populate_sysroot_setscene.98ec9d8b4960696c6583db29645e83a47143b9352c14fd580a5862720e17a6ae not available\nNOTE: Running setscene task 4902 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-mako-native/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_runtime_spdx.f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_runtime_spdx_setscene.f5bb2aaf87f11838db9c256ba1d7b6e1e368ddeea902842c0a0650e4d35d1adb not available\nNOTE: Running setscene task 4903 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/elfutils-native/0.189/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/llvm-native/17.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_lic.725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_lic_setscene.725efd397f809432a1f8ae4e0a55fa2b073c0ac9374b6a4cb411cf26573448e2 not available\nNOTE: Running setscene task 4904 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libxdamage-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_sysroot.43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_sysroot_setscene.43379080c60d531f1e868a5c8fb20f8a23b5f0d42e3359f983c3494abff61669 not available\nNOTE: Running setscene task 4905 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pygments-native/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-markupsafe-native/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libarchive-native/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/wayland-protocols-native/1.32/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_sysroot.af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_sysroot_setscene.af3c9b7933f9944f648ac9b10b3ff08ee55c3280609c04e3642364bbfc14679e not available\nNOTE: Running setscene task 4906 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libdrm-native/2.4.120/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-hatchling-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-vcs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb']\nDEBUG:   considering dependency: ['python3-hatch-fancy-pypi-readme-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb']\nDEBUG:   considering dependency: ['python3-pygments-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_populate_sysroot.80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_populate_sysroot_setscene.80755510f06555573832f69a0dc2ba440d879b19ffab79d4dae5d4264919e5e9 not available\nNOTE: Running setscene task 4907 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['python3-markupsafe-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-markupsafe-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:   considering dependency: ['python3-markupsafe-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-markupsafe-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_recipe_qa.47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.3.do_recipe_qa_setscene.47d1b393db8212ad81f4a8da90a1cf291c2dfcc619c737cbc1da0497a2ed46ad not available\nNOTE: Running setscene task 4909 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xrandr-native/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Considering setscene task: ['python3-pygments-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['python3-pygments-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:   considering dependency: ['python3-pygments-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pygments-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_recipe_qa.74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pygments-native/2.17.2.do_recipe_qa_setscene.74ea4f6a59993926d7ef4becb2bbc1cbfc2006d553f16d73f3b02880f08b79d6 not available\nNOTE: Running setscene task 4911 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/font-util-native/1.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: Considering setscene task: ['libarchive-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/wayland-native/1.22.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libarchive-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libarchive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libarchive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_recipe_qa.84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libarchive-native/3.7.2.do_recipe_qa_setscene.84a0bd8c3a740dd32ebfa1e59cfda9f23d058ebaeb957d2f02c8b9de7ecf23a9 not available\nNOTE: Running setscene task 4913 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpciaccess-native/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_create_runtime_spdx.bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_create_runtime_spdx_setscene.bbe115c153a14699891302780b778707c86b90e14b21ed6ab4735a00ccf4d8a1 not available\nNOTE: Running setscene task 4914 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcomposite-native/0.4.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['libpciaccess-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcursor-native/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:11)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Considering setscene task: ['libpciaccess-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['libpciaccess-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpciaccess-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_recipe_qa.36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpciaccess-native/0.17.do_recipe_qa_setscene.36bf6559afd8b9268b4efc35e6a0600dee0b7a20b468e22d9d9dd2f4812192d5 not available\nNOTE: Running setscene task 4916 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcursor-native/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_populate_lic.be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_populate_lic_setscene.be3a59501dbdc3b6a2c922b4397e41e675c40f887eb966f014bbc71424d9c5cd not available\nNOTE: Running setscene task 4917 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:40)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxcursor-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_create_runtime_spdx.d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_create_runtime_spdx_setscene.d503df7ac74a871ace462692a254add500c90875afdc4ef935dd773e504ce690 not available\nNOTE: Running setscene task 4919 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcursor-native/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:6: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_populate_lic.31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_populate_lic_setscene.31f5c76a7fc406012f711e4466db6a48274bad976abebad19b870a49ed9d2104 not available\nNOTE: Running setscene task 4920 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libxcursor-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxcursor-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxcursor-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['libxcursor-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxcursor-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_recipe_qa.507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcursor-native/1.2.1.do_recipe_qa_setscene.507fd8fc48308fba855715bbd9bac11ce55858bc586aa491c64e52296645446e not available\nNOTE: Running setscene task 4921 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_runtime_spdx.d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_runtime_spdx_setscene.d96db1dadee2328cb330159ea09d294c2daf507401375ff9d761eb38bd996fe4 not available\nNOTE: Running setscene task 4922 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_lic.4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_lic_setscene.4864fef72de173eb51e16316a8f722194bb865ba64e76eb9cda86f0bfa39d3f2 not available\nNOTE: Running setscene task 4923 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxdamage-native/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_spdx.f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_spdx_setscene.f3fc01b8402c3e68c41fddc85804a7a54917cce95c1265c90fcb42890c6994bc not available\nNOTE: Running setscene task 4924 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxdamage-native/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxdamage-native/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxdamage-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_runtime_spdx.7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_runtime_spdx_setscene.7c670269ffcaa528c6407db2bea587985077fae7e3347fb9bd5a343cb1d6211c not available\nNOTE: Running setscene task 4926 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_lic.fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_lic_setscene.fbe738c12fa89375b1b6de34443a133908d936d0e60cb17892ad6dad8a0f9d84 not available\nNOTE: Running setscene task 4927 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatchling-native/1.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-markupsafe-native/2.1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pygments-native/2.17.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['python3-editables-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb']\nDEBUG:   considering dependency: ['python3-editables-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb']\nDEBUG:   considering dependency: ['python3-hatchling-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_sysroot.4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_sysroot_setscene.4bef091c2e709fa1f610489f12fc0bcf909d03ee8a2c4fdfbc321a6a31ad59e7 not available\nNOTE: Running setscene task 4928 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/e2fsprogs-native/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxdmcp-native/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libarchive-native/3.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpciaccess-native/0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxdmcp-native/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxext-native/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['e2fsprogs-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxext-native/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['e2fsprogs-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['e2fsprogs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_recipe_qa.708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_recipe_qa_setscene.708edd1b83d40e40a3ba5e70a45e9fd5230c68517dd4adb187b96c4182119afe not available\nNOTE: Running setscene task 4930 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-hatchling-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcursor-native/1.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-hatchling-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG:   considering dependency: ['python3-hatchling-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG:   considering dependency: ['python3-hatchling-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG:   considering dependency: ['python3-hatchling-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG:   considering dependency: ['python3-hatchling-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG:   considering dependency: ['python3-hatchling-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-hatchling-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_recipe_qa.d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-hatchling-native/1.21.0.do_recipe_qa_setscene.d302bc3e830e9b2f71dcbbbc5dac57fbc0bd3e57c5ed22acf9bc96d362e268bd not available\nNOTE: Running setscene task 4932 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['python3-pathspec-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb']\nDEBUG:   considering dependency: ['python3-hatchling-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_sysroot.e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_sysroot_setscene.e6eb67efa89d1a924dcc07b1151b1526069b5e66e769594355178d89d088fae5 not available\nNOTE: Running setscene task 4933 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['python3-pluggy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-hatchling-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_populate_sysroot.da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_populate_sysroot_setscene.da41c4f8572bc260b0ab99abee64dba3189235a59fb3b83eaaa62b512264e478 not available\nNOTE: Running setscene task 4934 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxfixes-native/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxfixes-native/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Considering setscene task: ['python3-trove-classifiers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG:   considering dependency: ['python3-trove-classifiers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG:   considering dependency: ['python3-hatchling-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_populate_sysroot.da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_populate_sysroot_setscene.da5fbce901a45df123809790816c570559d9d462a41a9be3033d132982bd3f36 not available\nNOTE: Running setscene task 4935 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb (full)\nDEBUG: Considering setscene task: ['libxft-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_sysroot.4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_sysroot_setscene.4c66733a32ce076279a0edf6186f7ce13c5f82c6532faaf2355e8f1b6074ade1 not available\nNOTE: Running setscene task 4936 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_runtime_spdx.f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_runtime_spdx_setscene.f65a9d9695bc55ba1912b5400ccee2a1899a00cd8dc57c8fa0c94e8b3c95a67a not available\nNOTE: Running setscene task 4937 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_lic.15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_lic_setscene.15ee8bd7d384e4734389a1f9ba923d78439e8b35b482b5e76c62012255774d48 not available\nNOTE: Running setscene task 4938 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_runtime_spdx.94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_runtime_spdx_setscene.94dc211312dedb2ed65a0ebad581616ee859a9477dc1ce630ffecae5a3cebf40 not available\nNOTE: Running setscene task 4939 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_lic.37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_lic_setscene.37b2a09269497287e25868404a3ab6285c36025b58bea8b776d9fabb891f9ce6 not available\nNOTE: Running setscene task 4940 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxdamage-native/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['xrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_sysroot.3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_sysroot_setscene.3bc41d0e523e39ebbcaef4c5c53ce2a97fb19aba69c04abe4819a94128bca30e not available\nNOTE: Running setscene task 4941 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libxdamage-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxdamage-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_recipe_qa.5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_recipe_qa_setscene.5a6212c00a0d484c04237ab381a33f6b219f5f6cb2a5a1277e1fec9f374caf50 not available\nNOTE: Running setscene task 4942 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_runtime_spdx.39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_runtime_spdx_setscene.39fe7798896872ecaba99245ff3e05e877c4eb34a13ce7fb4dbbb31ba81b140c not available\nNOTE: Running setscene task 4943 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxft-native/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxft-native/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_spdx.eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_spdx_setscene.eeebbf5c229bdc5bd6acced71f28e4ef7a3ee03e3e3fc7ff77b7877c5a07b4d1 not available\nNOTE: Running setscene task 4944 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_lic.da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_lic_setscene.da1d14cef1aed3033a156fdb2c23ff46ad9640e546fa42e7f321f6cc56840b2e not available\nNOTE: Running setscene task 4945 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-editables-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['python3-editables-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['python3-editables-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb']\nDEBUG:   considering dependency: ['python3-editables-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb']\nDEBUG:   considering dependency: ['python3-editables-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-editables-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_recipe_qa.fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_recipe_qa_setscene.fd4841450fbff4fe947b84c5ed309f28b252118130298342defcdbe27af71623 not available\nNOTE: Running setscene task 4947 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-hatchling-native/1.21.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pathspec-native/0.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_lic.81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_lic_setscene.81194233950923b91f0ea1374770863a4a02c074474b40b0002b4b710d52d127 not available\nNOTE: Running setscene task 4948 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pluggy-native/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-trove-classifiers-native/2024.1.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/e2fsprogs-native/1.47.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxft-native/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxi-native/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxi-native/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxrandr-native/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxrandr-native/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxrandr-native/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['python3-calver-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb']\nDEBUG:   considering dependency: ['python3-trove-classifiers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_sysroot.672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_sysroot_setscene.672fd21a7eb328eccf1e774b1ec19c870a5b617c937907198dbf4185c4c1d1df not available\nNOTE: Running setscene task 4949 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-importlib-metadata-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-pluggy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_populate_sysroot.4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_populate_sysroot_setscene.4492125c4f87f2e897129c31a38e1b5773237368ab2ec1c9ca0566f51ad7e166 not available\nNOTE: Running setscene task 4950 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxdamage-native/1.1.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['python3-pathspec-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxrender-native/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb (full)\nDEBUG: Considering setscene task: ['python3-pathspec-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb']\nDEBUG:   considering dependency: ['python3-pathspec-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pathspec-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_recipe_qa.7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_recipe_qa_setscene.7e79ac5f27c2f955465e3425c93a7192dc51ef290d808ada89f8027afe7f0a3e not available\nNOTE: Running setscene task 4952 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['python3-pluggy-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['python3-pluggy-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pluggy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_recipe_qa.e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pluggy-native/1.3.0.do_recipe_qa_setscene.e2252ee5ec89eeaff480abff5bc4a5e371dbadf72a1e378b58adb786c70a13ac not available\nNOTE: Running setscene task 4954 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['python3-trove-classifiers-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: Considering setscene task: ['python3-trove-classifiers-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG:   considering dependency: ['python3-trove-classifiers-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG:   considering dependency: ['python3-trove-classifiers-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG:   considering dependency: ['python3-trove-classifiers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-trove-classifiers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_recipe_qa.9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.1.8.do_recipe_qa_setscene.9e3a6f2ae9ad9d48762e34ce05c05b782029a3e0bcdc4ac6615facd565a5676a not available\nNOTE: Running setscene task 4956 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Considering setscene task: ['fontconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_sysroot.888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_sysroot_setscene.888d46a271a5c3f3fe54f97c74ecfd0c0a774c5b7afca7444afeb351fd461fd2 not available\nNOTE: Running setscene task 4957 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Considering setscene task: ['libxft-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_spdx.6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_spdx_setscene.6b32916998e50177c59f5919dede958f1eedf69d630c0c15be2a0600d18e4c51 not available\nNOTE: Running setscene task 4959 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['libxrandr-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb (full)\nDEBUG: Considering setscene task: ['libxrender-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxft-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_sysroot.89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_sysroot_setscene.89d479ac3a1fc7614f2b792e0c5302ed82caf419d4d688fd6686803d463b3bff not available\nNOTE: Running setscene task 4961 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxft-native/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxrender-native/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['libxshmfence-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_sysroot.7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_sysroot_setscene.7dc528ebaef2bef3859ab1a2ecdff6e0acc5834e7cdd6549bf6112c211b6b915 not available\nNOTE: Running setscene task 4962 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_spdx.6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_spdx_setscene.6b6f355c221e0a642d206b37137ffdf442bbd95682daaf30662f9a36d7df1e0d not available\nNOTE: Running setscene task 4963 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxft-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['libxft-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxft-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_recipe_qa.fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_recipe_qa_setscene.fd89cd277e6c7a6771de99edabaa3a483d548c28975246206dbda178849715cf not available\nNOTE: Running setscene task 4964 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_runtime_spdx.16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_runtime_spdx_setscene.16eac8f6f442f6ad45413b2f6aa1176d763de8216194d5f19925c8b57c417642 not available\nNOTE: Running setscene task 4965 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_lic.cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_lic_setscene.cdd17fa40b82ee9c846fae0bd7bede3c57fffbd03e1360f223f2ac1cc99daec7 not available\nNOTE: Running setscene task 4966 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_lic.9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_lic_setscene.9753e811d4cac4c25308de4c086d167f901c3cd510453da6cb479d0373b76a10 not available\nNOTE: Running setscene task 4967 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:13: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-editables-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libxxf86vm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_sysroot.198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_sysroot_setscene.198589c852e8897f39b91513bc97bb404b1fe845640d6b8ee7510ab3b5809102 not available\nNOTE: Running setscene task 4968 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxshmfence-native/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_runtime_spdx.0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_runtime_spdx_setscene.0f3d3a616a3ff75439391103550045d2bfb9fe9b26402d942047200dccfb78ae not available\nNOTE: Running setscene task 4969 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-importlib-metadata-native/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-calver-native/2022.6.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pathspec-native/0.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:0)\nDEBUG: Considering setscene task: ['python3-calver-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-calver-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb']\nDEBUG:   considering dependency: ['python3-calver-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb']\nDEBUG:   considering dependency: ['python3-calver-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb']\nDEBUG:   considering dependency: ['python3-calver-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb']\nDEBUG:   considering dependency: ['python3-calver-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-calver-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_recipe_qa.f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_recipe_qa_setscene.f75974a08a6ef447c241e2c7fcf9f2aae34bfc071a4f10a11278626b3701da1f not available\nNOTE: Running setscene task 4971 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-importlib-metadata-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-importlib-metadata-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-importlib-metadata-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_recipe_qa.67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.0.1.do_recipe_qa_setscene.67b6990105a4c04e6d71af06f4f13e24f0b86d9ad64cc4c6d21a10faddf6ba2d not available\nNOTE: Running setscene task 4973 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['python3-pathlib2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_sysroot.db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_sysroot_setscene.db655847b153ab393e7fca98719384ffb8bedfbd1927578cba85d390923c20e9 not available\nNOTE: Running setscene task 4974 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pluggy-native/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/fontconfig-native/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxrandr-native/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxrender-native/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-trove-classifiers-native/2024.1.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxshmfence-native/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/fontconfig-native/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxft-native/2.3.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxtst-native/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxtst-native/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxxf86vm-native/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-zipp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_populate_sysroot.5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_populate_sysroot_setscene.5e2c20e102b8361ce9a48c676f572610b02287168bc92b0033023efe8b7087e4 not available\nNOTE: Running setscene task 4975 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['fontconfig-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['fontconfig-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['fontconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['fontconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_recipe_qa.40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_recipe_qa_setscene.40ae0fd19b598347c0a9690bcadf38aa8277934af5821d3b180b08f667bec3e6 not available\nNOTE: Running setscene task 4977 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_spdx.79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_spdx_setscene.79ce10fa910d75ab121bfea9c1b8c0bf6d8f46f7b5ad61d9ef609467cc91012f not available\nNOTE: Running setscene task 4978 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['freetype-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libxft-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_sysroot.84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_sysroot_setscene.84c1f45335af8c0cd55207e41a347d54b12799f8e5c6e32da1530b44f1618395 not available\nNOTE: Running setscene task 4979 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['libxrandr-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libxrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_recipe_qa.9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_recipe_qa_setscene.9078dc4e6444e5e40e96d764baa13bb6eecdb9917b09e0acc5de28e2acafc8df not available\nNOTE: Running setscene task 4980 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_spdx.f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_spdx_setscene.f35d8a20de953d5835e7bb4780edb8cfe4af671f466bb237177f33c54b21600a not available\nNOTE: Running setscene task 4981 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['libxrender-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['libxshmfence-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxxf86vm-native/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libxshmfence-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxshmfence-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_recipe_qa.23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_recipe_qa_setscene.23cfb628be7642302a8b525342b18d6caa10f309fbb80ae8956e13d98140f42d not available\nNOTE: Running setscene task 4984 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxxf86vm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libxxf86vm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxxf86vm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_recipe_qa.1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_recipe_qa_setscene.1835689c96691efcdcbe6901ae5d74ae46ef2ffc823732469cbe9958c4c09243 not available\nNOTE: Running setscene task 4986 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_lic.7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_lic_setscene.7983deec094904787dce0576e7eb6bde6f5e528678fb490d57dcedf9608cbdeb not available\nNOTE: Running setscene task 4987 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['pixman-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_sysroot.d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_sysroot_setscene.d802a3bb3f3f1e504e96c6655d25f46fbf015d3327453b86944474aa6fcee93e not available\nNOTE: Running setscene task 4988 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_runtime_spdx.891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_runtime_spdx_setscene.891880342ede89b3f60def150968bd2a9f0c465f57c6699464fc7eef0f8a5bfd not available\nNOTE: Running setscene task 4989 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:8: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pixman-native/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_lic.4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_lic_setscene.4a1c0acb5fce59c0d997e7eec39c3f7841e5d1d7843fd324f37addedd1633c65 not available\nNOTE: Running setscene task 4990 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_spdx.cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_spdx_setscene.cff8f8224d75f885ffbbeafde53e4ab42d3ca33c620453d2500b2626f9acda32 not available\nNOTE: Running setscene task 4991 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-importlib-metadata-native/7.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pathlib2-native/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-calver-native/2022.6.26/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['python3-pathlib2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-pathlib2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['python3-pathlib2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pathlib2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_recipe_qa.e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_recipe_qa_setscene.e0ea31419dead8e4fede3d903c4b7f50ceb3d6c3260457c682fe2e991c5d5196 not available\nNOTE: Running setscene task 4993 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['python3-six-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-pathlib2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_sysroot.1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_sysroot_setscene.1fa974f08b4bc3b518630664c22822d3f80f5b44129b9d01f9e95ab0ad4741b4 not available\nNOTE: Running setscene task 4994 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_create_runtime_spdx.c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_create_runtime_spdx_setscene.c4dfb804a9bbea661cb2bbf9495c860cbaa00704b623c9ae1a16b126c649dabf not available\nNOTE: Running setscene task 4995 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-zipp-native/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['python3-more-itertools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_populate_sysroot.b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_populate_sysroot_setscene.b135266229a17ae8811e94308752ef00364657eda74795c841b66ddb50941f4b not available\nNOTE: Running setscene task 4996 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/freetype-native/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/fontconfig-native/2.15.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxrandr-native/1.5.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/freetype-native/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxrender-native/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxshmfence-native/1.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxxf86vm-native/1.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['python3-setuptools-scm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-zipp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_populate_sysroot.4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_populate_sysroot_setscene.4556b25d169514beb89fa2ea3f278bf46818c7a58e7f66aa6383c5423dd03078 not available\nNOTE: Running setscene task 4997 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-toml-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb']\nDEBUG:   considering dependency: ['python3-zipp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_sysroot.75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_sysroot_setscene.75891c8e4b849055b99fe2f7b5ff9cb4ac8f6e366de61651bfc8bc0ad4a6397d not available\nNOTE: Running setscene task 4998 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pixman-native/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xtrans-native/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-zipp-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pixman-native/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-zipp-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:   considering dependency: ['python3-zipp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-zipp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_recipe_qa.d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-zipp-native/3.17.0.do_recipe_qa_setscene.d3293cb18bcd936e3595b0ec197a4be256e973871b083a91fa9553a293c565d8 not available\nNOTE: Running setscene task 5000 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['freetype-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xtrans-native/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['freetype-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['freetype-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_recipe_qa.395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_recipe_qa_setscene.395fda1912c3aa5380567c6eccbea8f12c2a06264b5f283ecedc054eaae83819 not available\nNOTE: Running setscene task 5002 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['libxrender-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxrender-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxrender-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_recipe_qa.f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_recipe_qa_setscene.f678a129520a78a3b59832c3bbe0d927d07cd265ba5dcf5c1ff2eda925ff47be not available\nNOTE: Running setscene task 5003 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['pixman-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_populate_lic.d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_populate_lic_setscene.d6c2ccb9e3019cb0de1a854d534619cef664bc98852bbd06e27a4e19b4f9b191 not available\nNOTE: Running setscene task 5005 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_create_runtime_spdx.3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_create_runtime_spdx_setscene.3a2bfd11a65b8d546211b72e40c578241a349e3c0887cf3aa4b1b466645500d3 not available\nNOTE: Running setscene task 5006 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_populate_lic.355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_populate_lic_setscene.355d8a20c6f00d8a33f20c576b6f61559a7ba59d81b36f7f43f3e6eb9b62ebe5 not available\nNOTE: Running setscene task 5007 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_create_runtime_spdx.1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_create_runtime_spdx_setscene.1265eb18cc5df48c9745d0214de68c4d8dd41f0ec4e811831f5fc9d70ecea99b not available\nNOTE: Running setscene task 5008 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pixman-native/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_populate_lic.13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_populate_lic_setscene.13ceda8bba432c8351c66489bc988a3cd0871dd95f1031706380b642423cea08 not available\nNOTE: Running setscene task 5009 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Considering setscene task: ['makedepend-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb']\nDEBUG:   considering dependency: ['makedepend-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_populate_sysroot.c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_populate_sysroot_setscene.c55b8a6ece83ec666c3fa0744623b667099c4ae5ac40d6c01599b35ed526b793 not available\nNOTE: Running setscene task 5010 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:1: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:1: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:1: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pathlib2-native/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-six-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xcb-proto-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-six-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['python3-six-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-six-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-six-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_recipe_qa.9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_recipe_qa_setscene.9dd57e893eac7d5ab99fa758d8067eed373aad67e0468326c3896f854265dab8 not available\nNOTE: Running setscene task 5012 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['pixman-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pixman-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_recipe_qa.b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_recipe_qa_setscene.b7b1ba30c13351884b01e80133ff1bf78f49a28e90f9d1ab0d8be851391ed3b7 not available\nNOTE: Running setscene task 5013 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_create_runtime_spdx.56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_create_runtime_spdx_setscene.56122568cdec2743702cea9c01ac443581aa2411baef3707de44e28e0dc0b789 not available\nNOTE: Running setscene task 5014 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_populate_lic.f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_populate_lic_setscene.f0d1241280c2164c931d38ef14389af428c3cc46cd81ed874aaa4a78e2bcc34e not available\nNOTE: Running setscene task 5015 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:2: including python-six.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-more-itertools-native/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:0)\nDEBUG: Considering setscene task: ['python3-more-itertools-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-more-itertools-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-more-itertools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_recipe_qa.13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.2.0.do_recipe_qa_setscene.13267cf4fa387aeeb0e5552976da629559dffae3486f032f4e8b17d051ecc824 not available\nNOTE: Running setscene task 5017 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-setuptools-scm-native/8.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-toml-native/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-zipp-native/3.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/freetype-native/2.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-pip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb']\nDEBUG:   considering dependency: ['python3-pip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb']\nDEBUG:   considering dependency: ['python3-setuptools-scm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_populate_sysroot.598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_populate_sysroot_setscene.598277d9b8a31a430b17b4cf8c92696fd2b1c2f3b4617c70d35d21f91b8fcba1 not available\nNOTE: Running setscene task 5018 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxrender-native/0.9.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['python3-pyparsing-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools-scm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_populate_sysroot.c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_populate_sysroot_setscene.c9093c00c9a1b0a024dc65d164b5d249e5a3c34428a22de0bad5129e889e101b not available\nNOTE: Running setscene task 5019 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-setuptools-scm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xcb-proto-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-setuptools-scm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb']\nDEBUG:   considering dependency: ['python3-setuptools-scm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-setuptools-scm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_recipe_qa.19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.0.4.do_recipe_qa_setscene.19abd789a2beee7b6f73c299575e9041058ab8c0405c0030d1f2ef0706a1d546 not available\nNOTE: Running setscene task 5021 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb (full)\nDEBUG: Considering setscene task: ['python3-toml-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['python3-toml-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-toml-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_recipe_qa.b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_recipe_qa_setscene.b28fdb96e724cd9f0849b6285b402cca79166d5fb7c04b039923db94cb357fab not available\nNOTE: Running setscene task 5023 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/makedepend-native/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/makedepend-native/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xorgproto-native/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['python3-tomli-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb']\nDEBUG:   considering dependency: ['python3-tomli-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools-scm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_sysroot.7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_sysroot_setscene.7e6ef721f9a70967d2c2e520d003605238d89902d7ad4647560c5d208e4edd3f not available\nNOTE: Running setscene task 5024 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xorgproto-native/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/makedepend-native/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Considering setscene task: ['python3-typing-extensions-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb']\nDEBUG:   considering dependency: ['python3-setuptools-scm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_populate_sysroot.7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_populate_sysroot_setscene.7191ecc2afeb6103c8775f44ae84748d4bf6a262f4e446615879f7367a8e19e1 not available\nNOTE: Running setscene task 5025 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_create_spdx.75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_create_spdx_setscene.75cee5dea14d911ddb85b816ff07f8eac242c8bfdfafc5b8e169751317db1cb6 not available\nNOTE: Running setscene task 5026 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['makedepend-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_lic.960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_lic_setscene.960c66d9ec919c5c262c2fb220e53117625e379fabba389f07140920c0bc0ce8 not available\nNOTE: Running setscene task 5028 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb (full)\nDEBUG: Considering setscene task: ['dtc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_sysroot.b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_sysroot_setscene.b0d4126cfee4ab34447f2a415a6018a9220f8a317a6d6559a78ccb09a3c0115c not available\nNOTE: Running setscene task 5029 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_create_runtime_spdx.d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_create_runtime_spdx_setscene.d6bdf1d14663a1ed5cfc8e1e027f8739d42b960a38284745467d96cb1d99887e not available\nNOTE: Running setscene task 5030 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:1: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_populate_lic.ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_populate_lic_setscene.ba136ed3f313fd02cda7537094c8912a20f6f4b7baa27005b8f8b4161fda6e7a not available\nNOTE: Running setscene task 5031 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-six-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-macros-native/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-macros-native/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pixman-native/0.42.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_shared_workdir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['depmodwrapper-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_populate_sysroot.05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_populate_sysroot_setscene.05048a6a5bac6082465f3baed33fab84d6fb969deab9a39370632ea8a609304b not available\nNOTE: Running setscene task 5032 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:0)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_populate_lic.df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_populate_lic_setscene.df76901fd0eb018df0ff162618acc0653aa3b0403dc82124dd13b84a8f9b4dd2 not available\nNOTE: Running setscene task 5033 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['alsa-lib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_populate_sysroot.3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_populate_sysroot_setscene.3a2cdd54bb5150e50e5f6a1e2bf1857a3862a5f4d5f81f60feb568ca5550db18 not available\nNOTE: Running setscene task 5034 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_create_runtime_spdx.c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_create_runtime_spdx_setscene.c3802f02826cd5f0fa47064c975634ba730b6bca6045cea43ce0307042255fd8 not available\nNOTE: Running setscene task 5035 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-more-itertools-native/10.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_populate_lic.b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_populate_lic_setscene.b6a4c1320918401e1b96e1d157481d64ddd87e3c3953e8a20f4721e0dc59048e not available\nNOTE: Running setscene task 5036 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pyparsing-native/3.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pip-native/23.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-setuptools-scm-native/8.0.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-toml-native/0.10.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-pip-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-tomli-native/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['python3-pip-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb']\nDEBUG:   considering dependency: ['python3-pip-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb']\nDEBUG:   considering dependency: ['python3-pip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_recipe_qa.798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pip-native/23.3.2.do_recipe_qa_setscene.798a01c723089cfa8c4ee28e36ab49dfa67bb733b25963e1f02e1681366226fc not available\nNOTE: Running setscene task 5038 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-pyparsing-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-typing-extensions-native/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-pyparsing-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb']\nDEBUG:   considering dependency: ['python3-pyparsing-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb']\nDEBUG:   considering dependency: ['python3-pyparsing-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pyparsing-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_recipe_qa.073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.1.do_recipe_qa_setscene.073fade2f1435a65cebe77dd8eee6b266e182e88baf9e309ae062c1289677b1b not available\nNOTE: Running setscene task 5040 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-tomli-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: Considering setscene task: ['python3-tomli-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb']\nDEBUG:   considering dependency: ['python3-tomli-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb']\nDEBUG:   considering dependency: ['python3-tomli-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-tomli-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_recipe_qa.f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_recipe_qa_setscene.f90900189c9f08141618b8debddeb5dff90f92000e1c75d8fcf1072ba35d524c not available\nNOTE: Running setscene task 5042 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:32)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/makedepend-native/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['python3-typing-extensions-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:17)\nDEBUG: Considering setscene task: ['python3-typing-extensions-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb']\nDEBUG:   considering dependency: ['python3-typing-extensions-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-typing-extensions-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_recipe_qa.b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.9.0.do_recipe_qa_setscene.b5013b12d5401ba400e2b9f9f7bd2e0cf9c7e1c75165f3683d38355bc1401de9 not available\nNOTE: Running setscene task 5044 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['makedepend-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb']\nDEBUG:   considering dependency: ['makedepend-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb']\nDEBUG:   considering dependency: ['makedepend-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['makedepend-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_recipe_qa.28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/makedepend-native/1.0.8.do_recipe_qa_setscene.28af9579dbd49c0a9e3423bf123dd06d199a97ef76c5ac470c7a6b418dd6e8d9 not available\nNOTE: Running setscene task 5045 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['libpng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_populate_sysroot.be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_populate_sysroot_setscene.be93b3d080f2e392a8c6dbab0cebfd9d12493d48f81e782c62e8a036e68a49a0 not available\nNOTE: Running setscene task 5046 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dtc-native/1.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dtc-native/1.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_runtime_spdx.36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_runtime_spdx_setscene.36200b7b84b53e730e77a657b4e29e17809694688b3b63fe5b3912f0bc9909b7 not available\nNOTE: Running setscene task 5047 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:1: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/kmod-native/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/kmod-native/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['dtc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['dtc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG:   considering dependency: ['dtc-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG:   considering dependency: ['dtc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG:   considering dependency: ['dtc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG:   considering dependency: ['dtc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['dtc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_recipe_qa.10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_recipe_qa_setscene.10dbf2fb5eb4e1615df8d386c859a11d343b51509a5b008eed40ea15af177b1d not available\nNOTE: Running setscene task 5049 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/alsa-lib-native/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_create_spdx.6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_create_spdx_setscene.6010e50cbd203a28e86c45cda47a024918bdc282e48c7f58579db938b872aa5c not available\nNOTE: Running setscene task 5050 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_lic.f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_lic_setscene.f2708eb74478fa05ecdf750cb84d84f57fc73db1dfe334f794008df7c0b14a4b not available\nNOTE: Running setscene task 5051 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['icon-naming-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['icon-naming-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpng-native/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/alsa-lib-native/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/kmod-native/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb (full)\nDEBUG: Considering setscene task: ['libxml-simple-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['libxml-simple-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['icon-naming-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:0)\nDEBUG: Considering setscene task: ['libxml-parser-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG:   considering dependency: ['libxml-simple-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['libxml-parser-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['intltool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_populate_sysroot.ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_populate_sysroot_setscene.ae4b3dc6ad562b3fbae72260ee4b32c0a2c61422f91550bdf935dca8424dbb16 not available\nNOTE: Running setscene task 5054 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libxml-simple-perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpng-native/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxml-sax-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG:   considering dependency: ['libxml-simple-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['libxml-sax-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Considering setscene task: ['libxml-namespacesupport-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG:   considering dependency: ['libxml-simple-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['libxml-namespacesupport-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG:   considering dependency: ['libxml-sax-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:0)\nDEBUG: Considering setscene task: ['libxml-namespacesupport-perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:0)\nDEBUG: Considering setscene task: ['libxml-namespacesupport-perl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG:   considering dependency: ['libxml-namespacesupport-perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG:   considering dependency: ['libxml-namespacesupport-perl-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG:   considering dependency: ['libxml-namespacesupport-perl-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG:   considering dependency: ['libxml-namespacesupport-perl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG:   considering dependency: ['libxml-namespacesupport-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libxml-sax-base-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb']\nDEBUG:   considering dependency: ['libxml-sax-base-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb']\nDEBUG:   considering dependency: ['libxml-sax-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libxml-sax-base-perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libxml-sax-base-perl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb']\nDEBUG:   considering dependency: ['libxml-sax-base-perl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb']\nDEBUG:   considering dependency: ['libxml-sax-base-perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb']\nDEBUG:   considering dependency: ['libxml-sax-base-perl-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb']\nDEBUG:   considering dependency: ['libxml-sax-base-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb']\nDEBUG:   considering dependency: ['libxml-sax-base-perl-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxml-sax-perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libxml-sax-perl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG:   considering dependency: ['libxml-sax-perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG:   considering dependency: ['libxml-sax-perl-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG:   considering dependency: ['libxml-sax-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG:   considering dependency: ['libxml-sax-perl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG:   considering dependency: ['libxml-sax-perl-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['kmod-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['alsa-lib-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pip-native/23.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['alsa-lib-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['alsa-lib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['alsa-lib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_recipe_qa.26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.10.do_recipe_qa_setscene.26ef3723912609fe975a1706d4253afbe5d0eab734dd5cd55ebc1fc0bdf42f56 not available\nNOTE: Running setscene task 5067 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_create_spdx.0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_create_spdx_setscene.0e80819bf0078f14cd03b1cdc3211bf622e44b167cff2cd8729c9bf92ddfa4cb not available\nNOTE: Running setscene task 5068 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['icon-naming-utils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_create_runtime_spdx.46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_create_runtime_spdx_setscene.46cc553932ab53945e7b4f8a408db8910c5d48ea9801f1ff8be2ef77fb833c98 not available\nNOTE: Running setscene task 5070 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pyparsing-native/3.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_populate_lic.5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_populate_lic_setscene.5d4126b2a199b3e46831c5355ab253b9846c75627065aa68d8c58e0370f96944 not available\nNOTE: Running setscene task 5071 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-tomli-native/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_populate_sysroot.bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_populate_sysroot_setscene.bd27957bc06dde0fa0af68291051b07492fae05ec37d4b23f94f260dd66d8108 not available\nNOTE: Running setscene task 5072 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_create_runtime_spdx.6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_create_runtime_spdx_setscene.6a3698e19ddc8d30cb0edb2643d34d9d7ae9991973bd6340fc1eb55e5d5ff82b not available\nNOTE: Running setscene task 5073 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_populate_lic.1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_populate_lic_setscene.1fce3c5a8faa2a5b55dbac32a26f5cd0dc94552604e0817f9ad90eafd26bf86b not available\nNOTE: Running setscene task 5074 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['acl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['libarchive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_populate_sysroot.d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_populate_sysroot_setscene.d5526e35f784c106fc7c0d2618365f036ffb236e63356c58e7f7d3df5ca9918a not available\nNOTE: Running setscene task 5075 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-typing-extensions-native/4.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/makedepend-native/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/icon-naming-utils-native/0.8.90/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpng-native/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libpng-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_spdx.787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_spdx_setscene.787f6cbb8f5d14e0fc96057cef3ce162856d4cb12de25bc638f7f133e84afdc1 not available\nNOTE: Running setscene task 5077 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_create_runtime_spdx.71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_create_runtime_spdx_setscene.71f7f8234f14a88bc57446a3dd20ae6b598aa199c9ecd219b77cc3d9d2311786 not available\nNOTE: Running setscene task 5078 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_populate_lic.0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_populate_lic_setscene.0ca1280083f95f62096df1a87259d35cd8cb9a8b701b29c5c3098a59439491f6 not available\nNOTE: Running setscene task 5079 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_runtime_spdx.c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_runtime_spdx_setscene.c52ecbd79b7f593b2e8e85a44e6539433067430e3722297436fb2309a3fd3052 not available\nNOTE: Running setscene task 5080 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/icon-naming-utils-native/0.8.90/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dtc-native/1.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/kmod-native/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['kmod-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_recipe_qa.2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/kmod-native/31.do_recipe_qa_setscene.2662c6ea3c7a3c45c8d8eef87c5fcc1a525897c2a98f39c80c766fa9b917f3ae not available\nNOTE: Running setscene task 5081 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-parser-perl-native/2.46/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:0)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_lic.7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_lic_setscene.7501370c0832cce53e420423c6a6086e24db4c2ad5a6c5835c8cec30eef8aa64 not available\nNOTE: Running setscene task 5082 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['ca-certificates-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['ca-certificates-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb (full)\nDEBUG: Considering setscene task: ['libxml-parser-perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Considering setscene task: ['ca-certificates-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_create_runtime_spdx.6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_create_runtime_spdx_setscene.6ac31230bff84d31e3e4a2aaca69f0a9dafdaa4d4f4342d4a6d83b349846e466 not available\nNOTE: Running setscene task 5086 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:16)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_populate_lic.c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_populate_lic_setscene.c3f19fa2818ce7d6aaba42f3ca1da17130b0992e0e22709270687a426fe181aa not available\nNOTE: Running setscene task 5087 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/alsa-lib-native/1.2.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpng-native/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['libpng-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libpng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_recipe_qa.810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpng-native/1.6.41.do_recipe_qa_setscene.810fb0b7752a104a63e887966041f806d33ff1bfd26c39f57fb96d5481bbf757 not available\nNOTE: Running setscene task 5088 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_create_runtime_spdx.f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_create_runtime_spdx_setscene.f74703c0caffa1a7d6cdb161476c033ff7a608e7e68a37ea0d03caa9a4f9c23f not available\nNOTE: Running setscene task 5089 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/at-spi2-core-native/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/acl-native/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/at-spi2-core-native/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/at-spi2-core-native/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/acl-native/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/acl-native/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['dbus-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus-glib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_sysroot.002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_sysroot_setscene.002d1f6c14f9143d6382b3746f53d52f3c2fe9699a1c01bcaecd7d3c6d2316f8 not available\nNOTE: Running setscene task 5090 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ca-certificates-native/20211016/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/icon-naming-utils-native/0.8.90/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:0)\nDEBUG: Considering setscene task: ['libxtst-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_sysroot.fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_sysroot_setscene.fdebf65b415febcc780e2574f71fffe53f5c0eed7e5b2e1e301f00a54b2425f1 not available\nNOTE: Running setscene task 5091 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_spdx.b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_spdx_setscene.b13ec8d068760d30fcea01167efdc6077a30e5cd99adc43f31e84865ca41c0b5 not available\nNOTE: Running setscene task 5092 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Considering setscene task: ['icon-naming-utils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG:   considering dependency: ['icon-naming-utils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG:   considering dependency: ['icon-naming-utils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG:   considering dependency: ['icon-naming-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG:   considering dependency: ['icon-naming-utils-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG:   considering dependency: ['icon-naming-utils-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_create_spdx.617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_create_spdx_setscene.617c9007a1b5ec2668049e895462a498e7d418a7f2146e5717921897dd1e2515 not available\nNOTE: Running setscene task 5094 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Considering setscene task: ['at-spi2-core-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_create_spdx.5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_create_spdx_setscene.5f7234e511c21f1907c8adbeac536dc35a705dc8bbec752895e7e2c917b6c1c7 not available\nNOTE: Running setscene task 5096 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/attr-native/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Considering setscene task: ['acl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_populate_sysroot.0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_populate_sysroot_setscene.0c38de55ee195077e37bae7652a5414635970344fefed61047df3c1d78af8c10 not available\nNOTE: Running setscene task 5098 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/attr-native/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_spdx.24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_spdx_setscene.24d5e933fc09fa207ea62316c5a3a5cfc413c5dd9e73d9326e4330bff148d967 not available\nNOTE: Running setscene task 5099 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_populate_lic.9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_populate_lic_setscene.9341f1abb432e0d233a10e62c76b68610ecd823bec334ae0d2b461d60b4e2a99 not available\nNOTE: Running setscene task 5100 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ca-certificates-native/20211016/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Considering setscene task: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_populate_sysroot.a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_populate_sysroot_setscene.a73cad403d94d34a0d931417e91bf7a0fee1b1775332454916363615432a55c4 not available\nNOTE: Running setscene task 5101 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_create_runtime_spdx.5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_create_runtime_spdx_setscene.5c64706d8e5c5fa477c565101aecb80ebc0babea96b76884f4a5a947d250a1e5 not available\nNOTE: Running setscene task 5102 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_populate_lic.55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_populate_lic_setscene.55404c6023161c08e2410d2cb11b254621d52c4fc748cd896efa97bd09ef5a48 not available\nNOTE: Running setscene task 5103 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/kmod-native/31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['fribidi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_populate_sysroot.c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_populate_sysroot_setscene.c6e7d14afb152a36da148234695628e30d90a53faa1a44df8465738f6c9c1bf1 not available\nNOTE: Running setscene task 5104 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/curl-native/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/curl-native/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/debianutils-native/5.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpng-native/1.6.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_runtime_spdx.9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_runtime_spdx_setscene.9255aa88c3be048a2c164dbffc52c9d52757ed9d24c487b6e6d840a84dc89991 not available\nNOTE: Running setscene task 5105 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_create_spdx.af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_create_spdx_setscene.af387d52c46151626623c7ec7ac3d8c3dbfc219a32be6b1c5cbe08a5ec42a62a not available\nNOTE: Running setscene task 5106 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:0)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_lic.bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_lic_setscene.bbdc66f66783a7afaef13f5ea530370afa8c0388f6353bacdcbd335177737da7 not available\nNOTE: Running setscene task 5107 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_runtime_spdx.1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_runtime_spdx_setscene.1968a0df53c8cc4aa1e30127cd1ac5b393efb11237447a4b6302694aa2f66e13 not available\nNOTE: Running setscene task 5108 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxtst-native/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-simple-perl-native/2.25/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_sysroot.089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_sysroot_setscene.089efaaaf84f5a9ce1377c8e61844d6ee50a467d1c7a967487e285fea3e115fc not available\nNOTE: Running setscene task 5109 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dbus-native/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ca-certificates-native/20211016/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/at-spi2-core-native/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/acl-native/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/debianutils-native/5.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/debianutils-native/5.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/attr-native/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_spdx.e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_spdx_setscene.e7414a679c33797ac4a4d6726f7e7de349910cdd3d6a0e03a4cb77d94e608774 not available\nNOTE: Running setscene task 5110 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/fribidi-native/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['dbus-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/fribidi-native/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_create_spdx.0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_create_spdx_setscene.0bad3573e6aa683eccf8245bac6fe7e11f9fb34388b8e1c60066a28fb1e10f43 not available\nNOTE: Running setscene task 5112 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['libxml-simple-perl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['libxml-simple-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['libxml-simple-perl-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['libxml-simple-perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['libxml-simple-perl-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['libxml-simple-perl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_spdx.79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_spdx_setscene.79e624297be3141b49546b985bcd0e6054de3e45c663f1d9b86b699bb9de6ab8 not available\nNOTE: Running setscene task 5114 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: Considering setscene task: ['libxtst-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Considering setscene task: ['at-spi2-core-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_recipe_qa.62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/at-spi2-core-native/2.50.1.do_recipe_qa_setscene.62a259e22a03efb9c8d99160750a0ad6a55775d5e66649b6a7f89ec2963e7873 not available\nNOTE: Running setscene task 5116 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Considering setscene task: ['acl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['acl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['acl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_recipe_qa.005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/acl-native/2.3.1.do_recipe_qa_setscene.005fe901a008a0cc2a413e1b3e606f1f0159ba935b974303ccfb0e1382cda631 not available\nNOTE: Running setscene task 5117 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_create_spdx.0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_create_spdx_setscene.0aa342623aaea09cd9557052624daf0fd12b5c7bff7668076f0061101753f962 not available\nNOTE: Running setscene task 5118 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['attr-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb (full)\nDEBUG: Considering setscene task: ['ca-certificates-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ca-certificates-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/fribidi-native/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['debianutils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_create_spdx.ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_create_spdx_setscene.ae71c5b6dde9b618cc74152eb68578e1f2c26b33dd3dd7ed50a8d3154f9e5582 not available\nNOTE: Running setscene task 5122 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['fribidi-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_lic.99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_lic_setscene.99d286c86e9bb410b382ce20514bf76eb4d2a8cf07a4417f818f2a65cd985251 not available\nNOTE: Running setscene task 5124 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_create_runtime_spdx.c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_create_runtime_spdx_setscene.c16d31327071fdb332ee4efe6189d7587000624ae790762373d2efbb8736a8d7 not available\nNOTE: Running setscene task 5125 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_populate_lic.461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_populate_lic_setscene.461f12f1ecf7d16ccf2dac250a42ed3c8433182db67f69443b6ce23e52a0f0e1 not available\nNOTE: Running setscene task 5126 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_runtime_spdx.f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_runtime_spdx_setscene.f4dbe1bf8616799493bd43b815752bf176117fa6ca9ce37fc15f74a2b601cf6b not available\nNOTE: Running setscene task 5127 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gdbm-native/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/debianutils-native/5.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gmp-native/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gdbm-native/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['debianutils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_recipe_qa.0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/debianutils-native/5.16.do_recipe_qa_setscene.0206591532a15d773a7137fe1b5f8f6474f6439776bcdf3900c6daaf1bbba008 not available\nNOTE: Running setscene task 5128 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_lic.ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_lic_setscene.ba2fbcf6da7396f723c4d07572c8dba286422d15d18719d6fc9597c9c2da57f5 not available\nNOTE: Running setscene task 5129 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_runtime_spdx.122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_runtime_spdx_setscene.122be1985d7da35b5a03b9884db1f19a1b473612dfb2ac688bf37e9262f08919 not available\nNOTE: Running setscene task 5130 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_lic.e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_lic_setscene.e95b103f58ad77547b9d0526d262746601cdc8ef1c4f874a524df9151a53125c not available\nNOTE: Running setscene task 5131 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxi-native/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['libxext-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_populate_sysroot.c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_populate_sysroot_setscene.c7afe19bf0aad92fb5445844e9b7a079dee82f9a2890586827bfb67483675e37 not available\nNOTE: Running setscene task 5132 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-parser-perl-native/2.46/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libxml-parser-perl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG:   considering dependency: ['libxml-parser-perl-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG:   considering dependency: ['libxml-parser-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxml-parser-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_recipe_qa.341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.46.do_recipe_qa_setscene.341a282a1af02342217ae53d2800688d84e750c21b9fef40ace2718d32bbb795 not available\nNOTE: Running setscene task 5133 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dbus-native/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxtst-native/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/at-spi2-core-native/2.50.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perl-version.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan-base.bbclass:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cpan.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/attr-native/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/fribidi-native/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['dbus-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['dbus-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_recipe_qa.1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_recipe_qa_setscene.1859b10a0cd378f83fc6359afa5b5e60a9bf482a78a48c75054260f21c2431c5 not available\nNOTE: Running setscene task 5134 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gmp-native/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/acl-native/2.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtasn1-native/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libxfixes-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxcomposite-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_sysroot.f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_sysroot_setscene.f986c3bda5ba038061581827a892a1a73f7a55b1a6da863c50eff22990610e78 not available\nNOTE: Running setscene task 5135 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_spdx.8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_spdx_setscene.8742b22a310c554a3558e73f9bb22e1383846c7ef8579f1779a9d61c5be61f87 not available\nNOTE: Running setscene task 5136 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gnutls-native/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Considering setscene task: ['libxi-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Considering setscene task: ['libxtst-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxtst-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_recipe_qa.1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_recipe_qa_setscene.1b9984284344644a2daa64c3e121c74e702119087609085fa3a5494c1f86463c not available\nNOTE: Running setscene task 5138 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gnutls-native/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: Considering setscene task: ['attr-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['attr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['attr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_recipe_qa.faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/attr-native/2.5.1.do_recipe_qa_setscene.faa81604680a79ddeded8565db59c88e2fd0aa401edbdadd2524a3e7294ca843 not available\nNOTE: Running setscene task 5139 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['fribidi-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['fribidi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['fribidi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_recipe_qa.4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/fribidi-native/1.0.13.do_recipe_qa_setscene.4d275c79d303a2806d5f50f3a2a262ca628edc3b466b1f0e7328ff991e824bca not available\nNOTE: Running setscene task 5140 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:49)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:1: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['gpgme-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['librepo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_sysroot.dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_sysroot_setscene.dae3dda7c7542a01b456d74a92db1fd1dd4c5a7472ebbe323b55557f98bfc3c5 not available\nNOTE: Running setscene task 5141 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:1: including attr.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_create_runtime_spdx.04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_create_runtime_spdx_setscene.04dd0aa61a6cd93c14953ddbcfc46dd841b15103c2d2150a00d5d9970c049cf9 not available\nNOTE: Running setscene task 5142 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/debianutils-native/5.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_populate_lic.abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_populate_lic_setscene.abbdc5d9f2e4a1a6772ce64200bf28f3d8df0101b80af13b818466e2900dc08d not available\nNOTE: Running setscene task 5143 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtasn1-native/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_runtime_spdx.4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_runtime_spdx_setscene.4f716bf49084c827e542adb2fc86bda6d1e3ed76f3d57d5f5152eabb5a95a42c not available\nNOTE: Running setscene task 5144 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gpgme-native/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gpgme-native/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_spdx.1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_spdx_setscene.1fbadf4d9ce6fe19682b71d42930a6cdcc3ef51be186a72db14090cf4d07eb29 not available\nNOTE: Running setscene task 5145 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxext-native/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_lic.708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_lic_setscene.708115ee0790fa97cea8988a9d1acfbc96ae7b65ca1dc697425af1bdb2cf02bd not available\nNOTE: Running setscene task 5146 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_create_runtime_spdx.82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_create_runtime_spdx_setscene.82d32d0031bc8b27dc345beb39e7b6ec5d469578f573fb7cff0cbd94400be096 not available\nNOTE: Running setscene task 5147 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libxext-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_populate_lic.124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_populate_lic_setscene.124f9b50ce191ae53af5ad67b5aed2faad465f9f1a1d74f66354a941694dc94e not available\nNOTE: Running setscene task 5149 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_create_runtime_spdx.4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_create_runtime_spdx_setscene.4c34f79dff59710fae8cf55d568cfceedaa7ee9ab134da663e59d13e2e2a9200 not available\nNOTE: Running setscene task 5150 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_create_runtime_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml-parser-perl-native/2.46/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_populate_lic.b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_populate_lic_setscene.b3c8beebce1687ced2ea9bca8e9f729562143e96a302b19ceb5390c75b860eb4 not available\nNOTE: Running setscene task 5151 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxfixes-native/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxi-native/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxtst-native/1.2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libx11-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libxrender-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_populate_sysroot.8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_populate_sysroot_setscene.8d6432a2b46c3f7a54dae7180dd6f20cebb9c3e577621ac7df559cde7ed30831 not available\nNOTE: Running setscene task 5152 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/dbus-native/1.14.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_create_spdx.7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_create_spdx_setscene.7364548b1a7effe3f95ff48584eae098f4c4cb036ad50812d2647965014e1c5c not available\nNOTE: Running setscene task 5153 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_spdx.8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_spdx_setscene.8ce724f2a3d1aa8fdbaf58830213379633ecd29d995955fb32f61aa573523840 not available\nNOTE: Running setscene task 5154 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libxfixes-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:0)\nDEBUG: Considering setscene task: ['libxi-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_recipe_qa.b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_recipe_qa_setscene.b406f8ccb1628d698b67dfa23a418f2cbe8ac87e7e1f2a4fb8827831c653f608 not available\nNOTE: Running setscene task 5156 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/attr-native/2.5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/fribidi-native/1.0.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/itstool-native/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gpgme-native/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/icu-native/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:1: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/icu-native/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gpgme-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libassuan-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['gpgme-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_populate_sysroot.080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_populate_sysroot_setscene.080779f2db646c3c49f7bbc585adc7d5ae8568f7f80d8d5365eb0541dee7ca3a not available\nNOTE: Running setscene task 5158 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/itstool-native/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG:   considering dependency: ['shadow-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_populate_sysroot.64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_populate_sysroot_setscene.64f29ab1812279ad4833782c6103a4f71d505c443c0c56fccaca20140e28e5ad not available\nNOTE: Running setscene task 5159 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_create_runtime_spdx.628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_create_runtime_spdx_setscene.628508e8a27111ab6ad7c393a3d257f3e4cfd822c176921c30060592e22003b0 not available\nNOTE: Running setscene task 5160 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libassuan-native/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_populate_lic.8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_populate_lic_setscene.8caa6b436ebb546797169abc04b4934c2e89c110cdfffb5e837fbe69f868f1f1 not available\nNOTE: Running setscene task 5161 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_create_runtime_spdx.b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_create_runtime_spdx_setscene.b660b78dcaf472afb46830919294e38bbf01261bd4814645fe29d6f6656356c0 not available\nNOTE: Running setscene task 5162 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gpgme-native/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_populate_lic.8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_populate_lic_setscene.8f738131de3b36a17c86096851f5e30efd7cebf7d62a68eeb85d07a0451200fd not available\nNOTE: Running setscene task 5163 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libbsd-native/0.11.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libassuan-native/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Considering setscene task: ['gpgme-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['gpgme-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gpgme-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_recipe_qa.dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_recipe_qa_setscene.dc2937146b9a7333cd2d5ddf7ccaa191e9ff8e920e487418b281a1ee89d76399 not available\nNOTE: Running setscene task 5164 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_create_spdx.e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_create_spdx_setscene.e7bbc14d5e4ef795d9208c47b88abde0ff0d885b530244dd4ce97bcea6e6f23f not available\nNOTE: Running setscene task 5165 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_create_spdx.c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_create_spdx_setscene.c7223e5306eb1ad02265d69f0a589f5c53e66aadb91bfdfedca1ebe47b8cfa1b not available\nNOTE: Running setscene task 5166 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_runtime_spdx.90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_runtime_spdx_setscene.90029f5d290f53f4f8a4ad2d0f8aa46d8c5b5ac15cabd3e70cc3a88e4ebacf02 not available\nNOTE: Running setscene task 5167 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_lic.ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_lic_setscene.ae8588df191e174022a0df8cb32454ee0956aae991fae94c5d828c61bf5a12ee not available\nNOTE: Running setscene task 5168 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libbsd-native/0.11.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['libcheck-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_sysroot.7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_sysroot_setscene.7c9d77666f68037071dd0e0d67bedc389ab313f9351d92247025c7bb595cbdb0 not available\nNOTE: Running setscene task 5169 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libx11-native/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxext-native/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libx11-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxfixes-native/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxi-native/1.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_create_spdx.f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_create_spdx_setscene.f64d0006c2cf4a9e61022fbfa5215abe7b6d92954055f75ae6895ee40ccbd330 not available\nNOTE: Running setscene task 5171 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libx11-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_populate_sysroot.f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_populate_sysroot_setscene.f88c604a5d7c55a9d4ac78bd7115abd757985b74670a6366f556aa73f1164538 not available\nNOTE: Running setscene task 5172 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libxext-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libxext-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxext-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_recipe_qa.a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxext-native/1.3.5.do_recipe_qa_setscene.a69587ce86557bfe798b31b196166f029a877966f2431e7b836115f1ebbe1d2f not available\nNOTE: Running setscene task 5173 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libxfixes-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxfixes-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_recipe_qa.ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_recipe_qa_setscene.ef8575726986a5085aadcf75d50e029e5b9ebef468f4c6b4ffdf9806ed4339ee not available\nNOTE: Running setscene task 5174 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:11: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:8: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libassuan-native/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcap-ng-native/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcap-native/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libbsd-native/0.11.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcap-native/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['xtrans-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['libx11-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_sysroot.19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_sysroot_setscene.19c18992afd935133e26c81c73d9b45dd00f956341fa6d5bdd020cae94ab8f20 not available\nNOTE: Running setscene task 5175 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcap-ng-native/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['libassuan-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libbsd-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gpgme-native/1.23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_create_runtime_spdx.a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_create_runtime_spdx_setscene.a0ffb25ebee5aef6b125bc8a23ea8e7a47bc3d8e15666ab23c165385673ff211 not available\nNOTE: Running setscene task 5178 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libassuan-native/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_populate_lic.55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_populate_lic_setscene.55adc89f3175b8660883d7e7d1e8fbc639a0d204a7dac204179ce05bb9c616f0 not available\nNOTE: Running setscene task 5179 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libbsd-native/0.11.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcheck-native/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libassuan-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libassuan-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libassuan-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_recipe_qa.5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libassuan-native/2.5.6.do_recipe_qa_setscene.5308b1a3d571ec8e5c512f2348478e927033b0be6005c7c79831e570348f943e not available\nNOTE: Running setscene task 5180 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcheck-native/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Considering setscene task: ['libbsd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_recipe_qa.6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libbsd-native/0.11.8.do_recipe_qa_setscene.6841bfd70327786f31b7f4ae2a5575fa763eca8daa893e897e4c67a4f18af71a not available\nNOTE: Running setscene task 5181 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_spdx.f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_spdx_setscene.f70c6791f26a0d6352655b82a5bee13c69971c0f495ba8809d6db3dcd5cb08ba not available\nNOTE: Running setscene task 5182 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_runtime_spdx.80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_runtime_spdx_setscene.80ed71f07b9b0cc667e0abcb829863f57505ccab68f824bfb1a792236adfd8b0 not available\nNOTE: Running setscene task 5183 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_lic.36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_lic_setscene.36de773557c77aebe3bad325307fe55d9ea03d2d53cfbc1936fffece02e64894 not available\nNOTE: Running setscene task 5184 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:27)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_create_runtime_spdx.dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_create_runtime_spdx_setscene.dd137cdd5ef399388162f676a279ce170e188414d7a40fd21ba5f19c1eeb572e not available\nNOTE: Running setscene task 5185 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_populate_lic.8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_populate_lic_setscene.8a58d185c4d538b80c2a951fce8b98b9a54d049bc4965989af3dba67ba2303f8 not available\nNOTE: Running setscene task 5186 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:43)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_create_runtime_spdx.17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_create_runtime_spdx_setscene.17d99b2014e34337908c2966103d7c06b48ec5bac022a6a6274ccf18141f7ce6 not available\nNOTE: Running setscene task 5187 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcheck-native/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['libcheck-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_populate_lic.1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_populate_lic_setscene.1227ad70567e4e00f74c716dd591bc863df5dc3e16d754f4db4eae2b7db93b79 not available\nNOTE: Running setscene task 5189 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcb-native/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libx11-native/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxext-native/1.3.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxfixes-native/6.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libpthread-stubs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libdrm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_sysroot.206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_sysroot_setscene.206aa4c63652c0dd85854f0b43c33d90b2a11e1ed3929ad21c6458b18b353d68 not available\nNOTE: Running setscene task 5190 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libx11-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libx11-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_recipe_qa.8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libx11-native/1.8.7.do_recipe_qa_setscene.8319263d48d15ad16189f05e6a4d1bcefc56f555003f98fb07d1d50c6af136ff not available\nNOTE: Running setscene task 5191 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['libxau-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_sysroot.ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_sysroot_setscene.ab00aaf0c0186f06cccb76d494a63124dbec41165a7dcf4ba9993222bbc93938 not available\nNOTE: Running setscene task 5192 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_create_spdx.de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_create_spdx_setscene.de5ab32f8f9bf5d954b63c22f38b5fb9468bfbd121cb9d86cb145b8291ed8663 not available\nNOTE: Running setscene task 5193 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xtrans-native/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libffi-native/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libffi-native/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libassuan-native/2.5.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxcb-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libbsd-native/0.11.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcheck-native/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxdmcp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxdmcp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_populate_sysroot.738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_populate_sysroot_setscene.738fd4257c8920c22a320254d8324dd27704482a0831c717d947c098c27ec7da not available\nNOTE: Running setscene task 5195 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_spdx.e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_spdx_setscene.e64f70fab24533a7fb185b42e688faa0c6bb319a047c5cd3131d86d009f43e29 not available\nNOTE: Running setscene task 5196 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:0)\nDEBUG: Considering setscene task: ['xtrans-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['xcb-proto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_populate_sysroot.38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_populate_sysroot_setscene.38965ebe3ec5d5c5ba505e3f4828fc42582c74d81353c26044b4007f26a18918 not available\nNOTE: Running setscene task 5198 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libgcrypt-native/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: Considering setscene task: ['libcheck-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libcheck-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_recipe_qa.6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_recipe_qa_setscene.6d882df3c6a04b9a31f02e352841f452c0c6c13d2efd65c17ca0fb4d9d537e9a not available\nNOTE: Running setscene task 5199 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libgcrypt-native/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: Considering setscene task: ['libical-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Considering setscene task: ['vala-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['vala-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libical-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libgpg-error-native/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libgpg-error-native/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['vala-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['gobject-introspection-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_populate_sysroot.e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_populate_sysroot_setscene.e78c86f0f66eef550a3692656dc26b713e555e858abb159e41005c8fc4fe40b3 not available\nNOTE: Running setscene task 5203 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['harfbuzz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_populate_sysroot.c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_populate_sysroot_setscene.c7d56636005042e48c10166749bf0665b9c18dfa0416745323627d374bd33cfc not available\nNOTE: Running setscene task 5204 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libical-native/3.0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:0)\nDEBUG: Considering setscene task: ['libical-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_runtime_spdx.05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_runtime_spdx_setscene.05aa99792a077dc4952bb757a01a025988286a23ca4781c184e1660c6927ccf2 not available\nNOTE: Running setscene task 5206 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_create_spdx.04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libical-native/3.0.17.do_create_spdx_setscene.04041fd49b451a0c94e7074b2d3dd0583d3c1803762d4bdd89492eb2fc689310 not available\nNOTE: Running setscene task 5207 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_lic.a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_lic_setscene.a903af53df9cd475b749731080dcb2cc6189f19535b7e1c0304fdfe0946d0ba7 not available\nNOTE: Running setscene task 5208 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libmd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG:   considering dependency: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_sysroot.3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_sysroot_setscene.3a277891c187c620f27a82363507c65a3f0eb664e9041db05aea0c8cb273cec7 not available\nNOTE: Running setscene task 5209 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_create_runtime_spdx.5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_create_runtime_spdx_setscene.5d285053da5f2676233948caabca705f46a3c9e99f32d10c43446e2b93195cef not available\nNOTE: Running setscene task 5210 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libical-native/3.0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:14)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_populate_lic.55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_populate_lic_setscene.55b842375b85d34714054367e7f5c70d1882f678aed7a410a240d061f8616e48 not available\nNOTE: Running setscene task 5211 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpthread-stubs-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libx11-native/1.8.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcb-native/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxau-native/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_spdx.a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_spdx_setscene.a2c7332fcb51d8a4c452bce6d51669b7f0273e7ebea2227b5c0eb3575b360bbe not available\nNOTE: Running setscene task 5212 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libpthread-stubs-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_spdx.581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_spdx_setscene.581dcbb61ca0ca493735dfd1046618cbccd43c64f1bcd46985a9d142274f4880 not available\nNOTE: Running setscene task 5214 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libxau-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libxcb-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_recipe_qa.0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxcb-native/1.16.do_recipe_qa_setscene.0da1ec984ebe4bf99266f084cb70326bac4d809feac89d8d27461613b72334bd not available\nNOTE: Running setscene task 5216 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_create_spdx.2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_create_spdx_setscene.2dd17136477352379383d84d73b8339ad13b0ff91b6913d808607524fb92fd1e not available\nNOTE: Running setscene task 5217 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxdmcp-native/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xtrans-native/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xcb-proto-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcheck-native/0.15.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxdmcp-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['xtrans-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xtrans-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_recipe_qa.d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_recipe_qa_setscene.d23487eae2e63b528aa3c72395a8e48de7595abd5a556b55a42c10365e3d8e99 not available\nNOTE: Running setscene task 5219 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmd-native/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_create_spdx.a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_create_spdx_setscene.a0d36f2654a2f7a1ffe7d8fa735074dff9e5320a5505c326a7ee24d187f2eeda not available\nNOTE: Running setscene task 5220 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['xcb-proto-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmd-native/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xorgproto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['libxrender-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_populate_sysroot.2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_populate_sysroot_setscene.2d17060d49e8100f9ba9fb1cd9a79b9eb403d1ad62882c3cd001b279daf7b043 not available\nNOTE: Running setscene task 5222 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/icu-native/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['util-macros-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['libxrender-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_populate_sysroot.72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_populate_sysroot_setscene.72230122a88ee6df850e6de2564c06a5fd8b16a6fbdb866efb08b1103bda17ad not available\nNOTE: Running setscene task 5223 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmd-native/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libical-native/3.0.17/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['icu-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gobject-introspection-native/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmicrohttpd-native/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_create_spdx.088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/vala-native/0.56.13.do_create_spdx_setscene.088f9f27c29705c49c6d3f2a60493371f0a775f9a763645132061224eff138e1 not available\nNOTE: Running setscene task 5225 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_create_spdx.fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_create_spdx_setscene.fad9942489497c96bd438638569611cafd15de1a321a864d4801210d1c99d8e8 not available\nNOTE: Running setscene task 5226 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:0)\nDEBUG: Considering setscene task: ['gobject-introspection-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_create_spdx.4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_create_spdx_setscene.4b51b7cd65c433999a109d7ae9d0a260b07f1168720bc735b582628f25b771e1 not available\nNOTE: Running setscene task 5228 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:1: including vala.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Considering setscene task: ['libical-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['libical-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_spdx.4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_spdx_setscene.4faa7402d08b2101624e5922bcc8d6f555ddb34b129d3659930173a088db6f63 not available\nNOTE: Running setscene task 5230 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala.inc:53)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['libmd-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmicrohttpd-native/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_create_spdx.564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_create_spdx_setscene.564e58834ecaf4bc5fa37c6cc816e1c5330272dacde65eb431405e1ad4705852 not available\nNOTE: Running setscene task 5232 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_populate_sysroot.6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_populate_sysroot_setscene.6984c0bb59b00ccfd534747d485455f380fe4ca95a26ce8331b73bb6783b96fa not available\nNOTE: Running setscene task 5233 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_runtime_spdx.087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_runtime_spdx_setscene.087e8d152bd0c9fb6e70fdd6da23c0202b4e43d656b3ae747c0ff56809622b72 not available\nNOTE: Running setscene task 5234 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_lic.81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_lic_setscene.81e7fb871b26af0b94f18103ab30168d740e9d629b82a5815e840135579b7220 not available\nNOTE: Running setscene task 5235 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpthread-stubs-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxau-native/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxcb-native/1.16/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libpthread-stubs-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libpthread-stubs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpthread-stubs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_recipe_qa.30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_recipe_qa_setscene.30df1d27e8c30d328328376e84c31353787e3edbf3133586c6d62baf832cda84 not available\nNOTE: Running setscene task 5236 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxdmcp-native/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['libxau-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxau-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_recipe_qa.9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_recipe_qa_setscene.9fb64ef27b1a8a217d188ec4456abb51a0b3fc5f3267ceb8c50ba46f71d6577b not available\nNOTE: Running setscene task 5237 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libxdmcp-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxdmcp-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libxdmcp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxdmcp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_recipe_qa.91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.4.do_recipe_qa_setscene.91f52b458cafcb36b47ea16638f4037fb2f21d0b44b0d0e208a4c388d97cb884 not available\nNOTE: Running setscene task 5238 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_create_spdx.69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_create_spdx_setscene.69d6d8612205750f80e3d63599bab8e978f024ba0fd5a284be665ae1cdc79e44 not available\nNOTE: Running setscene task 5239 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xtrans-native/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xcb-proto-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:7: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:9: including xorg-lib-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-macros-native/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xorgproto-native/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xcb-proto-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xcb-proto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xcb-proto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_recipe_qa.7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xcb-proto-native/1.16.0.do_recipe_qa_setscene.7a4342e3106e7a9941cb75be4757be2403f7405b122e7428b638b3a734ddc931 not available\nNOTE: Running setscene task 5240 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xorgproto-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_create_spdx.79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_create_spdx_setscene.79b7d31cbd47a7ea54fefa8a499a15e520ffff48c0b9bbebb8f3e1ade8661f77 not available\nNOTE: Running setscene task 5242 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:0)\nDEBUG: Considering setscene task: ['util-macros-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libmpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_shared_workdir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['libmpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_sysroot.e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_sysroot_setscene.e6bccbb070382953371be24d8001682e0455afdc4f63ea1f8f6f8c7c7a257417 not available\nNOTE: Running setscene task 5244 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_create_runtime_spdx.6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_create_runtime_spdx_setscene.6d2c9ae0f0a3e8279a867f72209e58cf2615f5955456abc08c2c8d7a6fa69bb4 not available\nNOTE: Running setscene task 5245 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/vala-native/0.56.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/icu-native/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmicrohttpd-native/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gobject-introspection-native/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmd-native/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmicrohttpd-native/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmpc-native/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmpc-native/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['vala-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['vala-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpthread-stubs-native/0.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gobject-introspection-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gobject-introspection-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_recipe_qa.d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gobject-introspection-native/1.78.1.do_recipe_qa_setscene.d606ad4a340b31854b6743f2edd62aeb47989d6359ab6eaaccc439e663ce9658 not available\nNOTE: Running setscene task 5247 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_create_spdx.b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_create_spdx_setscene.b356ec259b41ef6019bd5cf915e93125e5ee07c916d9ff16abeac2d8b8586e3b not available\nNOTE: Running setscene task 5248 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['curl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_populate_sysroot.fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_populate_sysroot_setscene.fc3479af9026cec09e9b5797dc4c23727900ed9e7bcb3137bab59025d1094f5e not available\nNOTE: Running setscene task 5249 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_create_spdx.03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_create_spdx_setscene.03b73124bfaeee4c954ad0499e2692fd7e5c8d51a0afb9a8e3673341c8d10e77 not available\nNOTE: Running setscene task 5250 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_populate_sysroot.e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_populate_sysroot_setscene.e3093d8779d39a13c415f6b4b4e08c3baa29b3086c7a2253dd408cafb1fdc9e1 not available\nNOTE: Running setscene task 5251 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['icu-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_recipe_qa.2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/icu-native/74-1.do_recipe_qa_setscene.2e7715b2be9aa6790598b5c4b650b8ca63c7875d2c4d66b4a7663d2bc8f62344 not available\nNOTE: Running setscene task 5252 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_spdx.1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_spdx_setscene.1b1e8cb6f9aedb666767d3bd09f6644f70d5f47415803a972743740b26528abc not available\nNOTE: Running setscene task 5253 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Considering setscene task: ['libgcrypt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['rpm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_sysroot.a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_sysroot_setscene.a8311f3e237ca405b83664d246bd679476718bbaf157e9a33e45d6ae3fe8fdcb not available\nNOTE: Running setscene task 5254 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Considering setscene task: ['libmd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG:   considering dependency: ['libmd-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG:   considering dependency: ['libmd-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG:   considering dependency: ['libmd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libmd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_recipe_qa.65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_recipe_qa_setscene.65a58738cdf1bdff1bc7fb52a96eb5e96f9a7658d732d0f62fb1c5412e43bb58 not available\nNOTE: Running setscene task 5255 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxau-native/1.0.11/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxdmcp-native/1.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xorgproto-native/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xorgproto-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['xorgproto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xorgproto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_recipe_qa.88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xorgproto-native/2023.2.do_recipe_qa_setscene.88279f016656c0e0b0bd7e506eda25c8446bea4337ad91403fdcd254e851f084 not available\nNOTE: Running setscene task 5256 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libmicrohttpd-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libmicrohttpd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_recipe_qa.75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmicrohttpd-native/0.9.77.do_recipe_qa_setscene.75337850e5b6a0b0d44cb7bb92459c0cddac157011a09da82c7a9becb0863afb not available\nNOTE: Running setscene task 5258 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_spdx.8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_spdx_setscene.8f3592b74e53a9cfdad491cca3ab1f77111d1b29fd76a983b15be6e892b35c9d not available\nNOTE: Running setscene task 5259 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xcb-proto-native/1.16.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:14)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-macros-native/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmpc-native/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpcre2-native/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:12)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:0)\nDEBUG: Considering setscene task: ['util-macros-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['util-macros-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['util-macros-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_recipe_qa.c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-macros-native/1.20.0.do_recipe_qa_setscene.c2f50f094b2156c37031bb94cbe36566bdf3fb759d38d43216c7478b4acd7320 not available\nNOTE: Running setscene task 5260 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['libmpc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_populate_lic.7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_populate_lic_setscene.7c5c859a4f8b038cd4be0331d93d2afdbbcde70156d99c040e2bc66a31582c5b not available\nNOTE: Running setscene task 5262 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_runtime_spdx.bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_runtime_spdx_setscene.bfecefef27d5e0de6965b42ef9a5468678ef9d06beecec9a9f43567b9116348d not available\nNOTE: Running setscene task 5263 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:5: including xorg-util-common.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_lic.a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_lic_setscene.a33ebc1a8229c0c1e4ad8d4e3fda9ababff916848fd065fb2cfc9f9c5baf281f not available\nNOTE: Running setscene task 5264 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmd-native/1.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libssh2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb']\nDEBUG:   considering dependency: ['libssh2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libgcrypt-native/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/curl-native/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gnutls-native/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gobject-introspection-native/1.78.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/curl-native/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libssh2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/icu-native/74-1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gnutls-native/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_spdx.88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_spdx_setscene.88e7a1611c3563c2d813a48a9281b1f8dccec6a353962366514191d881168bd1 not available\nNOTE: Running setscene task 5267 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libgcrypt-native/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libidn2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_sysroot.fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_sysroot_setscene.fbd5b2a38d7bd942086d46eae4d8d891717e5efbb40c31d23b9e6d7d4a8a71aa not available\nNOTE: Running setscene task 5268 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Considering setscene task: ['curl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['curl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['curl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['curl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_recipe_qa.61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/curl-native/8.6.0.do_recipe_qa_setscene.61edcc8c71a49be75266fb3fd1e8d51e13eccb20af189fc922249f3f95cca229 not available\nNOTE: Running setscene task 5270 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Considering setscene task: ['gnutls-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:0)\nDEBUG: Considering setscene task: ['gnutls-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_recipe_qa.8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnutls-native/3.8.3.do_recipe_qa_setscene.8e700b34ceddd141aa4ebba353eef11640c5b521ef55162cba69dbe999dc5623 not available\nNOTE: Running setscene task 5272 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_spdx.1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_spdx_setscene.1fb962abc4de379ee8145847e9e7e96be96d387ec7776075acfccc7d581bdde7 not available\nNOTE: Running setscene task 5273 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmpc-native/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libtasn1-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_sysroot.e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_sysroot_setscene.e85fbda8132f0b3f92adc081c15bd99774422e739f8ce828596026f307a2e3cd not available\nNOTE: Running setscene task 5274 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmicrohttpd-native/0.9.77/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_create_spdx.35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_create_spdx_setscene.35a56b93a05a17d163fd98e71e1afcdfb4d6b456e9393234baeaa6d7c849ad50 not available\nNOTE: Running setscene task 5275 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xorgproto-native/2023.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:136)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Considering setscene task: ['libcap-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['libcap-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libgcrypt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_populate_sysroot.7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_populate_sysroot_setscene.7aa17ac121654fd9328145950abb4f5794194c57d4daac32a96521c340887bd5 not available\nNOTE: Running setscene task 5276 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['libgcrypt-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Considering setscene task: ['libgcrypt-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libgcrypt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_recipe_qa.febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_recipe_qa_setscene.febd25c6bba9383580a870286a9542fe1319543894e87aeff40702c51c5ef7a2 not available\nNOTE: Running setscene task 5278 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_create_spdx.f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_create_spdx_setscene.f14c3a7eac28fd7f191ef8bf8345828f9e5c55d21c526389461f471b2bc86642 not available\nNOTE: Running setscene task 5279 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libgpg-error-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['libassuan-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_populate_sysroot.78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_populate_sysroot_setscene.78fb3ed442aed4007c1754c31539624aa2523db36d420ae8831d28fb0361feed not available\nNOTE: Running setscene task 5280 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['libmpc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libmpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_recipe_qa.cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_recipe_qa_setscene.cde2dba4d802e027bf76afc83e720c5b13042cce0893ffb3797255c1463b0ceb not available\nNOTE: Running setscene task 5281 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpcre2-native/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-macros-native/1.20.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc.inc:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libssh2-native/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libssh2-native/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_spdx.ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_spdx_setscene.ba9aa29091c80d97b53fe797e19430ffacb5f1feafd6cb63f3bd93ac23573e25 not available\nNOTE: Running setscene task 5282 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_create_runtime_spdx.239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_create_runtime_spdx_setscene.239a5a4be12aca3048318562678179fcf752a9269c532e2cbd03520b7ae04ee7 not available\nNOTE: Running setscene task 5283 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_populate_lic.3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_populate_lic_setscene.3bd9ba6d3e87c7277e2fccf3e648757f2df2ff57f2ddd784a9ed3e1dc271179c not available\nNOTE: Running setscene task 5284 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_runtime_spdx.456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_runtime_spdx_setscene.456f2d5f3a0c2e1db1c5ec026ec07260a8aba743d39c1ec2f0b1a65063481457 not available\nNOTE: Running setscene task 5285 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libidn2-native/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_lic.0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_lic_setscene.0794908fa326f3e899e86949fcddc56a0f73ce54b501eb77f30c4117dbe2349b not available\nNOTE: Running setscene task 5286 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libidn2-native/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcap-native/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/curl-native/8.6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcap-native/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtasn1-native/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtasn1-native/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gnutls-native/3.8.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_spdx.4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_spdx_setscene.4d69f257124ab0733c2cd028b4d8196373e3e3efc471f893656961f6eadb8b4a not available\nNOTE: Running setscene task 5287 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:0)\nDEBUG: Considering setscene task: ['bison-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['bison-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['flex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG:   considering dependency: ['unfs3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG:   considering dependency: ['dtc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libtasn1-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['bison', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['vala-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['binutils-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_deploy', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_shared_workdir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['swig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb']\nDEBUG:   considering dependency: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['groff-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libmpc-native/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libgcrypt-native/1.10.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libgpg-error-native/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Considering setscene task: ['bison-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libgpg-error-native/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libidn2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libidn2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libidn2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_recipe_qa.71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_recipe_qa_setscene.71c20f0fe6037899ed1d6fb5652e8fa11b9a498c6d82818c01b355049ee254aa not available\nNOTE: Running setscene task 5291 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libtasn1-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libtasn1-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libtasn1-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_recipe_qa.3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_recipe_qa_setscene.3ed9569ddc6242b55bf8dcc0d78bc7114420641aaaace8deb3128ac7eb3558b9 not available\nNOTE: Running setscene task 5293 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libcap-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libcap-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libcap-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_recipe_qa.93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-native/2.69.do_recipe_qa_setscene.93bb5de4223be42a855c4087b6deee6fe424ef18a70b33ab1f8ca4f43858cee5 not available\nNOTE: Running setscene task 5295 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libgpg-error-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb (full)\nDEBUG: Considering setscene task: ['libgpg-error-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['libgpg-error-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libgpg-error-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_recipe_qa.e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libgpg-error-native/1.47.do_recipe_qa_setscene.e3e2fba9b453021a93ccaede6f470f8b1983ea4a09cd00462cc27d352d2c8b66 not available\nNOTE: Running setscene task 5297 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libunistring-native/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Considering setscene task: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_populate_sysroot.d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_populate_sysroot_setscene.d9b4dc66b74a1c5002bba5d570475bb8c771062d99f650abf742454146ad92b7 not available\nNOTE: Running setscene task 5298 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_create_spdx.1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_create_spdx_setscene.1f60f6c02f0e2189f1cef3fba9140c5515c560ec38223e04b17ae9af733459a2 not available\nNOTE: Running setscene task 5299 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libssh2-native/1.11.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libunistring-native/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:26)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_runtime_spdx.01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_runtime_spdx_setscene.01a7711138052d7dcc2682220abadd2d38b38d61fc1438f607dace53ea4b02d2 not available\nNOTE: Running setscene task 5300 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxslt-native/1.1.39/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Considering setscene task: ['libssh2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_lic.fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_lic_setscene.fd4fe343cd603aee7bf7dfdca22a251498fe7d70d21e44c8e971fd7bfe92a7ef not available\nNOTE: Running setscene task 5302 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:27)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libyaml-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_sysroot.a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_sysroot_setscene.a4c3cc8c6963e469fa624d6376349872f585790ed878a51526ab11504c2f89fb not available\nNOTE: Running setscene task 5303 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_runtime_spdx.3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_runtime_spdx_setscene.3be05b8a0e4a0c1f67233b9a54cc54358962b749642b92936e7620da261c8ca2 not available\nNOTE: Running setscene task 5304 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_lic.86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_lic_setscene.86de3c966437e3aaf49a01602f213fda7065d10938ccc9c75637afcee659df44 not available\nNOTE: Running setscene task 5305 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Considering setscene task: ['mpfr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['libmpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_sysroot.1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_sysroot_setscene.1052323020c5542bc1d491b63aae020c557963788ff4ed5173abd0020da219be not available\nNOTE: Running setscene task 5306 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_runtime_spdx.f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_runtime_spdx_setscene.f3a1b721748996c0193d506ec4d98c7dab9f4e88d8faaad396769c750c321787 not available\nNOTE: Running setscene task 5307 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_lic.ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_lic_setscene.ab301560f48c5dabdfeb9f3b75f0c9879150b870f3e31392216d62f3962567c8 not available\nNOTE: Running setscene task 5308 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxslt-native/1.1.39/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_lic which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['nettle-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_sysroot.76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_sysroot_setscene.76354b2303db3b0bf92705ae8534e5df1494ca54e09bde08bae5901ef20ca371 not available\nNOTE: Running setscene task 5309 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bison-native/3.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['bison-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_runtime_spdx.e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_runtime_spdx_setscene.e9a1d232ebd5b30b65cfed86737e3d77f52a7af4b8efea7722df0e1faa4cda64 not available\nNOTE: Running setscene task 5311 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libidn2-native/2.3.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcap-native/2.69/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtasn1-native/4.19.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_lic.3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_lic_setscene.3fddccac0aa0e785ca6ecb08cd8f03feeeb7ae5e3e6470f22fb0debb41ded8ca not available\nNOTE: Running setscene task 5312 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libunistring-native/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libunistring-native/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libyaml-native/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libgpg-error-native/1.47/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libyaml-native/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libyaml-native/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mpfr-native/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mpfr-native/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_spdx.175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_spdx_setscene.175fddddf5659648bc4ac61eccc929d040dddb85edbef2420587e3f34a1b99ff not available\nNOTE: Running setscene task 5313 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mpfr-native/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gperf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['libcap-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['gperf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['fontconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:15)\nDEBUG: Considering setscene task: ['gperf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/nettle-native/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libunistring-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/nettle-native/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libunistring-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_recipe_qa.0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libunistring-native/1.1.do_recipe_qa_setscene.0e65b03dd17390d2c5340e33f58839b82eddb478366e848d128aa42321cfa23a not available\nNOTE: Running setscene task 5317 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_spdx.55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_spdx_setscene.55f89d41a4a1710288547714ea122255494b1b1c4d6b7cbdaf9f0c6f3ac16295 not available\nNOTE: Running setscene task 5318 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libyaml-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_spdx.9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_spdx_setscene.9d36f019f81a55ea5fe5a93b95af4f2e7df83c5e6fc761917beb7f01035aae2d not available\nNOTE: Running setscene task 5320 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['mpfr-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_spdx.ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_spdx_setscene.ba86be752d6783335e6bc5eb5c159ea8b5b741708b1446260467b11a175deed7 not available\nNOTE: Running setscene task 5322 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['popt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['rpm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_sysroot.7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_sysroot_setscene.7ea9032773bde2c56447be1baec79a01a4d02a557fd8fd5f9a4e431fccf246a3 not available\nNOTE: Running setscene task 5323 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_runtime_spdx.3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_runtime_spdx_setscene.3179b8b7cfc9cddae86a397e619c0bbb5ceea95c7489aab31a7fa5d93c4ead70 not available\nNOTE: Running setscene task 5324 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:26)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_lic.c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_lic_setscene.c3dacea3606b1cfc0ad0ccf6f3ddc1fff668c95ff4c26677f37c2e29a44c7558 not available\nNOTE: Running setscene task 5325 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_runtime_spdx.28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_runtime_spdx_setscene.28c5a938b97919c001f6bdbcdec18f6947f5b8794b416f18e59f9f763389e476 not available\nNOTE: Running setscene task 5326 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_lic.b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_lic_setscene.b0a9f8c6e3f2a183115131f6a6c424c5befdf94f6b2a648e324656c24d6be564 not available\nNOTE: Running setscene task 5327 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Considering setscene task: ['shared-mime-info-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_sysroot.853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_sysroot_setscene.853b3393cf2f12963c24b1bb1244d9323949993056f5b7375e19e3e4d464fe91 not available\nNOTE: Running setscene task 5328 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_create_runtime_spdx.f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_create_runtime_spdx_setscene.f614f675294b21363cc47e49c29d6e2670a8359bcc5adf2371f78824c163e94b not available\nNOTE: Running setscene task 5329 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_populate_lic.3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_populate_lic_setscene.3276bde693961f7d0b6b7d10778ed96f59a342c1fe4e050517b5651c48d02783 not available\nNOTE: Running setscene task 5330 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/nettle-native/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/popt-native/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Considering setscene task: ['gmp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gmp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_shared_workdir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb']\nDEBUG:   considering dependency: ['libmpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_sysroot.2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_sysroot_setscene.2681482f2b5e0129f84b29fda7359024b50ccd22df3dc19524169127152af6af not available\nNOTE: Running setscene task 5331 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['nettle-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_spdx.8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_spdx_setscene.8abb1b21de02b92a555e448cd85e8b0cbc99840eee50ec8888074b738abe7556 not available\nNOTE: Running setscene task 5333 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/popt-native/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gperf-native/3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libunistring-native/1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mpfr-native/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libyaml-native/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/re2c-native/3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/popt-native/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/nettle-native/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/re2c-native/3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shared-mime-info-native/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/sqlite3-native/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shared-mime-info-native/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gperf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG:   considering dependency: ['gperf-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG:   considering dependency: ['gperf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG:   considering dependency: ['gperf-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG:   considering dependency: ['gperf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG:   considering dependency: ['gperf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/sqlite3-native/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shared-mime-info-native/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/popt-native/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gmp-native/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['glib-2.0-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_populate_sysroot.51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_populate_sysroot_setscene.51f767e9ac7e874eaad7dfb810db1f85829f7dff3d34532d34fa5b1b71eb6d51 not available\nNOTE: Running setscene task 5335 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['xmlto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['docbook-xml-dtd4-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['docbook-xml-dtd4-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['docbook-xml-dtd4-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Considering setscene task: ['docbook-xsl-stylesheets-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['docbook-xsl-stylesheets-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Considering setscene task: ['docbook-xsl-stylesheets-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['flex-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['bison-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['flex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['unfs3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_sysroot.17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_sysroot_setscene.17e52617024e4af45dc2f50f950e4abe706e6d690139a9ce2d076aa568c58458 not available\nNOTE: Running setscene task 5341 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Considering setscene task: ['xmlto-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_spdx.b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_spdx_setscene.b6131efa3b00e7d26d82ef11d4097b40b9428d3f681050cf8219a7d9cbaad6ce not available\nNOTE: Running setscene task 5343 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Considering setscene task: ['gmp-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['itstool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG:   considering dependency: ['itstool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_sysroot.49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_sysroot_setscene.49f83b794a28122608db3b8e652d2b5907b93cf1425ba51e9bd63e8583acafc5 not available\nNOTE: Running setscene task 5345 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Considering setscene task: ['libxslt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['libxslt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libxslt-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb (full)\nDEBUG: Considering setscene task: ['libyaml-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libyaml-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_recipe_qa.09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_recipe_qa_setscene.09939fcc6c27f31620c86027370ace554611d92f3bdcca88e6130cf3eb8ad747 not available\nNOTE: Running setscene task 5348 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['mpfr-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['mpfr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_recipe_qa.130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_recipe_qa_setscene.130082b20dfaeca4f3556fa040103366fafe0f5be7282257393c6830a4864a8b not available\nNOTE: Running setscene task 5349 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['nettle-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['nettle-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_recipe_qa.18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_recipe_qa_setscene.18e1192444a3df64406765ff8c584afdfb3027b5a00f3cf11ea5b29e4eb9bd93 not available\nNOTE: Running setscene task 5350 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Considering setscene task: ['popt-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['popt-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['popt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_recipe_qa.75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/popt-native/1.19.do_recipe_qa_setscene.75523a16e691cb51cbe55f51de38ae1609d08dd144b3b9cc106f5644a4acad89 not available\nNOTE: Running setscene task 5352 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_spdx.2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_spdx_setscene.2fe063eb46774e0e551824a0259dfbbf45b5e24d2b5713b25981dbacc43bd749 not available\nNOTE: Running setscene task 5353 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\nDEBUG: Considering setscene task: ['shared-mime-info-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_fetch as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_fetch.0ba8afef8bb836404fa49997209f426b81c5636cc2250e568bcfe6cea9c90812 not available\nNOTE: Running task 10 of 11169 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_fetch)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_fetch as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_fetch\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gmp-native/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/itstool-native/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/glib-2.0-native/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_prepare_recipe_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libxml2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['libcomps-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_populate_sysroot.d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_populate_sysroot_setscene.d70b6558d8c9c6bc61bf9a87784e0b92420b59a91208c93538cf20cf8e3b70f1 not available\nNOTE: Running setscene task 5355 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/flex-native/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gettext-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_populate_sysroot.ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_populate_sysroot_setscene.ea730ec6a28b68ae76d9e37ed1bf5005baf7fede27871e6db716446a313d6582 not available\nNOTE: Running setscene task 5356 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/mpfr-native/4.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libyaml-native/0.2.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['glib-2.0-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Considering setscene task: ['util-linux-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['glib-2.0-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_sysroot.34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_sysroot_setscene.34b643239e32d7a401d883abb120efa721f155393824dbef740472507d17eb6f not available\nNOTE: Running setscene task 5358 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: Considering setscene task: ['flex-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Considering setscene task: ['meson-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['libdrm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['xorgproto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['virglrenderer-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['harfbuzz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['libglu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['wayland-protocols-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['pixman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['fribidi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['cairo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['libepoxy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libslirp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['orc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['pixman-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['dtc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['shared-mime-info-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['desktop-file-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['glib-2.0-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['pixman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/nettle-native/3.9.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/popt-native/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shared-mime-info-native/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_create_spdx.193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_create_spdx_setscene.193f9a9017695cc255885cefbc928c8864aab105eca58b7ed02367feba12dd2f not available\nNOTE: Running setscene task 5361 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['meson-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-setuptools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-trove-classifiers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_populate_sysroot.c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_populate_sysroot_setscene.c04a27ab082b9334c37f15f478e1d82559df3c0c5cc1658aedef47b909c77866 not available\nNOTE: Running setscene task 5363 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_spdx.e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_spdx_setscene.e2af534851a3f03f3cef649eab609fe118e0f09c58e8abcad0e3a9b20df2065d not available\nNOTE: Running setscene task 5364 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gmp-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gmp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gmp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_recipe_qa.84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_recipe_qa_setscene.84c28ca8e6c70a7680e9d60d711680cc0ba7e55abec3419f554a99460f13e516 not available\nNOTE: Running setscene task 5365 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_spdx.bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_spdx_setscene.bf63449921ef442978bf1ccda4fd0b08d30c0a5f415c1077c5ca6c50d8971443 not available\nNOTE: Running setscene task 5366 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Considering setscene task: ['itstool-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: Considering setscene task: ['shared-mime-info-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['shared-mime-info-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['shared-mime-info-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_recipe_qa.49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_recipe_qa_setscene.49bbeba1801998cfe57ca7c2fd4e28ff27ddea7d7df02b0038545678e8cd9d3b not available\nNOTE: Running setscene task 5368 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp.inc:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/mime.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_fetch\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml2-native/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gettext-native/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_unpack\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libxml2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['gettext-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-linux-native/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_unpack as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xmlto-native/0.0.28+0.0.29+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['util-linux-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-setuptools-native/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/itstool-native/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_spdx.a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_spdx_setscene.a687b0ff163b77fd5a49495a47707a22be3bd59ba4c063a907e15c56a4c611d0 not available\nNOTE: Running setscene task 5372 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gmp-native/6.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_spdx.f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_spdx_setscene.f9a5fdbce6f4176d0bceb73eeadbe5fc9d1cd6c93944e4060b27092a202811d3 not available\nNOTE: Running setscene task 5373 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_spdx.1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_spdx_setscene.1215b3862e18d07f3dc3d5ab0c54c832284836df3922955d7dc732b6a50e05d6 not available\nNOTE: Running setscene task 5374 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb (full)\nDEBUG: Considering setscene task: ['python3-setuptools-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:69)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:73)\nDEBUG: Considering setscene task: ['python3-wheel-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-trove-classifiers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_populate_sysroot.f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_populate_sysroot_setscene.f210459e507c68d68496fc663a9ade8c94a967a11508c4619b82a67ab7fb60c7 not available\nNOTE: Running setscene task 5376 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/shared-mime-info-native/2.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xmlto-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:19)\nDEBUG: Considering setscene task: ['gtk-doc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['gtk-doc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['cairo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['dbus-glib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['orc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['harfbuzz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['libtasn1-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['gconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['util-linux-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['glib-2.0-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libidn2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:19)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/glib-2.0-native/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_create_spdx.e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_create_spdx_setscene.e2e0561f679e7097dae0b87bb7c6baf7affbda2305f50408614fd17b7255b2dd not available\nNOTE: Running setscene task 5379 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['glib-2.0-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['glib-2.0-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['glib-2.0-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_recipe_qa.d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/glib-2.0-native/2.78.3.do_recipe_qa_setscene.d2e1a0e1998521f9a63a1f79783bf724362a137c89f2982a7ad269ba3d2d6018 not available\nNOTE: Running setscene task 5380 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_spdx.e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_spdx_setscene.e741eaa1a9bf809a65f61ca72a69449761897357ef5dc7688270d727816cb7e9 not available\nNOTE: Running setscene task 5381 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_create_spdx.3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/meson-native/1.3.1.do_create_spdx_setscene.3e0e08fdc117ab0b6b5b40979dd97ec3176f17dd1422a2311d386b306ddf3a3b not available\nNOTE: Running setscene task 5382 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gtk-doc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: Considering setscene task: ['itstool-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG:   considering dependency: ['itstool-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG:   considering dependency: ['itstool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['itstool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_recipe_qa.b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_recipe_qa_setscene.b8b1851314f8f1e6b3c3f5705e4d3ff7a3ec81b340b5762bf3e68a323474601c not available\nNOTE: Running setscene task 5384 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libcap-ng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['util-linux-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_populate_sysroot.7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_populate_sysroot_setscene.7d7d90749a8b9fc80188d6ed41f79fb48234f44a7be195cb9da5d76b57cc07e6 not available\nNOTE: Running setscene task 5385 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:1: including glib.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:20)\nDEBUG: Considering setscene task: ['libpcre2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['glib-2.0-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_populate_sysroot.3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_populate_sysroot_setscene.3e720bd755b2e4ce78220428dc7dde3d277751638c08ee35ee816ce899ad58d9 not available\nNOTE: Running setscene task 5386 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_spdx.3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_spdx_setscene.3e38c7b5bdef467b5fe1e5ec1aaf7bacb47131d2c92303d1e734c941e52f5749 not available\nNOTE: Running setscene task 5387 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_fetch as buildable\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gio-module-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/docbook-xml-dtd4-native/4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['docbook-xml-dtd4-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG:   considering dependency: ['docbook-xml-dtd4-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG:   considering dependency: ['docbook-xml-dtd4-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG:   considering dependency: ['docbook-xml-dtd4-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG:   considering dependency: ['docbook-xml-dtd4-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG:   considering dependency: ['docbook-xml-dtd4-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-wheel-native/0.42.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['docbook-xsl-stylesheets-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG:   considering dependency: ['docbook-xsl-stylesheets-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG:   considering dependency: ['docbook-xsl-stylesheets-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG:   considering dependency: ['docbook-xsl-stylesheets-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG:   considering dependency: ['docbook-xsl-stylesheets-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG:   considering dependency: ['docbook-xsl-stylesheets-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/flex-native/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['flex-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['flex-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_recipe_qa.6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_recipe_qa_setscene.6f0ea3fae30fc1e0ac73ab1f9cbb3210bb50773e4cfbe17dbe6e90d0ec287024 not available\nNOTE: Running setscene task 5390 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-build-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-typing-extensions-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_populate_sysroot.a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_populate_sysroot_setscene.a85a7668cf5588c210c4b34256669e30b8fbf14b654a2def49304213603aea86 not available\nNOTE: Running setscene task 5391 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-wheel-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_fetch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/meson-native/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/itstool-native/2.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gettext-native/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcap-ng-native/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['gettext-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gettext-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_recipe_qa.4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-native/0.22.4.do_recipe_qa_setscene.4007f555653722bf6dc677c21195f716c72ff0cb6a989b46181b3e607b959334 not available\nNOTE: Running setscene task 5393 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpcre2-native/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxslt-native/1.1.39/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/glib-2.0-native/2.78.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_create_spdx.42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_create_spdx_setscene.42dd878a541b337ede0ee7369c3cc80ff3c4b365bf9aa4114a3983ebf68a83d5 not available\nNOTE: Running setscene task 5394 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-linux-native/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['meson-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:23: including gettext-sources.inc\nDEBUG: Considering setscene task: ['util-linux-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['util-linux-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_recipe_qa.3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_recipe_qa_setscene.3611cd8c93126f1d9b3a0d5c4f9ca9ad8a0cd9640a46653e3d94b8af64b46f5d not available\nNOTE: Running setscene task 5396 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:33)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_create_spdx.2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_create_spdx_setscene.2da6ebc993c642580b5e5e86630d2010655414984db4ae0cd6a8544c56dfa501 not available\nNOTE: Running setscene task 5397 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_create_spdx.7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gtk-doc-native/1.33.2.do_create_spdx_setscene.7a794e439f103033c5739447810e8d6d797d48d57e116cd8baa86b682d824270 not available\nNOTE: Running setscene task 5398 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_create_spdx.f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_create_spdx_setscene.f47a2812712095ddcc9bbaf5f972cbc0dbe97f7454cda93a715ff0bce66b774d not available\nNOTE: Running setscene task 5399 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Considering setscene task: ['libcap-ng-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_create_spdx.f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_create_spdx_setscene.f4135e92e4ff03fe162a5ce0ef565397f701743a2067a4224979057c27b58b7c not available\nNOTE: Running setscene task 5401 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Considering setscene task: ['libpcre2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Considering setscene task: ['libxslt-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG:   considering dependency: ['libxslt-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG:   considering dependency: ['libxslt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG:   considering dependency: ['libxslt-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG:   considering dependency: ['libxslt-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG:   considering dependency: ['libxslt-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:9)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-build-native/1.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:0)\nDEBUG: Considering setscene task: ['python3-build-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['python3-packaging-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-build-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_populate_sysroot.57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_populate_sysroot_setscene.57badb3cbdd60c0e65391853b35a63d2e4433b0806641049e1f9e1465d6cfa06 not available\nNOTE: Running setscene task 5405 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/flex-native/2.6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['python3-pyproject-hooks-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG:   considering dependency: ['python3-build-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_sysroot.50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_sysroot_setscene.50d4854711573afbc80eb7cb8370087be16198df85bca909c9c2af70f82359d7 not available\nNOTE: Running setscene task 5406 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gettext-native/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_fetch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-setuptools-native/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcap-ng-native/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gtk-doc-native/1.33.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml2-native/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpcre2-native/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libxml2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libxml2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_recipe_qa.1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libxml2-native/2.11.5.do_recipe_qa_setscene.1352e6df1c66f63c7938171b2c9e3a1e079f0d64809fe471fabc8c55b8906300 not available\nNOTE: Running setscene task 5407 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-linux-native/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['python3-setuptools-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:   considering dependency: ['python3-setuptools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-setuptools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_recipe_qa.9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-setuptools-native/69.0.3.do_recipe_qa_setscene.9cbf19ec8b2e126febdb9681fbdf937407dc4eef178d96e0b88545cd490bb7ef not available\nNOTE: Running setscene task 5408 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_create_spdx.856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_create_spdx_setscene.856ecedd339a5722fd37fba38cf9be506bc19ded837361521b56cf1b8d120602 not available\nNOTE: Running setscene task 5409 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gtk-doc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['gtk-doc-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb (full)\nDEBUG: Considering setscene task: ['libcap-ng-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['libcap-ng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libcap-ng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_recipe_qa.3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.4.do_recipe_qa_setscene.3b35531b73ecaba45f808769c237a3efdc7ba857254d129289bbceaef88bdaba not available\nNOTE: Running setscene task 5411 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Considering setscene task: ['libpcre2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libpcre2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_recipe_qa.8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libpcre2-native/10.42.do_recipe_qa_setscene.8fab753d9ab3bcc43a22f0c57a35f0190da090b05a6a08d1539b48ce84a9dd22 not available\nNOTE: Running setscene task 5412 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:36)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:1: including libcap-ng.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:29)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_fetch\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-packaging-native/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pyproject-hooks-native/1.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-packaging-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-installer-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['asciidoc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-typing-extensions-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_sysroot.92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_sysroot_setscene.92611519080953a73ef484dda02be7fe17a689f2940431a0d68c9e8cfb7f6240 not available\nNOTE: Running setscene task 5414 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['python3-packaging-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-packaging-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-packaging-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-packaging-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-packaging-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_recipe_qa.fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-packaging-native/23.2.do_recipe_qa_setscene.fe6af8da9583aced37349bc6da275b5001da05ebab7af2bad8c034ea4be315f5 not available\nNOTE: Running setscene task 5415 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['python3-pyproject-hooks-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_fetch\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-wheel-native/0.42.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-setuptools-native/69.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_create_spdx.7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_create_spdx_setscene.7dafd6332b994bc39b81e14f1b4f1a3f3a8215cc343fb63f8a8dafb505659bfc not available\nNOTE: Running setscene task 5417 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['python3-wheel-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb']\nDEBUG:   considering dependency: ['python3-wheel-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb']\nDEBUG:   considering dependency: ['python3-wheel-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb']\nDEBUG:   considering dependency: ['python3-wheel-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-wheel-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_recipe_qa.c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-wheel-native/0.42.0.do_recipe_qa_setscene.c1a08405bc09c925b594347e20726eb6463f90b187239650692ea7d86d1ff62c not available\nNOTE: Running setscene task 5418 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libcap-ng-native/0.8.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libxml2-native/2.11.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libpcre2-native/10.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:9)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-installer-native/0.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_unpack as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-packaging-native/23.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-flit-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb']\nDEBUG:   considering dependency: ['python3-typing-extensions-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_sysroot.fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_sysroot_setscene.fc6f7b1ddf520153c3e8497d11afcb4d9f16bda9033e2251dc55a26e4e9b5cdb not available\nNOTE: Running setscene task 5419 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['python3-installer-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_fetch as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-wheel-native/0.42.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-build-native/1.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_fetch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-build-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb']\nDEBUG:   considering dependency: ['python3-build-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb']\nDEBUG:   considering dependency: ['python3-build-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb']\nDEBUG:   considering dependency: ['python3-build-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-build-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_recipe_qa.50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-build-native/1.0.3.do_recipe_qa_setscene.50b35cf2f7c8a57bfd355f8fc6c9c5897e8630d0c80c2da3980c9e3dc70577ed not available\nNOTE: Running setscene task 5421 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_spdx.bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_spdx_setscene.bddc2455e46810b2f7c34879c8e7634cf204e5e842bc16ba8b3896ac872dd46b not available\nNOTE: Running setscene task 5422 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_spdx_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_fetch as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-flit-core-native/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-flit-core-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['libtasn1-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_populate_sysroot.c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_populate_sysroot_setscene.c8b2a4de80a228c5fdf65e0586c47a7befb2b0b93b994ab9404148f0453405ec not available\nNOTE: Running setscene task 5424 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['unzip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['unzip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['docbook-xml-dtd4-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['docbook-xml-dtd4-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG:   considering dependency: ['docbook-xml-dtd4-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_sysroot.c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_sysroot_setscene.c294d0ec9bd5bfcf443a93c0753c3ec1ce9d96de57f696f812332d5e90434720 not available\nNOTE: Running setscene task 5425 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot_setscene)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_unpack as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-build-native/1.0.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_fetch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pyproject-hooks-native/1.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_write_config\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_spdx.4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_spdx_setscene.4827922d9d275316ae93dc159169dc32dbf2910dd27eca285fb30d3ee0fc527f not available\nNOTE: Running setscene task 5426 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['python3-pyproject-hooks-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG:   considering dependency: ['python3-pyproject-hooks-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG:   considering dependency: ['python3-pyproject-hooks-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG:   considering dependency: ['python3-pyproject-hooks-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG:   considering dependency: ['python3-pyproject-hooks-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG:   considering dependency: ['python3-pyproject-hooks-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-pyproject-hooks-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_recipe_qa.2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_recipe_qa_setscene.2413481fde7358c5f9e9e0c52851016bacb5024af34685f202f23da22a2930a3 not available\nNOTE: Running setscene task 5427 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_recipe_qa_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_unpack as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unzip-native/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_unpack\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['unzip-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_write_config\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_fetch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-native/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['expat-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['libcomps-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_populate_sysroot.abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_populate_sysroot_setscene.abb49f6ea50b9542ca5e6046fbe42376da33761ca548ab15a591bb220dc6fd96 not available\nNOTE: Running setscene task 5429 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['util-linux-libuuid-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_sysroot.ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_sysroot_setscene.ea971caa3391410162a578fff4321c7c039efda48c4d051299cac75fd7f1209c not available\nNOTE: Running setscene task 5430 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['autoconf-archive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['e2fsprogs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['dbus-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libx11-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['mpfr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['autoconf-archive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Considering setscene task: ['autoconf-archive-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Considering setscene task: ['libedit-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_populate_sysroot.f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_populate_sysroot_setscene.f0738120ad60db36662bb4135e03b2edee84e0c2d24649904eede924b2272884 not available\nNOTE: Running setscene task 5433 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['python3-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Considering setscene task: ['libnsl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_sysroot.a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_sysroot_setscene.a4dd4c90a7330b66e9554ec0fa21d34765304098a9ec1e51d2cb7cc06f89d30e not available\nNOTE: Running setscene task 5435 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Considering setscene task: ['libffi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_populate_sysroot.ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_populate_sysroot_setscene.ec8094925d7c2c65657df20e495ac934e0ba7c31678dade50bb98b72afff60c5 not available\nNOTE: Running setscene task 5436 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_populate_sysroot.e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_populate_sysroot_setscene.e48f3f07f5afd2f572a3c239f5da3c7db209181b3f4385d6355089e0bba98ff8 not available\nNOTE: Running setscene task 5437 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot_setscene)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_fetch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-installer-native/0.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-pyproject-hooks-native/1.0.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_spdx.a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_spdx_setscene.a02007e221f8ba59534592e31a66571c181219d4433df1c3bb579531310fa8e5 not available\nNOTE: Running setscene task 5438 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-installer-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb']\nDEBUG:   considering dependency: ['python3-installer-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb']\nDEBUG:   considering dependency: ['python3-installer-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-installer-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_recipe_qa.16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_recipe_qa_setscene.16248e74a0cb9856d80d6b175d32f75c5a25f22aa3eae01fecc236c1173c3b15 not available\nNOTE: Running setscene task 5439 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_fetch as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_fetch\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-linux-libuuid-native/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/expat-native/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['util-linux-libuuid-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['cmake-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG:   considering dependency: ['libcomps-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_populate_sysroot.bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_populate_sysroot_setscene.bcf18bb4c9257b0baaa33d416c5e0aa0d7a076cc6416a689e1a64254e9f28ef2 not available\nNOTE: Running setscene task 5441 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['expat-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['ninja-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['libdrm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb']\nDEBUG:   considering dependency: ['libsolv-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['harfbuzz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['glslang-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['libical-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['rust-llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['wayland-protocols-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['desktop-file-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['ninja-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb']\nDEBUG:   considering dependency: ['pixman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['cairo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libepoxy-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb']\nDEBUG:   considering dependency: ['expat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['json-c', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb']\nDEBUG:   considering dependency: ['librepo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['glib-2.0-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['shared-mime-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['json-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb']\nDEBUG:   considering dependency: ['spirv-headers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb']\nDEBUG:   considering dependency: ['xorgproto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['virglrenderer-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG:   considering dependency: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb']\nDEBUG:   considering dependency: ['json-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['libepoxy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb']\nDEBUG:   considering dependency: ['expat-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb']\nDEBUG:   considering dependency: ['json-c', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['libglu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb']\nDEBUG:   considering dependency: ['createrepo-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb']\nDEBUG:   considering dependency: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libcomps-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['fribidi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['libjpeg-turbo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb']\nDEBUG:   considering dependency: ['libslirp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['orc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb']\nDEBUG:   considering dependency: ['pixman-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb']\nDEBUG:   considering dependency: ['dtc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['shared-mime-info-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb']\nDEBUG:   considering dependency: ['spirv-tools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['desktop-file-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb']\nDEBUG:   considering dependency: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb']\nDEBUG:   considering dependency: ['pixman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libnsl2-native/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libedit-native/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/sqlite3-native/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libffi-native/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:1: including cmake.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:2)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libedit-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-flit-core-native/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-installer-native/0.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ninja-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['python3-flit-core-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb']\nDEBUG:   considering dependency: ['python3-flit-core-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb']\nDEBUG:   considering dependency: ['python3-flit-core-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb']\nDEBUG:   considering dependency: ['python3-flit-core-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb']\nDEBUG:   considering dependency: ['python3-flit-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-flit-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_recipe_qa.05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_recipe_qa_setscene.05d886a3375307f4048ee33ba7a5428e335e64527791533365d5d723fc01174c not available\nNOTE: Running setscene task 5446 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_create_spdx.7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_create_spdx_setscene.7d70b7581ac5d53b0758c012fcfe9b55debd07dc08ae044da1a28383702da2c4 not available\nNOTE: Running setscene task 5447 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libnsl2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libtirpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libnsl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_sysroot.2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_sysroot_setscene.2c486fd3418d3d83e5b0d0436b5ed074341fc09c270bd15111ecb5055f643735 not available\nNOTE: Running setscene task 5449 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_spdx.91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_spdx_setscene.91860eaca0acc8bc899cf2d2233c322b38ab6c5454c3841fd276ea555c0a2ada not available\nNOTE: Running setscene task 5450 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libffi-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb (full)\nDEBUG: Considering setscene task: ['re2c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG:   considering dependency: ['ninja-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG:   considering dependency: ['re2c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Considering setscene task: ['re2c-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['sqlite3-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cmake-native/3.27.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cmake-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['openssl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['createrepo-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_populate_sysroot.804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_populate_sysroot_setscene.804d231eb1994e0f350180c09d576c7992f40b866bc4af3023e77501841c08c1 not available\nNOTE: Running setscene task 5456 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ncurses-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['cmake-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_populate_sysroot.fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_populate_sysroot_setscene.fedf7ba492b1003154323c6c3c90c6df5fefa139f63fc2228609fcc7695b5107 not available\nNOTE: Running setscene task 5457 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['bzip2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_sysroot.8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_sysroot_setscene.8a602d2070e9e23ce003d4ed8d6714cc11af13f3911f5d7f05dd1cf8ef9ddc3d not available\nNOTE: Running setscene task 5458 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['zstd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11-sato', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_populate_sysroot.5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_populate_sysroot_setscene.5161a2bcebd7c56c03e27c3b17f988748129906a4b6e83a0524137f7742b884c not available\nNOTE: Running setscene task 5459 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_unpack as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_fetch\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-flit-core-native/3.9.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unzip-native/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_unpack as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtirpc-native/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libtirpc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['unzip-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['unzip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_recipe_qa.003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/unzip-native/6.0.do_recipe_qa_setscene.003286aa0e49d0cede69bacdaf1d383e92f4c604f0212f329ec6a5a36b69fe3e not available\nNOTE: Running setscene task 5461 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_recipe_qa_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_unpack as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zstd-native/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:69)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['zstd-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/openssl-native/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ncurses-native/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bzip2-native/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['openssl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-native/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_create_spdx.043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_create_spdx_setscene.043e6210e0675c93ab4693585473e90e596e98d42f93149c19507c885f5c1358 not available\nNOTE: Running setscene task 5464 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['ncurses-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_spdx.4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_spdx_setscene.4b98c0433748f2ddee45a95a6b7804a5a1246b46049946e0d30890ff18fef8ba not available\nNOTE: Running setscene task 5466 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_spdx.ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_spdx_setscene.ac3f740d83a4123fbcfa1546265f019969413b34df54f1c82ab7ed3e9355fc90 not available\nNOTE: Running setscene task 5467 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_create_spdx.4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_create_spdx_setscene.4d33df53c4666a6923007ae87b6cd68afbb9e3d108995410c047d686f829407b not available\nNOTE: Running setscene task 5468 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['libxml-simple-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb']\nDEBUG:   considering dependency: ['opkg-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb']\nDEBUG:   considering dependency: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_sysroot.b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_sysroot_setscene.b59ab2c91cae8cccf68dea711439e752b2f65f12a40d6a1131b61e645a75b79f not available\nNOTE: Running setscene task 5469 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Considering setscene task: ['python3-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_recipe_qa.e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/python3-native/3.12.1.do_recipe_qa_setscene.e337b4b229ec34bdf0abfff07c69562569840cd75a97dd7fc642cf969e6350f9 not available\nNOTE: Running setscene task 5470 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Considering setscene task: ['bzip2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_spdx.c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_spdx_setscene.c757cf8dc5d0b37eaace8ad93d127127bbc52eab2e795ecc562507fcedd64c74 not available\nNOTE: Running setscene task 5472 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_create_spdx.b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_create_spdx_setscene.b4000a47d4d4363a2e8dc1ecd0128feaf044026ffd5e2f23dbe86ffce403635d not available\nNOTE: Running setscene task 5473 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_create_spdx.c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_create_spdx_setscene.c0eefbac8494e02cbb2d8f55d8aaf7c8eb08e5d6aaee8a05d797db0bac2cdfca not available\nNOTE: Running setscene task 5474 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_fetch as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:61)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_fetch\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/unzip-native/6.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_prepare_recipe_sysroot\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/autoconf-archive-native/2023.02.20/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['autoconf-archive-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG:   considering dependency: ['autoconf-archive-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG:   considering dependency: ['autoconf-archive-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG:   considering dependency: ['autoconf-archive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG:   considering dependency: ['autoconf-archive-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG:   considering dependency: ['autoconf-archive-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libedit-native/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-linux-libuuid-native/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libnsl2-native/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/expat-native/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/perl-native/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libffi-native/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_create_spdx.a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_create_spdx_setscene.a10de54df8ae3a401fd5aa9243091157c3aad244f7debf7e98e5089951edc6bb not available\nNOTE: Running setscene task 5476 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/sqlite3-native/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['expat-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:   considering dependency: ['expat-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['expat-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_recipe_qa.629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/expat-native/2.5.0.do_recipe_qa_setscene.629145fa426e33c84223030a4858cdc7cb993d954f9959b0f8381e841ba92b68 not available\nNOTE: Running setscene task 5477 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['util-linux-libuuid-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['util-linux-libuuid-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_recipe_qa.2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_recipe_qa_setscene.2e4d5c2c5b64db183e6be422dfa319b3231b5cff8c97a383e9923a0b943a9ab4 not available\nNOTE: Running setscene task 5478 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:1: including cmake.inc\nDEBUG: Considering setscene task: ['zlib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['libcomps-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_populate_sysroot.424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_populate_sysroot_setscene.424d99589b5c369662fbbd6f5f6606ec85bcb3d5b1f4c89616eba29e388a934d not available\nNOTE: Running setscene task 5479 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['libedit-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libedit-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libedit-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_recipe_qa.2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libedit-native/20230828-3.1.do_recipe_qa_setscene.2e1c20c958640524e07ad55e88d531112de6f65f95ee19f85bd16ced5b819202 not available\nNOTE: Running setscene task 5480 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb (full)\nDEBUG: Considering setscene task: ['make-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb']\nDEBUG:   considering dependency: ['make-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['perl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_sysroot.95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_sysroot_setscene.95f48df5ad17f29a2fe5d8eb97da438edbc3ccb3fa860cc600b8790aa1fb8cad not available\nNOTE: Running setscene task 5481 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_create_spdx.fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ninja-native/1.11.1.do_create_spdx_setscene.fffda7077ac3b648b21dcf994fdaa0a1e328cc819f1e4d217133fa64e94faf80 not available\nNOTE: Running setscene task 5482 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: Considering setscene task: ['perlcross-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perlcross-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:4: including util-linux.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (full)\nDEBUG: Considering setscene task: ['perlcross-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: Considering setscene task: ['perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:20)\nDEBUG: Considering setscene task: ['libnsl2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libnsl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_recipe_qa.053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_recipe_qa_setscene.053708695892e75f714bbf16a688a4d92de11e60fc03ca806408a3492fb3743b not available\nNOTE: Running setscene task 5486 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_spdx.95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_spdx_setscene.95be3d5a8ca2ec195fb8f4abcc792a274f82d34e73a84202b10e532975e19d16 not available\nNOTE: Running setscene task 5487 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gdbm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_sysroot.d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_sysroot_setscene.d6f2785a42f94ba448bf91e7802e7b0f25b4fb850b58f7954d28acf58aacac44 not available\nNOTE: Running setscene task 5488 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Considering setscene task: ['libffi-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libffi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libffi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_recipe_qa.6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libffi-native/3.4.4.do_recipe_qa_setscene.6d4791b11046079641d1a9aabc6219510d30b32c14ed13bd6fffefd830876286 not available\nNOTE: Running setscene task 5489 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['sqlite3-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['sqlite3-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['sqlite3-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['sqlite3-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['sqlite3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['sqlite3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_recipe_qa.28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/sqlite3-native/3.44.2.do_recipe_qa_setscene.28924ca6c341df4912d327c730e7d556bf2b678ea32b2882c768529d1e0dac4d not available\nNOTE: Running setscene task 5490 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:1: including sqlite3.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/python3-native/3.12.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3.inc:23)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cmake-native/3.27.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['cmake-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG:   considering dependency: ['cmake-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG:   considering dependency: ['cmake-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG:   considering dependency: ['cmake-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['cmake-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_recipe_qa.e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/cmake-native/3.27.7.do_recipe_qa_setscene.e2f71c49165735908d595011d3790d5c1736440629b71420b3e2f35cd6cf770d not available\nNOTE: Running setscene task 5491 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_create_spdx.43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_create_spdx_setscene.43a6c1956f80c8f7fcc8b3a40ed46ee81fa71e0277eebe7191537ea08ba0b5d6 not available\nNOTE: Running setscene task 5492 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_create_spdx.bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_create_spdx_setscene.bd4e9a12f684d1399323ba67b000cdda13eca686395d82bc8373ad1e3575a2f1 not available\nNOTE: Running setscene task 5493 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_spdx.d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_spdx_setscene.d50aaff308c392f512b597a3abeded153ca02c64cb9d419e55cb97d44d6a6a83 not available\nNOTE: Running setscene task 5494 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_create_spdx.6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_create_spdx_setscene.6c4108ce774ebea17dc6a3a0339c0a8003b5b3b743429f2ecf46caee4e9a3434 not available\nNOTE: Running setscene task 5495 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:1: including cmake.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:2)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zlib-native/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ninja-native/1.11.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['zlib-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/util-linux-libuuid-native/2.39.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ninja-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG:   considering dependency: ['ninja-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG:   considering dependency: ['ninja-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG:   considering dependency: ['ninja-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG:   considering dependency: ['ninja-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG:   considering dependency: ['ninja-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/expat-native/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libedit-native/20230828-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_create_spdx.666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_create_spdx_setscene.666e4152e2553dd4b880fba5789e13d2fa0d4a23c08742ee603a3700dfa40522 not available\nNOTE: Running setscene task 5498 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/make-native/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_spdx.5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_spdx_setscene.5842d4076e6f2a9436b9973fec3ed0de5ff22de592b30339e3962374d4c30b15 not available\nNOTE: Running setscene task 5499 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_spdx_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libnsl2-native/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtirpc-native/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:15)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/cmake-native/3.27.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libffi-native/3.4.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/sqlite3-native/3.44.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gdbm-native/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['make-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_sysroot.2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_sysroot_setscene.2cc4e9fb3c99e8eb2a0577d7dc301daa5145627db44a36cf1793a3a9f2d84ffe not available\nNOTE: Running setscene task 5501 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libtirpc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libtirpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_recipe_qa.2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_recipe_qa_setscene.2b03be30eaa670885b71ba81d0e028b4a3755d38ed9faede387509e2d916fa71 not available\nNOTE: Running setscene task 5502 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_recipe_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['gdbm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ncurses-native/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bzip2-native/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/openssl-native/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xz-native/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_unpack as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['ncurses-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['ncurses-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ncurses-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_recipe_qa.091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/ncurses-native/6.4.do_recipe_qa_setscene.091f881dc11428e3621c6cee189c828261c9ab421a2b424c22243cd045e8262e not available\nNOTE: Running setscene task 5504 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['openssl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:   considering dependency: ['openssl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['openssl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_recipe_qa.6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/openssl-native/3.2.0.do_recipe_qa_setscene.6c3c2d6151b2674a47c3a13e9e07bef456feeaca8978659355dacad0503a07f4 not available\nNOTE: Running setscene task 5505 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_spdx.3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_spdx_setscene.3b9f083677ea035b7861109bb165e6810d44e97ab13fc6024488857ff2ca0f83 not available\nNOTE: Running setscene task 5506 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['bzip2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['bzip2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_recipe_qa.8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_recipe_qa_setscene.8b2bc4c77fc4411270800c9a65a7d4f29f33d5d6b17f0fc80e30f780f30692e4 not available\nNOTE: Running setscene task 5507 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:1: including ncurses.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_header.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:267)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zstd-native/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:26)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/re2c-native/3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relative_symlinks.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_populate_sysroot.e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_populate_sysroot_setscene.e0513616f446b1e80b2534fcd8efc7a28d2bc7d97b7f4bd3da287748689ef766 not available\nNOTE: Running setscene task 5508 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['zstd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['zstd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['zstd-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:   considering dependency: ['zstd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['zstd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_recipe_qa.726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zstd-native/1.5.5.do_recipe_qa_setscene.726931929d57f812e42701dacd8f14c65d35c716d1c241db543f956d14df5310 not available\nNOTE: Running setscene task 5509 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['re2c-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG:   considering dependency: ['re2c-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG:   considering dependency: ['re2c-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG:   considering dependency: ['re2c-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG:   considering dependency: ['re2c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG:   considering dependency: ['re2c-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_fetch as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pkgconfig-native/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtirpc-native/1.3.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['pkgconfig-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/ncurses-native/6.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/bzip2-native/1.0.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/perl-native/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/openssl-native/3.2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zstd-native/1.5.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_create_spdx.63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_create_spdx_setscene.63a5c39150394570c65c144fd4b0c77858fc9754389fc7b833dbe8b2808a529b not available\nNOTE: Running setscene task 5512 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_spdx.f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_spdx_setscene.f4d8ca1acdc24f12c836ef81537e5b46011763b3062d7959c52ffb760470be13 not available\nNOTE: Running setscene task 5513 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_spdx.2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_spdx_setscene.2c394de14092cd4334592de5dc7d92d61828dd94cd5a340b922e02a523ef28df not available\nNOTE: Running setscene task 5514 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['perl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_recipe_qa.82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_recipe_qa_setscene.82644781589bb26b433b989bbbb6c81277e65403acd6b44f419c41ac89182a1d not available\nNOTE: Running setscene task 5515 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_spdx.cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_spdx_setscene.cd101f1bd568460cf1d61a419696df7c690780741bd3ea122b9dde202f6729e3 not available\nNOTE: Running setscene task 5516 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_fetch as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:11)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-915875/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xz-native/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:33)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:257: including perl-ptest.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl-ptest.inc:1)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['libtool-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['slang', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['libxtst-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_populate_sysroot.f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_populate_sysroot_setscene.f42ba0574269f493e9585e28434f3d85003207990d6328c80f2b09e9409dc2c7 not available\nNOTE: Running setscene task 5517 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xz-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xz-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['xz-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['xz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_recipe_qa.a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/xz-native/5.4.5.do_recipe_qa_setscene.a803f5cd58550d785fa182ca38110db444ba368a3bcbdece0357821451a25185 not available\nNOTE: Running setscene task 5519 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_recipe_qa_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:5)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:41)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_prepare_recipe_sysroot\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/perlcross-native/1.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_fetch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['perlcross-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb']\nDEBUG:   considering dependency: ['perlcross-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb']\nDEBUG:   considering dependency: ['perlcross-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb']\nDEBUG:   considering dependency: ['perlcross-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb']\nDEBUG:   considering dependency: ['perlcross-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb']\nDEBUG:   considering dependency: ['perlcross-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtool-native/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_fetch as buildable\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/make-native/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zlib-native/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['libtool-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gdbm-native/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/perl-native/5.38.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['zlib-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:   considering dependency: ['zlib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['zlib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_recipe_qa.f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/zlib-native/1.3.do_recipe_qa_setscene.f05bcaa283c9e158c6734a23ab9516264ced94ac5bf6bfa25ca435350a3cbec2 not available\nNOTE: Running setscene task 5522 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['automake-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['slang', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['libxtst-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['cross-localedef-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG:   considering dependency: ['libgcrypt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libtasn1-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['pkgconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['make', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['slang', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['swig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['nettle-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libxdamage-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['tiff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['dbus-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['patch', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['intltool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['flac', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['libxv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['itstool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG:   considering dependency: ['libnsl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['m4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['gettext-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['iptables', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['libxrender-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libedit-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['xtrans-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['shadow-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['gconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['patch-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['groff-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['icon-naming-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG:   considering dependency: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libsm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['re2c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['font-util-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['tcl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['util-linux-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['attr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['readline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['libmpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libidn2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libxshmfence-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['ncurses-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['encodings', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['libx11-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libxdmcp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['util-macros-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['gperf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG:   considering dependency: ['sqlite3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['libxcomposite-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['fontconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['automake-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['readline-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['libcheck-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libxxf86vm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['autoconf-archive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG:   considering dependency: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxcursor-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['gtk-doc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['bzip2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['libpciaccess-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['libffi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['font-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['lame', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['procps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['popt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['libxrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['libxext-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['makedepend-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['libxft-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libxi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['bison', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['gmp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['grep', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['popt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['xz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['speex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['chrpath-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG:   considering dependency: ['libxau-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['libtool-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG:   considering dependency: ['libexif', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['mkfontscale-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['nettle', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['make-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['gzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['libtirpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['libxres', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['sbc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['libyaml-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['dbus-glib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libfontenc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['readline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['freetype-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['flex-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['xrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['libarchive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['cracklib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libxslt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['curl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['tar', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['acl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['e2fsprogs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['libgpg-error-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['libcap-ng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['mpfr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['xcb-proto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['libxfixes-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['sudo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG:   considering dependency: ['libogg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['bison-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['libpthread-stubs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['libice', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['popt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['socat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libpng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['vala-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['ppp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['sed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['bc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libassuan-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['file-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['gmp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['unfs3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['which', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['blktool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['libssh2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['alsa-lib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['libxau', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['nettle', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['time', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['gpgme-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['libmd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['help2man-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG:   considering dependency: ['nasm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['gdbm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/xz-native/5.4.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['autoconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['slang', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['libxtst-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['cross-localedef-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb']\nDEBUG:   considering dependency: ['libgcrypt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libtasn1-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['pkgconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['make', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['slang', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['swig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['nettle-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libxdamage-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['tiff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['dbus-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['patch', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb']\nDEBUG:   considering dependency: ['intltool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['flac', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb']\nDEBUG:   considering dependency: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['libxv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['itstool-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG:   considering dependency: ['libnsl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['m4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb']\nDEBUG:   considering dependency: ['gettext-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['iptables', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['libxrender-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libedit-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['xtrans-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['shadow-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['font-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['gconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['patch-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['autoconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['mobile-broadband-provider-info', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['groff-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['icon-naming-utils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb']\nDEBUG:   considering dependency: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['libsm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['re2c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['font-util-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['tcl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['util-linux-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['attr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['readline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['binutils-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb']\nDEBUG:   considering dependency: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['libmpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libidn2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libxshmfence-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['ncurses-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb']\nDEBUG:   considering dependency: ['encodings', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['libx11-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['libxdmcp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['util-macros-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['gperf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb']\nDEBUG:   considering dependency: ['sqlite3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['automake-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['fontconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['libxcomposite-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['readline-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['libcheck-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libxxf86vm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['libevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['autoconf-archive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb']\nDEBUG:   considering dependency: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxcursor-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['gtk-doc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['bzip2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['libpthread-stubs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['libpciaccess-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['libffi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['font-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb']\nDEBUG:   considering dependency: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['lame', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['procps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['popt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['libxrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['libxext-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['makedepend-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['libxft-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['libxi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['bison', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['startup-notification', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['gmp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['grep', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['popt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['xz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['speex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['chrpath-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb']\nDEBUG:   considering dependency: ['libxau-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['libtool-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG:   considering dependency: ['libexif', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['mkfontscale-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['nettle', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['make-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['gzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['libtirpc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb']\nDEBUG:   considering dependency: ['libxres', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['sbc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['libyaml-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['dbus-glib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libfontenc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['readline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['freetype-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['flex-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['xrandr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['libarchive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['cracklib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libxslt-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG:   considering dependency: ['matchbox-wm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['curl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['tar', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb']\nDEBUG:   considering dependency: ['acl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb']\nDEBUG:   considering dependency: ['e2fsprogs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb']\nDEBUG:   considering dependency: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['libgpg-error-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb']\nDEBUG:   considering dependency: ['libcap-ng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['mpfr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb']\nDEBUG:   considering dependency: ['xcb-proto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['menu-cache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb']\nDEBUG:   considering dependency: ['libxfixes-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['sudo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb']\nDEBUG:   considering dependency: ['libogg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['quota', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb']\nDEBUG:   considering dependency: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['bison-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['gpgme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['util-linux', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb']\nDEBUG:   considering dependency: ['libpthread-stubs-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['libice', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['iso-codes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb']\nDEBUG:   considering dependency: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['popt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['socat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb']\nDEBUG:   considering dependency: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb']\nDEBUG:   considering dependency: ['libpng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['vala-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['ppp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['sed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['bc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb']\nDEBUG:   considering dependency: ['libassuan-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb']\nDEBUG:   considering dependency: ['file-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['gmp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['libatomic-ops', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb']\nDEBUG:   considering dependency: ['libnewt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['unfs3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['which', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb']\nDEBUG:   considering dependency: ['blktool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['libssh2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb']\nDEBUG:   considering dependency: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['matchbox-panel-2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['alsa-lib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb']\nDEBUG:   considering dependency: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['xmlto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['util-linux-libuuid', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb']\nDEBUG:   considering dependency: ['libxau', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['fontconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['hicolor-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb']\nDEBUG:   considering dependency: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb']\nDEBUG:   considering dependency: ['nettle', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['time', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['gpgme-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['libmd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['help2man-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG:   considering dependency: ['nasm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['gdbm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/zlib-native/1.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['m4-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG:   considering dependency: ['m4-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['flex-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_sysroot.8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_sysroot_setscene.8d3b55c4b19c993270695a4c6aea781d79ffb5f1477f995330055bd76d8174d0 not available\nNOTE: Running setscene task 5525 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['autoconf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['automake-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['make-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['make-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_recipe_qa.95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/make-native/4.4.1.do_recipe_qa_setscene.95a23da36dfc9a0c9b98b5394c3358a3a02f0a18a8a56b2b5a1ad69aaa88c81e not available\nNOTE: Running setscene task 5528 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_spdx.e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_spdx_setscene.e6a375efec46bcc75cbba4e8b3ff80977ae37f1108587abf533a0bc29d1c0616 not available\nNOTE: Running setscene task 5529 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gdbm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gdbm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_recipe_qa.2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_recipe_qa_setscene.2d4b289fbf31c74744a87c7d8bb974a6a09d1ad6b6ad56a568dab1a47d05acb3 not available\nNOTE: Running setscene task 5530 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_fetch as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:3)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_prepare_recipe_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_prepare_recipe_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/m4-native/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_fetch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:0)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['gettext-minimal-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG:   considering dependency: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_populate_sysroot.035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_populate_sysroot_setscene.035439164e1efa9ef50418552fc4c9ef281c35d251f1e3354bc04f4fe6a1a19d not available\nNOTE: Running setscene task 5531 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['m4-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['texinfo-dummy-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG:   considering dependency: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['bison-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['flex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['which', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_sysroot.1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_sysroot_setscene.1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5 not available\nNOTE: Running setscene task 5533 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['gnu-config-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['gnu-config-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['autoconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb']\nDEBUG:   considering dependency: ['m4-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_populate_sysroot.1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_populate_sysroot_setscene.1fda893637a47560a0a476c8fd77a7bd7169c2fe86735ce5ba0c1a4b4fa6ad4b not available\nNOTE: Running setscene task 5534 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:7: including gettext-sources.inc\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_write_config\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/make-native/4.4.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_fetch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pkgconfig-native/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gettext-minimal-native/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/texinfo-dummy-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gdbm-native/1.23/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gettext-minimal-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_create_spdx.84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_create_spdx_setscene.84a90c21329c57e739ccd6c69d80feac1c05863fce54ee029e3fb8b1405c7d2b not available\nNOTE: Running setscene task 5536 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['texinfo-dummy-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['pkgconfig-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pkgconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_recipe_qa.10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_recipe_qa_setscene.10dc3be37e61e31ae3bb424dfe12e30ea6af617c70cfde1441f25be1543c7ba7 not available\nNOTE: Running setscene task 5538 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_recipe_qa_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_fetch as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:5)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_write_config\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gnu-config-native/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['gnu-config-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_prepare_recipe_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtool-native/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_fetch as buildable\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libtool-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG:   considering dependency: ['libtool-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libtool-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_recipe_qa.f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/libtool-native/2.4.7.do_recipe_qa_setscene.f0cf939a168e66a676dbab07dcd6aa8840f8ca01c4aedde9436608ed063b9fca not available\nNOTE: Running setscene task 5540 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_spdx.f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_spdx_setscene.f661848e4fe7324ee59fd265ae60c44eef98c5bfe7a32c0a4d24a372ca268f6c not available\nNOTE: Running setscene task 5541 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:1: including libtool-2.4.7.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.4.7.inc:39)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:5)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_write_config\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pkgconfig-native/0.29.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/libtool-native/2.4.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_fetch as buildable\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/automake-native/1.16.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_spdx.8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_spdx_setscene.8088ca802ee95b8c8d3de58aa84a9833ef7aaf156dea55a01830f270b816606b not available\nNOTE: Running setscene task 5542 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['automake-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_fetch as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_unpack as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/autoconf-native/2.72e/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_unpack as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_spdx.111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_spdx_setscene.111b487e9e4bf3bbd93790de49870878ceb591d3915f114ff4eec8390b1201a9 not available\nNOTE: Running setscene task 5544 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['autoconf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_fetch as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_symlink_kernsrc as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/m4-native/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_fetch as buildable\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_create_spdx.15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_create_spdx_setscene.15b3a63e558130fe8435ab827070026d156aa4d8c842bffd8dc1459ac379a6a0 not available\nNOTE: Running setscene task 5546 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['m4-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG:   considering dependency: ['m4-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG:   considering dependency: ['m4-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['m4-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_recipe_qa.bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_recipe_qa_setscene.bdba3ce3765504c8ad584e9099635f851324aa5558164216161ae82221bacaf8 not available\nNOTE: Running setscene task 5547 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_spdx.eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_spdx_setscene.eaabaa0a05231750d03db9f4de65d0b7d2ffc1d9655a7999557562b516a51835 not available\nNOTE: Running setscene task 5548 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_create_spdx.ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_create_spdx_setscene.ff114f382ab12666b9fcd02352a7d289ddd3653872625941d171c9e8e96f3071 not available\nNOTE: Running setscene task 5549 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx_setscene)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_unpack as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:7: including gettext-sources.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:1: including m4-1.4.19.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_unpack\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_fetch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gettext-minimal-native/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_fetch as buildable\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['gettext-minimal-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext-minimal-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext-minimal-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext-minimal-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext-minimal-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG:   considering dependency: ['gettext-minimal-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gettext-minimal-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_recipe_qa.5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.4.do_recipe_qa_setscene.5fab237d8a889d59955ef61da5bc759d63133f25a3b1d22513b527f92b4a22eb not available\nNOTE: Running setscene task 5550 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/texinfo-dummy-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_fetch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/m4-native/1.4.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:7: including gettext-sources.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['texinfo-dummy-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG:   considering dependency: ['texinfo-dummy-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG:   considering dependency: ['texinfo-dummy-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG:   considering dependency: ['texinfo-dummy-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG:   considering dependency: ['texinfo-dummy-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['texinfo-dummy-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_recipe_qa.dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_recipe_qa_setscene.dc0a64efe8a1090b8930fd736392879447460d2e435ebb03b17ada97a8a9caf8 not available\nNOTE: Running setscene task 5551 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_recipe_qa_setscene)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_fetch as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:13)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gnu-config-native/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_populate_sysroot.f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_populate_sysroot_setscene.f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9 not available\nNOTE: Running setscene task 5552 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['gnu-config-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['gnu-config-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gnu-config-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_recipe_qa.20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/gnu-config-native/20231127+git.do_recipe_qa_setscene.20f41657916801377243e5c516b5ef2e9d2a1493eed0b10b9b53247fd475de8c not available\nNOTE: Running setscene task 5553 of 5555 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_recipe_qa_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_unpack as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:1: including quilt.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gettext-minimal-native/0.22.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/texinfo-dummy-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_recipe_qa which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_unpack\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_prepare_recipe_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_prepare_recipe_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/quilt-native/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_fetch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['quilt-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['quilt-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb']\nDEBUG:   considering dependency: ['quilt-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['quilt-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_recipe_qa.4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/quilt-native/0.67.do_recipe_qa_setscene.4761a8d1c5192678b297b66a8b1f9d677c67e166b6cb7bd325f9f1dd841a7350 not available\nNOTE: Running setscene task 5555 of 5555 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_recipe_qa_setscene)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_fetch as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:1: including quilt.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/siteconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:256)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/gnu-config-native/20231127+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_fetch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_prepare_recipe_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_symlink_kernsrc\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_checkout as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/quilt-native/0.67/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_fetch as buildable\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_recipe_qa which could be accelerated\nNOTE: Setscene tasks completed\nDEBUG: We could skip tasks /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_stash_locale\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_gcc_stash_builddir\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_shared_workdir\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_runtime_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_recipe_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_unpack.eaa11db275aeb397b14e370aa834ab9acfe9636d83dbb8fc6edc4635cae34bc9 not available\nNOTE: Running task 690 of 11169 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_unpack)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_patch as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_deploy_source_date_epoch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_prepare_recipe_sysroot.1e1528da7f6bf2e20417a6dbe50bb56325a641a7d860b38aab13dd193de54ee0 not available\nNOTE: Running task 725 of 11169 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_prepare_recipe_sysroot)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_lic as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_preconfigure as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_compile as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_install as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_install as buildable\nDEBUG: Attempting to disable network for do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_patch as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_patch.1f956e975652d22396b994ed6437f794d622b50b575effc95e76fc19289c6501 not available\nNOTE: Running task 756 of 11169 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_patch)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_preconfigure\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_configure as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_install as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_install as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_compile as buildable\nDEBUG: Attempting to disable network for do_prepare_recipe_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_deploy_source_date_epoch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_lic as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_compile as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_sysroot as buildable\nDEBUG: Attempting to disable network for do_patch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_configure as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_lic as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_deploy_source_date_epoch.0f5ab73a966b9f6d50ef6deb7ad6f42d681d108f96153ac079facd448f0a6633 not available\nNOTE: Running task 842 of 11169 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_deploy_source_date_epoch)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_configure as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_configure as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_install as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_configure as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_configure.94696b6533cd64d530d1196930454aa1c820523416144e18171d36283e80b4be not available\nNOTE: Running task 926 of 11169 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_configure)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_spdx as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_runtime_spdx as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_configure as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_install as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_install as buildable\nDEBUG: Attempting to disable network for do_configure\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_compile as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_compile.8ffdfa23ee77fa430b807fc532a1066b162a0b19bf45833f5e25fe1307bc437a not available\nNOTE: Running task 999 of 11169 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_compile)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_collect_spdx_deps as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_install as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_configure as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_compile as buildable\nDEBUG: Attempting to disable network for do_compile\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_deploy_source_date_epoch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_compile as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_install as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_install.7c68fe1ed3f028314c4a8d5bd879caff68859a61e29d4cd46a019131cade1768 not available\nNOTE: Running task 1080 of 11169 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_install)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_configure as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_compile as buildable\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_configure as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_compile as buildable\nDEBUG: Attempting to disable network for do_install\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_sysroot.ae213466d38c810be2cb49b0bb9488397e15a0ba74333aa6e2eae82c91780df2 not available\nNOTE: Running task 1155 of 11169 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_sysroot as buildable\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:1: including pseudo.inc\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo.inc:22)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_deploy_source_date_epoch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_deploy_source_date_epoch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_patch as buildable\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_deploy_source_date_epoch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/pseudo-native/1.9.0+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_gcc_stash_builddir as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_gcc_stash_builddir\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_multilib_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_multilib_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_extra_symlinks as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_extra_symlinks\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_stash_locale as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_stash_locale\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_multilib_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_multilib_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_extra_symlinks as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_extra_symlinks\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_make_icudata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_make_icudata\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_make_icudata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_setup_snapshot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_make_icudata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_gen_targets as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_create_wrappers as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_install\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_cargo_setup_snapshot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_checkout\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_validate_branches as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_rust_gen_targets as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_setup_snapshot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_create_wrappers\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_gen_targets\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_validate_branches\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_metadata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_rust_create_wrappers as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_packagedata\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_rust_gen_targets as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_metadata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_version_sanity_check as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_cargo_setup_snapshot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_rust_create_wrappers\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_rust_gen_targets\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_fetch as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_fetch.88dd59d9717c8a327afaf4668a0c1dd869c1fe6e0ea1f192c5cd7077709d3d9d not available\nNOTE: Running task 2930 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_fetch)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_unpack as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_deploy_source_date_epoch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_install as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_configme as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_rust_create_wrappers as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_unpack.1555942b5b71171a9bfc771a5c8f71135cac8b917ce0212d5bc1f62ea5b20329 not available\nNOTE: Running task 3078 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_unpack)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_qa as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_qa as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Attempting to disable network for do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_packagedata as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_install as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_patch.a2bd48564b8f30a869844bf8985bb57004b65e26997a4e239a4979ba7c191f08 not available\nNOTE: Running task 3131 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_patch)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_rust_gen_targets as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_qa as buildable\nDEBUG: Attempting to disable network for do_patch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_compile as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_configme\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_configcheck as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_rust_create_wrappers\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_rust_gen_targets\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_prepare_recipe_sysroot.8c8d69d226193e9aa7bc98c1843e90fda844aa89af31abd223aac81b26b541d9 not available\nNOTE: Running task 3470 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_prepare_recipe_sysroot)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_fetch as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_unpack as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_rust_create_wrappers as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_install as buildable\nDEBUG: Attempting to disable network for do_prepare_recipe_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_configure as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_configure as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_configure.54b564890c108184e87401dd06a0e170b4608331a3ee4ba587250321e9652efc not available\nNOTE: Running task 3521 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_configure)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_patch as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Attempting to disable network for do_configure\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_compile as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_compile.9910d9ecff549a796fc15173883cc7d903ca544c07a195d870dd49576ce92879 not available\nNOTE: Running task 3564 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_compile)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_patch as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_lic as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_configcheck\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_version_sanity_check\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_shared_workdir as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_transform_kernel as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_link_images as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_lic as buildable\nDEBUG: Attempting to disable network for do_compile\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_packagedata as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_packagedata as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_install as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_install.65e866f4428ddeaaeba580bf8259620d009c5e48f9a1690c66abc9cb183af10b not available\nNOTE: Running task 3611 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_install)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_lic as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_install as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_patch as buildable\nDEBUG: Attempting to disable network for do_install\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_packagedata as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_rust_create_wrappers\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_rust_gen_targets\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_patch_ptest_path as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.2+git.do_populate_sysroot.bc4d0c34a9565d478338a751b70df17f4f221cbdfcf66223aaeaa773be644a62 not available\nNOTE: Running task 4200 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_sysroot)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_unpack as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:37)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_configure as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_configure as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/core2-64-poky-linux/ptest-runner/2.4.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_shared_workdir\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_compile_kernelmodules as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_packagedata\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_create_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_compile_kernelmodules\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_patch_ptest_path\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_kernel_link_images\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_strip as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_strip\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_sizecheck as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_sizecheck\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_transform_kernel\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_bundle_initramfs as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_rust_gen_targets as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_packagedata\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_install_ptest_perl as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_cargo_setup_snapshot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_setup_snapshot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_rust_gen_targets as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_gen_targets as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_rust_create_wrappers as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_install_ptest_perl\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_packagedata\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_rust_create_wrappers as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_create_wrappers as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_rust_create_wrappers\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_rust_gen_targets\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_fetch as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_fetch.bff8d972e166ac42343ba85dc4203ff94001b8faef85f5024df08a31b4d1d9b9 not available\nNOTE: Running noexec task 7440 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_fetch)\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_unpack as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_fetch.ab98f449e268cbb6651b03950295cf35a94ac4701b0e4c92ecff16fe3a7f376c not available\nNOTE: Running noexec task 7441 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_fetch)\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_unpack as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_fetch.e919ac8f1c0a965c8b3c8429f6a5bf26edc8c5b85745e24b8155403e131ea579 not available\nNOTE: Running noexec task 7442 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_fetch)\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_cargo_setup_snapshot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_rust_create_wrappers\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_setup_snapshot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_create_wrappers\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_rust_gen_targets\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_rust_gen_targets\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_packagedata\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_packagedata\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_rpm\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_prepare_recipe_sysroot.faaea00043453c5c18a32ba804c5deecf9fc043a6642e6456e1f0960c4c34fe6 not available\nNOTE: Running task 8519 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_prepare_recipe_sysroot)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_prepare_recipe_sysroot.a5e927783d2102b64de31840a468e394154bfca73a123623e0ff96018e8d69a6 not available\nNOTE: Running task 8520 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_prepare_recipe_sysroot)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_prepare_recipe_sysroot.25dd864f7885f46731682a86d660a74293f890128b0bcc5b5c2ce0273cb98574 not available\nNOTE: Running task 8521 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_prepare_recipe_sysroot)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_populate_lic\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_populate_lic\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_populate_lic\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_populate_lic\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_populate_lic\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_populate_lic\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_rpm\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_configure as buildable\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_generate_toolchain_file\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_deploy_source_date_epoch\nDEBUG: Attempting to disable network for do_prepare_recipe_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_compile as buildable\nDEBUG: Attempting to disable network for do_prepare_recipe_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_compile as buildable\nDEBUG: Attempting to disable network for do_prepare_recipe_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_runtime_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.11.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liberror-perl_0.17029.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.2.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.1.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.69.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.47.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_13.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.41.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_13.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.9.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.14.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.16.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.0.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.42.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.38.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.3.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.5.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.6.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.27.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.2.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_31.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.41.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.44.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_8.2.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.38.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_package\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_package\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_package\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_runtime_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.46.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.11.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_23.3.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.5p1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.21.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.41.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_runtime_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_rootfs as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.92.9.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.17.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_23.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_7.4.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.5.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.20.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.17.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.01.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_1.13.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.12.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.268.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.268.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.26.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.268.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.3.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2023.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.36.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.51.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.50.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-binary-native_1.20.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.83.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_74-1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.9.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.2.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.4.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.9.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.9.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.9.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.38.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.20.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.20.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/newt/libnewt_0.52.24.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.83.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.61.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.17.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.22.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.28.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20230929.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.13.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.67.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.9.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.38.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.3.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.30.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.16.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.74.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.74.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_runtime_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_rootfs as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb:do_create_runtime_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_runtime_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_rootfs as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_rootfs.acb5da2afe921d415ea11c522cd60d2d2df2f00c615166cdcf2ce21598d9d9f5 not available\nNOTE: Running task 11020 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_rootfs)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_rootfs.413538a6b758f9e426b02e6acdadfd0ed6ceb713875ce7b852268bbf3c8ff655 not available\nNOTE: Running task 11021 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_rootfs)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_rootfs\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_flush_pseudodb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_write_qemuboot_conf as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_rootfs.40d296a018f081975cb4c04f06666636effb47aa25f53a8bb4a6ab32d11ed514 not available\nNOTE: Running task 11022 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_rootfs)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_configure as buildable\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_write_config\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_configure as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_generate_toolchain_file\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_configure as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_install as buildable\nDEBUG: Attempting to disable network for do_rootfs\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_install as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_sysroot\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_sysroot\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_configure as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_configure as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_compile as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_populate_sysroot as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_compile as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_flush_pseudodb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_write_qemuboot_conf as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_flush_pseudodb.51a08359959fe1097cb770932191fcabfeecc7202cf5b221aca712d9b149e716 not available\nNOTE: Running task 11081 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_flush_pseudodb)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_rootfs\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_write_qemuboot_conf as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_flush_pseudodb as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_flush_pseudodb.13c920775b6b756505555672988941beabfb0236a34925201ce34e1773b28c21 not available\nNOTE: Running task 11082 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_flush_pseudodb)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_flush_pseudodb\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_flush_pseudodb.614c3d8fb3e94305c83479e662026d16c71456354bfd1c254f6257d930223174 not available\nNOTE: Running task 11083 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_flush_pseudodb)\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_qa as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_install as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_write_qemuboot_conf.f73645288c276aa5f61172edf1665120d66c6d5713f93ede44075b93a84b2960 not available\nNOTE: Running task 11088 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_write_qemuboot_conf)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Attempting to disable network for do_flush_pseudodb\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_qa as buildable\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_flush_pseudodb\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_qa as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_qa.2eea74bea8e5e5143f77f77ca144d0859d9bc36bc03e476dcc234f248b32f81e not available\nNOTE: Running task 11089 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_qa)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_write_qemuboot_conf\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_write_qemuboot_conf.8289b1fefd3a71d4a8dec1ed54859dd919af80e9c04d9dcf643fcb4855e0cbe1 not available\nNOTE: Running task 11090 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_write_qemuboot_conf)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_qa.d5241a4a025d63ac807b27657f594884f7f597104f06e1c440a1b5e9f64b3daf not available\nNOTE: Running task 11091 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_qa)\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_write_qemuboot_conf\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_write_qemuboot_conf.f20b24da498c80c3d36698ffeb2132e9c1ed4682c31195b4c882c389bfff6f05 not available\nNOTE: Running task 11092 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_write_qemuboot_conf)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_qa.95d078365b5cf4ed71cbf6a3be6bc20148de7f196636af6e92255f6d5d8e68ff not available\nNOTE: Running task 11093 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_qa)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image as buildable\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_write_qemuboot_conf\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_sysroot as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image.19d8c6f4f3fd4af7549d4edb2db9159b4dfc8d92aad382ea369d70939c8425ab not available\nNOTE: Running task 11095 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image.f54e8054f125f1a176209292e403cd0b3122fca258dbf1069b1698acf08a1281 not available\nNOTE: Running task 11096 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_image\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_tar as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_ext4 as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image.58339e56f77824c5868122181a41e15dd5153cfaa3c989191d1ad3227588a207 not available\nNOTE: Running task 11097 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_addto_recipe_sysroot as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_addto_recipe_sysroot.bfedc4090137aeb452b740e2b2d06e49cb3e4a8636930cdb93426e78080e7e89 not available\nNOTE: Running task 11099 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_addto_recipe_sysroot)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_bundle_initramfs\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_deploy\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.32.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_git.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_populate_lic\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_23.3.5.bb:do_populate_lic\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:11)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.10.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_8.2.0.bb:do_populate_lic\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_deb\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_ext4.cb72f028fc90e00f3861470403af578906cb4f310f9f8a93bca5889c9d5a4637 not available\nNOTE: Running task 11123 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_ext4)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Attempting to disable network for do_image\nDEBUG: Attempting to disable network for do_addto_recipe_sysroot\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_tar as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_ext4 as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/x86_64-linux/qemu-helper-native/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_image\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_tar as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_ext4 as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_tar.bc17dd50155fb56b5021a9c9d3eccd782afde9149a711ad700844b02ec3fecd5 not available\nNOTE: Running task 11124 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_tar)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_image_ext4\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_ext4.79fd6641a9218f320a4d4380c47f95634e9b8c6a1648bae178ab460427e1ab6e not available\nNOTE: Running task 11125 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_ext4)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_image_tar\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_complete as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_tar.dd411c61a1a0f961eea515f1408d540b7ef7f77743a7b000a65f3efcbab118bc not available\nNOTE: Running task 11126 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_tar)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_image_ext4\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_ext4.13a8d2c282ea5e4202d6affe16a58aa3a1f98f31bc87b170e15710610373a803 not available\nNOTE: Running task 11127 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_ext4)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_image_tar\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_complete as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_tar.ddca7e3d34eb8c966bb80f5fd095eedb4034b34b331be1119639535a030cd2a0 not available\nNOTE: Running task 11128 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_tar)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_image_ext4\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_complete.b93b81101e670556593294ff162a980021fc1f40ac0a7275c25cc8a447657eb5.qemux86_64 not available\nNOTE: Running task 11129 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_complete)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_image_tar\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_complete as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_complete.3d973e46c478e84c52dedebe8f2af97bb3d737e2ac8bc98a652de67c4aaf7df7.qemux86_64 not available\nNOTE: Running task 11130 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_complete)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_populate_lic_deploy as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_complete.a1791fafd5a697fd08bdb06a084e35a0f5d2eb4df99a3f3a2b0e41eae6ff388c.qemux86_64 not available\nNOTE: Running task 11131 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_complete)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_populate_lic_deploy as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.38.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_ipk\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_deb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_ipk\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_deb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_ipk\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_deb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.18.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_deb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_deb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_deb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_deb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_ipk\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_deb\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_populate_lic_deploy.092ada27bd6400d3d15d7314fffe1756ccdec196324b86c841ec810996a69429 not available\nNOTE: Running task 11164 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_populate_lic_deploy)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_populate_lic_deploy as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_populate_lic_deploy.3b26d1062db4ffd9f0ebe174baa8ab27d6e406f429d419c889196b3746c7865d not available\nNOTE: Running task 11165 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_populate_lic_deploy)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:1: including core-image-sato.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato.bb:11)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-sato-sdk/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_populate_lic_deploy\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_build as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_populate_lic_deploy.3390632a82430f7c39eb15f738c715e369c627549a986aafa88fbbae0a84bfe1 not available\nNOTE: Running task 11166 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_populate_lic_deploy)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_build.e4d0084dc03e7475eae5d6c5da1867940e1f5df46335886ef6dd40157eed7811 not available\nNOTE: Running noexec task 11167 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_build)\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/core-image.bbclass:86)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-postinst-intercepts.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Attempting to disable network for do_populate_lic_deploy\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:263)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:526)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemuboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/license_image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_ext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types_wic.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/rootfs-postcommands.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_build as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_build.abf4099d8eab9945761aa8eb8bd106abd7cf1de9fc2b3635414da61d26c94679 not available\nNOTE: Running noexec task 11168 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_build)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/overlayfs-etc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:25)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_populate_lic_deploy\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_build as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-915875/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_build.861c12e12da18e0629c626669c5bddec6748579528654a4a9e5d0aed32f49410 not available\nNOTE: Running noexec task 11169 of 11169 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_build)\nDEBUG: Teardown for bitbake-worker\nNOTE: Tasks Summary: Attempted 11169 tasks of which 11115 didn't need to be rerun and all succeeded.\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2024-02-05 19:52:31,535 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/a-full/build/build-st-915875/conf/local.conf\n2024-02-05 19:52:31,536 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "FAILED"
            },
            "sstatetests.SStateMirrors.test_local_cache_qemuarm64": {
                "duration": 307.6796119213104,
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "PASSED"
            },
            "sstatetests.SStateMirrors.test_local_cache_qemux86_64": {
                "duration": 308.5055773258209,
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "PASSED"
            }
        }
    }
}